Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
RyanLi0802 commited on
Commit
fa9db45
·
verified ·
1 Parent(s): 5081778

Delete 10406.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. 10406.html +0 -3379
10406.html DELETED
@@ -1,3379 +0,0 @@
1
- <!DOCTYPE html>
2
- <html class="wf-ftnk-n7-active wf-vcsm-n4-active wf-ftnk-n4-active wf-ftnk-n5-active wf-vcsm-n7-active wf-active" lang="en-US">
3
- <head>
4
- <style>
5
- .disable-download img {
6
- pointer-events: none; }
7
- .link-transition a {
8
- transition: background 0.2s ease, color 0.2s ease; }
9
- .link-transition a svg {
10
- transition: fill 0.2s ease; }
11
-
12
- .project-cover .details {
13
- transition: background 0.2s ease; }
14
-
15
- .project-cover .title,
16
- .project-cover .fields,
17
- .project-cover .custom,
18
- .project-cover .description,
19
- .project-cover .date {
20
- transition: color 0.2s ease; }
21
- @-webkit-keyframes rotate-forever {
22
- 0% {
23
- -webkit-transform: rotate(0deg);
24
- -moz-transform: rotate(0deg);
25
- -ms-transform: rotate(0deg);
26
- -o-transform: rotate(0deg);
27
- transform: rotate(0deg); }
28
- 100% {
29
- -webkit-transform: rotate(360deg);
30
- -moz-transform: rotate(360deg);
31
- -ms-transform: rotate(360deg);
32
- -o-transform: rotate(360deg);
33
- transform: rotate(360deg); } }
34
-
35
- @-moz-keyframes rotate-forever {
36
- 0% {
37
- -webkit-transform: rotate(0deg);
38
- -moz-transform: rotate(0deg);
39
- -ms-transform: rotate(0deg);
40
- -o-transform: rotate(0deg);
41
- transform: rotate(0deg); }
42
- 100% {
43
- -webkit-transform: rotate(360deg);
44
- -moz-transform: rotate(360deg);
45
- -ms-transform: rotate(360deg);
46
- -o-transform: rotate(360deg);
47
- transform: rotate(360deg); } }
48
-
49
- @keyframes rotate-forever {
50
- 0% {
51
- -webkit-transform: rotate(0deg);
52
- -moz-transform: rotate(0deg);
53
- -ms-transform: rotate(0deg);
54
- -o-transform: rotate(0deg);
55
- transform: rotate(0deg); }
56
- 100% {
57
- -webkit-transform: rotate(360deg);
58
- -moz-transform: rotate(360deg);
59
- -ms-transform: rotate(360deg);
60
- -o-transform: rotate(360deg);
61
- transform: rotate(360deg); } }
62
-
63
- .lightbox-spinner {
64
- -webkit-animation-duration: 0.7s;
65
- -moz-animation-duration: 0.7s;
66
- animation-duration: 0.7s;
67
- -webkit-animation-iteration-count: infinite;
68
- -moz-animation-iteration-count: infinite;
69
- animation-iteration-count: infinite;
70
- -webkit-animation-name: rotate-forever;
71
- -moz-animation-name: rotate-forever;
72
- animation-name: rotate-forever;
73
- -webkit-animation-timing-function: linear;
74
- -moz-animation-timing-function: linear;
75
- animation-timing-function: linear;
76
- height: 30px;
77
- width: 30px;
78
- border: 4px solid #fff;
79
- border-right-color: transparent;
80
- border-radius: 50%;
81
- display: inline-block;
82
- opacity: 0.7; }
83
- html.lightbox-enabled,
84
- html.lightbox-enabled body {
85
- overflow: hidden; }
86
-
87
- html.lightbox-zoomed .lightbox-content {
88
- cursor: zoom-out;
89
- overflow: auto; }
90
- html.lightbox-zoomed .lightbox-content.zoomable-x {
91
- justify-content: flex-start; }
92
- html.lightbox-zoomed .lightbox-content.zoomable-y {
93
- align-items: baseline; }
94
-
95
- html.lightbox-zoomed #lightbox-wrap img {
96
- max-width: inherit;
97
- max-height: inherit; }
98
-
99
- html.lightbox-zoomed #lightbox-img-wrap .lightbox-extra {
100
- display: none; }
101
-
102
- .lightbox-link,
103
- .lightbox-content.zoomable {
104
- cursor: zoom-in; }
105
-
106
- #lightbox-wrap .lightbox-contents {
107
- -moz-user-select: none;
108
- -webkit-user-select: none;
109
- -ms-user-select: none;
110
- user-select: none; }
111
-
112
- .lightbox-content {
113
- align-items: center;
114
- display: flex;
115
- height: 100%;
116
- justify-content: center;
117
- opacity: 1;
118
- position: absolute;
119
- top: 0;
120
- transition: opacity .4s;
121
- width: 100vw; }
122
-
123
- #lightbox-blocking {
124
- align-items: center;
125
- bottom: 0;
126
- display: flex;
127
- justify-content: center;
128
- left: 0;
129
- position: fixed;
130
- right: 0;
131
- top: 0;
132
- z-index: 1002; }
133
- #lightbox-blocking .lightbox-spinner {
134
- display: none; }
135
-
136
- #lightbox-wrap {
137
- height: 100%;
138
- left: 0;
139
- position: fixed;
140
- top: 0;
141
- width: 100vw;
142
- z-index: 1001; }
143
- #lightbox-wrap .offscreen, #lightbox-wrap.offscreen {
144
- height: 0;
145
- overflow: hidden;
146
- visibility: hidden;
147
- -webkit-transform: translateX(-99999px);
148
- -ms-transform: translateX(-99999px);
149
- transform: translateX(-99999px);
150
- width: 0; }
151
- #lightbox-wrap.loading .lightbox-spinner {
152
- display: block; }
153
- #lightbox-wrap .hidden {
154
- opacity: 0; }
155
- #lightbox-wrap .lightbox-contents {
156
- display: inline-block;
157
- max-height: 100%;
158
- max-width: 100%; }
159
- #lightbox-wrap.single .next, #lightbox-wrap.single .next:hover,
160
- #lightbox-wrap.single .prev,
161
- #lightbox-wrap.single .prev:hover {
162
- display: none; }
163
- #lightbox-wrap.extras-hidden #lightbox-img-wrap .lightbox-extra {
164
- opacity: 0;
165
- transition: opacity 1s; }
166
- #lightbox-wrap img {
167
- max-height: 100vh;
168
- max-width: 100vw; }
169
-
170
- #lightbox-inner-wrap {
171
- height: 100%;
172
- margin: auto;
173
- position: relative;
174
- z-index: 1003; }
175
- #lightbox-inner-wrap .control {
176
- cursor: pointer;
177
- position: absolute;
178
- z-index: 1003; }
179
- #lightbox-inner-wrap svg .lightbox-icon-bg {
180
- fill: #696969;
181
- opacity: .2; }
182
- #lightbox-inner-wrap svg:hover .lightbox-icon-bg {
183
- opacity: .4; }
184
- #lightbox-inner-wrap .next,
185
- #lightbox-inner-wrap .prev {
186
- height: 100vh;
187
- opacity: 0;
188
- top: 0;
189
- width: 30vw; }
190
- #lightbox-inner-wrap .next:hover,
191
- #lightbox-inner-wrap .prev:hover {
192
- opacity: 1; }
193
- #lightbox-inner-wrap .next.hidden,
194
- #lightbox-inner-wrap .prev.hidden {
195
- cursor: default; }
196
- #lightbox-inner-wrap .next.hidden svg,
197
- #lightbox-inner-wrap .prev.hidden svg {
198
- display: none; }
199
- #lightbox-inner-wrap .next svg,
200
- #lightbox-inner-wrap .prev svg {
201
- top: -webkit-calc(50% - 30px) ;
202
- top: calc(50% - 30px) ;
203
- position: absolute; }
204
- #lightbox-inner-wrap .next svg .lightbox-icon-arrow,
205
- #lightbox-inner-wrap .prev svg .lightbox-icon-arrow {
206
- fill: #FFFFFF; }
207
- #lightbox-inner-wrap .next {
208
- right: 0; }
209
- #lightbox-inner-wrap .next svg {
210
- right: 20px; }
211
- #lightbox-inner-wrap .prev {
212
- left: 0; }
213
- #lightbox-inner-wrap .prev svg {
214
- left: 20px; }
215
- #lightbox-inner-wrap .close {
216
- position: fixed;
217
- height: 40px;
218
- right: 20px;
219
- top: 20px;
220
- width: 40px; }
221
- #lightbox-inner-wrap .close:hover {
222
- cursor: pointer; }
223
- #lightbox-inner-wrap .close .lightbox-icon-bg {
224
- fill: #fff; }
225
-
226
- @media (max-width: 1024px) {
227
- #lightbox-inner-wrap .close {
228
- right: 0;
229
- top: 0; }
230
- #lightbox-inner-wrap .close circle {
231
- display: none; }
232
- #lightbox-inner-wrap .next:hover,
233
- #lightbox-inner-wrap .prev:hover {
234
- opacity: 0; } }
235
-
236
- @media (min-width: 1024px) {
237
- .lightbox-link.hover-icon-enabled {
238
- position: relative; }
239
- .lightbox-link.hover-icon-enabled:hover::after {
240
- background: rgba(105, 105, 105, 0.2) url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDogd2hpdGUiIHZpZXdCb3g9IjAgMCAyMSAyMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICA8cGF0aCBkPSJNLTEuMjUyMjIyNTEsMTUuNjAzNDE5NyBDLTEuMzUyNTE5MjcsMTUuNjkzNjg2OCAtMS40MjUyMzMzMywxNS43OTg5OTY4IC0xLjQ3MDM2Njg3LDE1LjkxOTM1MjkgQy0xLjUxNTUwMDQxLDE2LjAzOTcwOSAtMS41MzgwNjY4NCwxNi4xNjAwNjMzIC0xLjUzODA2Njg0LDE2LjI4MDQxOTQgQy0xLjUzODA2Njg0LDE2LjQwMDc3NTUgLTEuNTE1NTAwNDEsMTYuNTIxMTI5OCAtMS40NzAzNjY4NywxNi42NDE0ODU5IEMtMS40MjUyMzMzMywxNi43NjE4NDIgLTEuMzUyNTE5MjcsMTYuODY3MTUyIC0xLjI1MjIyMjUxLDE2Ljk1NzQxOTEgTDMuNTYxOTk3NzEsMjEuNzcxNjM5MyBDMy43NTI1NjE1NSwyMS45NjIyMDMyIDMuOTgwNzMzMjQsMjIuMDU3NDgzNyA0LjI0NjUxOTY1LDIyLjA1NzQ4MzcgQzQuNTEyMzA2MDUsMjIuMDU3NDgzNyA0LjczNTQ2Mjk5LDIxLjk2MjIwMzIgNC45MTU5OTcxNSwyMS43NzE2MzkzIEM1LjEwNjU2MDk4LDIxLjU4MTA3NTUgNS4yMDE4NDE0NywyMS4zNTU0MTEyIDUuMjAxODQxNDcsMjEuMDk0NjM5NiBDNS4yMDE4NDE0NywyMC44MzM4NjggNS4xMDY1NjA5OCwyMC42MDgyMDM3IDQuOTE1OTk3MTUsMjAuNDE3NjM5OSBMMS43NTY2NjUxMywxNy4yNDMyNjM0IEwxMC4wMTYwNjE3LDE3LjI0MzI2MzQgQzEwLjI4Njg2MjksMTcuMjQzMjYzNCAxMC41MTUwMzQ2LDE3LjE1MDQ5MDMgMTAuNzAwNTgzNiwxNi45NjQ5NDEzIEMxMC44ODYxMzI2LDE2Ljc3OTM5MjMgMTAuOTc4OTA1NywxNi41NTEyMjA2IDEwLjk3ODkwNTcsMTYuMjgwNDE5NCBDMTAuOTc4OTA1NywxNi4wMDk2MTgyIDEwLjg4NjEzMjYsMTUuNzgxNDQ2NSAxMC43MDA1ODM2LDE1LjU5NTg5NzUgQzEwLjUxNTAzNDYsMTUuNDEwMzQ4NSAxMC4yODY4NjI5LDE1LjMxNzU3NTMgMTAuMDE2MDYxNywxNS4zMTc1NzUzIEwxLjc1NjY2NTEzLDE1LjMxNzU3NTMgTDQuOTE1OTk3MTUsMTIuMTQzMTk4OSBDNS4xMDY1NjA5OCwxMS45NTI2MzUxIDUuMjAxODQxNDcsMTEuNzI2OTcwNyA1LjIwMTg0MTQ3LDExLjQ2NjE5OTIgQzUuMjAxODQxNDcsMTEuMjA1NDI3NiA1LjEwNjU2MDk4LDEwLjk3OTc2MzMgNC45MTU5OTcxNSwxMC43ODkxOTk1IEM0LjczNTQ2Mjk5LDEwLjU5ODYzNTYgNC41MTIzMDYwNSwxMC41MDMzNTUxIDQuMjQ2NTE5NjUsMTAuNTAzMzU1MSBDMy45ODA3MzMyNCwxMC41MDMzNTUxIDMuNzUyNTYxNTUsMTAuNTk4NjM1NiAzLjU2MTk5NzcxLDEwLjc4OTE5OTUgTC0xLjI1MjIyMjUxLDE1LjYwMzQxOTcgWiIgaWQ9IngiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNzIwNDE5LCAxNi4yODA0MTkpIHJvdGF0ZSgtNDUuMDAwMDAwKSB0cmFuc2xhdGUoLTQuNzIwNDE5LCAtMTYuMjgwNDE5KSAiPjwvcGF0aD4KICA8cGF0aCBkPSJNMTAuMzA3Nzc3NCw0LjA0MzQxOTczIEMxMC4yMDc0ODA3LDQuMTMzNjg2ODEgMTAuMTM0NzY2Niw0LjIzODk5NjgzIDEwLjA4OTYzMzEsNC4zNTkzNTI5MyBDMTAuMDQ0NDk5NSw0LjQ3OTcwOTA0IDEwLjAyMTkzMzEsNC42MDAwNjMzNCAxMC4wMjE5MzMxLDQuNzIwNDE5NDUgQzEwLjAyMTkzMzEsNC44NDA3NzU1NiAxMC4wNDQ0OTk1LDQuOTYxMTI5ODYgMTAuMDg5NjMzMSw1LjA4MTQ4NTk3IEMxMC4xMzQ3NjY2LDUuMjAxODQyMDcgMTAuMjA3NDgwNyw1LjMwNzE1MjA5IDEwLjMwNzc3NzQsNS4zOTc0MTkxNyBMMTUuMTIxOTk3NywxMC4yMTE2Mzk0IEMxNS4zMTI1NjE1LDEwLjQwMjIwMzIgMTUuNTQwNzMzMiwxMC40OTc0ODM3IDE1LjgwNjUxOTYsMTAuNDk3NDgzNyBDMTYuMDcyMzA2LDEwLjQ5NzQ4MzcgMTYuMjk1NDYyOSwxMC40MDIyMDMyIDE2LjQ3NTk5NzEsMTAuMjExNjM5NCBDMTYuNjY2NTYwOSwxMC4wMjEwNzU2IDE2Ljc2MTg0MTQsOS43OTU0MTEyNCAxNi43NjE4NDE0LDkuNTM0NjM5NjcgQzE2Ljc2MTg0MTQsOS4yNzM4NjgxMSAxNi42NjY1NjA5LDkuMDQ4MjAzNzkgMTYuNDc1OTk3MSw4Ljg1NzYzOTk1IEwxMy4zMTY2NjUxLDUuNjgzMjYzNDkgTDIxLjU3NjA2MTYsNS42ODMyNjM0OSBDMjEuODQ2ODYyOSw1LjY4MzI2MzQ5IDIyLjA3NTAzNDYsNS41OTA0OTAzOSAyMi4yNjA1ODM2LDUuNDA0OTQxMzkgQzIyLjQ0NjEzMjYsNS4yMTkzOTIzOSAyMi41Mzg5MDU3LDQuOTkxMjIwNjkgMjIuNTM4OTA1Nyw0LjcyMDQxOTQ1IEMyMi41Mzg5MDU3LDQuNDQ5NjE4MjEgMjIuNDQ2MTMyNiw0LjIyMTQ0NjUxIDIyLjI2MDU4MzYsNC4wMzU4OTc1MSBDMjIuMDc1MDM0NiwzLjg1MDM0ODUxIDIxLjg0Njg2MjksMy43NTc1NzU0MSAyMS41NzYwNjE2LDMuNzU3NTc1NDEgTDEzLjMxNjY2NTEsMy43NTc1NzU0MSBMMTYuNDc1OTk3MSwwLjU4MzE5ODk0NyBDMTYuNjY2NTYwOSwwLjM5MjYzNTExMSAxNi43NjE4NDE0LDAuMTY2OTcwNzk0IDE2Ljc2MTg0MTQsLTAuMDkzODAwNzcxNSBDMTYuNzYxODQxNCwtMC4zNTQ1NzIzMzcgMTYuNjY2NTYwOSwtMC41ODAyMzY2NTQgMTYuNDc1OTk3MSwtMC43NzA4MDA0OSBDMTYuMjk1NDYyOSwtMC45NjEzNjQzMjcgMTYuMDcyMzA2LC0xLjA1NjY0NDgyIDE1LjgwNjUxOTYsLTEuMDU2NjQ0ODIgQzE1LjU0MDczMzIsLTEuMDU2NjQ0ODIgMTUuMzEyNTYxNSwtMC45NjEzNjQzMjcgMTUuMTIxOTk3NywtMC43NzA4MDA0OSBMMTAuMzA3Nzc3NCw0LjA0MzQxOTczIFoiIGlkPSJ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNi4yODA0MTksIDQuNzIwNDE5KSByb3RhdGUoLTIyNS4wMDAwMDApIHRyYW5zbGF0ZSgtMTYuMjgwNDE5LCAtNC43MjA0MTkpICI+PC9wYXRoPgo8L3N2Zz4K) no-repeat center;
241
- background-size: 16px;
242
- border-radius: 50%;
243
- content: '';
244
- display: block;
245
- height: 36px;
246
- position: absolute;
247
- right: 10px;
248
- top: 10px;
249
- width: 36px;
250
- z-index: 1000; } }
251
-
252
- @media all and (-ms-high-contrast: none) {
253
- .lightbox-link,
254
- .lightbox-content.zoomable {
255
- cursor: pointer; } }
256
- @-webkit-keyframes fade-in {
257
- from {
258
- opacity: 0; }
259
- to {
260
- opacity: 1; } }
261
-
262
- @-moz-keyframes fade-in {
263
- from {
264
- opacity: 0; }
265
- to {
266
- opacity: 1; } }
267
-
268
- @keyframes fade-in {
269
- from {
270
- opacity: 0; }
271
- to {
272
- opacity: 1; } }
273
-
274
- @-webkit-keyframes fade-out {
275
- from {
276
- opacity: 1; }
277
- to {
278
- opacity: 0; } }
279
-
280
- @-moz-keyframes fade-out {
281
- from {
282
- opacity: 1; }
283
- to {
284
- opacity: 0; } }
285
-
286
- @keyframes fade-out {
287
- from {
288
- opacity: 1; }
289
- to {
290
- opacity: 0; } }
291
-
292
- .transition-enabled {
293
- opacity: 0; }
294
-
295
- .transition-in {
296
- -webkit-animation: fade-in ease-in;
297
- animation: fade-in ease-in;
298
- -webkit-animation-duration: 0.25s;
299
- animation-duration: 0.25s;
300
- -webkit-animation-fill-mode: forwards;
301
- animation-fill-mode: forwards; }
302
-
303
- .transition-out {
304
- opacity: 1;
305
- -webkit-animation: fade-out ease-out;
306
- animation: fade-out ease-out;
307
- -webkit-animation-duration: 0.25s;
308
- animation-duration: 0.25s;
309
- -webkit-animation-fill-mode: forwards;
310
- animation-fill-mode: forwards; }
311
-
312
-
313
-
314
- .site-header:after, .site-content:after, .logo-wrap:after {
315
- clear: both;
316
- content: "";
317
- display: table; }
318
-
319
- /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
320
- /**
321
- * 1. Set default font family to sans-serif.
322
- * 2. Prevent iOS text size adjust after orientation change, without disabling
323
- * user zoom.
324
- */
325
- html {
326
- font-family: sans-serif;
327
- /* 1 */
328
- -ms-text-size-adjust: 100%;
329
- /* 2 */
330
- -webkit-text-size-adjust: 100%;
331
- /* 2 */ }
332
-
333
- /**
334
- * Remove default margin.
335
- */
336
- body {
337
- margin: 0; }
338
-
339
- /* HTML5 display definitions
340
- ========================================================================== */
341
- /**
342
- * Correct `block` display not defined for any HTML5 element in IE 8/9.
343
- * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
344
- * Correct `block` display not defined for `main` in IE 11.
345
- */
346
- article,
347
- aside,
348
- details,
349
- figcaption,
350
- figure,
351
- footer,
352
- header,
353
- hgroup,
354
- main,
355
- nav,
356
- section,
357
- summary {
358
- display: block; }
359
-
360
- /**
361
- * 1. Correct `inline-block` display not defined in IE 8/9.
362
- * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
363
- */
364
- audio,
365
- canvas,
366
- progress,
367
- video {
368
- display: inline-block;
369
- /* 1 */
370
- vertical-align: baseline;
371
- /* 2 */ }
372
-
373
- /**
374
- * Prevent modern browsers from displaying `audio` without controls.
375
- * Remove excess height in iOS 5 devices.
376
- */
377
- audio:not([controls]) {
378
- display: none;
379
- height: 0; }
380
-
381
- /**
382
- * Address `[hidden]` styling not present in IE 8/9/10.
383
- * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
384
- */
385
- [hidden],
386
- template {
387
- display: none; }
388
-
389
- /* Links
390
- ========================================================================== */
391
- /**
392
- * Remove the gray background color from active links in IE 10.
393
- */
394
- a {
395
- background: transparent; }
396
-
397
- /**
398
- * Improve readability when focused and also mouse hovered in all browsers.
399
- */
400
- a:active,
401
- a:focus,
402
- a:hover {
403
- outline: 0; }
404
-
405
- /* Text-level semantics
406
- ========================================================================== */
407
- /**
408
- * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
409
- */
410
- abbr[title] {
411
- border-bottom: 1px dotted; }
412
-
413
- /**
414
- * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
415
- */
416
- b,
417
- strong {
418
- font-weight: bold; }
419
-
420
- /**
421
- * Address styling not present in Safari and Chrome.
422
- */
423
- dfn {
424
- font-style: italic; }
425
-
426
- /**
427
- * Address variable `h1` font-size and margin within `section` and `article`
428
- * contexts in Firefox 4+, Safari, and Chrome.
429
- */
430
- h1 {
431
- font-size: 2em;
432
- margin: 0.67em 0; }
433
-
434
- /**
435
- * Address styling not present in IE 8/9.
436
- */
437
- mark {
438
- background: #ff0;
439
- color: #000; }
440
-
441
- /**
442
- * Address inconsistent and variable font size in all browsers.
443
- */
444
- small {
445
- font-size: 80%; }
446
-
447
- /**
448
- * Prevent `sub` and `sup` affecting `line-height` in all browsers.
449
- */
450
- sub,
451
- sup {
452
- font-size: 75%;
453
- line-height: 0;
454
- position: relative;
455
- vertical-align: baseline; }
456
-
457
- sup {
458
- top: -0.5em; }
459
-
460
- sub {
461
- bottom: -0.25em; }
462
-
463
- /* Embedded content
464
- ========================================================================== */
465
- /**
466
- * Remove border when inside `a` element in IE 8/9/10.
467
- */
468
- img {
469
- border: 0; }
470
-
471
- /**
472
- * Correct overflow not hidden in IE 9/10/11.
473
- */
474
- svg:not(:root) {
475
- overflow: hidden; }
476
-
477
- /* Grouping content
478
- ========================================================================== */
479
- /**
480
- * Address margin not present in IE 8/9 and Safari.
481
- */
482
- figure {
483
- margin: 1em 40px; }
484
-
485
- /**
486
- * Address differences between Firefox and other browsers.
487
- */
488
- hr {
489
- -moz-box-sizing: content-box;
490
- box-sizing: content-box;
491
- height: 0; }
492
-
493
- /**
494
- * Contain overflow in all browsers.
495
- */
496
- pre {
497
- overflow: auto; }
498
-
499
- /**
500
- * Address odd `em`-unit font size rendering in all browsers.
501
- */
502
- code,
503
- kbd,
504
- pre,
505
- samp {
506
- font-family: monospace, monospace;
507
- font-size: 1em; }
508
-
509
- /* Forms
510
- ========================================================================== */
511
- /**
512
- * Known limitation: by default, Chrome and Safari on OS X allow very limited
513
- * styling of `select`, unless a `border` property is set.
514
- */
515
- /**
516
- * 1. Correct color not being inherited.
517
- * Known issue: affects color of disabled elements.
518
- * 2. Correct font properties not being inherited.
519
- * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
520
- */
521
- button,
522
- input,
523
- optgroup,
524
- select,
525
- textarea {
526
- color: inherit;
527
- /* 1 */
528
- font: inherit;
529
- /* 2 */
530
- margin: 0;
531
- /* 3 */ }
532
-
533
- /**
534
- * Address `overflow` set to `hidden` in IE 8/9/10/11.
535
- */
536
- button {
537
- overflow: visible; }
538
-
539
- /**
540
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
541
- * All other form control elements do not inherit `text-transform` values.
542
- * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
543
- * Correct `select` style inheritance in Firefox.
544
- */
545
- button,
546
- select {
547
- text-transform: none; }
548
-
549
- /**
550
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
551
- * and `video` controls.
552
- * 2. Correct inability to style clickable `input` types in iOS.
553
- * 3. Improve usability and consistency of cursor style between image-type
554
- * `input` and others.
555
- */
556
- button,
557
- html input[type="button"],
558
- input[type="reset"],
559
- input[type="submit"] {
560
- -webkit-appearance: button;
561
- /* 2 */
562
- cursor: pointer;
563
- /* 3 */ }
564
-
565
- /**
566
- * Re-set default cursor for disabled elements.
567
- */
568
- button[disabled],
569
- html input[disabled] {
570
- cursor: default; }
571
-
572
- /**
573
- * Remove inner padding and border in Firefox 4+.
574
- */
575
- button::-moz-focus-inner,
576
- input::-moz-focus-inner {
577
- border: 0;
578
- padding: 0; }
579
-
580
- /**
581
- * Address Firefox 4+ setting `line-height` on `input` using `!important` in
582
- * the UA stylesheet.
583
- */
584
- input {
585
- line-height: normal; }
586
-
587
- /**
588
- * It's recommended that you don't attempt to style these elements.
589
- * Firefox's implementation doesn't respect box-sizing, padding, or width.
590
- *
591
- * 1. Address box sizing set to `content-box` in IE 8/9/10.
592
- * 2. Remove excess padding in IE 8/9/10.
593
- */
594
- input[type="checkbox"],
595
- input[type="radio"] {
596
- box-sizing: border-box;
597
- /* 1 */
598
- padding: 0;
599
- /* 2 */ }
600
-
601
- /**
602
- * Fix the cursor style for Chrome's increment/decrement buttons. For certain
603
- * `font-size` values of the `input`, it causes the cursor style of the
604
- * decrement button to change from `default` to `text`.
605
- */
606
- input[type="number"]::-webkit-inner-spin-button,
607
- input[type="number"]::-webkit-outer-spin-button {
608
- height: auto; }
609
-
610
- /**
611
- * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
612
- * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
613
- * (include `-moz` to future-proof).
614
- */
615
- input[type="search"] {
616
- -webkit-appearance: textfield;
617
- /* 1 */
618
- -moz-box-sizing: content-box;
619
- -webkit-box-sizing: content-box;
620
- /* 2 */
621
- box-sizing: content-box; }
622
-
623
- /**
624
- * Remove inner padding and search cancel button in Safari and Chrome on OS X.
625
- * Safari (but not Chrome) clips the cancel button when the search input has
626
- * padding (and `textfield` appearance).
627
- */
628
- input[type="search"]::-webkit-search-cancel-button,
629
- input[type="search"]::-webkit-search-decoration {
630
- -webkit-appearance: none; }
631
-
632
- /**
633
- * Define consistent border, margin, and padding.
634
- */
635
- fieldset {
636
- border: 0;
637
- margin: 0;
638
- padding: 0; }
639
-
640
- /**
641
- * 1. Correct `color` not being inherited in IE 8/9/10/11.
642
- * 2. Remove padding so people aren't caught out if they zero out fieldsets.
643
- */
644
- legend {
645
- border: 0;
646
- /* 1 */
647
- padding: 0;
648
- /* 2 */ }
649
-
650
- /**
651
- * Remove default vertical scrollbar in IE 8/9/10/11.
652
- */
653
- textarea {
654
- overflow: auto; }
655
-
656
- /**
657
- * Don't inherit the `font-weight` (applied by a rule above).
658
- * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
659
- */
660
- optgroup {
661
- font-weight: bold; }
662
-
663
- /* Tables
664
- ========================================================================== */
665
- /**
666
- * Remove most spacing between table cells.
667
- */
668
- table {
669
- border-collapse: collapse;
670
- border-spacing: 0; }
671
-
672
- td,
673
- th {
674
- padding: 0; }
675
-
676
- * {
677
- box-sizing: border-box; }
678
-
679
- html {
680
- -webkit-font-smoothing: antialiased;
681
- text-rendering: optimizeLegibility; }
682
-
683
- ul {
684
- margin: 0;
685
- padding: 0; }
686
- ul li {
687
- list-style-type: none; }
688
-
689
- img {
690
- vertical-align: top; }
691
-
692
- p {
693
- margin: 0; }
694
-
695
- a {
696
- text-decoration: none; }
697
-
698
- html,
699
- body {
700
- min-height: 100%; }
701
-
702
- .italic {
703
- font-style: italic; }
704
-
705
- .underline {
706
- text-decoration: underline; }
707
-
708
- .strikethrough {
709
- text-decoration: line-through; }
710
-
711
- .bold {
712
- font-weight: bold; }
713
-
714
- .cfix:after {
715
- clear: both;
716
- content: ' ';
717
- display: block;
718
- height: 0;
719
- line-height: 0;
720
- overflow: hidden;
721
- visibility: hidden; }
722
-
723
- html {
724
- background-image: url("");
725
- /* stylelint-disable-line function-url-quotes */
726
- background-position: top left;
727
- background-repeat: no-repeat;
728
- background-size: contain; }
729
- html:before {
730
- background-color: #000;
731
- display: none;
732
- opacity: calc(30 * .01); }
733
-
734
- .site-container {
735
- float: none;
736
- margin-left: auto;
737
- margin-right: auto;
738
- max-width: 1400px; }
739
-
740
- .example-site-footer {
741
- background: rgba(37, 38, 42, 0.94);
742
- bottom: 0;
743
- color: #fff;
744
- display: inline-block;
745
- font-family: 'Helvetica Neue', sans-serif;
746
- font-size: 14px;
747
- left: 0;
748
- padding: 0 20px 0 0;
749
- position: fixed;
750
- width: 100%;
751
- z-index: 4; }
752
- .example-site-footer .icon {
753
- fill: #fff;
754
- float: left; }
755
- .example-site-footer .content-left,
756
- .example-site-footer .content-right {
757
- height: 70px; }
758
- .example-site-footer .content-left {
759
- float: left; }
760
- .example-site-footer .content-right {
761
- float: right; }
762
-
763
- .example-footer-content {
764
- -webkit-transform: translateY(-50%);
765
- -moz-transform: translateY(-50%);
766
- -ms-transform: translateY(-50%);
767
- -o-transform: translateY(-50%);
768
- transform: translateY(-50%);
769
- display: inline-block;
770
- position: relative;
771
- top: 50%; }
772
-
773
- .example-footer-link {
774
- border-bottom: 1px solid #fff;
775
- color: #fff; }
776
- .example-footer-link:hover {
777
- border-bottom-width: 0; }
778
-
779
- @media (max-width: 768px) {
780
- .example-site-footer .desktop {
781
- display: none; }
782
- .example-site-footer .mobile {
783
- text-transform: capitalize; } }
784
-
785
- html {
786
- position: relative; }
787
- html:before {
788
- content: '';
789
- height: 100%;
790
- left: 0;
791
- position: fixed;
792
- top: 0;
793
- width: 100%; }
794
-
795
- .site-wrap,
796
- .site-container {
797
- position: relative;
798
- width: 100%; }
799
-
800
- .site-wrap:before {
801
- content: '';
802
- height: 100%;
803
- left: 0;
804
- position: absolute;
805
- top: 0;
806
- width: 100%; }
807
-
808
- .site-header {
809
- position: relative; }
810
-
811
- .theme-container:before {
812
- content: '';
813
- height: 100%;
814
- left: 0;
815
- position: absolute;
816
- top: 0;
817
- width: 100%; }
818
-
819
- .responsive-nav {
820
- display: none;
821
- opacity: 0;
822
- visibility: hidden; }
823
-
824
- .project-cover .separator:last-child,
825
- .project-header .fields .separator:last-child {
826
- display: none; }
827
-
828
- .preserve-whitespace {
829
- white-space: pre-wrap; }
830
-
831
- .preserve-whitespace--nowrap {
832
- white-space: pre; }
833
-
834
- .logo,
835
- .logo-secondary {
836
- clear: both;
837
- word-wrap: break-word; }
838
- .logo img,
839
- .logo-secondary img {
840
- max-width: 100%; }
841
- .logo a,
842
- .logo-secondary a {
843
- color: inherit; }
844
- .logo .image-link,
845
- .logo-secondary .image-link {
846
- display: inline-block;
847
- max-width: 100%; }
848
- .logo .image-rollover,
849
- .logo .image-scroll,
850
- .logo-secondary .image-rollover,
851
- .logo-secondary .image-scroll {
852
- display: none; }
853
- .logo.has-rollover:hover .image-link,
854
- .logo-secondary.has-rollover:hover .image-link {
855
- display: none; }
856
- .logo.has-rollover:hover .image-link.image-rollover,
857
- .logo-secondary.has-rollover:hover .image-link.image-rollover {
858
- display: block; }
859
- .on-scroll .logo.has-scroll .image-normal,
860
- .on-scroll .logo.has-scroll .image-rollover, .on-scroll
861
- .logo-secondary.has-scroll .image-normal,
862
- .on-scroll
863
- .logo-secondary.has-scroll .image-rollover {
864
- display: none !important; }
865
- .on-scroll .logo.has-scroll .image-scroll, .on-scroll
866
- .logo-secondary.has-scroll .image-scroll {
867
- display: inline-block; }
868
-
869
- .logo-image,
870
- .logo-secondary-image {
871
- width: 100%; }
872
-
873
- .social {
874
- font-size: 0; }
875
- .social li {
876
- display: inline-block; }
877
- .social li:first-child {
878
- padding-left: 0 !important; }
879
- .social li:last-child {
880
- padding-right: 0 !important; }
881
- .social li svg {
882
- vertical-align: middle; }
883
- .social a {
884
- display: block;
885
- text-align: center; }
886
-
887
- .masthead {
888
- position: relative; }
889
- .masthead:after {
890
- content: '';
891
- height: 100%;
892
- left: 0;
893
- position: absolute;
894
- top: 0;
895
- width: 100%; }
896
- .masthead h1,
897
- .masthead p {
898
- display: inline-block;
899
- width: 100%;
900
- word-wrap: break-word; }
901
-
902
- .masthead,
903
- .masthead-placeholder {
904
- width: 100%; }
905
-
906
- .masthead-placeholder {
907
- opacity: 0;
908
- position: relative !important;
909
- z-index: -1; }
910
-
911
- .masthead-contents,
912
- .masthead-text {
913
- width: 100%; }
914
-
915
- .masthead-contents {
916
- height: 100%;
917
- top: 0;
918
- z-index: 1; }
919
-
920
- .masthead,
921
- .masthead-contents {
922
- display: -webkit-box;
923
- display: -moz-box;
924
- display: box;
925
- display: -webkit-flex;
926
- display: -moz-flex;
927
- display: -ms-flexbox;
928
- display: flex;
929
- -webkit-box-align: center;
930
- -moz-box-align: center;
931
- box-align: center;
932
- -webkit-align-items: center;
933
- -moz-align-items: center;
934
- -ms-align-items: center;
935
- -o-align-items: center;
936
- align-items: center;
937
- -ms-flex-align: center; }
938
-
939
- .masthead-arrow-container {
940
- cursor: pointer;
941
- height: 40px;
942
- width: 60px; }
943
-
944
- .masthead-arrow {
945
- -webkit-transform: rotate(45deg) translateY(-15px) translateX(5px);
946
- -moz-transform: rotate(45deg) translateY(-15px) translateX(5px);
947
- -ms-transform: rotate(45deg) translateY(-15px) translateX(5px);
948
- -o-transform: rotate(45deg) translateY(-15px) translateX(5px);
949
- transform: rotate(45deg) translateY(-15px) translateX(5px);
950
- border-bottom: 1px solid transparent;
951
- border-right: 1px solid transparent;
952
- bottom: 5px;
953
- height: 30px;
954
- position: absolute;
955
- width: 30px; }
956
-
957
- .masthead-button {
958
- cursor: pointer;
959
- display: inline-block;
960
- vertical-align: middle; }
961
- .masthead-button + .masthead-button-spacer + .masthead-button {
962
- margin-left: 17px; }
963
-
964
- .masthead-button-spacer {
965
- display: none; }
966
-
967
- @media (max-width: 540px) {
968
- .masthead-button + .masthead-button-spacer {
969
- display: block;
970
- height: 17px; }
971
- .masthead-button + .masthead-button-spacer + .masthead-button {
972
- margin-left: 0; } }
973
-
974
- .site-footer {
975
- clear: both;
976
- display: block; }
977
-
978
- .cookie-banner {
979
- bottom: 0;
980
- display: none;
981
- position: fixed;
982
- text-align: center;
983
- z-index: 99999; }
984
- .cookie-banner.show {
985
- display: block; }
986
- .cookie-banner p {
987
- font-size: 18px;
988
- line-height: 1.222;
989
- margin: 24px;
990
- max-width: calc(100% - 84px); }
991
- @media (max-width: 768px) {
992
- .cookie-banner p {
993
- font-size: 16px; } }
994
- .cookie-banner a {
995
- color: inherit;
996
- text-decoration: underline; }
997
- .cookie-banner .close-btn {
998
- position: absolute;
999
- right: 20px;
1000
- top: 50%;
1001
- transform: translateY(-50%);
1002
- width: 16px; }
1003
-
1004
- .site-content {
1005
- margin-left: 0%;
1006
- margin-right: 0%;
1007
- width: 100%; }
1008
-
1009
- .sidebar-content,
1010
- main {
1011
- float: left; }
1012
-
1013
- main {
1014
- width: 75%; }
1015
-
1016
- .sidebar-content {
1017
- margin-right: 0%;
1018
- width: 25%; }
1019
-
1020
- .logo-wrap {
1021
- max-width: 100%;
1022
- margin-left: auto;
1023
- margin-right: auto;
1024
- padding-bottom: 50px;
1025
- padding-top: 50px;
1026
- width: 80%; }
1027
-
1028
- .logo-text {
1029
- margin-left: auto;
1030
- margin-right: auto;
1031
- text-align: center; }
1032
-
1033
- .logo-image {
1034
- max-width: 100%;
1035
- margin-left: auto;
1036
- margin-right: auto;
1037
- text-align: center; }
1038
-
1039
- .logo-secondary-text {
1040
- margin-left: auto;
1041
- margin-right: auto;
1042
- text-align: center; }
1043
-
1044
- .logo-secondary-image {
1045
- max-width: 100%;
1046
- margin-left: auto;
1047
- margin-right: auto;
1048
- text-align: center; }
1049
-
1050
- .logo {
1051
- font-family: ftnk;
1052
- font-size: 30px;
1053
- font-style: normal;
1054
- font-weight: 700;
1055
- line-height: 30px;
1056
- padding-bottom: 0px;
1057
- padding-left: 0%;
1058
- padding-right: 0%;
1059
- padding-top: 0px;
1060
- text-transform: uppercase; }
1061
- .logo,
1062
- .logo a {
1063
- color: #222222; }
1064
- .logo a:hover {
1065
- color: #222222;
1066
- font-style: normal;
1067
- font-weight: 700;
1068
- text-transform: uppercase; }
1069
-
1070
- .logo-secondary {
1071
- font-family: ftnk;
1072
- font-size: 14px;
1073
- font-style: normal;
1074
- font-weight: 700;
1075
- line-height: 18px;
1076
- padding-bottom: 0px;
1077
- padding-left: 0%;
1078
- padding-right: 0%;
1079
- padding-top: 0px;
1080
- text-transform: none; }
1081
- .logo-secondary,
1082
- .logo-secondary a {
1083
- color: #222222; }
1084
- .logo-secondary a:hover {
1085
- color: #222222;
1086
- font-style: normal;
1087
- font-weight: 700;
1088
- text-transform: none; }
1089
-
1090
- nav {
1091
- float: none;
1092
- margin-left: auto;
1093
- margin-right: auto;
1094
- padding-bottom: 0px;
1095
- padding-top: 0px;
1096
- width: 80%; }
1097
- nav .gallery-title a {
1098
- color: #222222;
1099
- font-family: ftnk;
1100
- font-size: 14px;
1101
- font-style: normal;
1102
- font-weight: 700;
1103
- line-height: 14px;
1104
- text-transform: uppercase; }
1105
- nav .gallery-title a:hover {
1106
- color: #999999;
1107
- font-style: normal;
1108
- font-weight: 700;
1109
- text-transform: uppercase; }
1110
- nav .gallery-title a.active {
1111
- color: #999999;
1112
- font-style: normal;
1113
- font-weight: 700;
1114
- text-transform: uppercase; }
1115
- nav .project-title a {
1116
- color: #999999;
1117
- font-family: vcsm;
1118
- font-size: 16px;
1119
- font-style: normal;
1120
- font-weight: 400;
1121
- line-height: 20px;
1122
- text-transform: none; }
1123
- nav .project-title a:hover {
1124
- color: #222222;
1125
- font-style: normal;
1126
- font-weight: 400;
1127
- text-transform: none; }
1128
- nav .project-title a.active {
1129
- color: #222222;
1130
- font-style: normal;
1131
- font-weight: 400;
1132
- text-transform: none; }
1133
- nav .page-title a {
1134
- color: #999999;
1135
- font-family: vcsm;
1136
- font-size: 16px;
1137
- font-style: normal;
1138
- font-weight: 400;
1139
- line-height: 16px;
1140
- text-transform: none; }
1141
- nav .page-title a:hover {
1142
- color: #222222;
1143
- font-style: normal;
1144
- font-weight: 400;
1145
- text-transform: none; }
1146
- nav .page-title a.active {
1147
- color: #222222;
1148
- font-style: normal;
1149
- font-weight: 400;
1150
- text-transform: none; }
1151
- nav .link-title a {
1152
- color: #999999;
1153
- font-family: vcsm;
1154
- font-size: 16px;
1155
- font-style: normal;
1156
- font-weight: 400;
1157
- line-height: 16px;
1158
- text-transform: none; }
1159
- nav .link-title a:hover {
1160
- color: #222222;
1161
- font-style: normal;
1162
- font-weight: 400;
1163
- text-transform: none; }
1164
-
1165
- nav .group {
1166
- padding-bottom: 40px;
1167
- padding-top: 0px; }
1168
-
1169
- nav .gallery-title {
1170
- padding-bottom: 20px;
1171
- padding-top: 0px;
1172
- text-align: center; }
1173
-
1174
- nav .project-title {
1175
- padding-bottom: 10px;
1176
- padding-top: 0px;
1177
- text-align: center; }
1178
-
1179
- nav .page-title {
1180
- padding-bottom: 20px;
1181
- padding-top: 0px;
1182
- text-align: center; }
1183
-
1184
- nav .link-title {
1185
- padding-bottom: 20px;
1186
- padding-top: 0px;
1187
- text-align: center; }
1188
-
1189
- .pf-nav-social {
1190
- text-align: center; }
1191
- .pf-nav-social li {
1192
- padding-top: 0px;
1193
- padding-bottom: 15px;
1194
- padding-left: 0px;
1195
- padding-right: 15px; }
1196
- .pf-nav-social a:hover svg {
1197
- fill: #222222;
1198
- opacity: 1; }
1199
- .pf-nav-social svg {
1200
- fill: #999999;
1201
- height: 30px;
1202
- opacity: 1;
1203
- width: 30px; }
1204
- @media (max-width: 768px) {
1205
- .pf-nav-social li {
1206
- padding-top: 0px;
1207
- padding-bottom: 12px;
1208
- padding-left: 0px;
1209
- padding-right: 12px; } }
1210
- @media (max-width: 540px) {
1211
- .pf-nav-social li {
1212
- padding-top: 0px;
1213
- padding-bottom: 10px;
1214
- padding-left: 0px;
1215
- padding-right: 10px; } }
1216
-
1217
- .pf-footer-social {
1218
- text-align: center; }
1219
- .pf-footer-social li {
1220
- padding-top: 0px;
1221
- padding-bottom: 30px;
1222
- padding-left: 0px;
1223
- padding-right: 15px; }
1224
- .pf-footer-social a:hover svg {
1225
- fill: #222222;
1226
- opacity: 1; }
1227
- .pf-footer-social svg {
1228
- fill: #999999;
1229
- height: 30px;
1230
- opacity: 1;
1231
- width: 30px; }
1232
- @media (max-width: 768px) {
1233
- .pf-footer-social li {
1234
- padding-top: 0px;
1235
- padding-bottom: 24px;
1236
- padding-left: 0px;
1237
- padding-right: 12px; } }
1238
- @media (max-width: 540px) {
1239
- .pf-footer-social li {
1240
- padding-top: 0px;
1241
- padding-bottom: 20px;
1242
- padding-left: 0px;
1243
- padding-right: 10px; } }
1244
-
1245
- .masthead-social {
1246
- text-align: center; }
1247
- .masthead-social li {
1248
- padding-top: 40px;
1249
- padding-bottom: 15px;
1250
- padding-left: 0px;
1251
- padding-right: 15px; }
1252
- .masthead-social a:hover svg {
1253
- fill: #ffffff;
1254
- opacity: 1; }
1255
- .masthead-social svg {
1256
- fill: #ffffff;
1257
- height: 30px;
1258
- opacity: 1;
1259
- width: 30px; }
1260
- @media (max-width: 768px) {
1261
- .masthead-social li {
1262
- padding-top: 32px;
1263
- padding-bottom: 12px;
1264
- padding-left: 0px;
1265
- padding-right: 12px; } }
1266
- @media (max-width: 540px) {
1267
- .masthead-social li {
1268
- padding-top: 26px;
1269
- padding-bottom: 10px;
1270
- padding-left: 0px;
1271
- padding-right: 10px; } }
1272
-
1273
- .masthead {
1274
- background-color: #eeeeee;
1275
- -webkit-box-pack: center;
1276
- -moz-box-pack: center;
1277
- box-pack: center;
1278
- -webkit-justify-content: center;
1279
- -moz-justify-content: center;
1280
- -ms-justify-content: center;
1281
- -o-justify-content: center;
1282
- justify-content: center;
1283
- -ms-flex-pack: center;
1284
- height: 100vh;
1285
- margin-bottom: 0px;
1286
- padding-left: 0%;
1287
- padding-right: 0%; }
1288
- .masthead:after {
1289
- display: none; }
1290
- .masthead h1 {
1291
- color: #ffffff;
1292
- font-family: arial;
1293
- font-size: 80px;
1294
- font-style: normal;
1295
- font-weight: bold;
1296
- line-height: 80px;
1297
- margin-bottom: 40px;
1298
- margin-top: 0px;
1299
- text-align: center;
1300
- text-transform: none; }
1301
- .masthead p {
1302
- color: #ffffff;
1303
- font-family: arial;
1304
- font-size: 24px;
1305
- font-style: normal;
1306
- font-weight: normal;
1307
- line-height: 28px;
1308
- margin-bottom: 0px;
1309
- margin-top: 0px;
1310
- text-align: center;
1311
- text-transform: none; }
1312
-
1313
- .masthead-contents {
1314
- max-width: 800px; }
1315
-
1316
- .masthead-buttons {
1317
- padding-top: 30px;
1318
- text-align: center; }
1319
-
1320
- .masthead-button-1 {
1321
- border: 1px solid rgba(255, 255, 255, 0.6);
1322
- border-radius: 5px;
1323
- color: #ffffff;
1324
- font-family: arial;
1325
- font-size: 12px;
1326
- font-style: normal;
1327
- font-weight: bold;
1328
- height: 40px;
1329
- line-height: 40px;
1330
- padding-left: 30px;
1331
- padding-right: 30px;
1332
- text-transform: uppercase; }
1333
- .masthead-button-1:hover {
1334
- border: 1px solid rgba(255, 255, 255, 0.3);
1335
- color: #ffffff;
1336
- font-style: normal;
1337
- font-weight: bold;
1338
- text-transform: uppercase; }
1339
-
1340
- @media (max-width: 768px) {
1341
- .masthead {
1342
- margin-bottom: 0px;
1343
- padding-left: 5%;
1344
- padding-right: 5%; }
1345
- .masthead h1 {
1346
- font-size: 34px;
1347
- line-height: 34px;
1348
- margin-bottom: 20px;
1349
- margin-top: 0px; }
1350
- .masthead p {
1351
- font-size: 15px;
1352
- line-height: 18px;
1353
- margin-bottom: 0px;
1354
- margin-top: 0px; }
1355
- .masthead-buttons {
1356
- padding-top: 18px; }
1357
- .masthead-button-1 {
1358
- font-size: 12px;
1359
- height: 38px;
1360
- line-height: 38px; } }
1361
-
1362
- @media (min-width: 541px) and (max-width: 768px) and (min-height: 921.6px) {
1363
- .masthead {
1364
- height: 80vh; } }
1365
-
1366
- @media (max-width: 540px) and (min-height: 648px) {
1367
- .masthead {
1368
- height: 80vh; } }
1369
-
1370
- @media (max-width: 540px) {
1371
- .masthead {
1372
- margin-bottom: 0px; }
1373
- .masthead h1 {
1374
- font-size: 29px;
1375
- line-height: 29px;
1376
- margin-bottom: 18px;
1377
- margin-top: 0px; }
1378
- .masthead p {
1379
- font-size: 14px;
1380
- line-height: 20px;
1381
- margin-bottom: 0px;
1382
- margin-top: 0px; }
1383
- .masthead-buttons {
1384
- padding-top: 16px; }
1385
- .masthead-button-1 {
1386
- font-size: 12px;
1387
- height: 35px;
1388
- line-height: 35px; } }
1389
-
1390
- .site-footer {
1391
- font-family: vcsm;
1392
- font-size: 13px;
1393
- font-style: normal;
1394
- font-weight: 400;
1395
- line-height: 19px;
1396
- padding-bottom: 60px;
1397
- padding-left: 0px;
1398
- padding-right: 0px;
1399
- padding-top: 60px;
1400
- text-align: center;
1401
- text-transform: none;
1402
- width: 100%; }
1403
- .site-footer,
1404
- .site-footer a {
1405
- color: #dddddd; }
1406
-
1407
- @media (max-width: 768px) {
1408
- .site-footer {
1409
- font-size: 13px;
1410
- line-height: 19px;
1411
- padding-bottom: 28px;
1412
- padding-top: 28px; } }
1413
-
1414
- @media (max-width: 540px) {
1415
- .site-footer {
1416
- font-size: 13px;
1417
- line-height: 19px;
1418
- padding-bottom: 25px;
1419
- padding-top: 25px; } }
1420
-
1421
- .cookie-banner {
1422
- font-family: vcsm;
1423
- width: 100%; }
1424
- .cookie-banner .close-btn {
1425
- cursor: pointer; }
1426
-
1427
- .hamburger-click-area {
1428
- -webkit-transform: translateY(-50%);
1429
- -moz-transform: translateY(-50%);
1430
- -ms-transform: translateY(-50%);
1431
- -o-transform: translateY(-50%);
1432
- transform: translateY(-50%);
1433
- cursor: pointer;
1434
- display: none;
1435
- padding: 30px 5%;
1436
- position: absolute;
1437
- right: 0;
1438
- -webkit-tap-highlight-color: transparent;
1439
- top: 50%; }
1440
-
1441
- .hamburger {
1442
- position: relative;
1443
- width: 24px; }
1444
- .hamburger i {
1445
- display: block;
1446
- height: 2px;
1447
- margin-bottom: 4px; }
1448
- .hamburger i:last-child {
1449
- margin-bottom: 0; }
1450
-
1451
- @media (max-width: 768px) {
1452
- nav {
1453
- display: none;
1454
- padding: 0;
1455
- width: 100%; }
1456
- .site-header {
1457
- padding: 40px 5%; }
1458
- .logo-wrap {
1459
- max-width: 100%;
1460
- padding: 0;
1461
- width: 100%; }
1462
- .logo {
1463
- max-width: 100%;
1464
- padding: 0 39px 0 0; }
1465
- .logo-image {
1466
- padding-left: 39px;
1467
- margin-bottom: -5px;
1468
- margin-top: -5px; }
1469
- .logo-image img {
1470
- max-height: 60px; }
1471
- .logo-text {
1472
- padding-left: 39px; }
1473
- .logo-secondary {
1474
- display: none; }
1475
- .close-responsive-button {
1476
- top: 40px; }
1477
- .hamburger-click-area {
1478
- display: block; }
1479
- .hamburger i {
1480
- background-color: #000000; }
1481
- main,
1482
- .site-container {
1483
- width: 100%; }
1484
- .site-content {
1485
- margin: 0;
1486
- padding: 0 0;
1487
- width: 100%; }
1488
- .responsive-nav {
1489
- background-color: #fff;
1490
- bottom: 0;
1491
- display: block;
1492
- height: 100%;
1493
- left: 0;
1494
- overflow: auto;
1495
- -webkit-overflow-scrolling: touch;
1496
- padding: 50px 5% 0;
1497
- position: fixed;
1498
- right: 0;
1499
- text-align: center;
1500
- top: 0;
1501
- transition: visibility 0s ease .2s, opacity .2s ease 0s;
1502
- z-index: 99999; }
1503
- .responsive-nav nav {
1504
- float: none;
1505
- margin-left: auto;
1506
- margin-right: auto;
1507
- max-width: 100%;
1508
- width: 100%; }
1509
- .responsive-nav.has-social nav {
1510
- padding-bottom: 80px; }
1511
- .responsive-nav .nav-container {
1512
- width: 100%; }
1513
- .responsive-nav .page-title,
1514
- .responsive-nav .project-title,
1515
- .responsive-nav .link-title,
1516
- .responsive-nav .gallery-title {
1517
- display: block;
1518
- text-align: center; }
1519
- .responsive-nav .page-title a,
1520
- .responsive-nav .project-title a,
1521
- .responsive-nav .link-title a,
1522
- .responsive-nav .gallery-title a {
1523
- font-size: 22px;
1524
- line-height: 32px; }
1525
- .responsive-nav .page-title,
1526
- .responsive-nav .project-title,
1527
- .responsive-nav .link-title,
1528
- .responsive-nav .gallery-title {
1529
- padding: 0 0 30px; }
1530
- .responsive-nav .group {
1531
- padding: 0; }
1532
- .responsive-nav .social {
1533
- text-align: center;
1534
- width: 100%;
1535
- background-color: #fff;
1536
- border-top: 1px solid rgba(0, 0, 0, 0.08);
1537
- bottom: 0;
1538
- left: 0;
1539
- margin: 0;
1540
- min-height: 80px;
1541
- overflow-x: auto;
1542
- overflow-y: hidden;
1543
- padding: 5%;
1544
- position: fixed; }
1545
- .responsive-nav .social ul {
1546
- white-space: nowrap; }
1547
- .responsive-nav .social svg {
1548
- width: 42px; }
1549
- .responsive-nav .social li {
1550
- display: inline-block;
1551
- float: none !important;
1552
- padding: 0 20px 0 0; }
1553
- .responsive-nav .social li:last-child {
1554
- padding-right: 0; }
1555
- .close-responsive-click-area {
1556
- cursor: pointer;
1557
- padding: 50px 6%;
1558
- position: fixed;
1559
- right: 0;
1560
- -webkit-tap-highlight-color: transparent;
1561
- top: 0; }
1562
- .close-responsive-button {
1563
- height: 20px;
1564
- position: fixed;
1565
- right: 5%;
1566
- width: 20px; }
1567
- .close-responsive-button:before, .close-responsive-button:after {
1568
- background-color: #000000;
1569
- content: '';
1570
- display: block;
1571
- height: 20px;
1572
- left: 50%;
1573
- position: absolute;
1574
- width: 2px; }
1575
- .close-responsive-button:before {
1576
- -webkit-transform: rotate(45deg);
1577
- -moz-transform: rotate(45deg);
1578
- -ms-transform: rotate(45deg);
1579
- -o-transform: rotate(45deg);
1580
- transform: rotate(45deg); }
1581
- .close-responsive-button:after {
1582
- -webkit-transform: rotate(-45deg);
1583
- -moz-transform: rotate(-45deg);
1584
- -ms-transform: rotate(-45deg);
1585
- -o-transform: rotate(-45deg);
1586
- transform: rotate(-45deg); }
1587
- .show-responsive-nav {
1588
- overflow: hidden; }
1589
- .show-responsive-nav .responsive-nav {
1590
- opacity: 1;
1591
- transition: visibility 0s ease 0s, opacity .2s ease 0s;
1592
- visibility: visible; }
1593
- .show-responsive-nav .responsive-nav nav {
1594
- display: block; }
1595
- .show-responsive-nav .site-header,
1596
- .show-responsive-nav .site-container {
1597
- display: none; }
1598
- .site-footer {
1599
- padding-left: 5%;
1600
- padding-right: 5%;
1601
- width: 100%; } }
1602
-
1603
- @media (max-width: 540px) {
1604
- .close-responsive-click-area {
1605
- padding: 40px 10%; }
1606
- .close-responsive-button {
1607
- top: 30px; }
1608
- .site-header {
1609
- padding-bottom: 30px;
1610
- padding-top: 30px; }
1611
- .logo {
1612
- /* stylelint-disable-line length-zero-no-unit */
1613
- font-size: 22px;
1614
- line-height: 22px; } }
1615
-
1616
- @media (max-width: 768px) {
1617
- .sidebar-content {
1618
- float: none;
1619
- margin: 0;
1620
- width: auto; }
1621
- .project-covers {
1622
- padding-top: 0; } }
1623
-
1624
- /* stylelint-disable block-no-empty */
1625
- /* stylelint-enable block-no-empty */
1626
-
1627
- .other-projects:after, .other-projects .title-wrapper:after, .page-content:after, .project-module:after, .other-projects .project-cover .details-inner:after {
1628
- clear: both;
1629
- content: "";
1630
- display: table; }
1631
-
1632
- .back-to-top .arrow {
1633
- margin-right: 10px; }
1634
-
1635
- .back-to-top-fixed {
1636
- position: fixed;
1637
- z-index: 3; }
1638
-
1639
- .icon-back-to-top {
1640
- -webkit-transform: translateX(-50%) translateY(-50%);
1641
- -moz-transform: translateX(-50%) translateY(-50%);
1642
- -ms-transform: translateX(-50%) translateY(-50%);
1643
- -o-transform: translateX(-50%) translateY(-50%);
1644
- transform: translateX(-50%) translateY(-50%);
1645
- display: block;
1646
- left: 50%;
1647
- position: absolute;
1648
- top: 50%; }
1649
-
1650
- .project-module-button {
1651
- margin: 0 auto; }
1652
-
1653
- .button-container {
1654
- margin: 0 auto;
1655
- text-align: center; }
1656
-
1657
- .button-module {
1658
- cursor: pointer;
1659
- white-space: nowrap;
1660
- word-break: keep-all; }
1661
-
1662
- .other-projects {
1663
- width: 100%; }
1664
- .other-projects .title-wrapper {
1665
- display: block;
1666
- width: 100%; }
1667
- .other-projects .project-cover {
1668
- clear: none;
1669
- float: left;
1670
- position: relative; }
1671
- .other-projects .project-cover.editable:before,
1672
- .other-projects .project-cover .editable-button {
1673
- display: none; }
1674
-
1675
- .other-projects-title {
1676
- display: inline-block; }
1677
-
1678
- .page-header .title,
1679
- .page-header .description,
1680
- .page-header .date,
1681
- .page-header .custom1,
1682
- .page-header .custom2 {
1683
- margin: 0 auto; }
1684
-
1685
- .page-header .description {
1686
- white-space: pre-line;
1687
- word-wrap: break-word; }
1688
-
1689
- .page img,
1690
- .page object {
1691
- display: block;
1692
- margin: 0 auto;
1693
- max-width: 100%; }
1694
-
1695
- .page-content {
1696
- clear: both; }
1697
-
1698
- .page-container {
1699
- width: 100%; }
1700
-
1701
- .modules .texteditor-inline-color a {
1702
- color: inherit; }
1703
-
1704
- .modules .texteditor-inline-fontfamily a {
1705
- font-family: inherit; }
1706
-
1707
- .modules .texteditor-inline-fontsize a {
1708
- font-size: inherit; }
1709
-
1710
- .splash {
1711
- display: flex;
1712
- margin: 0 auto;
1713
- min-height: 100vh;
1714
- padding: 0;
1715
- position: relative;
1716
- width: 100%; }
1717
- .splash img,
1718
- .splash object {
1719
- display: block;
1720
- margin: 0 auto;
1721
- max-width: 100%; }
1722
- .splash section {
1723
- position: relative; }
1724
- .splash .splash-image {
1725
- background-position: center center;
1726
- background-repeat: no-repeat;
1727
- background-size: cover;
1728
- height: 100vh;
1729
- position: relative;
1730
- width: 100%; }
1731
- .splash .splash-image-wrap {
1732
- height: 100%;
1733
- position: fixed;
1734
- top: 0; }
1735
- .splash.image-right .splash-image-wrap {
1736
- right: 0; }
1737
-
1738
- .centered {
1739
- align-items: flex-start;
1740
- justify-content: center;
1741
- overflow-y: scroll;
1742
- padding: 20px; }
1743
-
1744
- .centered .outer-wrap,
1745
- .image-right .outer-wrap,
1746
- .image-left .outer-wrap {
1747
- align-items: center;
1748
- display: flex;
1749
- justify-content: center;
1750
- overflow: visible;
1751
- width: 100%; }
1752
-
1753
- .image-left .outer-wrap {
1754
- margin-left: 50%; }
1755
-
1756
- .centered-content-wrap {
1757
- padding: 0 20px;
1758
- position: relative;
1759
- width: 100%; }
1760
-
1761
- @media (max-width: 980px) {
1762
- .image-left .outer-wrap {
1763
- margin-left: 0; }
1764
- .outer-wrap {
1765
- width: 100% !important; } }
1766
-
1767
- .image-right {
1768
- justify-content: stretch; }
1769
-
1770
- @media (max-width: 980px) {
1771
- .image-right,
1772
- .image-left {
1773
- display: block; }
1774
- .image-right:before,
1775
- .image-left:before {
1776
- content: '';
1777
- display: block;
1778
- padding-bottom: 50vh;
1779
- position: relative; }
1780
- .image-right .splash-image,
1781
- .image-left .splash-image {
1782
- height: 50vh; }
1783
- .image-right .splash-image-wrap,
1784
- .image-left .splash-image-wrap {
1785
- height: auto;
1786
- left: 0;
1787
- position: absolute;
1788
- top: 0;
1789
- width: 100%; } }
1790
-
1791
- .project-module {
1792
- clear: both;
1793
- word-break: break-word; }
1794
-
1795
- .modules .media_collection {
1796
- margin-left: auto;
1797
- margin-right: auto; }
1798
-
1799
- .media-is-processing {
1800
- display: none; }
1801
-
1802
- .grid--main {
1803
- display: flex;
1804
- flex-wrap: wrap;
1805
- margin: -4px;
1806
- visibility: hidden; }
1807
-
1808
- /* added via JS by flexbox-sizer*/
1809
- .grid--ready {
1810
- visibility: visible; }
1811
-
1812
- .grid__item-container {
1813
- box-sizing: content-box !important;
1814
- display: inline-block;
1815
- margin: 4px;
1816
- position: relative; }
1817
- .grid__item-container .stock__buy-button {
1818
- visibility: hidden; }
1819
- .grid__item-container:hover .stock__buy-button {
1820
- visibility: visible; }
1821
-
1822
- .grid__item-filler {
1823
- background: rgba(0, 0, 0, 0.03);
1824
- display: block; }
1825
- .image-loaded ~ .grid__item-filler {
1826
- background: transparent; }
1827
-
1828
- .grid__item-image {
1829
- position: absolute;
1830
- top: 0;
1831
- vertical-align: bottom;
1832
- width: 100%; }
1833
-
1834
- /* added via JS by flexbox-sizer*/
1835
- .grid__item-spacer {
1836
- flex-grow: 90000000000; }
1837
-
1838
- .modules .form {
1839
- clear: both;
1840
- margin-left: auto;
1841
- margin-right: auto; }
1842
- .modules .form label {
1843
- display: block; }
1844
- .modules .form input,
1845
- .modules .form textarea,
1846
- .modules .form .submit-button {
1847
- border-style: solid;
1848
- border-width: 1px;
1849
- outline: none; }
1850
- .modules .form input,
1851
- .modules .form textarea {
1852
- -webkit-appearance: none;
1853
- border-radius: 3px;
1854
- padding-right: 10px;
1855
- width: 100%; }
1856
- .modules .form .error input,
1857
- .modules .form .error textarea {
1858
- border-color: #c00 !important; }
1859
- .modules .form input {
1860
- height: 42px;
1861
- line-height: 42px; }
1862
- .modules .form textarea {
1863
- display: block;
1864
- height: 132px;
1865
- padding-bottom: 13px;
1866
- padding-top: 13px; }
1867
- .modules .form .submit-button {
1868
- cursor: pointer;
1869
- display: inline-block;
1870
- position: relative;
1871
- user-select: none;
1872
- width: auto; }
1873
- .modules .form .contact-form-sent {
1874
- display: none; }
1875
- .modules .form .form-error {
1876
- color: #c00;
1877
- font-size: 12px;
1878
- line-height: 12px;
1879
- padding-top: 5px; }
1880
- .modules .form .submit-text.processing {
1881
- opacity: 0; }
1882
- .modules .form.sent .contact-form {
1883
- display: none; }
1884
- .modules .form.sent .contact-form-sent {
1885
- display: block; }
1886
-
1887
- .stock__buy-button {
1888
- align-items: center;
1889
- background-color: rgba(0, 0, 0, 0.6);
1890
- border-radius: 4px;
1891
- bottom: 0;
1892
- color: #fff;
1893
- display: flex;
1894
- font: bold 13px sans-serif;
1895
- height: 29px;
1896
- margin: 6px;
1897
- max-width: calc(100% - 12px);
1898
- padding: 0 10px;
1899
- position: absolute;
1900
- right: 0; }
1901
- .stock__buy-button .stock__text {
1902
- overflow: hidden;
1903
- text-overflow: ellipsis;
1904
- white-space: nowrap; }
1905
- .stock__buy-button:hover {
1906
- background-color: #000; }
1907
- .stock__buy-button:hover .stock__icon {
1908
- opacity: 1; }
1909
- .stock__buy-button .stock__icon {
1910
- height: 18px;
1911
- margin-right: 8px;
1912
- min-height: 18px;
1913
- min-width: 18px;
1914
- opacity: .7;
1915
- width: 18px; }
1916
-
1917
- .grid-module--edit .stock__buy-button {
1918
- display: none; }
1919
-
1920
- .lightbox-content .stock__buy-button {
1921
- border-radius: 6px;
1922
- font-size: 14px;
1923
- height: 39px;
1924
- margin: 20px;
1925
- padding: 0 15px;
1926
- z-index: 1004; }
1927
-
1928
- .other-projects .project-cover {
1929
- display: block;
1930
- float: left;
1931
- position: relative; }
1932
- .other-projects .project-cover.hold-space .cover-image:before {
1933
- content: '';
1934
- display: block;
1935
- width: 100%; }
1936
- .other-projects .project-cover.hold-space .cover {
1937
- left: 0;
1938
- min-height: 100%;
1939
- position: absolute;
1940
- top: 0; }
1941
- .other-projects .project-cover .cover-image-wrap {
1942
- overflow: hidden;
1943
- position: relative; }
1944
- .other-projects .project-cover .cover-image {
1945
- position: relative;
1946
- -webkit-transform: translateZ(0); }
1947
- .other-projects .project-cover .cover-image:after {
1948
- -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
1949
- -moz-transition: background-color 0.2s ease, opacity 0.2s ease;
1950
- transition: background-color 0.2s ease, opacity 0.2s ease;
1951
- content: '';
1952
- display: block;
1953
- height: 100%;
1954
- left: 0;
1955
- position: absolute;
1956
- top: 0;
1957
- width: 100%; }
1958
- .other-projects .project-cover .cover {
1959
- background-position: center center;
1960
- background-repeat: no-repeat;
1961
- background-size: cover;
1962
- display: block;
1963
- min-height: 100%;
1964
- overflow: hidden;
1965
- width: 100%; }
1966
- .other-projects .project-cover .cover .cover__img {
1967
- font-family: 'object-fit: cover;';
1968
- height: calc(100% + 2px);
1969
- left: 50%;
1970
- object-fit: cover;
1971
- position: absolute;
1972
- top: 50%;
1973
- transform: translate(-50%, -50%);
1974
- width: calc(100% + 2px); }
1975
- .other-projects .project-cover .cover .cover__img.js-lazy {
1976
- background-color: rgba(0, 0, 0, 0.03); }
1977
- .other-projects .project-cover .cover .cover__img.js-lazy.image-loaded {
1978
- background-color: transparent; }
1979
- .other-projects .project-cover .cover-rollover {
1980
- opacity: 0;
1981
- visibility: hidden; }
1982
- .other-projects .project-cover:hover .cover-normal.has-rollover, .other-projects .project-cover.touch-hover .cover-normal.has-rollover {
1983
- opacity: 0;
1984
- visibility: hidden; }
1985
- .other-projects .project-cover:hover .cover-rollover, .other-projects .project-cover.touch-hover .cover-rollover {
1986
- opacity: 1;
1987
- visibility: visible; }
1988
- .other-projects .project-cover .title,
1989
- .other-projects .project-cover .date,
1990
- .other-projects .project-cover .custom1,
1991
- .other-projects .project-cover .custom2,
1992
- .other-projects .project-cover .description {
1993
- clear: both; }
1994
- .other-projects .project-cover .description {
1995
- white-space: pre-line;
1996
- word-wrap: break-word; }
1997
- .other-projects .project-cover .details-inner {
1998
- overflow: hidden; }
1999
-
2000
- .other-projects .project-cover:hover .details-wrap,
2001
- .other-projects .project-cover.touch-hover .details-wrap {
2002
- opacity: 1; }
2003
-
2004
- .other-projects .project-cover .cover-content-container {
2005
- position: relative; }
2006
-
2007
- .other-projects .project-cover .details-wrap {
2008
- opacity: 0;
2009
- position: absolute;
2010
- top: 0;
2011
- transition: opacity .15s ease; }
2012
-
2013
- .other-projects .project-cover .details-wrap {
2014
- -webkit-backface-visibility: hidden;
2015
- height: 100%; }
2016
-
2017
- .other-projects .project-cover .details {
2018
- height: 100%;
2019
- position: relative;
2020
- width: 100%; }
2021
-
2022
- .back-to-top {
2023
- clear: both;
2024
- display: block;
2025
- padding-bottom: 60px;
2026
- padding-top: 60px;
2027
- text-align: center; }
2028
- .back-to-top a {
2029
- color: #999999;
2030
- font-family: vcsm;
2031
- font-size: 18px;
2032
- font-style: normal;
2033
- font-weight: 400;
2034
- line-height: 18px;
2035
- text-transform: normal; }
2036
- .back-to-top a:hover {
2037
- color: #666666; }
2038
- .back-to-top .arrow {
2039
- display: inline-block; }
2040
-
2041
- @media (max-width: 768px) {
2042
- .back-to-top {
2043
- padding-bottom: 28px;
2044
- padding-top: 28px; }
2045
- .back-to-top a {
2046
- font-size: 14px;
2047
- line-height: 14px; } }
2048
-
2049
- @media (max-width: 540px) {
2050
- .back-to-top {
2051
- padding-bottom: 25px;
2052
- padding-top: 25px; }
2053
- .back-to-top a {
2054
- font-size: 14px;
2055
- line-height: 20px; } }
2056
-
2057
- .other-projects {
2058
- padding-bottom: 0px;
2059
- padding-top: 40px; }
2060
- .other-projects .title-container {
2061
- margin-left: auto;
2062
- margin-right: auto;
2063
- max-width: 800px;
2064
- text-align: center;
2065
- width: 100%; }
2066
- .other-projects .project-cover:nth-child(-n+2) {
2067
- display: block; }
2068
- .other-projects .project-cover:nth-child(n+3) {
2069
- display: none; }
2070
-
2071
- .other-projects-title {
2072
- color: #222222;
2073
- font-family: ftnk;
2074
- font-size: 24px;
2075
- font-style: normal;
2076
- font-weight: 700;
2077
- line-height: 24px;
2078
- margin-bottom: 40px;
2079
- margin-top: 0px;
2080
- text-transform: uppercase; }
2081
-
2082
- @media (max-width: 768px) {
2083
- .other-projects {
2084
- padding-bottom: 0px;
2085
- padding-top: 20px; }
2086
- .other-projects-title {
2087
- font-size: 18px;
2088
- line-height: 18px;
2089
- padding-left: 5%;
2090
- padding-right: 5%;
2091
- margin-bottom: 20px;
2092
- margin-top: 0px; } }
2093
-
2094
- @media (max-width: 540px) {
2095
- .other-projects .project-cover:nth-child(n+2) {
2096
- display: none; }
2097
- .other-projects {
2098
- padding-bottom: 0px;
2099
- padding-top: 18px; }
2100
- .other-projects-title {
2101
- font-size: 15px;
2102
- line-height: 15px;
2103
- margin-bottom: 18px;
2104
- margin-top: 0px; } }
2105
-
2106
- .page-header {
2107
- margin-left: auto;
2108
- margin-right: auto;
2109
- max-width: 800px;
2110
- padding-bottom: 70px;
2111
- padding-top: 70px;
2112
- width: 100%; }
2113
- .page-header .title {
2114
- color: #222222;
2115
- font-family: ftnk;
2116
- font-size: 50px;
2117
- font-style: normal;
2118
- font-weight: 400;
2119
- line-height: 50px;
2120
- padding-bottom: 20px;
2121
- padding-top: 0px;
2122
- text-align: center;
2123
- text-transform: uppercase;
2124
- width: 100%; }
2125
- .page-header .description {
2126
- color: #999999;
2127
- font-family: vcsm;
2128
- font-size: 18px;
2129
- font-style: normal;
2130
- font-weight: 400;
2131
- line-height: 26px;
2132
- padding-bottom: 0px;
2133
- padding-top: 0px;
2134
- text-align: center;
2135
- text-transform: none;
2136
- width: 100%; }
2137
- .page-header .date {
2138
- color: #999999;
2139
- font-family: vcsm;
2140
- font-size: 16px;
2141
- font-style: normal;
2142
- font-weight: 700;
2143
- line-height: 22px;
2144
- padding-bottom: 15px;
2145
- padding-top: 0px;
2146
- text-align: center;
2147
- text-transform: none;
2148
- width: 100%; }
2149
- .page-header .custom1 {
2150
- color: #999999;
2151
- font-family: vcsm;
2152
- font-size: 16px;
2153
- font-style: normal;
2154
- font-weight: 400;
2155
- line-height: 22px;
2156
- padding-bottom: 0px;
2157
- padding-top: 0px;
2158
- text-align: center;
2159
- text-transform: none;
2160
- width: 100%; }
2161
- .page-header .custom2 {
2162
- color: #999999;
2163
- font-family: vcsm;
2164
- font-size: 16px;
2165
- font-style: normal;
2166
- font-weight: 400;
2167
- line-height: 22px;
2168
- padding-bottom: 0px;
2169
- padding-top: 0px;
2170
- text-align: center;
2171
- text-transform: none;
2172
- width: 100%; }
2173
-
2174
- .page-container {
2175
- margin-left: auto;
2176
- margin-right: auto;
2177
- max-width: 100%;
2178
- padding-bottom: 0px;
2179
- padding-top: 0px; }
2180
-
2181
- .page {
2182
- margin-left: 0%;
2183
- margin-right: 0%;
2184
- width: 100%; }
2185
-
2186
- @media (max-width: 768px) {
2187
- .page-header {
2188
- padding-left: 5%;
2189
- padding-right: 5%;
2190
- padding-bottom: 30px;
2191
- padding-top: 30px;
2192
- width: 100%; }
2193
- .page-header .title {
2194
- font-size: 31px;
2195
- line-height: 31px;
2196
- /* stylelint-disable-line length-zero-no-unit */
2197
- padding-bottom: 14px; }
2198
- .page-header .date {
2199
- font-size: 14px;
2200
- line-height: 20px;
2201
- /* stylelint-disable-line length-zero-no-unit */
2202
- padding-bottom: 11px; }
2203
- .page-header .custom1 {
2204
- font-size: 14px;
2205
- line-height: 20px; }
2206
- .page-header .custom2 {
2207
- font-size: 14px;
2208
- line-height: 20px; }
2209
- .page-header .description {
2210
- font-size: 14px;
2211
- line-height: 20px; }
2212
- .page-header .title,
2213
- .page-header .custom1,
2214
- .page-header .custom2,
2215
- .page-header .date,
2216
- .page-header .description,
2217
- .page-header .project-module-text {
2218
- width: 100%; }
2219
- .page {
2220
- margin-left: 0;
2221
- margin-right: 0;
2222
- width: 100%; }
2223
- .page-container {
2224
- max-width: 100%;
2225
- padding-bottom: 0px;
2226
- padding-top: 0px; } }
2227
-
2228
- @media (max-width: 540px) {
2229
- .page-header {
2230
- padding-bottom: 26px;
2231
- padding-top: 26px;
2232
- width: 100%; }
2233
- .page-header .title {
2234
- font-size: 25px;
2235
- line-height: 25px;
2236
- /* stylelint-disable-line length-zero-no-unit */
2237
- padding-bottom: 13px; }
2238
- .page-header .date {
2239
- font-size: 14px;
2240
- line-height: 20px;
2241
- /* stylelint-disable-line length-zero-no-unit */
2242
- padding-bottom: 10px; }
2243
- .page-header .custom1 {
2244
- font-size: 14px;
2245
- line-height: 20px; }
2246
- .page-header .custom2 {
2247
- font-size: 14px;
2248
- line-height: 20px; }
2249
- .page-header .description {
2250
- font-size: 14px;
2251
- line-height: 20px; }
2252
- .page-container {
2253
- padding-bottom: 0px;
2254
- padding-top: 0px; } }
2255
-
2256
- .media_collection {
2257
- margin-left: auto;
2258
- margin-right: auto; }
2259
-
2260
- .splash-modules .image {
2261
- margin-left: auto;
2262
- margin-right: auto;
2263
- padding-bottom: 0px;
2264
- padding-top: 0px;
2265
- max-width: 100%;
2266
- width: 100%; }
2267
-
2268
- .splash-modules .video {
2269
- margin-left: auto;
2270
- margin-right: auto;
2271
- padding-bottom: 0px;
2272
- padding-top: 0px;
2273
- max-width: 100%;
2274
- width: 100%; }
2275
-
2276
- .splash-modules .embed {
2277
- margin-left: auto;
2278
- margin-right: auto;
2279
- padding-bottom: 0px;
2280
- padding-top: 0px;
2281
- max-width: 100%;
2282
- width: 100%; }
2283
-
2284
- .splash-modules .audio {
2285
- margin-left: auto;
2286
- margin-right: auto;
2287
- padding-bottom: 0px;
2288
- padding-top: 0px;
2289
- max-width: 100%;
2290
- width: 100%; }
2291
-
2292
- .splash-modules .text {
2293
- margin-left: auto;
2294
- margin-right: auto;
2295
- padding-bottom: 0px;
2296
- padding-top: 0px;
2297
- max-width: 800px;
2298
- width: 100%; }
2299
-
2300
- .splash-modules .button {
2301
- margin-left: auto;
2302
- margin-right: auto;
2303
- padding-bottom: 20px;
2304
- padding-top: 20px;
2305
- max-width: 100%; }
2306
-
2307
- .splash-modules .media_collection {
2308
- overflow: hidden;
2309
- padding-bottom: 0px;
2310
- padding-top: 0px;
2311
- max-width: 100%;
2312
- width: 100%; }
2313
-
2314
- .splash-modules .module-caption-container {
2315
- margin-left: auto;
2316
- margin-right: auto;
2317
- max-width: 800px;
2318
- width: 100%; }
2319
-
2320
- .splash-modules .rich-text .title {
2321
- color: #222222;
2322
- font-family: ftnk;
2323
- font-size: 50px;
2324
- font-style: normal;
2325
- font-weight: 400;
2326
- line-height: 50px;
2327
- padding-bottom: 5px;
2328
- padding-top: 0px;
2329
- text-align: center;
2330
- text-transform: uppercase; }
2331
-
2332
- .splash-modules .rich-text .sub-title {
2333
- color: #222222;
2334
- font-family: ftnk;
2335
- font-size: 20px;
2336
- font-style: normal;
2337
- font-weight: 500;
2338
- line-height: 20px;
2339
- padding-bottom: 10px;
2340
- padding-top: 5px;
2341
- text-align: center;
2342
- text-transform: uppercase; }
2343
-
2344
- .splash-modules .rich-text .main-text,
2345
- .splash-modules .rich-text div,
2346
- .splash-modules .rich-text p {
2347
- color: #999999;
2348
- font-family: vcsm;
2349
- font-size: 18px;
2350
- font-style: normal;
2351
- font-weight: 400;
2352
- line-height: 26px;
2353
- padding-bottom: 10px;
2354
- padding-top: 5px;
2355
- text-align: center;
2356
- text-transform: none; }
2357
-
2358
- .splash-modules .rich-text a {
2359
- color: #999999;
2360
- text-transform: none; }
2361
- .splash-modules .rich-text a:hover {
2362
- color: #999999;
2363
- text-transform: none; }
2364
-
2365
- .splash-modules .rich-text .caption,
2366
- .splash-modules .module-caption div,
2367
- .splash-modules .module-caption p {
2368
- color: #999999;
2369
- font-family: vcsm;
2370
- font-size: 14px;
2371
- font-style: normal;
2372
- font-weight: 400;
2373
- line-height: 18px;
2374
- padding-bottom: 0px;
2375
- padding-top: 15px;
2376
- text-align: center;
2377
- text-transform: none; }
2378
-
2379
- @media (max-width: 768px) {
2380
- .splash-modules .rich-text .title {
2381
- font-size: 31px;
2382
- line-height: 31px;
2383
- padding-bottom: 5px;
2384
- padding-top: 0px; }
2385
- .splash-modules .rich-text .sub-title {
2386
- font-size: 17px;
2387
- line-height: 17px;
2388
- padding-bottom: 8px;
2389
- padding-top: 5px; }
2390
- .splash-modules .rich-text .main-text,
2391
- .splash-modules .rich-text div,
2392
- .splash-modules .rich-text p {
2393
- font-size: 14px;
2394
- line-height: 20px;
2395
- padding-bottom: 8px;
2396
- padding-top: 5px; }
2397
- .splash-modules .rich-text .caption,
2398
- .splash-modules .module-caption div,
2399
- .splash-modules .module-caption p {
2400
- font-size: 14px;
2401
- line-height: 20px;
2402
- padding-bottom: 0px;
2403
- padding-top: 11px; }
2404
- .splash-modules .modules .image,
2405
- .splash-modules .modules .video,
2406
- .splash-modules .modules .embed,
2407
- .splash-modules .modules .audio,
2408
- .splash-modules .modules .text {
2409
- width: 100%; }
2410
- .splash-modules .modules .image {
2411
- padding-bottom: 0px;
2412
- padding-top: 0px; }
2413
- .splash-modules .modules .video {
2414
- padding-bottom: 0px;
2415
- padding-top: 0px; }
2416
- .splash-modules .modules .embed {
2417
- padding-bottom: 0px;
2418
- padding-top: 0px; }
2419
- .splash-modules .modules .audio {
2420
- padding-bottom: 0px;
2421
- padding-top: 0px; }
2422
- .splash-modules .modules .text {
2423
- padding-left: 5%;
2424
- padding-right: 5%;
2425
- padding-bottom: 0px;
2426
- padding-top: 0px; } }
2427
-
2428
- @media (max-width: 540px) {
2429
- .splash-modules .rich-text .title {
2430
- padding-bottom: 5px;
2431
- padding-top: 0px; }
2432
- .splash-modules .rich-text .title,
2433
- .splash-modules .rich-text .title span {
2434
- font-size: 25px !important;
2435
- line-height: 25px !important; }
2436
- .splash-modules .rich-text .sub-title {
2437
- padding-bottom: 7px;
2438
- padding-top: 5px; }
2439
- .splash-modules .rich-text .sub-title,
2440
- .splash-modules .rich-text .sub-title span {
2441
- font-size: 14px !important;
2442
- line-height: 14px !important; }
2443
- .splash-modules .rich-text .main-text,
2444
- .splash-modules .rich-text div,
2445
- .splash-modules .rich-text p {
2446
- padding-bottom: 7px;
2447
- padding-top: 5px; }
2448
- .splash-modules .rich-text .main-text,
2449
- .splash-modules .rich-text .main-text span,
2450
- .splash-modules .rich-text div,
2451
- .splash-modules .rich-text div span,
2452
- .splash-modules .rich-text p,
2453
- .splash-modules .rich-text p span {
2454
- font-size: 14px !important;
2455
- line-height: 20px !important; }
2456
- .splash-modules .rich-text .caption,
2457
- .splash-modules .module-caption div,
2458
- .splash-modules .module-caption p {
2459
- padding-bottom: 0px;
2460
- padding-top: 10px; }
2461
- .splash-modules .rich-text .caption,
2462
- .splash-modules .rich-text .caption span,
2463
- .splash-modules .module-caption div,
2464
- .splash-modules .module-caption div span,
2465
- .splash-modules .module-caption p,
2466
- .splash-modules .module-caption p span {
2467
- font-size: 14px !important;
2468
- line-height: 20px !important; }
2469
- .splash-modules .modules .image {
2470
- padding-bottom: 0px;
2471
- padding-top: 0px; }
2472
- .splash-modules .modules .video {
2473
- padding-bottom: 0px;
2474
- padding-top: 0px; }
2475
- .splash-modules .modules .embed {
2476
- padding-bottom: 0px;
2477
- padding-top: 0px; }
2478
- .splash-modules .modules .audio {
2479
- padding-bottom: 0px;
2480
- padding-top: 0px; }
2481
- .splash-modules .modules .text {
2482
- padding-bottom: 0px;
2483
- padding-top: 0px; } }
2484
-
2485
- .standard-modules .image {
2486
- margin-left: auto;
2487
- margin-right: auto;
2488
- padding-bottom: 40px;
2489
- padding-top: 0px;
2490
- max-width: 100%;
2491
- width: 100%; }
2492
-
2493
- .standard-modules .video {
2494
- margin-left: auto;
2495
- margin-right: auto;
2496
- padding-bottom: 40px;
2497
- padding-top: 0px;
2498
- max-width: 100%;
2499
- width: 100%; }
2500
-
2501
- .standard-modules .embed {
2502
- margin-left: auto;
2503
- margin-right: auto;
2504
- padding-bottom: 40px;
2505
- padding-top: 0px;
2506
- max-width: 100%;
2507
- width: 100%; }
2508
-
2509
- .standard-modules .audio {
2510
- margin-left: auto;
2511
- margin-right: auto;
2512
- padding-bottom: 40px;
2513
- padding-top: 0px;
2514
- max-width: 100%;
2515
- width: 100%; }
2516
-
2517
- .standard-modules .text {
2518
- margin-left: auto;
2519
- margin-right: auto;
2520
- padding-bottom: 40px;
2521
- padding-top: 20px;
2522
- max-width: 800px;
2523
- width: 100%; }
2524
-
2525
- .standard-modules .button {
2526
- margin-left: auto;
2527
- margin-right: auto;
2528
- padding-bottom: 20px;
2529
- padding-top: 20px;
2530
- max-width: 100%; }
2531
-
2532
- .standard-modules .media_collection {
2533
- overflow: hidden;
2534
- padding-bottom: 40px;
2535
- padding-top: 0px;
2536
- max-width: 100%;
2537
- width: 100%; }
2538
-
2539
- .standard-modules .module-caption-container {
2540
- margin-left: auto;
2541
- margin-right: auto;
2542
- max-width: 800px;
2543
- width: 100%; }
2544
-
2545
- .standard-modules .rich-text .title {
2546
- color: #222222;
2547
- font-family: ftnk;
2548
- font-size: 70px;
2549
- font-style: normal;
2550
- font-weight: 400;
2551
- line-height: 70px;
2552
- padding-bottom: 5px;
2553
- padding-top: 5px;
2554
- text-align: center;
2555
- text-transform: uppercase; }
2556
-
2557
- .standard-modules .rich-text .sub-title {
2558
- color: #222222;
2559
- font-family: ftnk;
2560
- font-size: 20px;
2561
- font-style: normal;
2562
- font-weight: 500;
2563
- line-height: 20px;
2564
- padding-bottom: 10px;
2565
- padding-top: 20px;
2566
- text-align: center;
2567
- text-transform: uppercase; }
2568
-
2569
- .standard-modules .rich-text .main-text,
2570
- .standard-modules .rich-text div,
2571
- .standard-modules .rich-text p {
2572
- color: #999999;
2573
- font-family: vcsm;
2574
- font-size: 18px;
2575
- font-style: normal;
2576
- font-weight: 400;
2577
- line-height: 26px;
2578
- padding-bottom: 20px;
2579
- padding-top: 0px;
2580
- text-align: center;
2581
- text-transform: none; }
2582
-
2583
- .standard-modules .rich-text a {
2584
- color: #999999;
2585
- text-transform: none; }
2586
- .standard-modules .rich-text a:hover {
2587
- color: #999999;
2588
- text-transform: none; }
2589
-
2590
- .standard-modules .rich-text .caption,
2591
- .standard-modules .module-caption div,
2592
- .standard-modules .module-caption p {
2593
- color: #999999;
2594
- font-family: vcsm;
2595
- font-size: 14px;
2596
- font-style: normal;
2597
- font-weight: 400;
2598
- line-height: 18px;
2599
- padding-bottom: 0px;
2600
- padding-top: 15px;
2601
- text-align: center;
2602
- text-transform: none; }
2603
-
2604
- @media (max-width: 768px) {
2605
- .standard-modules .rich-text .title {
2606
- font-size: 39px;
2607
- line-height: 39px;
2608
- padding-bottom: 5px;
2609
- padding-top: 5px; }
2610
- .standard-modules .rich-text .sub-title {
2611
- font-size: 17px;
2612
- line-height: 17px;
2613
- padding-bottom: 8px;
2614
- padding-top: 14px; }
2615
- .standard-modules .rich-text .main-text,
2616
- .standard-modules .rich-text div,
2617
- .standard-modules .rich-text p {
2618
- font-size: 14px;
2619
- line-height: 20px;
2620
- padding-bottom: 14px;
2621
- padding-top: 0px; }
2622
- .standard-modules .rich-text .caption,
2623
- .standard-modules .module-caption div,
2624
- .standard-modules .module-caption p {
2625
- font-size: 14px;
2626
- line-height: 20px;
2627
- padding-bottom: 0px;
2628
- padding-top: 11px; }
2629
- .standard-modules .modules .image,
2630
- .standard-modules .modules .video,
2631
- .standard-modules .modules .embed,
2632
- .standard-modules .modules .audio,
2633
- .standard-modules .modules .text {
2634
- width: 100%; }
2635
- .standard-modules .modules .image {
2636
- padding-bottom: 20px;
2637
- padding-top: 0px; }
2638
- .standard-modules .modules .video {
2639
- padding-bottom: 20px;
2640
- padding-top: 0px; }
2641
- .standard-modules .modules .embed {
2642
- padding-bottom: 20px;
2643
- padding-top: 0px; }
2644
- .standard-modules .modules .audio {
2645
- padding-bottom: 20px;
2646
- padding-top: 0px; }
2647
- .standard-modules .modules .text {
2648
- padding-left: 5%;
2649
- padding-right: 5%;
2650
- padding-bottom: 20px;
2651
- padding-top: 14px; } }
2652
-
2653
- @media (max-width: 540px) {
2654
- .standard-modules .rich-text .title {
2655
- padding-bottom: 5px;
2656
- padding-top: 5px; }
2657
- .standard-modules .rich-text .title,
2658
- .standard-modules .rich-text .title span {
2659
- font-size: 32px !important;
2660
- line-height: 32px !important; }
2661
- .standard-modules .rich-text .sub-title {
2662
- padding-bottom: 7px;
2663
- padding-top: 13px; }
2664
- .standard-modules .rich-text .sub-title,
2665
- .standard-modules .rich-text .sub-title span {
2666
- font-size: 14px !important;
2667
- line-height: 14px !important; }
2668
- .standard-modules .rich-text .main-text,
2669
- .standard-modules .rich-text div,
2670
- .standard-modules .rich-text p {
2671
- padding-bottom: 13px;
2672
- padding-top: 0px; }
2673
- .standard-modules .rich-text .main-text,
2674
- .standard-modules .rich-text .main-text span,
2675
- .standard-modules .rich-text div,
2676
- .standard-modules .rich-text div span,
2677
- .standard-modules .rich-text p,
2678
- .standard-modules .rich-text p span {
2679
- font-size: 14px !important;
2680
- line-height: 20px !important; }
2681
- .standard-modules .rich-text .caption,
2682
- .standard-modules .module-caption div,
2683
- .standard-modules .module-caption p {
2684
- padding-bottom: 0px;
2685
- padding-top: 10px; }
2686
- .standard-modules .rich-text .caption,
2687
- .standard-modules .rich-text .caption span,
2688
- .standard-modules .module-caption div,
2689
- .standard-modules .module-caption div span,
2690
- .standard-modules .module-caption p,
2691
- .standard-modules .module-caption p span {
2692
- font-size: 14px !important;
2693
- line-height: 20px !important; }
2694
- .standard-modules .modules .image {
2695
- padding-bottom: 18px;
2696
- padding-top: 0px; }
2697
- .standard-modules .modules .video {
2698
- padding-bottom: 18px;
2699
- padding-top: 0px; }
2700
- .standard-modules .modules .embed {
2701
- padding-bottom: 18px;
2702
- padding-top: 0px; }
2703
- .standard-modules .modules .audio {
2704
- padding-bottom: 18px;
2705
- padding-top: 0px; }
2706
- .standard-modules .modules .text {
2707
- padding-bottom: 18px;
2708
- padding-top: 13px; } }
2709
-
2710
- .centered .outer-wrap {
2711
- margin-top: 50px;
2712
- max-width: 2000px;
2713
- min-height: calc(100vh - 100px);
2714
- padding-bottom: 50px;
2715
- width: 100%; }
2716
-
2717
- .image-right .outer-wrap {
2718
- margin-top: 50px;
2719
- max-width: 2000px;
2720
- min-height: calc(100vh - 100px);
2721
- padding-bottom: 50px;
2722
- width: 50%; }
2723
-
2724
- .image-left .outer-wrap {
2725
- margin-top: 50px;
2726
- max-width: 2000px;
2727
- min-height: calc(100vh - 100px);
2728
- padding-bottom: 50px;
2729
- width: 50%; }
2730
-
2731
- .image-right .splash-image,
2732
- .image-left .splash-image {
2733
- background-position: center center;
2734
- background-repeat: no-repeat;
2735
- background-size: cover; }
2736
-
2737
- .image-right .splash-image::before,
2738
- .image-left .splash-image::before {
2739
- content: '';
2740
- height: 100%;
2741
- position: absolute;
2742
- width: 100%;
2743
- display: none; }
2744
-
2745
- .splash-image-wrap {
2746
- width: 50%; }
2747
-
2748
- @media (max-width: 980px) {
2749
- .image-left .outer-wrap,
2750
- .image-right .outer-wrap {
2751
- min-height: 50vh; } }
2752
-
2753
- .other-projects .project-cover {
2754
- margin-right: 0%;
2755
- width: 50%; }
2756
- .other-projects .project-cover.hold-space .cover-image:before {
2757
- padding-bottom: 100%; }
2758
- .other-projects .project-cover .cover-image {
2759
- float: none;
2760
- margin-left: auto;
2761
- margin-right: auto;
2762
- width: 100%; }
2763
- .other-projects .project-cover .cover-image:after {
2764
- background-color: #ffffff;
2765
- opacity: 0; }
2766
- .other-projects .project-cover:hover .cover-image:after, .other-projects .project-cover.touch-hover .cover-image:after {
2767
- background-color: #ffffff;
2768
- opacity: 0; }
2769
- .other-projects .project-cover .cover-image,
2770
- .other-projects .project-cover .cover-image:after,
2771
- .other-projects .project-cover .cover {
2772
- border-radius: 0px; }
2773
- .other-projects .project-cover .details-wrap {
2774
- max-width: 100%;
2775
- padding-top: 5%;
2776
- width: 90%; }
2777
- .other-projects .project-cover .details {
2778
- background: rgba(255, 255, 255, 0.9); }
2779
- .other-projects .project-cover .details-inner {
2780
- padding-bottom: 0%;
2781
- padding-left: 0%;
2782
- padding-right: 0%;
2783
- padding-top: 0%; }
2784
- .other-projects .project-cover .title {
2785
- color: #222222;
2786
- float: none;
2787
- font-family: ftnk;
2788
- font-size: 50px;
2789
- font-style: normal;
2790
- font-weight: 400;
2791
- line-height: 50px;
2792
- margin: auto;
2793
- padding-bottom: 0px;
2794
- padding-left: 0%;
2795
- padding-right: 0%;
2796
- padding-top: 0px;
2797
- text-align: center;
2798
- text-transform: uppercase;
2799
- width: 90%; }
2800
- .other-projects .project-cover .date {
2801
- color: #999999;
2802
- float: none;
2803
- font-family: ftnk;
2804
- font-size: 20px;
2805
- font-style: normal;
2806
- font-weight: 400;
2807
- line-height: 20px;
2808
- margin: auto;
2809
- padding-bottom: 20px;
2810
- padding-left: 0%;
2811
- padding-right: 0%;
2812
- padding-top: 0px;
2813
- text-align: center;
2814
- text-transform: none;
2815
- width: 90%; }
2816
- .other-projects .project-cover .custom1 {
2817
- color: #999999;
2818
- float: none;
2819
- font-family: ftnk;
2820
- font-size: 14px;
2821
- font-style: normal;
2822
- font-weight: 400;
2823
- line-height: 18px;
2824
- margin: auto;
2825
- padding-bottom: 0px;
2826
- padding-left: 0%;
2827
- padding-right: 0%;
2828
- padding-top: 20px;
2829
- text-align: center;
2830
- text-transform: none;
2831
- width: 90%; }
2832
- .other-projects .project-cover .custom2 {
2833
- color: #999999;
2834
- float: none;
2835
- font-family: ftnk;
2836
- font-size: 14px;
2837
- font-style: normal;
2838
- font-weight: 400;
2839
- line-height: 18px;
2840
- margin: auto;
2841
- padding-bottom: 0px;
2842
- padding-left: 0%;
2843
- padding-right: 0%;
2844
- padding-top: 20px;
2845
- text-align: center;
2846
- text-transform: none;
2847
- width: 90%; }
2848
- .other-projects .project-cover .description {
2849
- color: #222222;
2850
- float: none;
2851
- font-family: ftnk;
2852
- font-size: 18px;
2853
- font-style: normal;
2854
- font-weight: 400;
2855
- line-height: 18px;
2856
- margin: auto;
2857
- padding-bottom: 0px;
2858
- padding-left: 0%;
2859
- padding-right: 0%;
2860
- padding-top: 20px;
2861
- text-align: center;
2862
- text-transform: none;
2863
- width: 90%; }
2864
- .other-projects .project-cover:nth-child(2n) {
2865
- margin-right: 0; }
2866
- .other-projects .project-cover:nth-child(2n+1) {
2867
- clear: left;
2868
- margin-left: 0; }
2869
-
2870
- @media (max-width: 768px) {
2871
- .other-projects .project-cover .title {
2872
- font-size: 31px;
2873
- line-height: 31px; }
2874
- .other-projects .project-cover .date {
2875
- font-size: 17px;
2876
- line-height: 17px;
2877
- /* stylelint-disable-line length-zero-no-unit */
2878
- padding-bottom: 14px; }
2879
- .other-projects .project-cover .custom1 {
2880
- font-size: 14px;
2881
- line-height: 20px;
2882
- /* stylelint-disable-line length-zero-no-unit */
2883
- padding-top: 14px; }
2884
- .other-projects .project-cover .custom2 {
2885
- font-size: 14px;
2886
- line-height: 20px;
2887
- /* stylelint-disable-line length-zero-no-unit */
2888
- padding-top: 14px; }
2889
- .other-projects .project-cover .description {
2890
- font-size: 14px;
2891
- line-height: 14px;
2892
- /* stylelint-disable-line length-zero-no-unit */
2893
- padding-top: 14px; } }
2894
-
2895
- @media (max-width: 540px) {
2896
- .other-projects .project-cover {
2897
- margin-right: 0 !important;
2898
- width: 100%; }
2899
- .other-projects .project-cover .title {
2900
- font-size: 25px;
2901
- line-height: 25px; }
2902
- .other-projects .project-cover .date {
2903
- font-size: 14px;
2904
- line-height: 14px;
2905
- /* stylelint-disable-line length-zero-no-unit */
2906
- padding-bottom: 13px; }
2907
- .other-projects .project-cover .custom1 {
2908
- font-size: 14px;
2909
- line-height: 20px;
2910
- /* stylelint-disable-line length-zero-no-unit */
2911
- padding-top: 13px; }
2912
- .other-projects .project-cover .custom2 {
2913
- font-size: 14px;
2914
- line-height: 20px;
2915
- /* stylelint-disable-line length-zero-no-unit */
2916
- padding-top: 13px; }
2917
- .other-projects .project-cover .description {
2918
- font-size: 14px;
2919
- line-height: 20px;
2920
- /* stylelint-disable-line length-zero-no-unit */
2921
- padding-top: 13px; } }
2922
-
2923
- .other-projects .project-cover .cover-content-container {
2924
- margin-left: 0%;
2925
- margin-right: 0%;
2926
- margin-top: 0%; }
2927
-
2928
- .other-projects .project-cover .details-wrap {
2929
- left: 50%;
2930
- -webkit-transform: translateX(-50%);
2931
- transform: translateX(-50%);
2932
- padding-bottom: 5%; }
2933
-
2934
- .other-projects .project-cover .details {
2935
- border-radius: 0px; }
2936
-
2937
- @media (max-width: 768px) {
2938
- .other-projects .project-cover .custom1,
2939
- .other-projects .project-cover .custom2,
2940
- .other-projects .project-cover .description {
2941
- display: none; }
2942
- .other-projects .project-cover .cover-content-container {
2943
- margin-top: 0%; } }
2944
-
2945
- @media (max-width: 540px) {
2946
- .other-projects .project-cover .cover-content-container {
2947
- margin-left: 0;
2948
- margin-right: 0;
2949
- margin-top: 0%; } }
2950
-
2951
- .other-projects .project-cover .details-inner {
2952
- -webkit-transform: translateY(-50%);
2953
- -moz-transform: translateY(-50%);
2954
- -ms-transform: translateY(-50%);
2955
- -o-transform: translateY(-50%);
2956
- transform: translateY(-50%);
2957
- top: 50%;
2958
- left: 0;
2959
- position: absolute;
2960
- width: 100%; }
2961
- </style>
2962
- <meta charset="utf-8">
2963
- <meta content="width=device-width, initial-scale=1" name="viewport">
2964
- <meta content="design,philosophy,improvisation,communication,pattern language,design thinking,embodied cognition,organizational improvisation" name="keywords">
2965
- <meta content="This site helps designers find patterns to create systems that are whole and alive. It uses principles form improvisation, design, and communication to create patterns that designers can use to improve their performance." name="description">
2966
- <meta content="summary_large_image" name="twitter:card">
2967
- <meta content="@AdobePortfolio" name="twitter:site">
2968
- <meta content="the ingroove jazzclub - Cultivating Competence" property="og:title">
2969
- <meta content="This site helps designers find patterns to create systems that are whole and alive. It uses principles form improvisation, design, and communication to create patterns that designers can use to improve their performance." property="og:description">
2970
- <meta content="" property="og:image">
2971
- <title>
2972
- the ingroove jazzclub - Cultivating Competence
2973
- </title>
2974
- <style type="text/css">
2975
- @font-face{font-family:ftnk;src:url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?subset_id=2&fvd=n4&v=3) format("opentype");font-weight:400;font-style:normal;font-stretch:normal;font-display:auto;}@font-face{font-family:ftnk;src:url(https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?subset_id=2&fvd=n5&v=3) format("woff2"),url(https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/d?subset_id=2&fvd=n5&v=3) format("woff"),url(https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?subset_id=2&fvd=n5&v=3) format("opentype");font-weight:500;font-style:normal;font-stretch:normal;font-display:auto;}@font-face{font-family:ftnk;src:url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?subset_id=2&fvd=n7&v=3) format("opentype");font-weight:700;font-style:normal;font-stretch:normal;font-display:auto;}@font-face{font-family:vcsm;src:url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?subset_id=2&fvd=n4&v=3) format("opentype");font-weight:400;font-style:normal;font-stretch:normal;font-display:auto;}@font-face{font-family:vcsm;src:url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?subset_id=2&fvd=n7&v=3) format("opentype");font-weight:700;font-style:normal;font-stretch:normal;font-display:auto;}
2976
- </style>
2977
- <style type="text/css">
2978
- </style>
2979
- </head>
2980
- <body class="link-transition">
2981
- <div class="js-responsive-nav">
2982
- <div class="responsive-nav has-social">
2983
- <div class="close-responsive-click-area js-close-responsive-nav">
2984
- <div class="close-responsive-button">
2985
- </div>
2986
- </div>
2987
- <nav class="js-editable-target editable">
2988
- <ul class="group">
2989
- <li class="gallery-title">
2990
- <a>
2991
- Principles
2992
- </a>
2993
- </li>
2994
- <li class="project-title">
2995
- <a>
2996
- Cosmopolis 2045
2997
- </a>
2998
- </li>
2999
- <li class="project-title">
3000
- <a>
3001
- This is not a Jazz Club
3002
- </a>
3003
- </li>
3004
- <li class="project-title">
3005
- <a>
3006
- Minding the Moment
3007
- </a>
3008
- </li>
3009
- </ul>
3010
- <ul class="group">
3011
- <li class="gallery-title">
3012
- <a>
3013
- Processes
3014
- </a>
3015
- </li>
3016
- <li class="project-title">
3017
- <a>
3018
- MMIIRR
3019
- </a>
3020
- </li>
3021
- </ul>
3022
- <ul class="group">
3023
- <li class="gallery-title">
3024
- <a>
3025
- Patterns
3026
- </a>
3027
- </li>
3028
- <li class="project-title">
3029
- <a>
3030
- Patterns of Space
3031
- </a>
3032
- </li>
3033
- <li class="project-title">
3034
- <a>
3035
- Patterns of Communication
3036
- </a>
3037
- </li>
3038
- <li class="project-title">
3039
- <a>
3040
- Rather Refreshing
3041
- </a>
3042
- </li>
3043
- </ul>
3044
- <ul class="group">
3045
- <li class="gallery-title">
3046
- <a>
3047
- People
3048
- </a>
3049
- </li>
3050
- <li class="project-title">
3051
- <a>
3052
- Sergej van Middendorp
3053
- </a>
3054
- </li>
3055
- <li class="project-title">
3056
- <a>
3057
- Rik Spann
3058
- </a>
3059
- </li>
3060
- <li class="project-title">
3061
- <a>
3062
- Artwork by Sterre van Middendorp
3063
- </a>
3064
- </li>
3065
- </ul>
3066
- <ul class="group">
3067
- <li class="gallery-title">
3068
- <a>
3069
- Publications
3070
- </a>
3071
- </li>
3072
- <li class="project-title">
3073
- <a>
3074
- Places to go
3075
- </a>
3076
- </li>
3077
- <li class="project-title">
3078
- <a>
3079
- Our Ship
3080
- </a>
3081
- </li>
3082
- <li class="project-title">
3083
- <a>
3084
- Embodying Metaphors in Systems
3085
- </a>
3086
- </li>
3087
- </ul>
3088
- <div class="page-title">
3089
- <a>
3090
- Contact
3091
- </a>
3092
- </div>
3093
- <div class="social pf-nav-social">
3094
- <ul>
3095
- </ul>
3096
- </div>
3097
- </nav>
3098
- </div>
3099
- </div>
3100
- <div class="site-wrap cfix js-site-wrap">
3101
- <div class="site-container">
3102
- <div class="site-content">
3103
- <div class="sidebar-content">
3104
- <header class="site-header">
3105
- <div class="logo-wrap js-editable-target editable">
3106
- <div class="logo logo-text">
3107
- <a class="preserve-whitespace">
3108
- The Ingroove Jazzclub
3109
- </a>
3110
- </div>
3111
- </div>
3112
- <div class="hamburger-click-area js-hamburger">
3113
- <div class="hamburger">
3114
- <i>
3115
- </i>
3116
- <i>
3117
- </i>
3118
- <i>
3119
- </i>
3120
- </div>
3121
- </div>
3122
- </header>
3123
- <nav class="js-editable-target editable">
3124
- <ul class="group">
3125
- <li class="gallery-title">
3126
- <a>
3127
- Principles
3128
- </a>
3129
- </li>
3130
- <li class="project-title">
3131
- <a>
3132
- Cosmopolis 2045
3133
- </a>
3134
- </li>
3135
- <li class="project-title">
3136
- <a>
3137
- This is not a Jazz Club
3138
- </a>
3139
- </li>
3140
- <li class="project-title">
3141
- <a>
3142
- Minding the Moment
3143
- </a>
3144
- </li>
3145
- </ul>
3146
- <ul class="group">
3147
- <li class="gallery-title">
3148
- <a>
3149
- Processes
3150
- </a>
3151
- </li>
3152
- <li class="project-title">
3153
- <a>
3154
- MMIIRR
3155
- </a>
3156
- </li>
3157
- </ul>
3158
- <ul class="group">
3159
- <li class="gallery-title">
3160
- <a>
3161
- Patterns
3162
- </a>
3163
- </li>
3164
- <li class="project-title">
3165
- <a>
3166
- Patterns of Space
3167
- </a>
3168
- </li>
3169
- <li class="project-title">
3170
- <a>
3171
- Patterns of Communication
3172
- </a>
3173
- </li>
3174
- <li class="project-title">
3175
- <a>
3176
- Rather Refreshing
3177
- </a>
3178
- </li>
3179
- </ul>
3180
- <ul class="group">
3181
- <li class="gallery-title">
3182
- <a>
3183
- People
3184
- </a>
3185
- </li>
3186
- <li class="project-title">
3187
- <a>
3188
- Sergej van Middendorp
3189
- </a>
3190
- </li>
3191
- <li class="project-title">
3192
- <a>
3193
- Rik Spann
3194
- </a>
3195
- </li>
3196
- <li class="project-title">
3197
- <a>
3198
- Artwork by Sterre van Middendorp
3199
- </a>
3200
- </li>
3201
- </ul>
3202
- <ul class="group">
3203
- <li class="gallery-title">
3204
- <a>
3205
- Publications
3206
- </a>
3207
- </li>
3208
- <li class="project-title">
3209
- <a>
3210
- Places to go
3211
- </a>
3212
- </li>
3213
- <li class="project-title">
3214
- <a>
3215
- Our Ship
3216
- </a>
3217
- </li>
3218
- <li class="project-title">
3219
- <a>
3220
- Embodying Metaphors in Systems
3221
- </a>
3222
- </li>
3223
- </ul>
3224
- <div class="page-title">
3225
- <a>
3226
- Contact
3227
- </a>
3228
- </div>
3229
- <div class="social pf-nav-social">
3230
- <ul>
3231
- </ul>
3232
- </div>
3233
- </nav>
3234
- </div>
3235
- <main>
3236
- <div class="page-container js-editable-target editable" data-context="page.page.container">
3237
- <section class="page standard-modules">
3238
- <header class="page-header content js-editable-target editable" data-context="pages" data-identity="id:p59eb9bb1db9f9cc6cf3d74cd095febd955f00bd1453e4e87aae56" data-menu="Page Header">
3239
- <h1 class="title preserve-whitespace">
3240
- Cultivating Competence
3241
- </h1>
3242
- <p class="description">
3243
- </p>
3244
- </header>
3245
- <div class="page-content js-page-content js-editable-target editable" data-context="pages" data-identity="id:p59eb9bb1db9f9cc6cf3d74cd095febd955f00bd1453e4e87aae56" data-menu="Page Content">
3246
- <div class="js-project-modules modules content" id="project-canvas">
3247
- <div id="project-modules">
3248
- <div class="project-module module media_collection project-module-media_collection" style=" padding-top: px;
3249
- padding-bottom: px;
3250
- ">
3251
- <div class="grid--main js-grid-main grid--ready">
3252
- <div class="grid__item-container js-grid-item-container lightbox-link hoverable" data-flex-grow="261.31736526946" data-height="1910" data-width="1920" style="width: 170.861px; flex-grow: 170.861;">
3253
- <img class="grid__item-image js-grid__item-image grid__item-image-lazy js-lazy image-loaded" sizes="960px" src="rick.jpg">
3254
- <span class="grid__item-filler" style="padding-bottom:99.495875343721%;">
3255
- </span>
3256
- </div>
3257
- <div class="js-grid-spacer" style="display: none;">
3258
- </div>
3259
- </div>
3260
- </div>
3261
- <div class="project-module module text project-module-text align- editable js-editable js-project-module" style=" padding-top: px;
3262
- padding-bottom: px;
3263
- ">
3264
- <div class="rich-text js-text-editable module-text">
3265
- <div>
3266
- Sergej: Let's look at the second painting.
3267
- <br>
3268
- &nbsp;&nbsp;
3269
- <br>
3270
- Sterre: So the knowledge of the one hand complements the other. Also, with this moment, and by making new knowledge, you use the knowledge you already have.
3271
- <br>
3272
- &nbsp;&nbsp;
3273
- <br>
3274
- Sergej: Yes, suppose you are really good at something, But you cannot concentrate.
3275
- <br>
3276
- &nbsp;&nbsp;
3277
- <br>
3278
- Sterre: New developments and actions are carried by both hands.
3279
- <br>
3280
- &nbsp;&nbsp;
3281
- <br>
3282
- Sergej: Somehow, the hands look like the tree of minding the moment. Was that conscious?
3283
- <br>
3284
- &nbsp;&nbsp;
3285
- <br>
3286
- Sterre: No, it was not a conscious choice to have the hands resemble the tree.
3287
- <br>
3288
- &nbsp;&nbsp;
3289
- <br>
3290
- Sergej: They also resemble a heart.
3291
- <br>
3292
- &nbsp;&nbsp;
3293
- <br>
3294
- Sterre: Unconscious too!
3295
- <br>
3296
- &nbsp;&nbsp;
3297
- <br>
3298
- Sergej: Do you like the painting?
3299
- <br>
3300
- &nbsp;&nbsp;
3301
- <br>
3302
- Sterre: I like the symbolism of it, but I am not too fond of the painting itself.
3303
- <br>
3304
- &nbsp;&nbsp;
3305
- <br>
3306
- Sergej: What would you do different if you were to make it now?
3307
- <br>
3308
- &nbsp;&nbsp;
3309
- <br>
3310
- Sterre: I am not sure, it is my own development since I made this that makes me look at it critically now.
3311
- <br>
3312
- &nbsp;&nbsp;
3313
- <br>
3314
- Sergej: So when you look back at your own development, at some later point, You can say new things about your earlier performance.
3315
- <br>
3316
- &nbsp;&nbsp;
3317
- <br>
3318
- Sterre: Indeed!
3319
- <br>
3320
- </div>
3321
- </div>
3322
- </div>
3323
- </div>
3324
- </div>
3325
- </div>
3326
- </section>
3327
- <section class="back-to-top js-editable-target editable">
3328
- <a>
3329
- <span class="arrow">
3330
- &uarr;
3331
- </span>
3332
- <span class="preserve-whitespace">
3333
- Back to Top
3334
- </span>
3335
- </a>
3336
- </section>
3337
- <a class="back-to-top-fixed js-editable-target editable js-back-to-top">
3338
- </a>
3339
- </div>
3340
- <footer class="site-footer js-editable-target editable">
3341
- <div class="footer-text">
3342
- Powered by
3343
- <a target="_blank">
3344
- Adobe Portfolio
3345
- </a>
3346
- </div>
3347
- </footer>
3348
- </main>
3349
- </div>
3350
- </div>
3351
- </div>
3352
- <div class="cookie-banner js-cookie-banner">
3353
- <p>
3354
- Insert copy here, which should vary depending on your region.
3355
- <a class="consent-link">
3356
- Accept
3357
- </a>
3358
- </p>
3359
- </div>
3360
- <div class="js-lightbox-wrap offscreen" id="lightbox-wrap">
3361
- <div class="js-blocking" id="lightbox-blocking">
3362
- <span class="lightbox-spinner">
3363
- </span>
3364
- </div>
3365
- <div class="js-lightbox-inner-wrap" id="lightbox-inner-wrap">
3366
- <div class="js-img-wrap" id="lightbox-img-wrap">
3367
- <div class="lightbox-extra control prev js-control js-prev">
3368
- </div>
3369
- <div class="lightbox-extra control next js-control js-next">
3370
- </div>
3371
- <div class="lightbox-extra control close js-control js-close">
3372
- </div>
3373
- <div class="lightbox-contents js-contents">
3374
- </div>
3375
- </div>
3376
- </div>
3377
- </div>
3378
- </body>
3379
- </html>