Procházet zdrojové kódy

大改版上線測試:更換色系&調整內容

PennyTL.Tseng před 2 týdny
rodič
revize
a333fc969b
38 změnil soubory, kde provedl 4599 přidání a 1070 odebrání
  1. 1220
    0
      src/fe/mrna/0522.index.html
  2. 2791
    894
      src/fe/mrna/css/all.css
  3. 1
    1
      src/fe/mrna/css/all.css.map
  4. 3
    2
      src/fe/mrna/css/base/_base.scss
  5. 1
    1
      src/fe/mrna/css/component/_loading.scss
  6. 34
    20
      src/fe/mrna/css/component/_modal.scss
  7. 4
    4
      src/fe/mrna/css/component/_popup.scss
  8. 2
    2
      src/fe/mrna/css/component/_swiper.scss
  9. 32
    11
      src/fe/mrna/css/component/_video.scss
  10. 3
    0
      src/fe/mrna/css/helper/_variable.scss
  11. 18
    6
      src/fe/mrna/css/layout/_footer.scss
  12. 12
    12
      src/fe/mrna/css/layout/_header.scss
  13. 1
    1
      src/fe/mrna/css/page/_errorPage.scss
  14. 11
    1
      src/fe/mrna/css/section/_expert.scss
  15. 6
    6
      src/fe/mrna/css/section/_history.scss
  16. 3
    3
      src/fe/mrna/css/section/_moreref.scss
  17. 7
    4
      src/fe/mrna/css/section/_qa.scss
  18. 5
    5
      src/fe/mrna/css/section/_research.scss
  19. binární
      src/fe/mrna/images/arrow-left.bk.png
  20. binární
      src/fe/mrna/images/arrow-left.png
  21. binární
      src/fe/mrna/images/arrow-right.bk.png
  22. binární
      src/fe/mrna/images/arrow-right.png
  23. binární
      src/fe/mrna/images/footer_logo.png
  24. 338
    0
      src/fe/mrna/images/footer_logo.svg
  25. binární
      src/fe/mrna/images/modal-bg-gr.png
  26. binární
      src/fe/mrna/images/rearch-popup/proud-pic-1.png
  27. binární
      src/fe/mrna/images/rearch-popup/proud-pic-2.png
  28. binární
      src/fe/mrna/images/rearch-popup/proud-pic-3.png
  29. binární
      src/fe/mrna/images/rearch-popup/proud-pic-4.png
  30. binární
      src/fe/mrna/images/research-pic-feature.png
  31. binární
      src/fe/mrna/images/research-pic-proud.png
  32. binární
      src/fe/mrna/images/research-pic-show.png
  33. binární
      src/fe/mrna/images/research-pic-test.png
  34. binární
      src/fe/mrna/images/research-pic-unlimit.png
  35. binární
      src/fe/mrna/images/video-icon-gr.png
  36. binární
      src/fe/mrna/images/video-icon.bk.png
  37. binární
      src/fe/mrna/images/video-icon.png
  38. 107
    97
      src/fe/mrna/js/main.js

+ 1220
- 0
src/fe/mrna/0522.index.html
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 2791
- 894
src/fe/mrna/css/all.css
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
src/fe/mrna/css/all.css.map
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 3
- 2
src/fe/mrna/css/base/_base.scss Zobrazit soubor

@@ -82,14 +82,14 @@ p {
82 82
       font-size: 1.1em;
83 83
       font-weight: 300;
84 84
       letter-spacing: 0.2em;
85
-      color: #0699d2;
85
+      color: #999999;
86 86
     }
87 87
   }
88 88
   .title {
89 89
     h2 {
90 90
       margin: 0;
91 91
       font-size: 2em;
92
-      color: $blue-d;
92
+      color: $green-d;
93 93
     }
94 94
   }
95 95
   &-r {
@@ -102,6 +102,7 @@ p {
102 102
   }
103 103
   &-s {
104 104
     padding: 1.8em;
105
+    margin-bottom: 0;
105 106
     .title {
106 107
       margin-bottom: 0;
107 108
     }

+ 1
- 1
src/fe/mrna/css/component/_loading.scss Zobrazit soubor

@@ -10,7 +10,7 @@
10 10
     justify-content: center;
11 11
     align-items: center;
12 12
     z-index: 2999;
13
-    background: rgba($blue-d, 0.9);
13
+    background: rgba($green-d, 0.9);
14 14
     &__box {
15 15
         position: absolute;
16 16
         top: 50%;

+ 34
- 20
src/fe/mrna/css/component/_modal.scss Zobrazit soubor

@@ -18,14 +18,21 @@
18 18
         }
19 19
     }
20 20
     .modal-body {
21
-        .video__icon {
22
-            width: 5em;
21
+        .video__icon-box {
22
+            .video__icon {
23
+                width: 5em;
24
+            }
25
+
23 26
             p {
24 27
                 font-size: 1em;
25 28
                 font-weight: 500;
26
-                color: #0699d2;
29
+                color: $white;
27 30
                 margin-top: 0.5em;
28 31
             }
32
+
33
+            .video__title {
34
+                font-size: 1.5em;
35
+            }
29 36
         }
30 37
     }
31 38
 }
@@ -37,7 +44,7 @@
37 44
         position: fixed;
38 45
         left: 50%;
39 46
         top: 50%;
40
-        background: url(../images/modal-bg.png) $blue-d repeat;
47
+        background: url(../images/modal-bg-gr.png) #f4f4f4 repeat;
41 48
         transform: translate(-50%, -50%) rotate(-45deg);
42 49
         background-size: 20em auto;
43 50
     }
@@ -50,7 +57,7 @@
50 57
     }
51 58
     .modal {
52 59
         &-dialog {
53
-            max-width: 40em;
60
+            max-width: 50em;
54 61
         }
55 62
         &-content {
56 63
             box-shadow: 0.8em 0.8em 1em rgba(#000, 0.3);
@@ -59,12 +66,12 @@
59 66
             transition: 0.3s;
60 67
             padding: 2.5em 3em 2.3em;
61 68
             h2 {
62
-                color: $blue-d;
69
+                color: $green-d;
63 70
                 font-size: 1.4em;
64 71
                 margin: 0;
65 72
             }
66 73
             h3 {
67
-                color: $blue;
74
+                color: $green-d;
68 75
                 font-size: 1em;
69 76
                 margin: 0;
70 77
             }
@@ -118,7 +125,7 @@
118 125
             padding: 0.9em 0;
119 126
             border-bottom: 0.1em solid rgba($gray, 0.3);
120 127
             h4 {
121
-                color: $blue;
128
+                color: $green-d;
122 129
                 font-size: 0.9em;
123 130
                 margin-bottom: 0.2em;
124 131
             }
@@ -170,7 +177,7 @@
170 177
                 height: 15em;
171 178
                 border-radius: 100%;
172 179
                 &-blue {
173
-                    background-color: $blue;
180
+                    background-color: $green-d;
174 181
                     padding: 3.5em 1.8em 2.5em 2em;
175 182
                     &::before {
176 183
                         content: "";
@@ -185,7 +192,7 @@
185 192
                     }
186 193
                 }
187 194
                 &-red {
188
-                    background-color: $red;
195
+                    background-color: $blue-l;
189 196
                     padding: 3.5em 0.9em 2.5em 1.3em;
190 197
                 }
191 198
             }
@@ -218,11 +225,11 @@
218 225
         }
219 226
         &__item {
220 227
             width: 33%;
221
-            border-left: 0.1em solid $blue;
228
+            border-left: 0.1em solid $green-d;
222 229
             padding: 0 1em 0 0.5em;
223 230
             margin-bottom: 1.5em;
224 231
             h4 {
225
-                color: $blue-d;
232
+                color: $green-d;
226 233
             }
227 234
             p {
228 235
                 font-size: 0.7em;
@@ -312,7 +319,7 @@
312 319
                 }
313 320
             }
314 321
             &__step {
315
-                background-color: $blue;
322
+                background-color: $green-d;
316 323
                 padding: 0.2em 0.5em 0.4em;
317 324
                 border-radius: 1em;
318 325
                 margin-right: 0.7em;
@@ -348,7 +355,7 @@
348 355
                     font-size: 0.7em;
349 356
                     .red {
350 357
                         font-size: 1.3em;
351
-                        color: $red;
358
+                        color: $blue-l;
352 359
                     }
353 360
                 }
354 361
             }
@@ -370,7 +377,7 @@
370 377
         }
371 378
         &__preface {
372 379
             p {
373
-                color: $blue;
380
+                color: $green-d;
374 381
             }
375 382
         }
376 383
         &__game {
@@ -390,7 +397,7 @@
390 397
             }
