pageflow 17.0.3 → 17.0.5

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 (40) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -0
  3. data/app/helpers/pageflow/social_share_links_helper.rb +1 -1
  4. data/app/views/pageflow/entries/share_menu/_twitter_link.html.erb +3 -13
  5. data/config/locales/de.yml +0 -1
  6. data/config/locales/en.yml +0 -1
  7. data/config/locales/twitter_to_x.de.yml +6 -0
  8. data/config/locales/twitter_to_x.en.yml +6 -0
  9. data/entry_types/paged/app/assets/javascripts/pageflow_paged/dist/editor.js +6 -3
  10. data/entry_types/scrolled/config/locales/de.yml +0 -6
  11. data/entry_types/scrolled/config/locales/en.yml +0 -6
  12. data/entry_types/scrolled/config/locales/twitter_to_x.de.yml +12 -0
  13. data/entry_types/scrolled/config/locales/twitter_to_x.en.yml +12 -0
  14. data/entry_types/scrolled/config/locales/vr_image_projection.de.yml +24 -0
  15. data/entry_types/scrolled/config/locales/vr_image_projection.en.yml +24 -0
  16. data/entry_types/scrolled/lib/generators/pageflow_scrolled/install/install_generator.rb +1 -9
  17. data/entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/icons/information.svg +13 -0
  18. data/entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/icons/muted.svg +1 -0
  19. data/entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/icons/share.svg +12 -0
  20. data/entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/icons/unmuted.svg +1 -0
  21. data/entry_types/scrolled/package/contentElements-editor.js +2 -2
  22. data/entry_types/scrolled/package/contentElements-frontend.js +3 -5
  23. data/entry_types/scrolled/package/frontend/{EditableInlineText.module-6ee0e024.js → EditableInlineText.module-ebd22921.js} +4 -4
  24. data/entry_types/scrolled/package/frontend/{PhonePlatformContext-b28d991a.js → PhonePlatformContext-4ec6b2de.js} +1 -1
  25. data/entry_types/scrolled/package/frontend/{ToggleFullscreenCornerButton-8242f213.js → ToggleFullscreenCornerButton-b79159cc.js} +1 -1
  26. data/entry_types/scrolled/package/frontend/{Viewer-6e4d14ed.js → Viewer-1bb5597c.js} +4 -4
  27. data/entry_types/scrolled/package/frontend/{Viewer-32cd1ac1.js → Viewer-1ecf3375.js} +4 -4
  28. data/entry_types/scrolled/package/frontend/{arrowRight-e42e6011.js → arrowRight-62998af9.js} +2 -2
  29. data/entry_types/scrolled/package/frontend/{components-24363f97.js → components-024a9893.js} +4 -4
  30. data/entry_types/scrolled/package/frontend/{i18n-71c39823.js → i18n-ce13a8bf.js} +2 -2
  31. data/entry_types/scrolled/package/frontend/{index-fc4b13e6.js → index-11f32f10.js} +3 -3
  32. data/entry_types/scrolled/package/frontend/index.css +1 -1
  33. data/entry_types/scrolled/package/frontend/index.js +15 -15
  34. data/entry_types/scrolled/package/frontend/{useContentElementEditorState-245f1986.js → useContentElementEditorState-4f4c3cf6.js} +1 -1
  35. data/entry_types/scrolled/package/package.json +1 -0
  36. data/entry_types/scrolled/package/testHelpers.js +1 -1
  37. data/entry_types/scrolled/package/widgets-server.js +4 -0
  38. data/lib/pageflow/version.rb +1 -1
  39. data/package/editor.js +6 -3
  40. metadata +27 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: afa785fe111755e089d26e1b75c2d39f8d4fca34390a5b68f04490af81777f02
4
- data.tar.gz: 8153518274aecc1cf7e9719821a3436e80d71c255d52409ac62ade8fa1aebbd2
3
+ metadata.gz: e0ca132d1d4290aeba26c1faf9cfaf484a5afbee7ce260a1e42176b617062f72
4
+ data.tar.gz: 421edda11b9ca614201db5e95d8ce98a088d55721b3fd5e35eb87d5bfba1e9ae
5
5
  SHA512:
6
- metadata.gz: 3dc6350ad3be0d00f95e5e6834602571a1e6adffb772814b2647c1e424714335f4f08ada92d0863621de35e2eff9a60f1f9ce95c329ea7eb66154c9bc3520af9
7
- data.tar.gz: 63ee862c8a58609e575e3586278f7bc5186a03b6311a094ea18e47d49b4ec1d338e5fe231850f2015b329136f53ec40a3aa86de3324580bba34f0ebef81032e4
6
+ metadata.gz: 4b9587abf01c70a0e40328108273e28a753add444cb1a3671168448a18ffc1f6e7f8dcfcd2d3363a7c02d3468a69738352927f75fc7e8c8b5f133e4aff7bcb36
7
+ data.tar.gz: ad71f54ed57089c1b2d35319a85c1e33922e6b2d28a7f90de337536db6129b66760e17d1f3dd83db0ddfba2643761e901d46d374c278708a8257ad1ce65fb32f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # CHANGELOG
2
2
 
