hyla 1.0.9.pre.1 → 1.0.9.pre.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +3 -1
  3. data/Rakefile +15 -8
  4. data/lib/hyla.rb +14 -3
  5. data/lib/hyla/commands/new.rb +1 -0
  6. data/lib/hyla/configuration.rb +0 -1
  7. data/lib/hyla/project.rb +1 -1
  8. data/lib/resources/assets/revealjs-redhat/lib/css/conference-blue.css +663 -0
  9. data/lib/resources/assets/revealjs-redhat/lib/css/conference-redhat.css +663 -0
  10. data/lib/resources/assets/revealjs-redhat/lib/sass/_liberation.scss +43 -0
  11. data/lib/resources/assets/revealjs-redhat/lib/sass/_liberation2.scss +43 -0
  12. data/lib/resources/assets/revealjs-redhat/lib/sass/_overpass.scss +21 -0
  13. data/lib/resources/assets/revealjs-redhat/lib/sass/conference-blue.scss +590 -0
  14. data/lib/resources/assets/revealjs-redhat/lib/sass/conference-redhat.scss +591 -0
  15. data/lib/resources/assets/revealjs-redhat/lib/sass/font-awesome.scss +17 -0
  16. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_animated.scss +34 -0
  17. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_bordered-pulled.scss +16 -0
  18. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_core.scss +13 -0
  19. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_fixed-width.scss +6 -0
  20. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_icons.scss +596 -0
  21. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_larger.scss +13 -0
  22. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_list.scss +19 -0
  23. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_mixins.scss +27 -0
  24. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_path.scss +15 -0
  25. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_rotated-flipped.scss +20 -0
  26. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_stacked.scss +20 -0
  27. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_variables.scss +606 -0
  28. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/FontAwesome.otf +0 -0
  29. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.eot +0 -0
  30. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.svg +565 -0
  31. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
  32. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.woff +0 -0
  33. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
  34. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.eot +0 -0
  35. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.svg +351 -0
  36. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.ttf +0 -0
  37. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.woff +0 -0
  38. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.eot +0 -0
  39. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.svg +347 -0
  40. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.ttf +0 -0
  41. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.woff +0 -0
  42. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.eot +0 -0
  43. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.svg +348 -0
  44. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.ttf +0 -0
  45. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.woff +0 -0
  46. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.eot +0 -0
  47. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.svg +354 -0
  48. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.ttf +0 -0
  49. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.woff +0 -0
  50. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.eot +0 -0
  51. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.svg +454 -0
  52. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.ttf +0 -0
  53. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.woff +0 -0
  54. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.eot +0 -0
  55. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.svg +454 -0
  56. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.ttf +0 -0
  57. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.woff +0 -0
  58. data/lib/resources/assets/revealjs-redhat/lib/sass/new-gpe.scss +676 -0
  59. data/lib/resources/assets/revealjs-redhat/lib/sass/old-gpe.scss +585 -0
  60. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/conference-blue.css +663 -0
  61. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/conference-redhat.css +663 -0
  62. data/lib/resources/assets/revealjs-redhat/lib/{css → sass/styles}/conference.css +89 -89
  63. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/font-awesome.css +2893 -0
  64. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/gpe.css +685 -0
  65. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/gpe2.css +669 -0
  66. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/new-gpe.css +759 -0
  67. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/old-gpe.css +685 -0
  68. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/temp.css +59 -0
  69. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-output.css +1513 -0
  70. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-v2-liberation.css +4346 -0
  71. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-v2-overpass.css +4334 -0
  72. data/lib/resources/assets/revealjs-redhat/lib/sass/theme-output.scss +1360 -0
  73. data/lib/resources/assets/revealjs-redhat/lib/sass/theme-v2-liberation.scss +3646 -0
  74. data/lib/resources/assets/revealjs-redhat/lib/sass/theme-v2-overpass.scss +3646 -0
  75. data/lib/resources/assets/revealjs/css/theme/conference-blue.css +663 -0
  76. data/lib/resources/assets/sass/conference-blue.scss +590 -0
  77. data/lib/resources/assets/sass/{conference.scss → conference-redhat.scss} +2 -1
  78. data/lib/resources/backends/slim/revealjs-redhat/block_paragraph.html.slim +4 -3
  79. metadata +72 -4