391 398
             &__ques {
392 399
                 position: relative;
393
-                background-color: $blue;
400
+                background-color: $green-d;
394 401
                 padding: 1em 0.6em 1.1em;
395 402
                 p {
396 403
                     color: $white;
@@ -432,7 +439,7 @@
432 439
                 padding: 0.2em 0.6em 0.6em;
433 440
                 display: none;
434 441
                 border-radius: 0 0 0.4em 0.4em;
435
-                border: 0.1em solid $blue;
442
+                border: 0.1em solid $green-d;
436 443
                 &__icon {
437 444
                     width: 1.2em;
438 445
                     margin-right: 0.7em;
@@ -455,13 +462,20 @@
455 462
 @media screen and (max-width: 992px) {
456 463
     .modal {
457 464
         .modal-body {
458
-            .video__icon {
459
-                width: 4em;
465
+            .video__icon-box {
466
+                .video__icon {
467
+                    width: 4em;
468
+                }
469
+    
460 470
                 p {
461 471
                     font-size: 0.8em;
462
-                    color: #0699d2;
472
+                    color: $white;
463 473
                     margin-top: 0.5em;
464 474
                 }
475
+
476
+                .video__title {
477
+                    font-size: 1em;
478
+                }
465 479
             }
466 480
         }
467 481
     }

+ 4
- 4
src/fe/mrna/css/component/_popup.scss Zobrazit soubor

@@ -1,6 +1,6 @@
1 1
 @keyframes mypulse {
2 2
   0% {
3
-    box-shadow: 0 0 0 0 #0699d2;
3
+    box-shadow: 0 0 0 0 $green-d;
4 4
   }
5 5
 }
6 6
 
@@ -54,7 +54,7 @@
54 54
   }
55 55
   
56 56
   .text-title {
57
-    color: #0070a0;
57
+    color: $green-d;;
58 58
     text-align: center;
59 59
     font-size: 2em;
60 60
     font-weight: 500;
@@ -62,7 +62,7 @@
62 62
   }
63 63
 
64 64
   .text {
65
-    color: #0699d2;
65
+    color: $green-d;
66 66
     font-size: 1.5em;
67 67
     font-weight: 300;
68 68
     text-align: center;
@@ -89,7 +89,7 @@
89 89
     border-radius: 1.5em;
90 90
     padding: 0.6em 1em;
91 91
     box-shadow: 0 0 0 1em transparent;
92
-    background-color: #0699d2;
92
+    background-color: $green-d;
93 93
     cursor: pointer;
94 94
     text-decoration: none;
95 95
     margin-left: em(10);

+ 2
- 2
src/fe/mrna/css/component/_swiper.scss Zobrazit soubor

@@ -25,10 +25,10 @@
25 25
     background: url(../images/arrow-right.png) no-repeat center center/contain;
26 26
 }
27 27
 .swiper-pagination-bullet {
28
-    background-color: $blue;
28
+    background-color: $green-d;
29 29
 }
30 30
 .swiper-pagination-bullet-active {
31
-    background-color: $blue;
31
+    background-color: $green-d;
32 32
 }
33 33
 
34 34
 

+ 32
- 11
src/fe/mrna/css/component/_video.scss Zobrazit soubor

@@ -20,28 +20,39 @@
20 20
     &__frame {
21 21
         width: 101%;
22 22
         height: 101%;
23
-        backdrop-filter: blur(0.2em);
24
-        background-color: rgba($white, 0.7);
23
+        // backdrop-filter: blur(0.2em);
24
+        // background-color: rgba($white, 0.7);
25
+        background-color: $green-d;
25 26
     }
26
-    &__icon {
27
+    &__icon-box {
27 28
         position: absolute;
28
-        width: 7em;
29
+        width: 100%;
29 30
         left: 50%;
30 31
         top: 50%;
31 32
         transform: translate(-50%, -50%);
32 33
         cursor: pointer;
33
-        img {
34
-            width: 100%;
35
-            height: auto;
34
+
35
+        .video__icon {
36
+            width: 7em;
37
+            margin: 0 auto;
38
+            img {
39
+                width: 100%;
40
+                height: auto;
41
+            }
36 42
         }
43
+
37 44
         p {
38 45
             text-align: center;
39 46
             font-size: 1.2em;
40 47
             letter-spacing: 0.1em;
41
-            color: $blue;
48
+            color: $white;
42 49
             margin: 0;
43 50
             margin-top: 0.5em;
44
-            text-shadow: 0 0 0.5em rgba($white, 0.5);
51
+            // text-shadow: 0 0 0.5em rgba($white, 0.5);
52
+
53
+            &.video__title {
54
+                font-size: 2em;
55
+            }
45 56
         }
46 57
     }
47 58
     &__player {
@@ -72,11 +83,21 @@
72 83
 
73 84
 @media screen and (max-width: 992px) {
74 85
     .video {
75
-        &__icon {
76
-            width: 10.5em;
86
+        &__icon-box {
87
+            .video__icon {
88
+                width: 10.5em;
89
+                img {
90
+                    width: 100%;
91
+                    height: auto;
92
+                }
93
+            }
77 94
             p {
78 95
                 font-size: 2em;
79 96
                 margin-top: 0.7em;
97
+
98
+                &.video__title {
99
+                    font-size: 2.5em;
100
+                }
80 101
             }
81 102
         }
82 103
     }

+ 3
- 0
src/fe/mrna/css/helper/_variable.scss Zobrazit soubor

@@ -12,6 +12,9 @@ $black: #393f42;
12 12
 $white: #ffffff;
13 13
 $blue: #0699d2;
14 14
 $blue-d: #0070a0;
15
+$blue-l: #64a5c4;
16
+$green: #15c5c3;
17
+$green-d: #0eaaa8;
15 18
 $red: #db1837;
16 19
 $gray: #868686;
17 20
 

+ 18
- 6
src/fe/mrna/css/layout/_footer.scss Zobrazit soubor

@@ -13,6 +13,7 @@
13 13
     p {
14 14
         line-height: 1.5;
15 15
         font-size: 0.8em;
16
+        text-align: center;
16 17
         a {
17 18
             color: #a7b6ba;
18 19
             text-decoration: none;
@@ -23,9 +24,18 @@
23 24
         }
24 25
     }
25 26
     .copyright {
26
-        position: absolute;
27
-        right: 2em;
28
-        bottom: 1em;
27
+        margin-top: 2em;
28
+        text-align: center;
29
+    }
30
+    .logo {
31
+        display: block;
32
+        width: 20em;
33
+        height: auto;
34
+        margin: 0 auto 0.5em;
35
+        img {
36
+            width: 100%;
37
+            height: auto;
38
+        }
29 39
     }
30 40
 }
31 41
 
@@ -45,9 +55,11 @@
45 55
             font-size: 1.3em;
46 56
         }
47 57
         .copyright {
48
-            position: static;
49
-            right: auto;
50
-            bottom: auto;
58
+            margin-top: 4em;
59
+        }
60
+        .logo {
61
+            display: block;
62
+            width: 30em;
51 63
         }
52 64
     }
53 65
 }

+ 12
- 12
src/fe/mrna/css/layout/_header.scss Zobrazit soubor

@@ -17,7 +17,7 @@
17 17
     &__name {
18 18
         background-color: #fff;
19 19
         h1 {
20
-            color: $blue;
20
+            color: $green-d;
21 21
             font-weight: 500;
22 22
             font-size: 2.5em;
23 23
             margin: 0;
@@ -39,7 +39,7 @@
39 39
             cursor: pointer;
40 40
             p {
41 41
                 font-weight: 500;
42
-                color: $blue;
42
+                color: $green-d;
43 43
                 font-size: 1.1em;
44 44
                 line-height: 1;
45 45
                 transition: 0.5s;
@@ -47,7 +47,7 @@
47 47
             }
48 48
             &:hover {
49 49
                 p {
50
-                    color: $red;
50
+                    color: $blue-l;
51 51
                     transform: scale(1.2);
52 52
                     margin-top: -0.5em;
53 53
                 }
@@ -60,7 +60,7 @@
60 60
                     transform: translateX(-50%);
61 61
                     width: 100%;
62 62
                     height: 0.1em;
63
-                    background-color: rgba($blue, 0.5);
63
+                    background-color: rgba($green-d, 0.5);
64 64
                     &::before, &::after {
65 65
                         content: "";
66 66
                         display: block;
@@ -73,11 +73,11 @@
73 73
                     }
74 74
                     &::before {
75 75
                         left: 0;
76
-                        background-color: $blue;
76
+                        background-color: $green-d;
77 77
                     }
78 78
                     &::after {
79 79
                         right: 0;
80
-                        background-color: $red;
80
+                        background-color: $green-d;
81 81
                     }
82 82
                 }
83 83
             }
@@ -106,7 +106,7 @@
106 106
                 left: 50%;
107 107
                 transform: translateX(-50%);
108 108
                 height: 0.4em;
109
-                background-color: $blue;
109
+                background-color: $green-d;
110 110
                 transition: 0.3s;
111 111
             }
112 112
             &::before {
@@ -122,7 +122,7 @@
122 122
                 transform: translate(-50%, -50%);
123 123
                 width: 100%;
124 124
                 height: 0.4em;
125
-                background-color: $blue;
125
+                background-color: $green-d;
126 126
             }
127 127
             &.active {
128 128
                 .header__hamburger__line {
@@ -167,7 +167,7 @@
167 167
                 top: 0.5em;
168 168
                 width: 3em;
169 169
                 height: 3em;
170
-                color: $blue;
170
+                color: $green-d;
171 171
                 &::before, &::after {
172 172
                     content: "";
173 173
                     display: block;
@@ -176,7 +176,7 @@
176 176
                     position: absolute;
177 177
                     left: 50%;
178 178
                     top: 50%;
179
-                    background-color: $blue;
179
+                    background-color: $green-d;
180 180
                     transform-origin: center center;
181 181
                 }
182 182
                 &::before{
@@ -221,11 +221,11 @@
221 221
                         }
222 222
                         &::before {
223 223
                             left: -0.9em;
224
-                            background-color: $blue;
224
+                            background-color: $green-d;
225 225
                         }
226 226
                         &::after {
227 227
                             right: -0.9em;
228
-                            background-color: $red;
228
+                            background-color: $green-d;
229 229
                         }
230 230
                     }
231 231
                 }

+ 1
- 1
src/fe/mrna/css/page/_errorPage.scss Zobrazit soubor

@@ -61,7 +61,7 @@
61 61
             font-size: 1.5em;
62 62
             &:hover {
63 63
                 background-color: #fff;
64
-                color: $blue;
64
+                color: $green-d;
65 65
             }
66 66
         }
67 67
     }

+ 11
- 1
src/fe/mrna/css/section/_expert.scss Zobrazit soubor

@@ -28,7 +28,7 @@
28 28
             font-size: 4.4em;
29 29
             font-weight: 400;
30 30
             line-height: 1;
31
-            color: $blue;
31
+            color: $green-d;
32 32
             text-shadow: 0.2em 0.2em 0.2em rgba(#000, 0.2);
33 33
             margin: 0;
34 34
             .eng {
@@ -39,6 +39,16 @@
39 39
     &__video {
40 40
         width: 57em;
41 41
         margin: 0 auto;
42
+        .video__frame {
43
+            backdrop-filter: blur(0.2em);
44
+            background-color: rgba($white, 0.7);
45
+        }
46
+    }
47
+
48
+    .video__icon-box {
49
+        p {
50
+            color: $green-d;
51
+        }
42 52
     }
43 53
     .video__icon {
44 54
         width: 8em;

+ 6
- 6
src/fe/mrna/css/section/_history.scss Zobrazit soubor

@@ -16,7 +16,7 @@
16 16
         &__mainline {
17 17
             width: 100%;
18 18
             height: 0.1em;
19
-            background-color: rgba($blue, 0.3);
19
+            background-color: rgba($green-d, 0.3);
20 20
             position: absolute;
21 21
             top: 5em;
22 22
             left: 0;
@@ -48,7 +48,7 @@
48 48
             width: 0.5em;
49 49
             height: 0.5em;
50 50
             border-radius: 50%;
51
-            background-color: $blue;
51
+            background-color: $green-d;
52 52
         }
53 53
         &__branchline {
54 54
             opacity: 0;
@@ -57,7 +57,7 @@
57 57
             left: 0.23em;
58 58
             width: 0.1em;
59 59
             height: 0;
60
-            background-color: rgba($blue, 0.3);
60
+            background-color: rgba($green-d, 0.3);
61 61
             margin-bottom: 1em;
62 62
         }
63 63
         &__year {
@@ -71,7 +71,7 @@
71 71
                 font-size: 1.7em;
72 72
                 font-weight: 400;
73 73
                 margin: 0;
74
-                color: $blue;
74
+                color: $green-d;
75 75
                 span {
76 76
                     font-size: 0.85em;
77 77
                 }
@@ -103,7 +103,7 @@
103 103
                             top: 0;
104 104
                         }
105 105
                         &__dot {
106
-                            background-color: $red;
106
+                            background-color: $blue-l;
107 107
                         }
108 108
                         &__year {
109 109
                             width: 9.5em;
@@ -140,7 +140,7 @@
140 140
                         }
141 141
                     }
142 142
                     &__dot {
143
-                        background-color: $red;
143
+                        background-color: $blue-l;
144 144
                     }
145 145
  
146 146
                 }

+ 3
- 3
src/fe/mrna/css/section/_moreref.scss Zobrazit soubor

@@ -46,7 +46,7 @@
46 46
         }
47 47
     }
48 48
     &__name {
49
-        background-color: $blue;
49
+        background-color: $green-d;
50 50
         padding: 0.5em 2em;
51 51
         border-radius: 2em;
52 52
         box-shadow: 0 0 0 1em transparent;
@@ -65,7 +65,7 @@
65 65
     }
66 66
     @keyframes pulse2 {
67 67
         0% {
68
-            box-shadow: 0 0 0 0 $blue;
68
+            box-shadow: 0 0 0 0 $green-d;
69 69
         }
70 70
     }
71 71
     &__logo {
@@ -98,7 +98,7 @@
98 98
             margin-bottom: 2em;
99 99
         }
100 100
         &__name {
101
-            background-color: #0699d2;
101
+            background-color: $green-d;
102 102
             padding: 1em 3.5em 1.3em;
103 103
             border-radius: 3.5em;
104 104
             p {

+ 7
- 4
src/fe/mrna/css/section/_qa.scss Zobrazit soubor

@@ -1,6 +1,6 @@
1 1
 @charset "UTF-8";
2 2
 .qa {
3
-    p {
3
+    p, ol {
4 4
         color: $gray;
5 5
         font-size: 1em;
6 6
         span {
@@ -13,6 +13,9 @@
13 13
     .container {
14 14
         padding-bottom: 5em;
15 15
     }
16
+    &__desc {
17
+        margin-bottom: 1.7em;
18
+    }
16 19
     &__keypoint {
17 20
         display: flex;
18 21
         flex-direction: column;
@@ -23,7 +26,7 @@
23 26
         h3 {
24 27
             font-size: 1.6em;
25 28
             font-weight: 400;
26
-            color: $blue;
29
+            color: $green-d;
27 30
             margin: 0;
28 31
             margin-bottom: 1.8em;
29 32
         }
@@ -109,12 +112,12 @@
109 112
                 width: 0.3em;
110 113
                 height: 0.3em;
111 114
                 border-radius: 50%;
112
-                background-color: #0699d2;
115
+                background-color: $green-d;
113 116
                 overflow: hidden;
114 117
             }
115 118
             h4 {
116 119
                 margin: 0;
117
-                color: $blue;;
120
+                color: $green-d;;
118 121
                 font-weight: 400;
119 122
                 margin-bottom: 0.2em;
120 123
                 font-size: 1.05em;

+ 5
- 5
src/fe/mrna/css/section/_research.scss Zobrazit soubor

@@ -30,7 +30,7 @@
30 30
         &:hover {
31 31
             .research__pic {
32 32
                 box-shadow: 0 0 1em rgba($blue, 0.3);
33
-                border: 0.2em solid $blue;
33
+                border: 0.2em solid $green-d;
34 34
                 transition: box-shadow 0.3s;
35 35
             }
36 36
             .research__name {
@@ -55,11 +55,11 @@
55 55
         border-radius: 1.5em;
56 56
         padding: 0.6em 1em;
57 57
         box-shadow: 0 0 0 1em transparent;
58
-        background-color: $blue;
58
+        background-color: $green-d;
59 59
         cursor: pointer;
60 60
         p {
61 61
             text-align: center;
62
-            color: $blue-d;
62
+            color: $green-d;
63 63
             font-size: 1.2em;
64 64
             color: $white;
65 65
             line-height: 1;
@@ -77,7 +77,7 @@
77 77
     }
78 78
     @keyframes pulse {
79 79
         0% {
80
-            box-shadow: 0 0 0 0 $blue;
80
+            box-shadow: 0 0 0 0 $green-d;
81 81
         }
82 82
     }
83 83
 }
@@ -99,7 +99,7 @@
99 99
             width: 30em;
100 100
             &:hover {
101 101
                 .research__pic {
102
-                    border: 0.4em solid $blue;
102
+                    border: 0.4em solid $green-d;
103 103
                 }
104 104
             }
105 105
         }

binární
src/fe/mrna/images/arrow-left.bk.png Zobrazit soubor


binární
src/fe/mrna/images/arrow-left.png Zobrazit soubor


binární
src/fe/mrna/images/arrow-right.bk.png Zobrazit soubor


binární
src/fe/mrna/images/arrow-right.png Zobrazit soubor


binární
src/fe/mrna/images/footer_logo.png Zobrazit soubor


+ 338
- 0
src/fe/mrna/images/footer_logo.svg Zobrazit soubor

@@ -0,0 +1,338 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
+<svg version="1.1" id="圖層_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+	 viewBox="0 0 404 54" style="enable-background:new 0 0 404 54;" xml:space="preserve">
5
+<style type="text/css">
6
+	.st0{fill:#999999;}
7
+	.st1{fill:#2F8062;}
8
+</style>
9
+<g>
10
+	<path class="st0" d="M73.7,26.9l0,1.4c-0.9,1-2,1.8-3.2,2.5v0.2l6.7,0l0,1.7l-6.7,0l0,2.2c0,0.9-0.1,1.5-0.4,1.8
11
+		c-0.3,0.3-0.8,0.5-1.5,0.5l-2.6,0l-0.3-1.8l2.6,0c0.4,0,0.5-0.2,0.5-0.6v-2.1l-7.2,0l0-1.7l7.2,0l0-1c0.9-0.5,1.7-0.9,2.4-1.4l-6,0
12
+		l0-1.7l3.4,0l0-3.9c-1.2,2.1-3.2,3.9-6,5.4l-0.9-1.8c2.1-0.8,3.8-2.1,5.1-3.6l-5,0l0-1.7l6.8,0l0-1.7h1.7l0,1.7l6.8,0l0,1.7l-4.9,0
13
+		c1.8,1.7,3.5,2.8,5.1,3.4l-0.8,1.9c-2.5-1.5-4.6-3.3-6.2-5.3l0,3.9H73.7z"/>
14
+	<path class="st0" d="M88.6,28.6c0.5,0.3,0.9,0.6,1.3,0.8l-0.6,1.1c-0.2-0.2-0.5-0.4-0.8-0.6c-0.3-0.2-0.5-0.4-0.7-0.5l0.6-0.8
15
+		l-5.9,0c-0.2,3.4-0.6,6.2-1.4,8.5l-1.3-1.4c0.8-2.2,1.2-5.8,1.2-10.7l0-4.1l6.3,0c-0.2-0.5-0.4-0.8-0.6-1.1l1.7-0.2
16
+		c0.2,0.3,0.4,0.7,0.6,1.2l6.3,0l0,1.4l-4.7,0v0.9l4,0l0,3.3l-12.2,0l0,0.8l13,0c-0.1,1-0.3,2-0.7,3l-1.2-0.6
17
+		c0.1-0.2,0.1-0.4,0.2-0.6c0.1-0.1,0.1-0.3,0.2-0.6L88.6,28.6z M86.4,31.8c-0.4-0.3-0.6-0.8-0.6-1.5l0-1.2l1.4,0v1.2
18
+		c0,0.3,0.1,0.5,0.4,0.5l2.2,0c0.2,0,0.4,0,0.4-0.1c0.1-0.1,0.1-0.5,0.1-1.1l1.3,0.4c-0.1,0.8-0.2,1.4-0.4,1.6
19
+		c-0.2,0.3-0.5,0.4-1,0.4H88c-0.3,0.3-0.5,0.5-0.7,0.6l5.6,0l0,1.1c-0.6,0.5-1.4,1.1-2.4,1.6c0,0,0.5,0.1,1.4,0.3
20
+		c0.9,0.1,2,0.2,3.1,0.2c0.1,0,0.1,0,0.2,0l-0.5,1.5c-2-0.1-4-0.5-5.9-1.1c-1.7,0.5-3.7,0.9-6,1.1l-0.6-1.5c1.9,0,3.6-0.2,5-0.6
21
+		c-0.9-0.5-1.5-0.9-2-1.2c-0.5,0.3-1.2,0.6-2.1,1l-0.8-1.3C84,33.1,85.3,32.5,86.4,31.8L86.4,31.8z M82.4,22.2l0,0.9l2.9,0v-0.9
22
+		L82.4,22.2z M82.4,25.3l2.9,0v-1l-2.9,0L82.4,25.3z M85.2,29.5c-0.3,1.2-0.7,2.2-1.2,3l-1.3-0.7c0.5-0.7,0.9-1.6,1.2-2.6L85.2,29.5
23
+		z M86.6,22.2v0.9l2.6,0l0-0.9L86.6,22.2z M89.3,25.3l0-1l-2.6,0v1L89.3,25.3z M86.7,33.6c0.6,0.4,1.4,0.7,2.2,1.1
24
+		c1-0.3,1.8-0.7,2.4-1.1L86.7,33.6z M93.2,25.3v-1l-2.7,0l0,1L93.2,25.3z M93.6,30.2c0.3,0.5,0.6,0.9,0.8,1.2l-1.1,0.8
25
+		c-0.2-0.5-0.7-1.4-1.5-2.7l1-0.6C93,29.3,93.3,29.8,93.6,30.2L93.6,30.2z"/>
26
+	<path class="st0" d="M104.5,32.9c-0.9,1.5-1.4,2.3-1.5,2.3c1.6,0,3.7-0.2,6.2-0.6c-0.2-0.2-0.4-0.3-0.6-0.5
27
+		c-0.2-0.2-0.4-0.3-0.6-0.4l1.2-0.9c1,0.6,2.3,1.6,3.8,3l-1.1,1.4c-0.8-0.9-1.3-1.3-1.4-1.3c-3.9,0.6-7.7,0.9-11.3,1.1l-0.3-1.7
28
+		c0.3,0,0.7,0,1.1,0c0.3,0,0.6,0,0.9-0.1c0.8-0.8,1.4-1.6,1.7-2.3l-4.8,0l0-1.6l15.5-0.1l0,1.6L104.5,32.9z M111.5,24l-5.2,0l0,4.1
29
+		l-1.5,0l0-4.1l-5,0l0,3.2l-1.5,0l0-4.7l6.5,0l0-0.8l-5.8,0l0-1.5l13.1,0l0,1.5l-5.8,0l0,0.8l6.8,0l0,4.5l-1.6,0L111.5,24z
30
+		 M111.9,28.9l0,1.4l-12.5,0l0-1.4L111.9,28.9z M104.1,28l-3.6,0l0-1.3l3.6,0L104.1,28z M104.1,24.7l0,1.3l-3.5,0l0-1.3L104.1,24.7z
31
+		 M110.7,24.7l0,1.3l-3.6,0l0-1.3L110.7,24.7z M110.8,28l-3.7,0l0-1.3l3.7,0L110.8,28z"/>
32
+	<path class="st0" d="M126.4,29.9l0,4.5c0,0.4,0.2,0.6,0.6,0.6l1.9,0c0.5,0,0.7-0.3,0.8-1c0.1-0.7,0.1-1.4,0.1-2.3l1.6,0.6
33
+		c-0.1,2.2-0.2,3.5-0.5,3.9c-0.3,0.4-0.8,0.6-1.8,0.6l-2.4,0c-0.7,0-1.2-0.1-1.5-0.5c-0.3-0.3-0.4-0.9-0.4-1.7l0-4.6l-2.1,0
34
+		c-0.1,1.7-0.6,3.2-1.6,4.5c-0.9,1.3-2.3,2.2-4,2.7l-0.9-1.8c3-0.6,4.6-2.4,4.8-5.4l-3.7,0l0-9.2c2-0.2,3.8-0.6,5.5-1.2l0.9,1.5
35
+		c-0.9,0.4-2.5,0.8-4.8,1.2l0,1.9l4.3,0l0,1.7l-4.3,0l0,2.4l10,0l0-2.4l-4.4,0l0-1.7l4.3,0l0-2.2l-4.4,0l0-1.7l6,0l0,9.7L126.4,29.9
36
+		z"/>
37
+	<path class="st0" d="M145.4,23.4l4.3,0l0,1.5l-15.5,0l0-1.5l4.2,0c-0.1-0.4-0.3-0.9-0.6-1.3l-2.8,0l0-1.5l6.2,0
38
+		c-0.1-0.2-0.2-0.5-0.5-1l1.8-0.2c0.2,0.3,0.4,0.6,0.6,1.2l5.7,0l0,1.5l-2.8,0C145.7,22.6,145.5,23.1,145.4,23.4L145.4,23.4z
39
+		 M141.3,31.7l-5.5,0l0-6l12.6,0l0,6l-5.5,0l0,1l5.9,0l0,1.4l-5.9,0v1.2l6.8,0l0,1.4l-15.3,0.1l0-1.4l6.9,0l0-1.2l-5.8,0l0-1.4
40
+		l5.8,0L141.3,31.7z M141.2,28l0-1l-3.9,0l0,1L141.2,28z M141.3,30.3l0-1.1l-3.9,0l0,1.1L141.3,30.3z M144.1,22.1l-4.6,0
41
+		c0.3,0.6,0.5,1.1,0.5,1.3l3.5,0C143.8,23,144,22.6,144.1,22.1L144.1,22.1z M146.8,28v-1l-4,0l0,1L146.8,28z M146.8,30.3l0-1.1l-4,0
42
+		v1.1L146.8,30.3z"/>
43
+	<path class="st0" d="M161.3,30.5l-5.2,0l0-4.3l5.2,0l0,3.5c0.7-0.5,1.3-1.2,1.9-1.9c-0.5-1.3-0.9-3-1-5.1l-7,0v0.7
44
+		c0,3.5-0.5,6.2-1.5,8.2l-1.3-1.3c0.9-1.6,1.3-4.2,1.3-7.7l0-1.4l8.4,0c0-0.7-0.1-1.2-0.1-1.4c0-0.2,0-0.4,0-0.5l1.5,0
45
+		c0,0.3,0,0.6,0,1c0,0.4,0,0.7,0,0.9l2,0c-0.2-0.3-0.5-0.7-0.9-1.2l1.1-0.7c0.3,0.3,0.7,0.7,1.1,1.3l-0.9,0.6l1.6,0l0,1.5l-4,0
46
+		c0.1,1.2,0.3,2.3,0.7,3.6c0.5-0.7,1-1.7,1.4-2.8l1.3,0.8c-0.7,1.6-1.3,2.9-2,3.8c0,0.1,0.1,0.3,0.3,0.7c0.2,0.4,0.4,0.5,0.6,0.5
47
+		c0.2,0,0.4-0.8,0.6-2.3l1.4,0.9c-0.3,2.3-0.9,3.4-1.9,3.4c-0.8,0-1.5-0.6-2-1.9c-0.5,0.7-1.2,1.4-2,2.1L161.3,30.5z M155.8,32.4
48
+		c-0.5,1.3-1.1,2.6-2,3.8l-1.2-1.2c0.9-1.2,1.5-2.3,2-3.4L155.8,32.4z M155.9,23.8l5.6,0l0,1.5l-5.6,0L155.9,23.8z M158.2,31.7
49
+		l0,2.9c0,0.4,0.2,0.7,0.6,0.7l3.3,0c0.3,0,0.6-0.1,0.7-0.3c0.1-0.2,0.2-0.8,0.2-1.8l1.5,0.6c-0.1,1.2-0.3,2-0.6,2.4
50
+		c-0.3,0.4-0.9,0.6-1.7,0.6l-3.6,0c-0.7,0-1.2-0.2-1.5-0.5c-0.3-0.3-0.4-0.9-0.4-1.8l0-2.8L158.2,31.7z M159.9,27.6l-2.5,0l0,1.6
51
+		l2.5,0L159.9,27.6z M160.4,34.2c-0.5-1.1-0.9-1.9-1.2-2.5l1.2-0.7c0.4,0.5,0.8,1.3,1.3,2.3L160.4,34.2z M166.4,35.9
52
+		c-0.6-1.2-1.3-2.3-2.1-3.5l1.1-0.9c0.8,1,1.6,2.1,2.3,3.4L166.4,35.9z"/>
53
+	<path class="st0" d="M177.4,31c-1.2,2.2-3.2,4.1-6,5.4l-0.9-1.7c2.2-0.8,4-2,5.3-3.7l-5.1,0l0-1.6l6.8,0v-1.7l1.6,0l0,1.7l6.8,0
54
+		l0,1.6l-5.3,0c1.1,1.7,2.9,3,5.4,3.7l-0.9,1.7c-2.9-1.2-5-3-6.1-5.4l0,6l-1.6,0L177.4,31z M173.4,24.5c-0.8-0.7-1.8-1.2-2.9-1.5
55
+		l0.5-1.3c1.1,0.3,2.1,0.8,3,1.4L173.4,24.5z M175.3,25.9c-0.9,1.1-2.2,2-3.8,2.9l-0.8-1.4c1.7-0.8,3.1-1.8,4.2-3L175.3,25.9z
56
+		 M174.8,22c-0.7-0.5-1.6-1-2.8-1.5l0.6-1.2c1,0.2,2,0.6,2.8,1.2L174.8,22z M182.9,25.9c0,0.4,0.2,0.7,0.6,0.7l0.2,0
57
+		c0.4,0,0.5-0.3,0.6-0.8c0-0.5,0.1-1.2,0.1-2.2l1.4,0.6v0.1c0,1.7-0.2,2.8-0.5,3.2c-0.3,0.4-0.8,0.6-1.4,0.6l-0.5,0
58
+		c-0.7,0-1.2-0.2-1.5-0.5c-0.3-0.3-0.4-0.9-0.4-1.7l0-3l-1.5,0c-0.1,2.4-1.4,4.3-3.9,5.6l-0.9-1.4c2.1-0.8,3.2-2.2,3.3-4.1l-2.7,0
59
+		l0-1.5l2.7,0l0-2.1l1.5,0l0,2.1l2.9,0L182.9,25.9z"/>
60
+	<path class="st0" d="M196.6,27.6l-0.8,0.7c-0.3-0.6-0.4-1-0.5-1c-1.4,0.4-3.4,0.8-6.2,1.3l-0.5-1.5c0.3,0,0.5-0.1,0.8-0.1
61
+		c0.2,0,0.4-0.1,0.5-0.1l0-7.1l6.2,0l0,5.3l-4.7,0l0,1.7c1-0.1,2-0.3,3.1-0.6l-0.4-0.5l1.1-0.6c0.3,0.3,0.5,0.6,0.8,0.9
62
+		c0.2,0.3,0.5,0.7,0.7,1c1-0.7,1.9-1.6,2.7-2.9l-2.6,0l0.4-4.2l6.4,0l0,1.3l-1.4,0c-0.1,0.5-0.3,1.1-0.5,1.6l2.4,0v1.3l-3,0
63
+		c-0.2,0.3-0.3,0.6-0.6,0.9h1.1v1.4c0,0.3,0.2,0.5,0.7,0.5c0.4,0,0.7-0.2,0.7-0.5l0-1l1.3,0.3l-0.1,0.9c0,0.6-0.2,1-0.5,1.2
64
+		c-0.3,0.2-0.8,0.3-1.6,0.3c-1.2,0-1.8-0.4-1.8-1.3l0-1.3c-0.6,1-1.6,2.1-3,3.2L196.6,27.6z M204,35l0,1.3l-15.2,0.1l0-1.3L204,35z
65
+		 M202.5,28.9l0,5.3l-12,0l0-5.3L202.5,28.9z M194.6,21l-3.3,0l0,0.9l3.3,0L194.6,21z M191.3,23.9l3.3,0v-1l-3.3,0V23.9z M200.9,30
66
+		l-8.8,0l0,0.9l8.8,0L200.9,30z M192.1,33l8.8,0l0-1l-8.8,0L192.1,33z M198.4,21.1l-0.2,1.6l1.7,0c0.2-0.4,0.4-0.9,0.6-1.6
67
+		L198.4,21.1z"/>
68
+	<path class="st0" d="M208.2,29.9c-0.4,0.2-0.7,0.4-1,0.6l-0.5-1.7c1.1-0.6,2-1,2.6-1.4l0-6.7l5.6,0c-0.1-0.4-0.3-0.9-0.6-1.3
69
+		l1.6-0.2c0.3,0.5,0.5,1,0.6,1.5l5.6,0l0,1.6l-11.4,0l0,5.4c0,3.9-0.8,6.9-2.5,9.1l-1.1-1.5c1.3-1.6,2-3.7,2.1-6.1
70
+		C208.9,29.5,208.6,29.7,208.2,29.9L208.2,29.9z M208,25.9c-0.4-1.4-0.8-2.5-1.2-3.4l1.1-0.6c0.6,1.1,1.1,2.2,1.4,3.3L208,25.9z
71
+		 M220.8,30.7c-0.7,1.5-1.5,2.6-2.5,3.4c1.2,0.6,2.6,0.9,4,1l-0.5,1.8c-1.9-0.4-3.5-0.9-4.9-1.7c-1.6,0.9-3.5,1.5-5.8,1.7l-0.7-1.6
72
+		c2-0.2,3.7-0.6,5-1.2c-0.8-0.7-1.6-1.5-2.3-2.4l1.4-0.7c0.6,0.7,1.4,1.5,2.4,2.2c0.9-0.5,1.6-1.3,2.2-2.4l-7.2,0l0-1.5l9.1,0
73
+		L220.8,30.7z M219.1,26c0,0.6,0.2,0.9,0.7,0.9l2,0l0,1.5l-2.3,0c-0.7,0-1.2-0.1-1.5-0.4c-0.3-0.3-0.4-0.9-0.4-1.8v-1.4l-2.5,0
74
+		c0,2-0.9,3.4-2.5,4.1l-0.9-1.5c0.6-0.2,1.1-0.5,1.4-0.9c0.4-0.4,0.6-1.2,0.6-2.3l0-0.8l5.5,0L219.1,26z"/>
75
+	<path class="st0" d="M228.7,24.5l0-1.7l-3.8,0l0-1.7l3.8,0l0-1.9l1.7,0l0,1.9l1.9,0l0,1.7l-1.9,0l0,1.7L228.7,24.5z M227.6,35.8
76
+		l0,1l-1.6,0l0-11.8l13.4,0l0,11.8l-1.6,0l0-1L227.6,35.8z M231.9,29.4l0-2.7l-4.3,0l0,2.7L231.9,29.4z M231.9,34.1l0-3.2l-4.3,0
77
+		l0,3.2L231.9,34.1z M234.8,24.4l0-1.7l-1.8,0l0-1.7l1.8,0l0-1.9l1.7,0l0,1.9l3.9,0l0,1.7l-3.9,0l0,1.7L234.8,24.4z M237.8,29.4
78
+		l0-2.7l-4.3,0l0,2.7L237.8,29.4z M237.8,34.1l0-3.2l-4.3,0l0,3.2L237.8,34.1z"/>
79
+	<path class="st0" d="M250.7,21.6c-1,1.6-2.5,2.7-4.4,3.2l3.3,0l0,4.5l-3.2,0l-0.2,1.7l3.7,0c0,0.6-0.1,1.4-0.2,2.6
80
+		c-0.1,1.2-0.3,2-0.6,2.4c-0.3,0.4-1.3,0.6-3,0.6c-0.5,0-0.9,0-1.3,0l-0.5-1.7c1.2,0.1,2.1,0.1,2.8,0.1c0.6,0,1-0.4,1.1-1.1
81
+		c0.1-0.7,0.1-1.2,0.1-1.6l-3.8,0l0.5-4.4l3.1,0l0-1.7l-3.1,0v-0.8l-1,0.3l-0.9-1.6c1-0.2,1.8-0.4,2.4-0.7c-0.3-0.3-0.5-0.5-0.6-0.6
82
+		c-0.2-0.2-0.4-0.5-0.6-0.7l1.3-0.8c0.6,0.5,1,1,1.3,1.5c0.8-0.3,1.6-0.8,2.4-1.6l-4.1,0v-1.5l5.9,0c0.4,0.6,0.9,1.1,1.4,1.6
83
+		c0.5-0.4,1-1,1.4-1.8l1.3,0.9c-0.5,0.7-1,1.3-1.5,1.8c0.3,0.2,0.7,0.4,1.2,0.7c0.7-0.8,1.2-1.4,1.5-2l1.3,0.7
84
+		c-0.4,0.7-0.8,1.3-1.3,1.8c0.7,0.3,1.5,0.6,2.1,0.6l-0.7,1.7c-0.6-0.2-1.1-0.4-1.7-0.6l0,1.5c0,0.6,0.3,0.9,0.9,0.9l1.1,0l0,1.4
85
+		l-2,0c-1,0-1.5-0.6-1.5-1.8v-1l-1.5,0c0,1.2-0.6,2.3-1.8,3.2l-1.3-1.1c1.1-0.6,1.7-1.5,1.6-2.8v-0.7l3.8,0
86
+		C253.5,24.2,251.9,23.2,250.7,21.6L250.7,21.6z M257.5,30.8c-0.6,1.3-1.4,2.4-2.2,3.2c0.7,0.5,1.8,0.9,3.2,1.1l-0.9,1.6
87
+		c-1-0.2-2.2-0.8-3.6-1.6c-0.9,0.7-2,1.2-3.2,1.6l-1-1.5c1.4-0.4,2.4-0.7,2.9-1.2c-0.4-0.4-1.1-1.1-1.9-2l1.3-0.7
88
+		c0.7,0.8,1.3,1.4,1.9,1.9c0.8-0.6,1.3-1.3,1.7-2.1l-5,0l0-1.5l6.9,0V30.8z"/>
89
+	<path class="st0" d="M273.5,24.2l0,1.5l2.6,0l0,1.5l-2.6,0l0,1.7l3.1,0l0,1.6l-5.5,0c0.4,0.8,0.8,1.5,1.2,2c0.9-0.6,1.6-1.3,2.2-2
90
+		l1.1,1.2c-0.6,0.7-1.3,1.3-2.1,1.9c0.9,0.7,1.9,1.2,3.2,1.5l-0.6,1.7c-1.4-0.4-2.6-1.1-3.9-2.1c-1.2-1.1-2.1-2.4-2.7-4l-1.8,0l0,4
91
+		c1.3-0.3,2.3-0.5,3-0.8l0,1.8c-1.7,0.5-3.7,0.9-6.1,1.1l-0.2-1.7c0.6,0,1.2-0.1,1.9-0.2l0-4.2l-2.3,0c-0.3,2.1-0.8,4.1-1.5,6
92
+		l-1.3-1.6c1.1-2.4,1.6-5.8,1.6-10.4l0-5l13.3,0l0,4.8L273.5,24.2z M264.2,24.2l0,1.1c0,0.9,0,1.5,0,1.9c0,0.5-0.1,1.1-0.1,1.7
93
+		l2.9,0l0-1.7l-2.4,0l0-1.5l2.4,0v-1.5L264.2,24.2z M264.2,22.6l10.3,0v-1.6l-10.3,0L264.2,22.6z M268.5,24.2l0,1.5l3.5,0l0-1.5
94
+		L268.5,24.2z M272,28.9v-1.7l-3.5,0v1.6L272,28.9z"/>
95
+	<path class="st0" d="M293.6,29.5l0,7.1l-1.5,0v-0.5l-10.2,0v0.5l-1.5,0l0-7.1l4.3,0l0-0.8l-5.5,0l0-1.3l15.5-0.1v1.3l-5.8,0l0,0.8
96
+		L293.6,29.5z M282.4,20.5H281l0,5.2l6,0l0,1.1l-7.3,0l0-7.5l7.5,0l0,1.1l-3.8,0l-0.3,0.6l3.5,0l0,0.9l-1.7,0l0,0.7l2.2,0l0,0.9
97
+		l-2.3,0c0.5,0.2,1.2,0.5,2.1,1l-0.5,1.1c-1.1-0.8-1.9-1.2-2.1-1.2c-0.5,0.7-1.3,1.1-2.3,1.3l-0.5-1.1c0.9-0.1,1.6-0.4,2.2-1l-2.2,0
98
+		v-0.9l2.4,0l0-0.7l-1.1,0l-0.4,0.5l-0.9-0.7C281.8,21.5,282.2,21.1,282.4,20.5L282.4,20.5z M292.2,32.5l-3.2,0
99
+		c-0.8,0-1.3-0.5-1.3-1.4l0-0.3l-1.8,0c-0.2,1.2-1,2-2.4,2.4l-0.9-1.2c1-0.1,1.7-0.5,2-1.2l-2.6,0l0,2.3l10.2,0L292.2,32.5z
100
+		 M281.9,35.1l10.2,0v-0.9l-10.2,0L281.9,35.1z M287.6,29.6l0-0.8l-1.6,0l0,0.8L287.6,29.6z M292.8,20.6c0,0.3,0.1,0.5,0.4,0.5
101
+		l1.3,0v1l-1.9,0c-0.8,0-1.2-0.4-1.2-1.2v-0.1l-2.1,0c-0.3,1-0.8,1.6-1.5,1.9l-0.8-0.9c0.9-0.4,1.3-1.2,1.3-2.1v-0.1l4.5,0V20.6z
102
+		 M288.5,23.8l-1,0v-1.1l6.5,0v0.8c-0.3,0.7-0.8,1.4-1.5,1.9c0.7,0.2,1.4,0.4,2.2,0.4l-0.4,1.3c-1.1-0.1-2.2-0.4-3.2-0.9
103
+		c-0.9,0.4-2,0.6-3.4,0.7l-0.6-1.3h0.2c0.8,0,1.5-0.1,2-0.2c-0.7-0.4-1.2-0.8-1.6-1.2L288.5,23.8z M288.9,23.8
104
+		c0.6,0.5,1.2,0.8,2.1,1.1c0.7-0.4,1.2-0.8,1.4-1.2L288.9,23.8z M292.1,30.7l-3.1,0V31c0,0.3,0.2,0.4,0.4,0.4l2.7,0L292.1,30.7z"/>
105
+	<path class="st0" d="M309.7,29.1l0,1.4c-1,0.6-2.2,1.1-3.6,1.6l6.8,0l0,1.5l-6.8,0l0,0.8c0,1.3-0.5,2-1.5,2l-2.4,0l-0.4-1.5
106
+		l2.3,0.1c0.3,0,0.5-0.2,0.5-0.6l0-0.8l-7.2,0l0-1.5l7.2,0l0-0.8c0.8-0.1,1.7-0.4,2.9-0.8l-6.9,0l0-1.4L309.7,29.1z M311.1,28.3
107
+		l-11.9,0l0,2.8l-1.5,0l0-4.2l0.8,0l-0.2-7.2c1.4-0.1,2.6-0.2,3.6-0.6l0.7,1.4c-0.6,0.2-1.6,0.4-2.9,0.5l0.1,1l2.6,0l0,1.3h-2.5
108
+		l0,1.1l2.5,0l0,1.3l-2.5,0l0,1.3l10.3,0l0-1.3l-2.3,0l0-1.3l2.4,0l0-1.1l-2.4,0l0-1.3l2.4,0l0-1l-2.6,0v-1.5l4.1,0l-0.2,7.4l0.9,0
109
+		l0,4.2l-1.5,0L311.1,28.3z M305.4,21.5c-0.6,0.4-1.2,0.8-1.9,1.2l-0.8-1.3c0.9-0.3,1.5-0.6,1.8-0.8c-0.3-0.3-0.7-0.5-1.1-0.9
110
+		l0.9-0.9c0.4,0.3,0.9,0.6,1.3,1c0.5-0.4,0.8-0.7,1-1l0.8,0.8c-0.2,0.4-0.6,0.7-1,1c0.2,0.2,0.5,0.6,0.9,1l-1,0.8
111
+		C305.8,21.9,305.5,21.5,305.4,21.5L305.4,21.5z M305.5,25.4c-0.5,0.4-1.1,0.8-1.9,1.1l-0.7-1.3c0.8-0.2,1.3-0.4,1.7-0.7
112
+		c-0.2-0.2-0.6-0.5-1.1-0.9l0.9-0.8c0.2,0.2,0.4,0.3,0.6,0.4c0.2,0.2,0.4,0.4,0.7,0.6c0.3-0.2,0.7-0.6,1.1-1.2l0.9,0.8
113
+		c-0.4,0.5-0.8,0.8-1.1,1.1c0.3,0.3,0.6,0.6,0.9,1l-1.1,0.9C305.9,25.8,305.6,25.4,305.5,25.4L305.5,25.4z"/>
114
+	<path class="st0" d="M323.2,22.2c-0.9-0.9-1.6-1.7-2.4-2.4l1.2-1c1.1,0.8,2,1.6,2.6,2.4l-1.2,1l7.4,0l0,1.7l-2.5,0
115
+		c-0.2,1-0.6,2.2-1.4,3.7c-0.7,1.5-1.5,2.7-2.3,3.6c1.9,1.5,4,2.6,6.3,3.3l-0.8,1.9c-2.3-0.8-4.6-2.1-6.7-3.9
116
+		c-1.9,1.8-4.2,3.1-6.9,3.9l-0.9-1.9c2.5-0.6,4.6-1.7,6.5-3.3c-1.8-2-3-4.5-3.7-7.4l-2.7,0l0-1.7L323.2,22.2z M320.1,24
117
+		c0.6,2.5,1.7,4.5,3.2,6.1c1.5-1.7,2.6-3.7,3.2-6.2L320.1,24z"/>
118
+	<path class="st0" d="M339.2,23.7c0.9-1,1.8-2.3,2.6-3.8l1.1,1c-0.5,0.9-1.1,1.8-1.8,2.8l1,0l0,1.6l-2.3,0c-0.2,0.2-0.4,0.5-0.6,0.7
119
+		c-0.3,0.2-0.5,0.5-0.8,0.8l2.5,0l0,1.6c-0.4,0.5-1.1,1.1-1.9,1.9v0.4c1-0.1,2-0.3,2.9-0.5l0,1.6c-0.3,0.1-0.8,0.2-1.3,0.2
120
+		c-0.5,0.1-1,0.1-1.6,0.2l0,2c0,0.9-0.1,1.5-0.4,1.8c-0.3,0.3-0.8,0.4-1.5,0.4l-1.5,0l-0.4-1.8l1.7,0.1c0.4,0,0.5-0.2,0.5-0.6l0-1.7
121
+		c-0.7,0.1-1.2,0.1-1.7,0.2c-0.5,0-1.1,0.1-2,0.2l-0.2-1.8c0.1,0,0.3,0,0.5,0c1.1,0,2.2-0.1,3.3-0.2l0-1.1c0.8-0.5,1.3-1,1.6-1.4
122
+		l-2.5,0c-0.6,0.5-1.3,1-2.2,1.4l-0.9-1.5c1.4-0.7,2.8-1.6,4.2-2.9l-4.2,0l0-1.6l3,0l0-1.6l-2.5,0l0-1.5l2.5,0l0-1.6l1.5,0l0,1.6
123
+		l2.2,0V22l-2.2,0l0,1.6L339.2,23.7z M344.6,18.8l1.4,0.6c-0.2,0.8-0.4,1.6-0.6,2.4l3.8,0l0,1.7h-0.7c-0.1,3.1-0.7,5.8-1.8,8.2
124
+		c0,0.1,0.3,0.5,0.9,1.2c0.6,0.7,1.1,1.2,1.7,1.5l-0.6,1.9c-1.1-0.9-2.1-1.9-2.9-3.3c-1.2,1.5-2.5,2.6-3.9,3.4l-1.1-1.6
125
+		c1.7-0.8,3-1.9,4.1-3.3c-0.7-1.4-1.2-3-1.4-4.8c-0.2,0.3-0.4,0.6-0.5,0.8c-0.1,0.3-0.3,0.6-0.5,0.8l-1-1.6
126
+		C342.8,24.8,343.9,22.1,344.6,18.8L344.6,18.8z M344.8,23.4c0,0.1-0.1,0.2-0.1,0.4l-0.2,0.5c0,1.6,0.4,3.5,1.2,5.5
127
+		c0.8-1.7,1.2-3.9,1.2-6.5L344.8,23.4z"/>
128
+	<path class="st0" d="M355.1,31.6c-0.8,0.6-1.6,1.1-2.4,1.5l-0.9-1.7c1.5-0.5,2.8-1.3,4-2.5l-4.1,0l0-1.6l2.8,0l0-5.8l-2.5,0l0-1.5
129
+		l2.5,0v-1.3l1.6,0l0,1.3l6.8,0l0-1.3l1.6,0l0,1.3l2.6,0l0,1.5h-2.6l0,5.9l2.8,0l0,1.6l-4.1,0c1.2,1.1,2.5,1.9,4.1,2.3l-0.7,1.7
130
+		c-0.7-0.3-1.6-0.7-2.4-1.3l0,1.2l-3.8,0l0,1.4l6.2,0l0,1.5l-13.9,0l0-1.5l6.1,0l0-1.5l-3.7,0L355.1,31.6z M358.8,31.3l0-1.6l1.6,0
131
+		l0,1.6l3.3,0c-1-0.8-1.8-1.6-2.4-2.4l-3.6,0c-0.6,0.9-1.4,1.7-2.3,2.4L358.8,31.3z M356.1,22.5l6.8,0l0-1l-6.8,0L356.1,22.5z
132
+		 M356.1,27.4l6.8,0l0-1.1l-6.8,0L356.1,27.4z M356.1,24.9l6.8,0l0-1.1l-6.8,0L356.1,24.9z"/>
133
+	<path class="st0" d="M373.7,34.1c-0.4-1.4-0.8-2.6-1.3-3.4L374,30c0.6,1.4,1.1,2.7,1.4,4.1l1.5,0l0-4.9l-6.1,0l0-1.7l6.1,0l0-2.1
134
+		l-3.7,0v-0.9c-0.8,0.5-1.6,1-2.4,1.4l-0.9-1.7c3.2-1.5,5.5-3.3,6.9-5.4l1.5,0c2,2.2,4.4,4,7.2,5.3l-1,1.7c-0.8-0.4-1.6-0.9-2.2-1.3
135
+		l0,1l-3.8,0l0,2.1l6.1,0l0,1.7l-6.1,0l0,4.9l1.5,0c0.7-1.6,1.1-3,1.5-4.2l1.6,0.7c-0.3,1.1-0.8,2.3-1.3,3.5l3.2,0l0,1.7l-14.6,0.1
136
+		l0-1.7L373.7,34.1z M377.6,20.4c-0.8,1.1-2,2.2-3.3,3.2l7,0C380,22.7,378.8,21.6,377.6,20.4L377.6,20.4z"/>
137
+	<path class="st0" d="M388.7,24.2l-0.7-1.7c2.7-1.1,5-2.3,6.9-3.9h1.6c2.1,1.5,4.4,2.7,7,3.7l-0.6,1.7l-0.5-0.2l0,5l-13.1,0l0-5
138
+		L388.7,24.2z M389.7,23.7l12.4-0.1c-1.1-0.5-2.2-1.1-3.3-1.7l0,0.9l-5.9,0v-1C391.9,22.6,390.9,23.2,389.7,23.7L389.7,23.7z
139
+		 M390.1,29.8l11.6,0l0,6.5l-1.5,0v-0.6l-8.5,0v0.6l-1.6,0L390.1,29.8z M395.1,25l-4.3,0l0,2.5l4.3,0L395.1,25z M391.7,32.1l8.5,0
140
+		l0-1.1l-8.5,0L391.7,32.1z M391.7,34.4l8.5,0l0-1.2l-8.5,0L391.7,34.4z M392.9,27.5c-0.4-0.9-0.8-1.5-1-1.9l1-0.6
141
+		c0.3,0.4,0.7,1,1.2,1.7L392.9,27.5z M395.8,20c-0.7,0.6-1.5,1.1-2.4,1.6l4.7,0C397.3,21,396.5,20.5,395.8,20L395.8,20z M401,25
142
+		l-4.5,0l0,2.5l4.5,0L401,25z M397.7,26.7c0.2-0.2,0.6-0.8,1-1.7l1.1,0.6c-0.5,1-0.8,1.6-1,1.8L397.7,26.7z"/>
143
+	<g>
144
+		<path class="st1" d="M30.8,8.3c-2.1-0.3-4.3,1.7-5.5,4.8c1-1.8,2.4-2.9,3.8-2.7c2.2,0.3,3.5,3.5,3,7.2c-0.5,3.7-2.7,6.4-4.9,6
145
+			c-1.4-0.2-2.5-1.7-2.9-3.7c0.3,3.3,1.8,5.8,3.9,6.2c2.8,0.4,5.7-3.2,6.4-8.2C35.4,13.1,33.7,8.7,30.8,8.3z"/>
146
+		<path class="st1" d="M34.3,22.8c-0.3,0.6-0.5,1.3-0.8,1.9l9.3-1.1v0.9l-20,20.4h-1c0,0,2.5-7.9,0.8-10.6c-1.7-2.7-5.8-5.1-8.3-5.9
147
+			c-2.5-0.8-2-0.7-2-0.7l0.9-0.4l11.4-1.4l-0.9-1.6l-15.1,2c-1.4,0.2,0,1.9,0,1.9c10.9,3.4,11.1,5.1,12.7,6.9
148
+			c1.5,1.8-1.8,12.1-1.8,12.1l2.1,0.6l24.6-24.6v-1.8L34.3,22.8z"/>
149
+		<path class="st1" d="M27.1,0c-14.9,0-27,12.1-27,27c0,14.9,12.1,27,27,27c14.9,0,27-12.1,27-27C54.1,12.1,42.1,0,27.1,0z
150
+			 M27.1,48.9C15.1,48.9,5.3,39.1,5.3,27c0-12.1,9.8-21.9,21.9-21.9C39.2,5.1,49,14.9,49,27C49,39.1,39.2,48.9,27.1,48.9z"/>
151
+	</g>
152
+	<g>
153
+		<path class="st0" d="M61.5,44h0.9v6.4h3.1v0.8h-4V44z"/>
154
+		<path class="st0" d="M66.2,48.5c0-1.7,1.2-2.8,2.4-2.8c1.4,0,2.1,1,2.1,2.5c0,0.2,0,0.4,0,0.5h-3.6c0.1,1.1,0.8,1.9,1.8,1.9
155
+			c0.5,0,0.9-0.2,1.3-0.4l0.3,0.6c-0.5,0.3-1,0.5-1.8,0.5C67.3,51.3,66.2,50.3,66.2,48.5z M69.9,48.1c0-1.1-0.5-1.7-1.3-1.7
156
+			c-0.8,0-1.4,0.6-1.5,1.7H69.9z"/>
157
+		<path class="st0" d="M71.6,48.5c0-1.7,1.2-2.8,2.4-2.8c1.4,0,2.1,1,2.1,2.5c0,0.2,0,0.4,0,0.5h-3.6c0.1,1.1,0.8,1.9,1.8,1.9
158
+			c0.5,0,0.9-0.2,1.3-0.4l0.3,0.6c-0.5,0.3-1,0.5-1.8,0.5C72.8,51.3,71.6,50.3,71.6,48.5z M75.3,48.1c0-1.1-0.5-1.7-1.3-1.7
159
+			c-0.8,0-1.4,0.6-1.5,1.7H75.3z"/>
160
+		<path class="st0" d="M79.3,47.6c0-2.3,1.4-3.7,3.2-3.7c0.9,0,1.6,0.4,2,0.9L84,45.4c-0.4-0.4-0.9-0.7-1.5-0.7
161
+			c-1.4,0-2.3,1.1-2.3,2.9c0,1.8,0.9,3,2.2,3c0.7,0,1.2-0.3,1.7-0.8l0.5,0.6c-0.6,0.7-1.3,1-2.2,1C80.7,51.3,79.3,49.9,79.3,47.6z"
162
+			/>
163
+		<path class="st0" d="M87.1,48.4L84.9,44h1l0.9,2c0.2,0.5,0.5,1,0.7,1.6h0c0.3-0.5,0.5-1,0.7-1.6l0.9-2h0.9L88,48.4v2.8h-0.9V48.4z
164
+			"/>
165
+		<path class="st0" d="M91,44.6l0-1h0.9l0,1l-0.2,1.8h-0.5L91,44.6z"/>
166
+		<path class="st0" d="M92.9,50.6l0.4-0.6c0.5,0.4,0.9,0.6,1.6,0.6c0.7,0,1-0.4,1-0.8c0-0.5-0.6-0.8-1.2-1c-0.7-0.3-1.6-0.6-1.6-1.5
167
+			c0-0.8,0.7-1.5,1.8-1.5c0.7,0,1.2,0.3,1.7,0.6l-0.4,0.6c-0.4-0.3-0.7-0.5-1.2-0.5c-0.7,0-1,0.4-1,0.8c0,0.5,0.6,0.7,1.2,0.9
168
+			c0.8,0.3,1.6,0.6,1.6,1.6c0,0.9-0.7,1.6-1.9,1.6C94.2,51.3,93.4,51,92.9,50.6z"/>
169
+		<path class="st0" d="M104.3,51.2l-1.7-3h-1.3v3h-0.9V44h2.3c1.5,0,2.5,0.5,2.5,2c0,1.1-0.6,1.8-1.6,2l1.8,3.1H104.3z M101.3,47.4
170
+			h1.2c1.1,0,1.7-0.5,1.7-1.4c0-1-0.6-1.3-1.7-1.3h-1.2V47.4z"/>
171
+		<path class="st0" d="M106,48.5c0-1.7,1.2-2.8,2.4-2.8c1.4,0,2.1,1,2.1,2.5c0,0.2,0,0.4,0,0.5h-3.6c0.1,1.1,0.8,1.9,1.8,1.9
172
+			c0.5,0,0.9-0.2,1.3-0.4l0.3,0.6c-0.5,0.3-1,0.5-1.8,0.5C107.2,51.3,106,50.3,106,48.5z M109.8,48.1c0-1.1-0.5-1.7-1.3-1.7
173
+			c-0.8,0-1.4,0.6-1.5,1.7H109.8z"/>
174
+		<path class="st0" d="M111.3,50.6l0.4-0.6c0.5,0.4,0.9,0.6,1.6,0.6c0.7,0,1-0.4,1-0.8c0-0.5-0.6-0.8-1.2-1
175
+			c-0.7-0.3-1.6-0.6-1.6-1.5c0-0.8,0.7-1.5,1.8-1.5c0.7,0,1.2,0.3,1.7,0.6l-0.4,0.6c-0.4-0.3-0.7-0.5-1.2-0.5c-0.7,0-1,0.4-1,0.8
176
+			c0,0.5,0.6,0.7,1.2,0.9c0.8,0.3,1.6,0.6,1.6,1.6c0,0.9-0.7,1.6-1.9,1.6C112.5,51.3,111.8,51,111.3,50.6z"/>
177
+		<path class="st0" d="M116,48.5c0-1.7,1.2-2.8,2.4-2.8c1.4,0,2.1,1,2.1,2.5c0,0.2,0,0.4,0,0.5h-3.6c0.1,1.1,0.8,1.9,1.8,1.9
178
+			c0.5,0,0.9-0.2,1.3-0.4l0.3,0.6c-0.5,0.3-1,0.5-1.8,0.5C117.2,51.3,116,50.3,116,48.5z M119.8,48.1c0-1.1-0.5-1.7-1.3-1.7
179
+			c-0.8,0-1.4,0.6-1.5,1.7H119.8z"/>
180
+		<path class="st0" d="M121.4,49.8c0-1.2,1-1.7,3.3-2c0-0.7-0.2-1.3-1.1-1.3c-0.6,0-1.2,0.3-1.6,0.6l-0.4-0.6
181
+			c0.5-0.3,1.2-0.7,2.1-0.7c1.3,0,1.8,0.9,1.8,2.2v3.3h-0.7l-0.1-0.6h0c-0.5,0.4-1.1,0.8-1.8,0.8C122,51.3,121.4,50.8,121.4,49.8z
182
+			 M124.7,49.9v-1.5c-1.8,0.2-2.4,0.7-2.4,1.3c0,0.6,0.4,0.9,0.9,0.9C123.7,50.6,124.1,50.4,124.7,49.9z"/>
183
+		<path class="st0" d="M127.2,45.9h0.7l0.1,1h0c0.4-0.7,0.9-1.1,1.5-1.1c0.2,0,0.4,0,0.6,0.1l-0.2,0.8c-0.2-0.1-0.3-0.1-0.5-0.1
184
+			c-0.4,0-1,0.3-1.3,1.2v3.4h-0.9V45.9z"/>
185
+		<path class="st0" d="M130.5,48.5c0-1.8,1.2-2.8,2.6-2.8c0.7,0,1.2,0.3,1.6,0.6l-0.5,0.6c-0.3-0.3-0.6-0.5-1.1-0.5
186
+			c-1,0-1.7,0.8-1.7,2.1c0,1.2,0.7,2,1.6,2c0.5,0,0.9-0.2,1.3-0.5l0.4,0.6c-0.5,0.4-1.1,0.7-1.7,0.7
187
+			C131.6,51.3,130.5,50.3,130.5,48.5z"/>
188
+		<path class="st0" d="M135.9,43.4h0.9v2.1l0,1.1c0.5-0.5,1-0.9,1.8-0.9c1.1,0,1.6,0.7,1.6,2.1v3.4h-0.9v-3.3c0-1-0.3-1.4-1-1.4
189
+			c-0.5,0-0.9,0.3-1.5,0.8v3.9h-0.9V43.4z"/>
190
+		<path class="st0" d="M144.1,44h4.1v0.8h-3.2v2.4h2.7V48h-2.7v3.2h-0.9V44z"/>
191
+		<path class="st0" d="M148.9,48.5c0-1.8,1.2-2.8,2.5-2.8c1.3,0,2.5,1,2.5,2.8c0,1.8-1.2,2.8-2.5,2.8
192
+			C150.1,51.3,148.9,50.3,148.9,48.5z M152.9,48.5c0-1.2-0.6-2.1-1.5-2.1c-0.9,0-1.5,0.8-1.5,2.1c0,1.2,0.6,2,1.5,2
193
+			C152.3,50.6,152.9,49.8,152.9,48.5z"/>
194
+		<path class="st0" d="M155.2,49.2v-3.4h0.9v3.3c0,1,0.3,1.4,1,1.4c0.5,0,0.9-0.3,1.4-0.9v-3.8h0.9v5.3h-0.7l-0.1-0.8h0
195
+			c-0.5,0.6-1,1-1.8,1C155.7,51.3,155.2,50.6,155.2,49.2z"/>
196
+		<path class="st0" d="M161.2,45.9h0.7l0.1,0.8h0c0.5-0.5,1.1-0.9,1.8-0.9c1.1,0,1.6,0.7,1.6,2.1v3.4h-0.9v-3.3c0-1-0.3-1.4-1-1.4
197
+			c-0.5,0-0.9,0.3-1.5,0.8v3.9h-0.9V45.9z"/>
198
+		<path class="st0" d="M166.8,48.5c0-1.7,1.1-2.8,2.3-2.8c0.6,0,1,0.2,1.5,0.6l0-0.9v-2h0.9v7.8h-0.7l-0.1-0.6h0
199
+			c-0.4,0.4-1,0.8-1.6,0.8C167.7,51.3,166.8,50.3,166.8,48.5z M170.6,49.8V47c-0.5-0.4-0.9-0.6-1.3-0.6c-0.9,0-1.5,0.8-1.5,2
200
+			c0,1.3,0.5,2,1.5,2C169.7,50.6,170.1,50.3,170.6,49.8z"/>
201
+		<path class="st0" d="M172.9,49.8c0-1.2,1-1.7,3.3-2c0-0.7-0.2-1.3-1.1-1.3c-0.6,0-1.2,0.3-1.6,0.6l-0.4-0.6
202
+			c0.5-0.3,1.2-0.7,2.1-0.7c1.3,0,1.8,0.9,1.8,2.2v3.3h-0.7l-0.1-0.6h0c-0.5,0.4-1.1,0.8-1.8,0.8C173.6,51.3,172.9,50.8,172.9,49.8z
203
+			 M176.2,49.9v-1.5c-1.8,0.2-2.4,0.7-2.4,1.3c0,0.6,0.4,0.9,0.9,0.9C175.3,50.6,175.7,50.4,176.2,49.9z"/>
204
+		<path class="st0" d="M178.8,49.5v-3H178v-0.7l0.8,0l0.1-1.5h0.7v1.5h1.4v0.7h-1.4v3c0,0.7,0.2,1,0.8,1c0.2,0,0.4-0.1,0.6-0.1
205
+			l0.2,0.7c-0.3,0.1-0.7,0.2-1,0.2C179.2,51.3,178.8,50.6,178.8,49.5z"/>
206
+		<path class="st0" d="M182.2,44.2c0-0.4,0.3-0.6,0.6-0.6c0.4,0,0.6,0.2,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6
207
+			C182.4,44.8,182.2,44.5,182.2,44.2z M182.4,45.9h0.9v5.3h-0.9V45.9z"/>
208
+		<path class="st0" d="M184.6,48.5c0-1.8,1.2-2.8,2.5-2.8c1.3,0,2.5,1,2.5,2.8c0,1.8-1.2,2.8-2.5,2.8
209
+			C185.8,51.3,184.6,50.3,184.6,48.5z M188.7,48.5c0-1.2-0.6-2.1-1.5-2.1c-0.9,0-1.5,0.8-1.5,2.1c0,1.2,0.6,2,1.5,2
210
+			C188,50.6,188.7,49.8,188.7,48.5z"/>
211
+		<path class="st0" d="M191,45.9h0.7l0.1,0.8h0c0.5-0.5,1.1-0.9,1.8-0.9c1.1,0,1.6,0.7,1.6,2.1v3.4h-0.9v-3.3c0-1-0.3-1.4-1-1.4
212
+			c-0.5,0-0.9,0.3-1.5,0.8v3.9H191V45.9z"/>
213
+		<path class="st0" d="M201.6,44.1c-0.2-0.1-0.4-0.1-0.6-0.1c-0.5,0-0.8,0.4-0.8,1v0.8h1.1v0.7h-1.1v4.6h-0.9v-4.6h-0.7v-0.7l0.7,0
214
+			V45c0-1.1,0.5-1.8,1.5-1.8c0.3,0,0.6,0.1,0.9,0.2L201.6,44.1z"/>
215
+		<path class="st0" d="M201.8,48.5c0-1.8,1.2-2.8,2.5-2.8c1.3,0,2.5,1,2.5,2.8c0,1.8-1.2,2.8-2.5,2.8
216
+			C203,51.3,201.8,50.3,201.8,48.5z M205.9,48.5c0-1.2-0.6-2.1-1.5-2.1c-0.9,0-1.5,0.8-1.5,2.1c0,1.2,0.6,2,1.5,2
217
+			C205.2,50.6,205.9,49.8,205.9,48.5z"/>
218
+		<path class="st0" d="M208.2,45.9h0.7l0.1,1h0c0.4-0.7,0.9-1.1,1.5-1.1c0.2,0,0.4,0,0.6,0.1l-0.2,0.8c-0.2-0.1-0.3-0.1-0.5-0.1
219
+			c-0.4,0-1,0.3-1.3,1.2v3.4h-0.9V45.9z"/>
220
+		<path class="st0" d="M214.3,44h2c1.6,0,2.7,0.5,2.7,2.1c0,1.5-1.1,2.2-2.6,2.2h-1.2v2.9h-0.9V44z M216.2,47.6
221
+			c1.3,0,1.9-0.5,1.9-1.5c0-1-0.6-1.4-1.9-1.4h-1v2.9H216.2z"/>
222
+		<path class="st0" d="M219.7,48.5c0-1.7,1.2-2.8,2.4-2.8c1.4,0,2.1,1,2.1,2.5c0,0.2,0,0.4,0,0.5h-3.6c0.1,1.1,0.8,1.9,1.8,1.9
223
+			c0.5,0,0.9-0.2,1.3-0.4l0.3,0.6c-0.5,0.3-1,0.5-1.8,0.5C220.8,51.3,219.7,50.3,219.7,48.5z M223.4,48.1c0-1.1-0.5-1.7-1.3-1.7
224
+			c-0.8,0-1.4,0.6-1.5,1.7H223.4z"/>
225
+		<path class="st0" d="M225.2,48.5c0-1.7,1.1-2.8,2.3-2.8c0.6,0,1,0.2,1.5,0.6l0-0.9v-2h0.9v7.8h-0.7l-0.1-0.6h0
226
+			c-0.4,0.4-1,0.8-1.6,0.8C226,51.3,225.2,50.3,225.2,48.5z M228.9,49.8V47c-0.5-0.4-0.9-0.6-1.3-0.6c-0.9,0-1.5,0.8-1.5,2
227
+			c0,1.3,0.5,2,1.5,2C228,50.6,228.5,50.3,228.9,49.8z"/>
228
+		<path class="st0" d="M231.4,44.2c0-0.4,0.3-0.6,0.6-0.6c0.4,0,0.6,0.2,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6
229
+			C231.7,44.8,231.4,44.5,231.4,44.2z M231.6,45.9h0.9v5.3h-0.9V45.9z"/>
230
+		<path class="st0" d="M234,49.8c0-1.2,1-1.7,3.3-2c0-0.7-0.2-1.3-1.1-1.3c-0.6,0-1.2,0.3-1.6,0.6l-0.4-0.6c0.5-0.3,1.2-0.7,2.1-0.7
231
+			c1.3,0,1.8,0.9,1.8,2.2v3.3h-0.7l-0.1-0.6h0c-0.5,0.4-1.1,0.8-1.8,0.8C234.6,51.3,234,50.8,234,49.8z M237.2,49.9v-1.5
232
+			c-1.8,0.2-2.4,0.7-2.4,1.3c0,0.6,0.4,0.9,0.9,0.9C236.3,50.6,236.7,50.4,237.2,49.9z"/>
233
+		<path class="st0" d="M239.8,49.5v-3H239v-0.7l0.8,0l0.1-1.5h0.7v1.5h1.4v0.7h-1.4v3c0,0.7,0.2,1,0.8,1c0.2,0,0.4-0.1,0.6-0.1
234
+			l0.2,0.7c-0.3,0.1-0.7,0.2-1,0.2C240.2,51.3,239.8,50.6,239.8,49.5z"/>
235
+		<path class="st0" d="M243.4,45.9h0.7l0.1,1h0c0.4-0.7,0.9-1.1,1.5-1.1c0.2,0,0.4,0,0.6,0.1l-0.2,0.8c-0.2-0.1-0.3-0.1-0.5-0.1
236
+			c-0.4,0-1,0.3-1.3,1.2v3.4h-0.9V45.9z"/>
237
+		<path class="st0" d="M247,44.2c0-0.4,0.3-0.6,0.6-0.6c0.4,0,0.6,0.2,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6C247.3,44.8,247,44.5,247,44.2z
238
+			 M247.2,45.9h0.9v5.3h-0.9V45.9z"/>
239
+		<path class="st0" d="M249.5,48.5c0-1.8,1.2-2.8,2.6-2.8c0.7,0,1.2,0.3,1.6,0.6l-0.5,0.6c-0.3-0.3-0.6-0.5-1.1-0.5
240
+			c-1,0-1.7,0.8-1.7,2.1c0,1.2,0.7,2,1.6,2c0.5,0,0.9-0.2,1.3-0.5l0.4,0.6c-0.5,0.4-1.1,0.7-1.7,0.7
241
+			C250.6,51.3,249.5,50.3,249.5,48.5z"/>
242
+		<path class="st0" d="M257.1,44h0.9v7.2h-0.9V44z"/>
243
+		<path class="st0" d="M259.9,45.9h0.7l0.1,0.8h0c0.5-0.5,1.1-0.9,1.8-0.9c1.1,0,1.6,0.7,1.6,2.1v3.4h-0.9v-3.3c0-1-0.3-1.4-1-1.4
244
+			c-0.5,0-0.9,0.3-1.5,0.8v3.9h-0.9V45.9z"/>
245
+		<path class="st0" d="M268.3,44.1c-0.2-0.1-0.4-0.1-0.6-0.1c-0.5,0-0.8,0.4-0.8,1v0.8h1.1v0.7H267v4.6h-0.9v-4.6h-0.7v-0.7l0.7,0
246
+			V45c0-1.1,0.5-1.8,1.5-1.8c0.3,0,0.6,0.1,0.9,0.2L268.3,44.1z"/>
247
+		<path class="st0" d="M268.6,48.5c0-1.7,1.2-2.8,2.4-2.8c1.4,0,2.1,1,2.1,2.5c0,0.2,0,0.4,0,0.5h-3.6c0.1,1.1,0.8,1.9,1.8,1.9
248
+			c0.5,0,0.9-0.2,1.3-0.4l0.3,0.6c-0.5,0.3-1,0.5-1.8,0.5C269.7,51.3,268.6,50.3,268.6,48.5z M272.3,48.1c0-1.1-0.5-1.7-1.3-1.7
249
+			c-0.8,0-1.4,0.6-1.5,1.7H272.3z"/>
250
+		<path class="st0" d="M274,48.5c0-1.8,1.2-2.8,2.6-2.8c0.7,0,1.2,0.3,1.6,0.6l-0.5,0.6c-0.3-0.3-0.6-0.5-1.1-0.5
251
+			c-1,0-1.7,0.8-1.7,2.1c0,1.2,0.7,2,1.6,2c0.5,0,0.9-0.2,1.3-0.5l0.4,0.6c-0.5,0.4-1.1,0.7-1.7,0.7C275.1,51.3,274,50.3,274,48.5z"
252
+			/>
253
+		<path class="st0" d="M279.5,49.5v-3h-0.8v-0.7l0.8,0l0.1-1.5h0.7v1.5h1.4v0.7h-1.4v3c0,0.7,0.2,1,0.8,1c0.2,0,0.4-0.1,0.6-0.1
254
+			l0.2,0.7c-0.3,0.1-0.7,0.2-1,0.2C279.8,51.3,279.5,50.6,279.5,49.5z"/>
255
+		<path class="st0" d="M282.8,44.2c0-0.4,0.3-0.6,0.6-0.6c0.4,0,0.6,0.2,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6
256
+			C283.1,44.8,282.8,44.5,282.8,44.2z M283,45.9h0.9v5.3H283V45.9z"/>
257
+		<path class="st0" d="M285.3,48.5c0-1.8,1.2-2.8,2.5-2.8c1.3,0,2.5,1,2.5,2.8c0,1.8-1.2,2.8-2.5,2.8
258
+			C286.5,51.3,285.3,50.3,285.3,48.5z M289.3,48.5c0-1.2-0.6-2.1-1.5-2.1c-0.9,0-1.5,0.8-1.5,2.1c0,1.2,0.6,2,1.5,2
259
+			C288.7,50.6,289.3,49.8,289.3,48.5z"/>
260
+		<path class="st0" d="M291.6,49.2v-3.4h0.9v3.3c0,1,0.3,1.4,1,1.4c0.5,0,0.9-0.3,1.4-0.9v-3.8h0.9v5.3H295l-0.1-0.8h0
261
+			c-0.5,0.6-1,1-1.8,1C292.1,51.3,291.6,50.6,291.6,49.2z"/>
262
+		<path class="st0" d="M297,50.6l0.4-0.6c0.5,0.4,0.9,0.6,1.6,0.6c0.7,0,1-0.4,1-0.8c0-0.5-0.6-0.8-1.2-1c-0.7-0.3-1.6-0.6-1.6-1.5
263
+			c0-0.8,0.7-1.5,1.8-1.5c0.7,0,1.2,0.3,1.7,0.6l-0.4,0.6c-0.4-0.3-0.7-0.5-1.2-0.5c-0.7,0-1,0.4-1,0.8c0,0.5,0.6,0.7,1.2,0.9
264
+			c0.8,0.3,1.6,0.6,1.6,1.6c0,0.9-0.7,1.6-1.9,1.6C298.2,51.3,297.5,51,297,50.6z"/>
265
+		<path class="st0" d="M304.4,44h1.8c2.2,0,3.4,1.3,3.4,3.6c0,2.3-1.2,3.6-3.4,3.6h-1.8V44z M306.2,50.4c1.7,0,2.5-1.1,2.5-2.9
266
+			c0-1.8-0.8-2.8-2.5-2.8h-0.8v5.7H306.2z"/>
267
+		<path class="st0" d="M310.9,44.2c0-0.4,0.3-0.6,0.6-0.6c0.4,0,0.6,0.2,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6
268
+			C311.2,44.8,310.9,44.5,310.9,44.2z M311.1,45.9h0.9v5.3h-0.9V45.9z"/>
269
+		<path class="st0" d="M313.2,50.6l0.4-0.6c0.5,0.4,0.9,0.6,1.6,0.6c0.7,0,1-0.4,1-0.8c0-0.5-0.6-0.8-1.2-1
270
+			c-0.7-0.3-1.6-0.6-1.6-1.5c0-0.8,0.7-1.5,1.8-1.5c0.7,0,1.2,0.3,1.7,0.6l-0.4,0.6c-0.4-0.3-0.7-0.5-1.2-0.5c-0.7,0-1,0.4-1,0.8
271
+			c0,0.5,0.6,0.7,1.2,0.9c0.8,0.3,1.6,0.6,1.6,1.6c0,0.9-0.7,1.6-1.9,1.6C314.4,51.3,313.7,51,313.2,50.6z"/>
272
+		<path class="st0" d="M318,48.5c0-1.7,1.2-2.8,2.4-2.8c1.4,0,2.1,1,2.1,2.5c0,0.2,0,0.4,0,0.5h-3.6c0.1,1.1,0.8,1.9,1.8,1.9
273
+			c0.5,0,0.9-0.2,1.3-0.4l0.3,0.6c-0.5,0.3-1,0.5-1.8,0.5C319.1,51.3,318,50.3,318,48.5z M321.7,48.1c0-1.1-0.5-1.7-1.3-1.7
274
+			c-0.8,0-1.4,0.6-1.5,1.7H321.7z"/>
275
+		<path class="st0" d="M323.3,49.8c0-1.2,1-1.7,3.3-2c0-0.7-0.2-1.3-1.1-1.3c-0.6,0-1.2,0.3-1.6,0.6l-0.4-0.6
276
+			c0.5-0.3,1.2-0.7,2.1-0.7c1.3,0,1.8,0.9,1.8,2.2v3.3h-0.7l-0.1-0.6h0c-0.5,0.4-1.1,0.8-1.8,0.8C324,51.3,323.3,50.8,323.3,49.8z
277
+			 M326.6,49.9v-1.5c-1.8,0.2-2.4,0.7-2.4,1.3c0,0.6,0.4,0.9,0.9,0.9C325.6,50.6,326.1,50.4,326.6,49.9z"/>
278
+		<path class="st0" d="M328.6,50.6L329,50c0.5,0.4,0.9,0.6,1.6,0.6c0.7,0,1-0.4,1-0.8c0-0.5-0.6-0.8-1.2-1c-0.7-0.3-1.6-0.6-1.6-1.5
279
+			c0-0.8,0.7-1.5,1.8-1.5c0.7,0,1.2,0.3,1.7,0.6l-0.4,0.6c-0.4-0.3-0.7-0.5-1.2-0.5c-0.7,0-1,0.4-1,0.8c0,0.5,0.6,0.7,1.2,0.9
280
+			c0.8,0.3,1.6,0.6,1.6,1.6c0,0.9-0.7,1.6-1.9,1.6C329.8,51.3,329.1,51,328.6,50.6z"/>
281
+		<path class="st0" d="M333.4,48.5c0-1.7,1.2-2.8,2.4-2.8c1.4,0,2.1,1,2.1,2.5c0,0.2,0,0.4,0,0.5h-3.6c0.1,1.1,0.8,1.9,1.8,1.9
282
+			c0.5,0,0.9-0.2,1.3-0.4l0.3,0.6c-0.5,0.3-1,0.5-1.8,0.5C334.5,51.3,333.4,50.3,333.4,48.5z M337.1,48.1c0-1.1-0.5-1.7-1.3-1.7
283
+			c-0.8,0-1.4,0.6-1.5,1.7H337.1z"/>
284
+		<path class="st0" d="M338.6,50.6L339,50c0.5,0.4,0.9,0.6,1.6,0.6c0.7,0,1-0.4,1-0.8c0-0.5-0.6-0.8-1.2-1c-0.7-0.3-1.6-0.6-1.6-1.5
285
+			c0-0.8,0.7-1.5,1.8-1.5c0.7,0,1.2,0.3,1.7,0.6l-0.4,0.6c-0.4-0.3-0.7-0.5-1.2-0.5c-0.7,0-1,0.4-1,0.8c0,0.5,0.6,0.7,1.2,0.9
286
+			c0.8,0.3,1.6,0.6,1.6,1.6c0,0.9-0.7,1.6-1.9,1.6C339.8,51.3,339.1,51,338.6,50.6z"/>
287
+		<path class="st0" d="M345.6,49.8c0-1.2,1-1.7,3.3-2c0-0.7-0.2-1.3-1.1-1.3c-0.6,0-1.2,0.3-1.6,0.6l-0.4-0.6
288
+			c0.5-0.3,1.2-0.7,2.1-0.7c1.3,0,1.8,0.9,1.8,2.2v3.3h-0.7l-0.1-0.6h0c-0.5,0.4-1.1,0.8-1.8,0.8C346.3,51.3,345.6,50.8,345.6,49.8z
289
+			 M348.9,49.9v-1.5c-1.8,0.2-2.4,0.7-2.4,1.3c0,0.6,0.4,0.9,0.9,0.9C348,50.6,348.4,50.4,348.9,49.9z"/>
290
+		<path class="st0" d="M351.5,45.9h0.7l0.1,0.8h0c0.5-0.5,1.1-0.9,1.8-0.9c1.1,0,1.6,0.7,1.6,2.1v3.4h-0.9v-3.3c0-1-0.3-1.4-1-1.4
291
+			c-0.5,0-0.9,0.3-1.5,0.8v3.9h-0.9V45.9z"/>
292
+		<path class="st0" d="M357.1,48.5c0-1.7,1.1-2.8,2.3-2.8c0.6,0,1,0.2,1.5,0.6l0-0.9v-2h0.9v7.8H361l-0.1-0.6h0
293
+			c-0.4,0.4-1,0.8-1.6,0.8C358,51.3,357.1,50.3,357.1,48.5z M360.9,49.8V47c-0.5-0.4-0.9-0.6-1.3-0.6c-0.9,0-1.5,0.8-1.5,2
294
+			c0,1.3,0.5,2,1.5,2C360,50.6,360.4,50.3,360.9,49.8z"/>
295
+		<path class="st0" d="M364.9,44h1l1.2,3.9c0.3,0.8,0.4,1.5,0.7,2.4h0c0.3-0.8,0.4-1.5,0.7-2.4l1.2-3.9h0.9l-2.3,7.2h-1L364.9,44z"
296
+			/>
297
+		<path class="st0" d="M370.8,49.8c0-1.2,1-1.7,3.3-2c0-0.7-0.2-1.3-1.1-1.3c-0.6,0-1.2,0.3-1.6,0.6l-0.4-0.6
298
+			c0.5-0.3,1.2-0.7,2.1-0.7c1.3,0,1.8,0.9,1.8,2.2v3.3h-0.7l-0.1-0.6h0c-0.5,0.4-1.1,0.8-1.8,0.8C371.5,51.3,370.8,50.8,370.8,49.8z
299
+			 M374.1,49.9v-1.5c-1.8,0.2-2.4,0.7-2.4,1.3c0,0.6,0.4,0.9,0.9,0.9C373.1,50.6,373.6,50.4,374.1,49.9z"/>
300
+		<path class="st0" d="M376.3,48.5c0-1.8,1.2-2.8,2.6-2.8c0.7,0,1.2,0.3,1.6,0.6l-0.5,0.6c-0.3-0.3-0.6-0.5-1.1-0.5
301
+			c-1,0-1.7,0.8-1.7,2.1c0,1.2,0.7,2,1.6,2c0.5,0,0.9-0.2,1.3-0.5l0.4,0.6c-0.5,0.4-1.1,0.7-1.7,0.7
302
+			C377.4,51.3,376.3,50.3,376.3,48.5z"/>
303
+		<path class="st0" d="M381,48.5c0-1.8,1.2-2.8,2.6-2.8c0.7,0,1.2,0.3,1.6,0.6l-0.5,0.6c-0.3-0.3-0.6-0.5-1.1-0.5
304
+			c-1,0-1.7,0.8-1.7,2.1c0,1.2,0.7,2,1.6,2c0.5,0,0.9-0.2,1.3-0.5l0.4,0.6c-0.5,0.4-1.1,0.7-1.7,0.7C382.1,51.3,381,50.3,381,48.5z"
305
+			/>
306
+		<path class="st0" d="M386.2,44.2c0-0.4,0.3-0.6,0.6-0.6c0.4,0,0.6,0.2,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6
307
+			C386.5,44.8,386.2,44.5,386.2,44.2z M386.4,45.9h0.9v5.3h-0.9V45.9z"/>
308
+		<path class="st0" d="M389.1,45.9h0.7l0.1,0.8h0c0.5-0.5,1.1-0.9,1.8-0.9c1.1,0,1.6,0.7,1.6,2.1v3.4h-0.9v-3.3c0-1-0.3-1.4-1-1.4
309
+			c-0.5,0-0.9,0.3-1.5,0.8v3.9h-0.9V45.9z"/>
310
+		<path class="st0" d="M394.7,48.5c0-1.7,1.2-2.8,2.4-2.8c1.4,0,2.1,1,2.1,2.5c0,0.2,0,0.4,0,0.5h-3.6c0.1,1.1,0.8,1.9,1.8,1.9
311
+			c0.5,0,0.9-0.2,1.3-0.4l0.3,0.6c-0.5,0.3-1,0.5-1.8,0.5C395.8,51.3,394.7,50.3,394.7,48.5z M398.4,48.1c0-1.1-0.5-1.7-1.3-1.7
312
+			c-0.8,0-1.4,0.6-1.5,1.7H398.4z"/>
313
+		<path class="st0" d="M399.9,50.6l0.4-0.6c0.5,0.4,0.9,0.6,1.6,0.6c0.7,0,1-0.4,1-0.8c0-0.5-0.6-0.8-1.2-1
314
+			c-0.7-0.3-1.6-0.6-1.6-1.5c0-0.8,0.7-1.5,1.8-1.5c0.7,0,1.2,0.3,1.7,0.6l-0.4,0.6c-0.4-0.3-0.7-0.5-1.2-0.5c-0.7,0-1,0.4-1,0.8
315
+			c0,0.5,0.6,0.7,1.2,0.9c0.8,0.3,1.6,0.6,1.6,1.6c0,0.9-0.7,1.6-1.9,1.6C401.2,51.3,400.4,51,399.9,50.6z"/>
316
+	</g>
317
+	<g>
318
+		<path class="st0" d="M63.7,12.8c-0.3,0.9-0.9,1.8-1.5,2.4c-0.1-0.1-0.5-0.4-0.7-0.5c0.6-0.5,1.1-1.3,1.4-2.1L63.7,12.8z M66,12.3
319
+			h-3.9v-7H66V12.3z M65.2,6.1h-2.3v1.4h2.3V6.1z M65.2,8.1h-2.3v1.4h2.3V8.1z M65.2,10.2h-2.3v1.5h2.3V10.2z M65.2,12.6
320
+			c0.5,0.5,1,1.3,1.2,1.8l-0.7,0.4c-0.2-0.5-0.7-1.3-1.2-1.8L65.2,12.6z M71.9,8.3h-1.4v5.8c0,0.5-0.1,0.7-0.4,0.9
321
+			c-0.3,0.1-0.8,0.2-1.7,0.2c0-0.2-0.2-0.6-0.3-0.8c0.6,0,1.2,0,1.3,0c0.2,0,0.2-0.1,0.2-0.2V9.4c-0.7,1.6-1.8,3.1-2.9,4
322
+			c-0.1-0.2-0.4-0.5-0.6-0.6c1.3-0.9,2.5-2.7,3.2-4.4h-2.9V7.6h3.2V5h0.8v2.6h1.4V8.3z"/>
323
+		<path class="st0" d="M82.4,5.4v9.7h-0.8v-0.5h-7.4v0.6h-0.8V5.4H82.4z M81.6,13.9V6.1h-7.4v7.8H81.6z M81.3,12.1h-1.6v1
324
+			c0,0.3-0.1,0.4-0.3,0.5c-0.2,0.1-0.7,0.1-1.3,0.1c0-0.2-0.1-0.3-0.2-0.5c0.4,0,0.9,0,1,0c0.1,0,0.2,0,0.2-0.1v-1h-4.4v-0.5H79
325
+			v-0.4h0.7v0.4h1.6V12.1z M77.5,7.3h-2.8V6.8h2.8V6.3h0.7v0.5h2.9v0.5h-2.9v0.5h2.5V10h-0.9c0.4,0.3,1,0.8,1.2,1.1l-0.5,0.3
326
+			c-0.1-0.1-0.3-0.3-0.4-0.5c-1.9,0.1-3.9,0.1-5.3,0.2l0-0.5c0.7,0,1.7,0,2.8,0V10h-2.4V7.8h2.4V7.3z M76.3,12.1
327
+			c0.4,0.3,0.8,0.7,1,1l-0.6,0.3c-0.2-0.3-0.6-0.8-1-1.1L76.3,12.1z M75.8,8.7h1.7V8.2h-1.7V8.7z M77.5,9.6V9.1h-1.7v0.5H77.5z
328
+			 M78.2,8.2v0.5H80V8.2H78.2z M80,9.1h-1.8v0.5H80V9.1z M79.6,10.5c-0.1-0.1-0.2-0.1-0.3-0.2l0.4-0.3h-1.6v0.5L79.6,10.5z"/>
329
+		<path class="st0" d="M86.1,9.9C85.6,9.5,84.8,9,84,8.7l0.4-0.6c0.7,0.3,1.6,0.8,2.1,1.1L86.1,9.9z M84.4,14.4
330
+			c0.6-0.9,1.5-2.3,2.1-3.6l0.6,0.5c-0.6,1.2-1.4,2.6-2,3.6L84.4,14.4z M85.1,5c0.7,0.3,1.7,0.8,2.1,1.2l-0.5,0.7
331
+			c-0.4-0.4-1.4-0.9-2.1-1.3L85.1,5z M93.3,15.1c-0.1-0.3-0.3-0.7-0.5-1.1c-4.2,0.5-4.6,0.6-4.9,0.7c0-0.2-0.2-0.6-0.3-0.8
332
+			c0.2-0.1,0.4-0.3,0.7-0.7c0.2-0.3,1-1.5,1.5-2.8h-2.5V9.6h2.9v-2h-2.4V6.8h2.4V4.9H91v1.9h2.5v0.8H91v2H94v0.8h-3.2
333
+			c-0.6,1.2-1.3,2.4-2,3.3l3.5-0.4c-0.3-0.5-0.6-1-1-1.4l0.7-0.3c0.8,1,1.6,2.3,2,3.2L93.3,15.1z"/>
334
+		<path class="st0" d="M100.8,5c0,0.4,0,1-0.1,1.6c0.2,1.3,0.8,6,4.8,7.8c-0.2,0.2-0.5,0.5-0.6,0.7c-2.8-1.3-4-4.1-4.5-6.2
335
+			c-0.5,2.2-1.7,4.7-4.4,6.2c-0.1-0.2-0.4-0.5-0.7-0.6c4.6-2.4,4.6-7.8,4.6-9.5H100.8z"/>
336
+	</g>
337
+</g>
338
+</svg>

binární
src/fe/mrna/images/modal-bg-gr.png Zobrazit soubor


binární
src/fe/mrna/images/rearch-popup/proud-pic-1.png Zobrazit soubor


binární
src/fe/mrna/images/rearch-popup/proud-pic-2.png Zobrazit soubor


binární
src/fe/mrna/images/rearch-popup/proud-pic-3.png Zobrazit soubor


binární
src/fe/mrna/images/rearch-popup/proud-pic-4.png Zobrazit soubor


binární
src/fe/mrna/images/research-pic-feature.png Zobrazit soubor


binární
src/fe/mrna/images/research-pic-proud.png Zobrazit soubor


binární
src/fe/mrna/images/research-pic-show.png Zobrazit soubor


binární
src/fe/mrna/images/research-pic-test.png Zobrazit soubor


binární
src/fe/mrna/images/research-pic-unlimit.png Zobrazit soubor


binární
src/fe/mrna/images/video-icon-gr.png Zobrazit soubor


binární
src/fe/mrna/images/video-icon.bk.png Zobrazit soubor


binární
src/fe/mrna/images/video-icon.png Zobrazit soubor


+ 107
- 97
src/fe/mrna/js/main.js Zobrazit soubor

@@ -19,38 +19,43 @@ main = function () {
19 19
 	var playerConfigs = [
20 20
 		{
21 21
 			containerId: "player_expert",
22
-			videoId: "4qp5BBG1isc",
22
+			videoId: "IFYNhqJpCVw",
23 23
 			category: "expert",
24 24
 		},
25 25
 		{
26 26
 			containerId: "player_understand_1",
27
-			videoId: "Ipg40ew_xcU",
27
+			// videoId: "Ipg40ew_xcU",
28 28
 			category: "understand",
29
-			
29
+			link: "https://www.youtube.com/watch?v=Ipg40ew_xcU",
30
+			title: "EP01 - mRNA有無限可能",
30 31
 		},
31 32
 		{
32 33
 			containerId: "player_understand_2",
33
-			videoId: "3-8kzU-3QWc",
34
+			// videoId: "3-8kzU-3QWc",
34 35
 			category: "understand",
35
-			
36
+			link: "https://youtu.be/3-8kzU-3QWc?si=7MYgiBm88dyCHn2t",
37
+			title: "EP02 - mRNA科學突破",
36 38
 		},
37 39
 		{
38 40
 			containerId: "player_understand_3",
39
-			videoId: "iKoQ4l0LWd0",
41
+			// videoId: "iKoQ4l0LWd0",
40 42
 			category: "understand",
41
-			
43
+			link: "https://youtu.be/iKoQ4l0LWd0?si=F98B30C9XnUfBfyM",
44
+			title: "EP03 - mRNA三大核心發現",
42 45
 		},
43 46
 		{
44 47
 			containerId: "player_understand_4",
45
-			videoId: "_YQHAtKixY8",
48
+			// videoId: "_YQHAtKixY8",
46 49
 			category: "understand",
47
-			
50
+			link: "https://youtu.be/_YQHAtKixY8?si=VV2NBTlwqKOKtPUL",
51
+			title: "EP04 - mRNA與癌症",
48 52
 		},
49 53
 		{
50 54
 			containerId: "player_understand_5",
51
-			videoId: "_m-bMZhZT04",
55
+			// videoId: "_m-bMZhZT04",
52 56
 			category: "understand",
53
-			
57
+			link: "https://youtu.be/_m-bMZhZT04?si=ixQkTgfuvLZdnf-6",
58
+			title: "EP05 - mRNA疫苗研究",
54 59
 		},
55 60
 		{
56 61
 			containerId: "player_proud",
@@ -86,13 +91,13 @@ main = function () {
86 91
 			args.tc_code = urlParams.get("tc");
87 92
 		}
88 93
 
89
-		setGA.pageView( 'index', args);
94
+		setGA.pageView('index', args);
90 95
 
91 96
 		$("[data-gaEvent-label]").on('click', (event) => {
92
-			const target =  event.currentTarget;
97
+			const target = event.currentTarget;
93 98
 			const category = target.getAttribute('data-gaEvent-category');
94 99
 			const label = target.getAttribute('data-gaEvent-label');
95
-			setGA.ButtonClick( category, label);
100
+			setGA.ButtonClick(category, label);
96 101
 		});
97 102
 
98 103
 		$(window).resize(function () {
@@ -112,15 +117,15 @@ main = function () {
112 117
 
113 118
 		// 點擊漢堡
114 119
 		$(".header__hamburger").on("click", function () {
115
-			if(!$(this).hasClass("active")) {
120
+			if (!$(this).hasClass("active")) {
116 121
 				$(this).addClass("active");
117 122
 				$(".header__nav").addClass("active");
118 123
 				openMenu();
119
-			}else {
124
+			} else {
120 125
 				$(this).removeClass("active");
121 126
 				$(".header__nav").removeClass("active");
122 127
 				closeMenu();
123
-			}		
128
+			}
124 129
 		});
125 130
 
126 131
 		// 點擊 專家影片 關閉此功能
@@ -140,7 +145,7 @@ main = function () {
140 145
 			autoPlayHistory(currentHistoryIdx);
141 146
 		});
142 147
 
143
-		$(".modal-test .modal__game__btns__btn").click(function(){
148
+		$(".modal-test .modal__game__btns__btn").click(function () {
144 149
 			console.log("modal__game__item click")
145 150
 			let num = $(this).parents(".modal__game__item").data("num");
146 151
 			modalGameItemAni(num)
@@ -154,10 +159,10 @@ main = function () {
154 159
 			$("#testModal .modal__game__ans").hide();
155 160
 		})
156 161
 
157
-		$(".modal-research .btn-close").on("click", function(){
162
+		$(".modal-research .btn-close").on("click", function () {
158 163
 			modalVideoStop();
159 164
 		});
160
-		
165
+
161 166
 		// 測試用
162 167
 		// gsap.to(".game__item-start", { duration: 0.5, autoAlpha: 0 });
163 168
 		// gsap.to(".game__item-main", { duration: 0.5, autoAlpha: 0 });
@@ -167,7 +172,7 @@ main = function () {
167 172
 	}
168 173
 
169 174
 	function modalGameItemAni(num) {
170
-		$(".modal-test .modal__game__item:nth-child("+num+") .modal__game__ans").css("display", "flex");
175
+		$(".modal-test .modal__game__item:nth-child(" + num + ") .modal__game__ans").css("display", "flex");
171 176
 	}
172 177
 
173 178
 	// 開始程序
@@ -204,14 +209,14 @@ main = function () {
204 209
 			//元素動態
205 210
 			elementAni();
206 211
 
207
-			$(window).scroll(function(){
212
+			$(window).scroll(function () {
208 213
 				detectScrollSection();
209 214
 				ScrollTrigger.update();
210 215
 			})
211 216
 
212
-			if(!isMobile) {
217
+			if (!isMobile) {
213 218
 				$(".qa__box__scroll").niceScroll({
214
-					cursorcolor: "#2ba4da", // 滾動條的顏色
219
+					cursorcolor: "#2BD7DA", // 滾動條的顏色
215 220
 					cursorwidth: "0.6em", // 滾動條寬度
216 221
 					cursorborder: "1px solid #fff", // 滾動條邊框
217 222
 					cursorborderradius: "5px", // 滾動條圓角
@@ -227,9 +232,9 @@ main = function () {
227 232
 					nativeparentscrolling: false, // 內容於底部時是否讓父級滾動
228 233
 					enablescrollonselection: false,	// 當選擇文本時開啟內容自動滾動
229 234
 				});
230
-			}else {
235
+			} else {
231 236
 				$(".qa__box__scroll").niceScroll({
232
-					cursorcolor: "#2ba4da", // 滾動條的顏色
237
+					cursorcolor: "#2BD7DA", // 滾動條的顏色
233 238
 					cursorwidth: "0.7em", // 滾動條寬度
234 239
 					cursorborder: "1px solid #fff", // 滾動條邊框
235 240
 					cursorborderradius: "5px", // 滾動條圓角
@@ -245,14 +250,16 @@ main = function () {
245 250
 					nativeparentscrolling: false, // 內容於底部時是否讓父級滾動
246 251
 					enablescrollonselection: false,	// 當選擇文本時開啟內容自動滾動
247 252
 				});
248
-				
253
+
249 254
 			}
250 255
 
251
-			setTimeout(()=>{
252
-				gsap.to(".wapper-loading", { duration: 0.3, autoAlpha: 0, onComplete: function(){
253
-					$(".wapper-loading").remove();
254
-				} });
255
-				
256
+			setTimeout(() => {
257
+				gsap.to(".wapper-loading", {
258
+					duration: 0.3, autoAlpha: 0, onComplete: function () {
259
+						$(".wapper-loading").remove();
260
+					}
261
+				});
262
+
256 263
 				$(".qa__box__scroll").getNiceScroll().resize();
257 264
 				gsap.to(".wrapper", { duration: 0.3, autoAlpha: 1 });
258 265
 
@@ -260,7 +267,7 @@ main = function () {
260 267
 				startAni();
261 268
 
262 269
 			}, 500);
263
-	
270
+
264 271
 		}, 500);
265 272
 	}
266 273
 
@@ -335,7 +342,7 @@ main = function () {
335 342
 
336 343
 	// ====================  影片相關  ====================
337 344
 
338
-	function initIframeApi () {
345
+	function initIframeApi() {
339 346
 		return new Promise(resolve => {
340 347
 			var script = document.createElement('script');
341 348
 			script.src = 'https://www.youtube.com/iframe_api';
@@ -351,22 +358,25 @@ main = function () {
351 358
 			console.log("buildUnderstandVideo")
352 359
 			$(`.understand__swiper .swiper-wrapper`).html("");
353 360
 			playerConfigs.forEach((videoData, idx) => {
354
-				if(videoData.category == "understand") {
361
+				if (videoData.category == "understand") {
355 362
 					$(`.understand__swiper .swiper-wrapper`)
356
-					.append(`
363
+						.append(`
357 364
 						<div class="swiper-slide">
358 365
 							<div class="video understand__video ${videoData.category}__video-${idx}">
359 366
 								<div class="video__overlay">
360 367
 									<div class="video__frame"></div>
361
-									<div class="video__icon">
362
-										<img src="./images/video-icon.png" alt="">
368
+									<div class="video__icon-box">
369
+										<div class="video__icon">
370
+											<img src="./images/video-icon.png" alt="">
371
+										</div>
363 372
 										<p>影片播放</p>
373
+										<p class="video__title">${videoData.title}</p>
364 374
 									</div>
365 375
 								</div>
366
-								<div class="video__player">
367
-									<div class="video__yt" id="player_${videoData.category}_${idx}">
376
+								<a href="${videoData.link}" target="_blank">
377
+									<div class="video__player">
368 378
 									</div>
369
-								</div>
379
+								</a>
370 380
 							</div>
371 381
 						</div>
372 382
 					`);
@@ -413,7 +423,7 @@ main = function () {
413 423
 	}
414 424
 
415 425
 	function onLibraryLoaded() {
416
-		setTimeout(()=>{
426
+		setTimeout(() => {
417 427
 			onYouTubeIframeAPIReady();
418 428
 		}, 2500);
419 429
 	}
@@ -451,7 +461,7 @@ main = function () {
451 461
 		}
452 462
 		// // console.log(event.data)
453 463
 		// if (event.data == -1) {
454
-			
464
+
455 465
 		// }
456 466
 	}
457 467
 
@@ -513,7 +523,7 @@ main = function () {
513 523
 				slidesPerView: 2,
514 524
 				centeredSlides: true,
515 525
 				allowTouchMove: true,
516
-				
526
+
517 527
 
518 528
 				// Navigation arrows
519 529
 				navigation: {
@@ -522,23 +532,23 @@ main = function () {
522 532
 				},
523 533
 				on: {
524 534
 					init: function (swiper) {
525
-						
535
+
526 536
 						resetTimelineAni();
527 537
 						currentHistoryIdx = 0;
528
-						setTimeout(()=>{
538
+						setTimeout(() => {
529 539
 							autoPlayHistory(currentHistoryIdx);
530
-						},1000);
540
+						}, 1000);
531 541
 					},
532
-					transitionStart: function(swiper) {
542
+					transitionStart: function (swiper) {
533 543
 						// console.log("transitionStart");
534 544
 						resetTimelineAni();
535 545
 					},
536
-					slideChangeTransitionStart: function(swiper){
546
+					slideChangeTransitionStart: function (swiper) {
537 547
 						// console.log("slideChangeTransitionStart");
538 548
 						timelineAni();
539 549
 					},
540 550
 				},
541
-				breakpoints: { 
551
+				breakpoints: {
542 552
 					992: {
543 553
 						autoplay: false,
544 554
 						centeredSlides: false,
@@ -562,13 +572,13 @@ main = function () {
562 572
 
563 573
 	function autoPlayHistory(idx) {
564 574
 		swiper_history.slideTo(idx, 0)
565
-		if(!isMobile) {
566
-			if(historySlideTl) {
575
+		if (!isMobile) {
576
+			if (historySlideTl) {
567 577
 				clearInterval(historySlideTl);
568 578
 			}
569
-			historySlideTl = setInterval(()=>{
570
-				if(idx < ($(".history .swiper-slide").length-1)) {
571
-					idx+=1;
579
+			historySlideTl = setInterval(() => {
580
+				if (idx < ($(".history .swiper-slide").length - 1)) {
581
+					idx += 1;
572 582
 					swiper_history.slideTo(idx, 0);
573 583
 				}
574 584
 				else {
@@ -582,14 +592,14 @@ main = function () {
582 592
 	}
583 593
 
584 594
 	function resetTimelineAni() {
585
-		if($(window).width() > 992) {
586
-			gsap.set(".swiper-slide:not(.swiper-slide-active) .history__timeline__item", { top:"4.8em", width: "13.5em" })
595
+		if ($(window).width() > 992) {
596
+			gsap.set(".swiper-slide:not(.swiper-slide-active) .history__timeline__item", { top: "4.8em", width: "13.5em" })
587 597
 			gsap.set(".swiper-slide:not(.swiper-slide-active) .history__timeline__year", { top: "-2.5em", left: "-3.3em", width: "7em" })
588 598
 			gsap.set(".swiper-slide:not(.swiper-slide-active) .history__timeline__year h3", { fontSize: "1.7em" }, 0)
589 599
 			gsap.set(".swiper-slide:not(.swiper-slide-active) .history__timeline__branchline", { autoAlpha: 0, height: 0 }, 0)
590 600
 			gsap.set(".swiper-slide:not(.swiper-slide-active) .history__timeline__desc", { autoAlpha: 0, y: "1em" }, 0)
591
-		}else {
592
-			gsap.set(".swiper-slide:not(.swiper-slide-active) .history__timeline__item", { top:"8.09em", width: "16em" })
601
+		} else {
602
+			gsap.set(".swiper-slide:not(.swiper-slide-active) .history__timeline__item", { top: "8.09em", width: "16em" })
593 603
 			gsap.set(".swiper-slide:not(.swiper-slide-active) .history__timeline__year", { top: "-4em", left: "-3.8em", width: "9em" })
594 604
 			gsap.set(".swiper-slide:not(.swiper-slide-active) .history__timeline__year h3", { fontSize: "2.1em" }, 0)
595 605
 			gsap.set(".swiper-slide:not(.swiper-slide-active) .history__timeline__branchline", { autoAlpha: 0, height: 0 }, 0)
@@ -599,30 +609,30 @@ main = function () {
599 609
 	}
600 610
 
601 611
 	function timelineAni() {
602
-		if(activeTimelineTl) {
612
+		if (activeTimelineTl) {
603 613
 			activeTimelineTl.kill();
604 614
 			animation = null;
605 615
 		}
606
-		if($(window).width() > 992) {
616
+		if ($(window).width() > 992) {
607 617
 			activeTimelineTl = gsap.timeline();
608 618
 			activeTimelineTl.to(".swiper-slide-active .history__timeline__item", { duration: 0.3, width: "22em" })
609 619
 			activeTimelineTl.to(".swiper-slide-active .history__timeline__year", { duration: 0.3, left: "1.1em", width: "9.5em" }, 0)
610
-			activeTimelineTl.to(".swiper-slide-active .history__timeline__item", { duration: 0.3, top:0 })
620
+			activeTimelineTl.to(".swiper-slide-active .history__timeline__item", { duration: 0.3, top: 0 })
611 621
 			activeTimelineTl.to(".swiper-slide-active .history__timeline__branchline", { duration: 0.5, height: "7.5em", autoAlpha: 1 }, 0.3)
612 622
 			activeTimelineTl.to(".swiper-slide-active .history__timeline__year", { duration: 0.3, top: "-1.5em" }, 0.3)
613 623
 			activeTimelineTl.to(".swiper-slide-active .history__timeline__year h3", { duration: 0.3, fontSize: "2.4em" }, "-=0.4")
614 624
 			activeTimelineTl.to(".swiper-slide-active .history__timeline__desc", { duration: 0.3, autoAlpha: 1, y: 0 }, "-=0.1")
615
-		}else {
625
+		} else {
616 626
 			activeTimelineTl = gsap.timeline();
617 627
 			activeTimelineTl.to(".swiper-slide-active .history__timeline__item", { duration: 0.3, width: "31em" })
618 628
 			activeTimelineTl.to(".swiper-slide-active .history__timeline__year", { duration: 0.3, left: "2em", width: "13.5em" }, 0)
619
-			activeTimelineTl.to(".swiper-slide-active .history__timeline__item", { duration: 0.3, top:0 })
629
+			activeTimelineTl.to(".swiper-slide-active .history__timeline__item", { duration: 0.3, top: 0 })
620 630
 			activeTimelineTl.to(".swiper-slide-active .history__timeline__branchline", { duration: 0.5, height: "11.5em", autoAlpha: 1 }, 0.3)
621 631
 			activeTimelineTl.to(".swiper-slide-active .history__timeline__year", { duration: 0.3, top: "-1.8em" }, 0.3)
622 632
 			activeTimelineTl.to(".swiper-slide-active .history__timeline__year h3", { duration: 0.3, fontSize: "3.4em" }, "-=0.4")
623 633
 			activeTimelineTl.to(".swiper-slide-active .history__timeline__desc", { duration: 0.3, autoAlpha: 1, y: 0 }, "-=0.1")
624 634
 		}
625
-		
635
+
626 636
 	}
627 637
 
628 638
 	// ====================  滑動動態  ====================
@@ -637,7 +647,7 @@ main = function () {
637 647
 		gsap.set(".research .container", { y: 50, autoAlpha: 0 });
638 648
 		gsap.set(".research .research__item", { autoAlpha: 0 });
639 649
 		gsap.set(".qa .copywriting", { y: 50, autoAlpha: 0 });
640
-		gsap.set(".qa .qa__desc", { y: 50, autoAlpha: 0 });
650
+		gsap.set(".qa .qa__desc", { y: 0, autoAlpha: 0 });
641 651
 		gsap.set(".qa .qa__keypoint h3", { y: 50, autoAlpha: 0 });
642 652
 		gsap.set(".moreref .container", { y: 50, autoAlpha: 0 });
643 653
 		gsap.set(".qa .qa__keypoint__item:nth-child(1)", { x: 100, autoAlpha: 0 });
@@ -645,7 +655,7 @@ main = function () {
645 655
 	}
646 656
 
647 657
 	function startAni() {
648
-		if(!isMobile) {
658
+		if (!isMobile) {
649 659
 			gsap.to(".expert__video", {
650 660
 				duration: 1,
651 661
 				y: 0,
@@ -658,7 +668,7 @@ main = function () {
658 668
 				autoAlpha: 1,
659 669
 				delay: 0.6,
660 670
 			});
661
-		}else {
671
+		} else {
662 672
 			gsap.to(".expert__video", {
663 673
 				duration: 1,
664 674
 				y: 0,
@@ -739,7 +749,7 @@ main = function () {
739 749
 			},
740 750
 			duration: 0.3,
741 751
 			autoAlpha: 1,
742
-			y:0
752
+			y: 0
743 753
 		});
744 754
 
745 755
 		gsap.to(".qa .qa__desc", {
@@ -751,7 +761,7 @@ main = function () {
751 761
 			},
752 762
 			duration: 0.3,
753 763
 			autoAlpha: 1,
754
-			y:0
764
+			y: 0
755 765
 		});
756 766
 
757 767
 		gsap.to(".qa .qa__keypoint h3", {
@@ -763,7 +773,7 @@ main = function () {
763 773
 			},
764 774
 			duration: 0.3,
765 775
 			autoAlpha: 1,
766
-			y:0
776
+			y: 0
767 777
 		});
768 778
 
769 779
 		gsap.to(".qa .qa__keypoint__item:nth-child(1)", {
@@ -806,13 +816,13 @@ main = function () {
806 816
 	function scrollToSection() {
807 817
 		$(".header__nav__item[href^='https://event.leecy.org.tw/mrna']").on("click", function (e) {
808 818
 			e.preventDefault();
809
-			let anchor  =  $(this).data("anchor");
819
+			let anchor = $(this).data("anchor");
810 820
 
811 821
 			let target = "#" + anchor;
812 822
 			console.log("target: " + target);
813 823
 
814 824
 			$(".header__nav__item").removeClass("active");
815
-			$(".header__nav__item-"+anchor).addClass("active");
825
+			$(".header__nav__item-" + anchor).addClass("active");
816 826
 
817 827
 			$("html, body").animate({
818 828
 				scrollTop: $(target).offset().top - $(".header").outerHeight() - 50,
@@ -827,28 +837,28 @@ main = function () {
827 837
 	// 偵測滾動到哪一個section
828 838
 	function detectScrollSection() {
829 839
 
830
-			const scrollPosition = !isMobile ? $(window).scrollTop() + headerH : $(window).scrollTop();
831
-			const windowH = $(window).height();
832
-			const bodyH = $("body").height();
833
-			let tempId = null;
834
-			let isBlankSpace = true;
840
+		const scrollPosition = !isMobile ? $(window).scrollTop() + headerH : $(window).scrollTop();
841
+		const windowH = $(window).height();
842
+		const bodyH = $("body").height();
843
+		let tempId = null;
844
+		let isBlankSpace = true;
835 845
 
836
-			// console.log("windowH: "+windowH);
837
-			// console.log("bodyH: "+bodyH);
838
-			// console.log("scrollPosition: "+scrollPosition);
839
-			// console.log("headerH: "+headerH);
846
+		// console.log("windowH: "+windowH);
847
+		// console.log("bodyH: "+bodyH);
848
+		// console.log("scrollPosition: "+scrollPosition);
849
+		// console.log("headerH: "+headerH);
840 850
 
841
-		if(scrollPosition < (bodyH - windowH)) {
842
-			section.each(function(idx, section) {
851
+		if (scrollPosition < (bodyH - windowH)) {
852
+			section.each(function (idx, section) {
843 853
 				const sectionTop = $(section).offset().top;
844 854
 				const sectionBottom = sectionTop + $(section).height();
845 855
 				const sectionH = $(section).outerHeight();
846 856
 				let tempBlankSpace = (windowH - sectionH) / 2
847
-				if(tempBlankSpace < 0 && !isMobile) {
857
+				if (tempBlankSpace < 0 && !isMobile) {
848 858
 					isBlankSpace = false
849 859
 				}
850 860
 
851
-				if(isMobile) {
861
+				if (isMobile) {
852 862
 					isBlankSpace = false
853 863
 				}
854 864
 
@@ -857,35 +867,35 @@ main = function () {
857 867
 				// console.log("isBlankSpace: "+isBlankSpace)
858 868
 				// console.log("blankSpace: "+blankSpace)
859 869
 
860
-				
861
-				if(scrollPosition >= (sectionTop - blankSpace) && scrollPosition < (sectionBottom - blankSpace))  {
870
+
871
+				if (scrollPosition >= (sectionTop - blankSpace) && scrollPosition < (sectionBottom - blankSpace)) {
862 872
 					// console.log("blankSpace: "+blankSpace)
863 873
 					tempId = section.id;
864
-					if(tempId === "history") {
874
+					if (tempId === "history") {
865 875
 						tempId = "understand";
866 876
 					}
867
-					if(currentId !== tempId) {
877
+					if (currentId !== tempId) {
868 878
 						currentId = tempId;
869 879
 						// console.log("focus: "+currentId);
870 880
 						$(".header__nav__item").removeClass("active");
871
-						$(".header__nav__item-"+currentId).addClass("active");
881
+						$(".header__nav__item-" + currentId).addClass("active");
872 882
 					}
873 883
 				}
874
-				
884
+
875 885
 
876 886
 			});
877 887
 
878
-		}else {
888
+		} else {
879 889
 			tempId = "moreref";
880
-			if(currentId !== tempId) {
890
+			if (currentId !== tempId) {
881 891
 				currentId = tempId;
882
-				console.log("focus: "+currentId);
892
+				console.log("focus: " + currentId);
883 893
 				$(".header__nav__item").removeClass("active");
884
-				$(".header__nav__item-"+currentId).addClass("active");
894
+				$(".header__nav__item-" + currentId).addClass("active");
885 895
 			}
886 896
 		}
887 897
 
888
-		
898
+
889 899
 	}
890 900
 
891 901
 	{