3
+ ### Version 17.0.5
4
+
5
+ 2025-08-05
6
+
7
+ [Compare changes](https://github.com/codevise/pageflow/compare/v17.0.4...v17.0.5)
8
+
9
+ - Include missing JS file from scrolled package in gem
10
+ ([#2277](https://github.com/codevise/pageflow/pull/2277))
11
+ - Require react-rails version that is compatible with Shakapacker
12
+ ([#2276](https://github.com/codevise/pageflow/pull/2276))
13
+ - Support entry type specific editor translations for file types
14
+ ([#2261](https://github.com/codevise/pageflow/pull/2261))
15
+ - Do not depend in src icons in install generator
16
+ ([#2260](https://github.com/codevise/pageflow/pull/2260))
17
+ - Add classnames as dependency of pageflow-scrolled
18
+ ([#2259](https://github.com/codevise/pageflow/pull/2259))
19
+ - Replace mentions of Twitter with X
20
+ ([#2111](https://github.com/codevise/pageflow/pull/2111))
21
+
22
+ ### Version 17.0.4
23
+
24
+ 2024-01-22
25
+
26
+ [Compare changes](https://github.com/codevise/pageflow/compare/v17.0.3...v17.0.4)
27
+
28
+ - Fix dummy app creation in Rails 7.1.3.
29
+
3
30
  ### Version 17.0.3
4
31
 
5
32
  2024-01-12
@@ -8,7 +8,7 @@ module Pageflow
8
8
  google: 'https://plus.google.com/share?url=%{url}',
9
9
  linked_in: 'https://www.linkedin.com/shareArticle?mini=true&url=%{url}',
10
10
  telegram: 'tg://msg?text=%{url}',
11
- twitter: 'https://twitter.com/intent/tweet?url=%{url}',
11
+ twitter: 'https://x.com/intent/post?url=%{url}',
12
12
  whats_app: 'WhatsApp://send?text=%{url}'
13
13
  }.freeze
14
14
 
@@ -1,19 +1,9 @@
1
1
  <%= social_share_link(:twitter, entry) do %>
2
2
  <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
3
- viewBox="0 0 612 612" style="enable-background:new 0 0 612 612;" xml:space="preserve">
4
- <g>
5
- <g>
6
- <path d="M612,116.258c-22.525,9.981-46.694,16.75-72.088,19.772c25.929-15.527,45.777-40.155,55.184-69.411
7
- c-24.322,14.379-51.169,24.82-79.775,30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334,0-125.551,56.217-125.551,125.513
8
- c0,9.828,1.109,19.427,3.251,28.606C197.065,206.32,104.556,156.337,42.641,80.386c-10.823,18.51-16.98,40.078-16.98,63.101
9
- c0,43.559,22.181,81.993,55.835,104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.554,100.693,123.104
10
- c-10.517,2.83-21.607,4.398-33.08,4.398c-8.107,0-15.947-0.803-23.634-2.333c15.985,49.907,62.336,86.199,117.253,87.194
11
- c-42.947,33.654-97.099,53.655-155.916,53.655c-10.134,0-20.116-0.612-29.944-1.721c55.567,35.681,121.536,56.485,192.438,56.485
12
- c230.948,0,357.188-191.291,357.188-357.188l-0.421-16.253C573.872,163.526,595.211,141.422,612,116.258z"/>
13
- </g>
14
- </g>
3
+ viewBox="0 0 512 512">
4
+ <path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/>
15
5
  </svg>
16
6
 
17
7
  <span class="hint"><%= t('pageflow.public.share_on_twitter') %></span>
18
- <p>Twitter</p>
8
+ <p>X</p>
19
9
  <% end %>
@@ -451,7 +451,6 @@ de:
451
451
  facebook: Facebook
452
452
  linked_in: LinkedIn
453
453
  telegram: Telegram (nur Mobilgeräte)
454
- twitter: Twitter
455
454
  whats_app: WhatsApp (nur Mobilgeräte)
456
455
  type_names:
457
456
  paged: Seitenbasiert / klassisch
@@ -451,7 +451,6 @@ en:
451
451
  facebook: Facebook
452
452
  linked_in: LinkedIn
453
453
  telegram: Telegram (only mobile)
454
- twitter: Twitter
455
454
  whats_app: WhatsApp (only mobile)
456
455
  type_names:
457
456
  paged: Page-based / Classic
@@ -0,0 +1,6 @@
1
+ de:
2
+ activerecord:
3
+ values:
4
+ pageflow/entry:
5
+ share_providers:
6
+ twitter: X
@@ -0,0 +1,6 @@
1
+ en:
2
+ activerecord:
3
+ values:
4
+ pageflow/entry:
5
+ share_providers:
6
+ twitter: X
@@ -9062,7 +9062,8 @@ var pageflow_paged = (function (exports, Backbone, _, Marionette, $, I18n$1, Chi
9062
9062
  },
9063
9063
  filterTranslation: function filterTranslation(keyName, options) {
9064
9064
  var filterName = this.options.filterName;
9065
- return i18nUtils.findTranslation(['pageflow.editor.files.filters.' + this.options.fileType.collectionName + '.' + filterName + '.' + keyName, 'pageflow.editor.files.common_filters.' + keyName], options);
9065
+ var entryTypeName = editor.entryType.name;
9066
+ return i18nUtils.findTranslation(['pageflow.entry_types.' + entryTypeName + '.editor.files.filters.' + this.options.fileType.collectionName + '.' + filterName + '.' + keyName, 'pageflow.entry_types.' + entryTypeName + '.editor.files.common_filters.' + keyName, 'pageflow.editor.files.filters.' + this.options.fileType.collectionName + '.' + filterName + '.' + keyName, 'pageflow.editor.files.common_filters.' + keyName], options);
9066
9067
  },
9067
9068
  onClose: function onClose() {
9068
9069
  if (this.filteredCollection) {
@@ -9167,9 +9168,10 @@ var pageflow_paged = (function (exports, Backbone, _, Marionette, $, I18n$1, Chi
9167
9168
  onRender: function onRender() {
9168
9169
  var fileType = this.model.fileType();
9169
9170
  var entry = this.options.entry || state.entry;
9171
+ var entryTypeName = editor.entryType.name;
9170
9172
  var tab = new ConfigurationEditorTabView({
9171
9173
  model: this.model.configuration,
9172
- attributeTranslationKeyPrefixes: ['pageflow.editor.files.attributes.' + fileType.collectionName, 'pageflow.editor.files.common_attributes', 'pageflow.editor.nested_files.' + fileType.collectionName, 'pageflow.editor.nested_files.common_attributes']
9174
+ attributeTranslationKeyPrefixes: ['pageflow.entry_types.' + entryTypeName + '.editor.files.attributes.' + fileType.collectionName, 'pageflow.entry_types.' + entryTypeName + '.editor.files.common_attributes', 'pageflow.editor.files.attributes.' + fileType.collectionName, 'pageflow.editor.files.common_attributes', 'pageflow.editor.nested_files.' + fileType.collectionName, 'pageflow.editor.nested_files.common_attributes']
9173
9175
  });
9174
9176
 
9175
9177
  if (this.options.displayFileName) {
@@ -9231,9 +9233,10 @@ var pageflow_paged = (function (exports, Backbone, _, Marionette, $, I18n$1, Chi
9231
9233
  }
9232
9234
  },
9233
9235
  render: function render() {
9236
+ var entryTypeName = editor.entryType.name;
9234
9237
  this.appendSubview(new TableView({
9235
9238
  collection: this.uploadableFiles,
9236
- attributeTranslationKeyPrefixes: ['pageflow.editor.files.attributes.' + this.options.fileType.collectionName, 'pageflow.editor.files.common_attributes'],
9239
+ attributeTranslationKeyPrefixes: ['pageflow.entry_types.' + entryTypeName + '.editor.files.attributes.' + this.options.fileType.collectionName, 'pageflow.entry_types.' + entryTypeName + '.editor.files.common_attributes', 'pageflow.editor.files.attributes.' + this.options.fileType.collectionName, 'pageflow.editor.files.common_attributes'],
9237
9240
  columns: this.commonColumns({
9238
9241
  fileTypeDisplayName: I18n$1.t('pageflow.editor.files.tabs.' + this.options.fileType.collectionName)
9239
9242
  }).concat(this.fileTypeColumns()),
@@ -554,12 +554,6 @@ de:
554
554
  label: Konversation ausblenden
555
555
  hideMedia:
556
556
  label: Medien ausblenden
557
- url:
558
- label: Tweet-URL
559
- description: Bettet Inhalte von Twitter ein
560
- name: Tweet
561
- tabs:
562
- general: Twitter-Embed
563
557
  videoEmbed:
564
558
  attributes:
565
559
  aspectRatio:
@@ -545,12 +545,6 @@ en:
545
545
  label: Hide Conversation
546
546
  hideMedia:
547
547
  label: Hide Media
548
- url:
549
- label: Tweet URL
550
- description: Embed content from Twitter
551
- name: Tweet
552
- tabs:
553
- general: Twitter Embed
554
548
  videoEmbed:
555
549
  attributes:
556
550
  aspectRatio:
@@ -0,0 +1,12 @@
1
+ de:
2
+ pageflow_scrolled:
3
+ editor:
4
+ content_elements:
5
+ twitterEmbed:
6
+ attributes:
7
+ url:
8
+ label: Post-URL
9
+ description: Bettet Inhalte von X ein
10
+ name: X Post
11
+ tabs:
12
+ general: X Embed
@@ -0,0 +1,12 @@
1
+ de:
2
+ pageflow_scrolled:
3
+ editor:
4
+ content_elements:
5
+ twitterEmbed:
6
+ attributes:
7
+ url:
8
+ label: Post URL
9
+ description: Embed content from X
10
+ name: X Post
11
+ tabs:
12
+ general: X Embed
@@ -0,0 +1,24 @@
1
+ de:
2
+ pageflow:
3
+ entry_types:
4
+ scrolled:
5
+ editor:
6
+ files:
7
+ attributes:
8
+ image_files:
9
+ projection:
10
+ cell_text:
11
+ blank: "(Kein)"
12
+ equirectangular_mono: Equirectangular (Mono)
13
+ equirectangular_stereo: Equirectangular (Stereo)
14
+ column_header: Projektion
15
+ inline_help: Lege fest, ob es sich um ein mono- oder stereoskopisches 360°-Bild handelt. Diese können als Posterbild für 360°-Videos verwendet werden.
16
+ label: 360° Projektion
17
+ values:
18
+ equirectangular_mono: Equirectangular (Mono)
19
+ equirectangular_stereo: Equirectangular (Stereo)
20
+ filters:
21
+ image_files:
22
+ with_projection:
23
+ blank_slate: Gebe in den Datei-Einstellungen eines Bildes eine Projektion an, um es als 360° Bild zu markieren.
24
+ name: 360° Bilder
@@ -0,0 +1,24 @@
1
+ en:
2
+ pageflow:
3
+ entry_types:
4
+ scrolled:
5
+ editor:
6
+ files:
7
+ attributes:
8
+ image_files:
9
+ projection:
10
+ cell_text:
11
+ blank: "(none)"
12
+ equirectangular_mono: Equirectangular (mono)
13
+ equirectangular_stereo: Equirectangular (stereo)
14
+ column_header: Projection
15
+ inline_help: Determine whether this image is a mono- or stereoscopic 360° image. It can be chosen as poster image for 360° videos.
16
+ label: 360° projection
17
+ values:
18
+ equirectangular_mono: Equirectangular (mono)
19
+ equirectangular_stereo: Equirectangular (stereo)
20
+ filters:
21
+ image_files:
22
+ with_projection:
23
+ blank_slate: Choose a projection in the file settings, to mark it as a 360° image.
24
+ name: 360° images
@@ -141,15 +141,7 @@ module PageflowScrolled
141
141
  end
142
142
 
143
143
  def default_theme
144
- theme_dir = 'app/javascript/pageflow-scrolled/themes/default'
145
- icons_src_dir = PageflowScrolled::Engine.root.join('package/src/frontend/icons')
146
-
147
- directory 'theme', theme_dir
148
-
149
- CUSTOM_THEME_ICONS.each do |icon|
150
- copy_file icons_src_dir.join("#{icon}.svg"),
151
- File.join(theme_dir, "icons/#{icon}.svg")
152
- end
144
+ directory 'theme', 'app/javascript/pageflow-scrolled/themes/default'
153
145
  end
154
146
  end
155
147
  end
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg"
4
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ viewBox="-65 -65 449 449" style="enable-background:new 0 0 330 330;" xml:space="preserve">
6
+ <g>
7
+ <path d="M165,0C74.019,0,0,74.02,0,165.001C0,255.982,74.019,330,165,330s165-74.018,165-164.999C330,74.02,255.981,0,165,0z
8
+ M165,300c-74.44,0-135-60.56-135-134.999C30,90.562,90.56,30,165,30s135,60.562,135,135.001C300,239.44,239.439,300,165,300z"/>
9
+ <path d="M164.998,70c-11.026,0-19.996,8.976-19.996,20.009c0,11.023,8.97,19.991,19.996,19.991
10
+ c11.026,0,19.996-8.968,19.996-19.991C184.994,78.976,176.024,70,164.998,70z"/>
11
+ <path d="M165,140c-8.284,0-15,6.716-15,15v90c0,8.284,6.716,15,15,15c8.284,0,15-6.716,15-15v-90C180,146.716,173.284,140,165,140z"/>
12
+ </g>
13
+ </svg>
@@ -0,0 +1 @@
1
+ <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="volume-mute" class="svg-inline--fa fa-volume-mute fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M215.03 71.05L126.06 160H24c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.46-25.96-31.98-40.97-16.97zM461.64 256l45.64-45.64c6.3-6.3 6.3-16.52 0-22.82l-22.82-22.82c-6.3-6.3-16.52-6.3-22.82 0L416 210.36l-45.64-45.64c-6.3-6.3-16.52-6.3-22.82 0l-22.82 22.82c-6.3 6.3-6.3 16.52 0 22.82L370.36 256l-45.63 45.63c-6.3 6.3-6.3 16.52 0 22.82l22.82 22.82c6.3 6.3 16.52 6.3 22.82 0L416 301.64l45.64 45.64c6.3 6.3 16.52 6.3 22.82 0l22.82-22.82c6.3-6.3 6.3-16.52 0-22.82L461.64 256z"></path></svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg"
4
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ viewBox="5 5 84 84" style="enable-background:new 0 0 96 96;" xml:space="preserve">
6
+ <g>
7
+ <path d="M67.5,18c-5.1,0-9.3,4.2-9.3,9.3c0,0.5,0.1,1.1,0.2,1.6l-23,12.9c-1.7-1.8-4.1-3-6.8-3
8
+ c-5.1,0-9.3,4.1-9.3,9.3c0,5.1,4.1,9.3,9.3,9.3c2.7,0,5.2-1.2,6.9-3.1l22.8,13.4c0,0.4-0.1,0.7-0.1,1.1c0,5.1,4.1,9.3,9.3,9.3
9
+ c5.1,0,9.3-4.1,9.3-9.3c0-5.1-4.1-9.3-9.3-9.3c-2.8,0-5.4,1.3-7.1,3.3L37.7,49.4c0.1-0.4,0.1-0.9,0.1-1.3c0-0.5,0-1-0.1-1.5
10
+ l23.1-13c1.7,1.8,4.1,3,6.8,3c5.1,0,9.3-4.1,9.3-9.3C76.8,22.2,72.6,18,67.5,18L67.5,18z"/>
11
+ </g>
12
+ </svg>
@@ -0,0 +1 @@
1
+ <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="volume-mute" class="svg-inline--fa fa-volume-mute fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="m 232.35938,64.009766 c -0.39117,-0.0089 -0.78371,-0.0083 -1.17579,0.002 -5.70289,0.149548 -11.46367,2.348437 -16.15429,7.039062 L 126.06055,160 H 24 C 10.74,160 0,170.74 0,184 v 144 c 0,13.25 10.74,24 24,24 h 102.06055 l 88.96875,88.94922 c 15.03,15.03 40.9707,4.47125 40.9707,-16.96875 V 88.019531 C 256,73.726836 244.48559,64.2867 232.35938,64.009766 Z m 149.5,31.99414 c -8.10621,-0.16023 -16.09719,3.8143 -20.75,11.216794 -7.09002,11.28 -3.77985,26.20938 7.41015,33.35938 C 408.26953,165.97008 432,209.11 432,256 c 0,46.89 -23.73047,90.02992 -63.48047,115.41992 -11.19,7.14 -14.50016,22.06938 -7.41015,33.35938 6.50999,10.36 21.12109,15.14093 33.12109,7.46093 C 447.94047,377.94023 480,319.54 480,256 480,192.47 447.94047,134.05977 394.23047,99.759766 c -3.84656,-2.454375 -8.125,-3.67193 -12.37109,-3.75586 z m -55.03126,80.173824 c -8.5099,-0.0456 -16.79523,4.42047 -21.20898,12.40235 -6.39,11.61 -2.15883,26.19937 9.45117,32.60937 C 327.98031,228.27945 336,241.63 336,256 c 0,14.38 -8.01992,27.72055 -20.91992,34.81055 -11.61,6.41 -15.83922,20.99937 -9.44922,32.60937 6.43,11.66 21.04937,15.79922 32.60937,9.44922 28.23,-15.55 45.76954,-44.99891 45.76954,-76.87891 0,-31.88 -17.5393,-61.31937 -45.7793,-76.85937 -3.61875,-1.97813 -7.53421,-2.9324 -11.40235,-2.95313 z"></path></svg>
@@ -898,7 +898,7 @@ editor.contentElementTypes.register('iframeEmbed', {
898
898
  }
899
899
  });
900
900
 
901
- var img$c = "data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612%3b' xml:space='preserve'%3e %3cg%3e %3cg%3e %3cpath fill='white' d='M612%2c116.258c-22.525%2c9.981-46.694%2c16.75-72.088%2c19.772c25.929-15.527%2c45.777-40.155%2c55.184-69.411 c-24.322%2c14.379-51.169%2c24.82-79.775%2c30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334%2c0-125.551%2c56.217-125.551%2c125.513 c0%2c9.828%2c1.109%2c19.427%2c3.251%2c28.606C197.065%2c206.32%2c104.556%2c156.337%2c42.641%2c80.386c-10.823%2c18.51-16.98%2c40.078-16.98%2c63.101 c0%2c43.559%2c22.181%2c81.993%2c55.835%2c104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0%2c60.806%2c43.291%2c111.554%2c100.693%2c123.104 c-10.517%2c2.83-21.607%2c4.398-33.08%2c4.398c-8.107%2c0-15.947-0.803-23.634-2.333c15.985%2c49.907%2c62.336%2c86.199%2c117.253%2c87.194 c-42.947%2c33.654-97.099%2c53.655-155.916%2c53.655c-10.134%2c0-20.116-0.612-29.944-1.721c55.567%2c35.681%2c121.536%2c56.485%2c192.438%2c56.485 c230.948%2c0%2c357.188-191.291%2c357.188-357.188l-0.421-16.253C573.872%2c163.526%2c595.211%2c141.422%2c612%2c116.258z'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e";
901
+ var img$c = "data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e %3cpath fill='white' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3e%3c/svg%3e";
902
902
 
903
903
  editor.contentElementTypes.register('twitterEmbed', {
904
904
  pictogram: img$c,
@@ -907,7 +907,7 @@ editor.contentElementTypes.register('twitterEmbed', {
907
907
  configurationEditor: function configurationEditor() {
908
908
  this.tab('general', function () {
909
909
  this.input('url', UrlInputView, {
910
- supportedHosts: ['http://twitter.com', 'https://twitter.com'],
910
+ supportedHosts: ['http://twitter.com', 'https://twitter.com', 'http://x.com', 'https://x.com'],
911
911
  displayPropertyName: 'displayTweetId',
912
912
  required: true,
913
913
  permitHttps: true
@@ -1660,15 +1660,13 @@ function _extends$2() {
1660
1660
  }
1661
1661
  var Icon = (function (_ref) {
1662
1662
  var _ref$styles = _ref.styles,
1663
- styles = _ref$styles === void 0 ? {} : _ref$styles,
1664
1663
  props = _objectWithoutProperties(_ref, ["styles"]);
1665
1664
 
1666
1665
  return /*#__PURE__*/React.createElement("svg", _extends$2({
1667
- viewBox: "0 0 24 24",
1668
- "aria-hidden": "true",
1669
- className: (styles["r-1cvl2hr"] || "r-1cvl2hr") + " " + (styles["r-4qtqp9"] || "r-4qtqp9") + " " + (styles["r-yyyyoo"] || "r-yyyyoo") + " " + (styles["r-6zzn7w"] || "r-6zzn7w") + " " + (styles["r-19fsva8"] || "r-19fsva8") + " " + (styles["r-dnmrzs"] || "r-dnmrzs") + " " + (styles["r-bnwqim"] || "r-bnwqim") + " " + (styles["r-1plcrui"] || "r-1plcrui") + " " + (styles["r-lrvibr"] || "r-lrvibr") + " " + (styles["r-q1j0wu"] || "r-q1j0wu")
1666
+ viewBox: "0 0 512 512",
1667
+ "aria-hidden": "true"
1670
1668
  }, props), /*#__PURE__*/React.createElement("path", {
1671
- d: "M23.643 4.937c-.835.37-1.732.62-2.675.733a4.67 4.67 0 002.048-2.578 9.3 9.3 0 01-2.958 1.13 4.66 4.66 0 00-7.938 4.25 13.229 13.229 0 01-9.602-4.868c-.4.69-.63 1.49-.63 2.342A4.66 4.66 0 003.96 9.824a4.647 4.647 0 01-2.11-.583v.06a4.66 4.66 0 003.737 4.568 4.692 4.692 0 01-2.104.08 4.661 4.661 0 004.352 3.234 9.348 9.348 0 01-5.786 1.995 9.5 9.5 0 01-1.112-.065 13.175 13.175 0 007.14 2.093c8.57 0 13.255-7.098 13.255-13.254 0-.2-.005-.402-.014-.602a9.47 9.47 0 002.323-2.41z"
1669
+ d: "M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8l164.9-188.5L26.8 48h145.6l100.5 132.9L389.2 48zm-24.8 373.8h39.1L151.1 88h-42l255.3 333.8z"
1672
1670
  }));
1673
1671
  });
1674
1672
 
@@ -1,15 +1,15 @@
1
1
  import regeneratorRuntime from 'regenerator-runtime';
2
2
  import { events, browser, documentHiddenState, PlayerSourceIDMap, media, MultiPlayer, settings, features, consent } from 'pageflow/frontend';
3
3
  import React, { useState, useRef, useEffect, createContext, useContext, useMemo, useReducer, useCallback, useLayoutEffect } from 'react';
4
- import { _ as _slicedToArray, a as _objectSpread2, b as _defineProperty, u as useI18n, c as useEntryMetadata, d as useNestedFiles, e as _objectWithoutProperties, f as useWidget, g as useTheme, h as useFileWithInlineRights, i as useFile, j as useSectionContentElements, k as useAdditionalSeedData, l as useSectionsWithChapter, m as useContentElementConsentVendor, n as _toConsumableArray, E as EntryStateProvider, L as LocaleProvider, o as useChapter, p as useEntryStateDispatch, q as useSection } from './i18n-71c39823.js';
4
+ import { _ as _slicedToArray, a as _objectSpread2, b as _defineProperty, u as useI18n, c as useEntryMetadata, d as useNestedFiles, e as _objectWithoutProperties, f as useWidget, g as useTheme, h as useFileWithInlineRights, i as useFile, j as useSectionContentElements, k as useAdditionalSeedData, l as useSectionsWithChapter, m as useContentElementConsentVendor, n as _toConsumableArray, E as EntryStateProvider, L as LocaleProvider, o as useChapter, p as useEntryStateDispatch, q as useSection } from './i18n-ce13a8bf.js';
5
5
  import classNames from 'classnames';
6
- import { u as useDelayedBoolean, a as useContentElementEditorState } from './useContentElementEditorState-245f1986.js';
6
+ import { u as useDelayedBoolean, a as useContentElementEditorState } from './useContentElementEditorState-4f4c3cf6.js';
7
7
  import { _ as _createClass, a as _classCallCheck, b as _inherits, c as _createSuper } from './createSuper-d0f30da3.js';
8
8
  import BackboneEvents from 'backbone-events-standalone';
9
9
  import I18n from 'i18n-js';
10
10
  import stripTags from 'striptags';
11
11
  import Measure from 'react-measure';
12
- import { u as useBrowserFeature, P as PhonePlatformContext, B as BrowserFeaturesProvider } from './PhonePlatformContext-b28d991a.js';
12
+ import { u as useBrowserFeature, P as PhonePlatformContext, B as BrowserFeaturesProvider } from './PhonePlatformContext-4ec6b2de.js';
13
13
 
14
14
  var regenerator = regeneratorRuntime;
15
15
 
@@ -1950,7 +1950,7 @@ function SectionInlineFileRights(_ref) {
1950
1950
  // file with an empty one, but found out that extracting the import
1951
1951
  // to a separate file apparently is enough.
1952
1952
  function importComponents() {
1953
- return import('./components-24363f97.js');
1953
+ return import('./components-024a9893.js');
1954
1954
  }
1955
1955
 
1956
1956
  var components = {};
@@ -1,6 +1,6 @@
1
1
  import { browser } from 'pageflow/frontend';
2
2
  import React, { createContext, useContext, useState, useEffect } from 'react';
3
- import { _ as _slicedToArray } from './i18n-71c39823.js';
3
+ import { _ as _slicedToArray } from './i18n-ce13a8bf.js';
4
4
 
5
5
  var BrowserFeaturesAvailableContext = createContext(); // Browser feature detection is not available during server side
6
6
  // rendering. To prevent mismatches during hydration, we keep features
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { e as _objectWithoutProperties, u as useI18n } from './i18n-71c39823.js';
2
+ import { e as _objectWithoutProperties, u as useI18n } from './i18n-ce13a8bf.js';
3
3
 
4
4
  function _extends() {
5
5
  _extends = Object.assign || function (target) {
@@ -1,15 +1,15 @@
1
1
  import 'pageflow/frontend';
2
2
  import React, { useMemo, useEffect, useRef, useState } from 'react';
3
3
  import ReactDOM from 'react-dom';
4
- import { b as _defineProperty, e as _objectWithoutProperties, _ as _slicedToArray } from './i18n-71c39823.js';
4
+ import { b as _defineProperty, e as _objectWithoutProperties, _ as _slicedToArray } from './i18n-ce13a8bf.js';
5
5
  import classNames from 'classnames';
6
6
  import 'use-context-selector';
7
7
  import 'reselect';
8
8
  import 'slugify';
9
9
  import 'i18n-js';
10
- import { u as useBrowserFeature } from './PhonePlatformContext-b28d991a.js';
11
- import { T as ToggleFullscreenCornerButton } from './ToggleFullscreenCornerButton-8242f213.js';
12
- import { a as ArrowLeftIcon, A as ArrowRightIcon, u as usePhonePlatform } from './arrowRight-e42e6011.js';
10
+ import { u as useBrowserFeature } from './PhonePlatformContext-4ec6b2de.js';
11
+ import { T as ToggleFullscreenCornerButton } from './ToggleFullscreenCornerButton-b79159cc.js';
12
+ import { a as ArrowLeftIcon, A as ArrowRightIcon, u as usePhonePlatform } from './arrowRight-62998af9.js';
13
13
  import { PanoViewer } from '@egjs/view360';
14
14
  import screenfull from 'screenfull';
15
15
 
@@ -1,14 +1,14 @@
1
1
  import React, { useRef, useCallback, useState } from 'react';
2
2
  import 'react-dom';
3
- import { _ as _slicedToArray, b as _defineProperty } from './i18n-71c39823.js';
3
+ import { _ as _slicedToArray, b as _defineProperty } from './i18n-ce13a8bf.js';
4
4
  import classNames from 'classnames';
5
- import { a as useContentElementEditorState } from './useContentElementEditorState-245f1986.js';
5
+ import { a as useContentElementEditorState } from './useContentElementEditorState-4f4c3cf6.js';
6
6
  import 'use-context-selector';
7
7
  import 'reselect';
8
8
  import 'slugify';
9
9
  import 'i18n-js';
10
- import { T as ToggleFullscreenCornerButton } from './ToggleFullscreenCornerButton-8242f213.js';
11
- import { F as FullscreenViewer } from './index-fc4b13e6.js';
10
+ import { T as ToggleFullscreenCornerButton } from './ToggleFullscreenCornerButton-b79159cc.js';
11
+ import { F as FullscreenViewer } from './index-11f32f10.js';
12
12
  import QuickPinchZoom, { make3dTransformValue } from 'react-quick-pinch-zoom';
13
13
 
14
14
  var styles = {"outer":"SwipeToClose-module_outer__1fl2h","inner":"SwipeToClose-module_inner__NOg1v"};
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { e as _objectWithoutProperties } from './i18n-71c39823.js';
3
- import { P as PhonePlatformContext } from './PhonePlatformContext-b28d991a.js';
2
+ import { e as _objectWithoutProperties } from './i18n-ce13a8bf.js';
3
+ import { P as PhonePlatformContext } from './PhonePlatformContext-4ec6b2de.js';
4
4
 
5
5
  function usePhonePlatform() {
6
6
  return React.useContext(PhonePlatformContext);
@@ -1,10 +1,10 @@
1
1
  import 'regenerator-runtime';
2
- import { ae as ContentElementEditorCommandEmitterContext, b as usePostMessageListener, af as MotifAreaVisibilityProvider, ag as ForcePaddingContext, ah as ContentElementConfigurationUpdateContext, D as api, l as widths, ai as LayoutWithoutInlineEditing, ad as SectionThumbnail, aj as renderElement, ak as renderLeaf$1, H as useContentElementEditorCommandSubscription, a0 as Text$1, r as frontendStyles } from './EditableInlineText.module-6ee0e024.js';
2
+ import { ae as ContentElementEditorCommandEmitterContext, b as usePostMessageListener, af as MotifAreaVisibilityProvider, ag as ForcePaddingContext, ah as ContentElementConfigurationUpdateContext, D as api, l as widths, ai as LayoutWithoutInlineEditing, ad as SectionThumbnail, aj as renderElement, ak as renderLeaf$1, H as useContentElementEditorCommandSubscription, a0 as Text$1, r as frontendStyles } from './EditableInlineText.module-ebd22921.js';
3
3
  import 'pageflow/frontend';
4
4
  import React, { useMemo, useState, useCallback, useContext, useRef, useEffect, createContext, memo } from 'react';
5
- import { _ as _slicedToArray, p as useEntryStateDispatch, b as _defineProperty, e as _objectWithoutProperties, u as useI18n, D as updateContentElementConfiguration, o as useChapter, i as useFile, a as _objectSpread2, n as _toConsumableArray, F as _unsupportedIterableToArray } from './i18n-71c39823.js';
5
+ import { _ as _slicedToArray, p as useEntryStateDispatch, b as _defineProperty, e as _objectWithoutProperties, u as useI18n, D as updateContentElementConfiguration, o as useChapter, i as useFile, a as _objectSpread2, n as _toConsumableArray, F as _unsupportedIterableToArray } from './i18n-ce13a8bf.js';
6
6
  import classNames from 'classnames';
7
- import { C as ContentElementEditorStateContext, a as useContentElementEditorState } from './useContentElementEditorState-245f1986.js';
7
+ import { C as ContentElementEditorStateContext, a as useContentElementEditorState } from './useContentElementEditorState-4f4c3cf6.js';
8
8
  import './createSuper-d0f30da3.js';
9
9
  import BackboneEvents from 'backbone-events-standalone';
10
10
  import 'use-context-selector';
@@ -13,7 +13,7 @@ import 'slugify';
13
13
  import 'i18n-js';
14
14
  import 'striptags';
15
15
  import 'react-measure';
16
- import { P as PhonePlatformContext } from './PhonePlatformContext-b28d991a.js';
16
+ import { P as PhonePlatformContext } from './PhonePlatformContext-4ec6b2de.js';
17
17
  import { DndProvider, useDrop, useDrag } from 'react-dnd';
18
18
  import { HTML5Backend } from 'react-dnd-html5-backend';
19
19
  import { Range, Editor, Transforms, Node, Element, Path, Text, createEditor } from 'slate';
@@ -451,7 +451,7 @@ function useEntryMetadata() {
451
451
  * {
452
452
  * iconName: 'twitter',
453
453
  * name: 'Twitter',
454
- * url: https://twitter.com/intent/tweet?url=%{url}
454
+ * url: https://x.com/intent/post?url=%{url}
455
455
  * }
456
456
  * ]
457
457
  */
@@ -486,7 +486,7 @@ function useShareProviders(_ref) {
486
486
  },
487
487
  twitter: {
488
488
  iconName: 'twitter',
489
- name: 'Twitter',
489
+ name: 'X',
490
490
  url: urlTemplates.twitter
491
491
  },
492
492
  whats_app: {
@@ -1,9 +1,9 @@
1
1
  import React, { useMemo, useEffect, useState, useCallback } from 'react';
2
2
  import ReactDOM from 'react-dom';
3
- import { _ as _slicedToArray, b as _defineProperty } from './i18n-71c39823.js';
3
+ import { _ as _slicedToArray, b as _defineProperty } from './i18n-ce13a8bf.js';
4
4
  import classNames from 'classnames';
5
- import { u as useDelayedBoolean } from './useContentElementEditorState-245f1986.js';
6
- import { T as ToggleFullscreenCornerButton } from './ToggleFullscreenCornerButton-8242f213.js';
5
+ import { u as useDelayedBoolean } from './useContentElementEditorState-4f4c3cf6.js';
6
+ import { T as ToggleFullscreenCornerButton } from './ToggleFullscreenCornerButton-b79159cc.js';
7
7
 
8
8
  var styles = {"wrapper":"Fullscreen-module_wrapper__2MP7f"};
9
9
 
@@ -1 +1 @@
1
- .GradientBox-module_content__96lDk{position:relative}.GradientBox-module_shadow__2XilX{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none;max-height:var(--zero-if-two-column,0)}.GradientBox-module_gradient__31tJ- .GradientBox-module_shadow__2XilX{max-height:none}.GradientBox-module_long__10s6v .GradientBox-module_shadow__2XilX{bottom:-100vh}.GradientBox-module_root__8Xn9W .GradientBox-module_withShadow__3mhPR{text-shadow:0 1px min(5px,var(--zero-if-two-column)) #000}.GradientBox-module_gradient__31tJ- .GradientBox-module_withShadow__3mhPR{text-shadow:0 1px 5px #000}.GradientBox-module_shadowDark__3Tv0L{background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.5) 100px,rgba(0,0,0,.5))}.GradientBox-module_shadowLight__Bieg6{background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.5) 100px,hsla(0,0%,100%,.5))}@media print{.GradientBox-module_root__8Xn9W{padding-top:0!important}.GradientBox-module_shadow__2XilX{display:none}}.Image-module_fill__1D1wH{position:absolute;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.Text-module_heading-lg__FKxzu{font-size:110px;line-height:1}.Text-module_heading-md__1q5Ss{font-size:88px;line-height:1}.Text-module_heading-sm__2awaz{font-size:66px;font-weight:700;line-height:1}.Text-module_heading-xs__21nHy{font-size:33px;margin-top:1em;margin-bottom:0}.Text-module_headingTagline-lg__1O2TQ,.Text-module_headingTagline-md__2hrVS{font-size:33px;line-height:1.2}.Text-module_headingTagline-sm__1Fw2J{font-size:22px;line-height:1.4}.Text-module_headingSubtitle-lg__15kj0,.Text-module_headingSubtitle-md__2_qtz{font-size:44px;line-height:1.2}.Text-module_headingSubtitle-sm__MOc_6{font-size:26px;line-height:1.2}.Text-module_body__4oWD-{font-size:22px;line-height:1.4}.Text-module_caption__3_6Au{font-size:20px;line-height:1.4}.Text-module_question__ByVAq{font-size:22px;line-height:1.4;font-weight:700}.Text-module_quoteText-lg__3ZnZi{font-size:50px;line-height:1.1}.Text-module_quoteText-md__2eooO{font-size:40px;line-height:1.1}.Text-module_quoteText-sm__5nKex{font-size:33px;line-height:1.2}.Text-module_quoteText-xs__2p5on{font-size:26px;line-height:1.2}.Text-module_quoteAttribution__VBqLw{font-size:22px;line-height:1.4}.Text-module_counterNumber-lg__2myJg{font-size:350px;line-height:1;font-weight:700}.Text-module_counterNumber-md__1NC3q{font-size:200px;line-height:1;font-weight:700}.Text-module_counterNumber-sm__2SwHQ{font-size:110px;line-height:1;font-weight:700}.Text-module_counterNumber-xs__1D-YR{font-size:66px;line-height:1;font-weight:700}.Text-module_counterDescription__34NjQ{font-size:22px;line-height:1.4}@media (max-width:600px){.Text-module_heading-lg__FKxzu{font-size:66px;line-height:1.1}.Text-module_heading-md__1q5Ss{font-size:50px;line-height:1.1}.Text-module_heading-sm__2awaz{font-size:40px}.Text-module_headingTagline-lg__1O2TQ{font-size:26px;line-height:1.2}.Text-module_headingTagline-md__2hrVS,.Text-module_headingTagline-sm__1Fw2J{font-size:22px;line-height:1.4}.Text-module_headingSubtitle-lg__15kj0{font-size:33px;line-height:1.2}.Text-module_headingSubtitle-md__2_qtz,.Text-module_headingSubtitle-sm__MOc_6{font-size:26px;line-height:1.2}.Text-module_quoteText-lg__3ZnZi{font-size:40px;line-height:1.1}.Text-module_quoteText-md__2eooO{font-size:33px;line-height:1.2}.Text-module_quoteText-sm__5nKex,.Text-module_quoteText-xs__2p5on{font-size:22px;line-height:1.4}.Text-module_counterNumber-lg__2myJg{font-size:200px;line-height:1}.Text-module_counterNumber-md__1NC3q{font-size:110px;line-height:1}.Text-module_counterNumber-sm__2SwHQ{font-size:66px;line-height:1.1}.Text-module_counterNumber-xs__1D-YR{font-size:40px;line-height:1.1}}.ToggleFullscreenCornerButton-module_corner__CxAAH{position:absolute;right:0;top:0;color:#fff}.ToggleFullscreenCornerButton-module_corner__CxAAH svg{filter:drop-shadow(0 1px 4px #000)}.useScrollPositionLifecycle-module_wrapper__1a6Kr{position:relative}.useScrollPositionLifecycle-module_isActiveProbe__3VKB5{position:absolute;top:0;left:0;bottom:2px;width:1px}.Content-module_Content__m7urk{font-family:var(--theme-entry-font-family)}@media screen{.Content-module_Content__m7urk{background-color:#000;color:#fff}}.SectionThumbnail-module_crop__Q1nZj{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.SectionThumbnail-module_scale__2tKDG{transform:scale(.2);transform-origin:0 0;width:500%}.EditableInlineText-module_root__3eA-J{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;white-space:pre-wrap;word-wrap:break-word}@supports (-webkit-touch-callout:none){.EditableInlineText-module_root__3eA-J{word-wrap:normal}}.EditableInlineText-module_hyphens-manual__3Lj4H{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual;word-wrap:break-word}.EditableInlineText-module_hyphens-none__1UvNH{hypens:none;word-wrap:normal}.InlineFileRights-module_list__2OuO5,.InlineFileRights-module_list__2OuO5>li{text-align:left;padding:0;margin:0;list-style:none}.InlineFileRights-module_list__2OuO5>li{white-space:nowrap}.EditableText-module_root__2v1tU{white-space:pre-line}.EditableText-module_light__2c29h{color:var(--theme-light-content-text-color,#fff)}.EditableText-module_dark__2ym90{color:var(--theme-dark-content-text-color,#222)}.MediaPlayer-module_wrapper__1cSGR,.MediaPlayer-module_wrapper__1cSGR>div,.MediaPlayer-module_wrapper__1cSGR>div>div,.MediaPlayer-module_wrapper__1cSGR img{width:100%;height:100%}.MediaPlayer-module_wrapper__1cSGR audio,.MediaPlayer-module_wrapper__1cSGR audio:focus,.MediaPlayer-module_wrapper__1cSGR video,.MediaPlayer-module_wrapper__1cSGR video:focus{outline:none}.MediaPlayer-module_wrapper__1cSGR img{position:absolute;top:0;left:0;-o-object-fit:contain;object-fit:contain;background:#000}.MediaPlayer-module_cover__2wGez img,.MediaPlayer-module_cover__2wGez video{-o-object-fit:cover;object-fit:cover}.AudioPlayer-module_spaceForTextTracks__169MK{height:100%}.AudioPlayer-module_spaceForTextTracksActive__99m7R{height:90px}.video-js{font-family:inherit!important}.vjs-text-track-display{z-index:2}.textTracks-module_inset__K7DIL .vjs-text-track-display{bottom:40px}.vjs-text-track-display div{font-family:inherit!important;font-size:20px!important}.vjs-text-track-display>div>div>div{padding:0 4px 2px}.vjs-paused .vjs-text-track-display div{transition:opacity .2s,visibility .2s;opacity:0;visibility:hidden!important}.index-module_wrapper__ilo7n{height:100%;width:100%;background-color:rgba(0,0,0,.9);opacity:0;transition:opacity .2s linear;font-family:var(--theme-entry-font-family)}.index-module_visible__6QUDn{opacity:1}@supports (-webkit-touch-callout:none){.index-module_wrapper__ilo7n{transform:scale(1);height:calc(var(--vh)*100)}}.scrollInConceal-module_backdrop__2OJJC{position:sticky;top:0;height:0}.scrollInScrollOut-module_backdrop__XzCge{position:sticky;top:0;height:100vh}.scrollInScrollOut-module_foreground__1yyY8{margin-top:-100vh}body>#root [tabindex]:focus,body>#root a:focus,body>#root button:focus{outline:3px solid #518ad2}.focusOutline-module_focusOutlineDisabled__KV7d->#root [tabindex]:focus,.focusOutline-module_focusOutlineDisabled__KV7d->#root a:focus,.focusOutline-module_focusOutlineDisabled__KV7d->#root button:focus{outline:none}.Fullscreen-module_root__1N3CI{width:100%;height:calc(var(--vh)*100);position:relative;overflow:hidden}@media print{.Fullscreen-module_root__1N3CI{height:400px}}.fadeInBgScrollOut-module_backdrop__1bSsb{position:absolute;top:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-end}.fadeInBgScrollOut-module_backdropInner__3JZBG{position:sticky;bottom:0;width:100%}.fadeInBgScrollOut-module_backdropInner2__q-00L{position:absolute;bottom:0;width:100%}.fadeInBgScrollOut-module_foreground__1ODH9{min-height:100vh}.fadeInBgScrollOut-module_backdrop__1bSsb{transition:opacity .5s ease}.fadeInBgScrollOut-module_backdrop-below__2Dbkr{opacity:0}.fadeInFadeOut-module_backdrop__Y4xOA{position:absolute;height:100%}.fadeInFadeOut-module_backdropInner__1oRfP{position:fixed;top:0;height:100vh;width:100%}.fadeInFadeOut-module_backdrop__Y4xOA .fadeInFadeOut-module_backdropInner__1oRfP{transition:opacity .5s ease}.fadeInFadeOut-module_backdrop-below__1h2I4 .fadeInFadeOut-module_backdropInner__1oRfP{opacity:0}.fadeInFadeOut-module_foreground__1eleZ{transition:opacity .5s ease,visibility .5s}.fadeInFadeOut-module_foreground-above__249wa,.fadeInFadeOut-module_foreground-below__3mE6f{opacity:0;visibility:hidden}.fadeInScrollOut-module_backdrop__2FhBb{position:absolute;top:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-end}.fadeInScrollOut-module_backdropInner__1OfNZ{position:sticky;bottom:0;width:100%}.fadeInScrollOut-module_backdropInner2__5bNPT{position:absolute;bottom:0;width:100%}.fadeInScrollOut-module_foreground__3h0EX{min-height:100vh;transition:opacity .5s ease,visibility .5s}.fadeInScrollOut-module_foreground-below__1Jcql{opacity:0;visibility:hidden}.fadeInScrollOut-module_backdrop__2FhBb{transition:opacity .5s ease}.fadeInScrollOut-module_backdrop-below__3cRLH{opacity:0}.fadeInBgFadeOut-module_backdrop__r0YXp{position:absolute;height:100%}.fadeInBgFadeOut-module_backdropInner__IQp87{position:fixed;top:0;height:100vh;width:100%}.fadeInBgFadeOut-module_backdrop__r0YXp .fadeInBgFadeOut-module_backdropInner__IQp87{transition:opacity .5s ease}.fadeInBgFadeOut-module_backdrop-below__2G-Ic .fadeInBgFadeOut-module_backdropInner__IQp87{opacity:0}.fadeInBgFadeOut-module_foreground__Q2vkT{transition:opacity .5s ease,visibility .5s}.fadeInBgFadeOut-module_foreground-above__3pmz9{opacity:0;visibility:hidden}.fadeInBgFadeOutBg-module_backdrop__15ocl{position:absolute;height:100%}.fadeInBgFadeOutBg-module_backdropInner__sAnz6{position:fixed;top:0;height:100vh;width:100%}.fadeInBgFadeOutBg-module_backdrop__15ocl .fadeInBgFadeOutBg-module_backdropInner__sAnz6,.fadeInBgFadeOutBg-module_boxShadow__xUKyj{transition:opacity .5s ease}.fadeInBgFadeOutBg-module_backdrop-below__1rDT6 .fadeInBgFadeOutBg-module_backdropInner__sAnz6,.fadeInBgFadeOutBg-module_boxShadow-above__2bY0E{opacity:0!important}.fadeInBgConceal-module_backdrop__11JGO{position:absolute;height:100%}.fadeInBgConceal-module_backdropInner__1IAYD{position:fixed;top:0;height:100vh;width:100%}.fadeInBgConceal-module_backdrop__11JGO{transition:opacity .5s ease}.fadeInBgConceal-module_backdrop-below__3E6Uk{opacity:0}.revealFadeOut-module_backdrop___Q1QF{position:absolute;height:calc(100% + 100vh)}.revealFadeOut-module_backdropInner__17qRn{position:fixed;top:0;height:100vh;width:100%;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.revealFadeOut-module_foreground__1GzBs{transition:opacity .5s ease,visibility .5s}.revealFadeOut-module_foreground-above__3GxOf{opacity:0;visibility:hidden}.fadeInConceal-module_backdrop__1zaRO{position:absolute;height:100%}.fadeInConceal-module_backdropInner__1AIvq{position:fixed;top:0;height:100vh;width:100%}.fadeInConceal-module_backdrop__1zaRO{transition:opacity .5s ease}.fadeInConceal-module_backdrop-below__AWyQe{opacity:0}.fadeInConceal-module_foreground__3giM9{transition:opacity .5s ease,visibility .5s}.fadeInConceal-module_foreground-below__2z5Op{opacity:0;visibility:hidden}.revealConceal-module_backdrop__dLUhU{position:absolute;height:100%}.revealConceal-module_backdropInner__2k1Z-{position:fixed;top:0;height:100vh;width:100%;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.revealFadeOutBg-module_backdrop__30OCF{position:absolute;height:calc(100% + 100vh)}.revealFadeOutBg-module_backdropInner__3v3tM{position:fixed;top:0;height:100vh;width:100%;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.revealFadeOutBg-module_boxShadow__1NZRz{transition:opacity 1s ease}.revealFadeOutBg-module_boxShadow-above__2r4ov{opacity:0!important}.revealScrollOut-module_backdrop__2yOXd{position:absolute;top:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-end}.revealScrollOut-module_backdropInner__211p3{position:sticky;bottom:0;width:100%;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.revealScrollOut-module_backdropInner2__v6WqM{position:absolute;bottom:0;width:100%}.fadeInFadeOutBg-module_backdrop__2-IF3{position:absolute;height:100%}.fadeInFadeOutBg-module_backdropInner__3r_bo{position:fixed;top:0;height:100vh;width:100%}.fadeInFadeOutBg-module_backdrop__2-IF3 .fadeInFadeOutBg-module_backdropInner__3r_bo,.fadeInFadeOutBg-module_boxShadow__3x7Ki{transition:opacity .5s ease}.fadeInFadeOutBg-module_backdrop-below__4Ys_2 .fadeInFadeOutBg-module_backdropInner__3r_bo,.fadeInFadeOutBg-module_boxShadow-above__3T2K5{opacity:0!important}.fadeInFadeOutBg-module_foreground__24f_M{transition:opacity .5s ease,visibility .5s}.fadeInFadeOutBg-module_foreground-below__3pTRc{opacity:0;visibility:hidden}.scrollInFadeOut-module_backdrop__1vXJd{position:sticky;top:0;height:0}.scrollInFadeOut-module_foreground__3Ikxb{transition:opacity .5s ease,visibility .5s}.scrollInFadeOut-module_foreground-above__6ipm-{opacity:0;visibility:hidden}.scrollInFadeOutBg-module_backdrop__zw95c{position:sticky;top:0;height:0}.scrollInFadeOutBg-module_boxShadow__3UxCQ{transition:opacity .5s ease}.scrollInFadeOutBg-module_boxShadow-above__3kfau{opacity:0!important}.ToggleFullscreenButton-module_button__2n69-{width:40px;height:40px;margin:0 2px;display:flex;align-items:center;justify-content:center;color:currentColor;cursor:pointer}.ToggleFullscreenButton-module_button__2n69- svg{fill:currentColor;width:21px;height:21px}.Section-module_Section__Yo58b{position:relative;--section-max-width:var(--theme-section-max-width);--two-column-inline-content-max-width:var(--theme-two-column-inline-content-max-width);--two-column-inline-lg-content-max-width:var(--theme-two-column-inline-lg-content-max-width);--two-column-inline-xl-content-max-width:var(--theme-two-column-inline-xl-content-max-width);--two-column-sticky-content-max-width:var(--theme-two-column-sticky-content-max-width);--two-column-sticky-lg-content-max-width:var(--theme-two-column-sticky-lg-content-max-width);--two-column-sticky-xl-content-max-width:var(--theme-two-column-sticky-xl-content-max-width);--centered-inline-content-max-width:var(--theme-centered-inline-content-max-width);--centered-inline-lg-content-max-width:var(--theme-centered-inline-lg-content-max-width);--centered-inline-xl-content-max-width:var(--theme-centered-inline-xl-content-max-width);--foreground-padding-top:0px}.Section-module_first__1vLBH{--foreground-padding-top:var(--theme-widget-margin-top,58px)}.Section-module_narrow__3Dawu{--section-max-width:var(--theme-narrow-section-max-width);--two-column-inline-content-max-width:var(--theme-narrow-section-two-column-inline-content-max-width);--two-column-inline-lg-content-max-width:var(--theme-narrow-section-two-column-inline-lg-content-max-width);--two-column-inline-xl-content-max-width:var(--theme-narrow-section-two-column-inline-xl-content-max-width);--two-column-sticky-content-max-width:var(--theme-narrow-section-two-column-sticky-content-max-width);--two-column-sticky-lg-content-max-width:var(--theme-narrow-section-two-column-sticky-lg-content-max-width);--two-column-sticky-xl-content-max-width:var(--theme-narrow-section-two-column-sticky-xl-content-max-width);--centered-inline-content-max-width:var(--theme-narrow-section-centered-inline-content-max-width);--centered-inline-lg-content-max-width:var(--theme-narrow-section-centered-inline-lg-content-max-width);--centered-inline-xl-content-max-width:var(--theme-narrow-section-centered-inline-xl-content-max-width)}@media screen{.Section-module_Section__Yo58b{color:var(--theme-light-content-text-color,#fff);--content-text-color:var(--theme-light-content-text-color,#fff);--content-link-color:var(--theme-light-content-link-color,var(--theme-content-link-color,currentColor));background-color:#000}.Section-module_invert__3_p7F{background-color:#fff;color:var(--theme-dark-content-text-color,#222);--content-text-color:var(--theme-dark-content-text-color,#222);--content-link-color:var(--theme-dark-content-link-color,var(--theme-content-link-color,currentColor))}}.OptIn-module_optIn__3nHo1{padding:15px;display:flex;flex-direction:column;width:100%;height:100%;text-align:center;align-items:center;justify-content:center;box-sizing:border-box}.OptIn-module_optInIcon__3-81I svg{fill:currentColor;height:90px}.OptIn-module_optInMessage__1OfTR{margin:1em 0 1.5em}@media (max-width:600px){.OptIn-module_optInIcon__3-81I svg{height:50px}.OptIn-module_optInMessage__1OfTR{margin:.5em 0 1em}}@media (max-width:400px){.OptIn-module_optInIcon__3-81I{display:none}}.OptIn-module_optInButton__1LhtX{padding:10px;background-color:transparent;color:currentColor;border:1px solid;border-radius:4px;cursor:pointer}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.vjs-poster{display:inline-block;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-poster,.vjs-poster img{vertical-align:middle;padding:0}.vjs-poster img{display:block;margin:0 auto;max-height:100%;width:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.vjs-text-track-display{position:absolute;bottom:0;left:0;right:0;top:0;pointer-events:none}.video-js .vjs-text-track{font-size:17px;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{border:none}.Viewer-module_full__1q18y{height:100%}.Viewer-module_container__3eJ34{background-color:#000;color:#fff;cursor:move}.Viewer-module_spinner__2oRve{-webkit-animation:Viewer-module_spin__3jBR2 .75s linear infinite;animation:Viewer-module_spin__3jBR2 .75s linear infinite;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px;display:none}.Viewer-module_spinner__2oRve.Viewer-module_isLoading__sQuGw{display:block}@-webkit-keyframes Viewer-module_spin__3jBR2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Viewer-module_spin__3jBR2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Fullscreen-module_wrapper__2MP7f{position:fixed;top:0;left:0;width:100%;height:100%;z-index:20000}.Center-module_outer__3Rr0H{padding-left:8%;padding-right:8%;margin-left:auto;margin-right:auto;max-width:var(--section-max-width,none)}.Center-module_customMargin__1es3t,.Center-module_outer-full__3dknO{padding-left:0;padding-right:0;max-width:none;width:100%}.Center-module_item__1KSs3{--content-margin:8%;--content-max-width:var(--centered-inline-content-max-width,700px);margin-left:auto;margin-right:auto;max-width:var(--content-max-width)}.Center-module_customMargin__1es3t .Center-module_item__1KSs3{max-width:calc(var(--content-margin)*2 + var(--content-max-width))}.Center-module_item-inline-lg__DGjXl{--content-max-width:var(--centered-inline-lg-content-max-width,950px)}.Center-module_item-inline-xl__2McfB{--content-max-width:var(--centered-inline-xl-content-max-width,1200px)}.Center-module_item-inline-full__l-6kG{--content-margin:0;--content-max-width:none;margin-left:0;margin-right:0;max-width:none}.Center-module_clear__jJEap{clear:both}.Center-module_inner-sm__-oQ0E,.Center-module_inner-xs__3FRT8,.Center-module_inner-xxs__1oroz{margin:0 auto}.Center-module_inner-xxs__1oroz{width:30%}.Center-module_inner-xs__3FRT8{width:50%}.Center-module_inner-sm__-oQ0E{width:70%}.Center-module_inner-left__2z9Ea,.Center-module_inner-right__KBkVt{--inlined-float:none;--inlined-margin:0;margin-top:var(--inlined-margin,.375em);margin-bottom:var(--inlined-margin,1em);clear:both;position:relative;z-index:1}.Center-module_inner-sm__-oQ0E,.Center-module_inner-xs__3FRT8,.Center-module_inner-xxs__1oroz{--inlined-margin:auto}.Center-module_inner-left__2z9Ea{float:var(--inlined-float,left);margin-left:var(--inlined-margin,calc(var(--floated-indent) - 1em));margin-right:var(--inlined-margin,1em)}.Center-module_inner-right__KBkVt{float:var(--inlined-float,right);margin-right:var(--inlined-margin,calc(var(--floated-indent) - 1em));margin-left:var(--inlined-margin,1em)}.Center-module_inner-xs__3FRT8.Center-module_sideBySide__-YsP0{--inlined-float:initial;--inlined-margin:initial;--floated-indent:25%;clear:none;width:25%}@media (min-width:950px){.Center-module_inner-md__3dLC3.Center-module_inner-left__2z9Ea,.Center-module_inner-md__3dLC3.Center-module_inner-right__KBkVt,.Center-module_inner-sm__-oQ0E.Center-module_inner-left__2z9Ea,.Center-module_inner-sm__-oQ0E.Center-module_inner-right__KBkVt,.Center-module_inner-xs__3FRT8.Center-module_inner-left__2z9Ea,.Center-module_inner-xs__3FRT8.Center-module_inner-right__KBkVt{--inlined-float:initial;--inlined-margin:initial;--floated-indent:-10%;clear:none}.Center-module_inner-xs__3FRT8.Center-module_inner-left__2z9Ea,.Center-module_inner-xs__3FRT8.Center-module_inner-right__KBkVt{width:25%}.Center-module_inner-xs__3FRT8.Center-module_sideBySide__-YsP0{--floated-indent:25%}.Center-module_inner-sm__-oQ0E.Center-module_inner-left__2z9Ea,.Center-module_inner-sm__-oQ0E.Center-module_inner-right__KBkVt{width:40%}.Center-module_inner-md__3dLC3.Center-module_inner-left__2z9Ea,.Center-module_inner-md__3dLC3.Center-module_inner-right__KBkVt{width:60%}}@media (min-width:700px){.Center-module_inner-sm__-oQ0E.Center-module_sideBySide__-YsP0{--inlined-float:initial;--inlined-margin:initial;clear:none;width:40%;--floated-indent:10%}}@media (min-width:1100px){.Center-module_inner-lg__2GQbs.Center-module_inner-left__2z9Ea,.Center-module_inner-lg__2GQbs.Center-module_inner-right__KBkVt{--inlined-float:initial;--inlined-margin:initial;clear:none;width:70%;--floated-indent:-20%}}@media (min-width:1300px){.Center-module_inner-xl__3dOME.Center-module_inner-left__2z9Ea,.Center-module_inner-xl__3dOME.Center-module_inner-right__KBkVt{--inlined-float:initial;--inlined-margin:initial;clear:none;width:80%;--floated-indent:-30%}}.TwoColumn-module_group__3Hg2y{--content-margin-fraction:0.08;--content-margin:calc(var(--content-margin-fraction)*100%);padding-left:var(--content-margin);padding-right:var(--content-margin);margin-left:auto;margin-right:auto;max-width:var(--section-max-width,none)}.TwoColumn-module_group-full__2OT4o{padding-left:0;padding-right:0;max-width:none;width:100%}.TwoColumn-module_box__1Nils{max-width:var(--content-max-width)}.TwoColumn-module_inline__1fPfM{--content-max-width:var(--two-column-inline-content-max-width,500px)}.TwoColumn-module_inline__1fPfM.TwoColumn-module_width-lg__2MD35{--content-max-width:var(--two-column-inline-lg-content-max-width,700px)}.TwoColumn-module_inline__1fPfM.TwoColumn-module_width-xl__3Bxet{--content-max-width:var(--two-column-inline-xl-content-max-width,1200px)}.TwoColumn-module_inline__1fPfM.TwoColumn-module_width-full__1QWYO{--content-margin-fraction:0;--content-max-width:none}.TwoColumn-module_restrict-sm__2rKty,.TwoColumn-module_restrict-xs__AOezq,.TwoColumn-module_restrict-xxs__6il-H{margin:0 auto}.TwoColumn-module_restrict-xxs__6il-H{width:30%}.TwoColumn-module_restrict-xs__AOezq{width:50%}.TwoColumn-module_restrict-sm__2rKty{width:70%}.TwoColumn-module_customMargin__o0uxH{--f:calc(1/(1 - var(--content-margin-fraction)*2));margin-left:calc(-100%*var(--content-margin-fraction)*var(--f));margin-right:calc(-100%*var(--content-margin-fraction)*var(--f));max-width:calc(var(--content-margin)*var(--f)*2 + var(--content-max-width))}.TwoColumn-module_right__Fr52a .TwoColumn-module_inline__1fPfM{margin-left:auto}.TwoColumn-module_sticky__4LCDO{--content-width:var(--theme-two-column-sticky-content-width,25vw);--content-max-width:min(var(--content-width),var(--two-column-sticky-content-max-width,600px));position:sticky;float:right;clear:both;top:33%;width:var(--content-width)}.TwoColumn-module_right__Fr52a .TwoColumn-module_sticky__4LCDO{float:left}.TwoColumn-module_sticky__4LCDO.TwoColumn-module_width-lg__2MD35{--content-width:var(--theme-two-column-sticky-lg-content-width,35vw);--content-max-width:min(var(--content-width),var(--two-column-sticky-lg-content-max-width,700px))}.TwoColumn-module_sticky__4LCDO.TwoColumn-module_width-xl__3Bxet{--content-width:var(--theme-two-column-sticky-xl-content-width,45vw);--content-max-width:min(var(--content-width),var(--two-column-sticky-xl-content-max-width,1000px))}.TwoColumn-module_sticky__4LCDO.TwoColumn-module_customMargin__o0uxH{width:100%}.Foreground-module_Foreground__13ODU{position:relative;z-index:3;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding-top:var(--foreground-padding-top)}.Foreground-module_fullFadeHeight__2p9dx{min-height:51vh}.Foreground-module_fullHeight__1vMXb{min-height:100vh}.Foreground-module_paddingBottom__3OtY4{padding-bottom:3em}@media print{.Foreground-module_Foreground__13ODU{min-height:auto;margin-top:0!important}}.OptOutInfo-module_optOut__2Q3d5{display:flex;background-color:#111;color:#fff;box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);transition:opacity .2s ease,visibility .2s linear;pointer-events:auto}.OptOutInfo-module_tooltip__2bpU0{order:0;position:relative;display:none;align-items:center;padding:5px 5px 5px 10px}.OptOutInfo-module_optOut__2Q3d5:focus-within .OptOutInfo-module_tooltip__2bpU0,.OptOutInfo-module_optOut__2Q3d5:hover .OptOutInfo-module_tooltip__2bpU0{display:flex}.OptOutInfo-module_tooltip__2bpU0 a{color:currentColor}.OptOutInfo-module_icon__1kL6Q{order:1;position:relative}.OptOutInfo-module_icon__1kL6Q svg{fill:#c2c2c2;width:26px;height:26px;margin:7px 7px 5px}.OptOutInfo-module_optOut__2Q3d5{position:absolute;right:-15px;bottom:25%}.OptOutInfo-module_optOut__2Q3d5.OptOutInfo-module_full__s_Ono{right:0}.SectionInlineFileRights-module_wrapper__1l6rr{z-index:3;position:relative}.SectionInlineFileRights-module_fade__1Snfk{transition:opacity .5s ease,visibility .5s}.SectionInlineFileRights-module_fade__1Snfk.SectionInlineFileRights-module_inactive__1VpQh{opacity:0;visibility:hidden}.ZoomableImage-module_full__1YJoO{height:100%;width:100%}.ZoomableImage-module_container__RTuPI{height:100%}.ZoomableImage-module_img__3Vnst{max-width:100%;height:auto;visibility:hidden}.ZoomableImage-module_visible__2ez0D{visibility:visible}.PanoramaIndicator-module_indicator__3A90v{pointer-events:none;opacity:0;transition:opacity .2s linear,transform .2s ease}.PanoramaIndicator-module_visible__3LOgm{opacity:1}.PanoramaIndicator-module_arrow__QV1Pd{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PanoramaIndicator-module_arrowLeft__Jh7GC{margin-left:-50px}.PanoramaIndicator-module_arrowRight__ZZBtO{margin-left:50px}.PanoramaIndicator-module_arrowLeft__Jh7GC div{-webkit-animation:PanoramaIndicator-module_nudgeLeft__IU_Iy 4s ease infinite;animation:PanoramaIndicator-module_nudgeLeft__IU_Iy 4s ease infinite}.PanoramaIndicator-module_arrowRight__ZZBtO div{-webkit-animation:PanoramaIndicator-module_nudgeRight__3XzNu 4s ease infinite;animation:PanoramaIndicator-module_nudgeRight__3XzNu 4s ease infinite}.PanoramaIndicator-module_text__2FzUy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700;font-size:30px;text-shadow:0 0 5px rgba(0,0,0,.8);margin-top:-3px;margin-left:3px}.PanoramaIndicator-module_indicator__3A90v svg{transition:transform .2s ease}:hover>.PanoramaIndicator-module_indicator__3A90v svg{transform:scale(1.2)}.PanoramaIndicator-module_arrow__QV1Pd div:before{content:" ";position:absolute;top:50%;left:50%;width:30px;height:30px;transform:translate(-50%,-50%);background:radial-gradient(rgba(0,0,0,.3),transparent 60%);z-index:-1}@-webkit-keyframes PanoramaIndicator-module_nudgeLeft__IU_Iy{50%{transform:translateX(-10px)}}@keyframes PanoramaIndicator-module_nudgeLeft__IU_Iy{50%{transform:translateX(-10px)}}@-webkit-keyframes PanoramaIndicator-module_nudgeRight__3XzNu{50%{transform:translateX(10px)}}@keyframes PanoramaIndicator-module_nudgeRight__3XzNu{50%{transform:translateX(10px)}}.Fullscreen-module_wrapper__300hJ{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:20000}.FullscreenIndicator-module_indicator__2Jl_-{pointer-events:none;visibility:hidden}.FullscreenIndicator-module_visible__2ywsZ{visibility:visible}.FullscreenIndicator-module_icon__2Ddof,.FullscreenIndicator-module_icons__3-Xm6,.FullscreenIndicator-module_text__3wCW3{position:absolute;top:50%;left:50%}.FullscreenIndicator-module_text__3wCW3{transform:translate(-50%,-50%);font-weight:700;font-size:25px;text-shadow:0 0 5px rgba(0,0,0,.8);margin-top:-3px;margin-left:3px}.FullscreenIndicator-module_icons__3-Xm6{-webkit-animation:FullscreenIndicator-module_pulse__1qujU 4s ease infinite;animation:FullscreenIndicator-module_pulse__1qujU 4s ease infinite}.FullscreenIndicator-module_icon__2Ddof:before{content:" ";position:absolute;top:50%;left:50%;width:45px;height:45px;transform:translate(-45%,-50%);background:radial-gradient(rgba(0,0,0,.2),transparent 60%);z-index:-1}.FullscreenIndicator-module_iconTopLeft__2u7-j{transform:translate(-50%,-50%) rotate(45deg);margin-left:-40px;margin-top:-40px}.FullscreenIndicator-module_iconTopRight__14nUk{transform:translate(-50%,-50%) rotate(135deg);margin-left:40px;margin-top:-40px}.FullscreenIndicator-module_iconBottomRight__lEtN6{transform:translate(-50%,-50%) rotate(225deg);margin-left:40px;margin-top:40px}.FullscreenIndicator-module_iconBottomLeft__voLm_{transform:translate(-50%,-50%) rotate(315deg);margin-left:-40px;margin-top:40px}@-webkit-keyframes FullscreenIndicator-module_pulse__1qujU{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes FullscreenIndicator-module_pulse__1qujU{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.ContentElementScrollSpace-module_wrapper__2ZBwZ{height:130vh}.ContentElementScrollSpace-module_inner__1FBgh{position:sticky;top:calc(50% - var(--height)*1px)}@supports (height:100lvh){.ContentElementScrollSpace-module_wrapper__2ZBwZ{height:130lvh}.ContentElementScrollSpace-module_inner__1FBgh{top:calc(50lvh - var(--height)*1px)}}.ContentElement-module_missing__2_1j9{color:#000;background-color:#fff;border-left:5px solid #f44336;padding:.5em;margin:1em 0 0}.SwipeToClose-module_inner__NOg1v,.SwipeToClose-module_outer__1fl2h{height:100%}.CardBox-module_content__36v7J{position:relative}@media print{.CardBox-module_wrapper__3vnaH{padding-top:0!important}}.InvisibleBoxWrapper-module_start__F1nZ7{margin-top:1.375em}.InvisibleBoxWrapper-module_end__nphD-{margin-bottom:1.375em}.GradientShadow-module_dynamic__2v2JU,.GradientShadow-module_static__rXNpZ{position:absolute;top:0;left:0;width:100%;z-index:1;transition:opacity 1s ease;will-change:opacity}.GradientShadow-module_static__rXNpZ{max-width:var(--zero-if-motif-intersecting)}.GradientShadow-module_dynamic__2v2JU{max-width:var(--zero-if-two-column)}.GradientShadow-module_align-left__3qcNM.GradientShadow-module_dark__1YuV5 .GradientShadow-module_static__rXNpZ,.GradientShadow-module_align-right__3iXZs.GradientShadow-module_dark__1YuV5 .GradientShadow-module_static__rXNpZ{background:linear-gradient(90deg,#000 0,transparent)}@media (min-width:950px){.GradientShadow-module_align-right__3iXZs.GradientShadow-module_dark__1YuV5 .GradientShadow-module_static__rXNpZ{background:linear-gradient(270deg,#000 0,transparent)}}.GradientShadow-module_align-center__2C7cl.GradientShadow-module_dark__1YuV5 .GradientShadow-module_static__rXNpZ,.GradientShadow-module_align-centerRagged__2-iv8.GradientShadow-module_dark__1YuV5 .GradientShadow-module_static__rXNpZ,.GradientShadow-module_dark__1YuV5 .GradientShadow-module_dynamic__2v2JU{background:rgba(0,0,0,.9)}.GradientShadow-module_align-left__3qcNM.GradientShadow-module_light__Vn92v .GradientShadow-module_static__rXNpZ,.GradientShadow-module_align-right__3iXZs.GradientShadow-module_light__Vn92v .GradientShadow-module_static__rXNpZ{background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0))}@media (min-width:950px){.GradientShadow-module_align-right__3iXZs.GradientShadow-module_light__Vn92v .GradientShadow-module_static__rXNpZ{background:linear-gradient(270deg,#fff 0,hsla(0,0%,100%,0))}}.GradientShadow-module_align-center__2C7cl.GradientShadow-module_light__Vn92v .GradientShadow-module_static__rXNpZ,.GradientShadow-module_align-centerRagged__2-iv8.GradientShadow-module_light__Vn92v .GradientShadow-module_static__rXNpZ,.GradientShadow-module_light__Vn92v .GradientShadow-module_dynamic__2v2JU{background:hsla(0,0%,100%,.9)}@media print{.GradientShadow-module_shadow__2UiDH{display:none}}.colors-module_contentColorScope__LQsqm{--theme-light-content-surface-color:var(--root-light-content-surface-color);--theme-dark-content-surface-color:var(--root-dark-content-surface-color);--theme-light-content-text-color:var(--root-light-content-text-color);--theme-dark-content-text-color:var(--root-dark-content-text-color)}.CardBoxWrapper-module_card__hvRUa{--theme-first-heading-landscape-padding-top:0;position:relative;margin-top:-1px;padding:1px 1.5em 0}.CardBoxWrapper-module_card__hvRUa:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.CardBoxWrapper-module_selfClear-both__2hwB7:after,.CardBoxWrapper-module_selfClear-left__2Dd26:after,.CardBoxWrapper-module_selfClear-right__9kgvN:after{content:"";display:block}.CardBoxWrapper-module_selfClear-left__2Dd26:after{clear:left}.CardBoxWrapper-module_selfClear-right__9kgvN:after{clear:right}.CardBoxWrapper-module_selfClear-both__2hwB7:after{clear:both}.CardBoxWrapper-module_cardStart__2NywG{margin-top:3em}.CardBoxWrapper-module_cardEnd__x4Ye6{margin-bottom:3em;padding-bottom:1.5em}.CardBoxWrapper-module_cardStart__2NywG:before{border-top-left-radius:var(--theme-cards-border-radius,15px);border-top-right-radius:var(--theme-cards-border-radius,15px)}.CardBoxWrapper-module_cardEnd__x4Ye6:before{border-bottom-left-radius:var(--theme-cards-border-radius,15px);border-bottom-right-radius:var(--theme-cards-border-radius,15px)}@media screen{.CardBoxWrapper-module_cardBgWhite__xXhg7:before{background-color:var(--theme-light-content-surface-color,#fff)}.CardBoxWrapper-module_cardBgBlack__Ahp3s:before{background-color:var(--theme-dark-content-surface-color,#101010)}.CardBoxWrapper-module_cardBgWhite__xXhg7{color:var(--theme-dark-content-text-color,#222);--content-text-color:var(--theme-dark-content-text-color,#222);--content-link-color:var(--theme-dark-content-link-color,var(--theme-content-link-color,currentColor))}.CardBoxWrapper-module_cardBgBlack__Ahp3s{color:var(--theme-light-content-text-color,#fff);--content-text-color:var(--theme-light-content-text-color,#fff);--content-link-color:var(--theme-light-content-link-color,var(--theme-content-link-color,currentColor))}}.Backdrop-module_Backdrop__1w4UZ{width:100%;z-index:2}.Backdrop-module_noCompositionLayer__33IlH{visibility:hidden}.Backdrop-module_defaultBackground__1YQQL{background-color:#333}.Backdrop-module_effects__lCEXd{height:100%}@media print{.Backdrop-module_Backdrop__1w4UZ{page-break-inside:avoid}.Backdrop-module_Backdrop__1w4UZ,.Backdrop-module_Backdrop__1w4UZ>div,.Backdrop-module_Backdrop__1w4UZ>div>div{position:static!important;height:auto!important}}.Section-module_section__7UvMm{--backdrop-width:var(--backdrop-w);--backdrop-height:var(--backdrop-h);--motif-left:var(--motif-l);--motif-top:var(--motif-t);--motif-width:var(--motif-w);--motif-height:var(--motif-h)}@media (orientation:portrait){.Section-module_orientation__3-m2N{--backdrop-width:var(--mobile-backdrop-w,var(--backdrop-w));--backdrop-height:var(--mobile-backdrop-h,var(--backdrop-h));--motif-left:var(--mobile-motif-l,var(--motif-l));--motif-top:var(--mobile-motif-t,var(--motif-t));--motif-width:var(--mobile-motif-w,var(--motif-w));--motif-height:var(--mobile-motif-h,var(--motif-h))}}.Section-module_section__7UvMm{--motif-right:calc(100 - var(--motif-width) - var(--motif-left));--motif-bottom:calc(100 - var(--motif-height) - var(--motif-top));--motif-center-x:calc(var(--motif-left, 50) + var(--motif-width, 0)/2);--motif-center-y:calc(var(--motif-top, 50) + var(--motif-height, 0)/2);--backdrop-display-width:calc(var(--backdrop-width)*100*var(--vh)/var(--backdrop-height));--motif-display-center-x:calc(var(--motif-center-x)/100*var(--backdrop-display-width));--backdrop-translate-x:min(0px,max(100 * var(--vw) - var(--backdrop-display-width),var(--motif-display-center-x) * -1 + 50 * var(--vw)));--backdrop-positioner-transform:translateX(var(--backdrop-translate-x));--backdrop-positioner-width:var(--backdrop-display-width);--backdrop-positioner-height:100%;--backdrop-display-height:calc(var(--backdrop-height)*100*var(--vw)/var(--backdrop-width));--motif-display-center-y:calc(var(--motif-center-y)/100*var(--backdrop-display-height));--backdrop-translate-y:min(0px,max(calc(var(--vh)*100 - var(--backdrop-display-height)),calc(var(--motif-display-center-y)*-1 + var(--vh)*50)));--backdrop-positioner-min-ar-transform:translateY(var(--backdrop-translate-y));--backdrop-positioner-min-ar-width:calc(var(--vw)*100);--backdrop-positioner-min-ar-height:var(--backdrop-display-height);--motif-display-height:calc(var(--motif-height)*var(--vh));--motif-display-min-ar-height:calc(var(--motif-height)/100*var(--backdrop-display-height));--motif-display-top:calc(var(--motif-top)*var(--vh) - var(--foreground-padding-top));--motif-display-min-ar-top:calc(var(--motif-top)/100*var(--backdrop-display-height) + var(--backdrop-translate-y) - var(--foreground-padding-top));--motif-display-bottom:calc(var(--motif-bottom)*var(--vh) + var(--foreground-padding-top));--motif-display-min-ar-bottom:calc(var(--motif-bottom)/100*var(--backdrop-display-height) - var(--backdrop-display-height) + var(--vh)*100 - var(--backdrop-translate-y) + var(--foreground-padding-top));--motif-min-height-reveal-conceal:var(--motif-display-height);--motif-min-height-reveal:calc(var(--motif-display-bottom) + var(--motif-display-height));--motif-min-height-scroll-in:calc(var(--motif-display-top) + var(--motif-display-height))}@supports not (transform:translateX(min(0px,5px))){.Section-module_section__7UvMm{--backdrop-translate-x:calc((var(--vw)*100 - var(--backdrop-display-width))*var(--motif-center-x)/100);--backdrop-translate-y:calc((var(--vh)*100 - var(--backdrop-display-height))*var(--motif-center-y)/100)}}.Section-module_exposeMotifArea__2rsq_{--inline-content-max-width:calc(var(--vw)*100);--motif-placeholder-width:calc(var(--vw)*100);--motif-placeholder-min-ar-width:calc(var(--vw)*100);--remaining-width:calc(var(--vw)*100 - var(--inline-content-max-width) - var(--vw)*8 - var(--motif-placeholder-width));--zero-if-two-column:max(0px,var(--remaining-width) * -10000);--zero-if-motif-intersecting:max(0px,(var(--remaining-width) + 1px) * 10000);--motif-padding-fade-in:min(var(--zero-if-two-column),var(--motif-display-top) * 2/3 + var(--motif-display-height));--motif-padding-reveal:min(var(--zero-if-two-column),var(--motif-display-height));--motif-padding-scroll-in:min(var(--zero-if-two-column),var(--motif-display-top) + var(--motif-display-height))}@supports not (transform:translateX(min(0px,5px))){.Section-module_exposeMotifArea__2rsq_{--zero-if-two-column:none;--zero-if-motif-intersecting:0px;--motif-padding-fade-in:calc(var(--motif-display-top)*2/3 + var(--motif-display-height));--motif-padding-reveal:var(--motif-display-height);--motif-padding-scroll-in:calc(var(--motif-display-top) + var(--motif-display-height))}}.Section-module_layout-left__2IqOD,.Section-module_layout-right__3al0b{--inline-content-max-width:var(--two-column-inline-content-max-width,500px)}.Section-module_layout-left__2IqOD{--backdrop-overflow-h:calc(var(--backdrop-display-width) - var(--vw)*100);--motif-placeholder-width:calc((var(--motif-right)/100 + var(--motif-width)/100)*var(--backdrop-display-width) - var(--backdrop-overflow-h) - var(--backdrop-translate-x));--motif-placeholder-min-ar-width:calc((var(--motif-right) + var(--motif-width))*var(--vw))}.Section-module_layout-right__3al0b{--motif-placeholder-width:calc((var(--motif-left)/100 + var(--motif-width)/100)*var(--backdrop-display-width) + var(--backdrop-translate-x));--motif-placeholder-min-ar-width:calc((var(--motif-left) + var(--motif-width))*var(--vw))}.SectionDecorator-module_wrapper__3sTk3{position:relative}.SectionDecorator-module_selected__1gcmF>section:before{content:"";display:block;position:absolute;border:1px solid;top:5px;left:5px;right:5px;bottom:5px;z-index:9;pointer-events:none}.SectionDecorator-module_transitionSelected__Wklk6>section:before{content:"";position:absolute;display:block;top:0;width:100%;border-top:2px dotted #fff;z-index:9;background-color:#555;opacity:.7}.SectionDecorator-module_controls__LVEJG{position:absolute;top:-33px;right:0;height:100%;width:50px;padding-left:20px;z-index:10;display:none}.SectionDecorator-module_selected__1gcmF .SectionDecorator-module_controls__LVEJG,.SectionDecorator-module_transitionSelected__Wklk6 .SectionDecorator-module_controls__LVEJG{display:block}.SectionDecorator-module_transitionSelected__Wklk6 .SectionDecorator-module_transitionToolbar-after__2_DVO{visibility:hidden}.SectionDecorator-module_toolbar__2Va1D{position:absolute;padding:10px 0 10px 10px;z-index:10;overflow:hidden}.SectionDecorator-module_transitionToolbar-before__KipOO{top:0}.SectionDecorator-module_transitionToolbar-after__2_DVO{bottom:-63px}.ActionButton-module_button__8gy6J{position:absolute;z-index:10;border:0;text-align:center;padding:8px;color:rgba(0,0,0,.8);background:#fff;border-radius:3px;font-size:13px;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.ActionButton-module_button__8gy6J:focus,.ActionButton-module_button__8gy6J:hover{color:#000}.ActionButton-module_button__8gy6J svg{fill:currentColor;vertical-align:bottom;margin-right:8px}.ActionButton-module_position-outside__1E_lp{top:calc(100% + .3em);right:-.8em}.ActionButton-module_position-outsideIndented__3vf-7{top:calc(100% + .3em);right:.5em}.ActionButton-module_position-inside__28_gp{bottom:.5em;right:.5em}.ContentElementMargin-module_wrapper__20kIk{margin:1em 0 0}.index-module_container__3dD9z{position:relative}.index-module_shy__KgWjc{overflow-wrap:normal}.index-module_shy__KgWjc [data-slate-string]{position:relative}.index-module_selected__mE58y .index-module_shy__KgWjc [data-slate-string]:before{content:" ";position:absolute;display:block;border:5px solid transparent;border-bottom-color:currentcolor;width:0;height:0;bottom:1px;left:-5px;opacity:.7}.index-module_hoveringToolbarContainer__3xVEz{position:relative}.index-module_hoveringToolbar__31Xpd{position:absolute;z-index:2;top:-10000px;left:-10000px;opacity:0;white-space:nowrap}.index-module_selection__3dUiD{display:none;position:absolute;z-index:1;width:100%;pointer-events:none}.index-module_linkTooltip__36m1K{background-color:#222;color:#fff;border-radius:4px;font-family:Helvetica,Arial,"Sans-Serif";font-size:13px;line-height:1;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.index-module_linkTooltip__36m1K:before{content:"";display:block;position:absolute;left:20px;border:4px solid transparent}.index-module_linkTooltip-below__1wvl7:before{bottom:100%;border-bottom:4px solid #222}.index-module_linkTooltip-above__P3YfD:before{top:100%;border-top:4px solid #222}.index-module_linkTooltip__36m1K>a,.index-module_linkTooltip__36m1K>span{color:#fff;background-color:transparent;border:0;display:inline-block;padding:10px}.index-module_linkTooltip__36m1K>a svg{padding-left:7px}.index-module_linkTooltipThumbnail__2v-cf{width:200px;height:120px;position:relative;margin:5px}.index-module_linkTooltipThumbnailClickMask__2Z3ff{position:absolute;top:0;left:0;bottom:0;right:0}.index-module_linkTooltipNewTab__4tnLF{opacity:.7;padding:0 10px 10px;text-decoration:none}.index-module_linkTooltipChapterNumber__2CsQA{font-weight:700}.index-module_newLine__1QnIs,.index-module_shy__1E2-J [data-slate-string]{position:relative}.index-module_selected__1U9ro.index-module_manualHyphens__16b2t .index-module_shy__1E2-J [data-slate-string]:before{content:" ";position:absolute;display:block;border:5px solid transparent;border-bottom-color:currentcolor;width:0;height:0;bottom:7px;left:-5px;opacity:.7}.index-module_newLine__1QnIs:before{content:"\21B5";position:absolute;display:block;font-size:13px;font-weight:400;bottom:2px;left:2px;opacity:0}.index-module_selected__1U9ro .index-module_newLine__1QnIs:before{opacity:.7}.index-module_shy__1E2-J{overflow-wrap:normal}.ContentElementInsertButton-module_container__3dvUS{height:0;position:relative;top:1em;opacity:.8;display:flex;justify-content:center}.ContentElementInsertButton-module_hovered__3Pggi{opacity:1}.ContentElementInsertButton-module_container__3dvUS:after,.ContentElementInsertButton-module_container__3dvUS:before{content:"";border-top:1px solid;width:calc(50% - 20px);position:absolute;top:0}.ContentElementInsertButton-module_container__3dvUS:before{left:0}.ContentElementInsertButton-module_container__3dvUS:after{right:0}.ContentElementInsertButton-module_button__2-eE2{border:0;background:none;color:currentColor;position:relative;top:-8px}.Toolbar-module_Toolbar__1INSj{background:#fff;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);border-radius:3px;overflow:hidden;display:flex;gap:2px}.Toolbar-module_button__de5BW{border:0;background:#fff;padding:10px;opacity:.6}.Toolbar-module_button__de5BW:hover{opacity:1}.Toolbar-module_activeButton__2sOLP{background:#ddd;opacity:1}@media (max-width:460px){.Toolbar-module_collapsible__3sivb .Toolbar-module_button__de5BW{display:none}.Toolbar-module_collapsible__3sivb .Toolbar-module_activeButton__2sOLP,.Toolbar-module_collapsible__3sivb:focus-within .Toolbar-module_button__de5BW,.Toolbar-module_collapsible__3sivb:hover .Toolbar-module_button__de5BW{display:inline-block}}.DropTargets-module_target__Z2N2d{position:absolute;height:50%;width:100%;left:-50px;padding-left:50px;padding-bottom:.5em;opacity:.8}.DropTargets-module_target__Z2N2d:before{content:"";position:absolute;display:block;left:50px;right:0}.DropTargets-module_target__Z2N2d.DropTargets-module_isOver__3ksFy:before{border-top:2px solid}.DropTargets-module_before__cAXo1{top:-.5em}.DropTargets-module_before__cAXo1:before{top:-1px}.DropTargets-module_after__2Q8QU{top:50%}.DropTargets-module_after__2Q8QU:before{top:calc(100% - 1px)}.SelectionRect-module_main__3AOhG{position:relative}.SelectionRect-module_main__3AOhG:after,.SelectionRect-module_main__3AOhG:before{content:"";position:absolute;top:-.5em;left:-.5em;right:-.5em;bottom:-.5em;pointer-events:none;opacity:.8}.SelectionRect-module_draggable__3Qp53:not(.SelectionRect-module_full__3tsQF):before{top:5px}.SelectionRect-module_full__3tsQF:after,.SelectionRect-module_full__3tsQF:before{left:0;right:0}.SelectionRect-module_selected__1PhM6:before{border-left:1px solid}.SelectionRect-module_selected__1PhM6:after{border-right:1px solid}.SelectionRect-module_toolbar__3nPrd{position:absolute;top:-40px;right:-15px;z-index:2;pointer-events:auto}.SelectionRect-module_insert__w0Tl0{display:none;text-align:center;position:absolute;width:100%;opacity:.8;pointer-events:none;z-index:1}.SelectionRect-module_insertHovered__VTsDD.SelectionRect-module_insert__w0Tl0{opacity:1}.SelectionRect-module_end__3qOoK .SelectionRect-module_insert-after__3FJ4R,.SelectionRect-module_start__3_nAf .SelectionRect-module_insert-before__2Tyq5{display:block}.SelectionRect-module_insert__w0Tl0:after,.SelectionRect-module_insert__w0Tl0:before{content:"";position:absolute;top:0;width:calc(50% - 5px);height:0;border-bottom:1px solid}.SelectionRect-module_insert__w0Tl0:before{left:-.5em}.SelectionRect-module_insert__w0Tl0:after{right:-.5em}.SelectionRect-module_draggable__3Qp53:not(.SelectionRect-module_full__3tsQF) .SelectionRect-module_insert-before__2Tyq5:before{left:5px;width:calc(50% - 10px - .5em)}.SelectionRect-module_full__3tsQF .SelectionRect-module_insert__w0Tl0:after,.SelectionRect-module_full__3tsQF .SelectionRect-module_insert__w0Tl0:before{width:calc(50% - 5px - .5em)}.SelectionRect-module_full__3tsQF .SelectionRect-module_insert__w0Tl0:before{left:0}.SelectionRect-module_full__3tsQF .SelectionRect-module_insert__w0Tl0:after{right:0}.SelectionRect-module_insertButton__1g-ZG{pointer-events:auto;border:0;background:none;color:currentColor;display:inline-block;vertical-align:top;position:relative;top:-9px;padding:2px 10px}.SelectionRect-module_insert-before__2Tyq5{top:-.5em}.SelectionRect-module_insert-after__3FJ4R{top:calc(100% + .5em)}.SelectionRect-module_dragHandle__2vVhP{position:absolute;top:-7px;left:10px;transform:translate(-100%,-50%);z-index:1;visibility:hidden;padding:10px;cursor:move;pointer-events:auto}.SelectionRect-module_selected__1PhM6 .SelectionRect-module_dragHandle__2vVhP{visibility:visible}.SelectionRect-module_full__3tsQF .SelectionRect-module_dragHandle__2vVhP{left:0;top:0;transform:translate(0);background:radial-gradient(rgba(0,0,0,.72),transparent 50%)}.SelectionRect-module_dragHandle__2vVhP svg{display:block;color:currentColor;width:15px;height:15px;opacity:.8}.SelectionRect-module_dragHandle__2vVhP:hover svg{opacity:1}.SelectionRect-module_full__3tsQF .SelectionRect-module_dragHandle__2vVhP svg{color:#fff}.TextPlaceholder-module_placeholder__sgVwx{pointer-events:none;opacity:.5;height:0}.TextPlaceholder-module_placeholder__sgVwx>div{transform:translateY(-100%)}.DropTargets-module_container__3vudG{position:absolute;top:-.5em;left:-50px;width:100%;height:100%;padding:.5em 0 8px 50px}.DropTargets-module_dropTarget__3mmox{position:absolute;left:0;width:100%;opacity:.8}.DropTargets-module_dropIndicator__2zu4d{position:absolute;left:50px;right:0;border-top:2px solid;opacity:0}.DropTargets-module_isOver__2usWn .DropTargets-module_dropIndicator__2zu4d{opacity:1}.FillColor-module_FillColor__S1uEG{width:100%}@media print{.FillColor-module_FillColor__S1uEG{display:none}}.Positioner-module_wrapper__3iFSg{position:relative;transform:var(--backdrop-positioner-transform);width:var(--backdrop-positioner-width);height:var(--backdrop-positioner-height)}.Picture-module_root__1BCCg{position:absolute;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.MotifArea-module_root__1_ACd{position:absolute;background:radial-gradient(transparent,currentColor);z-index:2;opacity:0;-webkit-transform:translateZ(0)}.MotifArea-module_visible__18Kln{opacity:.2}.MotifArea-module_root__2gOCe{left:calc(var(--motif-left)*1%);top:calc(var(--motif-top)*1%);width:calc(var(--motif-width)*1%);height:calc(var(--motif-height)*1%)}.Effects-module_effects__MDZRR{height:100%;filter:var(--filter)}@media (orientation:portrait){.Effects-module_effects__MDZRR{filter:var(--mobile-filter)}}.globalNotices{z-index:100000000;position:fixed;bottom:10px;left:10px}@supports not (old:ie){.unsupported{display:none}}.globalNotices div{background:#fff;padding:20px;max-width:240px;box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);font-family:Source Sans Pro;border-top:2px solid #a50e0e;margin-top:10px}:root{--vw:1vw;--vh:1vh;--root-light-content-surface-color:var(--theme-light-content-surface-color,#fff);--root-dark-content-surface-color:var(--theme-dark-content-surface-color,#101010);--root-light-content-text-color:var(--theme-light-content-text-color,#fff);--root-dark-content-text-color:var(--theme-dark-content-text-color,#222)}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.colors-module_contentColorScope__2Zizr{--theme-light-content-surface-color:var(--root-light-content-surface-color);--theme-dark-content-surface-color:var(--root-dark-content-surface-color);--theme-light-content-text-color:var(--root-light-content-text-color);--theme-dark-content-text-color:var(--root-dark-content-text-color)}.Figure-module_root__3FC-x{margin:0}.Figure-module_root__3FC-x>figcaption{padding:3px 10px 5px;background-color:var(--theme-light-content-surface-color,#fff);color:var(--theme-dark-content-text-color,#222)}.Figure-module_root__3FC-x>figcaption p{margin:0}.Figure-module_root__3FC-x>figcaption a{color:var(--content-link-color)}.Figure-module_invert___0BJP>figcaption{background-color:var(--theme-dark-content-surface-color,#101010);color:var(--theme-light-content-text-color,#fff)}.ContentElementBox-module_wrapper__3wZgP{overflow:hidden;border-radius:var(--theme-content-element-box-border-radius)}.Waveform-module_container__1Dxdv{position:relative;z-index:1;width:100%;min-height:140px;height:100%}.Waveform-module_clickMask__3LYAT{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.Waveform-module_menuBar__342n-{position:absolute;bottom:0;right:0;width:100%;height:40px;z-index:2;display:flex;align-items:flex-end;justify-content:flex-end}.Waveform-module_menuBarInner__3wjQs{display:flex;align-items:center;justify-content:flex-end;height:100%}.Waveform-module_timeDisplay__1v4Tl{position:relative;bottom:20px}.Waveform-module_playControl__QWTsJ{color:#fff;z-index:1;position:absolute;bottom:78px;left:30px}.Waveform-module_playControl__QWTsJ svg{transform:scale(2)}.Waveform-module_waveWrapper__3gamc{position:absolute;bottom:48px;width:98%;margin:0 1%;height:90px;z-index:1}.TimeDisplay-module_timeDisplay__2UwqM{margin:0 2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.TimeDisplay-module_time__li1ZU{line-height:24px;font-size:15px;padding:0 4px;color:currentColor}.MenuBarButton-module_wrapper__2lFoI{position:relative}.MenuBarButton-module_icon__2h8__{width:25px;height:25px;fill:currentColor}.MenuBarButton-module_subMenuItemAnnotation__32Quc{color:red;font-size:70%;vertical-align:5px;padding-left:3px}.MenuBarButton-module_subMenu__f-E-X{visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s,visibility .2s;position:absolute;right:5px;bottom:38px;margin:0;padding:5px;background-color:rgba(17,17,17,.9);border-radius:3px}.MenuBarButton-module_subMenu__f-E-X:after{content:"";display:block;border:5px solid transparent;border-top-color:rgba(17,17,17,.9);position:absolute;right:11px;top:100%}.MenuBarButton-module_subMenuExpanded__2UvkJ .MenuBarButton-module_subMenu__f-E-X{visibility:visible;opacity:1;pointer-events:auto;transition:none}.MenuBarButton-module_subMenuItem__1pyn_{position:relative;list-style:none}.MenuBarButton-module_subMenuItemIcon__3iaB-{position:absolute;top:8px;left:5px;width:12px;height:12px;fill:#fff}.MenuBarButton-module_subMenuItemButton__2QnUz{width:100%;color:#fff;cursor:pointer;white-space:nowrap}button.MenuBarButton-module_subMenuItemButton__2QnUz{padding:5px 10px 5px 25px}.ControlBar-module_container__1GH64{position:relative;height:100%}.ControlBar-module_lightBackground__3-tGf{background:hsla(0,0%,100%,.2)}.ControlBar-module_darkBackground__31Wv7{background:rgba(0,0,0,.2)}.ControlBar-module_controlBarContainer__1cxRO{box-sizing:border-box;width:100%;display:flex;align-items:flex-end}.ControlBar-module_inset__JvBh9{position:absolute;bottom:0;color:#fff;background:transparent;z-index:3}.ControlBar-module_controlBarInner__39fE9,.ControlBar-module_inset__JvBh9:before{transition:opacity .2s ease}.ControlBar-module_inset__JvBh9:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);z-index:-1}.ControlBar-module_controlBarInner__39fE9{display:flex;align-items:center;flex:1}.ControlBar-module_transparent__eS4af .ControlBar-module_controlBarInner__39fE9,.ControlBar-module_transparent__eS4af.ControlBar-module_inset__JvBh9:before{opacity:0}.ControlBar-module_button___4aXE{width:40px;height:40px;margin:0 2px;display:flex;align-items:center;justify-content:center;color:currentColor;cursor:pointer}.ControlBar-module_button___4aXE svg{fill:currentColor;width:30px;height:30px}.utils-module_clip__34eot{-webkit-clip-path:polygon(0 0,100% 0,100% 110%,0 110%);clip-path:polygon(0 0,100% 0,100% 110%,0 110%)}.utils-module_unstyledButton__3rgne{border:0;padding:0;background-color:transparent;text-align:initial}.BigPlayPauseButton-module_container__19sKj{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.BigPlayPauseButton-module_pointerCursor__2A55P{cursor:pointer}.BigPlayPauseButton-module_hideCursor__2Hyys{cursor:none}.BigPlayPauseButton-module_button__10g4Q{background:radial-gradient(rgba(0,0,0,.5),transparent 60%);width:64px;height:64px;display:flex;align-items:center;justify-content:center;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.BigPlayPauseButton-module_button__10g4Q svg{fill:#fff;width:56px;height:56px}.BigPlayPauseButton-module_hidden__1KUzr{opacity:0}.BigPlayPauseButton-module_animated__1MMNq{-webkit-animation-name:BigPlayPauseButton-module_fadeOut__2vcA_;animation-name:BigPlayPauseButton-module_fadeOut__2vcA_}.BigPlayPauseButton-module_fadeIn__1Ge1-{-webkit-animation-name:BigPlayPauseButton-module_fadeIn__1Ge1-;animation-name:BigPlayPauseButton-module_fadeIn__1Ge1-}@-webkit-keyframes BigPlayPauseButton-module_fadeOut__2vcA_{to{opacity:0;transform:scale(1.5)}}@keyframes BigPlayPauseButton-module_fadeOut__2vcA_{to{opacity:0;transform:scale(1.5)}}@-webkit-keyframes BigPlayPauseButton-module_fadeIn__1Ge1-{0%{opacity:0;transform:scale(1.3)}}@keyframes BigPlayPauseButton-module_fadeIn__1Ge1-{0%{opacity:0;transform:scale(1.3)}}.ProgressIndicators-module_container__1QiQJ{flex-grow:1}.ProgressIndicators-module_wrapper__2PCVv{margin:0 10px;position:relative}.ProgressIndicators-module_draggable__1iAE8{height:32px;padding:13px 0;box-sizing:border-box;cursor:pointer}.ProgressIndicators-module_bars__2-ddd{position:relative;height:6px;border-radius:3.5px}.ProgressIndicators-module_progressBar__2PYn-{position:absolute;left:0;height:6px;border-radius:2.5px;background:currentColor}.ProgressIndicators-module_background__-x5f_{opacity:.1;width:100%}.ProgressIndicators-module_loadingProgressBar__YD2GH{opacity:.1}.ProgressIndicators-module_sliderHandle__3ArIf{width:14px;height:14px;margin-left:-6.5px;border-radius:6.5px;position:absolute;top:-4px;background:currentColor;opacity:0;transition:opacity .1s}.ProgressIndicators-module_container__1QiQJ:hover .ProgressIndicators-module_sliderHandle__3ArIf,.ProgressIndicators-module_dragging__3yY3t .ProgressIndicators-module_sliderHandle__3ArIf{opacity:1}.FitViewport-module_container__-awVj{width:100%;margin:0 auto}.FitViewport-module_content__1_K5a{position:relative}.FitViewport-module_inner__3psd1{position:absolute;top:0;left:0;right:0;bottom:0}.FitViewport-module_opaque__3EE3o .FitViewport-module_inner__3psd1{background-color:#000;color:#fff}@media print{.FitViewport-module_container__-awVj{page-break-inside:avoid}}.Tooltip-module_container__3V63U{position:relative;display:inline-block}.Tooltip-module_bubble__FIL1C{position:absolute;top:100%;left:50%;opacity:0;visibility:hidden;z-index:1;border-radius:5px;box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);font-size:13px;width:180px;transform-origin:50% 0;transform:translateX(-50%);transition:visibility .1s linear,opacity .1s linear}.Tooltip-module_container__3V63U:focus-within .Tooltip-module_bubble__FIL1C,.Tooltip-module_fixed__3NGyG .Tooltip-module_bubble__FIL1C,.Tooltip-module_openOnHover__1EeI5:hover .Tooltip-module_bubble__FIL1C{-webkit-animation:Tooltip-module_fadeIn__3g9QH .1s ease-out 0s 1 alternate;animation:Tooltip-module_fadeIn__3g9QH .1s ease-out 0s 1 alternate;opacity:1;visibility:visible}.Tooltip-module_openOnHover__1EeI5 .Tooltip-module_bubble__FIL1C{pointer-events:none}@-webkit-keyframes Tooltip-module_fadeIn__3g9QH{0%{transform:translateX(-50%) scale(.9)}to{transform:translateX(-50%) scale(1)}}@keyframes Tooltip-module_fadeIn__3g9QH{0%{transform:translateX(-50%) scale(.9)}to{transform:translateX(-50%) scale(1)}}.Tooltip-module_inner__E2hsp{position:relative;z-index:2;background:var(--theme-widget-surface-color);color:var(--theme-widget-on-surface-color);border-radius:5px;padding:10px}.Tooltip-module_highlight__2NpuQ .Tooltip-module_inner__E2hsp{border-bottom:3px solid var(--theme-accent-color)}.Tooltip-module_arrow__3LxXo{position:absolute;width:5px;height:5px;background:var(--theme-widget-surface-color);box-shadow:1px 1px 3px 0 rgba(0,0,0,.2),1px 1px 4px 0 rgba(0,0,0,.14),0 0 8px 0 rgba(0,0,0,.12);border:4px solid transparent;z-index:1;transform:translateX(-50%) translateY(50%) rotate(45deg);bottom:100%;left:50%}
1
+ .GradientBox-module_content__96lDk{position:relative}.GradientBox-module_shadow__2XilX{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none;max-height:var(--zero-if-two-column,0)}.GradientBox-module_gradient__31tJ- .GradientBox-module_shadow__2XilX{max-height:none}.GradientBox-module_long__10s6v .GradientBox-module_shadow__2XilX{bottom:-100vh}.GradientBox-module_root__8Xn9W .GradientBox-module_withShadow__3mhPR{text-shadow:0 1px min(5px,var(--zero-if-two-column)) #000}.GradientBox-module_gradient__31tJ- .GradientBox-module_withShadow__3mhPR{text-shadow:0 1px 5px #000}.GradientBox-module_shadowDark__3Tv0L{background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.5) 100px,rgba(0,0,0,.5))}.GradientBox-module_shadowLight__Bieg6{background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.5) 100px,hsla(0,0%,100%,.5))}@media print{.GradientBox-module_root__8Xn9W{padding-top:0!important}.GradientBox-module_shadow__2XilX{display:none}}.Image-module_fill__1D1wH{position:absolute;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.Text-module_heading-lg__FKxzu{font-size:110px;line-height:1}.Text-module_heading-md__1q5Ss{font-size:88px;line-height:1}.Text-module_heading-sm__2awaz{font-size:66px;font-weight:700;line-height:1}.Text-module_heading-xs__21nHy{font-size:33px;margin-top:1em;margin-bottom:0}.Text-module_headingTagline-lg__1O2TQ,.Text-module_headingTagline-md__2hrVS{font-size:33px;line-height:1.2}.Text-module_headingTagline-sm__1Fw2J{font-size:22px;line-height:1.4}.Text-module_headingSubtitle-lg__15kj0,.Text-module_headingSubtitle-md__2_qtz{font-size:44px;line-height:1.2}.Text-module_headingSubtitle-sm__MOc_6{font-size:26px;line-height:1.2}.Text-module_body__4oWD-{font-size:22px;line-height:1.4}.Text-module_caption__3_6Au{font-size:20px;line-height:1.4}.Text-module_question__ByVAq{font-size:22px;line-height:1.4;font-weight:700}.Text-module_quoteText-lg__3ZnZi{font-size:50px;line-height:1.1}.Text-module_quoteText-md__2eooO{font-size:40px;line-height:1.1}.Text-module_quoteText-sm__5nKex{font-size:33px;line-height:1.2}.Text-module_quoteText-xs__2p5on{font-size:26px;line-height:1.2}.Text-module_quoteAttribution__VBqLw{font-size:22px;line-height:1.4}.Text-module_counterNumber-lg__2myJg{font-size:350px;line-height:1;font-weight:700}.Text-module_counterNumber-md__1NC3q{font-size:200px;line-height:1;font-weight:700}.Text-module_counterNumber-sm__2SwHQ{font-size:110px;line-height:1;font-weight:700}.Text-module_counterNumber-xs__1D-YR{font-size:66px;line-height:1;font-weight:700}.Text-module_counterDescription__34NjQ{font-size:22px;line-height:1.4}@media (max-width:600px){.Text-module_heading-lg__FKxzu{font-size:66px;line-height:1.1}.Text-module_heading-md__1q5Ss{font-size:50px;line-height:1.1}.Text-module_heading-sm__2awaz{font-size:40px}.Text-module_headingTagline-lg__1O2TQ{font-size:26px;line-height:1.2}.Text-module_headingTagline-md__2hrVS,.Text-module_headingTagline-sm__1Fw2J{font-size:22px;line-height:1.4}.Text-module_headingSubtitle-lg__15kj0{font-size:33px;line-height:1.2}.Text-module_headingSubtitle-md__2_qtz,.Text-module_headingSubtitle-sm__MOc_6{font-size:26px;line-height:1.2}.Text-module_quoteText-lg__3ZnZi{font-size:40px;line-height:1.1}.Text-module_quoteText-md__2eooO{font-size:33px;line-height:1.2}.Text-module_quoteText-sm__5nKex,.Text-module_quoteText-xs__2p5on{font-size:22px;line-height:1.4}.Text-module_counterNumber-lg__2myJg{font-size:200px;line-height:1}.Text-module_counterNumber-md__1NC3q{font-size:110px;line-height:1}.Text-module_counterNumber-sm__2SwHQ{font-size:66px;line-height:1.1}.Text-module_counterNumber-xs__1D-YR{font-size:40px;line-height:1.1}}.EditableInlineText-module_root__3eA-J{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;white-space:pre-wrap;word-wrap:break-word}@supports (-webkit-touch-callout:none){.EditableInlineText-module_root__3eA-J{word-wrap:normal}}.EditableInlineText-module_hyphens-manual__3Lj4H{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual;word-wrap:break-word}.EditableInlineText-module_hyphens-none__1UvNH{hypens:none;word-wrap:normal}.Content-module_Content__m7urk{font-family:var(--theme-entry-font-family)}@media screen{.Content-module_Content__m7urk{background-color:#000;color:#fff}}.SectionThumbnail-module_crop__Q1nZj{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.SectionThumbnail-module_scale__2tKDG{transform:scale(.2);transform-origin:0 0;width:500%}.ToggleFullscreenCornerButton-module_corner__CxAAH{position:absolute;right:0;top:0;color:#fff}.ToggleFullscreenCornerButton-module_corner__CxAAH svg{filter:drop-shadow(0 1px 4px #000)}.InlineFileRights-module_list__2OuO5,.InlineFileRights-module_list__2OuO5>li{text-align:left;padding:0;margin:0;list-style:none}.InlineFileRights-module_list__2OuO5>li{white-space:nowrap}.useScrollPositionLifecycle-module_wrapper__1a6Kr{position:relative}.useScrollPositionLifecycle-module_isActiveProbe__3VKB5{position:absolute;top:0;left:0;bottom:2px;width:1px}.EditableText-module_root__2v1tU{white-space:pre-line}.EditableText-module_light__2c29h{color:var(--theme-light-content-text-color,#fff)}.EditableText-module_dark__2ym90{color:var(--theme-dark-content-text-color,#222)}.AudioPlayer-module_spaceForTextTracks__169MK{height:100%}.AudioPlayer-module_spaceForTextTracksActive__99m7R{height:90px}.MediaPlayer-module_wrapper__1cSGR,.MediaPlayer-module_wrapper__1cSGR>div,.MediaPlayer-module_wrapper__1cSGR>div>div,.MediaPlayer-module_wrapper__1cSGR img{width:100%;height:100%}.MediaPlayer-module_wrapper__1cSGR audio,.MediaPlayer-module_wrapper__1cSGR audio:focus,.MediaPlayer-module_wrapper__1cSGR video,.MediaPlayer-module_wrapper__1cSGR video:focus{outline:none}.MediaPlayer-module_wrapper__1cSGR img{position:absolute;top:0;left:0;-o-object-fit:contain;object-fit:contain;background:#000}.MediaPlayer-module_cover__2wGez img,.MediaPlayer-module_cover__2wGez video{-o-object-fit:cover;object-fit:cover}.index-module_wrapper__ilo7n{height:100%;width:100%;background-color:rgba(0,0,0,.9);opacity:0;transition:opacity .2s linear;font-family:var(--theme-entry-font-family)}.index-module_visible__6QUDn{opacity:1}@supports (-webkit-touch-callout:none){.index-module_wrapper__ilo7n{transform:scale(1);height:calc(var(--vh)*100)}}.video-js{font-family:inherit!important}.vjs-text-track-display{z-index:2}.textTracks-module_inset__K7DIL .vjs-text-track-display{bottom:40px}.vjs-text-track-display div{font-family:inherit!important;font-size:20px!important}.vjs-text-track-display>div>div>div{padding:0 4px 2px}.vjs-paused .vjs-text-track-display div{transition:opacity .2s,visibility .2s;opacity:0;visibility:hidden!important}.scrollInScrollOut-module_backdrop__XzCge{position:sticky;top:0;height:100vh}.scrollInScrollOut-module_foreground__1yyY8{margin-top:-100vh}.scrollInConceal-module_backdrop__2OJJC{position:sticky;top:0;height:0}body>#root [tabindex]:focus,body>#root a:focus,body>#root button:focus{outline:3px solid #518ad2}.focusOutline-module_focusOutlineDisabled__KV7d->#root [tabindex]:focus,.focusOutline-module_focusOutlineDisabled__KV7d->#root a:focus,.focusOutline-module_focusOutlineDisabled__KV7d->#root button:focus{outline:none}.Fullscreen-module_root__1N3CI{width:100%;height:calc(var(--vh)*100);position:relative;overflow:hidden}@media print{.Fullscreen-module_root__1N3CI{height:400px}}.fadeInBgScrollOut-module_backdrop__1bSsb{position:absolute;top:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-end}.fadeInBgScrollOut-module_backdropInner__3JZBG{position:sticky;bottom:0;width:100%}.fadeInBgScrollOut-module_backdropInner2__q-00L{position:absolute;bottom:0;width:100%}.fadeInBgScrollOut-module_foreground__1ODH9{min-height:100vh}.fadeInBgScrollOut-module_backdrop__1bSsb{transition:opacity .5s ease}.fadeInBgScrollOut-module_backdrop-below__2Dbkr{opacity:0}.fadeInFadeOut-module_backdrop__Y4xOA{position:absolute;height:100%}.fadeInFadeOut-module_backdropInner__1oRfP{position:fixed;top:0;height:100vh;width:100%}.fadeInFadeOut-module_backdrop__Y4xOA .fadeInFadeOut-module_backdropInner__1oRfP{transition:opacity .5s ease}.fadeInFadeOut-module_backdrop-below__1h2I4 .fadeInFadeOut-module_backdropInner__1oRfP{opacity:0}.fadeInFadeOut-module_foreground__1eleZ{transition:opacity .5s ease,visibility .5s}.fadeInFadeOut-module_foreground-above__249wa,.fadeInFadeOut-module_foreground-below__3mE6f{opacity:0;visibility:hidden}.fadeInBgConceal-module_backdrop__11JGO{position:absolute;height:100%}.fadeInBgConceal-module_backdropInner__1IAYD{position:fixed;top:0;height:100vh;width:100%}.fadeInBgConceal-module_backdrop__11JGO{transition:opacity .5s ease}.fadeInBgConceal-module_backdrop-below__3E6Uk{opacity:0}.fadeInFadeOutBg-module_backdrop__2-IF3{position:absolute;height:100%}.fadeInFadeOutBg-module_backdropInner__3r_bo{position:fixed;top:0;height:100vh;width:100%}.fadeInFadeOutBg-module_backdrop__2-IF3 .fadeInFadeOutBg-module_backdropInner__3r_bo,.fadeInFadeOutBg-module_boxShadow__3x7Ki{transition:opacity .5s ease}.fadeInFadeOutBg-module_backdrop-below__4Ys_2 .fadeInFadeOutBg-module_backdropInner__3r_bo,.fadeInFadeOutBg-module_boxShadow-above__3T2K5{opacity:0!important}.fadeInFadeOutBg-module_foreground__24f_M{transition:opacity .5s ease,visibility .5s}.fadeInFadeOutBg-module_foreground-below__3pTRc{opacity:0;visibility:hidden}.fadeInConceal-module_backdrop__1zaRO{position:absolute;height:100%}.fadeInConceal-module_backdropInner__1AIvq{position:fixed;top:0;height:100vh;width:100%}.fadeInConceal-module_backdrop__1zaRO{transition:opacity .5s ease}.fadeInConceal-module_backdrop-below__AWyQe{opacity:0}.fadeInConceal-module_foreground__3giM9{transition:opacity .5s ease,visibility .5s}.fadeInConceal-module_foreground-below__2z5Op{opacity:0;visibility:hidden}.fadeInScrollOut-module_backdrop__2FhBb{position:absolute;top:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-end}.fadeInScrollOut-module_backdropInner__1OfNZ{position:sticky;bottom:0;width:100%}.fadeInScrollOut-module_backdropInner2__5bNPT{position:absolute;bottom:0;width:100%}.fadeInScrollOut-module_foreground__3h0EX{min-height:100vh;transition:opacity .5s ease,visibility .5s}.fadeInScrollOut-module_foreground-below__1Jcql{opacity:0;visibility:hidden}.fadeInScrollOut-module_backdrop__2FhBb{transition:opacity .5s ease}.fadeInScrollOut-module_backdrop-below__3cRLH{opacity:0}.fadeInBgFadeOutBg-module_backdrop__15ocl{position:absolute;height:100%}.fadeInBgFadeOutBg-module_backdropInner__sAnz6{position:fixed;top:0;height:100vh;width:100%}.fadeInBgFadeOutBg-module_backdrop__15ocl .fadeInBgFadeOutBg-module_backdropInner__sAnz6,.fadeInBgFadeOutBg-module_boxShadow__xUKyj{transition:opacity .5s ease}.fadeInBgFadeOutBg-module_backdrop-below__1rDT6 .fadeInBgFadeOutBg-module_backdropInner__sAnz6,.fadeInBgFadeOutBg-module_boxShadow-above__2bY0E{opacity:0!important}.fadeInBgFadeOut-module_backdrop__r0YXp{position:absolute;height:100%}.fadeInBgFadeOut-module_backdropInner__IQp87{position:fixed;top:0;height:100vh;width:100%}.fadeInBgFadeOut-module_backdrop__r0YXp .fadeInBgFadeOut-module_backdropInner__IQp87{transition:opacity .5s ease}.fadeInBgFadeOut-module_backdrop-below__2G-Ic .fadeInBgFadeOut-module_backdropInner__IQp87{opacity:0}.fadeInBgFadeOut-module_foreground__Q2vkT{transition:opacity .5s ease,visibility .5s}.fadeInBgFadeOut-module_foreground-above__3pmz9{opacity:0;visibility:hidden}.revealFadeOut-module_backdrop___Q1QF{position:absolute;height:calc(100% + 100vh)}.revealFadeOut-module_backdropInner__17qRn{position:fixed;top:0;height:100vh;width:100%;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.revealFadeOut-module_foreground__1GzBs{transition:opacity .5s ease,visibility .5s}.revealFadeOut-module_foreground-above__3GxOf{opacity:0;visibility:hidden}.scrollInFadeOutBg-module_backdrop__zw95c{position:sticky;top:0;height:0}.scrollInFadeOutBg-module_boxShadow__3UxCQ{transition:opacity .5s ease}.scrollInFadeOutBg-module_boxShadow-above__3kfau{opacity:0!important}.revealFadeOutBg-module_backdrop__30OCF{position:absolute;height:calc(100% + 100vh)}.revealFadeOutBg-module_backdropInner__3v3tM{position:fixed;top:0;height:100vh;width:100%;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.revealFadeOutBg-module_boxShadow__1NZRz{transition:opacity 1s ease}.revealFadeOutBg-module_boxShadow-above__2r4ov{opacity:0!important}.revealConceal-module_backdrop__dLUhU{position:absolute;height:100%}.revealConceal-module_backdropInner__2k1Z-{position:fixed;top:0;height:100vh;width:100%;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.revealScrollOut-module_backdrop__2yOXd{position:absolute;top:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-end}.revealScrollOut-module_backdropInner__211p3{position:sticky;bottom:0;width:100%;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.revealScrollOut-module_backdropInner2__v6WqM{position:absolute;bottom:0;width:100%}.scrollInFadeOut-module_backdrop__1vXJd{position:sticky;top:0;height:0}.scrollInFadeOut-module_foreground__3Ikxb{transition:opacity .5s ease,visibility .5s}.scrollInFadeOut-module_foreground-above__6ipm-{opacity:0;visibility:hidden}.Section-module_Section__Yo58b{position:relative;--section-max-width:var(--theme-section-max-width);--two-column-inline-content-max-width:var(--theme-two-column-inline-content-max-width);--two-column-inline-lg-content-max-width:var(--theme-two-column-inline-lg-content-max-width);--two-column-inline-xl-content-max-width:var(--theme-two-column-inline-xl-content-max-width);--two-column-sticky-content-max-width:var(--theme-two-column-sticky-content-max-width);--two-column-sticky-lg-content-max-width:var(--theme-two-column-sticky-lg-content-max-width);--two-column-sticky-xl-content-max-width:var(--theme-two-column-sticky-xl-content-max-width);--centered-inline-content-max-width:var(--theme-centered-inline-content-max-width);--centered-inline-lg-content-max-width:var(--theme-centered-inline-lg-content-max-width);--centered-inline-xl-content-max-width:var(--theme-centered-inline-xl-content-max-width);--foreground-padding-top:0px}.Section-module_first__1vLBH{--foreground-padding-top:var(--theme-widget-margin-top,58px)}.Section-module_narrow__3Dawu{--section-max-width:var(--theme-narrow-section-max-width);--two-column-inline-content-max-width:var(--theme-narrow-section-two-column-inline-content-max-width);--two-column-inline-lg-content-max-width:var(--theme-narrow-section-two-column-inline-lg-content-max-width);--two-column-inline-xl-content-max-width:var(--theme-narrow-section-two-column-inline-xl-content-max-width);--two-column-sticky-content-max-width:var(--theme-narrow-section-two-column-sticky-content-max-width);--two-column-sticky-lg-content-max-width:var(--theme-narrow-section-two-column-sticky-lg-content-max-width);--two-column-sticky-xl-content-max-width:var(--theme-narrow-section-two-column-sticky-xl-content-max-width);--centered-inline-content-max-width:var(--theme-narrow-section-centered-inline-content-max-width);--centered-inline-lg-content-max-width:var(--theme-narrow-section-centered-inline-lg-content-max-width);--centered-inline-xl-content-max-width:var(--theme-narrow-section-centered-inline-xl-content-max-width)}@media screen{.Section-module_Section__Yo58b{color:var(--theme-light-content-text-color,#fff);--content-text-color:var(--theme-light-content-text-color,#fff);--content-link-color:var(--theme-light-content-link-color,var(--theme-content-link-color,currentColor));background-color:#000}.Section-module_invert__3_p7F{background-color:#fff;color:var(--theme-dark-content-text-color,#222);--content-text-color:var(--theme-dark-content-text-color,#222);--content-link-color:var(--theme-dark-content-link-color,var(--theme-content-link-color,currentColor))}}.ToggleFullscreenButton-module_button__2n69-{width:40px;height:40px;margin:0 2px;display:flex;align-items:center;justify-content:center;color:currentColor;cursor:pointer}.ToggleFullscreenButton-module_button__2n69- svg{fill:currentColor;width:21px;height:21px}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.vjs-poster{display:inline-block;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-poster,.vjs-poster img{vertical-align:middle;padding:0}.vjs-poster img{display:block;margin:0 auto;max-height:100%;width:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.vjs-text-track-display{position:absolute;bottom:0;left:0;right:0;top:0;pointer-events:none}.video-js .vjs-text-track{font-size:17px;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{border:none}.OptIn-module_optIn__3nHo1{padding:15px;display:flex;flex-direction:column;width:100%;height:100%;text-align:center;align-items:center;justify-content:center;box-sizing:border-box}.OptIn-module_optInIcon__3-81I svg{fill:currentColor;height:90px}.OptIn-module_optInMessage__1OfTR{margin:1em 0 1.5em}@media (max-width:600px){.OptIn-module_optInIcon__3-81I svg{height:50px}.OptIn-module_optInMessage__1OfTR{margin:.5em 0 1em}}@media (max-width:400px){.OptIn-module_optInIcon__3-81I{display:none}}.OptIn-module_optInButton__1LhtX{padding:10px;background-color:transparent;color:currentColor;border:1px solid;border-radius:4px;cursor:pointer}.Fullscreen-module_wrapper__2MP7f{position:fixed;top:0;left:0;width:100%;height:100%;z-index:20000}.Center-module_outer__3Rr0H{padding-left:8%;padding-right:8%;margin-left:auto;margin-right:auto;max-width:var(--section-max-width,none)}.Center-module_customMargin__1es3t,.Center-module_outer-full__3dknO{padding-left:0;padding-right:0;max-width:none;width:100%}.Center-module_item__1KSs3{--content-margin:8%;--content-max-width:var(--centered-inline-content-max-width,700px);margin-left:auto;margin-right:auto;max-width:var(--content-max-width)}.Center-module_customMargin__1es3t .Center-module_item__1KSs3{max-width:calc(var(--content-margin)*2 + var(--content-max-width))}.Center-module_item-inline-lg__DGjXl{--content-max-width:var(--centered-inline-lg-content-max-width,950px)}.Center-module_item-inline-xl__2McfB{--content-max-width:var(--centered-inline-xl-content-max-width,1200px)}.Center-module_item-inline-full__l-6kG{--content-margin:0;--content-max-width:none;margin-left:0;margin-right:0;max-width:none}.Center-module_clear__jJEap{clear:both}.Center-module_inner-sm__-oQ0E,.Center-module_inner-xs__3FRT8,.Center-module_inner-xxs__1oroz{margin:0 auto}.Center-module_inner-xxs__1oroz{width:30%}.Center-module_inner-xs__3FRT8{width:50%}.Center-module_inner-sm__-oQ0E{width:70%}.Center-module_inner-left__2z9Ea,.Center-module_inner-right__KBkVt{--inlined-float:none;--inlined-margin:0;margin-top:var(--inlined-margin,.375em);margin-bottom:var(--inlined-margin,1em);clear:both;position:relative;z-index:1}.Center-module_inner-sm__-oQ0E,.Center-module_inner-xs__3FRT8,.Center-module_inner-xxs__1oroz{--inlined-margin:auto}.Center-module_inner-left__2z9Ea{float:var(--inlined-float,left);margin-left:var(--inlined-margin,calc(var(--floated-indent) - 1em));margin-right:var(--inlined-margin,1em)}.Center-module_inner-right__KBkVt{float:var(--inlined-float,right);margin-right:var(--inlined-margin,calc(var(--floated-indent) - 1em));margin-left:var(--inlined-margin,1em)}.Center-module_inner-xs__3FRT8.Center-module_sideBySide__-YsP0{--inlined-float:initial;--inlined-margin:initial;--floated-indent:25%;clear:none;width:25%}@media (min-width:950px){.Center-module_inner-md__3dLC3.Center-module_inner-left__2z9Ea,.Center-module_inner-md__3dLC3.Center-module_inner-right__KBkVt,.Center-module_inner-sm__-oQ0E.Center-module_inner-left__2z9Ea,.Center-module_inner-sm__-oQ0E.Center-module_inner-right__KBkVt,.Center-module_inner-xs__3FRT8.Center-module_inner-left__2z9Ea,.Center-module_inner-xs__3FRT8.Center-module_inner-right__KBkVt{--inlined-float:initial;--inlined-margin:initial;--floated-indent:-10%;clear:none}.Center-module_inner-xs__3FRT8.Center-module_inner-left__2z9Ea,.Center-module_inner-xs__3FRT8.Center-module_inner-right__KBkVt{width:25%}.Center-module_inner-xs__3FRT8.Center-module_sideBySide__-YsP0{--floated-indent:25%}.Center-module_inner-sm__-oQ0E.Center-module_inner-left__2z9Ea,.Center-module_inner-sm__-oQ0E.Center-module_inner-right__KBkVt{width:40%}.Center-module_inner-md__3dLC3.Center-module_inner-left__2z9Ea,.Center-module_inner-md__3dLC3.Center-module_inner-right__KBkVt{width:60%}}@media (min-width:700px){.Center-module_inner-sm__-oQ0E.Center-module_sideBySide__-YsP0{--inlined-float:initial;--inlined-margin:initial;clear:none;width:40%;--floated-indent:10%}}@media (min-width:1100px){.Center-module_inner-lg__2GQbs.Center-module_inner-left__2z9Ea,.Center-module_inner-lg__2GQbs.Center-module_inner-right__KBkVt{--inlined-float:initial;--inlined-margin:initial;clear:none;width:70%;--floated-indent:-20%}}@media (min-width:1300px){.Center-module_inner-xl__3dOME.Center-module_inner-left__2z9Ea,.Center-module_inner-xl__3dOME.Center-module_inner-right__KBkVt{--inlined-float:initial;--inlined-margin:initial;clear:none;width:80%;--floated-indent:-30%}}.TwoColumn-module_group__3Hg2y{--content-margin-fraction:0.08;--content-margin:calc(var(--content-margin-fraction)*100%);padding-left:var(--content-margin);padding-right:var(--content-margin);margin-left:auto;margin-right:auto;max-width:var(--section-max-width,none)}.TwoColumn-module_group-full__2OT4o{padding-left:0;padding-right:0;max-width:none;width:100%}.TwoColumn-module_box__1Nils{max-width:var(--content-max-width)}.TwoColumn-module_inline__1fPfM{--content-max-width:var(--two-column-inline-content-max-width,500px)}.TwoColumn-module_inline__1fPfM.TwoColumn-module_width-lg__2MD35{--content-max-width:var(--two-column-inline-lg-content-max-width,700px)}.TwoColumn-module_inline__1fPfM.TwoColumn-module_width-xl__3Bxet{--content-max-width:var(--two-column-inline-xl-content-max-width,1200px)}.TwoColumn-module_inline__1fPfM.TwoColumn-module_width-full__1QWYO{--content-margin-fraction:0;--content-max-width:none}.TwoColumn-module_restrict-sm__2rKty,.TwoColumn-module_restrict-xs__AOezq,.TwoColumn-module_restrict-xxs__6il-H{margin:0 auto}.TwoColumn-module_restrict-xxs__6il-H{width:30%}.TwoColumn-module_restrict-xs__AOezq{width:50%}.TwoColumn-module_restrict-sm__2rKty{width:70%}.TwoColumn-module_customMargin__o0uxH{--f:calc(1/(1 - var(--content-margin-fraction)*2));margin-left:calc(-100%*var(--content-margin-fraction)*var(--f));margin-right:calc(-100%*var(--content-margin-fraction)*var(--f));max-width:calc(var(--content-margin)*var(--f)*2 + var(--content-max-width))}.TwoColumn-module_right__Fr52a .TwoColumn-module_inline__1fPfM{margin-left:auto}.TwoColumn-module_sticky__4LCDO{--content-width:var(--theme-two-column-sticky-content-width,25vw);--content-max-width:min(var(--content-width),var(--two-column-sticky-content-max-width,600px));position:sticky;float:right;clear:both;top:33%;width:var(--content-width)}.TwoColumn-module_right__Fr52a .TwoColumn-module_sticky__4LCDO{float:left}.TwoColumn-module_sticky__4LCDO.TwoColumn-module_width-lg__2MD35{--content-width:var(--theme-two-column-sticky-lg-content-width,35vw);--content-max-width:min(var(--content-width),var(--two-column-sticky-lg-content-max-width,700px))}.TwoColumn-module_sticky__4LCDO.TwoColumn-module_width-xl__3Bxet{--content-width:var(--theme-two-column-sticky-xl-content-width,45vw);--content-max-width:min(var(--content-width),var(--two-column-sticky-xl-content-max-width,1000px))}.TwoColumn-module_sticky__4LCDO.TwoColumn-module_customMargin__o0uxH{width:100%}.Viewer-module_full__1q18y{height:100%}.Viewer-module_container__3eJ34{background-color:#000;color:#fff;cursor:move}.Viewer-module_spinner__2oRve{-webkit-animation:Viewer-module_spin__3jBR2 .75s linear infinite;animation:Viewer-module_spin__3jBR2 .75s linear infinite;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px;display:none}.Viewer-module_spinner__2oRve.Viewer-module_isLoading__sQuGw{display:block}@-webkit-keyframes Viewer-module_spin__3jBR2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Viewer-module_spin__3jBR2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Foreground-module_Foreground__13ODU{position:relative;z-index:3;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding-top:var(--foreground-padding-top)}.Foreground-module_fullFadeHeight__2p9dx{min-height:51vh}.Foreground-module_fullHeight__1vMXb{min-height:100vh}.Foreground-module_paddingBottom__3OtY4{padding-bottom:3em}@media print{.Foreground-module_Foreground__13ODU{min-height:auto;margin-top:0!important}}.OptOutInfo-module_optOut__2Q3d5{display:flex;background-color:#111;color:#fff;box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);transition:opacity .2s ease,visibility .2s linear;pointer-events:auto}.OptOutInfo-module_tooltip__2bpU0{order:0;position:relative;display:none;align-items:center;padding:5px 5px 5px 10px}.OptOutInfo-module_optOut__2Q3d5:focus-within .OptOutInfo-module_tooltip__2bpU0,.OptOutInfo-module_optOut__2Q3d5:hover .OptOutInfo-module_tooltip__2bpU0{display:flex}.OptOutInfo-module_tooltip__2bpU0 a{color:currentColor}.OptOutInfo-module_icon__1kL6Q{order:1;position:relative}.OptOutInfo-module_icon__1kL6Q svg{fill:#c2c2c2;width:26px;height:26px;margin:7px 7px 5px}.OptOutInfo-module_optOut__2Q3d5{position:absolute;right:-15px;bottom:25%}.OptOutInfo-module_optOut__2Q3d5.OptOutInfo-module_full__s_Ono{right:0}.SectionInlineFileRights-module_wrapper__1l6rr{z-index:3;position:relative}.SectionInlineFileRights-module_fade__1Snfk{transition:opacity .5s ease,visibility .5s}.SectionInlineFileRights-module_fade__1Snfk.SectionInlineFileRights-module_inactive__1VpQh{opacity:0;visibility:hidden}.PanoramaIndicator-module_indicator__3A90v{pointer-events:none;opacity:0;transition:opacity .2s linear,transform .2s ease}.PanoramaIndicator-module_visible__3LOgm{opacity:1}.PanoramaIndicator-module_arrow__QV1Pd{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PanoramaIndicator-module_arrowLeft__Jh7GC{margin-left:-50px}.PanoramaIndicator-module_arrowRight__ZZBtO{margin-left:50px}.PanoramaIndicator-module_arrowLeft__Jh7GC div{-webkit-animation:PanoramaIndicator-module_nudgeLeft__IU_Iy 4s ease infinite;animation:PanoramaIndicator-module_nudgeLeft__IU_Iy 4s ease infinite}.PanoramaIndicator-module_arrowRight__ZZBtO div{-webkit-animation:PanoramaIndicator-module_nudgeRight__3XzNu 4s ease infinite;animation:PanoramaIndicator-module_nudgeRight__3XzNu 4s ease infinite}.PanoramaIndicator-module_text__2FzUy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700;font-size:30px;text-shadow:0 0 5px rgba(0,0,0,.8);margin-top:-3px;margin-left:3px}.PanoramaIndicator-module_indicator__3A90v svg{transition:transform .2s ease}:hover>.PanoramaIndicator-module_indicator__3A90v svg{transform:scale(1.2)}.PanoramaIndicator-module_arrow__QV1Pd div:before{content:" ";position:absolute;top:50%;left:50%;width:30px;height:30px;transform:translate(-50%,-50%);background:radial-gradient(rgba(0,0,0,.3),transparent 60%);z-index:-1}@-webkit-keyframes PanoramaIndicator-module_nudgeLeft__IU_Iy{50%{transform:translateX(-10px)}}@keyframes PanoramaIndicator-module_nudgeLeft__IU_Iy{50%{transform:translateX(-10px)}}@-webkit-keyframes PanoramaIndicator-module_nudgeRight__3XzNu{50%{transform:translateX(10px)}}@keyframes PanoramaIndicator-module_nudgeRight__3XzNu{50%{transform:translateX(10px)}}.FullscreenIndicator-module_indicator__2Jl_-{pointer-events:none;visibility:hidden}.FullscreenIndicator-module_visible__2ywsZ{visibility:visible}.FullscreenIndicator-module_icon__2Ddof,.FullscreenIndicator-module_icons__3-Xm6,.FullscreenIndicator-module_text__3wCW3{position:absolute;top:50%;left:50%}.FullscreenIndicator-module_text__3wCW3{transform:translate(-50%,-50%);font-weight:700;font-size:25px;text-shadow:0 0 5px rgba(0,0,0,.8);margin-top:-3px;margin-left:3px}.FullscreenIndicator-module_icons__3-Xm6{-webkit-animation:FullscreenIndicator-module_pulse__1qujU 4s ease infinite;animation:FullscreenIndicator-module_pulse__1qujU 4s ease infinite}.FullscreenIndicator-module_icon__2Ddof:before{content:" ";position:absolute;top:50%;left:50%;width:45px;height:45px;transform:translate(-45%,-50%);background:radial-gradient(rgba(0,0,0,.2),transparent 60%);z-index:-1}.FullscreenIndicator-module_iconTopLeft__2u7-j{transform:translate(-50%,-50%) rotate(45deg);margin-left:-40px;margin-top:-40px}.FullscreenIndicator-module_iconTopRight__14nUk{transform:translate(-50%,-50%) rotate(135deg);margin-left:40px;margin-top:-40px}.FullscreenIndicator-module_iconBottomRight__lEtN6{transform:translate(-50%,-50%) rotate(225deg);margin-left:40px;margin-top:40px}.FullscreenIndicator-module_iconBottomLeft__voLm_{transform:translate(-50%,-50%) rotate(315deg);margin-left:-40px;margin-top:40px}@-webkit-keyframes FullscreenIndicator-module_pulse__1qujU{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes FullscreenIndicator-module_pulse__1qujU{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.ZoomableImage-module_full__1YJoO{height:100%;width:100%}.ZoomableImage-module_container__RTuPI{height:100%}.ZoomableImage-module_img__3Vnst{max-width:100%;height:auto;visibility:hidden}.ZoomableImage-module_visible__2ez0D{visibility:visible}.Fullscreen-module_wrapper__300hJ{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:20000}.ContentElement-module_missing__2_1j9{color:#000;background-color:#fff;border-left:5px solid #f44336;padding:.5em;margin:1em 0 0}.ContentElementScrollSpace-module_wrapper__2ZBwZ{height:130vh}.ContentElementScrollSpace-module_inner__1FBgh{position:sticky;top:calc(50% - var(--height)*1px)}@supports (height:100lvh){.ContentElementScrollSpace-module_wrapper__2ZBwZ{height:130lvh}.ContentElementScrollSpace-module_inner__1FBgh{top:calc(50lvh - var(--height)*1px)}}.CardBox-module_content__36v7J{position:relative}@media print{.CardBox-module_wrapper__3vnaH{padding-top:0!important}}.InvisibleBoxWrapper-module_start__F1nZ7{margin-top:1.375em}.InvisibleBoxWrapper-module_end__nphD-{margin-bottom:1.375em}.GradientShadow-module_dynamic__2v2JU,.GradientShadow-module_static__rXNpZ{position:absolute;top:0;left:0;width:100%;z-index:1;transition:opacity 1s ease;will-change:opacity}.GradientShadow-module_static__rXNpZ{max-width:var(--zero-if-motif-intersecting)}.GradientShadow-module_dynamic__2v2JU{max-width:var(--zero-if-two-column)}.GradientShadow-module_align-left__3qcNM.GradientShadow-module_dark__1YuV5 .GradientShadow-module_static__rXNpZ,.GradientShadow-module_align-right__3iXZs.GradientShadow-module_dark__1YuV5 .GradientShadow-module_static__rXNpZ{background:linear-gradient(90deg,#000 0,transparent)}@media (min-width:950px){.GradientShadow-module_align-right__3iXZs.GradientShadow-module_dark__1YuV5 .GradientShadow-module_static__rXNpZ{background:linear-gradient(270deg,#000 0,transparent)}}.GradientShadow-module_align-center__2C7cl.GradientShadow-module_dark__1YuV5 .GradientShadow-module_static__rXNpZ,.GradientShadow-module_align-centerRagged__2-iv8.GradientShadow-module_dark__1YuV5 .GradientShadow-module_static__rXNpZ,.GradientShadow-module_dark__1YuV5 .GradientShadow-module_dynamic__2v2JU{background:rgba(0,0,0,.9)}.GradientShadow-module_align-left__3qcNM.GradientShadow-module_light__Vn92v .GradientShadow-module_static__rXNpZ,.GradientShadow-module_align-right__3iXZs.GradientShadow-module_light__Vn92v .GradientShadow-module_static__rXNpZ{background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0))}@media (min-width:950px){.GradientShadow-module_align-right__3iXZs.GradientShadow-module_light__Vn92v .GradientShadow-module_static__rXNpZ{background:linear-gradient(270deg,#fff 0,hsla(0,0%,100%,0))}}.GradientShadow-module_align-center__2C7cl.GradientShadow-module_light__Vn92v .GradientShadow-module_static__rXNpZ,.GradientShadow-module_align-centerRagged__2-iv8.GradientShadow-module_light__Vn92v .GradientShadow-module_static__rXNpZ,.GradientShadow-module_light__Vn92v .GradientShadow-module_dynamic__2v2JU{background:hsla(0,0%,100%,.9)}@media print{.GradientShadow-module_shadow__2UiDH{display:none}}.SwipeToClose-module_inner__NOg1v,.SwipeToClose-module_outer__1fl2h{height:100%}.colors-module_contentColorScope__LQsqm{--theme-light-content-surface-color:var(--root-light-content-surface-color);--theme-dark-content-surface-color:var(--root-dark-content-surface-color);--theme-light-content-text-color:var(--root-light-content-text-color);--theme-dark-content-text-color:var(--root-dark-content-text-color)}.CardBoxWrapper-module_card__hvRUa{--theme-first-heading-landscape-padding-top:0;position:relative;margin-top:-1px;padding:1px 1.5em 0}.CardBoxWrapper-module_card__hvRUa:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.CardBoxWrapper-module_selfClear-both__2hwB7:after,.CardBoxWrapper-module_selfClear-left__2Dd26:after,.CardBoxWrapper-module_selfClear-right__9kgvN:after{content:"";display:block}.CardBoxWrapper-module_selfClear-left__2Dd26:after{clear:left}.CardBoxWrapper-module_selfClear-right__9kgvN:after{clear:right}.CardBoxWrapper-module_selfClear-both__2hwB7:after{clear:both}.CardBoxWrapper-module_cardStart__2NywG{margin-top:3em}.CardBoxWrapper-module_cardEnd__x4Ye6{margin-bottom:3em;padding-bottom:1.5em}.CardBoxWrapper-module_cardStart__2NywG:before{border-top-left-radius:var(--theme-cards-border-radius,15px);border-top-right-radius:var(--theme-cards-border-radius,15px)}.CardBoxWrapper-module_cardEnd__x4Ye6:before{border-bottom-left-radius:var(--theme-cards-border-radius,15px);border-bottom-right-radius:var(--theme-cards-border-radius,15px)}@media screen{.CardBoxWrapper-module_cardBgWhite__xXhg7:before{background-color:var(--theme-light-content-surface-color,#fff)}.CardBoxWrapper-module_cardBgBlack__Ahp3s:before{background-color:var(--theme-dark-content-surface-color,#101010)}.CardBoxWrapper-module_cardBgWhite__xXhg7{color:var(--theme-dark-content-text-color,#222);--content-text-color:var(--theme-dark-content-text-color,#222);--content-link-color:var(--theme-dark-content-link-color,var(--theme-content-link-color,currentColor))}.CardBoxWrapper-module_cardBgBlack__Ahp3s{color:var(--theme-light-content-text-color,#fff);--content-text-color:var(--theme-light-content-text-color,#fff);--content-link-color:var(--theme-light-content-link-color,var(--theme-content-link-color,currentColor))}}.Backdrop-module_Backdrop__1w4UZ{width:100%;z-index:2}.Backdrop-module_noCompositionLayer__33IlH{visibility:hidden}.Backdrop-module_defaultBackground__1YQQL{background-color:#333}.Backdrop-module_effects__lCEXd{height:100%}@media print{.Backdrop-module_Backdrop__1w4UZ{page-break-inside:avoid}.Backdrop-module_Backdrop__1w4UZ,.Backdrop-module_Backdrop__1w4UZ>div,.Backdrop-module_Backdrop__1w4UZ>div>div{position:static!important;height:auto!important}}.Section-module_section__7UvMm{--backdrop-width:var(--backdrop-w);--backdrop-height:var(--backdrop-h);--motif-left:var(--motif-l);--motif-top:var(--motif-t);--motif-width:var(--motif-w);--motif-height:var(--motif-h)}@media (orientation:portrait){.Section-module_orientation__3-m2N{--backdrop-width:var(--mobile-backdrop-w,var(--backdrop-w));--backdrop-height:var(--mobile-backdrop-h,var(--backdrop-h));--motif-left:var(--mobile-motif-l,var(--motif-l));--motif-top:var(--mobile-motif-t,var(--motif-t));--motif-width:var(--mobile-motif-w,var(--motif-w));--motif-height:var(--mobile-motif-h,var(--motif-h))}}.Section-module_section__7UvMm{--motif-right:calc(100 - var(--motif-width) - var(--motif-left));--motif-bottom:calc(100 - var(--motif-height) - var(--motif-top));--motif-center-x:calc(var(--motif-left, 50) + var(--motif-width, 0)/2);--motif-center-y:calc(var(--motif-top, 50) + var(--motif-height, 0)/2);--backdrop-display-width:calc(var(--backdrop-width)*100*var(--vh)/var(--backdrop-height));--motif-display-center-x:calc(var(--motif-center-x)/100*var(--backdrop-display-width));--backdrop-translate-x:min(0px,max(100 * var(--vw) - var(--backdrop-display-width),var(--motif-display-center-x) * -1 + 50 * var(--vw)));--backdrop-positioner-transform:translateX(var(--backdrop-translate-x));--backdrop-positioner-width:var(--backdrop-display-width);--backdrop-positioner-height:100%;--backdrop-display-height:calc(var(--backdrop-height)*100*var(--vw)/var(--backdrop-width));--motif-display-center-y:calc(var(--motif-center-y)/100*var(--backdrop-display-height));--backdrop-translate-y:min(0px,max(calc(var(--vh)*100 - var(--backdrop-display-height)),calc(var(--motif-display-center-y)*-1 + var(--vh)*50)));--backdrop-positioner-min-ar-transform:translateY(var(--backdrop-translate-y));--backdrop-positioner-min-ar-width:calc(var(--vw)*100);--backdrop-positioner-min-ar-height:var(--backdrop-display-height);--motif-display-height:calc(var(--motif-height)*var(--vh));--motif-display-min-ar-height:calc(var(--motif-height)/100*var(--backdrop-display-height));--motif-display-top:calc(var(--motif-top)*var(--vh) - var(--foreground-padding-top));--motif-display-min-ar-top:calc(var(--motif-top)/100*var(--backdrop-display-height) + var(--backdrop-translate-y) - var(--foreground-padding-top));--motif-display-bottom:calc(var(--motif-bottom)*var(--vh) + var(--foreground-padding-top));--motif-display-min-ar-bottom:calc(var(--motif-bottom)/100*var(--backdrop-display-height) - var(--backdrop-display-height) + var(--vh)*100 - var(--backdrop-translate-y) + var(--foreground-padding-top));--motif-min-height-reveal-conceal:var(--motif-display-height);--motif-min-height-reveal:calc(var(--motif-display-bottom) + var(--motif-display-height));--motif-min-height-scroll-in:calc(var(--motif-display-top) + var(--motif-display-height))}@supports not (transform:translateX(min(0px,5px))){.Section-module_section__7UvMm{--backdrop-translate-x:calc((var(--vw)*100 - var(--backdrop-display-width))*var(--motif-center-x)/100);--backdrop-translate-y:calc((var(--vh)*100 - var(--backdrop-display-height))*var(--motif-center-y)/100)}}.Section-module_exposeMotifArea__2rsq_{--inline-content-max-width:calc(var(--vw)*100);--motif-placeholder-width:calc(var(--vw)*100);--motif-placeholder-min-ar-width:calc(var(--vw)*100);--remaining-width:calc(var(--vw)*100 - var(--inline-content-max-width) - var(--vw)*8 - var(--motif-placeholder-width));--zero-if-two-column:max(0px,var(--remaining-width) * -10000);--zero-if-motif-intersecting:max(0px,(var(--remaining-width) + 1px) * 10000);--motif-padding-fade-in:min(var(--zero-if-two-column),var(--motif-display-top) * 2/3 + var(--motif-display-height));--motif-padding-reveal:min(var(--zero-if-two-column),var(--motif-display-height));--motif-padding-scroll-in:min(var(--zero-if-two-column),var(--motif-display-top) + var(--motif-display-height))}@supports not (transform:translateX(min(0px,5px))){.Section-module_exposeMotifArea__2rsq_{--zero-if-two-column:none;--zero-if-motif-intersecting:0px;--motif-padding-fade-in:calc(var(--motif-display-top)*2/3 + var(--motif-display-height));--motif-padding-reveal:var(--motif-display-height);--motif-padding-scroll-in:calc(var(--motif-display-top) + var(--motif-display-height))}}.Section-module_layout-left__2IqOD,.Section-module_layout-right__3al0b{--inline-content-max-width:var(--two-column-inline-content-max-width,500px)}.Section-module_layout-left__2IqOD{--backdrop-overflow-h:calc(var(--backdrop-display-width) - var(--vw)*100);--motif-placeholder-width:calc((var(--motif-right)/100 + var(--motif-width)/100)*var(--backdrop-display-width) - var(--backdrop-overflow-h) - var(--backdrop-translate-x));--motif-placeholder-min-ar-width:calc((var(--motif-right) + var(--motif-width))*var(--vw))}.Section-module_layout-right__3al0b{--motif-placeholder-width:calc((var(--motif-left)/100 + var(--motif-width)/100)*var(--backdrop-display-width) + var(--backdrop-translate-x));--motif-placeholder-min-ar-width:calc((var(--motif-left) + var(--motif-width))*var(--vw))}.SectionDecorator-module_wrapper__3sTk3{position:relative}.SectionDecorator-module_selected__1gcmF>section:before{content:"";display:block;position:absolute;border:1px solid;top:5px;left:5px;right:5px;bottom:5px;z-index:9;pointer-events:none}.SectionDecorator-module_transitionSelected__Wklk6>section:before{content:"";position:absolute;display:block;top:0;width:100%;border-top:2px dotted #fff;z-index:9;background-color:#555;opacity:.7}.SectionDecorator-module_controls__LVEJG{position:absolute;top:-33px;right:0;height:100%;width:50px;padding-left:20px;z-index:10;display:none}.SectionDecorator-module_selected__1gcmF .SectionDecorator-module_controls__LVEJG,.SectionDecorator-module_transitionSelected__Wklk6 .SectionDecorator-module_controls__LVEJG{display:block}.SectionDecorator-module_transitionSelected__Wklk6 .SectionDecorator-module_transitionToolbar-after__2_DVO{visibility:hidden}.SectionDecorator-module_toolbar__2Va1D{position:absolute;padding:10px 0 10px 10px;z-index:10;overflow:hidden}.SectionDecorator-module_transitionToolbar-before__KipOO{top:0}.SectionDecorator-module_transitionToolbar-after__2_DVO{bottom:-63px}.ActionButton-module_button__8gy6J{position:absolute;z-index:10;border:0;text-align:center;padding:8px;color:rgba(0,0,0,.8);background:#fff;border-radius:3px;font-size:13px;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.ActionButton-module_button__8gy6J:focus,.ActionButton-module_button__8gy6J:hover{color:#000}.ActionButton-module_button__8gy6J svg{fill:currentColor;vertical-align:bottom;margin-right:8px}.ActionButton-module_position-outside__1E_lp{top:calc(100% + .3em);right:-.8em}.ActionButton-module_position-outsideIndented__3vf-7{top:calc(100% + .3em);right:.5em}.ActionButton-module_position-inside__28_gp{bottom:.5em;right:.5em}.ContentElementMargin-module_wrapper__20kIk{margin:1em 0 0}.index-module_newLine__1QnIs,.index-module_shy__1E2-J [data-slate-string]{position:relative}.index-module_selected__1U9ro.index-module_manualHyphens__16b2t .index-module_shy__1E2-J [data-slate-string]:before{content:" ";position:absolute;display:block;border:5px solid transparent;border-bottom-color:currentcolor;width:0;height:0;bottom:7px;left:-5px;opacity:.7}.index-module_newLine__1QnIs:before{content:"\21B5";position:absolute;display:block;font-size:13px;font-weight:400;bottom:2px;left:2px;opacity:0}.index-module_selected__1U9ro .index-module_newLine__1QnIs:before{opacity:.7}.index-module_shy__1E2-J{overflow-wrap:normal}.index-module_container__3dD9z{position:relative}.index-module_shy__KgWjc{overflow-wrap:normal}.index-module_shy__KgWjc [data-slate-string]{position:relative}.index-module_selected__mE58y .index-module_shy__KgWjc [data-slate-string]:before{content:" ";position:absolute;display:block;border:5px solid transparent;border-bottom-color:currentcolor;width:0;height:0;bottom:1px;left:-5px;opacity:.7}.index-module_hoveringToolbarContainer__3xVEz{position:relative}.index-module_hoveringToolbar__31Xpd{position:absolute;z-index:2;top:-10000px;left:-10000px;opacity:0;white-space:nowrap}.index-module_selection__3dUiD{display:none;position:absolute;z-index:1;width:100%;pointer-events:none}.index-module_linkTooltip__36m1K{background-color:#222;color:#fff;border-radius:4px;font-family:Helvetica,Arial,"Sans-Serif";font-size:13px;line-height:1;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.index-module_linkTooltip__36m1K:before{content:"";display:block;position:absolute;left:20px;border:4px solid transparent}.index-module_linkTooltip-below__1wvl7:before{bottom:100%;border-bottom:4px solid #222}.index-module_linkTooltip-above__P3YfD:before{top:100%;border-top:4px solid #222}.index-module_linkTooltip__36m1K>a,.index-module_linkTooltip__36m1K>span{color:#fff;background-color:transparent;border:0;display:inline-block;padding:10px}.index-module_linkTooltip__36m1K>a svg{padding-left:7px}.index-module_linkTooltipThumbnail__2v-cf{width:200px;height:120px;position:relative;margin:5px}.index-module_linkTooltipThumbnailClickMask__2Z3ff{position:absolute;top:0;left:0;bottom:0;right:0}.index-module_linkTooltipNewTab__4tnLF{opacity:.7;padding:0 10px 10px;text-decoration:none}.index-module_linkTooltipChapterNumber__2CsQA{font-weight:700}.SelectionRect-module_main__3AOhG{position:relative}.SelectionRect-module_main__3AOhG:after,.SelectionRect-module_main__3AOhG:before{content:"";position:absolute;top:-.5em;left:-.5em;right:-.5em;bottom:-.5em;pointer-events:none;opacity:.8}.SelectionRect-module_draggable__3Qp53:not(.SelectionRect-module_full__3tsQF):before{top:5px}.SelectionRect-module_full__3tsQF:after,.SelectionRect-module_full__3tsQF:before{left:0;right:0}.SelectionRect-module_selected__1PhM6:before{border-left:1px solid}.SelectionRect-module_selected__1PhM6:after{border-right:1px solid}.SelectionRect-module_toolbar__3nPrd{position:absolute;top:-40px;right:-15px;z-index:2;pointer-events:auto}.SelectionRect-module_insert__w0Tl0{display:none;text-align:center;position:absolute;width:100%;opacity:.8;pointer-events:none;z-index:1}.SelectionRect-module_insertHovered__VTsDD.SelectionRect-module_insert__w0Tl0{opacity:1}.SelectionRect-module_end__3qOoK .SelectionRect-module_insert-after__3FJ4R,.SelectionRect-module_start__3_nAf .SelectionRect-module_insert-before__2Tyq5{display:block}.SelectionRect-module_insert__w0Tl0:after,.SelectionRect-module_insert__w0Tl0:before{content:"";position:absolute;top:0;width:calc(50% - 5px);height:0;border-bottom:1px solid}.SelectionRect-module_insert__w0Tl0:before{left:-.5em}.SelectionRect-module_insert__w0Tl0:after{right:-.5em}.SelectionRect-module_draggable__3Qp53:not(.SelectionRect-module_full__3tsQF) .SelectionRect-module_insert-before__2Tyq5:before{left:5px;width:calc(50% - 10px - .5em)}.SelectionRect-module_full__3tsQF .SelectionRect-module_insert__w0Tl0:after,.SelectionRect-module_full__3tsQF .SelectionRect-module_insert__w0Tl0:before{width:calc(50% - 5px - .5em)}.SelectionRect-module_full__3tsQF .SelectionRect-module_insert__w0Tl0:before{left:0}.SelectionRect-module_full__3tsQF .SelectionRect-module_insert__w0Tl0:after{right:0}.SelectionRect-module_insertButton__1g-ZG{pointer-events:auto;border:0;background:none;color:currentColor;display:inline-block;vertical-align:top;position:relative;top:-9px;padding:2px 10px}.SelectionRect-module_insert-before__2Tyq5{top:-.5em}.SelectionRect-module_insert-after__3FJ4R{top:calc(100% + .5em)}.SelectionRect-module_dragHandle__2vVhP{position:absolute;top:-7px;left:10px;transform:translate(-100%,-50%);z-index:1;visibility:hidden;padding:10px;cursor:move;pointer-events:auto}.SelectionRect-module_selected__1PhM6 .SelectionRect-module_dragHandle__2vVhP{visibility:visible}.SelectionRect-module_full__3tsQF .SelectionRect-module_dragHandle__2vVhP{left:0;top:0;transform:translate(0);background:radial-gradient(rgba(0,0,0,.72),transparent 50%)}.SelectionRect-module_dragHandle__2vVhP svg{display:block;color:currentColor;width:15px;height:15px;opacity:.8}.SelectionRect-module_dragHandle__2vVhP:hover svg{opacity:1}.SelectionRect-module_full__3tsQF .SelectionRect-module_dragHandle__2vVhP svg{color:#fff}.DropTargets-module_target__Z2N2d{position:absolute;height:50%;width:100%;left:-50px;padding-left:50px;padding-bottom:.5em;opacity:.8}.DropTargets-module_target__Z2N2d:before{content:"";position:absolute;display:block;left:50px;right:0}.DropTargets-module_target__Z2N2d.DropTargets-module_isOver__3ksFy:before{border-top:2px solid}.DropTargets-module_before__cAXo1{top:-.5em}.DropTargets-module_before__cAXo1:before{top:-1px}.DropTargets-module_after__2Q8QU{top:50%}.DropTargets-module_after__2Q8QU:before{top:calc(100% - 1px)}.Toolbar-module_Toolbar__1INSj{background:#fff;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);border-radius:3px;overflow:hidden;display:flex;gap:2px}.Toolbar-module_button__de5BW{border:0;background:#fff;padding:10px;opacity:.6}.Toolbar-module_button__de5BW:hover{opacity:1}.Toolbar-module_activeButton__2sOLP{background:#ddd;opacity:1}@media (max-width:460px){.Toolbar-module_collapsible__3sivb .Toolbar-module_button__de5BW{display:none}.Toolbar-module_collapsible__3sivb .Toolbar-module_activeButton__2sOLP,.Toolbar-module_collapsible__3sivb:focus-within .Toolbar-module_button__de5BW,.Toolbar-module_collapsible__3sivb:hover .Toolbar-module_button__de5BW{display:inline-block}}.ContentElementInsertButton-module_container__3dvUS{height:0;position:relative;top:1em;opacity:.8;display:flex;justify-content:center}.ContentElementInsertButton-module_hovered__3Pggi{opacity:1}.ContentElementInsertButton-module_container__3dvUS:after,.ContentElementInsertButton-module_container__3dvUS:before{content:"";border-top:1px solid;width:calc(50% - 20px);position:absolute;top:0}.ContentElementInsertButton-module_container__3dvUS:before{left:0}.ContentElementInsertButton-module_container__3dvUS:after{right:0}.ContentElementInsertButton-module_button__2-eE2{border:0;background:none;color:currentColor;position:relative;top:-8px}.TextPlaceholder-module_placeholder__sgVwx{pointer-events:none;opacity:.5;height:0}.TextPlaceholder-module_placeholder__sgVwx>div{transform:translateY(-100%)}.DropTargets-module_container__3vudG{position:absolute;top:-.5em;left:-50px;width:100%;height:100%;padding:.5em 0 8px 50px}.DropTargets-module_dropTarget__3mmox{position:absolute;left:0;width:100%;opacity:.8}.DropTargets-module_dropIndicator__2zu4d{position:absolute;left:50px;right:0;border-top:2px solid;opacity:0}.DropTargets-module_isOver__2usWn .DropTargets-module_dropIndicator__2zu4d{opacity:1}.FillColor-module_FillColor__S1uEG{width:100%}@media print{.FillColor-module_FillColor__S1uEG{display:none}}.Positioner-module_wrapper__3iFSg{position:relative;transform:var(--backdrop-positioner-transform);width:var(--backdrop-positioner-width);height:var(--backdrop-positioner-height)}.MotifArea-module_root__1_ACd{position:absolute;background:radial-gradient(transparent,currentColor);z-index:2;opacity:0;-webkit-transform:translateZ(0)}.MotifArea-module_visible__18Kln{opacity:.2}.Picture-module_root__1BCCg{position:absolute;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.MotifArea-module_root__2gOCe{left:calc(var(--motif-left)*1%);top:calc(var(--motif-top)*1%);width:calc(var(--motif-width)*1%);height:calc(var(--motif-height)*1%)}.Effects-module_effects__MDZRR{height:100%;filter:var(--filter)}@media (orientation:portrait){.Effects-module_effects__MDZRR{filter:var(--mobile-filter)}}.globalNotices{z-index:100000000;position:fixed;bottom:10px;left:10px}@supports not (old:ie){.unsupported{display:none}}.globalNotices div{background:#fff;padding:20px;max-width:240px;box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);font-family:Source Sans Pro;border-top:2px solid #a50e0e;margin-top:10px}:root{--vw:1vw;--vh:1vh;--root-light-content-surface-color:var(--theme-light-content-surface-color,#fff);--root-dark-content-surface-color:var(--theme-dark-content-surface-color,#101010);--root-light-content-text-color:var(--theme-light-content-text-color,#fff);--root-dark-content-text-color:var(--theme-dark-content-text-color,#222)}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.colors-module_contentColorScope__2Zizr{--theme-light-content-surface-color:var(--root-light-content-surface-color);--theme-dark-content-surface-color:var(--root-dark-content-surface-color);--theme-light-content-text-color:var(--root-light-content-text-color);--theme-dark-content-text-color:var(--root-dark-content-text-color)}.Figure-module_root__3FC-x{margin:0}.Figure-module_root__3FC-x>figcaption{padding:3px 10px 5px;background-color:var(--theme-light-content-surface-color,#fff);color:var(--theme-dark-content-text-color,#222)}.Figure-module_root__3FC-x>figcaption p{margin:0}.Figure-module_root__3FC-x>figcaption a{color:var(--content-link-color)}.Figure-module_invert___0BJP>figcaption{background-color:var(--theme-dark-content-surface-color,#101010);color:var(--theme-light-content-text-color,#fff)}.ContentElementBox-module_wrapper__3wZgP{overflow:hidden;border-radius:var(--theme-content-element-box-border-radius)}.Waveform-module_container__1Dxdv{position:relative;z-index:1;width:100%;min-height:140px;height:100%}.Waveform-module_clickMask__3LYAT{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.Waveform-module_menuBar__342n-{position:absolute;bottom:0;right:0;width:100%;height:40px;z-index:2;display:flex;align-items:flex-end;justify-content:flex-end}.Waveform-module_menuBarInner__3wjQs{display:flex;align-items:center;justify-content:flex-end;height:100%}.Waveform-module_timeDisplay__1v4Tl{position:relative;bottom:20px}.Waveform-module_playControl__QWTsJ{color:#fff;z-index:1;position:absolute;bottom:78px;left:30px}.Waveform-module_playControl__QWTsJ svg{transform:scale(2)}.Waveform-module_waveWrapper__3gamc{position:absolute;bottom:48px;width:98%;margin:0 1%;height:90px;z-index:1}.TimeDisplay-module_timeDisplay__2UwqM{margin:0 2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.TimeDisplay-module_time__li1ZU{line-height:24px;font-size:15px;padding:0 4px;color:currentColor}.MenuBarButton-module_wrapper__2lFoI{position:relative}.MenuBarButton-module_icon__2h8__{width:25px;height:25px;fill:currentColor}.MenuBarButton-module_subMenuItemAnnotation__32Quc{color:red;font-size:70%;vertical-align:5px;padding-left:3px}.MenuBarButton-module_subMenu__f-E-X{visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s,visibility .2s;position:absolute;right:5px;bottom:38px;margin:0;padding:5px;background-color:rgba(17,17,17,.9);border-radius:3px}.MenuBarButton-module_subMenu__f-E-X:after{content:"";display:block;border:5px solid transparent;border-top-color:rgba(17,17,17,.9);position:absolute;right:11px;top:100%}.MenuBarButton-module_subMenuExpanded__2UvkJ .MenuBarButton-module_subMenu__f-E-X{visibility:visible;opacity:1;pointer-events:auto;transition:none}.MenuBarButton-module_subMenuItem__1pyn_{position:relative;list-style:none}.MenuBarButton-module_subMenuItemIcon__3iaB-{position:absolute;top:8px;left:5px;width:12px;height:12px;fill:#fff}.MenuBarButton-module_subMenuItemButton__2QnUz{width:100%;color:#fff;cursor:pointer;white-space:nowrap}button.MenuBarButton-module_subMenuItemButton__2QnUz{padding:5px 10px 5px 25px}.ControlBar-module_container__1GH64{position:relative;height:100%}.ControlBar-module_lightBackground__3-tGf{background:hsla(0,0%,100%,.2)}.ControlBar-module_darkBackground__31Wv7{background:rgba(0,0,0,.2)}.ControlBar-module_controlBarContainer__1cxRO{box-sizing:border-box;width:100%;display:flex;align-items:flex-end}.ControlBar-module_inset__JvBh9{position:absolute;bottom:0;color:#fff;background:transparent;z-index:3}.ControlBar-module_controlBarInner__39fE9,.ControlBar-module_inset__JvBh9:before{transition:opacity .2s ease}.ControlBar-module_inset__JvBh9:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);z-index:-1}.ControlBar-module_controlBarInner__39fE9{display:flex;align-items:center;flex:1}.ControlBar-module_transparent__eS4af .ControlBar-module_controlBarInner__39fE9,.ControlBar-module_transparent__eS4af.ControlBar-module_inset__JvBh9:before{opacity:0}.ControlBar-module_button___4aXE{width:40px;height:40px;margin:0 2px;display:flex;align-items:center;justify-content:center;color:currentColor;cursor:pointer}.ControlBar-module_button___4aXE svg{fill:currentColor;width:30px;height:30px}.utils-module_clip__34eot{-webkit-clip-path:polygon(0 0,100% 0,100% 110%,0 110%);clip-path:polygon(0 0,100% 0,100% 110%,0 110%)}.utils-module_unstyledButton__3rgne{border:0;padding:0;background-color:transparent;text-align:initial}.BigPlayPauseButton-module_container__19sKj{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.BigPlayPauseButton-module_pointerCursor__2A55P{cursor:pointer}.BigPlayPauseButton-module_hideCursor__2Hyys{cursor:none}.BigPlayPauseButton-module_button__10g4Q{background:radial-gradient(rgba(0,0,0,.5),transparent 60%);width:64px;height:64px;display:flex;align-items:center;justify-content:center;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.BigPlayPauseButton-module_button__10g4Q svg{fill:#fff;width:56px;height:56px}.BigPlayPauseButton-module_hidden__1KUzr{opacity:0}.BigPlayPauseButton-module_animated__1MMNq{-webkit-animation-name:BigPlayPauseButton-module_fadeOut__2vcA_;animation-name:BigPlayPauseButton-module_fadeOut__2vcA_}.BigPlayPauseButton-module_fadeIn__1Ge1-{-webkit-animation-name:BigPlayPauseButton-module_fadeIn__1Ge1-;animation-name:BigPlayPauseButton-module_fadeIn__1Ge1-}@-webkit-keyframes BigPlayPauseButton-module_fadeOut__2vcA_{to{opacity:0;transform:scale(1.5)}}@keyframes BigPlayPauseButton-module_fadeOut__2vcA_{to{opacity:0;transform:scale(1.5)}}@-webkit-keyframes BigPlayPauseButton-module_fadeIn__1Ge1-{0%{opacity:0;transform:scale(1.3)}}@keyframes BigPlayPauseButton-module_fadeIn__1Ge1-{0%{opacity:0;transform:scale(1.3)}}.ProgressIndicators-module_container__1QiQJ{flex-grow:1}.ProgressIndicators-module_wrapper__2PCVv{margin:0 10px;position:relative}.ProgressIndicators-module_draggable__1iAE8{height:32px;padding:13px 0;box-sizing:border-box;cursor:pointer}.ProgressIndicators-module_bars__2-ddd{position:relative;height:6px;border-radius:3.5px}.ProgressIndicators-module_progressBar__2PYn-{position:absolute;left:0;height:6px;border-radius:2.5px;background:currentColor}.ProgressIndicators-module_background__-x5f_{opacity:.1;width:100%}.ProgressIndicators-module_loadingProgressBar__YD2GH{opacity:.1}.ProgressIndicators-module_sliderHandle__3ArIf{width:14px;height:14px;margin-left:-6.5px;border-radius:6.5px;position:absolute;top:-4px;background:currentColor;opacity:0;transition:opacity .1s}.ProgressIndicators-module_container__1QiQJ:hover .ProgressIndicators-module_sliderHandle__3ArIf,.ProgressIndicators-module_dragging__3yY3t .ProgressIndicators-module_sliderHandle__3ArIf{opacity:1}.FitViewport-module_container__-awVj{width:100%;margin:0 auto}.FitViewport-module_content__1_K5a{position:relative}.FitViewport-module_inner__3psd1{position:absolute;top:0;left:0;right:0;bottom:0}.FitViewport-module_opaque__3EE3o .FitViewport-module_inner__3psd1{background-color:#000;color:#fff}@media print{.FitViewport-module_container__-awVj{page-break-inside:avoid}}.Tooltip-module_container__3V63U{position:relative;display:inline-block}.Tooltip-module_bubble__FIL1C{position:absolute;top:100%;left:50%;opacity:0;visibility:hidden;z-index:1;border-radius:5px;box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);font-size:13px;width:180px;transform-origin:50% 0;transform:translateX(-50%);transition:visibility .1s linear,opacity .1s linear}.Tooltip-module_container__3V63U:focus-within .Tooltip-module_bubble__FIL1C,.Tooltip-module_fixed__3NGyG .Tooltip-module_bubble__FIL1C,.Tooltip-module_openOnHover__1EeI5:hover .Tooltip-module_bubble__FIL1C{-webkit-animation:Tooltip-module_fadeIn__3g9QH .1s ease-out 0s 1 alternate;animation:Tooltip-module_fadeIn__3g9QH .1s ease-out 0s 1 alternate;opacity:1;visibility:visible}.Tooltip-module_openOnHover__1EeI5 .Tooltip-module_bubble__FIL1C{pointer-events:none}@-webkit-keyframes Tooltip-module_fadeIn__3g9QH{0%{transform:translateX(-50%) scale(.9)}to{transform:translateX(-50%) scale(1)}}@keyframes Tooltip-module_fadeIn__3g9QH{0%{transform:translateX(-50%) scale(.9)}to{transform:translateX(-50%) scale(1)}}.Tooltip-module_inner__E2hsp{position:relative;z-index:2;background:var(--theme-widget-surface-color);color:var(--theme-widget-on-surface-color);border-radius:5px;padding:10px}.Tooltip-module_highlight__2NpuQ .Tooltip-module_inner__E2hsp{border-bottom:3px solid var(--theme-accent-color)}.Tooltip-module_arrow__3LxXo{position:absolute;width:5px;height:5px;background:var(--theme-widget-surface-color);box-shadow:1px 1px 3px 0 rgba(0,0,0,.2),1px 1px 4px 0 rgba(0,0,0,.14),0 0 8px 0 rgba(0,0,0,.12);border:4px solid transparent;z-index:1;transform:translateX(-50%) translateY(50%) rotate(45deg);bottom:100%;left:50%}
@@ -1,6 +1,6 @@
1
1
  import 'regenerator-runtime';
2
- import { E as EventContextDataProvider, C as ConnectedSection, u as usePrevious, g as getEventObject, w as withInlineEditingDecorator, a as useCurrentSectionIndexState, b as usePostMessageListener, c as contentStyles, A as AtmoProvider, S as ScrollToSectionContext, W as Widget, _ as _asyncToGenerator, d as _regeneratorRuntime, e as withInlineEditingAlternative, f as useDarkBackground, i as isBlankEditableTextValue, h as EditableText, j as useContentElementConfigurationUpdate, k as useContentElementAttributes, l as widths, I as InlineFileRights, m as useTextTracks, n as useMediaMuted, o as useFocusOutlineVisible, p as useVideoQualitySetting, q as useIsomorphicLayoutEffect, r as frontendStyles, s as useFullscreenDimensions, t as information, v as camelize, x as isBlank, y as presence, z as styles$a, R as RootProviders, B as registerVendors, D as api, F as loadInlineEditingComponents } from './EditableInlineText.module-6ee0e024.js';
3
- export { a8 as Atmo, a9 as AtmoContext, A as AtmoProvider, a6 as AudioPlayer, h as EditableText, $ as Image, I as InlineFileRights, a1 as MediaPlayer, O as PhonePlatformProvider, P as PlayerEventContextDataProvider, R as RootProviders, ad as SectionThumbnail, ac as StandaloneSectionThumbnail, a0 as Text, Q as ThirdPartyOptIn, T as ThirdPartyOptOutInfo, a5 as VideoPlayer, W as Widget, Z as contentElementWidthName, l as contentElementWidths, D as frontend, X as getAvailableTransitionNames, a2 as getInitialPlayerState, V as getTransitionNames, Y as paletteColor, a3 as playerStateReducer, a7 as processSources, B as registerConsentVendors, aa as useAtmo, G as useAudioFocus, U as useConsentRequested, j as useContentElementConfigurationUpdate, H as useContentElementEditorCommandSubscription, J as useContentElementLifecycle, K as useCurrentChapter, f as useDarkBackground, L as useIsStaticPreview, n as useMediaMuted, ab as useOnScreen, M as useOnUnmuteMedia, a4 as usePlayerState, N as usePortraitOrientation } from './EditableInlineText.module-6ee0e024.js';
2
+ import { E as EventContextDataProvider, C as ConnectedSection, u as usePrevious, g as getEventObject, w as withInlineEditingDecorator, a as useCurrentSectionIndexState, b as usePostMessageListener, c as contentStyles, A as AtmoProvider, S as ScrollToSectionContext, W as Widget, _ as _asyncToGenerator, d as _regeneratorRuntime, e as withInlineEditingAlternative, f as useDarkBackground, i as isBlankEditableTextValue, h as EditableText, j as useContentElementConfigurationUpdate, k as useContentElementAttributes, l as widths, I as InlineFileRights, m as useTextTracks, n as useMediaMuted, o as useFocusOutlineVisible, p as useVideoQualitySetting, q as useIsomorphicLayoutEffect, r as frontendStyles, s as useFullscreenDimensions, t as information, v as camelize, x as isBlank, y as presence, z as styles$a, R as RootProviders, B as registerVendors, D as api, F as loadInlineEditingComponents } from './EditableInlineText.module-ebd22921.js';
3
+ export { a8 as Atmo, a9 as AtmoContext, A as AtmoProvider, a6 as AudioPlayer, h as EditableText, $ as Image, I as InlineFileRights, a1 as MediaPlayer, O as PhonePlatformProvider, P as PlayerEventContextDataProvider, R as RootProviders, ad as SectionThumbnail, ac as StandaloneSectionThumbnail, a0 as Text, Q as ThirdPartyOptIn, T as ThirdPartyOptOutInfo, a5 as VideoPlayer, W as Widget, Z as contentElementWidthName, l as contentElementWidths, D as frontend, X as getAvailableTransitionNames, a2 as getInitialPlayerState, V as getTransitionNames, Y as paletteColor, a3 as playerStateReducer, a7 as processSources, B as registerConsentVendors, aa as useAtmo, G as useAudioFocus, U as useConsentRequested, j as useContentElementConfigurationUpdate, H as useContentElementEditorCommandSubscription, J as useContentElementLifecycle, K as useCurrentChapter, f as useDarkBackground, L as useIsStaticPreview, n as useMediaMuted, ab as useOnScreen, M as useOnUnmuteMedia, a4 as usePlayerState, N as usePortraitOrientation } from './EditableInlineText.module-ebd22921.js';
4
4
  import 'core-js/modules/es.symbol';
5
5
  import 'core-js/modules/es.symbol.description';
6
6
  import 'core-js/modules/es.symbol.async-iterator';
@@ -76,11 +76,11 @@ import 'regenerator-runtime/runtime.js';
76
76
  import { browser, events, consent, features } from 'pageflow/frontend';
77
77
  import React, { useRef, useState, useEffect, useCallback, useMemo, Suspense, useContext } from 'react';
78
78
  import ReactDOM from 'react-dom';
79
- import { _ as _slicedToArray, l as useSectionsWithChapter, r as useEntryStructure, s as getFileUrlTemplateHost, u as useI18n, b as _defineProperty, a as _objectSpread2, e as _objectWithoutProperties, g as useTheme, n as _toConsumableArray, t as useAvailableQualities, v as setupI18n } from './i18n-71c39823.js';
80
- export { L as LocaleProvider, v as setupI18n, k as useAdditionalSeedData, w as useChapters, x as useCredits, p as useEntryStateDispatch, i as useFile, y as useFileRights, h as useFileWithInlineRights, u as useI18n, z as useLegalInfo, C as useLocale, A as useShareProviders, B as useShareUrl, g as useTheme } from './i18n-71c39823.js';
79
+ import { _ as _slicedToArray, l as useSectionsWithChapter, r as useEntryStructure, s as getFileUrlTemplateHost, u as useI18n, b as _defineProperty, a as _objectSpread2, e as _objectWithoutProperties, g as useTheme, n as _toConsumableArray, t as useAvailableQualities, v as setupI18n } from './i18n-ce13a8bf.js';
80
+ export { L as LocaleProvider, v as setupI18n, k as useAdditionalSeedData, w as useChapters, x as useCredits, p as useEntryStateDispatch, i as useFile, y as useFileRights, h as useFileWithInlineRights, u as useI18n, z as useLegalInfo, C as useLocale, A as useShareProviders, B as useShareUrl, g as useTheme } from './i18n-ce13a8bf.js';
81
81
  import classNames from 'classnames';
82
- import { a as useContentElementEditorState } from './useContentElementEditorState-245f1986.js';
83
- export { a as useContentElementEditorState } from './useContentElementEditorState-245f1986.js';
82
+ import { a as useContentElementEditorState } from './useContentElementEditorState-4f4c3cf6.js';
83
+ export { a as useContentElementEditorState } from './useContentElementEditorState-4f4c3cf6.js';
84
84
  import './createSuper-d0f30da3.js';
85
85
  import 'backbone-events-standalone';
86
86
  import 'use-context-selector';
@@ -89,12 +89,12 @@ import 'slugify';
89
89
  import 'i18n-js';
90
90
  import 'striptags';
91
91
  import Measure from 'react-measure';
92
- import './PhonePlatformContext-b28d991a.js';
92
+ import './PhonePlatformContext-4ec6b2de.js';
93
93
  import { DraggableCore } from 'react-draggable';
94
- export { T as ToggleFullscreenCornerButton } from './ToggleFullscreenCornerButton-8242f213.js';
95
- export { F as FullscreenViewer } from './index-fc4b13e6.js';
96
- import { A as ArrowRightIcon, a as ArrowLeftIcon } from './arrowRight-e42e6011.js';
97
- export { u as usePhonePlatform } from './arrowRight-e42e6011.js';
94
+ export { T as ToggleFullscreenCornerButton } from './ToggleFullscreenCornerButton-b79159cc.js';
95
+ export { F as FullscreenViewer } from './index-11f32f10.js';
96
+ import { A as ArrowRightIcon, a as ArrowLeftIcon } from './arrowRight-62998af9.js';
97
+ export { u as usePhonePlatform } from './arrowRight-62998af9.js';
98
98
  import invert from 'invert-color';
99
99
 
100
100
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
@@ -1339,7 +1339,7 @@ function AudioPlayerControls(_ref) {
1339
1339
  }
1340
1340
 
1341
1341
  var Viewer = React.lazy(function () {
1342
- return import('./Viewer-6e4d14ed.js');
1342
+ return import('./Viewer-1bb5597c.js');
1343
1343
  });
1344
1344
  function Panorama(props) {
1345
1345
  return /*#__PURE__*/React.createElement(Suspense, {
@@ -1348,7 +1348,7 @@ function Panorama(props) {
1348
1348
  }
1349
1349
 
1350
1350
  var Viewer$1 = React.lazy(function () {
1351
- return import('./Viewer-32cd1ac1.js');
1351
+ return import('./Viewer-1ecf3375.js');
1352
1352
  });
1353
1353
  function ExpandableImage(_ref) {
1354
1354
  var enabled = _ref.enabled,
@@ -1904,9 +1904,9 @@ var twitter = (function (_ref) {
1904
1904
 
1905
1905
  return /*#__PURE__*/React.createElement("svg", _extends$e({
1906
1906
  xmlns: "http://www.w3.org/2000/svg",
1907
- viewBox: "0 0 612 612"
1907
+ viewBox: "0 0 512 512"
1908
1908
  }, props), /*#__PURE__*/React.createElement("path", {
1909
- d: "M612 116.258a250.714 250.714 0 01-72.088 19.772c25.929-15.527 45.777-40.155 55.184-69.411-24.322 14.379-51.169 24.82-79.775 30.48-22.907-24.437-55.49-39.658-91.63-39.658-69.334 0-125.551 56.217-125.551 125.513 0 9.828 1.109 19.427 3.251 28.606-104.326-5.24-196.835-55.223-258.75-131.174-10.823 18.51-16.98 40.078-16.98 63.101 0 43.559 22.181 81.993 55.835 104.479a125.556 125.556 0 01-56.867-15.756v1.568c0 60.806 43.291 111.554 100.693 123.104-10.517 2.83-21.607 4.398-33.08 4.398-8.107 0-15.947-.803-23.634-2.333 15.985 49.907 62.336 86.199 117.253 87.194-42.947 33.654-97.099 53.655-155.916 53.655-10.134 0-20.116-.612-29.944-1.721 55.567 35.681 121.536 56.485 192.438 56.485 230.948 0 357.188-191.291 357.188-357.188l-.421-16.253c24.666-17.593 46.005-39.697 62.794-64.861z"
1909
+ d: "M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8l164.9-188.5L26.8 48h145.6l100.5 132.9L389.2 48zm-24.8 373.8h39.1L151.1 88h-42l255.3 333.8z"
1910
1910
  }));
1911
1911
  });
1912
1912
 
@@ -1,5 +1,5 @@
1
1
  import { useState, useRef, useEffect, createContext, useContext } from 'react';
2
- import { _ as _slicedToArray } from './i18n-71c39823.js';
2
+ import { _ as _slicedToArray } from './i18n-ce13a8bf.js';
3
3
 
4
4
  function useDelayedBoolean(value, _ref) {
5
5
  var fromFalseToTrue = _ref.fromFalseToTrue,
@@ -9,6 +9,7 @@
9
9
  "dependencies": {
10
10
  "@egjs/view360": "^3.4.3",
11
11
  "@headlessui/react": "^1.6.6",
12
+ "classnames": "^2.3.2",
12
13
  "core-js": "^3.6.5",
13
14
  "debounce": "^1.2.0",
14
15
  "deep-assign": "^3.0.0",
@@ -235,7 +235,7 @@ function normalizeShareUrlTemplates(shareUrlTemplates) {
235
235
  google: 'https://plus.google.com/share?url=%{url}',
236
236
  linked_in: 'https://www.linkedin.com/shareArticle?mini=true&url=%{url}',
237
237
  telegram: 'tg://msg?text=%{url}',
238
- twitter: 'https://twitter.com/intent/tweet?url=%{url}',
238
+ twitter: 'https://x.com/intent/post?url=%{url}',
239
239
  whats_app: 'WhatsApp://send?text=%{url}'
240
240
  };
241
241
  }
@@ -0,0 +1,4 @@
1
+ import 'pageflow-scrolled/widgets/defaultNavigation';
2
+ import 'pageflow-scrolled/widgets/consentBar';
3
+ import 'pageflow-scrolled/widgets/iconInlineFileRights';
4
+ import 'pageflow-scrolled/widgets/textInlineFileRights';
@@ -1,3 +1,3 @@
1
1
  module Pageflow
2
- VERSION = '17.0.3'.freeze
2
+ VERSION = '17.0.5'.freeze
3
3
  end
data/package/editor.js CHANGED
@@ -5945,7 +5945,8 @@ var FilteredFilesView = Marionette.ItemView.extend({
5945
5945
  },
5946
5946
  filterTranslation: function filterTranslation(keyName, options) {
5947
5947
  var filterName = this.options.filterName;
5948
- return i18nUtils.findTranslation(['pageflow.editor.files.filters.' + this.options.fileType.collectionName + '.' + filterName + '.' + keyName, 'pageflow.editor.files.common_filters.' + keyName], options);
5948
+ var entryTypeName = editor.entryType.name;
5949
+ return i18nUtils.findTranslation(['pageflow.entry_types.' + entryTypeName + '.editor.files.filters.' + this.options.fileType.collectionName + '.' + filterName + '.' + keyName, 'pageflow.entry_types.' + entryTypeName + '.editor.files.common_filters.' + keyName, 'pageflow.editor.files.filters.' + this.options.fileType.collectionName + '.' + filterName + '.' + keyName, 'pageflow.editor.files.common_filters.' + keyName], options);
5949
5950
  },
5950
5951
  onClose: function onClose() {
5951
5952
  if (this.filteredCollection) {
@@ -6073,9 +6074,10 @@ var EditFileView = Marionette.ItemView.extend({
6073
6074
  onRender: function onRender() {
6074
6075
  var fileType = this.model.fileType();
6075
6076
  var entry = this.options.entry || state.entry;
6077
+ var entryTypeName = editor.entryType.name;
6076
6078
  var tab = new ConfigurationEditorTabView({
6077
6079
  model: this.model.configuration,
6078
- attributeTranslationKeyPrefixes: ['pageflow.editor.files.attributes.' + fileType.collectionName, 'pageflow.editor.files.common_attributes', 'pageflow.editor.nested_files.' + fileType.collectionName, 'pageflow.editor.nested_files.common_attributes']
6080
+ attributeTranslationKeyPrefixes: ['pageflow.entry_types.' + entryTypeName + '.editor.files.attributes.' + fileType.collectionName, 'pageflow.entry_types.' + entryTypeName + '.editor.files.common_attributes', 'pageflow.editor.files.attributes.' + fileType.collectionName, 'pageflow.editor.files.common_attributes', 'pageflow.editor.nested_files.' + fileType.collectionName, 'pageflow.editor.nested_files.common_attributes']
6079
6081
  });
6080
6082
 
6081
6083
  if (this.options.displayFileName) {
@@ -6138,9 +6140,10 @@ var UploadableFilesView = Marionette.View.extend({
6138
6140
  }
6139
6141
  },
6140
6142
  render: function render() {
6143
+ var entryTypeName = editor.entryType.name;
6141
6144
  this.appendSubview(new TableView({
6142
6145
  collection: this.uploadableFiles,
6143
- attributeTranslationKeyPrefixes: ['pageflow.editor.files.attributes.' + this.options.fileType.collectionName, 'pageflow.editor.files.common_attributes'],
6146
+ attributeTranslationKeyPrefixes: ['pageflow.entry_types.' + entryTypeName + '.editor.files.attributes.' + this.options.fileType.collectionName, 'pageflow.entry_types.' + entryTypeName + '.editor.files.common_attributes', 'pageflow.editor.files.attributes.' + this.options.fileType.collectionName, 'pageflow.editor.files.common_attributes'],
6144
6147
  columns: this.commonColumns({
6145
6148
  fileTypeDisplayName: I18n$1.t('pageflow.editor.files.tabs.' + this.options.fileType.collectionName)
6146
6149
  }).concat(this.fileTypeColumns()),
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pageflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 17.0.3
4
+ version: 17.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codevise Solutions Ltd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-12 00:00:00.000000000 Z
11
+ date: 2025-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -344,14 +344,14 @@ dependencies:
344
344
  requirements:
345
345
  - - "~>"
346
346
  - !ruby/object:Gem::Version
347
- version: 2.6.0
347
+ version: 2.6.2
348
348
  type: :runtime
349
349
  prerelease: false
350
350
  version_requirements: !ruby/object:Gem::Requirement
351
351
  requirements:
352
352
  - - "~>"
353
353
  - !ruby/object:Gem::Version
354
- version: 2.6.0
354
+ version: 2.6.2
355
355
  - !ruby/object:Gem::Dependency
356
356
  name: ejs
357
357
  requirement: !ruby/object:Gem::Requirement
@@ -490,14 +490,14 @@ dependencies:
490
490
  requirements:
491
491
  - - "~>"
492
492
  - !ruby/object:Gem::Version
493
- version: '1.23'
493
+ version: '1.26'
494
494
  type: :runtime
495
495
  prerelease: false
496
496
  version_requirements: !ruby/object:Gem::Requirement
497
497
  requirements:
498
498
  - - "~>"
499
499
  - !ruby/object:Gem::Version
500
- version: '1.23'
500
+ version: '1.26'
501
501
  - !ruby/object:Gem::Dependency
502
502
  name: bcrypt
503
503
  requirement: !ruby/object:Gem::Requirement
@@ -1679,6 +1679,8 @@ files:
1679
1679
  - config/initializers/zencoder.rb
1680
1680
  - config/locales/de.yml
1681
1681
  - config/locales/en.yml
1682
+ - config/locales/twitter_to_x.de.yml
1683
+ - config/locales/twitter_to_x.en.yml
1682
1684
  - config/routes.rb
1683
1685
  - config/spring.rb
1684
1686
  - db/migrate/20140418225525_setup_schema.rb
@@ -1836,6 +1838,10 @@ files:
1836
1838
  - entry_types/scrolled/config/locales/consent_widget.en.yml
1837
1839
  - entry_types/scrolled/config/locales/de.yml
1838
1840
  - entry_types/scrolled/config/locales/en.yml
1841
+ - entry_types/scrolled/config/locales/twitter_to_x.de.yml
1842
+ - entry_types/scrolled/config/locales/twitter_to_x.en.yml
1843
+ - entry_types/scrolled/config/locales/vr_image_projection.de.yml
1844
+ - entry_types/scrolled/config/locales/vr_image_projection.en.yml
1839
1845
  - entry_types/scrolled/config/routes.rb
1840
1846
  - entry_types/scrolled/lib/generators/pageflow_scrolled/install/install_generator.rb
1841
1847
  - entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/favicons/android-chrome-192x192.png
@@ -1844,6 +1850,10 @@ files:
1844
1850
  - entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/favicons/favicon-16x16.png
1845
1851
  - entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/favicons/favicon-32x32.png
1846
1852
  - entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/favicons/favicon.ico
1853
+ - entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/icons/information.svg
1854
+ - entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/icons/muted.svg
1855
+ - entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/icons/share.svg
1856
+ - entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/icons/unmuted.svg
1847
1857
  - entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/logoDesktop.svg
1848
1858
  - entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/logoMobile.svg
1849
1859
  - entry_types/scrolled/lib/generators/pageflow_scrolled/install/templates/theme/unmute.mp3
@@ -1867,24 +1877,25 @@ files:
1867
1877
  - entry_types/scrolled/package/contentElements-frontend.js
1868
1878
  - entry_types/scrolled/package/editor.js
1869
1879
  - entry_types/scrolled/package/frontend-server.js
1870
- - entry_types/scrolled/package/frontend/EditableInlineText.module-6ee0e024.js
1871
- - entry_types/scrolled/package/frontend/PhonePlatformContext-b28d991a.js
1872
- - entry_types/scrolled/package/frontend/ToggleFullscreenCornerButton-8242f213.js
1873
- - entry_types/scrolled/package/frontend/Viewer-32cd1ac1.js
1874
- - entry_types/scrolled/package/frontend/Viewer-6e4d14ed.js
1880
+ - entry_types/scrolled/package/frontend/EditableInlineText.module-ebd22921.js
1881
+ - entry_types/scrolled/package/frontend/PhonePlatformContext-4ec6b2de.js
1882
+ - entry_types/scrolled/package/frontend/ToggleFullscreenCornerButton-b79159cc.js
1883
+ - entry_types/scrolled/package/frontend/Viewer-1bb5597c.js
1884
+ - entry_types/scrolled/package/frontend/Viewer-1ecf3375.js
1875
1885
  - entry_types/scrolled/package/frontend/Wavesurfer-7d9cf1b7.js
1876
- - entry_types/scrolled/package/frontend/arrowRight-e42e6011.js
1877
- - entry_types/scrolled/package/frontend/components-24363f97.js
1886
+ - entry_types/scrolled/package/frontend/arrowRight-62998af9.js
1887
+ - entry_types/scrolled/package/frontend/components-024a9893.js
1878
1888
  - entry_types/scrolled/package/frontend/createSuper-d0f30da3.js
1879
- - entry_types/scrolled/package/frontend/i18n-71c39823.js
1880
- - entry_types/scrolled/package/frontend/index-fc4b13e6.js
1889
+ - entry_types/scrolled/package/frontend/i18n-ce13a8bf.js
1890
+ - entry_types/scrolled/package/frontend/index-11f32f10.js
1881
1891
  - entry_types/scrolled/package/frontend/index.css
1882
1892
  - entry_types/scrolled/package/frontend/index.js
1883
- - entry_types/scrolled/package/frontend/useContentElementEditorState-245f1986.js
1893
+ - entry_types/scrolled/package/frontend/useContentElementEditorState-4f4c3cf6.js
1884
1894
  - entry_types/scrolled/package/package.json
1885
1895
  - entry_types/scrolled/package/testHelpers.js
1886
1896
  - entry_types/scrolled/package/values/breakpoints.module.css
1887
1897
  - entry_types/scrolled/package/values/colors.module.css
1898
+ - entry_types/scrolled/package/widgets-server.js
1888
1899
  - entry_types/scrolled/package/widgets/consentBar.css
1889
1900
  - entry_types/scrolled/package/widgets/consentBar.js
1890
1901
  - entry_types/scrolled/package/widgets/defaultNavigation.css