@@ -0,0 +1,4334 @@
1
+ @font-face {
2
+ font-family: 'Overpass';
3
+ src: local("Overpass"), url("../../lib/font/overpass/overpass_regular-web.eot?#iefix") format("eot"), url("../../lib/font/overpass/overpass_regular-web.woff") format("woff"), url("../../lib/font/overpass/overpass_regular-web.ttf") format("truetype"), url("../../lib/font/overpass/overpass_regular-web.svg#webfontLTZe4IYH") format("svg");
4
+ font-weight: normal;
5
+ font-style: normal;
6
+ }
7
+ @font-face {
8
+ font-family: 'Overpass';
9
+ src: local("Overpass Bold"), local("OverpassBold"), url("../../lib/font/overpass/overpass_bold-web.eot?#iefix") format("eot"), url("../../lib/font/overpass/overpass_bold-web.woff") format("woff"), url("../../lib/font/overpass/overpass_bold-web.ttf") format("truetype"), url("../../lib/font/overpass/overpass_bold-web.svg#webfontzAU82Ltw") format("svg");
10
+ font-weight: bold;
11
+ font-style: normal;
12
+ }
13
+ /* line 3, ../theme-v2-overpass.scss */
14
+ .theme-font-overpass .themed, .theme-font-overpass .reveal {
15
+ font-family: "Overpass", sans-serif;
16
+ font-size: 28px;
17
+ }
18
+
19
+ /* line 8, ../theme-v2-overpass.scss */
20
+ .theme-font-overpass .themed section, .theme-font-overpass .reveal section {
21
+ line-height: 1.3;
22
+ }
23
+
24
+ /* line 12, ../theme-v2-overpass.scss */
25
+ .theme-font-overpass .themed h1, .theme-font-overpass .themed h2, .theme-font-overpass .themed h3, .theme-font-overpass .themed h4, .theme-font-overpass .themed h5, .theme-font-overpass .themed h6, .theme-font-overpass .reveal h1, .theme-font-overpass .reveal h2, .theme-font-overpass .reveal h3, .theme-font-overpass .reveal h4, .theme-font-overpass .reveal h5, .theme-font-overpass .reveal h6 {
26
+ font-family: "Overpass", sans-serif;
27
+ text-transform: uppercase;
28
+ line-height: 1.3;
29
+ font-weight: bold;
30
+ }
31
+
32
+ /* line 19, ../theme-v2-overpass.scss */
33
+ .theme-font-overpass .themed h1, .theme-font-overpass.themed h1, .theme-font-overpass .reveal h1, .theme-font-overpass.reveal h1 {
34
+ font-size: 1.75em;
35
+ margin-bottom: .25em;
36
+ letter-spacing: 0.015em;
37
+ }
38
+
39
+ /* line 25, ../theme-v2-overpass.scss */
40
+ .theme-font-overpass .themed h2, .theme-font-overpass.themed h2, .theme-font-overpass .reveal h2, .theme-font-overpass.reveal h2 {
41
+ font-size: 1.15em;
42
+ margin-bottom: .5em;
43
+ letter-spacing: 0.03666em;
44
+ }
45
+
46
+ /* line 31, ../theme-v2-overpass.scss */
47
+ .theme-font-overpass .themed h3, .theme-font-overpass.themed h3, .theme-font-overpass .reveal h3, .theme-font-overpass.reveal h3 {
48
+ font-size: 1.00em;
49
+ margin-bottom: .5em;
50
+ letter-spacing: 0.041em;
51
+ }
52
+
53
+ /* line 37, ../theme-v2-overpass.scss */
54
+ .theme-font-overpass .themed h4, .theme-font-overpass.themed h4, .theme-font-overpass .reveal h4, .theme-font-overpass.reveal h4 {
55
+ font-size: 1em;
56
+ }
57
+
58
+ /* line 41, ../theme-v2-overpass.scss */
59
+ .theme-font-overpass .themed h5, .theme-font-overpass.themed h5, .theme-font-overpass .reveal h5, .theme-font-overpass.reveal h5 {
60
+ font-size: 1em;
61
+ }
62
+
63
+ /* line 45, ../theme-v2-overpass.scss */
64
+ .theme-font-overpass .themed h6, .theme-font-overpass.themed h6, .theme-font-overpass .reveal h6, .theme-font-overpass.reveal h6 {
65
+ font-size: 1em;
66
+ }
67
+
68
+ /* line 49, ../theme-v2-overpass.scss */
69
+ .theme-font-no-font .themed, .theme-font-no-font.themed, .theme-font-no-font .reveal, .theme-font-no-font.reveal {
70
+ font-family: sans-serif;
71
+ font-size: 30px;
72
+ }
73
+
74
+ /* line 54, ../theme-v2-overpass.scss */
75
+ .theme-font-no-font .themed section font, .theme-font-no-font.themed section font, .theme-font-no-font .reveal section font, .theme-font-no-font.reveal section font {
76
+ line-height: 1;
77
+ }
78
+
79
+ /* line 58, ../theme-v2-overpass.scss */
80
+ .hljs {
81
+ display: block;
82
+ padding: 0.5em;
83
+ background: #3F3F3F;
84
+ color: #DCDCDC;
85
+ }
86
+
87
+ /* line 65, ../theme-v2-overpass.scss */
88
+ .hljs-keyword, .hljs-tag, .css .hljs-class, .css .hljs-id, .lisp .hljs-title, .nginx .hljs-title, .hljs-request, .hljs-status, .clojure .hljs-attribute {
89
+ color: #E3CEAB;
90
+ }
91
+
92
+ /* line 69, ../theme-v2-overpass.scss */
93
+ .django .hljs-template_tag, .django .hljs-variable, .django .hljs-filter .hljs-argument {
94
+ color: #DCDCDC;
95
+ }
96
+
97
+ /* line 73, ../theme-v2-overpass.scss */
98
+ .hljs-number, .hljs-date {
99
+ color: #8CD0D3;
100
+ }
101
+
102
+ /* line 77, ../theme-v2-overpass.scss */
103
+ .dos .hljs-envvar, .dos .hljs-stream, .hljs-variable, .apache .hljs-sqbracket {
104
+ color: #EFDCBC;
105
+ }
106
+
107
+ /* line 81, ../theme-v2-overpass.scss */
108
+ .dos .hljs-flow, .diff .hljs-change, .python .exception, .python .hljs-built_in, .hljs-literal, .tex .hljs-special {
109
+ color: #EFEFAF;
110
+ }
111
+
112
+ /* line 85, ../theme-v2-overpass.scss */
113
+ .diff .hljs-chunk, .hljs-subst {
114
+ color: #8F8F8F;
115
+ }
116
+
117
+ /* line 89, ../theme-v2-overpass.scss */
118
+ .dos .hljs-keyword, .python .hljs-decorator, .hljs-title, .haskell .hljs-type, .diff .hljs-header, .ruby .hljs-class .hljs-parent, .apache .hljs-tag, .nginx .hljs-built_in, .tex .hljs-command, .hljs-prompt {
119
+ color: #efef8f;
120
+ }
121
+
122
+ /* line 93, ../theme-v2-overpass.scss */
123
+ .dos .hljs-winutils, .ruby .hljs-symbol, .ruby .hljs-symbol .hljs-string, .ruby .hljs-string {
124
+ color: #DCA3A3;
125
+ }
126
+
127
+ /* line 97, ../theme-v2-overpass.scss */
128
+ .diff .hljs-deletion, .hljs-string, .hljs-tag .hljs-value, .hljs-preprocessor, .hljs-pragma, .hljs-built_in, .sql .hljs-aggregate, .hljs-javadoc, .smalltalk .hljs-class, .smalltalk .hljs-localvars, .smalltalk .hljs-array, .css .hljs-rules .hljs-value, .hljs-attr_selector, .hljs-pseudo, .apache .hljs-cbracket, .tex .hljs-formula, .coffeescript .hljs-attribute {
129
+ color: #CC9393;
130
+ }
131
+
132
+ /* line 101, ../theme-v2-overpass.scss */
133
+ .hljs-shebang, .diff .hljs-addition, .hljs-comment, .java .hljs-annotation, .hljs-template_comment, .hljs-pi, .hljs-doctype {
134
+ color: #7F9F7F;
135
+ }
136
+
137
+ /* line 105, ../theme-v2-overpass.scss */
138
+ .coffeescript .javascript, .javascript .xml, .tex .hljs-formula, .xml .javascript, .xml .vbscript, .xml .css, .xml .hljs-cdata {
139
+ opacity: 0.5;
140
+ }
141
+
142
+ /*!
143
+ * Main styles for Slides
144
+ *
145
+ * @author Hakim El Hattab
146
+ */
147
+ /* line 114, ../theme-v2-overpass.scss */
148
+ * {
149
+ -moz-box-sizing: border-box;
150
+ box-sizing: border-box;
151
+ }
152
+
153
+ /* line 119, ../theme-v2-overpass.scss */
154
+ html, body {
155
+ padding: 0;
156
+ margin: 0;
157
+ color: #252525;
158
+ font-family: "Open Sans", Helvetica, sans-serif;
159
+ font-size: 16px;
160
+ }
161
+
162
+ /* line 127, ../theme-v2-overpass.scss */
163
+ html:before, body:before {
164
+ content: "" !important;
165
+ }
166
+
167
+ /* line 131, ../theme-v2-overpass.scss */
168
+ html {
169
+ -webkit-font-smoothing: subpixel-antialiased !important;
170
+ }
171
+
172
+ /* line 135, ../theme-v2-overpass.scss */
173
+ html.sl-root:not(.loaded) * {
174
+ -webkit-transition: none !important;
175
+ transition: none !important;
176
+ }
177
+
178
+ /* line 140, ../theme-v2-overpass.scss */
179
+ body {
180
+ overflow-y: scroll;
181
+ }
182
+
183
+ /* line 144, ../theme-v2-overpass.scss */
184
+ body > *:not(.reveal) {
185
+ font-family: "Open Sans", Helvetica, sans-serif;
186
+ }
187
+
188
+ /* line 148, ../theme-v2-overpass.scss */
189
+ html, #container {
190
+ background-color: #eee;
191
+ }
192
+
193
+ /* line 152, ../theme-v2-overpass.scss */
194
+ #container {
195
+ position: relative;
196
+ z-index: 1;
197
+ }
198
+
199
+ /* line 157, ../theme-v2-overpass.scss */
200
+ .icon {
201
+ display: inline-block;
202
+ line-height: 1;
203
+ }
204
+
205
+ /* line 162, ../theme-v2-overpass.scss */
206
+ .spinner {
207
+ display: block;
208
+ width: 32px;
209
+ height: 32px;
210
+ margin-top: 16px;
211
+ margin-left: 16px;
212
+ }
213
+
214
+ /* line 170, ../theme-v2-overpass.scss */
215
+ .spinner.centered {
216
+ position: absolute;
217
+ top: 50%;
218
+ left: 50%;
219
+ margin-top: -16px;
220
+ margin-left: -16px;
221
+ }
222
+
223
+ /* line 178, ../theme-v2-overpass.scss */
224
+ .spinner.centered-horizontally {
225
+ margin-left: auto;
226
+ margin-right: auto;
227
+ }
228
+
229
+ /* line 183, ../theme-v2-overpass.scss */
230
+ .spinner-bitmap {
231
+ display: block;
232
+ width: 32px;
233
+ height: 32px;
234
+ background-image: url(data:image/png;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
235
+ background-repeat: no-repeat;
236
+ }
237
+
238
+ /* line 191, ../theme-v2-overpass.scss */
239
+ .clear {
240
+ clear: both;
241
+ }
242
+
243
+ /* line 195, ../theme-v2-overpass.scss */
244
+ .vcenter:before {
245
+ content: '';
246
+ display: inline-block;
247
+ height: 100%;
248
+ vertical-align: middle;
249
+ }
250
+
251
+ /* line 202, ../theme-v2-overpass.scss */
252
+ .vcenter-target {
253
+ display: inline-block;
254
+ vertical-align: middle;
255
+ }
256
+
257
+ /* line 207, ../theme-v2-overpass.scss */
258
+ .no-transition, .no-transition * {
259
+ -webkit-transition: none !important;
260
+ transition: none !important;
261
+ }
262
+
263
+ /* line 212, ../theme-v2-overpass.scss */
264
+ .grow-in-on-load {
265
+ opacity: 0;
266
+ -webkit-transform: scale(0.96);
267
+ -ms-transform: scale(0.96);
268
+ transform: scale(0.96);
269
+ -webkit-transition: all 0.3s ease;
270
+ transition: all 0.3s ease;
271
+ }
272
+
273
+ /* line 221, ../theme-v2-overpass.scss */
274
+ html.loaded .grow-in-on-load {
275
+ opacity: 1;
276
+ -webkit-transform: none;
277
+ -ms-transform: none;
278
+ transform: none;
279
+ }
280
+
281
+ /* line 228, ../theme-v2-overpass.scss */
282
+ h1, h2, h3, h4, h5, h6 {
283
+ font-family: "Open Sans", Helvetica, sans-serif;
284
+ line-height: 1.3em;
285
+ font-weight: normal;
286
+ }
287
+
288
+ /* line 234, ../theme-v2-overpass.scss */
289
+ h1, h2, h3, h4, h5, h6, ul, li {
290
+ margin: 0;
291
+ padding: 0;
292
+ }
293
+
294
+ /* line 239, ../theme-v2-overpass.scss */
295
+ h1 {
296
+ font-size: 35.2px;
297
+ }
298
+
299
+ /* line 243, ../theme-v2-overpass.scss */
300
+ h2 {
301
+ font-size: 27.2px;
302
+ }
303
+
304
+ /* line 247, ../theme-v2-overpass.scss */
305
+ h3 {
306
+ font-size: 20.8px;
307
+ }
308
+
309
+ /* line 251, ../theme-v2-overpass.scss */
310
+ h4 {
311
+ font-size: 16px;
312
+ font-weight: 600;
313
+ }
314
+
315
+ /* line 256, ../theme-v2-overpass.scss */
316
+ h5 {
317
+ font-size: 16px;
318
+ font-weight: 600;
319
+ }
320
+
321
+ /* line 261, ../theme-v2-overpass.scss */
322
+ h6 {
323
+ font-size: 16px;
324
+ font-weight: 600;
325
+ }
326
+
327
+ /* line 266, ../theme-v2-overpass.scss */
328
+ p {
329
+ margin: 1em 0;
330
+ }
331
+
332
+ /* line 270, ../theme-v2-overpass.scss */
333
+ a {
334
+ color: #255c7c;
335
+ text-decoration: none;
336
+ outline: 0;
337
+ -webkit-transition: color 0.1s ease;
338
+ transition: color 0.1s ease;
339
+ }
340
+
341
+ /* line 278, ../theme-v2-overpass.scss */
342
+ a:hover {
343
+ color: #4195c6;
344
+ }
345
+
346
+ /* line 282, ../theme-v2-overpass.scss */
347
+ a:focus {
348
+ outline: 1px solid #1baee1;
349
+ }
350
+
351
+ /* line 286, ../theme-v2-overpass.scss */
352
+ p a {
353
+ border-bottom: 1px solid #8fc1de;
354
+ }
355
+
356
+ /* line 290, ../theme-v2-overpass.scss */
357
+ b {
358
+ font-weight: 600;
359
+ }
360
+
361
+ /* line 294, ../theme-v2-overpass.scss */
362
+ small {
363
+ font-size: 0.8em;
364
+ }
365
+
366
+ /* line 298, ../theme-v2-overpass.scss */
367
+ button {
368
+ border: 0;
369
+ background: transparent;
370
+ cursor: pointer;
371
+ }
372
+
373
+ /* line 304, ../theme-v2-overpass.scss */
374
+ .text-semi-bold {
375
+ font-weight: 600;
376
+ }
377
+
378
+ /* line 308, ../theme-v2-overpass.scss */
379
+ .main {
380
+ line-height: 1.5;
381
+ }
382
+
383
+ /* line 312, ../theme-v2-overpass.scss */
384
+ .reveal-viewport {
385
+ width: 100%;
386
+ height: 100%;
387
+ }
388
+
389
+ /* line 317, ../theme-v2-overpass.scss */
390
+ .container .column {
391
+ width: 100%;
392
+ max-width: 1140px;
393
+ margin: 0 auto;
394
+ padding: 0 20px;
395
+ }
396
+
397
+ @media screen and (max-width: 380px) {
398
+ /* line 325, ../theme-v2-overpass.scss */
399
+ .container .column {
400
+ padding: 0 10px;
401
+ }
402
+ }
403
+ /* line 330, ../theme-v2-overpass.scss */
404
+ .container .column > section, .container .column > div > section {
405
+ position: relative;
406
+ width: 100%;
407
+ margin: 40px auto;
408
+ padding: 40px;
409
+ background: white;
410
+ border-radius: 2px;
411
+ }
412
+
413
+ /* line 339, ../theme-v2-overpass.scss */
414
+ .container .column > section h2, .container .column > div > section h2 {
415
+ margin-bottom: 20px;
416
+ }
417
+
418
+ /* line 343, ../theme-v2-overpass.scss */
419
+ .container .column > section .header-with-description h2, .container .column > div > section .header-with-description h2 {
420
+ margin-bottom: 10px;
421
+ }
422
+
423
+ /* line 347, ../theme-v2-overpass.scss */
424
+ .container .column > section .header-with-description p, .container .column > div > section .header-with-description p {
425
+ margin-top: 0;
426
+ margin-bottom: 20px;
427
+ color: #999;
428
+ font-size: 0.9em;
429
+ }
430
+
431
+ /* line 354, ../theme-v2-overpass.scss */
432
+ .container .column > section.critical-error, .container .column > div > section.critical-error {
433
+ border-color: #f00;
434
+ background: #eb5555;
435
+ color: #fff;
436
+ }
437
+
438
+ @media screen and (max-width: 380px) {
439
+ /* line 361, ../theme-v2-overpass.scss */
440
+ .container .column > section, .container .column > div > section {
441
+ padding: 20px;
442
+ }
443
+
444
+ /* line 365, ../theme-v2-overpass.scss */
445
+ .container .column > section:first-child, .container .column > div > section:first-child {
446
+ margin-top: 10px;
447
+ }
448
+ }
449
+ /* line 370, ../theme-v2-overpass.scss */
450
+ .container .column .page-navigation + section {
451
+ margin-top: 20px;
452
+ }
453
+
454
+ /* line 374, ../theme-v2-overpass.scss */
455
+ .container .column .page-navigation {
456
+ display: block;
457
+ max-width: 900px;
458
+ margin: 40px auto 20px auto;
459
+ text-align: right;
460
+ }
461
+
462
+ /* line 381, ../theme-v2-overpass.scss */
463
+ .container .column .page-navigation .title {
464
+ float: left;
465
+ margin-top: 5px;
466
+ font-weight: bold;
467
+ color: #bbb;
468
+ }
469
+
470
+ /* line 388, ../theme-v2-overpass.scss */
471
+ .container .column .page-navigation ul {
472
+ list-style: none;
473
+ }
474
+
475
+ /* line 392, ../theme-v2-overpass.scss */
476
+ .container .column .page-navigation ul li {
477
+ display: inline-block;
478
+ position: relative;
479
+ margin-left: 5px;
480
+ margin-bottom: 7px;
481
+ }
482
+
483
+ /* line 399, ../theme-v2-overpass.scss */
484
+ .container .column .page-navigation ul li .button {
485
+ padding-top: 8px;
486
+ padding-bottom: 8px;
487
+ font-size: 0.9em;
488
+ color: #777;
489
+ border-color: #aaa;
490
+ }
491
+
492
+ /* line 407, ../theme-v2-overpass.scss */
493
+ .container .column .page-navigation ul li .button:hover {
494
+ color: #222;
495
+ border-color: #444;
496
+ }
497
+
498
+ /* line 412, ../theme-v2-overpass.scss */
499
+ .container .column .page-navigation ul li .button.selected {
500
+ color: #222;
501
+ border-color: #444;
502
+ opacity: 1;
503
+ }
504
+
505
+ /* line 418, ../theme-v2-overpass.scss */
506
+ .container .column .page-navigation ul li .button.selected:before {
507
+ content: '';
508
+ position: absolute;
509
+ height: 0px;
510
+ width: 0px;
511
+ left: 50%;
512
+ right: initial;
513
+ top: 100%;
514
+ bottom: initial;
515
+ border-style: solid;
516
+ border-width: 4px;
517
+ border-color: transparent;
518
+ -webkit-transform: rotate(360deg);
519
+ margin-left: -4px;
520
+ border-bottom-width: 0;
521
+ border-top-color: #444444;
522
+ }
523
+
524
+ /* line 436, ../theme-v2-overpass.scss */
525
+ .flash-notification {
526
+ position: absolute;
527
+ width: 100%;
528
+ top: 0;
529
+ left: 0;
530
+ text-align: center;
531
+ z-index: 100;
532
+ display: none;
533
+ }
534
+
535
+ /* line 446, ../theme-v2-overpass.scss */
536
+ .flash-notification p {
537
+ display: inline-block;
538
+ margin: 13px;
539
+ padding: 10px 20px;
540
+ background: #111;
541
+ color: white;
542
+ border: 1px solid #333;
543
+ border-radius: 4px;
544
+ }
545
+
546
+ @-webkit-keyframes page-loader-spinner {
547
+ 50% {
548
+ border-radius: 50%;
549
+ -webkit-transform: scale(0.5) rotate(360deg);
550
+ transform: scale(0.5) rotate(360deg);
551
+ }
552
+ 100% {
553
+ -webkit-transform: scale(1) rotate(720deg);
554
+ transform: scale(1) rotate(720deg);
555
+ }
556
+ }
557
+ @keyframes page-loader-spinner {
558
+ 50% {
559
+ border-radius: 50%;
560
+ -webkit-transform: scale(0.5) rotate(360deg);
561
+ transform: scale(0.5) rotate(360deg);
562
+ }
563
+ 100% {
564
+ -webkit-transform: scale(1) rotate(720deg);
565
+ transform: scale(1) rotate(720deg);
566
+ }
567
+ }
568
+ /* line 480, ../theme-v2-overpass.scss */
569
+ .page-loader {
570
+ position: fixed;
571
+ width: 100%;
572
+ height: 100%;
573
+ left: 0;
574
+ top: 0;
575
+ z-index: 2000;
576
+ background: #111;
577
+ color: #fff;
578
+ opacity: 1;
579
+ visibility: hidden;
580
+ opacity: 0;
581
+ -webkit-transition: all 0.5s ease;
582
+ transition: all 0.5s ease;
583
+ }
584
+
585
+ /* line 496, ../theme-v2-overpass.scss */
586
+ .page-loader .page-loader-inner {
587
+ position: absolute;
588
+ display: block;
589
+ top: 40%;
590
+ width: 100%;
591
+ text-align: center;
592
+ }
593
+
594
+ /* line 504, ../theme-v2-overpass.scss */
595
+ .page-loader .page-loader-inner .page-loader-spinner {
596
+ display: block;
597
+ position: relative;
598
+ width: 50px;
599
+ height: 50px;
600
+ margin: 0 auto 20px auto;
601
+ -webkit-animation: page-loader-spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
602
+ animation: page-loader-spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
603
+ background-color: #E4637C;
604
+ border-radius: 1px;
605
+ }
606
+
607
+ /* line 516, ../theme-v2-overpass.scss */
608
+ .page-loader .page-loader-inner .page-loader-message {
609
+ display: block;
610
+ margin: 0;
611
+ vertical-align: top;
612
+ line-height: 32px;
613
+ font-size: 14px;
614
+ color: #bbb;
615
+ font-family: Helvetica, sans-serif;
616
+ }
617
+
618
+ /* line 526, ../theme-v2-overpass.scss */
619
+ .page-loader.visible {
620
+ visibility: visible;
621
+ opacity: 1;
622
+ }
623
+
624
+ /* line 531, ../theme-v2-overpass.scss */
625
+ .page-loader.frozen .page-loader-spinner {
626
+ -webkit-animation: none;
627
+ animation: none;
628
+ }
629
+
630
+ /* line 536, ../theme-v2-overpass.scss */
631
+ .pro-badge {
632
+ display: inline-block;
633
+ position: relative;
634
+ padding: 3px 6px 2px 6px;
635
+ font-size: 12px;
636
+ font-weight: normal;
637
+ line-height: 14px;
638
+ letter-spacing: 1px;
639
+ border-radius: 2px;
640
+ border: 1px solid #2d739c;
641
+ background: #3990c3;
642
+ color: #fff;
643
+ vertical-align: middle;
644
+ }
645
+
646
+ /* line 551, ../theme-v2-overpass.scss */
647
+ .pro-badge:after {
648
+ display: inline-block;
649
+ position: relative;
650
+ top: -1px;
651
+ margin-left: 2px;
652
+ color: #fff;
653
+ content: "\e094";
654
+ font-family: 'slides';
655
+ font-weight: normal;
656
+ -webkit-font-smoothing: antialiased;
657
+ }
658
+
659
+ /* line 563, ../theme-v2-overpass.scss */
660
+ .pro-badge:hover {
661
+ color: #fff;
662
+ border-color: #3381af;
663
+ background: #5fa6d0;
664
+ }
665
+
666
+ /* line 569, ../theme-v2-overpass.scss */
667
+ .touch .user-view li .controls {
668
+ opacity: 1 !important;
669
+ }
670
+
671
+ /* line 573, ../theme-v2-overpass.scss */
672
+ .touch .deck-view .options {
673
+ opacity: 1;
674
+ }
675
+
676
+ /* line 577, ../theme-v2-overpass.scss */
677
+ .reveal .sl-block {
678
+ display: block;
679
+ position: absolute;
680
+ z-index: auto;
681
+ }
682
+
683
+ /* line 583, ../theme-v2-overpass.scss */
684
+ .reveal .sl-block .sl-block-content {
685
+ display: block;
686
+ position: relative;
687
+ width: 100%;
688
+ height: 100%;
689
+ max-width: none;
690
+ max-height: none;
691
+ margin: 0;
692
+ outline: 0;
693
+ word-wrap: break-word;
694
+ }
695
+
696
+ /* line 595, ../theme-v2-overpass.scss */
697
+ .reveal .sl-block .sl-block-content .sl-block-content-preview {
698
+ position: absolute;
699
+ width: 100%;
700
+ height: 100%;
701
+ left: 0;
702
+ top: 0;
703
+ }
704
+
705
+ /* line 603, ../theme-v2-overpass.scss */
706
+ .reveal .sl-block .sl-block-content > :first-child {
707
+ margin-top: 0;
708
+ }
709
+
710
+ /* line 607, ../theme-v2-overpass.scss */
711
+ .reveal .sl-block .sl-block-content > :last-child {
712
+ margin-bottom: 0;
713
+ }
714
+
715
+ /* line 611, ../theme-v2-overpass.scss */
716
+ html.decks.edit.is-editing .reveal .sl-block {
717
+ cursor: pointer;
718
+ -webkit-tap-highlight-color: transparent;
719
+ -webkit-transition: none;
720
+ transition: none;
721
+ }
722
+
723
+ /* line 618, ../theme-v2-overpass.scss */
724
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-content {
725
+ cursor: pointer;
726
+ }
727
+
728
+ /* line 622, ../theme-v2-overpass.scss */
729
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-content:before {
730
+ position: absolute;
731
+ width: 100%;
732
+ height: 100%;
733
+ left: 0;
734
+ top: 0;
735
+ content: '';
736
+ z-index: 1;
737
+ opacity: 0;
738
+ background-color: transparent;
739
+ }
740
+
741
+ /* line 634, ../theme-v2-overpass.scss */
742
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay {
743
+ position: absolute;
744
+ width: 100%;
745
+ height: 100%;
746
+ left: 0;
747
+ top: 0;
748
+ }
749
+
750
+ /* line 642, ../theme-v2-overpass.scss */
751
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-message, html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-warning {
752
+ padding: 10px;
753
+ font-size: 14px;
754
+ text-align: center;
755
+ background-color: #222;
756
+ color: #fff;
757
+ opacity: 0.9;
758
+ }
759
+
760
+ /* line 651, ../theme-v2-overpass.scss */
761
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-message .vcenter-target, html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-warning .vcenter-target {
762
+ vertical-align: middle;
763
+ }
764
+
765
+ /* line 655, ../theme-v2-overpass.scss */
766
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-message.below-content, html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-warning.below-content {
767
+ z-index: 0 !important;
768
+ }
769
+
770
+ /* line 659, ../theme-v2-overpass.scss */
771
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-warning {
772
+ color: #ffa660;
773
+ }
774
+
775
+ /* line 663, ../theme-v2-overpass.scss */
776
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-overlay-warning .icon {
777
+ display: block;
778
+ margin: 0 auto 10px auto;
779
+ width: 2em;
780
+ height: 2em;
781
+ line-height: 2em;
782
+ border-radius: 1em;
783
+ text-align: center;
784
+ font-size: 12px;
785
+ color: #fff;
786
+ background-color: #e06200;
787
+ }
788
+
789
+ /* line 676, ../theme-v2-overpass.scss */
790
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-placeholder {
791
+ background-image: url(//assets.slid.es/assets/editor/block-placeholder-white-transparent-500x500.png);
792
+ background-size: contain;
793
+ background-color: #222;
794
+ background-repeat: no-repeat;
795
+ background-position: 50% 50%;
796
+ opacity: 0.9;
797
+ }
798
+
799
+ /* line 685, ../theme-v2-overpass.scss */
800
+ html.decks.edit.is-editing .reveal .sl-block.is-editing, html.decks.edit.is-editing .reveal .sl-block.is-editing .sl-block-content {
801
+ cursor: auto;
802
+ }
803
+
804
+ /* line 689, ../theme-v2-overpass.scss */
805
+ html.decks.edit.is-editing .reveal .sl-block.is-editing .sl-block-content {
806
+ outline: 1px solid rgba(27, 174, 225, 0.4);
807
+ }
808
+
809
+ /* line 693, ../theme-v2-overpass.scss */
810
+ html.decks.edit.is-editing .reveal .sl-block.is-editing .sl-block-content:before {
811
+ display: none;
812
+ }
813
+
814
+ /* line 697, ../theme-v2-overpass.scss */
815
+ html.decks.edit.is-editing .reveal .sl-block.intro-start {
816
+ opacity: 0;
817
+ z-index: 255;
818
+ -webkit-transform: scale(1.1);
819
+ -ms-transform: scale(1.1);
820
+ transform: scale(1.1);
821
+ }
822
+
823
+ /* line 705, ../theme-v2-overpass.scss */
824
+ html.decks.edit.is-editing .reveal .sl-block.intro-end {
825
+ z-index: 255;
826
+ -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease;
827
+ transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease;
828
+ }
829
+
830
+ /* line 711, ../theme-v2-overpass.scss */
831
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform {
832
+ position: absolute;
833
+ width: 100%;
834
+ height: 100%;
835
+ left: 0;
836
+ top: 0;
837
+ visibility: hidden;
838
+ z-index: 255;
839
+ pointer-events: none;
840
+ border: 1px solid #1baee1;
841
+ font-size: 12px;
842
+ }
843
+
844
+ /* line 724, ../theme-v2-overpass.scss */
845
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor {
846
+ position: absolute;
847
+ width: 1em;
848
+ height: 1em;
849
+ border-radius: 50%;
850
+ background: #fff;
851
+ border: 1px solid #1baee1;
852
+ cursor: pointer;
853
+ pointer-events: all;
854
+ visibility: hidden;
855
+ }
856
+
857
+ /* line 736, ../theme-v2-overpass.scss */
858
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=n] {
859
+ left: 50%;
860
+ bottom: 100%;
861
+ margin-left: -0.5em;
862
+ margin-bottom: -0.4em;
863
+ cursor: row-resize;
864
+ }
865
+
866
+ /* line 744, ../theme-v2-overpass.scss */
867
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=e] {
868
+ left: 100%;
869
+ top: 50%;
870
+ margin-top: -0.5em;
871
+ margin-left: -0.4em;
872
+ cursor: col-resize;
873
+ }
874
+
875
+ /* line 752, ../theme-v2-overpass.scss */
876
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=s] {
877
+ left: 50%;
878
+ top: 100%;
879
+ margin-left: -0.5em;
880
+ margin-top: -0.4em;
881
+ cursor: row-resize;
882
+ }
883
+
884
+ /* line 760, ../theme-v2-overpass.scss */
885
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=w] {
886
+ right: 100%;
887
+ top: 50%;
888
+ margin-top: -0.5em;
889
+ margin-right: -0.4em;
890
+ cursor: col-resize;
891
+ }
892
+
893
+ /* line 768, ../theme-v2-overpass.scss */
894
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=nw] {
895
+ right: 100%;
896
+ bottom: 100%;
897
+ margin-right: -0.4em;
898
+ margin-bottom: -0.4em;
899
+ cursor: nw-resize;
900
+ }
901
+
902
+ /* line 776, ../theme-v2-overpass.scss */
903
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=ne] {
904
+ left: 100%;
905
+ bottom: 100%;
906
+ margin-left: -0.4em;
907
+ margin-bottom: -0.4em;
908
+ cursor: ne-resize;
909
+ }
910
+
911
+ /* line 784, ../theme-v2-overpass.scss */
912
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=se] {
913
+ left: 100%;
914
+ top: 100%;
915
+ margin-left: -0.4em;
916
+ margin-top: -0.4em;
917
+ cursor: se-resize;
918
+ }
919
+
920
+ /* line 792, ../theme-v2-overpass.scss */
921
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform .anchor[data-direction=sw] {
922
+ right: 100%;
923
+ top: 100%;
924
+ margin-right: -0.4em;
925
+ margin-top: -0.4em;
926
+ cursor: sw-resize;
927
+ }
928
+
929
+ /* line 800, ../theme-v2-overpass.scss */
930
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-horizontal="false"] .anchor[data-direction=e], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-horizontal="false"] .anchor[data-direction=w], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-horizontal="false"] .anchor[data-direction=nw], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-horizontal="false"] .anchor[data-direction=ne], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-horizontal="false"] .anchor[data-direction=se], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-horizontal="false"] .anchor[data-direction=sw] {
931
+ display: none;
932
+ }
933
+
934
+ /* line 804, ../theme-v2-overpass.scss */
935
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-vertical="false"] .anchor[data-direction=n], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-vertical="false"] .anchor[data-direction=s], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-vertical="false"] .anchor[data-direction=nw], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-vertical="false"] .anchor[data-direction=ne], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-vertical="false"] .anchor[data-direction=se], html.decks.edit.is-editing .reveal .sl-block .sl-block-transform[data-vertical="false"] .anchor[data-direction=sw] {
936
+ display: none;
937
+ }
938
+
939
+ /* line 808, ../theme-v2-overpass.scss */
940
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform.visible {
941
+ visibility: visible;
942
+ }
943
+
944
+ /* line 812, ../theme-v2-overpass.scss */
945
+ html.decks.edit.is-editing .reveal .sl-block .sl-block-transform.visible .anchor {
946
+ visibility: visible;
947
+ }
948
+
949
+ /* line 816, ../theme-v2-overpass.scss */
950
+ html.decks.edit.is-editing .reveal .sl-block.is-editing .sl-block-transform {
951
+ visibility: hidden;
952
+ }
953
+
954
+ /* line 820, ../theme-v2-overpass.scss */
955
+ html.decks.edit.is-editing.touch-editor .reveal .sl-block .sl-block-transform {
956
+ font-size: 20px;
957
+ }
958
+
959
+ /* line 824, ../theme-v2-overpass.scss */
960
+ html.decks.edit.is-editing.touch-editor .reveal .sl-block .sl-block-transform .anchor:before {
961
+ content: '';
962
+ position: absolute;
963
+ left: -0.5em;
964
+ top: -0.5em;
965
+ width: 2em;
966
+ height: 2em;
967
+ }
968
+
969
+ /* line 833, ../theme-v2-overpass.scss */
970
+ html.decks.edit.is-editing.touch-editor-small .reveal .sl-block .sl-block-transform {
971
+ font-size: 30px;
972
+ }
973
+
974
+ /* line 837, ../theme-v2-overpass.scss */
975
+ .reveal .sl-block[data-block-type="image"] .sl-block-placeholder {
976
+ background-image: url(//assets.slid.es/assets/editor/image-placeholder-white-transparent-500x500.png) !important;
977
+ }
978
+
979
+ /* line 841, ../theme-v2-overpass.scss */
980
+ .reveal .sl-block[data-block-type="image"] .image-progress {
981
+ background-color: rgba(0, 0, 0, 0.7);
982
+ font-size: 14px;
983
+ color: #fff;
984
+ text-align: center;
985
+ }
986
+
987
+ /* line 848, ../theme-v2-overpass.scss */
988
+ .reveal .sl-block[data-block-type="image"] .sl-block-content {
989
+ overflow: hidden;
990
+ }
991
+
992
+ /* line 852, ../theme-v2-overpass.scss */
993
+ .reveal .sl-block[data-block-type="image"] .sl-block-content img {
994
+ width: 100%;
995
+ height: 100%;
996
+ margin: 0;
997
+ padding: 0;
998
+ border: 0;
999
+ vertical-align: top;
1000
+ }
1001
+
1002
+ /* line 861, ../theme-v2-overpass.scss */
1003
+ .reveal .sl-block[data-block-type="iframe"] .sl-block-content {
1004
+ overflow: hidden;
1005
+ -webkit-overflow-scrolling: touch;
1006
+ }
1007
+
1008
+ /* line 866, ../theme-v2-overpass.scss */
1009
+ .reveal .sl-block[data-block-type="iframe"] .sl-block-content iframe {
1010
+ width: 100%;
1011
+ height: 100%;
1012
+ }
1013
+
1014
+ /* line 871, ../theme-v2-overpass.scss */
1015
+ .reveal .sl-block[data-block-type="shape"] .sl-block-content {
1016
+ line-height: 0;
1017
+ }
1018
+
1019
+ /* line 875, ../theme-v2-overpass.scss */
1020
+ .reveal .sl-block[data-block-type="code"] .sl-block-placeholder {
1021
+ background-image: url(//assets.slid.es/assets/editor/code-placeholder-white-transparent-500x500.png) !important;
1022
+ }
1023
+
1024
+ /* line 879, ../theme-v2-overpass.scss */
1025
+ .reveal .sl-block[data-block-type="code"] .sl-block-content pre, .reveal .sl-block[data-block-type="code"] .sl-block-content code {
1026
+ width: 100%;
1027
+ height: 100%;
1028
+ margin: 0;
1029
+ }
1030
+
1031
+ /* line 885, ../theme-v2-overpass.scss */
1032
+ .reveal .sl-block[data-block-type="code"] .sl-block-content pre {
1033
+ font-size: 0.55em;
1034
+ }
1035
+
1036
+ /* line 889, ../theme-v2-overpass.scss */
1037
+ .reveal .sl-block[data-block-type="code"] .sl-block-content code {
1038
+ white-space: pre;
1039
+ word-wrap: normal;
1040
+ }
1041
+
1042
+ /* line 894, ../theme-v2-overpass.scss */
1043
+ .reveal .sl-block[data-block-type="math"] {
1044
+ font-size: 50px;
1045
+ }
1046
+
1047
+ /* line 898, ../theme-v2-overpass.scss */
1048
+ .reveal .sl-block[data-block-type="math"] .sl-block-content {
1049
+ font-style: normal;
1050
+ font-family: KaTeX_Main;
1051
+ line-height: 1.4;
1052
+ }
1053
+
1054
+ /* line 904, ../theme-v2-overpass.scss */
1055
+ .reveal .sl-block[data-block-type="math"] .sl-block-placeholder {
1056
+ background-image: url(//assets.slid.es/assets/editor/math-placeholder-white-transparent-500x500.png) !important;
1057
+ }
1058
+
1059
+ /* line 908, ../theme-v2-overpass.scss */
1060
+ .reveal .sl-block[data-block-type="math"] .math-input {
1061
+ display: none;
1062
+ }
1063
+
1064
+ /* line 912, ../theme-v2-overpass.scss */
1065
+ .reveal .sl-block[data-block-type="math"].is-empty .sl-block-content {
1066
+ width: 300px;
1067
+ height: 200px;
1068
+ }
1069
+
1070
+ /*!
1071
+ * reveal.js
1072
+ * http://lab.hakim.se/reveal-js
1073
+ * MIT licensed
1074
+ *
1075
+ * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
1076
+ */
1077
+ /* line 924, ../theme-v2-overpass.scss */
1078
+ html, body, .reveal div, .reveal span, .reveal applet, .reveal object, .reveal iframe, .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6, .reveal p, .reveal blockquote, .reveal pre, .reveal a, .reveal abbr, .reveal acronym, .reveal address, .reveal big, .reveal cite, .reveal code, .reveal del, .reveal dfn, .reveal em, .reveal img, .reveal ins, .reveal kbd, .reveal q, .reveal s, .reveal samp, .reveal small, .reveal strike, .reveal strong, .reveal sub, .reveal sup, .reveal tt, .reveal var, .reveal b, .reveal u, .reveal center, .reveal dl, .reveal dt, .reveal dd, .reveal ol, .reveal ul, .reveal li, .reveal fieldset, .reveal form, .reveal label, .reveal legend, .reveal table, .reveal caption, .reveal tbody, .reveal tfoot, .reveal thead, .reveal tr, .reveal th, .reveal td, .reveal article, .reveal aside, .reveal canvas, .reveal details, .reveal embed, .reveal figure, .reveal figcaption, .reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal output, .reveal ruby, .reveal section, .reveal summary, .reveal time, .reveal mark, .reveal audio, video {
1079
+ margin: 0;
1080
+ padding: 0;
1081
+ border: 0;
1082
+ font-size: 100%;
1083
+ font: inherit;
1084
+ vertical-align: baseline;
1085
+ }
1086
+
1087
+ /* line 933, ../theme-v2-overpass.scss */
1088
+ .reveal article, .reveal aside, .reveal details, .reveal figcaption, .reveal figure, .reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal section {
1089
+ display: block;
1090
+ }
1091
+
1092
+ /* line 937, ../theme-v2-overpass.scss */
1093
+ html, body {
1094
+ width: 100%;
1095
+ height: 100%;
1096
+ overflow: hidden;
1097
+ }
1098
+
1099
+ /* line 943, ../theme-v2-overpass.scss */
1100
+ body {
1101
+ position: relative;
1102
+ line-height: 1;
1103
+ background-color: #fff;
1104
+ color: #000;
1105
+ }
1106
+
1107
+ /* line 950, ../theme-v2-overpass.scss */
1108
+ ::-moz-selection {
1109
+ background: #FF5E99;
1110
+ color: #fff;
1111
+ text-shadow: none;
1112
+ }
1113
+
1114
+ /* line 956, ../theme-v2-overpass.scss */
1115
+ ::-moz-selection {
1116
+ background: #FF5E99;
1117
+ color: #fff;
1118
+ text-shadow: none;
1119
+ }
1120
+
1121
+ /* line 962, ../theme-v2-overpass.scss */
1122
+ ::selection {
1123
+ background: #FF5E99;
1124
+ color: #fff;
1125
+ text-shadow: none;
1126
+ }
1127
+
1128
+ /* line 968, ../theme-v2-overpass.scss */
1129
+ .reveal .slides section .fragment {
1130
+ opacity: 0;
1131
+ visibility: hidden;
1132
+ -webkit-transition: all .2s ease;
1133
+ transition: all 0.2s ease;
1134
+ }
1135
+
1136
+ /* line 975, ../theme-v2-overpass.scss */
1137
+ .reveal .slides section .fragment.visible {
1138
+ opacity: 1;
1139
+ visibility: visible;
1140
+ }
1141
+
1142
+ /* line 980, ../theme-v2-overpass.scss */
1143
+ .reveal .slides section .fragment.grow {
1144
+ opacity: 1;
1145
+ visibility: visible;
1146
+ }
1147
+
1148
+ /* line 985, ../theme-v2-overpass.scss */
1149
+ .reveal .slides section .fragment.grow.visible {
1150
+ -webkit-transform: scale(1.3);
1151
+ -ms-transform: scale(1.3);
1152
+ transform: scale(1.3);
1153
+ }
1154
+
1155
+ /* line 991, ../theme-v2-overpass.scss */
1156
+ .reveal .slides section .fragment.shrink {
1157
+ opacity: 1;
1158
+ visibility: visible;
1159
+ }
1160
+
1161
+ /* line 996, ../theme-v2-overpass.scss */
1162
+ .reveal .slides section .fragment.shrink.visible {
1163
+ -webkit-transform: scale(0.7);
1164
+ -ms-transform: scale(0.7);
1165
+ transform: scale(0.7);
1166
+ }
1167
+
1168
+ /* line 1002, ../theme-v2-overpass.scss */
1169
+ .reveal .slides section .fragment.zoom-in {
1170
+ -webkit-transform: scale(0.1);
1171
+ -ms-transform: scale(0.1);
1172
+ transform: scale(0.1);
1173
+ }
1174
+
1175
+ /* line 1008, ../theme-v2-overpass.scss */
1176
+ .reveal .slides section .fragment.zoom-in.visible {
1177
+ -webkit-transform: scale(1);
1178
+ -ms-transform: scale(1);
1179
+ transform: scale(1);
1180
+ }
1181
+
1182
+ /* line 1014, ../theme-v2-overpass.scss */
1183
+ .reveal .slides section .fragment.roll-in {
1184
+ -webkit-transform: rotateX(90deg);
1185
+ transform: rotateX(90deg);
1186
+ }
1187
+
1188
+ /* line 1019, ../theme-v2-overpass.scss */
1189
+ .reveal .slides section .fragment.roll-in.visible {
1190
+ -webkit-transform: rotateX(0);
1191
+ transform: rotateX(0);
1192
+ }
1193
+
1194
+ /* line 1024, ../theme-v2-overpass.scss */
1195
+ .reveal .slides section .fragment.fade-out {
1196
+ opacity: 1;
1197
+ visibility: visible;
1198
+ }
1199
+
1200
+ /* line 1029, ../theme-v2-overpass.scss */
1201
+ .reveal .slides section .fragment.fade-out.visible {
1202
+ opacity: 0;
1203
+ visibility: hidden;
1204
+ }
1205
+
1206
+ /* line 1034, ../theme-v2-overpass.scss */
1207
+ .reveal .slides section .fragment.semi-fade-out {
1208
+ opacity: 1;
1209
+ visibility: visible;
1210
+ }
1211
+
1212
+ /* line 1039, ../theme-v2-overpass.scss */
1213
+ .reveal .slides section .fragment.semi-fade-out.visible {
1214
+ opacity: 0.5;
1215
+ visibility: visible;
1216
+ }
1217
+
1218
+ /* line 1044, ../theme-v2-overpass.scss */
1219
+ .reveal .slides section .fragment.strike {
1220
+ opacity: 1;
1221
+ }
1222
+
1223
+ /* line 1048, ../theme-v2-overpass.scss */
1224
+ .reveal .slides section .fragment.strike.visible {
1225
+ text-decoration: line-through;
1226
+ }
1227
+
1228
+ /* line 1052, ../theme-v2-overpass.scss */
1229
+ .reveal .slides section .fragment.current-visible {
1230
+ opacity: 0;
1231
+ visibility: hidden;
1232
+ }
1233
+
1234
+ /* line 1057, ../theme-v2-overpass.scss */
1235
+ .reveal .slides section .fragment.current-visible.current-fragment {
1236
+ opacity: 1;
1237
+ visibility: visible;
1238
+ }
1239
+
1240
+ /* line 1062, ../theme-v2-overpass.scss */
1241
+ .reveal .slides section .fragment.highlight-red, .reveal .slides section .fragment.highlight-current-red, .reveal .slides section .fragment.highlight-green, .reveal .slides section .fragment.highlight-current-green, .reveal .slides section .fragment.highlight-blue, .reveal .slides section .fragment.highlight-current-blue {
1242
+ opacity: 1;
1243
+ visibility: visible;
1244
+ }
1245
+
1246
+ /* line 1067, ../theme-v2-overpass.scss */
1247
+ .reveal .slides section .fragment.highlight-red.visible {
1248
+ color: #ff2c2d;
1249
+ }
1250
+
1251
+ /* line 1071, ../theme-v2-overpass.scss */
1252
+ .reveal .slides section .fragment.highlight-green.visible {
1253
+ color: #17ff2e;
1254
+ }
1255
+
1256
+ /* line 1075, ../theme-v2-overpass.scss */
1257
+ .reveal .slides section .fragment.highlight-blue.visible {
1258
+ color: #1b91ff;
1259
+ }
1260
+
1261
+ /* line 1079, ../theme-v2-overpass.scss */
1262
+ .reveal .slides section .fragment.highlight-current-red.current-fragment {
1263
+ color: #ff2c2d;
1264
+ }
1265
+
1266
+ /* line 1083, ../theme-v2-overpass.scss */
1267
+ .reveal .slides section .fragment.highlight-current-green.current-fragment {
1268
+ color: #17ff2e;
1269
+ }
1270
+
1271
+ /* line 1087, ../theme-v2-overpass.scss */
1272
+ .reveal .slides section .fragment.highlight-current-blue.current-fragment {
1273
+ color: #1b91ff;
1274
+ }
1275
+
1276
+ /* line 1091, ../theme-v2-overpass.scss */
1277
+ .reveal:after {
1278
+ content: '';
1279
+ font-style: italic;
1280
+ }
1281
+
1282
+ /* line 1096, ../theme-v2-overpass.scss */
1283
+ .reveal iframe {
1284
+ z-index: 1;
1285
+ }
1286
+
1287
+ /* line 1100, ../theme-v2-overpass.scss */
1288
+ .reveal a {
1289
+ position: relative;
1290
+ }
1291
+
1292
+ /* line 1104, ../theme-v2-overpass.scss */
1293
+ .reveal .stretch {
1294
+ max-width: none;
1295
+ max-height: none;
1296
+ }
1297
+
1298
+ /* line 1109, ../theme-v2-overpass.scss */
1299
+ .reveal pre.stretch code {
1300
+ height: 100%;
1301
+ max-height: 100%;
1302
+ -moz-box-sizing: border-box;
1303
+ box-sizing: border-box;
1304
+ }
1305
+
1306
+ /* line 1116, ../theme-v2-overpass.scss */
1307
+ .reveal .controls {
1308
+ display: none;
1309
+ position: fixed;
1310
+ width: 110px;
1311
+ height: 110px;
1312
+ z-index: 30;
1313
+ right: 10px;
1314
+ bottom: 10px;
1315
+ -webkit-user-select: none;
1316
+ }
1317
+
1318
+ /* line 1127, ../theme-v2-overpass.scss */
1319
+ .reveal .controls div {
1320
+ position: absolute;
1321
+ opacity: 0.05;
1322
+ width: 0;
1323
+ height: 0;
1324
+ border: 12px solid transparent;
1325
+ -webkit-transform: scale(0.9999);
1326
+ -ms-transform: scale(0.9999);
1327
+ transform: scale(0.9999);
1328
+ -webkit-transition: all 0.2s ease;
1329
+ transition: all 0.2s ease;
1330
+ -webkit-tap-highlight-color: transparent;
1331
+ }
1332
+
1333
+ /* line 1141, ../theme-v2-overpass.scss */
1334
+ .reveal .controls div.enabled {
1335
+ opacity: 0.7;
1336
+ cursor: pointer;
1337
+ }
1338
+
1339
+ /* line 1146, ../theme-v2-overpass.scss */
1340
+ .reveal .controls div.enabled:active {
1341
+ margin-top: 1px;
1342
+ }
1343
+
1344
+ /* line 1150, ../theme-v2-overpass.scss */
1345
+ .reveal .controls div.navigate-left {
1346
+ top: 42px;
1347
+ border-right-width: 22px;
1348
+ border-right-color: #000;
1349
+ }
1350
+
1351
+ /* line 1156, ../theme-v2-overpass.scss */
1352
+ .reveal .controls div.navigate-left.fragmented {
1353
+ opacity: 0.3;
1354
+ }
1355
+
1356
+ /* line 1160, ../theme-v2-overpass.scss */
1357
+ .reveal .controls div.navigate-right {
1358
+ left: 74px;
1359
+ top: 42px;
1360
+ border-left-width: 22px;
1361
+ border-left-color: #000;
1362
+ }
1363
+
1364
+ /* line 1167, ../theme-v2-overpass.scss */
1365
+ .reveal .controls div.navigate-right.fragmented {
1366
+ opacity: 0.3;
1367
+ }
1368
+
1369
+ /* line 1171, ../theme-v2-overpass.scss */
1370
+ .reveal .controls div.navigate-up {
1371
+ left: 42px;
1372
+ border-bottom-width: 22px;
1373
+ border-bottom-color: #000;
1374
+ }
1375
+
1376
+ /* line 1177, ../theme-v2-overpass.scss */
1377
+ .reveal .controls div.navigate-up.fragmented {
1378
+ opacity: 0.3;
1379
+ }
1380
+
1381
+ /* line 1181, ../theme-v2-overpass.scss */
1382
+ .reveal .controls div.navigate-down {
1383
+ left: 42px;
1384
+ top: 74px;
1385
+ border-top-width: 22px;
1386
+ border-top-color: #000;
1387
+ }
1388
+
1389
+ /* line 1188, ../theme-v2-overpass.scss */
1390
+ .reveal .controls div.navigate-down.fragmented {
1391
+ opacity: 0.3;
1392
+ }
1393
+
1394
+ /* line 1192, ../theme-v2-overpass.scss */
1395
+ .reveal .progress {
1396
+ position: fixed;
1397
+ display: none;
1398
+ height: 3px;
1399
+ width: 100%;
1400
+ bottom: 0;
1401
+ left: 0;
1402
+ z-index: 10;
1403
+ background-color: rgba(0, 0, 0, 0.2);
1404
+ }
1405
+
1406
+ /* line 1203, ../theme-v2-overpass.scss */
1407
+ .reveal .progress:after {
1408
+ content: '';
1409
+ display: block;
1410
+ position: absolute;
1411
+ height: 20px;
1412
+ width: 100%;
1413
+ top: -20px;
1414
+ }
1415
+
1416
+ /* line 1212, ../theme-v2-overpass.scss */
1417
+ .reveal .progress span {
1418
+ display: block;
1419
+ height: 100%;
1420
+ width: 0px;
1421
+ background-color: #000;
1422
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
1423
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
1424
+ }
1425
+
1426
+ /* line 1221, ../theme-v2-overpass.scss */
1427
+ .reveal .slide-number {
1428
+ position: fixed;
1429
+ display: block;
1430
+ right: 15px;
1431
+ bottom: 15px;
1432
+ opacity: 0.5;
1433
+ z-index: 31;
1434
+ font-size: 12px;
1435
+ }
1436
+
1437
+ /* line 1231, ../theme-v2-overpass.scss */
1438
+ .reveal {
1439
+ position: relative;
1440
+ width: 100%;
1441
+ height: 100%;
1442
+ overflow: hidden;
1443
+ -ms-touch-action: none;
1444
+ touch-action: none;
1445
+ }
1446
+
1447
+ /* line 1240, ../theme-v2-overpass.scss */
1448
+ .reveal .slides {
1449
+ position: absolute;
1450
+ width: 100%;
1451
+ height: 100%;
1452
+ top: 0;
1453
+ right: 0;
1454
+ bottom: 0;
1455
+ left: 0;
1456
+ margin: auto;
1457
+ overflow: visible;
1458
+ z-index: 1;
1459
+ text-align: center;
1460
+ -webkit-perspective: 600px;
1461
+ perspective: 600px;
1462
+ -webkit-perspective-origin: 50% 40%;
1463
+ perspective-origin: 50% 40%;
1464
+ }
1465
+
1466
+ /* line 1258, ../theme-v2-overpass.scss */
1467
+ .reveal .slides > section {
1468
+ -ms-perspective: 600px;
1469
+ }
1470
+
1471
+ /* line 1262, ../theme-v2-overpass.scss */
1472
+ .reveal .slides > section, .reveal .slides > section > section {
1473
+ display: none;
1474
+ position: absolute;
1475
+ width: 100%;
1476
+ padding: 20px 0px;
1477
+ z-index: 10;
1478
+ -webkit-transform-style: preserve-3d;
1479
+ transform-style: preserve-3d;
1480
+ -webkit-transition: -webkit-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), -webkit-transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
1481
+ transition: -ms-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
1482
+ transition: transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
1483
+ }
1484
+
1485
+ /* line 1275, ../theme-v2-overpass.scss */
1486
+ .reveal[data-transition-speed="fast"] .slides section {
1487
+ -webkit-transition-duration: 400ms;
1488
+ transition-duration: 400ms;
1489
+ }
1490
+
1491
+ /* line 1280, ../theme-v2-overpass.scss */
1492
+ .reveal[data-transition-speed="slow"] .slides section {
1493
+ -webkit-transition-duration: 1200ms;
1494
+ transition-duration: 1200ms;
1495
+ }
1496
+
1497
+ /* line 1285, ../theme-v2-overpass.scss */
1498
+ .reveal .slides section[data-transition-speed="fast"] {
1499
+ -webkit-transition-duration: 400ms;
1500
+ transition-duration: 400ms;
1501
+ }
1502
+
1503
+ /* line 1290, ../theme-v2-overpass.scss */
1504
+ .reveal .slides section[data-transition-speed="slow"] {
1505
+ -webkit-transition-duration: 1200ms;
1506
+ transition-duration: 1200ms;
1507
+ }
1508
+
1509
+ /* line 1295, ../theme-v2-overpass.scss */
1510
+ .reveal .slides > section.stack {
1511
+ padding-top: 0;
1512
+ padding-bottom: 0;
1513
+ }
1514
+
1515
+ /* line 1300, ../theme-v2-overpass.scss */
1516
+ .reveal .slides > section.present, .reveal .slides > section > section.present {
1517
+ display: block;
1518
+ z-index: 11;
1519
+ opacity: 1;
1520
+ }
1521
+
1522
+ /* line 1306, ../theme-v2-overpass.scss */
1523
+ .reveal.center, .reveal.center .slides, .reveal.center .slides section {
1524
+ min-height: 0 !important;
1525
+ }
1526
+
1527
+ /* line 1310, ../theme-v2-overpass.scss */
1528
+ .reveal .slides > section.future, .reveal .slides > section > section.future, .reveal .slides > section.past, .reveal .slides > section > section.past {
1529
+ pointer-events: none;
1530
+ }
1531
+
1532
+ /* line 1314, ../theme-v2-overpass.scss */
1533
+ .reveal.overview .slides > section, .reveal.overview .slides > section > section {
1534
+ pointer-events: auto;
1535
+ }
1536
+
1537
+ /* line 1318, ../theme-v2-overpass.scss */
1538
+ .reveal .slides > section.past, .reveal .slides > section.future, .reveal .slides > section > section.past, .reveal .slides > section > section.future {
1539
+ opacity: 0;
1540
+ }
1541
+
1542
+ /* line 1322, ../theme-v2-overpass.scss */
1543
+ .reveal.slide section, .reveal.linear section {
1544
+ -webkit-backface-visibility: hidden;
1545
+ backface-visibility: hidden;
1546
+ }
1547
+
1548
+ /* line 1327, ../theme-v2-overpass.scss */
1549
+ .reveal .slides > section[data-transition=slide].past, .reveal.slide .slides > section:not([data-transition]).past, .reveal .slides > section[data-transition=linear].past, .reveal.linear .slides > section:not([data-transition]).past {
1550
+ -webkit-transform: translate(-150%, 0);
1551
+ -ms-transform: translate(-150%, 0);
1552
+ transform: translate(-150%, 0);
1553
+ }
1554
+
1555
+ /* line 1333, ../theme-v2-overpass.scss */
1556
+ .reveal .slides > section[data-transition=slide].future, .reveal.slide .slides > section:not([data-transition]).future, .reveal .slides > section[data-transition=linear].future, .reveal.linear .slides > section:not([data-transition]).future {
1557
+ -webkit-transform: translate(150%, 0);
1558
+ -ms-transform: translate(150%, 0);
1559
+ transform: translate(150%, 0);
1560
+ }
1561
+
1562
+ /* line 1339, ../theme-v2-overpass.scss */
1563
+ .reveal .slides > section > section[data-transition=slide].past, .reveal.slide .slides > section > section:not([data-transition]).past, .reveal .slides > section > section[data-transition=linear].past, .reveal.linear .slides > section > section:not([data-transition]).past {
1564
+ -webkit-transform: translate(0, -150%);
1565
+ -ms-transform: translate(0, -150%);
1566
+ transform: translate(0, -150%);
1567
+ }
1568
+
1569
+ /* line 1345, ../theme-v2-overpass.scss */
1570
+ .reveal .slides > section > section[data-transition=slide].future, .reveal.slide .slides > section > section:not([data-transition]).future, .reveal .slides > section > section[data-transition=linear].future, .reveal.linear .slides > section > section:not([data-transition]).future {
1571
+ -webkit-transform: translate(0, 150%);
1572
+ -ms-transform: translate(0, 150%);
1573
+ transform: translate(0, 150%);
1574
+ }
1575
+
1576
+ /* line 1351, ../theme-v2-overpass.scss */
1577
+ .reveal .slides > section[data-transition=default].past, .reveal.default .slides > section:not([data-transition]).past, .reveal .slides > section[data-transition=convex].past, .reveal.convex .slides > section:not([data-transition]).past {
1578
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
1579
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
1580
+ }
1581
+
1582
+ /* line 1356, ../theme-v2-overpass.scss */
1583
+ .reveal .slides > section[data-transition=default].future, .reveal.default .slides > section:not([data-transition]).future, .reveal .slides > section[data-transition=convex].future, .reveal.convex .slides > section:not([data-transition]).future {
1584
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
1585
+ transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
1586
+ }
1587
+
1588
+ /* line 1361, ../theme-v2-overpass.scss */
1589
+ .reveal .slides > section > section[data-transition=default].past, .reveal.default .slides > section > section:not([data-transition]).past, .reveal .slides > section > section[data-transition=convex].past, .reveal.convex .slides > section > section:not([data-transition]).past {
1590
+ -webkit-transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0);
1591
+ transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0);
1592
+ }
1593
+
1594
+ /* line 1366, ../theme-v2-overpass.scss */
1595
+ .reveal .slides > section > section[data-transition=default].future, .reveal.default .slides > section > section:not([data-transition]).future, .reveal .slides > section > section[data-transition=convex].future, .reveal.convex .slides > section > section:not([data-transition]).future {
1596
+ -webkit-transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0);
1597
+ transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0);
1598
+ }
1599
+
1600
+ /* line 1371, ../theme-v2-overpass.scss */
1601
+ .reveal .slides > section[data-transition=concave].past, .reveal.concave .slides > section:not([data-transition]).past {
1602
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
1603
+ transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
1604
+ }
1605
+
1606
+ /* line 1376, ../theme-v2-overpass.scss */
1607
+ .reveal .slides > section[data-transition=concave].future, .reveal.concave .slides > section:not([data-transition]).future {
1608
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
1609
+ transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
1610
+ }
1611
+
1612
+ /* line 1381, ../theme-v2-overpass.scss */
1613
+ .reveal .slides > section > section[data-transition=concave].past, .reveal.concave .slides > section > section:not([data-transition]).past {
1614
+ -webkit-transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0);
1615
+ transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0);
1616
+ }
1617
+
1618
+ /* line 1386, ../theme-v2-overpass.scss */
1619
+ .reveal .slides > section > section[data-transition=concave].future, .reveal.concave .slides > section > section:not([data-transition]).future {
1620
+ -webkit-transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0);
1621
+ transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0);
1622
+ }
1623
+
1624
+ /* line 1391, ../theme-v2-overpass.scss */
1625
+ .reveal .slides > section[data-transition=zoom], .reveal.zoom .slides > section:not([data-transition]) {
1626
+ -webkit-transition-timing-function: ease;
1627
+ transition-timing-function: ease;
1628
+ }
1629
+
1630
+ /* line 1396, ../theme-v2-overpass.scss */
1631
+ .reveal .slides > section[data-transition=zoom].past, .reveal.zoom .slides > section:not([data-transition]).past {
1632
+ visibility: hidden;
1633
+ -webkit-transform: scale(16);
1634
+ -ms-transform: scale(16);
1635
+ transform: scale(16);
1636
+ }
1637
+
1638
+ /* line 1403, ../theme-v2-overpass.scss */
1639
+ .reveal .slides > section[data-transition=zoom].future, .reveal.zoom .slides > section:not([data-transition]).future {
1640
+ visibility: hidden;
1641
+ -webkit-transform: scale(0.2);
1642
+ -ms-transform: scale(0.2);
1643
+ transform: scale(0.2);
1644
+ }
1645
+
1646
+ /* line 1410, ../theme-v2-overpass.scss */
1647
+ .reveal .slides > section > section[data-transition=zoom].past, .reveal.zoom .slides > section > section:not([data-transition]).past {
1648
+ -webkit-transform: translate(0, -150%);
1649
+ -ms-transform: translate(0, -150%);
1650
+ transform: translate(0, -150%);
1651
+ }
1652
+
1653
+ /* line 1416, ../theme-v2-overpass.scss */
1654
+ .reveal .slides > section > section[data-transition=zoom].future, .reveal.zoom .slides > section > section:not([data-transition]).future {
1655
+ -webkit-transform: translate(0, 150%);
1656
+ -ms-transform: translate(0, 150%);
1657
+ transform: translate(0, 150%);
1658
+ }
1659
+
1660
+ /* line 1422, ../theme-v2-overpass.scss */
1661
+ .reveal.cube .slides {
1662
+ -webkit-perspective: 1300px;
1663
+ perspective: 1300px;
1664
+ }
1665
+
1666
+ /* line 1427, ../theme-v2-overpass.scss */
1667
+ .reveal.cube .slides section {
1668
+ padding: 30px;
1669
+ min-height: 700px;
1670
+ -webkit-backface-visibility: hidden;
1671
+ backface-visibility: hidden;
1672
+ -moz-box-sizing: border-box;
1673
+ box-sizing: border-box;
1674
+ }
1675
+
1676
+ /* line 1436, ../theme-v2-overpass.scss */
1677
+ .reveal.center.cube .slides section {
1678
+ min-height: 0;
1679
+ }
1680
+
1681
+ /* line 1440, ../theme-v2-overpass.scss */
1682
+ .reveal.cube .slides section:not(.stack):before {
1683
+ content: '';
1684
+ position: absolute;
1685
+ display: block;
1686
+ width: 100%;
1687
+ height: 100%;
1688
+ left: 0;
1689
+ top: 0;
1690
+ background: rgba(0, 0, 0, 0.1);
1691
+ border-radius: 4px;
1692
+ -webkit-transform: translateZ(-20px);
1693
+ transform: translateZ(-20px);
1694
+ }
1695
+
1696
+ /* line 1454, ../theme-v2-overpass.scss */
1697
+ .reveal.cube .slides section:not(.stack):after {
1698
+ content: '';
1699
+ position: absolute;
1700
+ display: block;
1701
+ width: 90%;
1702
+ height: 30px;
1703
+ left: 5%;
1704
+ bottom: 0;
1705
+ background: none;
1706
+ z-index: 1;
1707
+ border-radius: 4px;
1708
+ box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
1709
+ -webkit-transform: translateZ(-90px) rotateX(65deg);
1710
+ transform: translateZ(-90px) rotateX(65deg);
1711
+ }
1712
+
1713
+ /* line 1470, ../theme-v2-overpass.scss */
1714
+ .reveal.cube .slides > section.stack {
1715
+ padding: 0;
1716
+ background: none;
1717
+ }
1718
+
1719
+ /* line 1475, ../theme-v2-overpass.scss */
1720
+ .reveal.cube .slides > section.past {
1721
+ -webkit-transform-origin: 100% 0%;
1722
+ -ms-transform-origin: 100% 0%;
1723
+ transform-origin: 100% 0%;
1724
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
1725
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg);
1726
+ }
1727
+
1728
+ /* line 1483, ../theme-v2-overpass.scss */
1729
+ .reveal.cube .slides > section.future {
1730
+ -webkit-transform-origin: 0% 0%;
1731
+ -ms-transform-origin: 0% 0%;
1732
+ transform-origin: 0% 0%;
1733
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
1734
+ transform: translate3d(100%, 0, 0) rotateY(90deg);
1735
+ }
1736
+
1737
+ /* line 1491, ../theme-v2-overpass.scss */
1738
+ .reveal.cube .slides > section > section.past {
1739
+ -webkit-transform-origin: 0% 100%;
1740
+ -ms-transform-origin: 0% 100%;
1741
+ transform-origin: 0% 100%;
1742
+ -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg);
1743
+ transform: translate3d(0, -100%, 0) rotateX(90deg);
1744
+ }
1745
+
1746
+ /* line 1499, ../theme-v2-overpass.scss */
1747
+ .reveal.cube .slides > section > section.future {
1748
+ -webkit-transform-origin: 0% 0%;
1749
+ -ms-transform-origin: 0% 0%;
1750
+ transform-origin: 0% 0%;
1751
+ -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg);
1752
+ transform: translate3d(0, 100%, 0) rotateX(-90deg);
1753
+ }
1754
+
1755
+ /* line 1507, ../theme-v2-overpass.scss */
1756
+ .reveal.page .slides {
1757
+ -webkit-perspective-origin: 0% 50%;
1758
+ perspective-origin: 0% 50%;
1759
+ -webkit-perspective: 3000px;
1760
+ perspective: 3000px;
1761
+ }
1762
+
1763
+ /* line 1514, ../theme-v2-overpass.scss */
1764
+ .reveal.page .slides section {
1765
+ padding: 30px;
1766
+ min-height: 700px;
1767
+ -moz-box-sizing: border-box;
1768
+ box-sizing: border-box;
1769
+ }
1770
+
1771
+ /* line 1521, ../theme-v2-overpass.scss */
1772
+ .reveal.page .slides section.past {
1773
+ z-index: 12;
1774
+ }
1775
+
1776
+ /* line 1525, ../theme-v2-overpass.scss */
1777
+ .reveal.page .slides section:not(.stack):before {
1778
+ content: '';
1779
+ position: absolute;
1780
+ display: block;
1781
+ width: 100%;
1782
+ height: 100%;
1783
+ left: 0;
1784
+ top: 0;
1785
+ background: rgba(0, 0, 0, 0.1);
1786
+ -webkit-transform: translateZ(-20px);
1787
+ transform: translateZ(-20px);
1788
+ }
1789
+
1790
+ /* line 1538, ../theme-v2-overpass.scss */
1791
+ .reveal.page .slides section:not(.stack):after {
1792
+ content: '';
1793
+ position: absolute;
1794
+ display: block;
1795
+ width: 90%;
1796
+ height: 30px;
1797
+ left: 5%;
1798
+ bottom: 0;
1799
+ background: none;
1800
+ z-index: 1;
1801
+ border-radius: 4px;
1802
+ box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
1803
+ -webkit-transform: translateZ(-90px) rotateX(65deg);
1804
+ }
1805
+
1806
+ /* line 1553, ../theme-v2-overpass.scss */
1807
+ .reveal.page .slides > section.stack {
1808
+ padding: 0;
1809
+ background: none;
1810
+ }
1811
+
1812
+ /* line 1558, ../theme-v2-overpass.scss */
1813
+ .reveal.page .slides > section.past {
1814
+ -webkit-transform-origin: 0% 0%;
1815
+ -ms-transform-origin: 0% 0%;
1816
+ transform-origin: 0% 0%;
1817
+ -webkit-transform: translate3d(-40%, 0, 0) rotateY(-80deg);
1818
+ transform: translate3d(-40%, 0, 0) rotateY(-80deg);
1819
+ }
1820
+
1821
+ /* line 1566, ../theme-v2-overpass.scss */
1822
+ .reveal.page .slides > section.future {
1823
+ -webkit-transform-origin: 100% 0%;
1824
+ -ms-transform-origin: 100% 0%;
1825
+ transform-origin: 100% 0%;
1826
+ -webkit-transform: translate3d(0, 0, 0);
1827
+ transform: translate3d(0, 0, 0);
1828
+ }
1829
+
1830
+ /* line 1574, ../theme-v2-overpass.scss */
1831
+ .reveal.page .slides > section > section.past {
1832
+ -webkit-transform-origin: 0% 0%;
1833
+ -ms-transform-origin: 0% 0%;
1834
+ transform-origin: 0% 0%;
1835
+ -webkit-transform: translate3d(0, -40%, 0) rotateX(80deg);
1836
+ transform: translate3d(0, -40%, 0) rotateX(80deg);
1837
+ }
1838
+
1839
+ /* line 1582, ../theme-v2-overpass.scss */
1840
+ .reveal.page .slides > section > section.future {
1841
+ -webkit-transform-origin: 0% 100%;
1842
+ -ms-transform-origin: 0% 100%;
1843
+ transform-origin: 0% 100%;
1844
+ -webkit-transform: translate3d(0, 0, 0);
1845
+ transform: translate3d(0, 0, 0);
1846
+ }
1847
+
1848
+ /* line 1590, ../theme-v2-overpass.scss */
1849
+ .reveal .slides section[data-transition=fade], .reveal.fade .slides section:not([data-transition]), .reveal.fade .slides > section > section:not([data-transition]) {
1850
+ -webkit-transform: none;
1851
+ -ms-transform: none;
1852
+ transform: none;
1853
+ -webkit-transition: opacity 0.5s;
1854
+ transition: opacity 0.5s;
1855
+ }
1856
+
1857
+ /* line 1598, ../theme-v2-overpass.scss */
1858
+ .reveal.fade.overview .slides section, .reveal.fade.overview .slides > section > section {
1859
+ -webkit-transition: none;
1860
+ transition: none;
1861
+ }
1862
+
1863
+ /* line 1603, ../theme-v2-overpass.scss */
1864
+ .reveal .slides section[data-transition=none], .reveal.none .slides section:not([data-transition]) {
1865
+ -webkit-transform: none;
1866
+ -ms-transform: none;
1867
+ transform: none;
1868
+ -webkit-transition: none;
1869
+ transition: none;
1870
+ }
1871
+
1872
+ /* line 1611, ../theme-v2-overpass.scss */
1873
+ .reveal .pause-overlay {
1874
+ position: absolute;
1875
+ top: 0;
1876
+ left: 0;
1877
+ width: 100%;
1878
+ height: 100%;
1879
+ background: black;
1880
+ visibility: hidden;
1881
+ opacity: 0;
1882
+ z-index: 100;
1883
+ -webkit-transition: all 1s ease;
1884
+ transition: all 1s ease;
1885
+ }
1886
+
1887
+ /* line 1625, ../theme-v2-overpass.scss */
1888
+ .reveal.paused .pause-overlay {
1889
+ visibility: visible;
1890
+ opacity: 1;
1891
+ }
1892
+
1893
+ /* line 1630, ../theme-v2-overpass.scss */
1894
+ .no-transforms {
1895
+ overflow-y: auto;
1896
+ }
1897
+
1898
+ /* line 1634, ../theme-v2-overpass.scss */
1899
+ .no-transforms .reveal .slides {
1900
+ position: relative;
1901
+ width: 80%;
1902
+ height: auto !important;
1903
+ top: 0;
1904
+ left: 50%;
1905
+ margin: 0;
1906
+ text-align: center;
1907
+ }
1908
+
1909
+ /* line 1644, ../theme-v2-overpass.scss */
1910
+ .no-transforms .reveal .controls, .no-transforms .reveal .progress {
1911
+ display: none !important;
1912
+ }
1913
+
1914
+ /* line 1648, ../theme-v2-overpass.scss */
1915
+ .no-transforms .reveal .slides section {
1916
+ display: block !important;
1917
+ opacity: 1 !important;
1918
+ position: relative !important;
1919
+ height: auto;
1920
+ min-height: 0;
1921
+ top: 0;
1922
+ left: -50%;
1923
+ margin: 70px 0;
1924
+ -webkit-transform: none;
1925
+ -ms-transform: none;
1926
+ transform: none;
1927
+ }
1928
+
1929
+ /* line 1662, ../theme-v2-overpass.scss */
1930
+ .no-transforms .reveal .slides section section {
1931
+ left: 0;
1932
+ }
1933
+
1934
+ /* line 1666, ../theme-v2-overpass.scss */
1935
+ .reveal .no-transition, .reveal .no-transition * {
1936
+ -webkit-transition: none !important;
1937
+ transition: none !important;
1938
+ }
1939
+
1940
+ /* line 1671, ../theme-v2-overpass.scss */
1941
+ .reveal .backgrounds {
1942
+ position: absolute;
1943
+ width: 100%;
1944
+ height: 100%;
1945
+ top: 0;
1946
+ left: 0;
1947
+ -webkit-perspective: 600px;
1948
+ perspective: 600px;
1949
+ }
1950
+
1951
+ /* line 1681, ../theme-v2-overpass.scss */
1952
+ .reveal .slide-background {
1953
+ display: none;
1954
+ position: absolute;
1955
+ width: 100%;
1956
+ height: 100%;
1957
+ opacity: 0;
1958
+ visibility: hidden;
1959
+ background-color: transparent;
1960
+ background-position: 50% 50%;
1961
+ background-repeat: no-repeat;
1962
+ background-size: cover;
1963
+ -webkit-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
1964
+ transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
1965
+ }
1966
+
1967
+ /* line 1696, ../theme-v2-overpass.scss */
1968
+ .reveal .slide-background.stack {
1969
+ display: block;
1970
+ }
1971
+
1972
+ /* line 1700, ../theme-v2-overpass.scss */
1973
+ .reveal .slide-background.present {
1974
+ opacity: 1;
1975
+ visibility: visible;
1976
+ }
1977
+
1978
+ /* line 1705, ../theme-v2-overpass.scss */
1979
+ .print-pdf .reveal .slide-background {
1980
+ opacity: 1 !important;
1981
+ visibility: visible !important;
1982
+ }
1983
+
1984
+ /* line 1710, ../theme-v2-overpass.scss */
1985
+ .reveal .slide-background video {
1986
+ position: absolute;
1987
+ width: 100%;
1988
+ height: 100%;
1989
+ max-width: none;
1990
+ max-height: none;
1991
+ top: 0;
1992
+ left: 0;
1993
+ }
1994
+
1995
+ /* line 1720, ../theme-v2-overpass.scss */
1996
+ .reveal[data-background-transition=none] > .backgrounds .slide-background, .reveal > .backgrounds .slide-background[data-background-transition=none] {
1997
+ -webkit-transition: none;
1998
+ transition: none;
1999
+ }
2000
+
2001
+ /* line 1725, ../theme-v2-overpass.scss */
2002
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background, .reveal > .backgrounds .slide-background[data-background-transition=slide] {
2003
+ opacity: 1;
2004
+ -webkit-backface-visibility: hidden;
2005
+ backface-visibility: hidden;
2006
+ }
2007
+
2008
+ /* line 1731, ../theme-v2-overpass.scss */
2009
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background.past, .reveal > .backgrounds .slide-background.past[data-background-transition=slide] {
2010
+ -webkit-transform: translate(-100%, 0);
2011
+ -ms-transform: translate(-100%, 0);
2012
+ transform: translate(-100%, 0);
2013
+ }
2014
+
2015
+ /* line 1737, ../theme-v2-overpass.scss */
2016
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background.future, .reveal > .backgrounds .slide-background.future[data-background-transition=slide] {
2017
+ -webkit-transform: translate(100%, 0);
2018
+ -ms-transform: translate(100%, 0);
2019
+ transform: translate(100%, 0);
2020
+ }
2021
+
2022
+ /* line 1743, ../theme-v2-overpass.scss */
2023
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.past, .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=slide] {
2024
+ -webkit-transform: translate(0, -100%);
2025
+ -ms-transform: translate(0, -100%);
2026
+ transform: translate(0, -100%);
2027
+ }
2028
+
2029
+ /* line 1749, ../theme-v2-overpass.scss */
2030
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.future, .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=slide] {
2031
+ -webkit-transform: translate(0, 100%);
2032
+ -ms-transform: translate(0, 100%);
2033
+ transform: translate(0, 100%);
2034
+ }
2035
+
2036
+ /* line 1755, ../theme-v2-overpass.scss */
2037
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background.past, .reveal > .backgrounds .slide-background.past[data-background-transition=convex] {
2038
+ opacity: 0;
2039
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
2040
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
2041
+ }
2042
+
2043
+ /* line 1761, ../theme-v2-overpass.scss */
2044
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background.future, .reveal > .backgrounds .slide-background.future[data-background-transition=convex] {
2045
+ opacity: 0;
2046
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
2047
+ transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
2048
+ }
2049
+
2050
+ /* line 1767, ../theme-v2-overpass.scss */
2051
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background > .slide-background.past, .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=convex] {
2052
+ opacity: 0;
2053
+ -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0);
2054
+ transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0);
2055
+ }
2056
+
2057
+ /* line 1773, ../theme-v2-overpass.scss */
2058
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background > .slide-background.future, .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=convex] {
2059
+ opacity: 0;
2060
+ -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0);
2061
+ transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0);
2062
+ }
2063
+
2064
+ /* line 1779, ../theme-v2-overpass.scss */
2065
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background.past, .reveal > .backgrounds .slide-background.past[data-background-transition=concave] {
2066
+ opacity: 0;
2067
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
2068
+ transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
2069
+ }
2070
+
2071
+ /* line 1785, ../theme-v2-overpass.scss */
2072
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background.future, .reveal > .backgrounds .slide-background.future[data-background-transition=concave] {
2073
+ opacity: 0;
2074
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
2075
+ transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
2076
+ }
2077
+
2078
+ /* line 1791, ../theme-v2-overpass.scss */
2079
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background > .slide-background.past, .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=concave] {
2080
+ opacity: 0;
2081
+ -webkit-transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0);
2082
+ transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0);
2083
+ }
2084
+
2085
+ /* line 1797, ../theme-v2-overpass.scss */
2086
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background > .slide-background.future, .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=concave] {
2087
+ opacity: 0;
2088
+ -webkit-transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0);
2089
+ transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0);
2090
+ }
2091
+
2092
+ /* line 1803, ../theme-v2-overpass.scss */
2093
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background, .reveal > .backgrounds .slide-background[data-background-transition=zoom] {
2094
+ -webkit-transition-timing-function: ease;
2095
+ transition-timing-function: ease;
2096
+ }
2097
+
2098
+ /* line 1808, ../theme-v2-overpass.scss */
2099
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background.past, .reveal > .backgrounds .slide-background.past[data-background-transition=zoom] {
2100
+ opacity: 0;
2101
+ visibility: hidden;
2102
+ -webkit-transform: scale(16);
2103
+ -ms-transform: scale(16);
2104
+ transform: scale(16);
2105
+ }
2106
+
2107
+ /* line 1816, ../theme-v2-overpass.scss */
2108
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background.future, .reveal > .backgrounds .slide-background.future[data-background-transition=zoom] {
2109
+ opacity: 0;
2110
+ visibility: hidden;
2111
+ -webkit-transform: scale(0.2);
2112
+ -ms-transform: scale(0.2);
2113
+ transform: scale(0.2);
2114
+ }
2115
+
2116
+ /* line 1824, ../theme-v2-overpass.scss */
2117
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.past, .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=zoom] {
2118
+ opacity: 0;
2119
+ visibility: hidden;
2120
+ -webkit-transform: scale(16);
2121
+ -ms-transform: scale(16);
2122
+ transform: scale(16);
2123
+ }
2124
+
2125
+ /* line 1832, ../theme-v2-overpass.scss */
2126
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.future, .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=zoom] {
2127
+ opacity: 0;
2128
+ visibility: hidden;
2129
+ -webkit-transform: scale(0.2);
2130
+ -ms-transform: scale(0.2);
2131
+ transform: scale(0.2);
2132
+ }
2133
+
2134
+ /* line 1840, ../theme-v2-overpass.scss */
2135
+ .reveal[data-transition-speed="fast"] > .backgrounds .slide-background {
2136
+ -webkit-transition-duration: 400ms;
2137
+ transition-duration: 400ms;
2138
+ }
2139
+
2140
+ /* line 1845, ../theme-v2-overpass.scss */
2141
+ .reveal[data-transition-speed="slow"] > .backgrounds .slide-background {
2142
+ -webkit-transition-duration: 1200ms;
2143
+ transition-duration: 1200ms;
2144
+ }
2145
+
2146
+ /* line 1850, ../theme-v2-overpass.scss */
2147
+ .reveal.overview {
2148
+ -webkit-perspective-origin: 50% 50%;
2149
+ perspective-origin: 50% 50%;
2150
+ -webkit-perspective: 700px;
2151
+ perspective: 700px;
2152
+ }
2153
+
2154
+ /* line 1857, ../theme-v2-overpass.scss */
2155
+ .reveal.overview .slides section {
2156
+ height: 700px;
2157
+ opacity: 1 !important;
2158
+ overflow: hidden;
2159
+ visibility: visible !important;
2160
+ cursor: pointer;
2161
+ -moz-box-sizing: border-box;
2162
+ box-sizing: border-box;
2163
+ }
2164
+
2165
+ /* line 1867, ../theme-v2-overpass.scss */
2166
+ .reveal.overview .slides section:hover, .reveal.overview .slides section.present {
2167
+ outline: 10px solid rgba(150, 150, 150, 0.4);
2168
+ outline-offset: 10px;
2169
+ }
2170
+
2171
+ /* line 1872, ../theme-v2-overpass.scss */
2172
+ .reveal.overview .slides section .fragment {
2173
+ opacity: 1;
2174
+ -webkit-transition: none;
2175
+ transition: none;
2176
+ }
2177
+
2178
+ /* line 1878, ../theme-v2-overpass.scss */
2179
+ .reveal.overview .slides section:after, .reveal.overview .slides section:before {
2180
+ display: none !important;
2181
+ }
2182
+
2183
+ /* line 1882, ../theme-v2-overpass.scss */
2184
+ .reveal.overview .slides > section.stack {
2185
+ padding: 0;
2186
+ top: 0 !important;
2187
+ background: none;
2188
+ outline: none;
2189
+ overflow: visible;
2190
+ }
2191
+
2192
+ /* line 1890, ../theme-v2-overpass.scss */
2193
+ .reveal.overview .backgrounds {
2194
+ -webkit-perspective: inherit;
2195
+ perspective: inherit;
2196
+ }
2197
+
2198
+ /* line 1895, ../theme-v2-overpass.scss */
2199
+ .reveal.overview .backgrounds .slide-background {
2200
+ opacity: 1;
2201
+ visibility: visible;
2202
+ outline: 10px solid rgba(150, 150, 150, 0.1);
2203
+ outline-offset: 10px;
2204
+ }
2205
+
2206
+ /* line 1902, ../theme-v2-overpass.scss */
2207
+ .reveal.overview .slides section, .reveal.overview-deactivating .slides section {
2208
+ -webkit-transition: none;
2209
+ transition: none;
2210
+ }
2211
+
2212
+ /* line 1907, ../theme-v2-overpass.scss */
2213
+ .reveal.overview .backgrounds .slide-background, .reveal.overview-deactivating .backgrounds .slide-background {
2214
+ -webkit-transition: none;
2215
+ transition: none;
2216
+ }
2217
+
2218
+ /* line 1912, ../theme-v2-overpass.scss */
2219
+ .reveal.overview-animated .slides {
2220
+ -webkit-transition: -webkit-transform 0.4s ease;
2221
+ transition: transform 0.4s ease;
2222
+ }
2223
+
2224
+ /* line 1917, ../theme-v2-overpass.scss */
2225
+ .reveal.rtl .slides, .reveal.rtl .slides h1, .reveal.rtl .slides h2, .reveal.rtl .slides h3, .reveal.rtl .slides h4, .reveal.rtl .slides h5, .reveal.rtl .slides h6 {
2226
+ direction: rtl;
2227
+ font-family: sans-serif;
2228
+ }
2229
+
2230
+ /* line 1922, ../theme-v2-overpass.scss */
2231
+ .reveal.rtl pre, .reveal.rtl code {
2232
+ direction: ltr;
2233
+ }
2234
+
2235
+ /* line 1926, ../theme-v2-overpass.scss */
2236
+ .reveal.rtl ol, .reveal.rtl ul {
2237
+ text-align: right;
2238
+ }
2239
+
2240
+ /* line 1930, ../theme-v2-overpass.scss */
2241
+ .reveal.rtl .progress span {
2242
+ float: right;
2243
+ }
2244
+
2245
+ /* line 1934, ../theme-v2-overpass.scss */
2246
+ .reveal.has-parallax-background .backgrounds {
2247
+ -webkit-transition: all 0.8s ease;
2248
+ transition: all 0.8s ease;
2249
+ }
2250
+
2251
+ /* line 1939, ../theme-v2-overpass.scss */
2252
+ .reveal.has-parallax-background[data-transition-speed="fast"] .backgrounds {
2253
+ -webkit-transition-duration: 400ms;
2254
+ transition-duration: 400ms;
2255
+ }
2256
+
2257
+ /* line 1944, ../theme-v2-overpass.scss */
2258
+ .reveal.has-parallax-background[data-transition-speed="slow"] .backgrounds {
2259
+ -webkit-transition-duration: 1200ms;
2260
+ transition-duration: 1200ms;
2261
+ }
2262
+
2263
+ /* line 1949, ../theme-v2-overpass.scss */
2264
+ .reveal .overlay {
2265
+ position: absolute;
2266
+ top: 0;
2267
+ left: 0;
2268
+ width: 100%;
2269
+ height: 100%;
2270
+ z-index: 1000;
2271
+ background: rgba(0, 0, 0, 0.9);
2272
+ opacity: 0;
2273
+ visibility: hidden;
2274
+ -webkit-transition: all 0.3s ease;
2275
+ transition: all 0.3s ease;
2276
+ }
2277
+
2278
+ /* line 1963, ../theme-v2-overpass.scss */
2279
+ .reveal .overlay.visible {
2280
+ opacity: 1;
2281
+ visibility: visible;
2282
+ }
2283
+
2284
+ /* line 1968, ../theme-v2-overpass.scss */
2285
+ .reveal .overlay .spinner {
2286
+ position: absolute;
2287
+ display: block;
2288
+ top: 50%;
2289
+ left: 50%;
2290
+ width: 32px;
2291
+ height: 32px;
2292
+ margin: -16px 0 0 -16px;
2293
+ z-index: 10;
2294
+ background-image: url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf%2F%2F%2F6%2Bvr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs%2FLy8vz8%2FAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ%2FV%2FnmOM82XiHRLYKhKP1oZmADdEAAAh%2BQQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY%2FCZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB%2BA4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6%2BHo7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq%2BB6QDtuetcaBPnW6%2BO7wDHpIiK9SaVK5GgV543tzjgGcghAgAh%2BQQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK%2B%2BG%2Bw48edZPK%2BM6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE%2BG%2BcD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm%2BFNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk%2BaV%2BoJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0%2FVNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc%2BXiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30%2FiI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE%2FjiuL04RGEBgwWhShRgQExHBAAh%2BQQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR%2BipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY%2BYip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd%2BMFCN6HAAIKgNggY0KtEBAAh%2BQQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1%2BvsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d%2BjYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg%2BygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0%2Bbm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h%2BKr0SJ8MFihpNbx%2B4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX%2BBP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA%3D%3D);
2295
+ visibility: visible;
2296
+ opacity: 0.6;
2297
+ -webkit-transition: all 0.3s ease;
2298
+ transition: all 0.3s ease;
2299
+ }
2300
+
2301
+ /* line 1984, ../theme-v2-overpass.scss */
2302
+ .reveal .overlay header {
2303
+ position: absolute;
2304
+ left: 0;
2305
+ top: 0;
2306
+ width: 100%;
2307
+ height: 40px;
2308
+ z-index: 2;
2309
+ border-bottom: 1px solid #222;
2310
+ }
2311
+
2312
+ /* line 1994, ../theme-v2-overpass.scss */
2313
+ .reveal .overlay header a {
2314
+ display: inline-block;
2315
+ width: 40px;
2316
+ height: 40px;
2317
+ padding: 0 10px;
2318
+ float: right;
2319
+ opacity: 0.6;
2320
+ -moz-box-sizing: border-box;
2321
+ box-sizing: border-box;
2322
+ }
2323
+
2324
+ /* line 2005, ../theme-v2-overpass.scss */
2325
+ .reveal .overlay header a:hover {
2326
+ opacity: 1;
2327
+ }
2328
+
2329
+ /* line 2009, ../theme-v2-overpass.scss */
2330
+ .reveal .overlay header a .icon {
2331
+ display: inline-block;
2332
+ width: 20px;
2333
+ height: 20px;
2334
+ background-position: 50% 50%;
2335
+ background-size: 100%;
2336
+ background-repeat: no-repeat;
2337
+ }
2338
+
2339
+ /* line 2018, ../theme-v2-overpass.scss */
2340
+ .reveal .overlay header a.close .icon {
2341
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABkklEQVRYR8WX4VHDMAxG6wnoJrABZQPYBCaBTWAD2g1gE5gg6OOsXuxIlr40d81dfrSJ9V4c2VLK7spHuTJ/5wpM07QXuXc5X0opX2tEJcadjHuV80li/FgxTIEK/5QBCICBD6xEhSMGHgQPgBgLiYVAB1dpSqKDawxTohFw4JSEA3clzgIBPCURwE2JucBR7rhPJJv5OpJwDX+SfDjgx1wACQeJG1aChP9K/IMmdZ8DtESV1WyP3Bt4MwM6sj4NMxMYiqUWHQu4KYA/SYkIjOsm3BXYWMKFDwU2khjCQ4ELJUJ4SmClRArOCmSXGuKma0fYD5CbzHxFpCSGAhfAVSSUGDUk2BWZaff2g6GE15BsBQ9nwmpIGDiyHQddwNTMKkbZaf9fajXQca1EX44puJZUsnY0ObGmITE3GVLCbEhQUjGVt146j6oasWN+49Vph2w1pZ5EansNZqKBm1txbU57iRRcZ86RWMDdWtBJUHBHwoQPi1GV+JCbntmvok7iTX4/Up9mgyTc/FJYDTcndgH/AA5A/CHsyEkVAAAAAElFTkSuQmCC);
2342
+ }
2343
+
2344
+ /* line 2022, ../theme-v2-overpass.scss */
2345
+ .reveal .overlay header a.external .icon {
2346
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcElEQVRYR+2WSQoAIQwEzf8f7XiOMkUQxUPlGkM3hVmiQfQR9GYnH1SsAQlI4DiBqkCMoNb9y2e90IAEJPAcgdznU9+engMaeJ7Azh5Y1U67gAho4DqBqmB1buAf0MB1AlVBek83ZPkmJMGc1wAR+AAqod/B97TRpQAAAABJRU5ErkJggg==);
2347
+ }
2348
+
2349
+ /* line 2026, ../theme-v2-overpass.scss */
2350
+ .reveal .overlay .viewport {
2351
+ position: absolute;
2352
+ top: 40px;
2353
+ right: 0;
2354
+ bottom: 0;
2355
+ left: 0;
2356
+ }
2357
+
2358
+ /* line 2034, ../theme-v2-overpass.scss */
2359
+ .reveal .overlay.overlay-preview .viewport iframe {
2360
+ width: 100%;
2361
+ height: 100%;
2362
+ max-width: 100%;
2363
+ max-height: 100%;
2364
+ border: 0;
2365
+ opacity: 0;
2366
+ visibility: hidden;
2367
+ -webkit-transition: all 0.3s ease;
2368
+ transition: all 0.3s ease;
2369
+ }
2370
+
2371
+ /* line 2046, ../theme-v2-overpass.scss */
2372
+ .reveal .overlay.overlay-preview.loaded .viewport iframe {
2373
+ opacity: 1;
2374
+ visibility: visible;
2375
+ }
2376
+
2377
+ /* line 2051, ../theme-v2-overpass.scss */
2378
+ .reveal .overlay.overlay-preview.loaded .spinner {
2379
+ opacity: 0;
2380
+ visibility: hidden;
2381
+ -webkit-transform: scale(0.2);
2382
+ -ms-transform: scale(0.2);
2383
+ transform: scale(0.2);
2384
+ }
2385
+
2386
+ /* line 2059, ../theme-v2-overpass.scss */
2387
+ .reveal .overlay.overlay-help .viewport {
2388
+ overflow: auto;
2389
+ color: #fff;
2390
+ }
2391
+
2392
+ /* line 2064, ../theme-v2-overpass.scss */
2393
+ .reveal .overlay.overlay-help .viewport .viewport-inner {
2394
+ width: 600px;
2395
+ margin: 0 auto;
2396
+ padding: 60px;
2397
+ text-align: center;
2398
+ letter-spacing: normal;
2399
+ }
2400
+
2401
+ /* line 2072, ../theme-v2-overpass.scss */
2402
+ .reveal .overlay.overlay-help .viewport .viewport-inner .title {
2403
+ font-size: 20px;
2404
+ }
2405
+
2406
+ /* line 2076, ../theme-v2-overpass.scss */
2407
+ .reveal .overlay.overlay-help .viewport .viewport-inner table {
2408
+ border: 1px solid #fff;
2409
+ border-collapse: collapse;
2410
+ font-size: 14px;
2411
+ }
2412
+
2413
+ /* line 2082, ../theme-v2-overpass.scss */
2414
+ .reveal .overlay.overlay-help .viewport .viewport-inner table th, .reveal .overlay.overlay-help .viewport .viewport-inner table td {
2415
+ width: 200px;
2416
+ padding: 10px;
2417
+ border: 1px solid #fff;
2418
+ vertical-align: middle;
2419
+ }
2420
+
2421
+ /* line 2089, ../theme-v2-overpass.scss */
2422
+ .reveal .overlay.overlay-help .viewport .viewport-inner table th {
2423
+ padding-top: 20px;
2424
+ padding-bottom: 20px;
2425
+ }
2426
+
2427
+ /* line 2094, ../theme-v2-overpass.scss */
2428
+ .reveal .playback {
2429
+ position: fixed;
2430
+ left: 15px;
2431
+ bottom: 15px;
2432
+ z-index: 30;
2433
+ cursor: pointer;
2434
+ -webkit-transition: all 400ms ease;
2435
+ transition: all 400ms ease;
2436
+ }
2437
+
2438
+ /* line 2104, ../theme-v2-overpass.scss */
2439
+ .reveal.overview .playback {
2440
+ opacity: 0;
2441
+ visibility: hidden;
2442
+ }
2443
+
2444
+ /* line 2109, ../theme-v2-overpass.scss */
2445
+ .reveal .roll {
2446
+ display: inline-block;
2447
+ line-height: 1.2;
2448
+ overflow: hidden;
2449
+ vertical-align: top;
2450
+ -webkit-perspective: 400px;
2451
+ perspective: 400px;
2452
+ -webkit-perspective-origin: 50% 50%;
2453
+ perspective-origin: 50% 50%;
2454
+ }
2455
+
2456
+ /* line 2120, ../theme-v2-overpass.scss */
2457
+ .reveal .roll:hover {
2458
+ background: none;
2459
+ text-shadow: none;
2460
+ }
2461
+
2462
+ /* line 2125, ../theme-v2-overpass.scss */
2463
+ .reveal .roll span {
2464
+ display: block;
2465
+ position: relative;
2466
+ padding: 0 2px;
2467
+ pointer-events: none;
2468
+ -webkit-transition: all 400ms ease;
2469
+ transition: all 400ms ease;
2470
+ -webkit-transform-origin: 50% 0%;
2471
+ -ms-transform-origin: 50% 0%;
2472
+ transform-origin: 50% 0%;
2473
+ -webkit-transform-style: preserve-3d;
2474
+ transform-style: preserve-3d;
2475
+ -webkit-backface-visibility: hidden;
2476
+ backface-visibility: hidden;
2477
+ }
2478
+
2479
+ /* line 2141, ../theme-v2-overpass.scss */
2480
+ .reveal .roll:hover span {
2481
+ background: rgba(0, 0, 0, 0.5);
2482
+ -webkit-transform: translate3d(0px, 0px, -45px) rotateX(90deg);
2483
+ transform: translate3d(0px, 0px, -45px) rotateX(90deg);
2484
+ }
2485
+
2486
+ /* line 2147, ../theme-v2-overpass.scss */
2487
+ .reveal .roll span:after {
2488
+ content: attr(data-title);
2489
+ display: block;
2490
+ position: absolute;
2491
+ left: 0;
2492
+ top: 0;
2493
+ padding: 0 2px;
2494
+ -webkit-backface-visibility: hidden;
2495
+ backface-visibility: hidden;
2496
+ -webkit-transform-origin: 50% 0%;
2497
+ -ms-transform-origin: 50% 0%;
2498
+ transform-origin: 50% 0%;
2499
+ -webkit-transform: translate3d(0px, 110%, 0px) rotateX(-90deg);
2500
+ transform: translate3d(0px, 110%, 0px) rotateX(-90deg);
2501
+ }
2502
+
2503
+ /* line 2163, ../theme-v2-overpass.scss */
2504
+ .reveal aside.notes {
2505
+ display: none;
2506
+ }
2507
+
2508
+ /* line 2167, ../theme-v2-overpass.scss */
2509
+ .zoomed .reveal *, .zoomed .reveal *:before, .zoomed .reveal *:after {
2510
+ -webkit-backface-visibility: visible !important;
2511
+ backface-visibility: visible !important;
2512
+ }
2513
+
2514
+ /* line 2172, ../theme-v2-overpass.scss */
2515
+ .zoomed .reveal .progress, .zoomed .reveal .controls {
2516
+ opacity: 0;
2517
+ }
2518
+
2519
+ /* line 2176, ../theme-v2-overpass.scss */
2520
+ .zoomed .reveal .roll span {
2521
+ background: none;
2522
+ }
2523
+
2524
+ /* line 2180, ../theme-v2-overpass.scss */
2525
+ .zoomed .reveal .roll span:after {
2526
+ visibility: hidden;
2527
+ }
2528
+
2529
+ /* line 2184, ../theme-v2-overpass.scss */
2530
+ .reveal .slides > section, .reveal .slides > section > section {
2531
+ height: 700px;
2532
+ font-weight: inherit;
2533
+ padding: 0;
2534
+ }
2535
+
2536
+ /* line 2190, ../theme-v2-overpass.scss */
2537
+ .reveal h1 {
2538
+ font-size: 2.50em;
2539
+ margin-bottom: 0.15em;
2540
+ }
2541
+
2542
+ /* line 2195, ../theme-v2-overpass.scss */
2543
+ .reveal h2 {
2544
+ font-size: 1.90em;
2545
+ margin-bottom: 0.2em;
2546
+ }
2547
+
2548
+ /* line 2200, ../theme-v2-overpass.scss */
2549
+ .reveal h3 {
2550
+ font-size: 1.30em;
2551
+ margin-bottom: 0.25em;
2552
+ }
2553
+
2554
+ /* line 2205, ../theme-v2-overpass.scss */
2555
+ .reveal h4 {
2556
+ font-size: 1.00em;
2557
+ margin-bottom: 0.25em;
2558
+ }
2559
+
2560
+ /* line 2210, ../theme-v2-overpass.scss */
2561
+ .reveal h5 {
2562
+ font-size: 1.00em;
2563
+ margin-bottom: 0.25em;
2564
+ }
2565
+
2566
+ /* line 2215, ../theme-v2-overpass.scss */
2567
+ .reveal h6 {
2568
+ font-size: 1.00em;
2569
+ margin-bottom: 0.25em;
2570
+ }
2571
+
2572
+ /* line 2220, ../theme-v2-overpass.scss */
2573
+ .reveal p {
2574
+ margin-bottom: 0.25em;
2575
+ }
2576
+
2577
+ /* line 2224, ../theme-v2-overpass.scss */
2578
+ .reveal a {
2579
+ text-decoration: none;
2580
+ }
2581
+
2582
+ /* line 2228, ../theme-v2-overpass.scss */
2583
+ .reveal b, .reveal strong {
2584
+ font-weight: bold;
2585
+ }
2586
+
2587
+ /* line 2232, ../theme-v2-overpass.scss */
2588
+ .reveal em {
2589
+ font-style: italic;
2590
+ }
2591
+
2592
+ /* line 2236, ../theme-v2-overpass.scss */
2593
+ .reveal sup {
2594
+ vertical-align: super;
2595
+ }
2596
+
2597
+ /* line 2240, ../theme-v2-overpass.scss */
2598
+ .reveal sub {
2599
+ vertical-align: sub;
2600
+ }
2601
+
2602
+ /* line 2244, ../theme-v2-overpass.scss */
2603
+ .reveal small {
2604
+ font-size: 0.6em;
2605
+ }
2606
+
2607
+ /* line 2248, ../theme-v2-overpass.scss */
2608
+ .reveal ol, .reveal dl, .reveal ul {
2609
+ display: inline-block;
2610
+ margin: 0.25em 0 0.25em 1.5em;
2611
+ text-align: left;
2612
+ }
2613
+
2614
+ /* line 2254, ../theme-v2-overpass.scss */
2615
+ .reveal ol {
2616
+ list-style-type: decimal;
2617
+ }
2618
+
2619
+ /* line 2258, ../theme-v2-overpass.scss */
2620
+ .reveal ul {
2621
+ list-style-type: disc;
2622
+ }
2623
+
2624
+ /* line 2262, ../theme-v2-overpass.scss */
2625
+ .reveal ul ul {
2626
+ list-style-type: square;
2627
+ }
2628
+
2629
+ /* line 2266, ../theme-v2-overpass.scss */
2630
+ .reveal ul ul ul {
2631
+ list-style-type: circle;
2632
+ }
2633
+
2634
+ /* line 2270, ../theme-v2-overpass.scss */
2635
+ .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul {
2636
+ display: block;
2637
+ margin-left: 1.5em;
2638
+ }
2639
+
2640
+ /* line 2275, ../theme-v2-overpass.scss */
2641
+ .reveal dt {
2642
+ font-weight: bold;
2643
+ }
2644
+
2645
+ /* line 2279, ../theme-v2-overpass.scss */
2646
+ .reveal dd {
2647
+ margin-left: 1.5em;
2648
+ }
2649
+
2650
+ /* line 2283, ../theme-v2-overpass.scss */
2651
+ .reveal q {
2652
+ quotes: none;
2653
+ font-style: italic;
2654
+ }
2655
+
2656
+ /* line 2288, ../theme-v2-overpass.scss */
2657
+ .reveal blockquote {
2658
+ display: block;
2659
+ margin: 0.25em auto;
2660
+ font-style: italic;
2661
+ }
2662
+
2663
+ /* line 2294, ../theme-v2-overpass.scss */
2664
+ .reveal blockquote:before {
2665
+ content: "\201C";
2666
+ display: inline-block;
2667
+ padding: 0 0.15em;
2668
+ font-size: 2em;
2669
+ line-height: 1em;
2670
+ height: 1px;
2671
+ vertical-align: top;
2672
+ }
2673
+
2674
+ /* line 2304, ../theme-v2-overpass.scss */
2675
+ .reveal blockquote > :first-child {
2676
+ margin-top: 0;
2677
+ display: inline;
2678
+ }
2679
+
2680
+ /* line 2309, ../theme-v2-overpass.scss */
2681
+ .reveal blockquote > :last-child {
2682
+ margin-bottom: 0;
2683
+ }
2684
+
2685
+ /* line 2313, ../theme-v2-overpass.scss */
2686
+ .reveal pre {
2687
+ display: block;
2688
+ position: relative;
2689
+ margin: 0.25em auto;
2690
+ text-align: left;
2691
+ font-family: monospace;
2692
+ line-height: 1.2;
2693
+ word-wrap: break-word;
2694
+ }
2695
+
2696
+ /* line 2323, ../theme-v2-overpass.scss */
2697
+ .reveal code {
2698
+ font-family: monospace;
2699
+ }
2700
+
2701
+ /* line 2327, ../theme-v2-overpass.scss */
2702
+ .reveal pre code {
2703
+ display: block;
2704
+ padding: 5px;
2705
+ overflow: auto;
2706
+ word-wrap: normal;
2707
+ background: #3F3F3F;
2708
+ color: #DCDCDC;
2709
+ }
2710
+
2711
+ /* line 2336, ../theme-v2-overpass.scss */
2712
+ .reveal table {
2713
+ margin: auto;
2714
+ border-collapse: collapse;
2715
+ border-spacing: 0;
2716
+ }
2717
+
2718
+ /* line 2342, ../theme-v2-overpass.scss */
2719
+ .reveal table th {
2720
+ font-weight: bold;
2721
+ }
2722
+
2723
+ /* line 2346, ../theme-v2-overpass.scss */
2724
+ .reveal table th, .reveal table td {
2725
+ text-align: left;
2726
+ padding: 0.2em 0.5em 0.2em 0.5em;
2727
+ border-bottom: 1px solid;
2728
+ }
2729
+
2730
+ /* line 2352, ../theme-v2-overpass.scss */
2731
+ .reveal table tr:last-child td {
2732
+ border-bottom: none;
2733
+ }
2734
+
2735
+ /* line 2356, ../theme-v2-overpass.scss */
2736
+ .theme-color-asphalt-orange {
2737
+ background-color: #2c3e50;
2738
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #415b77 0%, #2c3e50 100%);
2739
+ background-image: radial-gradient(circle farthest-corner at center, #415b77 0%, #2c3e50 100%);
2740
+ }
2741
+
2742
+ /* line 2362, ../theme-v2-overpass.scss */
2743
+ .theme-color-asphalt-orange body {
2744
+ background: transparent;
2745
+ }
2746
+
2747
+ /* line 2366, ../theme-v2-overpass.scss */
2748
+ .theme-color-asphalt-orange .theme-body-color-block {
2749
+ background: white;
2750
+ }
2751
+
2752
+ /* line 2370, ../theme-v2-overpass.scss */
2753
+ .theme-color-asphalt-orange .theme-link-color-block {
2754
+ background: #ffc200;
2755
+ }
2756
+
2757
+ /* line 2374, ../theme-v2-overpass.scss */
2758
+ .theme-color-asphalt-orange .themed, .theme-color-asphalt-orange .reveal {
2759
+ color: white;
2760
+ }
2761
+
2762
+ /* line 2378, ../theme-v2-overpass.scss */
2763
+ .theme-color-asphalt-orange .themed a, .theme-color-asphalt-orange .reveal a {
2764
+ color: #ffc200;
2765
+ }
2766
+
2767
+ /* line 2382, ../theme-v2-overpass.scss */
2768
+ .theme-color-asphalt-orange .themed a:hover, .theme-color-asphalt-orange .reveal a:hover {
2769
+ color: #ffda66;
2770
+ }
2771
+
2772
+ /* line 2386, ../theme-v2-overpass.scss */
2773
+ .theme-color-asphalt-orange .themed .controls div.navigate-left, .theme-color-asphalt-orange .themed .controls div.navigate-left.enabled, .theme-color-asphalt-orange .reveal .controls div.navigate-left, .theme-color-asphalt-orange .reveal .controls div.navigate-left.enabled {
2774
+ border-right-color: #ffc200;
2775
+ }
2776
+
2777
+ /* line 2390, ../theme-v2-overpass.scss */
2778
+ .theme-color-asphalt-orange .themed .controls div.navigate-right, .theme-color-asphalt-orange .themed .controls div.navigate-right.enabled, .theme-color-asphalt-orange .reveal .controls div.navigate-right, .theme-color-asphalt-orange .reveal .controls div.navigate-right.enabled {
2779
+ border-left-color: #ffc200;
2780
+ }
2781
+
2782
+ /* line 2394, ../theme-v2-overpass.scss */
2783
+ .theme-color-asphalt-orange .themed .controls div.navigate-up, .theme-color-asphalt-orange .themed .controls div.navigate-up.enabled, .theme-color-asphalt-orange .reveal .controls div.navigate-up, .theme-color-asphalt-orange .reveal .controls div.navigate-up.enabled {
2784
+ border-bottom-color: #ffc200;
2785
+ }
2786
+
2787
+ /* line 2398, ../theme-v2-overpass.scss */
2788
+ .theme-color-asphalt-orange .themed .controls div.navigate-down, .theme-color-asphalt-orange .themed .controls div.navigate-down.enabled, .theme-color-asphalt-orange .reveal .controls div.navigate-down, .theme-color-asphalt-orange .reveal .controls div.navigate-down.enabled {
2789
+ border-top-color: #ffc200;
2790
+ }
2791
+
2792
+ /* line 2402, ../theme-v2-overpass.scss */
2793
+ .theme-color-asphalt-orange .themed .controls div.navigate-left.enabled:hover, .theme-color-asphalt-orange .reveal .controls div.navigate-left.enabled:hover {
2794
+ border-right-color: #ffda66;
2795
+ }
2796
+
2797
+ /* line 2406, ../theme-v2-overpass.scss */
2798
+ .theme-color-asphalt-orange .themed .controls div.navigate-right.enabled:hover, .theme-color-asphalt-orange .reveal .controls div.navigate-right.enabled:hover {
2799
+ border-left-color: #ffda66;
2800
+ }
2801
+
2802
+ /* line 2410, ../theme-v2-overpass.scss */
2803
+ .theme-color-asphalt-orange .themed .controls div.navigate-up.enabled:hover, .theme-color-asphalt-orange .reveal .controls div.navigate-up.enabled:hover {
2804
+ border-bottom-color: #ffda66;
2805
+ }
2806
+
2807
+ /* line 2414, ../theme-v2-overpass.scss */
2808
+ .theme-color-asphalt-orange .themed .controls div.navigate-down.enabled:hover, .theme-color-asphalt-orange .reveal .controls div.navigate-down.enabled:hover {
2809
+ border-top-color: #ffda66;
2810
+ }
2811
+
2812
+ /* line 2418, ../theme-v2-overpass.scss */
2813
+ .theme-color-asphalt-orange .themed .progress, .theme-color-asphalt-orange .reveal .progress {
2814
+ background: rgba(0, 0, 0, 0.2);
2815
+ }
2816
+
2817
+ /* line 2422, ../theme-v2-overpass.scss */
2818
+ .theme-color-asphalt-orange .themed .progress span, .theme-color-asphalt-orange .reveal .progress span {
2819
+ background: #ffc200;
2820
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2821
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2822
+ }
2823
+
2824
+ /* line 2428, ../theme-v2-overpass.scss */
2825
+ .theme-color-beige-brown {
2826
+ background-color: #f7f3de;
2827
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #fff 0%, #f7f2d3 100%);
2828
+ background-image: radial-gradient(circle farthest-corner at center, #ffffff 0%, #f7f2d3 100%);
2829
+ }
2830
+
2831
+ /* line 2434, ../theme-v2-overpass.scss */
2832
+ .theme-color-beige-brown body {
2833
+ background: transparent;
2834
+ }
2835
+
2836
+ /* line 2438, ../theme-v2-overpass.scss */
2837
+ .theme-color-beige-brown .theme-body-color-block {
2838
+ background: #333333;
2839
+ }
2840
+
2841
+ /* line 2442, ../theme-v2-overpass.scss */
2842
+ .theme-color-beige-brown .theme-link-color-block {
2843
+ background: #8b743d;
2844
+ }
2845
+
2846
+ /* line 2446, ../theme-v2-overpass.scss */
2847
+ .theme-color-beige-brown .themed, .theme-color-beige-brown .reveal {
2848
+ color: #333333;
2849
+ }
2850
+
2851
+ /* line 2450, ../theme-v2-overpass.scss */
2852
+ .theme-color-beige-brown .themed a, .theme-color-beige-brown .reveal a {
2853
+ color: #8b743d;
2854
+ }
2855
+
2856
+ /* line 2454, ../theme-v2-overpass.scss */
2857
+ .theme-color-beige-brown .themed a:hover, .theme-color-beige-brown .reveal a:hover {
2858
+ color: #c0a86e;
2859
+ }
2860
+
2861
+ /* line 2458, ../theme-v2-overpass.scss */
2862
+ .theme-color-beige-brown .themed .controls div.navigate-left, .theme-color-beige-brown .themed .controls div.navigate-left.enabled, .theme-color-beige-brown .reveal .controls div.navigate-left, .theme-color-beige-brown .reveal .controls div.navigate-left.enabled {
2863
+ border-right-color: #8b743d;
2864
+ }
2865
+
2866
+ /* line 2462, ../theme-v2-overpass.scss */
2867
+ .theme-color-beige-brown .themed .controls div.navigate-right, .theme-color-beige-brown .themed .controls div.navigate-right.enabled, .theme-color-beige-brown .reveal .controls div.navigate-right, .theme-color-beige-brown .reveal .controls div.navigate-right.enabled {
2868
+ border-left-color: #8b743d;
2869
+ }
2870
+
2871
+ /* line 2466, ../theme-v2-overpass.scss */
2872
+ .theme-color-beige-brown .themed .controls div.navigate-up, .theme-color-beige-brown .themed .controls div.navigate-up.enabled, .theme-color-beige-brown .reveal .controls div.navigate-up, .theme-color-beige-brown .reveal .controls div.navigate-up.enabled {
2873
+ border-bottom-color: #8b743d;
2874
+ }
2875
+
2876
+ /* line 2470, ../theme-v2-overpass.scss */
2877
+ .theme-color-beige-brown .themed .controls div.navigate-down, .theme-color-beige-brown .themed .controls div.navigate-down.enabled, .theme-color-beige-brown .reveal .controls div.navigate-down, .theme-color-beige-brown .reveal .controls div.navigate-down.enabled {
2878
+ border-top-color: #8b743d;
2879
+ }
2880
+
2881
+ /* line 2474, ../theme-v2-overpass.scss */
2882
+ .theme-color-beige-brown .themed .controls div.navigate-left.enabled:hover, .theme-color-beige-brown .reveal .controls div.navigate-left.enabled:hover {
2883
+ border-right-color: #c0a86e;
2884
+ }
2885
+
2886
+ /* line 2478, ../theme-v2-overpass.scss */
2887
+ .theme-color-beige-brown .themed .controls div.navigate-right.enabled:hover, .theme-color-beige-brown .reveal .controls div.navigate-right.enabled:hover {
2888
+ border-left-color: #c0a86e;
2889
+ }
2890
+
2891
+ /* line 2482, ../theme-v2-overpass.scss */
2892
+ .theme-color-beige-brown .themed .controls div.navigate-up.enabled:hover, .theme-color-beige-brown .reveal .controls div.navigate-up.enabled:hover {
2893
+ border-bottom-color: #c0a86e;
2894
+ }
2895
+
2896
+ /* line 2486, ../theme-v2-overpass.scss */
2897
+ .theme-color-beige-brown .themed .controls div.navigate-down.enabled:hover, .theme-color-beige-brown .reveal .controls div.navigate-down.enabled:hover {
2898
+ border-top-color: #c0a86e;
2899
+ }
2900
+
2901
+ /* line 2490, ../theme-v2-overpass.scss */
2902
+ .theme-color-beige-brown .themed .progress, .theme-color-beige-brown .reveal .progress {
2903
+ background: rgba(0, 0, 0, 0.2);
2904
+ }
2905
+
2906
+ /* line 2494, ../theme-v2-overpass.scss */
2907
+ .theme-color-beige-brown .themed .progress span, .theme-color-beige-brown .reveal .progress span {
2908
+ background: #8b743d;
2909
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2910
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2911
+ }
2912
+
2913
+ /* line 2500, ../theme-v2-overpass.scss */
2914
+ .theme-color-black-blue {
2915
+ background: #111111;
2916
+ }
2917
+
2918
+ /* line 2504, ../theme-v2-overpass.scss */
2919
+ .theme-color-black-blue body {
2920
+ background: transparent;
2921
+ }
2922
+
2923
+ /* line 2508, ../theme-v2-overpass.scss */
2924
+ .theme-color-black-blue .theme-body-color-block {
2925
+ background: white;
2926
+ }
2927
+
2928
+ /* line 2512, ../theme-v2-overpass.scss */
2929
+ .theme-color-black-blue .theme-link-color-block {
2930
+ background: #2f90f8;
2931
+ }
2932
+
2933
+ /* line 2516, ../theme-v2-overpass.scss */
2934
+ .theme-color-black-blue .themed, .theme-color-black-blue .reveal {
2935
+ color: white;
2936
+ }
2937
+
2938
+ /* line 2520, ../theme-v2-overpass.scss */
2939
+ .theme-color-black-blue .themed a, .theme-color-black-blue .reveal a {
2940
+ color: #2f90f8;
2941
+ }
2942
+
2943
+ /* line 2524, ../theme-v2-overpass.scss */
2944
+ .theme-color-black-blue .themed a:hover, .theme-color-black-blue .reveal a:hover {
2945
+ color: #79b7fa;
2946
+ }
2947
+
2948
+ /* line 2528, ../theme-v2-overpass.scss */
2949
+ .theme-color-black-blue .themed .controls div.navigate-left, .theme-color-black-blue .themed .controls div.navigate-left.enabled, .theme-color-black-blue .reveal .controls div.navigate-left, .theme-color-black-blue .reveal .controls div.navigate-left.enabled {
2950
+ border-right-color: #2f90f8;
2951
+ }
2952
+
2953
+ /* line 2532, ../theme-v2-overpass.scss */
2954
+ .theme-color-black-blue .themed .controls div.navigate-right, .theme-color-black-blue .themed .controls div.navigate-right.enabled, .theme-color-black-blue .reveal .controls div.navigate-right, .theme-color-black-blue .reveal .controls div.navigate-right.enabled {
2955
+ border-left-color: #2f90f8;
2956
+ }
2957
+
2958
+ /* line 2536, ../theme-v2-overpass.scss */
2959
+ .theme-color-black-blue .themed .controls div.navigate-up, .theme-color-black-blue .themed .controls div.navigate-up.enabled, .theme-color-black-blue .reveal .controls div.navigate-up, .theme-color-black-blue .reveal .controls div.navigate-up.enabled {
2960
+ border-bottom-color: #2f90f8;
2961
+ }
2962
+
2963
+ /* line 2540, ../theme-v2-overpass.scss */
2964
+ .theme-color-black-blue .themed .controls div.navigate-down, .theme-color-black-blue .themed .controls div.navigate-down.enabled, .theme-color-black-blue .reveal .controls div.navigate-down, .theme-color-black-blue .reveal .controls div.navigate-down.enabled {
2965
+ border-top-color: #2f90f8;
2966
+ }
2967
+
2968
+ /* line 2544, ../theme-v2-overpass.scss */
2969
+ .theme-color-black-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-black-blue .reveal .controls div.navigate-left.enabled:hover {
2970
+ border-right-color: #79b7fa;
2971
+ }
2972
+
2973
+ /* line 2548, ../theme-v2-overpass.scss */
2974
+ .theme-color-black-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-black-blue .reveal .controls div.navigate-right.enabled:hover {
2975
+ border-left-color: #79b7fa;
2976
+ }
2977
+
2978
+ /* line 2552, ../theme-v2-overpass.scss */
2979
+ .theme-color-black-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-black-blue .reveal .controls div.navigate-up.enabled:hover {
2980
+ border-bottom-color: #79b7fa;
2981
+ }
2982
+
2983
+ /* line 2556, ../theme-v2-overpass.scss */
2984
+ .theme-color-black-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-black-blue .reveal .controls div.navigate-down.enabled:hover {
2985
+ border-top-color: #79b7fa;
2986
+ }
2987
+
2988
+ /* line 2560, ../theme-v2-overpass.scss */
2989
+ .theme-color-black-blue .themed .progress, .theme-color-black-blue .reveal .progress {
2990
+ background: rgba(0, 0, 0, 0.2);
2991
+ }
2992
+
2993
+ /* line 2564, ../theme-v2-overpass.scss */
2994
+ .theme-color-black-blue .themed .progress span, .theme-color-black-blue .reveal .progress span {
2995
+ background: #2f90f8;
2996
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2997
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
2998
+ }
2999
+
3000
+ /* line 2570, ../theme-v2-overpass.scss */
3001
+ .theme-color-black-mint {
3002
+ background: #111111;
3003
+ }
3004
+
3005
+ /* line 2574, ../theme-v2-overpass.scss */
3006
+ .theme-color-black-mint body {
3007
+ background: transparent;
3008
+ }
3009
+
3010
+ /* line 2578, ../theme-v2-overpass.scss */
3011
+ .theme-color-black-mint .theme-body-color-block {
3012
+ background: white;
3013
+ }
3014
+
3015
+ /* line 2582, ../theme-v2-overpass.scss */
3016
+ .theme-color-black-mint .theme-link-color-block {
3017
+ background: #8dd792;
3018
+ }
3019
+
3020
+ /* line 2586, ../theme-v2-overpass.scss */
3021
+ .theme-color-black-mint .themed, .theme-color-black-mint .reveal {
3022
+ color: white;
3023
+ }
3024
+
3025
+ /* line 2590, ../theme-v2-overpass.scss */
3026
+ .theme-color-black-mint .themed a, .theme-color-black-mint .reveal a {
3027
+ color: #8dd792;
3028
+ }
3029
+
3030
+ /* line 2594, ../theme-v2-overpass.scss */
3031
+ .theme-color-black-mint .themed a:hover, .theme-color-black-mint .reveal a:hover {
3032
+ color: #c6ebc8;
3033
+ }
3034
+
3035
+ /* line 2598, ../theme-v2-overpass.scss */
3036
+ .theme-color-black-mint .themed .controls div.navigate-left, .theme-color-black-mint .themed .controls div.navigate-left.enabled, .theme-color-black-mint .reveal .controls div.navigate-left, .theme-color-black-mint .reveal .controls div.navigate-left.enabled {
3037
+ border-right-color: #8dd792;
3038
+ }
3039
+
3040
+ /* line 2602, ../theme-v2-overpass.scss */
3041
+ .theme-color-black-mint .themed .controls div.navigate-right, .theme-color-black-mint .themed .controls div.navigate-right.enabled, .theme-color-black-mint .reveal .controls div.navigate-right, .theme-color-black-mint .reveal .controls div.navigate-right.enabled {
3042
+ border-left-color: #8dd792;
3043
+ }
3044
+
3045
+ /* line 2606, ../theme-v2-overpass.scss */
3046
+ .theme-color-black-mint .themed .controls div.navigate-up, .theme-color-black-mint .themed .controls div.navigate-up.enabled, .theme-color-black-mint .reveal .controls div.navigate-up, .theme-color-black-mint .reveal .controls div.navigate-up.enabled {
3047
+ border-bottom-color: #8dd792;
3048
+ }
3049
+
3050
+ /* line 2610, ../theme-v2-overpass.scss */
3051
+ .theme-color-black-mint .themed .controls div.navigate-down, .theme-color-black-mint .themed .controls div.navigate-down.enabled, .theme-color-black-mint .reveal .controls div.navigate-down, .theme-color-black-mint .reveal .controls div.navigate-down.enabled {
3052
+ border-top-color: #8dd792;
3053
+ }
3054
+
3055
+ /* line 2614, ../theme-v2-overpass.scss */
3056
+ .theme-color-black-mint .themed .controls div.navigate-left.enabled:hover, .theme-color-black-mint .reveal .controls div.navigate-left.enabled:hover {
3057
+ border-right-color: #c6ebc8;
3058
+ }
3059
+
3060
+ /* line 2618, ../theme-v2-overpass.scss */
3061
+ .theme-color-black-mint .themed .controls div.navigate-right.enabled:hover, .theme-color-black-mint .reveal .controls div.navigate-right.enabled:hover {
3062
+ border-left-color: #c6ebc8;
3063
+ }
3064
+
3065
+ /* line 2622, ../theme-v2-overpass.scss */
3066
+ .theme-color-black-mint .themed .controls div.navigate-up.enabled:hover, .theme-color-black-mint .reveal .controls div.navigate-up.enabled:hover {
3067
+ border-bottom-color: #c6ebc8;
3068
+ }
3069
+
3070
+ /* line 2626, ../theme-v2-overpass.scss */
3071
+ .theme-color-black-mint .themed .controls div.navigate-down.enabled:hover, .theme-color-black-mint .reveal .controls div.navigate-down.enabled:hover {
3072
+ border-top-color: #c6ebc8;
3073
+ }
3074
+
3075
+ /* line 2630, ../theme-v2-overpass.scss */
3076
+ .theme-color-black-mint .themed .progress, .theme-color-black-mint .reveal .progress {
3077
+ background: rgba(0, 0, 0, 0.2);
3078
+ }
3079
+
3080
+ /* line 2634, ../theme-v2-overpass.scss */
3081
+ .theme-color-black-mint .themed .progress span, .theme-color-black-mint .reveal .progress span {
3082
+ background: #8dd792;
3083
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3084
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3085
+ }
3086
+
3087
+ /* line 2640, ../theme-v2-overpass.scss */
3088
+ .theme-color-black-orange {
3089
+ background: #222222;
3090
+ }
3091
+
3092
+ /* line 2644, ../theme-v2-overpass.scss */
3093
+ .theme-color-black-orange body {
3094
+ background: transparent;
3095
+ }
3096
+
3097
+ /* line 2648, ../theme-v2-overpass.scss */
3098
+ .theme-color-black-orange .theme-body-color-block {
3099
+ background: white;
3100
+ }
3101
+
3102
+ /* line 2652, ../theme-v2-overpass.scss */
3103
+ .theme-color-black-orange .theme-link-color-block {
3104
+ background: #e7ad52;
3105
+ }
3106
+
3107
+ /* line 2656, ../theme-v2-overpass.scss */
3108
+ .theme-color-black-orange .themed, .theme-color-black-orange .reveal {
3109
+ color: white;
3110
+ }
3111
+
3112
+ /* line 2660, ../theme-v2-overpass.scss */
3113
+ .theme-color-black-orange .themed a, .theme-color-black-orange .reveal a {
3114
+ color: #e7ad52;
3115
+ }
3116
+
3117
+ /* line 2664, ../theme-v2-overpass.scss */
3118
+ .theme-color-black-orange .themed a:hover, .theme-color-black-orange .reveal a:hover {
3119
+ color: #f3d7ac;
3120
+ }
3121
+
3122
+ /* line 2668, ../theme-v2-overpass.scss */
3123
+ .theme-color-black-orange .themed .controls div.navigate-left, .theme-color-black-orange .themed .controls div.navigate-left.enabled, .theme-color-black-orange .reveal .controls div.navigate-left, .theme-color-black-orange .reveal .controls div.navigate-left.enabled {
3124
+ border-right-color: #e7ad52;
3125
+ }
3126
+
3127
+ /* line 2672, ../theme-v2-overpass.scss */
3128
+ .theme-color-black-orange .themed .controls div.navigate-right, .theme-color-black-orange .themed .controls div.navigate-right.enabled, .theme-color-black-orange .reveal .controls div.navigate-right, .theme-color-black-orange .reveal .controls div.navigate-right.enabled {
3129
+ border-left-color: #e7ad52;
3130
+ }
3131
+
3132
+ /* line 2676, ../theme-v2-overpass.scss */
3133
+ .theme-color-black-orange .themed .controls div.navigate-up, .theme-color-black-orange .themed .controls div.navigate-up.enabled, .theme-color-black-orange .reveal .controls div.navigate-up, .theme-color-black-orange .reveal .controls div.navigate-up.enabled {
3134
+ border-bottom-color: #e7ad52;
3135
+ }
3136
+
3137
+ /* line 2680, ../theme-v2-overpass.scss */
3138
+ .theme-color-black-orange .themed .controls div.navigate-down, .theme-color-black-orange .themed .controls div.navigate-down.enabled, .theme-color-black-orange .reveal .controls div.navigate-down, .theme-color-black-orange .reveal .controls div.navigate-down.enabled {
3139
+ border-top-color: #e7ad52;
3140
+ }
3141
+
3142
+ /* line 2684, ../theme-v2-overpass.scss */
3143
+ .theme-color-black-orange .themed .controls div.navigate-left.enabled:hover, .theme-color-black-orange .reveal .controls div.navigate-left.enabled:hover {
3144
+ border-right-color: #f3d7ac;
3145
+ }
3146
+
3147
+ /* line 2688, ../theme-v2-overpass.scss */
3148
+ .theme-color-black-orange .themed .controls div.navigate-right.enabled:hover, .theme-color-black-orange .reveal .controls div.navigate-right.enabled:hover {
3149
+ border-left-color: #f3d7ac;
3150
+ }
3151
+
3152
+ /* line 2692, ../theme-v2-overpass.scss */
3153
+ .theme-color-black-orange .themed .controls div.navigate-up.enabled:hover, .theme-color-black-orange .reveal .controls div.navigate-up.enabled:hover {
3154
+ border-bottom-color: #f3d7ac;
3155
+ }
3156
+
3157
+ /* line 2696, ../theme-v2-overpass.scss */
3158
+ .theme-color-black-orange .themed .controls div.navigate-down.enabled:hover, .theme-color-black-orange .reveal .controls div.navigate-down.enabled:hover {
3159
+ border-top-color: #f3d7ac;
3160
+ }
3161
+
3162
+ /* line 2700, ../theme-v2-overpass.scss */
3163
+ .theme-color-black-orange .themed .progress, .theme-color-black-orange .reveal .progress {
3164
+ background: rgba(0, 0, 0, 0.2);
3165
+ }
3166
+
3167
+ /* line 2704, ../theme-v2-overpass.scss */
3168
+ .theme-color-black-orange .themed .progress span, .theme-color-black-orange .reveal .progress span {
3169
+ background: #e7ad52;
3170
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3171
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3172
+ }
3173
+
3174
+ /* line 2710, ../theme-v2-overpass.scss */
3175
+ .theme-color-blue-yellow {
3176
+ background: #44a0dd;
3177
+ }
3178
+
3179
+ /* line 2714, ../theme-v2-overpass.scss */
3180
+ .theme-color-blue-yellow body {
3181
+ background: transparent;
3182
+ }
3183
+
3184
+ /* line 2718, ../theme-v2-overpass.scss */
3185
+ .theme-color-blue-yellow .theme-body-color-block {
3186
+ background: white;
3187
+ }
3188
+
3189
+ /* line 2722, ../theme-v2-overpass.scss */
3190
+ .theme-color-blue-yellow .theme-link-color-block {
3191
+ background: #ecec6a;
3192
+ }
3193
+
3194
+ /* line 2726, ../theme-v2-overpass.scss */
3195
+ .theme-color-blue-yellow .themed, .theme-color-blue-yellow .reveal {
3196
+ color: white;
3197
+ }
3198
+
3199
+ /* line 2730, ../theme-v2-overpass.scss */
3200
+ .theme-color-blue-yellow .themed a, .theme-color-blue-yellow .reveal a {
3201
+ color: #ecec6a;
3202
+ }
3203
+
3204
+ /* line 2734, ../theme-v2-overpass.scss */
3205
+ .theme-color-blue-yellow .themed a:hover, .theme-color-blue-yellow .reveal a:hover {
3206
+ color: #f8f8c4;
3207
+ }
3208
+
3209
+ /* line 2738, ../theme-v2-overpass.scss */
3210
+ .theme-color-blue-yellow .themed .controls div.navigate-left, .theme-color-blue-yellow .themed .controls div.navigate-left.enabled, .theme-color-blue-yellow .reveal .controls div.navigate-left, .theme-color-blue-yellow .reveal .controls div.navigate-left.enabled {
3211
+ border-right-color: #ecec6a;
3212
+ }
3213
+
3214
+ /* line 2742, ../theme-v2-overpass.scss */
3215
+ .theme-color-blue-yellow .themed .controls div.navigate-right, .theme-color-blue-yellow .themed .controls div.navigate-right.enabled, .theme-color-blue-yellow .reveal .controls div.navigate-right, .theme-color-blue-yellow .reveal .controls div.navigate-right.enabled {
3216
+ border-left-color: #ecec6a;
3217
+ }
3218
+
3219
+ /* line 2746, ../theme-v2-overpass.scss */
3220
+ .theme-color-blue-yellow .themed .controls div.navigate-up, .theme-color-blue-yellow .themed .controls div.navigate-up.enabled, .theme-color-blue-yellow .reveal .controls div.navigate-up, .theme-color-blue-yellow .reveal .controls div.navigate-up.enabled {
3221
+ border-bottom-color: #ecec6a;
3222
+ }
3223
+
3224
+ /* line 2750, ../theme-v2-overpass.scss */
3225
+ .theme-color-blue-yellow .themed .controls div.navigate-down, .theme-color-blue-yellow .themed .controls div.navigate-down.enabled, .theme-color-blue-yellow .reveal .controls div.navigate-down, .theme-color-blue-yellow .reveal .controls div.navigate-down.enabled {
3226
+ border-top-color: #ecec6a;
3227
+ }
3228
+
3229
+ /* line 2754, ../theme-v2-overpass.scss */
3230
+ .theme-color-blue-yellow .themed .controls div.navigate-left.enabled:hover, .theme-color-blue-yellow .reveal .controls div.navigate-left.enabled:hover {
3231
+ border-right-color: #f8f8c4;
3232
+ }
3233
+
3234
+ /* line 2758, ../theme-v2-overpass.scss */
3235
+ .theme-color-blue-yellow .themed .controls div.navigate-right.enabled:hover, .theme-color-blue-yellow .reveal .controls div.navigate-right.enabled:hover {
3236
+ border-left-color: #f8f8c4;
3237
+ }
3238
+
3239
+ /* line 2762, ../theme-v2-overpass.scss */
3240
+ .theme-color-blue-yellow .themed .controls div.navigate-up.enabled:hover, .theme-color-blue-yellow .reveal .controls div.navigate-up.enabled:hover {
3241
+ border-bottom-color: #f8f8c4;
3242
+ }
3243
+
3244
+ /* line 2766, ../theme-v2-overpass.scss */
3245
+ .theme-color-blue-yellow .themed .controls div.navigate-down.enabled:hover, .theme-color-blue-yellow .reveal .controls div.navigate-down.enabled:hover {
3246
+ border-top-color: #f8f8c4;
3247
+ }
3248
+
3249
+ /* line 2770, ../theme-v2-overpass.scss */
3250
+ .theme-color-blue-yellow .themed .progress, .theme-color-blue-yellow .reveal .progress {
3251
+ background: rgba(0, 0, 0, 0.2);
3252
+ }
3253
+
3254
+ /* line 2774, ../theme-v2-overpass.scss */
3255
+ .theme-color-blue-yellow .themed .progress span, .theme-color-blue-yellow .reveal .progress span {
3256
+ background: #ecec6a;
3257
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3258
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3259
+ }
3260
+
3261
+ /* line 2780, ../theme-v2-overpass.scss */
3262
+ .theme-color-cobalt-orange {
3263
+ background-color: #13335a;
3264
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #1a4984 0%, #13335a 100%);
3265
+ background-image: radial-gradient(circle farthest-corner at center, #1a4984 0%, #13335a 100%);
3266
+ }
3267
+
3268
+ /* line 2786, ../theme-v2-overpass.scss */
3269
+ .theme-color-cobalt-orange body {
3270
+ background: transparent;
3271
+ }
3272
+
3273
+ /* line 2790, ../theme-v2-overpass.scss */
3274
+ .theme-color-cobalt-orange .theme-body-color-block {
3275
+ background: white;
3276
+ }
3277
+
3278
+ /* line 2794, ../theme-v2-overpass.scss */
3279
+ .theme-color-cobalt-orange .theme-link-color-block {
3280
+ background: #e08c14;
3281
+ }
3282
+
3283
+ /* line 2798, ../theme-v2-overpass.scss */
3284
+ .theme-color-cobalt-orange .themed, .theme-color-cobalt-orange .reveal {
3285
+ color: white;
3286
+ }
3287
+
3288
+ /* line 2802, ../theme-v2-overpass.scss */
3289
+ .theme-color-cobalt-orange .themed a, .theme-color-cobalt-orange .reveal a {
3290
+ color: #e08c14;
3291
+ }
3292
+
3293
+ /* line 2806, ../theme-v2-overpass.scss */
3294
+ .theme-color-cobalt-orange .themed a:hover, .theme-color-cobalt-orange .reveal a:hover {
3295
+ color: #f2b968;
3296
+ }
3297
+
3298
+ /* line 2810, ../theme-v2-overpass.scss */
3299
+ .theme-color-cobalt-orange .themed .controls div.navigate-left, .theme-color-cobalt-orange .themed .controls div.navigate-left.enabled, .theme-color-cobalt-orange .reveal .controls div.navigate-left, .theme-color-cobalt-orange .reveal .controls div.navigate-left.enabled {
3300
+ border-right-color: #e08c14;
3301
+ }
3302
+
3303
+ /* line 2814, ../theme-v2-overpass.scss */
3304
+ .theme-color-cobalt-orange .themed .controls div.navigate-right, .theme-color-cobalt-orange .themed .controls div.navigate-right.enabled, .theme-color-cobalt-orange .reveal .controls div.navigate-right, .theme-color-cobalt-orange .reveal .controls div.navigate-right.enabled {
3305
+ border-left-color: #e08c14;
3306
+ }
3307
+
3308
+ /* line 2818, ../theme-v2-overpass.scss */
3309
+ .theme-color-cobalt-orange .themed .controls div.navigate-up, .theme-color-cobalt-orange .themed .controls div.navigate-up.enabled, .theme-color-cobalt-orange .reveal .controls div.navigate-up, .theme-color-cobalt-orange .reveal .controls div.navigate-up.enabled {
3310
+ border-bottom-color: #e08c14;
3311
+ }
3312
+
3313
+ /* line 2822, ../theme-v2-overpass.scss */
3314
+ .theme-color-cobalt-orange .themed .controls div.navigate-down, .theme-color-cobalt-orange .themed .controls div.navigate-down.enabled, .theme-color-cobalt-orange .reveal .controls div.navigate-down, .theme-color-cobalt-orange .reveal .controls div.navigate-down.enabled {
3315
+ border-top-color: #e08c14;
3316
+ }
3317
+
3318
+ /* line 2826, ../theme-v2-overpass.scss */
3319
+ .theme-color-cobalt-orange .themed .controls div.navigate-left.enabled:hover, .theme-color-cobalt-orange .reveal .controls div.navigate-left.enabled:hover {
3320
+ border-right-color: #f2b968;
3321
+ }
3322
+
3323
+ /* line 2830, ../theme-v2-overpass.scss */
3324
+ .theme-color-cobalt-orange .themed .controls div.navigate-right.enabled:hover, .theme-color-cobalt-orange .reveal .controls div.navigate-right.enabled:hover {
3325
+ border-left-color: #f2b968;
3326
+ }
3327
+
3328
+ /* line 2834, ../theme-v2-overpass.scss */
3329
+ .theme-color-cobalt-orange .themed .controls div.navigate-up.enabled:hover, .theme-color-cobalt-orange .reveal .controls div.navigate-up.enabled:hover {
3330
+ border-bottom-color: #f2b968;
3331
+ }
3332
+
3333
+ /* line 2838, ../theme-v2-overpass.scss */
3334
+ .theme-color-cobalt-orange .themed .controls div.navigate-down.enabled:hover, .theme-color-cobalt-orange .reveal .controls div.navigate-down.enabled:hover {
3335
+ border-top-color: #f2b968;
3336
+ }
3337
+
3338
+ /* line 2842, ../theme-v2-overpass.scss */
3339
+ .theme-color-cobalt-orange .themed .progress, .theme-color-cobalt-orange .reveal .progress {
3340
+ background: rgba(0, 0, 0, 0.2);
3341
+ }
3342
+
3343
+ /* line 2846, ../theme-v2-overpass.scss */
3344
+ .theme-color-cobalt-orange .themed .progress span, .theme-color-cobalt-orange .reveal .progress span {
3345
+ background: #e08c14;
3346
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3347
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3348
+ }
3349
+
3350
+ /* line 2852, ../theme-v2-overpass.scss */
3351
+ .theme-color-coral-blue {
3352
+ background-color: #c97150;
3353
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #d59177 0%, #c97150 100%);
3354
+ background-image: radial-gradient(circle farthest-corner at center, #d59177 0%, #c97150 100%);
3355
+ }
3356
+
3357
+ /* line 2858, ../theme-v2-overpass.scss */
3358
+ .theme-color-coral-blue body {
3359
+ background: transparent;
3360
+ }
3361
+
3362
+ /* line 2862, ../theme-v2-overpass.scss */
3363
+ .theme-color-coral-blue .theme-body-color-block {
3364
+ background: white;
3365
+ }
3366
+
3367
+ /* line 2866, ../theme-v2-overpass.scss */
3368
+ .theme-color-coral-blue .theme-link-color-block {
3369
+ background: #3a65c0;
3370
+ }
3371
+
3372
+ /* line 2870, ../theme-v2-overpass.scss */
3373
+ .theme-color-coral-blue .themed, .theme-color-coral-blue .reveal {
3374
+ color: white;
3375
+ }
3376
+
3377
+ /* line 2874, ../theme-v2-overpass.scss */
3378
+ .theme-color-coral-blue .themed a, .theme-color-coral-blue .reveal a {
3379
+ color: #3a65c0;
3380
+ }
3381
+
3382
+ /* line 2878, ../theme-v2-overpass.scss */
3383
+ .theme-color-coral-blue .themed a:hover, .theme-color-coral-blue .reveal a:hover {
3384
+ color: #86a1da;
3385
+ }
3386
+
3387
+ /* line 2882, ../theme-v2-overpass.scss */
3388
+ .theme-color-coral-blue .themed .controls div.navigate-left, .theme-color-coral-blue .themed .controls div.navigate-left.enabled, .theme-color-coral-blue .reveal .controls div.navigate-left, .theme-color-coral-blue .reveal .controls div.navigate-left.enabled {
3389
+ border-right-color: #3a65c0;
3390
+ }
3391
+
3392
+ /* line 2886, ../theme-v2-overpass.scss */
3393
+ .theme-color-coral-blue .themed .controls div.navigate-right, .theme-color-coral-blue .themed .controls div.navigate-right.enabled, .theme-color-coral-blue .reveal .controls div.navigate-right, .theme-color-coral-blue .reveal .controls div.navigate-right.enabled {
3394
+ border-left-color: #3a65c0;
3395
+ }
3396
+
3397
+ /* line 2890, ../theme-v2-overpass.scss */
3398
+ .theme-color-coral-blue .themed .controls div.navigate-up, .theme-color-coral-blue .themed .controls div.navigate-up.enabled, .theme-color-coral-blue .reveal .controls div.navigate-up, .theme-color-coral-blue .reveal .controls div.navigate-up.enabled {
3399
+ border-bottom-color: #3a65c0;
3400
+ }
3401
+
3402
+ /* line 2894, ../theme-v2-overpass.scss */
3403
+ .theme-color-coral-blue .themed .controls div.navigate-down, .theme-color-coral-blue .themed .controls div.navigate-down.enabled, .theme-color-coral-blue .reveal .controls div.navigate-down, .theme-color-coral-blue .reveal .controls div.navigate-down.enabled {
3404
+ border-top-color: #3a65c0;
3405
+ }
3406
+
3407
+ /* line 2898, ../theme-v2-overpass.scss */
3408
+ .theme-color-coral-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-coral-blue .reveal .controls div.navigate-left.enabled:hover {
3409
+ border-right-color: #86a1da;
3410
+ }
3411
+
3412
+ /* line 2902, ../theme-v2-overpass.scss */
3413
+ .theme-color-coral-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-coral-blue .reveal .controls div.navigate-right.enabled:hover {
3414
+ border-left-color: #86a1da;
3415
+ }
3416
+
3417
+ /* line 2906, ../theme-v2-overpass.scss */
3418
+ .theme-color-coral-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-coral-blue .reveal .controls div.navigate-up.enabled:hover {
3419
+ border-bottom-color: #86a1da;
3420
+ }
3421
+
3422
+ /* line 2910, ../theme-v2-overpass.scss */
3423
+ .theme-color-coral-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-coral-blue .reveal .controls div.navigate-down.enabled:hover {
3424
+ border-top-color: #86a1da;
3425
+ }
3426
+
3427
+ /* line 2914, ../theme-v2-overpass.scss */
3428
+ .theme-color-coral-blue .themed .progress, .theme-color-coral-blue .reveal .progress {
3429
+ background: rgba(0, 0, 0, 0.2);
3430
+ }
3431
+
3432
+ /* line 2918, ../theme-v2-overpass.scss */
3433
+ .theme-color-coral-blue .themed .progress span, .theme-color-coral-blue .reveal .progress span {
3434
+ background: #3a65c0;
3435
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3436
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3437
+ }
3438
+
3439
+ /* line 2924, ../theme-v2-overpass.scss */
3440
+ .theme-color-forest-yellow {
3441
+ background: #2ba056;
3442
+ }
3443
+
3444
+ /* line 2928, ../theme-v2-overpass.scss */
3445
+ .theme-color-forest-yellow body {
3446
+ background: transparent;
3447
+ }
3448
+
3449
+ /* line 2932, ../theme-v2-overpass.scss */
3450
+ .theme-color-forest-yellow .theme-body-color-block {
3451
+ background: white;
3452
+ }
3453
+
3454
+ /* line 2936, ../theme-v2-overpass.scss */
3455
+ .theme-color-forest-yellow .theme-link-color-block {
3456
+ background: #ecec6a;
3457
+ }
3458
+
3459
+ /* line 2940, ../theme-v2-overpass.scss */
3460
+ .theme-color-forest-yellow .themed, .theme-color-forest-yellow .reveal {
3461
+ color: white;
3462
+ }
3463
+
3464
+ /* line 2944, ../theme-v2-overpass.scss */
3465
+ .theme-color-forest-yellow .themed a, .theme-color-forest-yellow .reveal a {
3466
+ color: #ecec6a;
3467
+ }
3468
+
3469
+ /* line 2948, ../theme-v2-overpass.scss */
3470
+ .theme-color-forest-yellow .themed a:hover, .theme-color-forest-yellow .reveal a:hover {
3471
+ color: #f8f8c4;
3472
+ }
3473
+
3474
+ /* line 2952, ../theme-v2-overpass.scss */
3475
+ .theme-color-forest-yellow .themed .controls div.navigate-left, .theme-color-forest-yellow .themed .controls div.navigate-left.enabled, .theme-color-forest-yellow .reveal .controls div.navigate-left, .theme-color-forest-yellow .reveal .controls div.navigate-left.enabled {
3476
+ border-right-color: #ecec6a;
3477
+ }
3478
+
3479
+ /* line 2956, ../theme-v2-overpass.scss */
3480
+ .theme-color-forest-yellow .themed .controls div.navigate-right, .theme-color-forest-yellow .themed .controls div.navigate-right.enabled, .theme-color-forest-yellow .reveal .controls div.navigate-right, .theme-color-forest-yellow .reveal .controls div.navigate-right.enabled {
3481
+ border-left-color: #ecec6a;
3482
+ }
3483
+
3484
+ /* line 2960, ../theme-v2-overpass.scss */
3485
+ .theme-color-forest-yellow .themed .controls div.navigate-up, .theme-color-forest-yellow .themed .controls div.navigate-up.enabled, .theme-color-forest-yellow .reveal .controls div.navigate-up, .theme-color-forest-yellow .reveal .controls div.navigate-up.enabled {
3486
+ border-bottom-color: #ecec6a;
3487
+ }
3488
+
3489
+ /* line 2964, ../theme-v2-overpass.scss */
3490
+ .theme-color-forest-yellow .themed .controls div.navigate-down, .theme-color-forest-yellow .themed .controls div.navigate-down.enabled, .theme-color-forest-yellow .reveal .controls div.navigate-down, .theme-color-forest-yellow .reveal .controls div.navigate-down.enabled {
3491
+ border-top-color: #ecec6a;
3492
+ }
3493
+
3494
+ /* line 2968, ../theme-v2-overpass.scss */
3495
+ .theme-color-forest-yellow .themed .controls div.navigate-left.enabled:hover, .theme-color-forest-yellow .reveal .controls div.navigate-left.enabled:hover {
3496
+ border-right-color: #f8f8c4;
3497
+ }
3498
+
3499
+ /* line 2972, ../theme-v2-overpass.scss */
3500
+ .theme-color-forest-yellow .themed .controls div.navigate-right.enabled:hover, .theme-color-forest-yellow .reveal .controls div.navigate-right.enabled:hover {
3501
+ border-left-color: #f8f8c4;
3502
+ }
3503
+
3504
+ /* line 2976, ../theme-v2-overpass.scss */
3505
+ .theme-color-forest-yellow .themed .controls div.navigate-up.enabled:hover, .theme-color-forest-yellow .reveal .controls div.navigate-up.enabled:hover {
3506
+ border-bottom-color: #f8f8c4;
3507
+ }
3508
+
3509
+ /* line 2980, ../theme-v2-overpass.scss */
3510
+ .theme-color-forest-yellow .themed .controls div.navigate-down.enabled:hover, .theme-color-forest-yellow .reveal .controls div.navigate-down.enabled:hover {
3511
+ border-top-color: #f8f8c4;
3512
+ }
3513
+
3514
+ /* line 2984, ../theme-v2-overpass.scss */
3515
+ .theme-color-forest-yellow .themed .progress, .theme-color-forest-yellow .reveal .progress {
3516
+ background: rgba(0, 0, 0, 0.2);
3517
+ }
3518
+
3519
+ /* line 2988, ../theme-v2-overpass.scss */
3520
+ .theme-color-forest-yellow .themed .progress span, .theme-color-forest-yellow .reveal .progress span {
3521
+ background: #ecec6a;
3522
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3523
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3524
+ }
3525
+
3526
+ /* line 2994, ../theme-v2-overpass.scss */
3527
+ .theme-color-grey-blue {
3528
+ background-color: #313538;
3529
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #555a5f 0%, #1c1e20 100%);
3530
+ background-image: radial-gradient(circle farthest-corner at center, #555a5f 0%, #1c1e20 100%);
3531
+ }
3532
+
3533
+ /* line 3000, ../theme-v2-overpass.scss */
3534
+ .theme-color-grey-blue body {
3535
+ background: transparent;
3536
+ }
3537
+
3538
+ /* line 3004, ../theme-v2-overpass.scss */
3539
+ .theme-color-grey-blue .theme-body-color-block {
3540
+ background: white;
3541
+ }
3542
+
3543
+ /* line 3008, ../theme-v2-overpass.scss */
3544
+ .theme-color-grey-blue .theme-link-color-block {
3545
+ background: #13daec;
3546
+ }
3547
+
3548
+ /* line 3012, ../theme-v2-overpass.scss */
3549
+ .theme-color-grey-blue .themed, .theme-color-grey-blue .reveal {
3550
+ color: white;
3551
+ }
3552
+
3553
+ /* line 3016, ../theme-v2-overpass.scss */
3554
+ .theme-color-grey-blue .themed a, .theme-color-grey-blue .reveal a {
3555
+ color: #13daec;
3556
+ }
3557
+
3558
+ /* line 3020, ../theme-v2-overpass.scss */
3559
+ .theme-color-grey-blue .themed a:hover, .theme-color-grey-blue .reveal a:hover {
3560
+ color: #71e9f4;
3561
+ }
3562
+
3563
+ /* line 3024, ../theme-v2-overpass.scss */
3564
+ .theme-color-grey-blue .themed .controls div.navigate-left, .theme-color-grey-blue .themed .controls div.navigate-left.enabled, .theme-color-grey-blue .reveal .controls div.navigate-left, .theme-color-grey-blue .reveal .controls div.navigate-left.enabled {
3565
+ border-right-color: #13daec;
3566
+ }
3567
+
3568
+ /* line 3028, ../theme-v2-overpass.scss */
3569
+ .theme-color-grey-blue .themed .controls div.navigate-right, .theme-color-grey-blue .themed .controls div.navigate-right.enabled, .theme-color-grey-blue .reveal .controls div.navigate-right, .theme-color-grey-blue .reveal .controls div.navigate-right.enabled {
3570
+ border-left-color: #13daec;
3571
+ }
3572
+
3573
+ /* line 3032, ../theme-v2-overpass.scss */
3574
+ .theme-color-grey-blue .themed .controls div.navigate-up, .theme-color-grey-blue .themed .controls div.navigate-up.enabled, .theme-color-grey-blue .reveal .controls div.navigate-up, .theme-color-grey-blue .reveal .controls div.navigate-up.enabled {
3575
+ border-bottom-color: #13daec;
3576
+ }
3577
+
3578
+ /* line 3036, ../theme-v2-overpass.scss */
3579
+ .theme-color-grey-blue .themed .controls div.navigate-down, .theme-color-grey-blue .themed .controls div.navigate-down.enabled, .theme-color-grey-blue .reveal .controls div.navigate-down, .theme-color-grey-blue .reveal .controls div.navigate-down.enabled {
3580
+ border-top-color: #13daec;
3581
+ }
3582
+
3583
+ /* line 3040, ../theme-v2-overpass.scss */
3584
+ .theme-color-grey-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-grey-blue .reveal .controls div.navigate-left.enabled:hover {
3585
+ border-right-color: #71e9f4;
3586
+ }
3587
+
3588
+ /* line 3044, ../theme-v2-overpass.scss */
3589
+ .theme-color-grey-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-grey-blue .reveal .controls div.navigate-right.enabled:hover {
3590
+ border-left-color: #71e9f4;
3591
+ }
3592
+
3593
+ /* line 3048, ../theme-v2-overpass.scss */
3594
+ .theme-color-grey-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-grey-blue .reveal .controls div.navigate-up.enabled:hover {
3595
+ border-bottom-color: #71e9f4;
3596
+ }
3597
+
3598
+ /* line 3052, ../theme-v2-overpass.scss */
3599
+ .theme-color-grey-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-grey-blue .reveal .controls div.navigate-down.enabled:hover {
3600
+ border-top-color: #71e9f4;
3601
+ }
3602
+
3603
+ /* line 3056, ../theme-v2-overpass.scss */
3604
+ .theme-color-grey-blue .themed .progress, .theme-color-grey-blue .reveal .progress {
3605
+ background: rgba(0, 0, 0, 0.2);
3606
+ }
3607
+
3608
+ /* line 3060, ../theme-v2-overpass.scss */
3609
+ .theme-color-grey-blue .themed .progress span, .theme-color-grey-blue .reveal .progress span {
3610
+ background: #13daec;
3611
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3612
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3613
+ }
3614
+
3615
+ /* line 3066, ../theme-v2-overpass.scss */
3616
+ .theme-color-mint-beige {
3617
+ background-color: #207c5f;
3618
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #2aa57e 0%, #207c5f 100%);
3619
+ background-image: radial-gradient(circle farthest-corner at center, #2aa57e 0%, #207c5f 100%);
3620
+ }
3621
+
3622
+ /* line 3072, ../theme-v2-overpass.scss */
3623
+ .theme-color-mint-beige body {
3624
+ background: transparent;
3625
+ }
3626
+
3627
+ /* line 3076, ../theme-v2-overpass.scss */
3628
+ .theme-color-mint-beige .theme-body-color-block {
3629
+ background: white;
3630
+ }
3631
+
3632
+ /* line 3080, ../theme-v2-overpass.scss */
3633
+ .theme-color-mint-beige .theme-link-color-block {
3634
+ background: #ecec6a;
3635
+ }
3636
+
3637
+ /* line 3084, ../theme-v2-overpass.scss */
3638
+ .theme-color-mint-beige .themed, .theme-color-mint-beige .reveal {
3639
+ color: white;
3640
+ }
3641
+
3642
+ /* line 3088, ../theme-v2-overpass.scss */
3643
+ .theme-color-mint-beige .themed a, .theme-color-mint-beige .reveal a {
3644
+ color: #ecec6a;
3645
+ }
3646
+
3647
+ /* line 3092, ../theme-v2-overpass.scss */
3648
+ .theme-color-mint-beige .themed a:hover, .theme-color-mint-beige .reveal a:hover {
3649
+ color: #f8f8c4;
3650
+ }
3651
+
3652
+ /* line 3096, ../theme-v2-overpass.scss */
3653
+ .theme-color-mint-beige .themed .controls div.navigate-left, .theme-color-mint-beige .themed .controls div.navigate-left.enabled, .theme-color-mint-beige .reveal .controls div.navigate-left, .theme-color-mint-beige .reveal .controls div.navigate-left.enabled {
3654
+ border-right-color: #ecec6a;
3655
+ }
3656
+
3657
+ /* line 3100, ../theme-v2-overpass.scss */
3658
+ .theme-color-mint-beige .themed .controls div.navigate-right, .theme-color-mint-beige .themed .controls div.navigate-right.enabled, .theme-color-mint-beige .reveal .controls div.navigate-right, .theme-color-mint-beige .reveal .controls div.navigate-right.enabled {
3659
+ border-left-color: #ecec6a;
3660
+ }
3661
+
3662
+ /* line 3104, ../theme-v2-overpass.scss */
3663
+ .theme-color-mint-beige .themed .controls div.navigate-up, .theme-color-mint-beige .themed .controls div.navigate-up.enabled, .theme-color-mint-beige .reveal .controls div.navigate-up, .theme-color-mint-beige .reveal .controls div.navigate-up.enabled {
3664
+ border-bottom-color: #ecec6a;
3665
+ }
3666
+
3667
+ /* line 3108, ../theme-v2-overpass.scss */
3668
+ .theme-color-mint-beige .themed .controls div.navigate-down, .theme-color-mint-beige .themed .controls div.navigate-down.enabled, .theme-color-mint-beige .reveal .controls div.navigate-down, .theme-color-mint-beige .reveal .controls div.navigate-down.enabled {
3669
+ border-top-color: #ecec6a;
3670
+ }
3671
+
3672
+ /* line 3112, ../theme-v2-overpass.scss */
3673
+ .theme-color-mint-beige .themed .controls div.navigate-left.enabled:hover, .theme-color-mint-beige .reveal .controls div.navigate-left.enabled:hover {
3674
+ border-right-color: #f8f8c4;
3675
+ }
3676
+
3677
+ /* line 3116, ../theme-v2-overpass.scss */
3678
+ .theme-color-mint-beige .themed .controls div.navigate-right.enabled:hover, .theme-color-mint-beige .reveal .controls div.navigate-right.enabled:hover {
3679
+ border-left-color: #f8f8c4;
3680
+ }
3681
+
3682
+ /* line 3120, ../theme-v2-overpass.scss */
3683
+ .theme-color-mint-beige .themed .controls div.navigate-up.enabled:hover, .theme-color-mint-beige .reveal .controls div.navigate-up.enabled:hover {
3684
+ border-bottom-color: #f8f8c4;
3685
+ }
3686
+
3687
+ /* line 3124, ../theme-v2-overpass.scss */
3688
+ .theme-color-mint-beige .themed .controls div.navigate-down.enabled:hover, .theme-color-mint-beige .reveal .controls div.navigate-down.enabled:hover {
3689
+ border-top-color: #f8f8c4;
3690
+ }
3691
+
3692
+ /* line 3128, ../theme-v2-overpass.scss */
3693
+ .theme-color-mint-beige .themed .progress, .theme-color-mint-beige .reveal .progress {
3694
+ background: rgba(0, 0, 0, 0.2);
3695
+ }
3696
+
3697
+ /* line 3132, ../theme-v2-overpass.scss */
3698
+ .theme-color-mint-beige .themed .progress span, .theme-color-mint-beige .reveal .progress span {
3699
+ background: #ecec6a;
3700
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3701
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3702
+ }
3703
+
3704
+ /* line 3138, ../theme-v2-overpass.scss */
3705
+ .theme-color-no-color {
3706
+ background-color: white;
3707
+ }
3708
+
3709
+ /* line 3142, ../theme-v2-overpass.scss */
3710
+ .theme-color-no-color .theme-body-color-block, .theme-color-no-color .theme-link-color-block {
3711
+ background: black;
3712
+ }
3713
+
3714
+ /* line 3146, ../theme-v2-overpass.scss */
3715
+ .theme-color-no-color .themed, .theme-color-no-color.themed, .theme-color-no-color .reveal, .theme-color-no-color.reveal {
3716
+ color: black;
3717
+ }
3718
+
3719
+ /* line 3150, ../theme-v2-overpass.scss */
3720
+ .theme-color-sand-blue {
3721
+ background: #f0f1eb;
3722
+ }
3723
+
3724
+ /* line 3154, ../theme-v2-overpass.scss */
3725
+ .theme-color-sand-blue body {
3726
+ background: transparent;
3727
+ }
3728
+
3729
+ /* line 3158, ../theme-v2-overpass.scss */
3730
+ .theme-color-sand-blue .theme-body-color-block {
3731
+ background: #111111;
3732
+ }
3733
+
3734
+ /* line 3162, ../theme-v2-overpass.scss */
3735
+ .theme-color-sand-blue .theme-link-color-block {
3736
+ background: #2f90f8;
3737
+ }
3738
+
3739
+ /* line 3166, ../theme-v2-overpass.scss */
3740
+ .theme-color-sand-blue .themed, .theme-color-sand-blue .reveal {
3741
+ color: #111111;
3742
+ }
3743
+
3744
+ /* line 3170, ../theme-v2-overpass.scss */
3745
+ .theme-color-sand-blue .themed a, .theme-color-sand-blue .reveal a {
3746
+ color: #2f90f8;
3747
+ }
3748
+
3749
+ /* line 3174, ../theme-v2-overpass.scss */
3750
+ .theme-color-sand-blue .themed a:hover, .theme-color-sand-blue .reveal a:hover {
3751
+ color: #92c5fb;
3752
+ }
3753
+
3754
+ /* line 3178, ../theme-v2-overpass.scss */
3755
+ .theme-color-sand-blue .themed .controls div.navigate-left, .theme-color-sand-blue .themed .controls div.navigate-left.enabled, .theme-color-sand-blue .reveal .controls div.navigate-left, .theme-color-sand-blue .reveal .controls div.navigate-left.enabled {
3756
+ border-right-color: #2f90f8;
3757
+ }
3758
+
3759
+ /* line 3182, ../theme-v2-overpass.scss */
3760
+ .theme-color-sand-blue .themed .controls div.navigate-right, .theme-color-sand-blue .themed .controls div.navigate-right.enabled, .theme-color-sand-blue .reveal .controls div.navigate-right, .theme-color-sand-blue .reveal .controls div.navigate-right.enabled {
3761
+ border-left-color: #2f90f8;
3762
+ }
3763
+
3764
+ /* line 3186, ../theme-v2-overpass.scss */
3765
+ .theme-color-sand-blue .themed .controls div.navigate-up, .theme-color-sand-blue .themed .controls div.navigate-up.enabled, .theme-color-sand-blue .reveal .controls div.navigate-up, .theme-color-sand-blue .reveal .controls div.navigate-up.enabled {
3766
+ border-bottom-color: #2f90f8;
3767
+ }
3768
+
3769
+ /* line 3190, ../theme-v2-overpass.scss */
3770
+ .theme-color-sand-blue .themed .controls div.navigate-down, .theme-color-sand-blue .themed .controls div.navigate-down.enabled, .theme-color-sand-blue .reveal .controls div.navigate-down, .theme-color-sand-blue .reveal .controls div.navigate-down.enabled {
3771
+ border-top-color: #2f90f8;
3772
+ }
3773
+
3774
+ /* line 3194, ../theme-v2-overpass.scss */
3775
+ .theme-color-sand-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-sand-blue .reveal .controls div.navigate-left.enabled:hover {
3776
+ border-right-color: #92c5fb;
3777
+ }
3778
+
3779
+ /* line 3198, ../theme-v2-overpass.scss */
3780
+ .theme-color-sand-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-sand-blue .reveal .controls div.navigate-right.enabled:hover {
3781
+ border-left-color: #92c5fb;
3782
+ }
3783
+
3784
+ /* line 3202, ../theme-v2-overpass.scss */
3785
+ .theme-color-sand-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-sand-blue .reveal .controls div.navigate-up.enabled:hover {
3786
+ border-bottom-color: #92c5fb;
3787
+ }
3788
+
3789
+ /* line 3206, ../theme-v2-overpass.scss */
3790
+ .theme-color-sand-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-sand-blue .reveal .controls div.navigate-down.enabled:hover {
3791
+ border-top-color: #92c5fb;
3792
+ }
3793
+
3794
+ /* line 3210, ../theme-v2-overpass.scss */
3795
+ .theme-color-sand-blue .themed .progress, .theme-color-sand-blue .reveal .progress {
3796
+ background: rgba(0, 0, 0, 0.2);
3797
+ }
3798
+
3799
+ /* line 3214, ../theme-v2-overpass.scss */
3800
+ .theme-color-sand-blue .themed .progress span, .theme-color-sand-blue .reveal .progress span {
3801
+ background: #2f90f8;
3802
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3803
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3804
+ }
3805
+
3806
+ /* line 3220, ../theme-v2-overpass.scss */
3807
+ .theme-color-sea-yellow {
3808
+ background-color: #297477;
3809
+ background-image: -webkit-linear-gradient(top, #6cc9cd 0%, #297477 100%);
3810
+ background-image: linear-gradient(to bottom, #6cc9cd 0%, #297477 100%);
3811
+ }
3812
+
3813
+ /* line 3226, ../theme-v2-overpass.scss */
3814
+ .theme-color-sea-yellow body {
3815
+ background: transparent;
3816
+ }
3817
+
3818
+ /* line 3230, ../theme-v2-overpass.scss */
3819
+ .theme-color-sea-yellow .theme-body-color-block {
3820
+ background: white;
3821
+ }
3822
+
3823
+ /* line 3234, ../theme-v2-overpass.scss */
3824
+ .theme-color-sea-yellow .theme-link-color-block {
3825
+ background: #ffc200;
3826
+ }
3827
+
3828
+ /* line 3238, ../theme-v2-overpass.scss */
3829
+ .theme-color-sea-yellow .themed, .theme-color-sea-yellow .reveal {
3830
+ color: white;
3831
+ }
3832
+
3833
+ /* line 3242, ../theme-v2-overpass.scss */
3834
+ .theme-color-sea-yellow .themed a, .theme-color-sea-yellow .reveal a {
3835
+ color: #ffc200;
3836
+ }
3837
+
3838
+ /* line 3246, ../theme-v2-overpass.scss */
3839
+ .theme-color-sea-yellow .themed a:hover, .theme-color-sea-yellow .reveal a:hover {
3840
+ color: #ffda66;
3841
+ }
3842
+
3843
+ /* line 3250, ../theme-v2-overpass.scss */
3844
+ .theme-color-sea-yellow .themed .controls div.navigate-left, .theme-color-sea-yellow .themed .controls div.navigate-left.enabled, .theme-color-sea-yellow .reveal .controls div.navigate-left, .theme-color-sea-yellow .reveal .controls div.navigate-left.enabled {
3845
+ border-right-color: #ffc200;
3846
+ }
3847
+
3848
+ /* line 3254, ../theme-v2-overpass.scss */
3849
+ .theme-color-sea-yellow .themed .controls div.navigate-right, .theme-color-sea-yellow .themed .controls div.navigate-right.enabled, .theme-color-sea-yellow .reveal .controls div.navigate-right, .theme-color-sea-yellow .reveal .controls div.navigate-right.enabled {
3850
+ border-left-color: #ffc200;
3851
+ }
3852
+
3853
+ /* line 3258, ../theme-v2-overpass.scss */
3854
+ .theme-color-sea-yellow .themed .controls div.navigate-up, .theme-color-sea-yellow .themed .controls div.navigate-up.enabled, .theme-color-sea-yellow .reveal .controls div.navigate-up, .theme-color-sea-yellow .reveal .controls div.navigate-up.enabled {
3855
+ border-bottom-color: #ffc200;
3856
+ }
3857
+
3858
+ /* line 3262, ../theme-v2-overpass.scss */
3859
+ .theme-color-sea-yellow .themed .controls div.navigate-down, .theme-color-sea-yellow .themed .controls div.navigate-down.enabled, .theme-color-sea-yellow .reveal .controls div.navigate-down, .theme-color-sea-yellow .reveal .controls div.navigate-down.enabled {
3860
+ border-top-color: #ffc200;
3861
+ }
3862
+
3863
+ /* line 3266, ../theme-v2-overpass.scss */
3864
+ .theme-color-sea-yellow .themed .controls div.navigate-left.enabled:hover, .theme-color-sea-yellow .reveal .controls div.navigate-left.enabled:hover {
3865
+ border-right-color: #ffda66;
3866
+ }
3867
+
3868
+ /* line 3270, ../theme-v2-overpass.scss */
3869
+ .theme-color-sea-yellow .themed .controls div.navigate-right.enabled:hover, .theme-color-sea-yellow .reveal .controls div.navigate-right.enabled:hover {
3870
+ border-left-color: #ffda66;
3871
+ }
3872
+
3873
+ /* line 3274, ../theme-v2-overpass.scss */
3874
+ .theme-color-sea-yellow .themed .controls div.navigate-up.enabled:hover, .theme-color-sea-yellow .reveal .controls div.navigate-up.enabled:hover {
3875
+ border-bottom-color: #ffda66;
3876
+ }
3877
+
3878
+ /* line 3278, ../theme-v2-overpass.scss */
3879
+ .theme-color-sea-yellow .themed .controls div.navigate-down.enabled:hover, .theme-color-sea-yellow .reveal .controls div.navigate-down.enabled:hover {
3880
+ border-top-color: #ffda66;
3881
+ }
3882
+
3883
+ /* line 3282, ../theme-v2-overpass.scss */
3884
+ .theme-color-sea-yellow .themed .progress, .theme-color-sea-yellow .reveal .progress {
3885
+ background: rgba(0, 0, 0, 0.2);
3886
+ }
3887
+
3888
+ /* line 3286, ../theme-v2-overpass.scss */
3889
+ .theme-color-sea-yellow .themed .progress span, .theme-color-sea-yellow .reveal .progress span {
3890
+ background: #ffc200;
3891
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3892
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3893
+ }
3894
+
3895
+ /* line 3292, ../theme-v2-overpass.scss */
3896
+ .theme-color-silver-blue {
3897
+ background-color: #dddddd;
3898
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #fff 0%, #ddd 100%);
3899
+ background-image: radial-gradient(circle farthest-corner at center, #ffffff 0%, #dddddd 100%);
3900
+ }
3901
+
3902
+ /* line 3298, ../theme-v2-overpass.scss */
3903
+ .theme-color-silver-blue body {
3904
+ background: transparent;
3905
+ }
3906
+
3907
+ /* line 3302, ../theme-v2-overpass.scss */
3908
+ .theme-color-silver-blue .theme-body-color-block {
3909
+ background: #111111;
3910
+ }
3911
+
3912
+ /* line 3306, ../theme-v2-overpass.scss */
3913
+ .theme-color-silver-blue .theme-link-color-block {
3914
+ background: #106bcc;
3915
+ }
3916
+
3917
+ /* line 3310, ../theme-v2-overpass.scss */
3918
+ .theme-color-silver-blue .themed, .theme-color-silver-blue .reveal {
3919
+ color: #111111;
3920
+ }
3921
+
3922
+ /* line 3314, ../theme-v2-overpass.scss */
3923
+ .theme-color-silver-blue .themed a, .theme-color-silver-blue .reveal a {
3924
+ color: #106bcc;
3925
+ }
3926
+
3927
+ /* line 3318, ../theme-v2-overpass.scss */
3928
+ .theme-color-silver-blue .themed a:hover, .theme-color-silver-blue .reveal a:hover {
3929
+ color: #2184ee;
3930
+ }
3931
+
3932
+ /* line 3322, ../theme-v2-overpass.scss */
3933
+ .theme-color-silver-blue .themed .controls div.navigate-left, .theme-color-silver-blue .themed .controls div.navigate-left.enabled, .theme-color-silver-blue .reveal .controls div.navigate-left, .theme-color-silver-blue .reveal .controls div.navigate-left.enabled {
3934
+ border-right-color: #106bcc;
3935
+ }
3936
+
3937
+ /* line 3326, ../theme-v2-overpass.scss */
3938
+ .theme-color-silver-blue .themed .controls div.navigate-right, .theme-color-silver-blue .themed .controls div.navigate-right.enabled, .theme-color-silver-blue .reveal .controls div.navigate-right, .theme-color-silver-blue .reveal .controls div.navigate-right.enabled {
3939
+ border-left-color: #106bcc;
3940
+ }
3941
+
3942
+ /* line 3330, ../theme-v2-overpass.scss */
3943
+ .theme-color-silver-blue .themed .controls div.navigate-up, .theme-color-silver-blue .themed .controls div.navigate-up.enabled, .theme-color-silver-blue .reveal .controls div.navigate-up, .theme-color-silver-blue .reveal .controls div.navigate-up.enabled {
3944
+ border-bottom-color: #106bcc;
3945
+ }
3946
+
3947
+ /* line 3334, ../theme-v2-overpass.scss */
3948
+ .theme-color-silver-blue .themed .controls div.navigate-down, .theme-color-silver-blue .themed .controls div.navigate-down.enabled, .theme-color-silver-blue .reveal .controls div.navigate-down, .theme-color-silver-blue .reveal .controls div.navigate-down.enabled {
3949
+ border-top-color: #106bcc;
3950
+ }
3951
+
3952
+ /* line 3338, ../theme-v2-overpass.scss */
3953
+ .theme-color-silver-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-silver-blue .reveal .controls div.navigate-left.enabled:hover {
3954
+ border-right-color: #2184ee;
3955
+ }
3956
+
3957
+ /* line 3342, ../theme-v2-overpass.scss */
3958
+ .theme-color-silver-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-silver-blue .reveal .controls div.navigate-right.enabled:hover {
3959
+ border-left-color: #2184ee;
3960
+ }
3961
+
3962
+ /* line 3346, ../theme-v2-overpass.scss */
3963
+ .theme-color-silver-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-silver-blue .reveal .controls div.navigate-up.enabled:hover {
3964
+ border-bottom-color: #2184ee;
3965
+ }
3966
+
3967
+ /* line 3350, ../theme-v2-overpass.scss */
3968
+ .theme-color-silver-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-silver-blue .reveal .controls div.navigate-down.enabled:hover {
3969
+ border-top-color: #2184ee;
3970
+ }
3971
+
3972
+ /* line 3354, ../theme-v2-overpass.scss */
3973
+ .theme-color-silver-blue .themed .progress, .theme-color-silver-blue .reveal .progress {
3974
+ background: rgba(0, 0, 0, 0.2);
3975
+ }
3976
+
3977
+ /* line 3358, ../theme-v2-overpass.scss */
3978
+ .theme-color-silver-blue .themed .progress span, .theme-color-silver-blue .reveal .progress span {
3979
+ background: #106bcc;
3980
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3981
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
3982
+ }
3983
+
3984
+ /* line 3364, ../theme-v2-overpass.scss */
3985
+ .theme-color-silver-green {
3986
+ background-color: #dddddd;
3987
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #fff 0%, #ddd 100%);
3988
+ background-image: radial-gradient(circle farthest-corner at center, #ffffff 0%, #dddddd 100%);
3989
+ }
3990
+
3991
+ /* line 3370, ../theme-v2-overpass.scss */
3992
+ .theme-color-silver-green body {
3993
+ background: transparent;
3994
+ }
3995
+
3996
+ /* line 3374, ../theme-v2-overpass.scss */
3997
+ .theme-color-silver-green .theme-body-color-block {
3998
+ background: #111111;
3999
+ }
4000
+
4001
+ /* line 3378, ../theme-v2-overpass.scss */
4002
+ .theme-color-silver-green .theme-link-color-block {
4003
+ background: #039426;
4004
+ }
4005
+
4006
+ /* line 3382, ../theme-v2-overpass.scss */
4007
+ .theme-color-silver-green .themed, .theme-color-silver-green .reveal {
4008
+ color: #111111;
4009
+ }
4010
+
4011
+ /* line 3386, ../theme-v2-overpass.scss */
4012
+ .theme-color-silver-green .themed a, .theme-color-silver-green .reveal a {
4013
+ color: #039426;
4014
+ }
4015
+
4016
+ /* line 3390, ../theme-v2-overpass.scss */
4017
+ .theme-color-silver-green .themed a:hover, .theme-color-silver-green .reveal a:hover {
4018
+ color: #04c633;
4019
+ }
4020
+
4021
+ /* line 3394, ../theme-v2-overpass.scss */
4022
+ .theme-color-silver-green .themed .controls div.navigate-left, .theme-color-silver-green .themed .controls div.navigate-left.enabled, .theme-color-silver-green .reveal .controls div.navigate-left, .theme-color-silver-green .reveal .controls div.navigate-left.enabled {
4023
+ border-right-color: #039426;
4024
+ }
4025
+
4026
+ /* line 3398, ../theme-v2-overpass.scss */
4027
+ .theme-color-silver-green .themed .controls div.navigate-right, .theme-color-silver-green .themed .controls div.navigate-right.enabled, .theme-color-silver-green .reveal .controls div.navigate-right, .theme-color-silver-green .reveal .controls div.navigate-right.enabled {
4028
+ border-left-color: #039426;
4029
+ }
4030
+
4031
+ /* line 3402, ../theme-v2-overpass.scss */
4032
+ .theme-color-silver-green .themed .controls div.navigate-up, .theme-color-silver-green .themed .controls div.navigate-up.enabled, .theme-color-silver-green .reveal .controls div.navigate-up, .theme-color-silver-green .reveal .controls div.navigate-up.enabled {
4033
+ border-bottom-color: #039426;
4034
+ }
4035
+
4036
+ /* line 3406, ../theme-v2-overpass.scss */
4037
+ .theme-color-silver-green .themed .controls div.navigate-down, .theme-color-silver-green .themed .controls div.navigate-down.enabled, .theme-color-silver-green .reveal .controls div.navigate-down, .theme-color-silver-green .reveal .controls div.navigate-down.enabled {
4038
+ border-top-color: #039426;
4039
+ }
4040
+
4041
+ /* line 3410, ../theme-v2-overpass.scss */
4042
+ .theme-color-silver-green .themed .controls div.navigate-left.enabled:hover, .theme-color-silver-green .reveal .controls div.navigate-left.enabled:hover {
4043
+ border-right-color: #04c633;
4044
+ }
4045
+
4046
+ /* line 3414, ../theme-v2-overpass.scss */
4047
+ .theme-color-silver-green .themed .controls div.navigate-right.enabled:hover, .theme-color-silver-green .reveal .controls div.navigate-right.enabled:hover {
4048
+ border-left-color: #04c633;
4049
+ }
4050
+
4051
+ /* line 3418, ../theme-v2-overpass.scss */
4052
+ .theme-color-silver-green .themed .controls div.navigate-up.enabled:hover, .theme-color-silver-green .reveal .controls div.navigate-up.enabled:hover {
4053
+ border-bottom-color: #04c633;
4054
+ }
4055
+
4056
+ /* line 3422, ../theme-v2-overpass.scss */
4057
+ .theme-color-silver-green .themed .controls div.navigate-down.enabled:hover, .theme-color-silver-green .reveal .controls div.navigate-down.enabled:hover {
4058
+ border-top-color: #04c633;
4059
+ }
4060
+
4061
+ /* line 3426, ../theme-v2-overpass.scss */
4062
+ .theme-color-silver-green .themed .progress, .theme-color-silver-green .reveal .progress {
4063
+ background: rgba(0, 0, 0, 0.2);
4064
+ }
4065
+
4066
+ /* line 3430, ../theme-v2-overpass.scss */
4067
+ .theme-color-silver-green .themed .progress span, .theme-color-silver-green .reveal .progress span {
4068
+ background: #039426;
4069
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
4070
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
4071
+ }
4072
+
4073
+ /* line 3436, ../theme-v2-overpass.scss */
4074
+ .theme-color-sky-blue {
4075
+ background-color: #dcedf1;
4076
+ background-image: -webkit-radial-gradient(center, circle farthest-corner, #f7fbfc 0%, #add9e4 100%);
4077
+ background-image: radial-gradient(circle farthest-corner at center, #f7fbfc 0%, #add9e4 100%);
4078
+ }
4079
+
4080
+ /* line 3442, ../theme-v2-overpass.scss */
4081
+ .theme-color-sky-blue body {
4082
+ background: transparent;
4083
+ }
4084
+
4085
+ /* line 3446, ../theme-v2-overpass.scss */
4086
+ .theme-color-sky-blue .theme-body-color-block {
4087
+ background: #333333;
4088
+ }
4089
+
4090
+ /* line 3450, ../theme-v2-overpass.scss */
4091
+ .theme-color-sky-blue .theme-link-color-block {
4092
+ background: #3b759e;
4093
+ }
4094
+
4095
+ /* line 3454, ../theme-v2-overpass.scss */
4096
+ .theme-color-sky-blue .themed, .theme-color-sky-blue .reveal {
4097
+ color: #333333;
4098
+ }
4099
+
4100
+ /* line 3458, ../theme-v2-overpass.scss */
4101
+ .theme-color-sky-blue .themed a, .theme-color-sky-blue .reveal a {
4102
+ color: #3b759e;
4103
+ }
4104
+
4105
+ /* line 3462, ../theme-v2-overpass.scss */
4106
+ .theme-color-sky-blue .themed a:hover, .theme-color-sky-blue .reveal a:hover {
4107
+ color: #74a7cb;
4108
+ }
4109
+
4110
+ /* line 3466, ../theme-v2-overpass.scss */
4111
+ .theme-color-sky-blue .themed .controls div.navigate-left, .theme-color-sky-blue .themed .controls div.navigate-left.enabled, .theme-color-sky-blue .reveal .controls div.navigate-left, .theme-color-sky-blue .reveal .controls div.navigate-left.enabled {
4112
+ border-right-color: #3b759e;
4113
+ }
4114
+
4115
+ /* line 3470, ../theme-v2-overpass.scss */
4116
+ .theme-color-sky-blue .themed .controls div.navigate-right, .theme-color-sky-blue .themed .controls div.navigate-right.enabled, .theme-color-sky-blue .reveal .controls div.navigate-right, .theme-color-sky-blue .reveal .controls div.navigate-right.enabled {
4117
+ border-left-color: #3b759e;
4118
+ }
4119
+
4120
+ /* line 3474, ../theme-v2-overpass.scss */
4121
+ .theme-color-sky-blue .themed .controls div.navigate-up, .theme-color-sky-blue .themed .controls div.navigate-up.enabled, .theme-color-sky-blue .reveal .controls div.navigate-up, .theme-color-sky-blue .reveal .controls div.navigate-up.enabled {
4122
+ border-bottom-color: #3b759e;
4123
+ }
4124
+
4125
+ /* line 3478, ../theme-v2-overpass.scss */
4126
+ .theme-color-sky-blue .themed .controls div.navigate-down, .theme-color-sky-blue .themed .controls div.navigate-down.enabled, .theme-color-sky-blue .reveal .controls div.navigate-down, .theme-color-sky-blue .reveal .controls div.navigate-down.enabled {
4127
+ border-top-color: #3b759e;
4128
+ }
4129
+
4130
+ /* line 3482, ../theme-v2-overpass.scss */
4131
+ .theme-color-sky-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-sky-blue .reveal .controls div.navigate-left.enabled:hover {
4132
+ border-right-color: #74a7cb;
4133
+ }
4134
+
4135
+ /* line 3486, ../theme-v2-overpass.scss */
4136
+ .theme-color-sky-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-sky-blue .reveal .controls div.navigate-right.enabled:hover {
4137
+ border-left-color: #74a7cb;
4138
+ }
4139
+
4140
+ /* line 3490, ../theme-v2-overpass.scss */
4141
+ .theme-color-sky-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-sky-blue .reveal .controls div.navigate-up.enabled:hover {
4142
+ border-bottom-color: #74a7cb;
4143
+ }
4144
+
4145
+ /* line 3494, ../theme-v2-overpass.scss */
4146
+ .theme-color-sky-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-sky-blue .reveal .controls div.navigate-down.enabled:hover {
4147
+ border-top-color: #74a7cb;
4148
+ }
4149
+
4150
+ /* line 3498, ../theme-v2-overpass.scss */
4151
+ .theme-color-sky-blue .themed .progress, .theme-color-sky-blue .reveal .progress {
4152
+ background: rgba(0, 0, 0, 0.2);
4153
+ }
4154
+
4155
+ /* line 3502, ../theme-v2-overpass.scss */
4156
+ .theme-color-sky-blue .themed .progress span, .theme-color-sky-blue .reveal .progress span {
4157
+ background: #3b759e;
4158
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
4159
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
4160
+ }
4161
+
4162
+ /* line 3508, ../theme-v2-overpass.scss */
4163
+ .theme-color-white-blue {
4164
+ background: white;
4165
+ }
4166
+
4167
+ /* line 3512, ../theme-v2-overpass.scss */
4168
+ .theme-color-white-blue body {
4169
+ background: transparent;
4170
+ }
4171
+
4172
+ /* line 3516, ../theme-v2-overpass.scss */
4173
+ .theme-color-white-blue .theme-body-color-block {
4174
+ background: black;
4175
+ }
4176
+
4177
+ /* line 3520, ../theme-v2-overpass.scss */
4178
+ .theme-color-white-blue .theme-link-color-block {
4179
+ background: #106bcc;
4180
+ }
4181
+
4182
+ /* line 3524, ../theme-v2-overpass.scss */
4183
+ .theme-color-white-blue .themed, .theme-color-white-blue .reveal {
4184
+ color: black;
4185
+ }
4186
+
4187
+ /* line 3528, ../theme-v2-overpass.scss */
4188
+ .theme-color-white-blue .themed a, .theme-color-white-blue .reveal a {
4189
+ color: #106bcc;
4190
+ }
4191
+
4192
+ /* line 3532, ../theme-v2-overpass.scss */
4193
+ .theme-color-white-blue .themed a:hover, .theme-color-white-blue .reveal a:hover {
4194
+ color: #3991ef;
4195
+ }
4196
+
4197
+ /* line 3536, ../theme-v2-overpass.scss */
4198
+ .theme-color-white-blue .themed .controls div.navigate-left, .theme-color-white-blue .themed .controls div.navigate-left.enabled, .theme-color-white-blue .reveal .controls div.navigate-left, .theme-color-white-blue .reveal .controls div.navigate-left.enabled {
4199
+ border-right-color: #106bcc;
4200
+ }
4201
+
4202
+ /* line 3540, ../theme-v2-overpass.scss */
4203
+ .theme-color-white-blue .themed .controls div.navigate-right, .theme-color-white-blue .themed .controls div.navigate-right.enabled, .theme-color-white-blue .reveal .controls div.navigate-right, .theme-color-white-blue .reveal .controls div.navigate-right.enabled {
4204
+ border-left-color: #106bcc;
4205
+ }
4206
+
4207
+ /* line 3544, ../theme-v2-overpass.scss */
4208
+ .theme-color-white-blue .themed .controls div.navigate-up, .theme-color-white-blue .themed .controls div.navigate-up.enabled, .theme-color-white-blue .reveal .controls div.navigate-up, .theme-color-white-blue .reveal .controls div.navigate-up.enabled {
4209
+ border-bottom-color: #106bcc;
4210
+ }
4211
+
4212
+ /* line 3548, ../theme-v2-overpass.scss */
4213
+ .theme-color-white-blue .themed .controls div.navigate-down, .theme-color-white-blue .themed .controls div.navigate-down.enabled, .theme-color-white-blue .reveal .controls div.navigate-down, .theme-color-white-blue .reveal .controls div.navigate-down.enabled {
4214
+ border-top-color: #106bcc;
4215
+ }
4216
+
4217
+ /* line 3552, ../theme-v2-overpass.scss */
4218
+ .theme-color-white-blue .themed .controls div.navigate-left.enabled:hover, .theme-color-white-blue .reveal .controls div.navigate-left.enabled:hover {
4219
+ border-right-color: #3991ef;
4220
+ }
4221
+
4222
+ /* line 3556, ../theme-v2-overpass.scss */
4223
+ .theme-color-white-blue .themed .controls div.navigate-right.enabled:hover, .theme-color-white-blue .reveal .controls div.navigate-right.enabled:hover {
4224
+ border-left-color: #3991ef;
4225
+ }
4226
+
4227
+ /* line 3560, ../theme-v2-overpass.scss */
4228
+ .theme-color-white-blue .themed .controls div.navigate-up.enabled:hover, .theme-color-white-blue .reveal .controls div.navigate-up.enabled:hover {
4229
+ border-bottom-color: #3991ef;
4230
+ }
4231
+
4232
+ /* line 3564, ../theme-v2-overpass.scss */
4233
+ .theme-color-white-blue .themed .controls div.navigate-down.enabled:hover, .theme-color-white-blue .reveal .controls div.navigate-down.enabled:hover {
4234
+ border-top-color: #3991ef;
4235
+ }
4236
+
4237
+ /* line 3568, ../theme-v2-overpass.scss */
4238
+ .theme-color-white-blue .themed .progress, .theme-color-white-blue .reveal .progress {
4239
+ background: rgba(0, 0, 0, 0.2);
4240
+ }
4241
+
4242
+ /* line 3572, ../theme-v2-overpass.scss */
4243
+ .theme-color-white-blue .themed .progress span, .theme-color-white-blue .reveal .progress span {
4244
+ background: #106bcc;
4245
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
4246
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
4247
+ }
4248
+
4249
+ /* line 3578, ../theme-v2-overpass.scss */
4250
+ .theme-color-yellow-black {
4251
+ background: #fff000;
4252
+ }
4253
+
4254
+ /* line 3582, ../theme-v2-overpass.scss */
4255
+ .theme-color-yellow-black body {
4256
+ background: transparent;
4257
+ }
4258
+
4259
+ /* line 3586, ../theme-v2-overpass.scss */
4260
+ .theme-color-yellow-black .theme-body-color-block {
4261
+ background: black;
4262
+ }
4263
+
4264
+ /* line 3590, ../theme-v2-overpass.scss */
4265
+ .theme-color-yellow-black .theme-link-color-block {
4266
+ background: #4654ec;
4267
+ }
4268
+
4269
+ /* line 3594, ../theme-v2-overpass.scss */
4270
+ .theme-color-yellow-black .themed, .theme-color-yellow-black .reveal {
4271
+ color: black;
4272
+ }
4273
+
4274
+ /* line 3598, ../theme-v2-overpass.scss */
4275
+ .theme-color-yellow-black .themed a, .theme-color-yellow-black .reveal a {
4276
+ color: #4654ec;
4277
+ }
4278
+
4279
+ /* line 3602, ../theme-v2-overpass.scss */
4280
+ .theme-color-yellow-black .themed a:hover, .theme-color-yellow-black .reveal a:hover {
4281
+ color: #a3aaf6;
4282
+ }
4283
+
4284
+ /* line 3606, ../theme-v2-overpass.scss */
4285
+ .theme-color-yellow-black .themed .controls div.navigate-left, .theme-color-yellow-black .themed .controls div.navigate-left.enabled, .theme-color-yellow-black .reveal .controls div.navigate-left, .theme-color-yellow-black .reveal .controls div.navigate-left.enabled {
4286
+ border-right-color: #4654ec;
4287
+ }
4288
+
4289
+ /* line 3610, ../theme-v2-overpass.scss */
4290
+ .theme-color-yellow-black .themed .controls div.navigate-right, .theme-color-yellow-black .themed .controls div.navigate-right.enabled, .theme-color-yellow-black .reveal .controls div.navigate-right, .theme-color-yellow-black .reveal .controls div.navigate-right.enabled {
4291
+ border-left-color: #4654ec;
4292
+ }
4293
+
4294
+ /* line 3614, ../theme-v2-overpass.scss */
4295
+ .theme-color-yellow-black .themed .controls div.navigate-up, .theme-color-yellow-black .themed .controls div.navigate-up.enabled, .theme-color-yellow-black .reveal .controls div.navigate-up, .theme-color-yellow-black .reveal .controls div.navigate-up.enabled {
4296
+ border-bottom-color: #4654ec;
4297
+ }
4298
+
4299
+ /* line 3618, ../theme-v2-overpass.scss */
4300
+ .theme-color-yellow-black .themed .controls div.navigate-down, .theme-color-yellow-black .themed .controls div.navigate-down.enabled, .theme-color-yellow-black .reveal .controls div.navigate-down, .theme-color-yellow-black .reveal .controls div.navigate-down.enabled {
4301
+ border-top-color: #4654ec;
4302
+ }
4303
+
4304
+ /* line 3622, ../theme-v2-overpass.scss */
4305
+ .theme-color-yellow-black .themed .controls div.navigate-left.enabled:hover, .theme-color-yellow-black .reveal .controls div.navigate-left.enabled:hover {
4306
+ border-right-color: #a3aaf6;
4307
+ }
4308
+
4309
+ /* line 3626, ../theme-v2-overpass.scss */
4310
+ .theme-color-yellow-black .themed .controls div.navigate-right.enabled:hover, .theme-color-yellow-black .reveal .controls div.navigate-right.enabled:hover {
4311
+ border-left-color: #a3aaf6;
4312
+ }
4313
+
4314
+ /* line 3630, ../theme-v2-overpass.scss */
4315
+ .theme-color-yellow-black .themed .controls div.navigate-up.enabled:hover, .theme-color-yellow-black .reveal .controls div.navigate-up.enabled:hover {
4316
+ border-bottom-color: #a3aaf6;
4317
+ }
4318
+
4319
+ /* line 3634, ../theme-v2-overpass.scss */
4320
+ .theme-color-yellow-black .themed .controls div.navigate-down.enabled:hover, .theme-color-yellow-black .reveal .controls div.navigate-down.enabled:hover {
4321
+ border-top-color: #a3aaf6;
4322
+ }
4323
+
4324
+ /* line 3638, ../theme-v2-overpass.scss */
4325
+ .theme-color-yellow-black .themed .progress, .theme-color-yellow-black .reveal .progress {
4326
+ background: rgba(0, 0, 0, 0.2);
4327
+ }
4328
+
4329
+ /* line 3642, ../theme-v2-overpass.scss */
4330
+ .theme-color-yellow-black .themed .progress span, .theme-color-yellow-black .reveal .progress span {
4331
+ background: #4654ec;
4332
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
4333
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
4334
+ }