bloom-player 2.7.4 → 2.8.0
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.
package/README.md
CHANGED
|
@@ -2,14 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
This project, _bloom-player_, lets users view and interact with [Bloom](https://bloomlibrary.org) books in any browser.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
The Bloom project uses _bloom-player_ in the following places:
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
- In [BloomPUB Viewer](https://github.com/bloombooks/bloompub-viewer)
|
|
7
|
+
- In [Bloom Editor](https://github.com/bloombooks/bloomdesktop) / Publish / Bloom Reader tab, for previewing what the book will look like on a device.
|
|
8
|
+
- In the [Bloom Reader](https://github.com/bloombooks/bloomreader) Android app
|
|
9
|
+
- On [BloomLibrary.org](https://bloomlibrary.org)
|
|
10
|
+
- In [BloomPUB Viewer](https://github.com/bloombooks/bloompub-viewer)
|
|
11
|
+
- In Android and IOS apps created with Reading App Builder
|
|
13
12
|
|
|
14
13
|
# Using bloom-player in a website
|
|
15
14
|
|
|
@@ -21,7 +20,7 @@ So to embed a book in your website, you just need an iframe element that points
|
|
|
21
20
|
|
|
22
21
|
```html
|
|
23
22
|
<iframe
|
|
24
|
-
|
|
23
|
+
src="https://bloomlibrary.org/bloom-player/bloomplayer.htm?url=path-to-your-book"
|
|
25
24
|
></iframe>
|
|
26
25
|
```
|
|
27
26
|
|
|
@@ -33,7 +32,7 @@ You can customize some aspects of the bloom-player to fit your context. For exam
|
|
|
33
32
|
|
|
34
33
|
```html
|
|
35
34
|
<iframe
|
|
36
|
-
|
|
35
|
+
src="https://bloomlibrary.org/bloom-player/bloomplayer.htm?url=path-to-your-book&initiallyShowAppBar=false&allowToggleAppBar=false"
|
|
37
36
|
></iframe>
|
|
38
37
|
```
|
|
39
38
|
|
|
@@ -55,12 +54,17 @@ Default: `false`
|
|
|
55
54
|
|
|
56
55
|
#### showBackButton
|
|
57
56
|
|
|
58
|
-
If true, displays
|
|
57
|
+
If true, displays a button in the upper left corner of the app bar. When clicked, bloom-player will post a message "backButtonClicked" that the your host can catch and respond to.
|
|
59
58
|
|
|
60
59
|
Example: `showBackButton=true`
|
|
61
60
|
|
|
62
61
|
Default: `false`
|
|
63
62
|
|
|
63
|
+
> [!NOTE]
|
|
64
|
+
> Normally this button will be a left arrow. However if bloom-player is the top level window (i.e. it is not embedded in another page), it will show as an ellipsis.
|
|
65
|
+
>
|
|
66
|
+
> This is used in BloomLibrary.org when the user has used a link from somewhere else to jump directly into to reading a book. In that case, this button isn't really taking them "back", it's instead taking them to the "Detail" page for that same book on BloomLibrary.org.
|
|
67
|
+
|
|
64
68
|
#### lang
|
|
65
69
|
|
|
66
70
|
If set, determines the initial language to be displayed. The user can still change the display language using the language picker.
|
|
@@ -71,7 +75,7 @@ Default: none (The initial language will be the vernacular language when the boo
|
|
|
71
75
|
|
|
72
76
|
#### hideFullScreenButton
|
|
73
77
|
|
|
74
|
-
If true, the Full Screen icon button will not appear in the upper right hand corner of the window.
|
|
78
|
+
If true, the Full Screen icon button will not appear in the upper right hand corner of the window. Otherwise, a Full Screen icon button is displayed and allows the user to toggle between full screen and window mode.
|
|
75
79
|
|
|
76
80
|
Example: `hideFullScreenButton=true`
|
|
77
81
|
|
|
@@ -79,7 +83,7 @@ Default: `false`
|
|
|
79
83
|
|
|
80
84
|
#### independent
|
|
81
85
|
|
|
82
|
-
If true, bloom-player reports its own analytics directly to segment.
|
|
86
|
+
If true, bloom-player reports its own analytics directly to segment. If false, bloom-player sends messages to its host, and the host is responsible for reporting analytics.
|
|
83
87
|
|
|
84
88
|
Example: `independent=false`
|
|
85
89
|
|
|
@@ -87,7 +91,7 @@ Default: `true`
|
|
|
87
91
|
|
|
88
92
|
#### host
|
|
89
93
|
|
|
90
|
-
If set, provides a host value for analytics.
|
|
94
|
+
If set, provides a host value for analytics. If not set, bloom-player attempts to derive a value from the available information if independent is `true` (information can be limited in an iframe) and does nothing otherwise.
|
|
91
95
|
|
|
92
96
|
Examples: `host=bloomlibrary` or `host=bloomreader` or `host=bloompubviewer` or `host=readerapp`
|
|
93
97
|
|
|
@@ -95,15 +99,46 @@ Examples: `host=bloomlibrary` or `host=bloomreader` or `host=bloompubviewer` or
|
|
|
95
99
|
|
|
96
100
|
Default: `nothing/undefined`
|
|
97
101
|
|
|
102
|
+
# How to support books that link to other books
|
|
103
|
+
|
|
104
|
+
Some books are designed to be published together as a collection. These books may link to each other using underlined phrases or buttons. Users can click on these links and also backtrack. You can see examples of this in the StoryBook stories under "MultiBook".
|
|
105
|
+
|
|
106
|
+
Instead of asking your host to handle the navigation, history, etc., this navigation happens within the one instance of Bloom Player. However, Bloom Player needs your help, because it does not have a way to know what the URL to each book is in the context of your host, which could be a website, an app, a desktop program, etc. So if you want to support these collections of linked books, your host has to do some extra work.
|
|
107
|
+
|
|
108
|
+
Bloom books link to each other using each book's "Instance ID". This is a guid that is given as a property in the `meta.json` file:
|
|
109
|
+
|
|
110
|
+
```json
|
|
111
|
+
{
|
|
112
|
+
"bookInstanceId":"0b82aab3-61fb-429e-864f-ce7671a3d372",
|
|
113
|
+
"title":"หมู่บ้านแห่งความดี\r\nVillage of good",
|
|
114
|
+
"credits":"มิได้จัดจำหน่าย แต่จัดทำเพื่อส่งเสริมการเรียนรู้",
|
|
115
|
+
"tags":["topic:Fiction"],
|
|
116
|
+
"pageCount":16,
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
When the user clicks on a link to another book, Bloom Player will first request a resource from `/book/THE-INSTANCE-ID/index.htm`. If you do a redirect to `C:/mybook/index.htm`, then this will be followed by requests for things like `C:/mybook/basePage.css` and `C:/mybook/image1.png`.
|
|
120
|
+
|
|
121
|
+
To support this, your host needs to:
|
|
122
|
+
|
|
123
|
+
1. intercept that request
|
|
124
|
+
2. extract the Instance ID
|
|
125
|
+
3. figure out the path to that book in your system
|
|
126
|
+
4. if the target is still zipped in a BloomPUB, you may need to unzip it or read the resource directly out of the archive
|
|
127
|
+
5. redirect to a new url
|
|
128
|
+
|
|
129
|
+
If these steps are slow, you might need to cache or even pre-prepare an index for use at runtime.
|
|
130
|
+
|
|
131
|
+
As an example, the file `.storybook/main.ts` sets up Storybook's vite dev server to proxy a couple instance ids to correct folders in this repository's `/public/testBooks` directory.
|
|
132
|
+
|
|
98
133
|
# Development
|
|
99
134
|
|
|
100
|
-
|
|
135
|
+
If you haven't already, install `volta` globally. Volta takes care of getting all the correct versions of things like node and yarn to match what this repository expects.
|
|
101
136
|
|
|
102
|
-
|
|
137
|
+
Run `yarn` to get the dependencies.
|
|
103
138
|
|
|
104
|
-
|
|
139
|
+
Either run `yarn storybook` (which has multiple books),
|
|
105
140
|
|
|
106
|
-
|
|
141
|
+
or run `yarn dev` (which will use `index-for-developing.html`).
|
|
107
142
|
|
|
108
143
|
See package.json for other scripts.
|
|
109
144
|
|
|
@@ -111,13 +146,21 @@ See package.json for other scripts.
|
|
|
111
146
|
|
|
112
147
|
Depending on what book you are loading, if the book is on bloomlibrary.org or dev.bloomlibrary.org, CORS headers there will normally prevent your local bloom-player from loading the book, because it is not in the right domain. To get around this, you need to run your browser in a special low-security mode.
|
|
113
148
|
|
|
114
|
-
Both `yarn storybook` and `yarn
|
|
149
|
+
Both `yarn storybook` and `yarn dev` do this for you.
|
|
115
150
|
|
|
116
151
|
### Testing with a book hosted by Bloom
|
|
117
152
|
|
|
118
|
-
|
|
153
|
+
To test Bloom Player on a book in the Bloom Editor, follow these steps:
|
|
154
|
+
|
|
155
|
+
1. Go to the Publish tab in Bloom, choose "BloomPUB", and click "Preview".
|
|
156
|
+
2. Back in this repository, run storybook (`yarn storybook`).
|
|
157
|
+
3. Choose the "Live From Bloom Editor" story.
|
|
158
|
+
|
|
159
|
+
### Running unit tests
|
|
160
|
+
|
|
161
|
+
To run unit tests use `yarn test`. This will run all `*.test.ts`, which should be collocated with the thing being tested.
|
|
119
162
|
|
|
120
|
-
|
|
163
|
+
### More info
|
|
121
164
|
|
|
122
165
|
For more information, see README-advanced.md
|
|
123
166
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:#ffffff40}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:#00000040}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:#0000001a}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#00000080;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}*[tabindex]:focus{outline:none}.pageSlider{counter-reset:pageNumber}.hidePlayer{visibility:hidden}.bloomPlayer .slick-dots{position:relative;bottom:initial}#control-bar{transition:margin-top .3s;margin-top:-56px}#control-bar .filler{flex-grow:1}#control-bar.visible{margin-top:0}@media (min-width: 0px) and (orientation: landscape){#control-bar{margin-top:-48px}}@media (min-width: 600px){#control-bar{margin-top:-64px}}.bloomPlayer .swiper-button-right{border-radius:2mm 0 0 2mm}.bloomPlayer .swiper-button-left{border-radius:0 2mm 2mm 0;z-index:1}.bloomPlayer .swiper-button-next,.bloomPlayer .swiper-button-prev{height:66%;top:17%;margin-top:unset;background-color:transparent;opacity:.4;background-repeat:no-repeat;background-size:4mm;background-position:center;background-image:none}.bloomPlayer .swiper-button-next:hover,.bloomPlayer .swiper-button-prev:hover{opacity:.9;background-color:#cbcbcb}.bloomPlayer .swiper-button-next:hover button,.bloomPlayer .swiper-button-prev:hover button{color:#cbcbcb}.bloomPlayer .swiper-button-next button,.bloomPlayer .swiper-button-prev button{position:relative;top:calc(50% - 12px - .5em);margin:0 auto;display:block;color:#cbcbcb;background-color:#d65649}.bloomPlayer .swiper-button-next.swiper-button-disabled,.bloomPlayer .swiper-button-prev.swiper-button-disabled{display:none}.bloomPlayer.smallOutsideButtons .swiper-button-right,.bloomPlayer.largeOutsideButtons .swiper-button-right{border-radius:0 2mm 2mm 0}.bloomPlayer.smallOutsideButtons .swiper-button-left,.bloomPlayer.largeOutsideButtons .swiper-button-left{border-radius:2mm 0 0 2mm}.bloomPlayer.smallOutsideButtons .swiper-button-next button,.bloomPlayer.largeOutsideButtons .swiper-button-next button,.bloomPlayer.smallOutsideButtons .swiper-button-prev button,.bloomPlayer.largeOutsideButtons .swiper-button-prev button{color:#2e2e2e}.bloomPlayer.smallOutsideButtons .swiper-button-next:hover button,.bloomPlayer.largeOutsideButtons .swiper-button-next:hover button,.bloomPlayer.smallOutsideButtons .swiper-button-prev:hover button,.bloomPlayer.largeOutsideButtons .swiper-button-prev:hover button{color:#cbcbcb}.bloomPlayer:not(.largeOutsideButtons) .swiper-button-right{right:0}.bloomPlayer:not(.largeOutsideButtons) .swiper-button-right button{padding-left:2px}.bloomPlayer:not(.largeOutsideButtons) .swiper-button-left{left:0}.bloomPlayer:not(.largeOutsideButtons) .swiper-button-left button{padding-right:2px}.bloomPlayer:not(.largeOutsideButtons) .nav-button{padding:1px 0;top:calc(50% - .4em)}.bloomPlayer:not(.largeOutsideButtons) .nav-button svg{width:.8em;height:.8em}.bloomPlayer.smallOutsideButtons .swiper-button-next,.bloomPlayer.smallOutsideButtons .swiper-button-prev{width:30px}.bloomPlayer.smallOutsideButtons .swiper-button-right{right:-30px}.bloomPlayer.smallOutsideButtons .swiper-button-left{left:-30px}.bloomPlayer.largeOutsideButtons .swiper-button-next,.bloomPlayer.largeOutsideButtons .swiper-button-prev{width:100px}.bloomPlayer.largeOutsideButtons .swiper-button-right{right:-100px}.bloomPlayer.largeOutsideButtons .swiper-button-left{left:-100px}@media (pointer: coarse){.bloomPlayer .swiper-button-next,.bloomPlayer .swiper-button-prev{visibility:hidden}.bloomPlayer.showNavigationButtonsEvenOnTouchDevices .swiper-button-next,.bloomPlayer.showNavigationButtonsEvenOnTouchDevices .swiper-button-prev{visibility:visible}.bloomPlayer.showNavigationButtonsEvenOnTouchDevices.extraScalingForChrome85Bug .swiper-container{transform:scale(1)}}#pageNumberControl{box-sizing:border-box;position:absolute;height:68px;padding-top:33px;width:calc(100% - 24px);bottom:0;left:12px;z-index:1}.bigButtonOverlay{position:absolute;inset:10%;padding-top:48px;display:flex;z-index:2;justify-content:center;justify-items:center;pointer-events:none}.bigButtonOverlay svg{width:80%;height:80%;opacity:.5;pointer-events:all}.bigButtonOverlay button{width:80%}.bigButtonOverlay .MuiIconButton-label{height:100%}.behindBigButtonOverlay{position:absolute;inset:48px 0 0;z-index:1;background-color:#000;opacity:.5;pointer-events:none}.bloomPlayer.hideNextPrevButtons .swiper-button-next,.bloomPlayer.hideNextPrevButtons .swiper-button-prev{display:none}.bloomPlayer .swiper-button-prev.swiper-button-right{left:unset!important}.bloomPlayer .swiper-button-next.swiper-button-left{right:unset!important}.reactRoot{height:100%;width:1px;min-width:100%}.control-bar .button.disabled{color:#a9a9a9}.languageMenu .radioGroup{flex:1;padding:20px}.languageMenu .radioGroup .radioGroupDiv{flex:1;flex-direction:column}.languageMenu .radioGroup .radioGroupDiv .chooserItem{display:flex;flex-direction:row}.languageMenu .radioGroup .radioGroupDiv .chooserItem .spacer{flex-grow:1}.languageMenu .radioGroup .radioGroupDiv .chooserItem .icon{align-self:center}.languageMenu .radioGroup .radioGroupDiv .chooserItem .MuiRadio-root svg{left:0}html{height:100%}body,#root{margin:0;height:100%;overflow:hidden;background-color:#2e2e2e}.loadingSpinner{display:block!important;margin-left:auto;margin-right:auto;margin-top:100px}.loadFailedIcon{height:100px!important;width:100px!important;display:block!important;margin-left:auto;margin-right:auto;margin-top:100px}.loadErrorMessage{color:#d65649;text-align:center;margin-top:20px;font-family:roboto,sans;font-size:16pt}.errorDetails{font-size:9pt;word-wrap:break-word}video::-webkit-media-controls-overlay-play-button{display:none}div.videoControlContainer{position:absolute;top:calc(50% - 15px);height:30px;width:30px;padding:0;background-color:#00000080;border-radius:50%;box-sizing:border-box;justify-content:center;align-items:center;display:none}svg.videoControl{height:30px}.videoPlayIcon,.videoPauseIcon{left:calc(50% - 35px)}.videoReplayIcon{left:calc(50% + 5px)}.bloom-videoContainer.paused .videoControlContainer.videoPlayIcon,.bloom-videoContainer.paused .videoControlContainer.videoReplayIcon,.bloom-videoContainer.playing:hover .videoControlContainer.videoPauseIcon,.bloom-videoContainer.playing:hover .videoControlContainer.videoReplayIcon{display:flex}.bloomPlayer .Title-On-Cover-style span.ui-audioCurrent:not(.ui-suppressHighlight):not(.ui-disableHighlight){display:inline-block;white-space:pre-wrap}.bloomPlayer span.ui-audioCurrent,.bloomPlayer div.ui-audioCurrent p{background-color:#febf00}.bloomPlayer .ui-suppressHighlight,.bloomPlayer .ui-disableHighlight{background-color:transparent!important}.bloomPlayer .ui-audioCurrent .ui-enableHighlight{background-color:#febf00}.bloomPlayer div.ui-audioCurrentImg{box-sizing:border-box;border:5px solid #febf00}.bloomPlayer .bloom-editable{-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;user-select:none}.bloomPlayer .scrolling-bubble{display:block!important}.bloomPlayer .bloom-editable.bloom-visibility-code-on{overflow-y:hidden!important}.bloomPlayer .bloom-editable.bloom-visibility-code-on p{flex-shrink:0}.bloomPlayer .bloom-textOverPicture .bloom-editable.bloom-visibility-code-on{overflow-y:visible!important}.bloomPlayer .bloom-textOverPicture .bloom-editable.bloom-visibility-code-on.scrolling-bubble{overflow-y:hidden!important}.bloomPlayer .titlePage .bloom-editable,.bloomPlayer .credits .bloom-editable{line-height:normal!important}.bloomPlayer .bloom-page.cover .bloom-editable{overflow-y:visible!important}.bloomPlayer .bloom-page div.bloom-imageContainer.hidePage{height:100%;width:100%;position:absolute!important;left:0;top:0;z-index:2000;background-color:#000}.bloomPlayer .hidePage~*{z-index:1}.bloomPlayer .bloomPlayer-page:not(.appearance-system) div.bloom-page{border-bottom:initial!important}.bloomPlayer.bloomPlayer.bloomPlayer .bloomPlayer-page:not(.appearance-system) .numberedPage:after{bottom:.529mm;left:calc(50% - 10px);right:unset;text-align:left}.bloomPlayer-page:not(.appearance-system) *[tabindex]:focus{outline:none}
|
|
1
|
+
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:#ffffff40}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:#00000040}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:#0000001a}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#00000080;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}*[tabindex]:focus{outline:none}.pageSlider{counter-reset:pageNumber}.hidePlayer{visibility:hidden}.bloomPlayer .slick-dots{position:relative;bottom:initial}#control-bar{transition:margin-top .3s;margin-top:-56px}#control-bar .filler{flex-grow:1}#control-bar.visible{margin-top:0}@media (min-width: 0px) and (orientation: landscape){#control-bar{margin-top:-48px}}@media (min-width: 600px){#control-bar{margin-top:-64px}}.bloomPlayer .swiper-button-right{border-radius:2mm 0 0 2mm}.bloomPlayer .swiper-button-left{border-radius:0 2mm 2mm 0;z-index:1}.bloomPlayer .swiper-button-next,.bloomPlayer .swiper-button-prev{height:66%;top:17%;margin-top:unset;background-color:transparent;opacity:.4;background-repeat:no-repeat;background-size:4mm;background-position:center;background-image:none}.bloomPlayer .swiper-button-next:hover,.bloomPlayer .swiper-button-prev:hover{opacity:.9;background-color:#cbcbcb}.bloomPlayer .swiper-button-next:hover button,.bloomPlayer .swiper-button-prev:hover button{color:#cbcbcb}.bloomPlayer .swiper-button-next button,.bloomPlayer .swiper-button-prev button{position:relative;top:calc(50% - 12px - .5em);margin:0 auto;display:block;color:#cbcbcb;background-color:#d65649}.bloomPlayer .swiper-button-next.swiper-button-disabled,.bloomPlayer .swiper-button-prev.swiper-button-disabled{display:none}.bloomPlayer.smallOutsideButtons .swiper-button-right,.bloomPlayer.largeOutsideButtons .swiper-button-right{border-radius:0 2mm 2mm 0}.bloomPlayer.smallOutsideButtons .swiper-button-left,.bloomPlayer.largeOutsideButtons .swiper-button-left{border-radius:2mm 0 0 2mm}.bloomPlayer.smallOutsideButtons .swiper-button-next button,.bloomPlayer.largeOutsideButtons .swiper-button-next button,.bloomPlayer.smallOutsideButtons .swiper-button-prev button,.bloomPlayer.largeOutsideButtons .swiper-button-prev button{color:#2e2e2e}.bloomPlayer.smallOutsideButtons .swiper-button-next:hover button,.bloomPlayer.largeOutsideButtons .swiper-button-next:hover button,.bloomPlayer.smallOutsideButtons .swiper-button-prev:hover button,.bloomPlayer.largeOutsideButtons .swiper-button-prev:hover button{color:#cbcbcb}.bloomPlayer:not(.largeOutsideButtons) .swiper-button-right{right:0}.bloomPlayer:not(.largeOutsideButtons) .swiper-button-right button{padding-left:2px}.bloomPlayer:not(.largeOutsideButtons) .swiper-button-left{left:0}.bloomPlayer:not(.largeOutsideButtons) .swiper-button-left button{padding-right:2px}.bloomPlayer:not(.largeOutsideButtons) .nav-button{padding:1px 0;top:calc(50% - .4em)}.bloomPlayer:not(.largeOutsideButtons) .nav-button svg{width:.8em;height:.8em}.bloomPlayer.smallOutsideButtons .swiper-button-next,.bloomPlayer.smallOutsideButtons .swiper-button-prev{width:30px}.bloomPlayer.smallOutsideButtons .swiper-button-right{right:-30px}.bloomPlayer.smallOutsideButtons .swiper-button-left{left:-30px}.bloomPlayer.largeOutsideButtons .swiper-button-next,.bloomPlayer.largeOutsideButtons .swiper-button-prev{width:100px}.bloomPlayer.largeOutsideButtons .swiper-button-right{right:-100px}.bloomPlayer.largeOutsideButtons .swiper-button-left{left:-100px}@media (pointer: coarse){.bloomPlayer .swiper-button-next,.bloomPlayer .swiper-button-prev{visibility:hidden}.bloomPlayer.showNavigationButtonsEvenOnTouchDevices .swiper-button-next,.bloomPlayer.showNavigationButtonsEvenOnTouchDevices .swiper-button-prev{visibility:visible}.bloomPlayer.showNavigationButtonsEvenOnTouchDevices.extraScalingForChrome85Bug .swiper-container{transform:scale(1)}}#pageNumberControl{box-sizing:border-box;position:absolute;height:68px;padding-top:33px;width:calc(100% - 24px);bottom:0;left:12px;z-index:1}.bigButtonOverlay{position:absolute;top:10%;left:10%;bottom:10%;right:10%;padding-top:48px;display:flex;z-index:2;justify-content:center;justify-items:center;pointer-events:none}.bigButtonOverlay svg{width:80%;height:80%;opacity:.5;pointer-events:all}.bigButtonOverlay button{width:80%}.bigButtonOverlay .MuiIconButton-label{height:100%}.behindBigButtonOverlay{position:absolute;top:48px;bottom:0;left:0;right:0;z-index:1;background-color:#000;opacity:.5;pointer-events:none}.bloomPlayer.hideNextPrevButtons .swiper-button-next,.bloomPlayer.hideNextPrevButtons .swiper-button-prev{display:none}.bloomPlayer .swiper-button-prev.swiper-button-right{left:unset!important}.bloomPlayer .swiper-button-next.swiper-button-left{right:unset!important}.reactRoot{height:100%;width:1px;min-width:100%}.control-bar .button.disabled{color:#a9a9a9}.languageMenu .radioGroup{flex:1;padding:20px}.languageMenu .radioGroup .radioGroupDiv{flex:1;flex-direction:column}.languageMenu .radioGroup .radioGroupDiv .chooserItem{display:flex;flex-direction:row}.languageMenu .radioGroup .radioGroupDiv .chooserItem .spacer{flex-grow:1}.languageMenu .radioGroup .radioGroupDiv .chooserItem .icon{align-self:center}.languageMenu .radioGroup .radioGroupDiv .chooserItem .MuiRadio-root svg{left:0}html{height:100%}body,#root{margin:0;height:100%;overflow:hidden;background-color:#2e2e2e}.loadingSpinner{display:block!important;margin-left:auto;margin-right:auto;margin-top:100px}.loadFailedIcon{height:100px!important;width:100px!important;display:block!important;margin-left:auto;margin-right:auto;margin-top:100px}.loadErrorMessage{color:#d65649;text-align:center;margin-top:20px;font-family:roboto,sans;font-size:16pt}.errorDetails{font-size:9pt;word-wrap:break-word}video::-webkit-media-controls-overlay-play-button{display:none}div.videoControlContainer{position:absolute;top:calc(50% - 15px);height:30px;width:30px;padding:0;background-color:#00000080;border-radius:50%;box-sizing:border-box;justify-content:center;align-items:center;display:none}svg.videoControl{height:30px}.videoPlayIcon,.videoPauseIcon{left:calc(50% - 35px)}.videoReplayIcon{left:calc(50% + 5px)}.bloom-videoContainer.paused .videoControlContainer.videoPlayIcon,.bloom-videoContainer.paused .videoControlContainer.videoReplayIcon,.bloom-videoContainer.playing:hover .videoControlContainer.videoPauseIcon,.bloom-videoContainer.playing:hover .videoControlContainer.videoReplayIcon{display:flex}.bloomPlayer .Title-On-Cover-style span.ui-audioCurrent:not(.ui-suppressHighlight):not(.ui-disableHighlight){display:inline-block;white-space:pre-wrap}.bloomPlayer span.ui-audioCurrent,.bloomPlayer div.ui-audioCurrent p{background-color:#febf00}.bloomPlayer .ui-suppressHighlight,.bloomPlayer .ui-disableHighlight{background-color:transparent!important}.bloomPlayer .ui-audioCurrent .ui-enableHighlight{background-color:#febf00}.bloomPlayer div.ui-audioCurrentImg{box-sizing:border-box;border:5px solid #febf00}.bloomPlayer .bloom-editable{-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;user-select:none}.bloomPlayer .scrolling-bubble{display:block!important}.bloomPlayer .bloom-editable.bloom-visibility-code-on{overflow-y:hidden!important}.bloomPlayer .bloom-editable.bloom-visibility-code-on p{flex-shrink:0}.bloomPlayer .bloom-textOverPicture .bloom-editable.bloom-visibility-code-on{overflow-y:visible!important}.bloomPlayer .bloom-textOverPicture .bloom-editable.bloom-visibility-code-on.scrolling-bubble{overflow-y:hidden!important}.bloomPlayer .titlePage .bloom-editable,.bloomPlayer .credits .bloom-editable{line-height:normal!important}.bloomPlayer .bloom-page.cover .bloom-editable{overflow-y:visible!important}.bloomPlayer .bloom-page div.bloom-imageContainer.hidePage{height:100%;width:100%;position:absolute!important;left:0;top:0;z-index:2000;background-color:#000}.bloomPlayer .hidePage~*{z-index:1}.bloomPlayer .bloomPlayer-page:not(.appearance-system) div.bloom-page{border-bottom:initial!important}.bloomPlayer.bloomPlayer.bloomPlayer .bloomPlayer-page:not(.appearance-system) .numberedPage:after{bottom:.529mm;left:calc(50% - 10px);right:unset;text-align:left}.bloomPlayer-page:not(.appearance-system) *[tabindex]:focus{outline:none}
|