-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathambassador.html
466 lines (398 loc) · 38.7 KB
/
ambassador.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
<q></q><!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Page Title -->
<title>アンバサダー - Snowcookie AIスマートスキーシステム</title>
<meta name="description" content="スキー上達を加速し、楽しみ方をアップグレードする、3Dスキートラッカー" />
<!-- Compressed Styles -->
<link href="css/slides.min.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<!-- Custom Styles -->
<!-- <link href="css/custom.css" rel="stylesheet" type="text/css"> -->
<!-- jQuery 3.3.1 -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Compressed Scripts -->
<script src="js/slides.min.js" type="text/javascript"></script>
<!-- Custom Scripts -->
<!-- <script src="js/custom.js" type="text/javascript"></script> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124745798-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124745798-1');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=‘2.0’;
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,‘script’,
’https://connect.facebook.net/en_US/fbevents.js');
fbq(‘init’, ‘342931629784701’);
fbq(‘track’, ‘PageView’);
</script>
<noscript><img height=“1” width=“1" style=“display:none”
src=“https://www.facebook.com/tr?id=342931629784701&ev=PageView&noscript=1
https://www.facebook.com/tr?id=342931629784701&ev=PageView&noscript=1
"
/></noscript>
<!-- End Facebook Pixel Code -->
<!-- Fonts and Material Icons -->
<link rel="stylesheet" as="font" href="https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,800|Montserrat:200|Montserrat:400|Material+Icons"/>
<style type="text/css">
.slides,
.slides p {
font-family: 'Montserrat', sans-serif;
font-weight: 300;
}
.slides h1,
.slides h2,
.slides h3,
.slides h4,
.slides h5,
.slides h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 200;
}
.slides .button,
.slides .slides-form {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
</style>
</head>
<body class="slides noPreload animated">
<!-- SVG Library -->
<svg xmlns="http://www.w3.org/2000/svg" style="display:none">
<symbol id="logo" viewBox="0 0 429.5 104.7"><title>Snowcookie</title><g>
<path d="M52.3,0C23.4,0,0,23.4,0,52.3c0,28.9,23.4,52.3,52.3,52.3c28.9,0,52.3-23.4,52.3-52.3C104.7,23.4,81.2,0,52.3,0z
M85.4,43.7l-0.1,0.6l-0.2,0.5l-0.4,0.4l-0.1,0.1l-2.1,1.2l-2.2,1.2l-0.6,0.2h-0.6l-0.5-0.2l-1.7-0.9h-0.1l-0.4-0.2h-0.7l-0.7,0.2
l-0.1,0.1l-0.1,0.1l-0.4,0.2l-1.7,1l-1.1,0.7l-0.1,0.1l-0.4,0.4l-0.3,0.5l-0.2,0.7v0.1v3.8l0.1,0.7l0.3,0.6l0.5,0.4l0.1,0.1
l0.1,0.1l0.5,0.3l2,1.1l0.8,0.5l0.1,0.1l0.5,0.2h0.7l0.4-0.1l0.4-0.2L77,58l0.4-0.2l1.1-0.7l0.6-0.2h0.6l0.6,0.2l2.2,1.2l2.1,1.2
l0.5,0.4l0.2,0.3l0.1,0.3l0.1,0.5v9.1l-0.1,0.5l-0.2,0.5l-0.3,0.4l-0.3,0.2l-1.9,1.1l-2,1.1l-2,1.1l-2.1,1.1L76,76.4h-0.6l-0.6-0.2
l-0.1-0.1L72.6,75l-2.2-1.3L70,73.3l-0.3-0.6l-0.1-0.6v-2l-0.1-0.4l-0.3-0.6l-0.5-0.5l-0.1-0.1l-0.1-0.1L68,68.3l-1.7-1l-1.1-0.7
l-0.1-0.1l-0.6-0.2h-0.6l-0.7,0.2l-0.1,0.1l-3.4,1.9L59.3,69l-0.3,0.6l-0.1,0.6v0.1v3.9v0.1l0.1,0.5l0.3,0.6l0.3,0.3l0.3,0.2
l0.1,0.1l0.4,0.2l1.1,0.7l0.5,0.4l0.3,0.5l0.1,0.6v4.9l-0.1,0.6L62,84.2l-0.2,0.3l-0.4,0.3l-2,1.1l-2,1.1l-2,1.1l-2,1.1l-0.4,0.2
h-0.5l-0.4,0l-0.4-0.2l-1.9-1.1l-2-1.1l-2-1.1l-2.1-1.1l-0.4-0.4L42.9,84l-0.1-0.6v-5l0.1-0.6l0.3-0.5l0.4-0.4l1.6-0.9l0.1-0.1
l0.3-0.3l0.4-0.6l0.2-0.7v-0.1v-4l-0.1-0.6L45.8,69l-0.5-0.5l-0.1-0.1l-3.4-1.9l-0.1-0.1l-0.7-0.2h-0.6l-0.6,0.2l-0.1,0.1l-1.1,0.7
l-1.7,1l-0.4,0.2l-0.1,0.1l-0.1,0.1l-0.5,0.5l-0.3,0.6l-0.1,0.4v2l-0.1,0.6L35,73.3l-0.5,0.4l-2.2,1.2l-2.1,1.2l-0.1,0.1l-0.6,0.2
H29l-0.5-0.2L26.4,75l-2-1.1l-2-1.1l-1.9-1.1l-0.3-0.2L19.8,71l-0.2-0.5l-0.1-0.5v-9.2l0.1-0.5l0.1-0.3l0.2-0.3l0.5-0.4l2.1-1.2
l2.2-1.2l0.6-0.2h0.6l0.6,0.2l1.1,0.7l0.4,0.2l0.1,0.1l0.4,0.2l0.4,0.1h0.7l0.6-0.2l0.1-0.1l0.8-0.5l2-1.1l0.5-0.3l0.1-0.1l0.1-0.1
l0.5-0.4l0.3-0.6l0.1-0.7v-4l-0.2-0.7l-0.3-0.5l-0.4-0.4l-0.1-0.1L32.5,48l-1.7-1l-0.5-0.3l-0.1-0.1l-0.1-0.1l-0.7-0.2h-0.7
l-0.4,0.2h-0.1l-1.7,0.9L26,47.7h-0.6l-0.6-0.2l-2.2-1.2l-2.1-1.2L20.3,45l-0.4-0.4l-0.2-0.5l-0.1-0.6v-9v-0.4l0.2-0.4l0.3-0.4
l0.4-0.3l2-1.1l2-1.1l2-1.1l2-1.1l0.5-0.2h0.3h0.3l0.6,0.2l2.1,1.1l2.2,1.2l0.5,0.4l0.3,0.5l0.1,0.6v1.9v0.4l0.1,0.4l0.4,0.6
l0.4,0.3l0.1,0.1l0.8,0.5l2,1.1l0.5,0.3l0.1,0.1h0.1l0.6,0.2h0.7l0.6-0.2l3.4-1.9l0.1-0.1l0.5-0.4l0.3-0.5l0.1-0.6v-4.2l-0.2-0.7
L45.7,29l-0.3-0.2l-0.1-0.1l-1.7-1l-0.4-0.4l-0.3-0.5l-0.1-0.6v-4.9v-0.2l0.1-0.6l0.3-0.5l0.4-0.4l2.1-1.1l2-1.1l2-1.1l1.9-1.1
l0.4-0.2l0.5-0.1h0.5l0.4,0.2l2,1.1l2,1.1l2,1.2l2,1.1l0.4,0.3l0.2,0.3l0.1,0.3l0.1,0.6v4.9l-0.1,0.6l-0.3,0.5l-0.5,0.4l-1.1,0.7
l-0.4,0.2l-0.1,0.1l-0.3,0.2l-0.3,0.3l-0.3,0.6l-0.1,0.5v0.1v4l0.1,0.6l0.3,0.6l0.5,0.4l3.4,1.9l0.6,0.2h0.7l0.6-0.2h0.1l0.1-0.1
l0.5-0.3l2-1.1l0.8-0.5l0.1-0.1l0.4-0.3l0.4-0.6l0.1-0.4v-0.4v-1.9l0.1-0.6l0.3-0.5l0.5-0.4l2.2-1.2l2.1-1.2l0.6-0.2h0.3H76
l0.5,0.2l2,1.1l2,1.1l2,1.1l2,1.1l0.4,0.3l0.3,0.4l0.2,0.4v0.4l0.1,2.3V43.7z"/>
<path d="M126.8,46c0-2.5,2.3-3.6,5.4-3.6c2.6,0.1,5.2,0.8,7.4,2.2l1.6-3.2c-2.6-1.7-5.6-2.5-8.7-2.5c-5,0-9.5,2.2-9.5,7.4
c-0.1,9.7,15.3,6.3,15.1,12.9c-0.1,2.7-2.7,3.9-5.9,3.9c-3.4,0-6.6-1.3-9.1-3.5l-1.6,3.1c2.9,2.5,6.6,3.9,10.5,3.8
c5.2,0,10-2.4,10-7.8C142.1,49,126.8,52.1,126.8,46z"/>
<path d="M161.9,38.9c-5,0.1-8.7,2-10.6,6.2v-6h-4.1v27.4h4.1V51.7c0.5-5.2,3.8-8.8,9.2-8.8c4.8,0,7.8,2.9,7.8,7.7v15.8h4.1V49.5
C172.3,42.9,168.4,38.8,161.9,38.9z"/>
<path d="M191.2,38.9c-8.1,0-13.9,5.6-13.9,13.8s5.7,13.9,13.9,13.9c8.1,0,13.9-5.7,13.9-13.9C205.1,44.5,199.3,38.9,191.2,38.9z
M191.2,62.9c-5.7,0-9.8-4.2-9.8-10.2l0,0.1c0-6,4.1-10.2,9.8-10.2c5.7,0,9.8,4.1,9.8,10.1C201,58.7,196.9,62.9,191.2,62.9z"/>
<polygon points="238.4,62.2 230.3,39 226,39 218,62.2 209.9,39 205.7,39 215.9,66.4 220.2,66.4 228.2,44.2 236.2,66.4 240.5,66.4
250.6,39 246.4,39 "/>
<path d="M264.8,62.9c-5.7,0-9.7-4.1-9.7-10.1c0-6,4.1-10.1,9.7-10.1c3-0.1,6,1.1,8.2,3.2l2.2-2.9c-2.8-2.8-6.6-4.3-10.6-4.1
c-8,0-13.6,5.6-13.6,13.8s5.6,13.8,13.6,13.8c4.2,0.2,8.2-1.6,11-4.7l-2.3-2.5C271.1,61.8,268,63.1,264.8,62.9z"/>
<path d="M291.9,38.9c-8.1,0-13.9,5.5-13.9,13.8s5.8,13.9,13.9,13.9c8.1,0,13.9-5.7,13.9-13.9C305.8,44.5,300,38.9,291.9,38.9z
M291.9,62.9c-5.7,0-9.8-4.1-9.8-10.2c0-6,4.1-10.1,9.8-10.1c5.7,0,9.8,4.1,9.8,10.1C301.7,58.7,297.6,62.9,291.9,62.9z"/>
<path d="M323.1,38.9c-8.1,0-13.9,5.5-13.9,13.8s5.8,13.9,13.9,13.9c8.1,0,13.9-5.7,13.9-13.9C336.9,44.5,331.2,38.9,323.1,38.9z
M323.1,62.9c-5.7,0-9.8-4.2-9.8-10.2l0,0.1c0-6,4.1-10.2,9.8-10.2c5.7,0,9.8,4.1,9.8,10.1C332.9,58.7,328.8,62.9,323.1,62.9z"/>
<polygon points="365.5,39 360.7,39 346.6,53.1 346.6,27.8 342.6,27.8 342.6,66.5 346.7,66.5 346.7,58.6 352.4,52.7 361.8,66.5
366.6,66.5 355.3,49.6 "/>
<rect x="370.5" y="39" width="4" height="27.4"/>
<path d="M372.5,28.4c-1.4,0-2.6,1.1-2.6,2.5c-0.1,1.5,1,2.7,2.5,2.8c1.5,0.1,2.7-1,2.8-2.5c0,0,0-0.1,0-0.1
C375.2,29.6,374,28.4,372.5,28.4z"/>
<path d="M393.6,38.9c-8,0-13.6,5.6-13.6,13.8s5.6,13.8,13.6,13.8c4.2,0.1,8.2-1.5,11-4.6l-2.2-2.4c-2.2,2.3-5.3,3.5-8.5,3.4
c-5.1,0.2-9.5-3.6-9.9-8.7h22.4C406.8,45,402.4,38.8,393.6,38.9z M384,51c0.4-5,4.6-8.8,9.6-8.6c5.4,0,8.9,3.3,9.2,8.6H384z"/>
<path d="M418.3,28.4c-5.7,0-10.3,4.6-10.3,10.3c0,5.7,4.6,10.3,10.3,10.3c5.7,0,10.3-4.6,10.3-10.3v0C428.6,33,424,28.4,418.3,28.4
z M426.9,38.7c0,0.1,0,0.1,0,0.2c-0.1,4.7-3.9,8.4-8.5,8.3c-4.7,0-8.5-3.9-8.5-8.6c0-4.7,3.8-8.5,8.6-8.5
C423.1,30.1,426.9,34,426.9,38.7L426.9,38.7z"/>
<path d="M422.8,36.8c0-2.2-1.5-3.5-4.1-3.5h-4.1v10.2h1.7v-3.1h2.8l1.9,3.1h2l-2.4-3.4C422,39.6,422.9,38.3,422.8,36.8z M418.6,39
h-2.4v-4.2h2.4c1.6,0,2.5,0.7,2.5,2.1C421.1,38.2,420.2,39,418.6,39z"/>
</g></symbol>
<symbol id="logo-icon" viewBox="0 0 430 112"><title>Snowcookie</title><g>
<path d="M52.3,0C23.4,0,0,23.4,0,52.3c0,28.9,23.4,52.3,52.3,52.3c28.9,0,52.3-23.4,52.3-52.3C104.7,23.4,81.2,0,52.3,0z
M85.4,43.7l-0.1,0.6l-0.2,0.5l-0.4,0.4l-0.1,0.1l-2.1,1.2l-2.2,1.2l-0.6,0.2h-0.6l-0.5-0.2l-1.7-0.9h-0.1l-0.4-0.2h-0.7l-0.7,0.2
l-0.1,0.1l-0.1,0.1l-0.4,0.2l-1.7,1l-1.1,0.7l-0.1,0.1l-0.4,0.4l-0.3,0.5l-0.2,0.7v0.1v3.8l0.1,0.7l0.3,0.6l0.5,0.4l0.1,0.1
l0.1,0.1l0.5,0.3l2,1.1l0.8,0.5l0.1,0.1l0.5,0.2h0.7l0.4-0.1l0.4-0.2L77,58l0.4-0.2l1.1-0.7l0.6-0.2h0.6l0.6,0.2l2.2,1.2l2.1,1.2
l0.5,0.4l0.2,0.3l0.1,0.3l0.1,0.5v9.1l-0.1,0.5l-0.2,0.5l-0.3,0.4l-0.3,0.2l-1.9,1.1l-2,1.1l-2,1.1l-2.1,1.1L76,76.4h-0.6l-0.6-0.2
l-0.1-0.1L72.6,75l-2.2-1.3L70,73.3l-0.3-0.6l-0.1-0.6v-2l-0.1-0.4l-0.3-0.6l-0.5-0.5l-0.1-0.1l-0.1-0.1L68,68.3l-1.7-1l-1.1-0.7
l-0.1-0.1l-0.6-0.2h-0.6l-0.7,0.2l-0.1,0.1l-3.4,1.9L59.3,69l-0.3,0.6l-0.1,0.6v0.1v3.9v0.1l0.1,0.5l0.3,0.6l0.3,0.3l0.3,0.2
l0.1,0.1l0.4,0.2l1.1,0.7l0.5,0.4l0.3,0.5l0.1,0.6v4.9l-0.1,0.6L62,84.2l-0.2,0.3l-0.4,0.3l-2,1.1l-2,1.1l-2,1.1l-2,1.1l-0.4,0.2
h-0.5l-0.4,0l-0.4-0.2l-1.9-1.1l-2-1.1l-2-1.1l-2.1-1.1l-0.4-0.4L42.9,84l-0.1-0.6v-5l0.1-0.6l0.3-0.5l0.4-0.4l1.6-0.9l0.1-0.1
l0.3-0.3l0.4-0.6l0.2-0.7v-0.1v-4l-0.1-0.6L45.8,69l-0.5-0.5l-0.1-0.1l-3.4-1.9l-0.1-0.1l-0.7-0.2h-0.6l-0.6,0.2l-0.1,0.1l-1.1,0.7
l-1.7,1l-0.4,0.2l-0.1,0.1l-0.1,0.1l-0.5,0.5l-0.3,0.6l-0.1,0.4v2l-0.1,0.6L35,73.3l-0.5,0.4l-2.2,1.2l-2.1,1.2l-0.1,0.1l-0.6,0.2
H29l-0.5-0.2L26.4,75l-2-1.1l-2-1.1l-1.9-1.1l-0.3-0.2L19.8,71l-0.2-0.5l-0.1-0.5v-9.2l0.1-0.5l0.1-0.3l0.2-0.3l0.5-0.4l2.1-1.2
l2.2-1.2l0.6-0.2h0.6l0.6,0.2l1.1,0.7l0.4,0.2l0.1,0.1l0.4,0.2l0.4,0.1h0.7l0.6-0.2l0.1-0.1l0.8-0.5l2-1.1l0.5-0.3l0.1-0.1l0.1-0.1
l0.5-0.4l0.3-0.6l0.1-0.7v-4l-0.2-0.7l-0.3-0.5l-0.4-0.4l-0.1-0.1L32.5,48l-1.7-1l-0.5-0.3l-0.1-0.1l-0.1-0.1l-0.7-0.2h-0.7
l-0.4,0.2h-0.1l-1.7,0.9L26,47.7h-0.6l-0.6-0.2l-2.2-1.2l-2.1-1.2L20.3,45l-0.4-0.4l-0.2-0.5l-0.1-0.6v-9v-0.4l0.2-0.4l0.3-0.4
l0.4-0.3l2-1.1l2-1.1l2-1.1l2-1.1l0.5-0.2h0.3h0.3l0.6,0.2l2.1,1.1l2.2,1.2l0.5,0.4l0.3,0.5l0.1,0.6v1.9v0.4l0.1,0.4l0.4,0.6
l0.4,0.3l0.1,0.1l0.8,0.5l2,1.1l0.5,0.3l0.1,0.1h0.1l0.6,0.2h0.7l0.6-0.2l3.4-1.9l0.1-0.1l0.5-0.4l0.3-0.5l0.1-0.6v-4.2l-0.2-0.7
L45.7,29l-0.3-0.2l-0.1-0.1l-1.7-1l-0.4-0.4l-0.3-0.5l-0.1-0.6v-4.9v-0.2l0.1-0.6l0.3-0.5l0.4-0.4l2.1-1.1l2-1.1l2-1.1l1.9-1.1
l0.4-0.2l0.5-0.1h0.5l0.4,0.2l2,1.1l2,1.1l2,1.2l2,1.1l0.4,0.3l0.2,0.3l0.1,0.3l0.1,0.6v4.9l-0.1,0.6l-0.3,0.5l-0.5,0.4l-1.1,0.7
l-0.4,0.2l-0.1,0.1l-0.3,0.2l-0.3,0.3l-0.3,0.6l-0.1,0.5v0.1v4l0.1,0.6l0.3,0.6l0.5,0.4l3.4,1.9l0.6,0.2h0.7l0.6-0.2h0.1l0.1-0.1
l0.5-0.3l2-1.1l0.8-0.5l0.1-0.1l0.4-0.3l0.4-0.6l0.1-0.4v-0.4v-1.9l0.1-0.6l0.3-0.5l0.5-0.4l2.2-1.2l2.1-1.2l0.6-0.2h0.3H76
l0.5,0.2l2,1.1l2,1.1l2,1.1l2,1.1l0.4,0.3l0.3,0.4l0.2,0.4v0.4l0.1,2.3V43.7z"/>
<path d="M126.8,46c0-2.5,2.3-3.6,5.4-3.6c2.6,0.1,5.2,0.8,7.4,2.2l1.6-3.2c-2.6-1.7-5.6-2.5-8.7-2.5c-5,0-9.5,2.2-9.5,7.4
c-0.1,9.7,15.3,6.3,15.1,12.9c-0.1,2.7-2.7,3.9-5.9,3.9c-3.4,0-6.6-1.3-9.1-3.5l-1.6,3.1c2.9,2.5,6.6,3.9,10.5,3.8
c5.2,0,10-2.4,10-7.8C142.1,49,126.8,52.1,126.8,46z"/>
<path d="M161.9,38.9c-5,0.1-8.7,2-10.6,6.2v-6h-4.1v27.4h4.1V51.7c0.5-5.2,3.8-8.8,9.2-8.8c4.8,0,7.8,2.9,7.8,7.7v15.8h4.1V49.5
C172.3,42.9,168.4,38.8,161.9,38.9z"/>
<path d="M191.2,38.9c-8.1,0-13.9,5.6-13.9,13.8s5.7,13.9,13.9,13.9c8.1,0,13.9-5.7,13.9-13.9C205.1,44.5,199.3,38.9,191.2,38.9z
M191.2,62.9c-5.7,0-9.8-4.2-9.8-10.2l0,0.1c0-6,4.1-10.2,9.8-10.2c5.7,0,9.8,4.1,9.8,10.1C201,58.7,196.9,62.9,191.2,62.9z"/>
<polygon points="238.4,62.2 230.3,39 226,39 218,62.2 209.9,39 205.7,39 215.9,66.4 220.2,66.4 228.2,44.2 236.2,66.4 240.5,66.4
250.6,39 246.4,39 "/>
<path d="M264.8,62.9c-5.7,0-9.7-4.1-9.7-10.1c0-6,4.1-10.1,9.7-10.1c3-0.1,6,1.1,8.2,3.2l2.2-2.9c-2.8-2.8-6.6-4.3-10.6-4.1
c-8,0-13.6,5.6-13.6,13.8s5.6,13.8,13.6,13.8c4.2,0.2,8.2-1.6,11-4.7l-2.3-2.5C271.1,61.8,268,63.1,264.8,62.9z"/>
<path d="M291.9,38.9c-8.1,0-13.9,5.5-13.9,13.8s5.8,13.9,13.9,13.9c8.1,0,13.9-5.7,13.9-13.9C305.8,44.5,300,38.9,291.9,38.9z
M291.9,62.9c-5.7,0-9.8-4.1-9.8-10.2c0-6,4.1-10.1,9.8-10.1c5.7,0,9.8,4.1,9.8,10.1C301.7,58.7,297.6,62.9,291.9,62.9z"/>
<path d="M323.1,38.9c-8.1,0-13.9,5.5-13.9,13.8s5.8,13.9,13.9,13.9c8.1,0,13.9-5.7,13.9-13.9C336.9,44.5,331.2,38.9,323.1,38.9z
M323.1,62.9c-5.7,0-9.8-4.2-9.8-10.2l0,0.1c0-6,4.1-10.2,9.8-10.2c5.7,0,9.8,4.1,9.8,10.1C332.9,58.7,328.8,62.9,323.1,62.9z"/>
<polygon points="365.5,39 360.7,39 346.6,53.1 346.6,27.8 342.6,27.8 342.6,66.5 346.7,66.5 346.7,58.6 352.4,52.7 361.8,66.5
366.6,66.5 355.3,49.6 "/>
<rect x="370.5" y="39" width="4" height="27.4"/>
<path d="M372.5,28.4c-1.4,0-2.6,1.1-2.6,2.5c-0.1,1.5,1,2.7,2.5,2.8c1.5,0.1,2.7-1,2.8-2.5c0,0,0-0.1,0-0.1
C375.2,29.6,374,28.4,372.5,28.4z"/>
<path d="M393.6,38.9c-8,0-13.6,5.6-13.6,13.8s5.6,13.8,13.6,13.8c4.2,0.1,8.2-1.5,11-4.6l-2.2-2.4c-2.2,2.3-5.3,3.5-8.5,3.4
c-5.1,0.2-9.5-3.6-9.9-8.7h22.4C406.8,45,402.4,38.8,393.6,38.9z M384,51c0.4-5,4.6-8.8,9.6-8.6c5.4,0,8.9,3.3,9.2,8.6H384z"/>
<path d="M418.3,28.4c-5.7,0-10.3,4.6-10.3,10.3c0,5.7,4.6,10.3,10.3,10.3c5.7,0,10.3-4.6,10.3-10.3v0C428.6,33,424,28.4,418.3,28.4
z M426.9,38.7c0,0.1,0,0.1,0,0.2c-0.1,4.7-3.9,8.4-8.5,8.3c-4.7,0-8.5-3.9-8.5-8.6c0-4.7,3.8-8.5,8.6-8.5
C423.1,30.1,426.9,34,426.9,38.7L426.9,38.7z"/>
<path d="M422.8,36.8c0-2.2-1.5-3.5-4.1-3.5h-4.1v10.2h1.7v-3.1h2.8l1.9,3.1h2l-2.4-3.4C422,39.6,422.9,38.3,422.8,36.8z M418.6,39
h-2.4v-4.2h2.4c1.6,0,2.5,0.7,2.5,2.1C421.1,38.2,420.2,39,418.6,39z"/>
</g></symbol>
<symbol id="close" viewBox="0 0 30 30"><path d="M15 0c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.7-15-15-15zm5.7 19.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3s-.5-.1-.7-.3l-4.3-4.3-4.3 4.3c-.2.2-.4.3-.7.3s-.5-.1-.7-.3c-.4-.4-.4-1 0-1.4l4.3-4.3-4.3-4.3c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l4.3 4.3 4.3-4.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-4.3 4.3 4.3 4.3z"/></symbol>
<symbol id="close-small" viewBox="0 0 11 11"><path d="M6.914 5.5l3.793-3.793c.391-.391.391-1.023 0-1.414s-1.023-.391-1.414 0l-3.793 3.793-3.793-3.793c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414l3.793 3.793-3.793 3.793c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293s.512-.098.707-.293l3.793-3.793 3.793 3.793c.195.195.451.293.707.293s.512-.098.707-.293c.391-.391.391-1.023 0-1.414l-3.793-3.793z"/></symbol>
<symbol id="arrow-left" viewBox="0 0 29 56"><path d="M28.7.3c.4.4.4 1 0 1.4l-26.3 26.3 26.3 26.3c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-27-27c-.4-.4-.4-1 0-1.4l27-27c.3-.3 1-.4 1.4 0z"/></symbol>
<symbol id="arrow-right" viewBox="0 0 29 56"><path d="M.3 55.7c-.4-.4-.4-1 0-1.4l26.3-26.3-26.3-26.3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l27 27c.4.4.4 1 0 1.4l-27 27c-.3.3-1 .4-1.4 0z"/></symbol>
<symbol id="back" viewBox="0 0 20 20"><path d="M2.3 10.7l5 5c.4.4 1 .4 1.4 0s.4-1 0-1.4l-3.3-3.3h11.6c.6 0 1-.4 1-1s-.4-1-1-1h-11.6l3.3-3.3c.4-.4.4-1 0-1.4-.2-.2-.4-.3-.7-.3s-.5.1-.7.3l-5 5c-.2.2-.3.5-.3.7 0 .2.1.5.3.7z"/></symbol>
<symbol id="menu" viewBox="0 0 18 18"><path d="M16 5h-14c-.6 0-1-.4-1-1 0-.5.4-1 1-1h14c.5 0 1 .4 1 1s-.4 1-1 1zm-14 5h14c.5 0 1-.4 1-1 0-.5-.4-1-1-1h-14c-.6 0-1 .4-1 1s.4 1 1 1zm14 3h-14c-.5 0-1 .4-1 1 0 .5.4 1 1 1h14c.5 0 1-.4 1-1s-.4-1-1-1z"/></symbol>
<symbol id="share" viewBox="0 0 18 18"><path d="M16 8c-.6 0-1 .4-1 1v6h-12v-6c0-.6-.4-1-1-1s-1 .4-1 1v6c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-6c0-.6-.4-1-1-1zm-2.3-2.3c.4-.4.4-1 0-1.4l-4-4c-.4-.4-1-.4-1.4 0l-4 4c-.4.4-.4 1 0 1.4s1 .4 1.4 0l2.3-2.3v7.6c0 .6.4 1 1 1s1-.4 1-1v-7.6l2.3 2.3c.4.4 1 .4 1.4 0z"/></symbol>
<symbol id="arrow-down" viewBox="0 0 24 24"><path d="M12 18c-.2 0-.5-.1-.7-.3l-11-10c-.4-.4-.4-1-.1-1.4.4-.4 1-.4 1.4-.1l10.4 9.4 10.3-9.4c.4-.4 1-.3 1.4.1.4.4.3 1-.1 1.4l-11 10c-.1.2-.4.3-.6.3z"/></symbol>
<symbol id="arrow-up" viewBox="0 0 24 24"><path d="M11.9 5.9c.2 0 .5.1.7.3l11 10c.4.4.4 1 .1 1.4-.4.4-1 .4-1.4.1l-10.4-9.4-10.3 9.4c-.4.4-1 .3-1.4-.1-.4-.4-.3-1 .1-1.4l11-10c.1-.2.4-.3.6-.3z"/></symbol>
<symbol id="arrow-top" viewBox="0 0 18 18"><path d="M15.7 7.3l-6-6c-.4-.4-1-.4-1.4 0l-6 6c-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0l4.3-4.3v11.6c0 .6.4 1 1 1s1-.4 1-1v-11.6l4.3 4.3c.2.2.4.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4z"/></symbol>
<symbol id="play" viewBox="0 0 30 30"><path d="M7 30v-30l22 15z"/></symbol>
<symbol id="chat" viewBox="0 0 18 18"><path d="M5,17c-0.2,0-0.3,0-0.4-0.1C4.2,16.7,4,16.4,4,16v-2H2c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h14c1.1,0,2,0.9,2,2v9 c0,1.1-0.9,2-2,2H9.3l-3.7,2.8C5.4,16.9,5.2,17,5,17z M2,12h3.5C5.8,12,6,12.2,6,12.5V14l2.4-1.8C8.6,12.1,8.8,12,9,12h7V3H2V12z M13,7H5C4.4,7,4,6.6,4,6s0.4-1,1-1h8c0.6,0,1,0.4,1,1S13.6,7,13,7z M13,10H5c-0.6,0-1-0.4-1-1s0.4-1,1-1h8c0.6,0,1,0.4,1,1 S13.6,10,13,10z"/></symbol>
<symbol id="mail" viewBox="0 0 18 18"><path d="M16 2h-14c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-10c0-1.1-.9-2-2-2zm0 2v.5l-7 4.3-7-4.4v-.4h14zm-14 10v-7.2l6.5 4c.1.1.3.2.5.2s.4-.1.5-.2l6.5-4v7.2h-14z"/></symbol>
<symbol id="sound-on" viewBox="0 0 18 18"><path d="M8.5,0.1C8.1-0.1,7.7,0,7.4,0.2L3.7,3H2C0.9,3,0,3.9,0,5v6c0,1.1,0.9,2,2,2h1.7l3.7,2.8C7.6,15.9,7.8,16,8,16 c0.2,0,0.3,0,0.4-0.1C8.8,15.7,9,15.4,9,15V1C9,0.6,8.8,0.3,8.5,0.1z M7,13l-2.4-1.8C4.4,11.1,4.2,11,4,11l-2,0l0-6h2 c0.2,0,0.4-0.1,0.6-0.2L7,3V13z M11.7,9.9l0.7,1.9C13.9,11.2,15,9.7,15,8c0-1.7-1.1-3.2-2.7-3.8l-0.7,1.9C12.5,6.4,13,7.2,13,8C13,8.9,12.5,9.6,11.7,9.9z M12.2,1.1l-0.3,2C14.3,3.5,16,5.6,16,8s-1.8,4.5-4.2,4.9l0.3,2C15.6,14.3,18,11.4,18,8C18,4.6,15.6,1.7,12.2,1.1z"/></symbol>
<symbol id="sound-off" viewBox="0 0 18 18"><path d="M15.9,8l1.8-1.8c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0l-1.8,1.8l-1.8-1.8c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L13.1,8l-1.8,1.8 c-0.4,0.4-0.4,1,0,1.4c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l1.8-1.8l1.8,1.8c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L15.9,8z M8.5,0.1C8.1-0.1,7.7,0,7.4,0.2L3.7,3H2C0.9,3,0,3.9,0,5v6c0,1.1,0.9,2,2,2h1.7l3.7,2.8C7.6,15.9,7.8,16,8,16 c0.2,0,0.3,0,0.4-0.1C8.8,15.7,9,15.4,9,15V1C9,0.6,8.8,0.3,8.5,0.1z M7,13l-2.4-1.8C4.4,11.1,4.2,11,4,11l-2,0l0-6h2 c0.2,0,0.4-0.1,0.6-0.2L7,3V13z"/></symbol>
<!-- social -->
<symbol id="apple" viewBox="-1 1 24 24"><path d="M17.6 13.8c0-3 2.5-4.5 2.6-4.6-1.4-2.1-3.6-2.3-4.4-2.4-1.9-.2-3.6 1.1-4.6 1.1-.9 0-2.4-1.1-4-1-2 0-3.9 1.2-5 3-2.1 3.7-.5 9.1 1.5 12.1 1 1.5 2.2 3.1 3.8 3 1.5-.1 2.1-1 3.9-1s2.4 1 4 1 2.7-1.5 3.7-2.9c1.2-1.7 1.6-3.3 1.7-3.4-.1-.1-3.2-1.3-3.2-4.9zm-3.1-9c.8-1 1.4-2.4 1.2-3.8-1.2 0-2.7.8-3.5 1.8-.8.9-1.5 2.3-1.3 3.7 1.4.1 2.8-.7 3.6-1.7z"/></symbol>
<symbol id="dribbble" viewBox="0 0 24 24"><path d="M12 0c-6.7 0-12 5.3-12 12s5.3 12 12 12 12-5.3 12-12-5.3-12-12-12zm7.9 5.7c1.3 1.7 2.1 3.9 2.3 6.1-.4-.1-2.4-.4-4.7-.4-.8 0-1.5 0-2.3.1 0-.1-.1-.3-.3-.5l-.7-1.5c3.7-1.4 5.3-3.4 5.7-3.8zm-7.9-3.8c2.5 0 4.9.9 6.7 2.5-.3.4-1.9 2.3-5.2 3.6-1.6-2.9-3.3-5.3-3.7-5.9.6-.1 1.4-.2 2.2-.2zm-4.4 1c.4.6 2.1 3 3.7 5.8-4.4 1.2-8.2 1.2-9.2 1.2h-.1c.8-3.1 2.9-5.6 5.6-7zm-5.7 9.1v-.3h.3c1.2 0 5.6-.1 10.1-1.5l.8 1.6c-.1 0-.3 0-.4.1-5.1 1.6-7.9 6-8.3 6.7-1.6-1.7-2.5-4.1-2.5-6.6zm10.1 10.1c-2.3 0-4.4-.8-6.1-2.1.3-.5 2.4-4.4 7.9-6.3 1.3 3.6 2 6.7 2.1 7.6-1.2.6-2.6.8-3.9.8zm5.7-1.8c-.1-.8-.7-3.6-2-7.1.7-.1 1.3-.1 2-.1 2.1 0 3.7.4 4.1.5-.3 2.8-1.8 5.2-4.1 6.7z"/></symbol>
<symbol id="facebook" viewBox="0 0 24 24"><path d="M24 1.3v21.3c0 .7-.6 1.3-1.3 1.3h-6.1v-9.3h3.1l.5-3.6h-3.6v-2.2c0-1.1.3-1.8 1.8-1.8h1.9v-3.2c-.3 0-1.5-.1-2.8-.1-2.8 0-4.7 1.7-4.7 4.8v2.7h-3.1v3.6h3.1v9.2h-11.5c-.7 0-1.3-.6-1.3-1.3v-21.4c0-.7.6-1.3 1.3-1.3h21.3c.8 0 1.4.6 1.4 1.3z"/></symbol>
<symbol id="facebook2" viewBox="0 0 512 512"><path d="M288 176v-64c0-17.664 14.336-32 32-32h32v-80h-64c-53.024 0-96 42.976-96 96v80h-64v80h64v256h96v-256h64l32-80h-96z"/></symbol>
<symbol id="fb-like" viewBox="0 0 20 20"><path d="M0 8v12h5v-12h-5zm2.5 10.8c-.4 0-.8-.3-.8-.8 0-.4.3-.8.8-.8s.8.3.8.8c0 .4-.4.8-.8.8zm3.5-.8h9.5c1.1 0 1.7-1 1.7-1.7 0-.3-.4-1-.4-1 1.4-.3 1.7-1.2 1.7-1.7-.1-.5-.3-.9-.5-1 1-.4 1.5-1.1 1.4-1.9-.1-.8-1-1.5-1-1.5 1-.6.9-1.5.9-1.5-.3-1.3-1.5-1.7-1.7-1.7h-5.6s.3-.5.3-2.4-1.3-3.6-2.6-3.6c0 0-.7.1-1 .3v3.5l-2.7 4.4v9.8z"/></symbol>
<symbol id="googlePlus" viewBox="0 1 24 24"><path d="M7.8 13.5h4.6c-.6 2-2.5 3.4-4.6 3.4-2.7 0-4.9-2.2-4.9-4.9s2.2-4.9 4.9-4.9c1.1 0 2.1.3 3 1l1.8-2.4c-1.4-1.1-3-1.6-4.8-1.6-4.3 0-7.9 3.5-7.9 7.9s3.5 7.9 7.9 7.9 7.9-3.5 7.9-7.9v-1.5h-7.9v3zM21.7 11v-2.2h-2v2.2h-2.2v2h2.2v2.2h2v-2.2h2.2v-2z"/></symbol>
<symbol id="instagram" viewBox="0 0 20 20"><circle cx="10" cy="10" r="3.3"/><path d="M13,0H7C2.2,0,0,2.2,0,7v6c0,4.8,2.1,7,7,7h6c4.8,0,7-2.2,7-7V7C20,2.2,17.9,0,13,0z M10,15.1c-2.8,0-5.1-2.3-5.1-5.1 S7.2,4.9,10,4.9s5.1,2.3,5.1,5.1S12.8,15.1,10,15.1z M15.3,5.9c-0.7,0-1.2-0.5-1.2-1.2c0-0.7,0.5-1.2,1.2-1.2s1.2,0.5,1.2,1.2 C16.5,5.3,16,5.9,15.3,5.9z"/></symbol>
<symbol id="behance" viewBox="0 0 511.958 511.958"><path d="M210.624 240.619c10.624-5.344 18.656-11.296 24.16-17.728 9.792-11.584 14.624-26.944 14.624-45.984 0-18.528-4.832-34.368-14.496-47.648-16.128-21.632-43.424-32.704-82.016-33.28h-152.896v312.096h142.56c16.064 0 30.944-1.376 44.704-4.192 13.76-2.848 25.664-8.064 35.744-15.68 8.96-6.624 16.448-14.848 22.4-24.544 9.408-14.656 14.112-31.264 14.112-49.76 0-17.92-4.128-33.184-12.32-45.728-8.288-12.544-20.448-21.728-36.576-27.552zm-147.552-90.432h68.864c15.136 0 27.616 1.632 37.408 4.864 11.328 4.704 16.992 14.272 16.992 28.864 0 13.088-4.32 22.24-12.864 27.392-8.608 5.152-19.776 7.744-33.472 7.744h-76.928v-68.864zm108.896 198.24c-7.616 3.68-18.336 5.504-32.064 5.504h-76.832v-83.232h77.888c13.568.096 24.128 1.888 31.68 5.248 13.44 6.08 20.128 17.216 20.128 33.504 0 19.2-6.912 32.128-20.8 38.976zM327.168 110.539h135.584v38.848h-135.584zM509.856 263.851c-2.816-18.08-9.024-33.984-18.688-47.712-10.592-15.552-24.032-26.944-40.384-34.144-16.288-7.232-34.624-10.848-55.04-10.816-34.272 0-62.112 10.72-83.648 32-21.472 21.344-32.224 52.032-32.224 92.032 0 42.656 11.872 73.472 35.744 92.384 23.776 18.944 51.232 28.384 82.4 28.384 37.728 0 67.072-11.232 88.032-33.632 13.408-14.144 20.992-28.064 22.656-41.728h-62.464c-3.616 6.752-7.808 12.032-12.608 15.872-8.704 7.04-20.032 10.56-33.92 10.56-13.216 0-24.416-2.912-33.76-8.704-15.424-9.28-23.488-25.536-24.512-48.672h170.464c.256-19.936-.384-35.264-2.048-45.824zm-166.88 5.984c2.24-15.008 7.68-26.912 16.32-35.712 8.64-8.768 20.864-13.184 36.512-13.216 14.432 0 26.496 4.128 36.32 12.416 9.696 8.352 15.168 20.48 16.288 36.512h-105.44z"/></symbol>
<symbol id="linkedin" viewBox="0 0 24 24"><path d="M5.9 21.9h-4.7v-14.2h4.7v14.2zm-2.3-16.1c-1.6 0-2.6-1.1-2.6-2.5s1-2.5 2.7-2.5c1.6 0 2.6 1 2.6 2.5-.1 1.4-1.2 2.5-2.7 2.5zm19.2 16.1h-4.7v-7.6c0-2-.7-3.3-2.3-3.3-1.3 0-2.1.9-2.5 1.7-.1.3-.1.8-.1 1.2v7.9h-4.7v-14.1h4.7v2c.7-.9 1.7-2.3 4.3-2.3 3.1 0 5.5 2.1 5.5 6.4v8.2h-.2z"/></symbol>
<symbol id="medium" viewBox="0 0 130.8 104"><path d="M15.5 21.2c.2-1.6-.5-3.2-1.7-4.3l-12.1-14.7v-2.2h38l29.3 64.4 25.8-64.4h36.2v2.2l-10.5 10c-.9.7-1.3 1.8-1.2 2.9v73.7c0 1.1.3 2.2 1.2 2.9l10.2 10v2.2h-51.3v-2.2l10.6-10.2c1-1 1-1.3 1-2.9v-59.6l-29.4 74.7h-4l-34.2-74.7v50.3c0 2.2.4 4.2 1.9 5.7l13.7 16.8v2.2h-39v-2.2l13.8-16.7c1.5-1.5 1.8-3.3 1.8-5.7l-.1-58.2z"/></symbol>
<symbol id="pinterest" viewBox="0 0 24 24"><path d="M5.9 13.9c1.2-2-.4-2.5-.6-4-1-6.1 7.1-10.2 11.4-6 2.9 2.9 1 12-3.7 11-4.6-.9 2.2-8.1-1.4-9.5-3-1.1-4.6 3.6-3.2 5.9-.8 4-2.5 7.7-1.8 12.7 2.3-1.7 3.1-4.8 3.7-8.1 1.2.7 1.8 1.4 3.3 1.5 5.5.4 8.6-5.4 7.8-10.7-.7-4.7-5.5-7.1-10.6-6.6-4.1.4-8.1 3.7-8.3 8.3-.1 2.8.7 4.9 3.4 5.5z"/></symbol>
<symbol id="stumbleupon" viewBox="0 0 24 24"><path d="M13.3 9.6l1.6.8 2.5-.8v-1.4c0-3-2.4-5.4-5.4-5.4s-5.4 2.4-5.4 5.4v7.5c0 .7-.6 1.3-1.3 1.3s-1.3-.6-1.3-1.3v-3.2h-4v3.2c0 3 2.4 5.4 5.4 5.4s5.4-2.4 5.4-5.4v-7.5c0-.7.6-1.3 1.3-1.3s1.3.6 1.3 1.3l-.1 1.4zm6.6 2.9v3.2c0 .7-.6 1.3-1.3 1.3s-1.3-.6-1.3-1.3v-3.2l-2.5.8-1.6-.8v3.2c0 3 2.4 5.4 5.4 5.4s5.4-2.4 5.4-5.4v-3.2h-4.1z"/></symbol>
<symbol id="twitter" viewBox="0 1 24 23"><path d="M21.5 7.6v.6c0 6.6-5 14.1-14 14.1-2.8 0-5.4-.8-7.6-2.2l1.2.1c2.3 0 4.4-.8 6.1-2.1-2.2 0-4-1.5-4.6-3.4.3.1.6.1.9.1.5 0 .9-.1 1.3-.2-2.1-.6-3.8-2.6-3.8-5 .7.4 1.4.6 2.2.6-1.3-.9-2.2-2.4-2.2-4.1 0-.9.2-1.8.7-2.5 2.4 3 6.1 5 10.2 5.2-.1-.4-.1-.7-.1-1.1 0-2.7 2.2-5 4.9-5 1.4 0 2.7.6 3.6 1.6 1-.3 2.1-.7 3-1.3-.4 1.2-1.1 2.1-2.2 2.7 1-.1 1.9-.4 2.8-.8-.6 1.1-1.4 2-2.4 2.7z"/></symbol>
<symbol id="tumblr" viewBox="0 0 23 23"><path d="M12.573 4.94v-4.94h-3.188c-.072.183-.11.4-.11.622-.034.107-.072.184-.072.293-.328 1.829-1.28 3.11-2.892 3.807-.476.218-.914.253-1.39.218v3.987h2.342c.039 5.603.039 8.493.039 8.64v.332c.294 2.449 1.573 3.914 3.843 4.463.914.257 1.901.366 2.892.366 1.279-.036 2.525-.256 3.771-.659v-4.685c-.731.22-1.395.402-1.977.583-1.135.333-2.087.113-2.857-.619-.073-.11-.183-.257-.221-.403-.106-.586-.178-1.206-.178-1.795v-6.222h5.083v-3.988h-5.085z"/></symbol>
<symbol id="xing" viewBox="0 0 24 24"><path d="M3.647 4.74c-.208 0-.384.073-.472.216-.091.148-.077.338.02.531l2.34 4.051v.02l-3.678 6.49c-.096.191-.091.383 0 .531.088.142.244.236.452.236h3.461c.518 0 .767-.349.944-.669l3.737-6.608-2.38-4.15c-.172-.307-.433-.649-.964-.649h-3.46zm14.542-4.74c-.517 0-.741.326-.927.659l-7.702 13.658 4.918 9.023c.172.307.437.659.967.659h3.457c.208 0 .371-.079.459-.221.092-.148.09-.343-.007-.535l-4.88-8.915v-.023l7.664-13.551c.096-.191.098-.386.007-.534-.088-.142-.252-.221-.46-.221h-3.496z"/></symbol>
<symbol id="whatsapp" viewBox="0 0 512 512"><path d="M256.064 0h-.128c-141.152 0-255.936 114.816-255.936 256 0 56 18.048 107.904 48.736 150.048l-31.904 95.104 98.4-31.456c40.48 26.816 88.768 42.304 140.832 42.304 141.152 0 255.936-114.848 255.936-256s-114.784-256-255.936-256zm148.96 361.504c-6.176 17.44-30.688 31.904-50.24 36.128-13.376 2.848-30.848 5.12-89.664-19.264-75.232-31.168-123.68-107.616-127.456-112.576-3.616-4.96-30.4-40.48-30.4-77.216s18.656-54.624 26.176-62.304c6.176-6.304 16.384-9.184 26.176-9.184 3.168 0 6.016.16 8.576.288 7.52.32 11.296.768 16.256 12.64 6.176 14.88 21.216 51.616 23.008 55.392 1.824 3.776 3.648 8.896 1.088 13.856-2.4 5.12-4.512 7.392-8.288 11.744-3.776 4.352-7.36 7.68-11.136 12.352-3.456 4.064-7.36 8.416-3.008 15.936 4.352 7.36 19.392 31.904 41.536 51.616 28.576 25.44 51.744 33.568 60.032 37.024 6.176 2.56 13.536 1.952 18.048-2.848 5.728-6.176 12.8-16.416 20-26.496 5.12-7.232 11.584-8.128 18.368-5.568 6.912 2.4 43.488 20.48 51.008 24.224 7.52 3.776 12.48 5.568 14.304 8.736 1.792 3.168 1.792 18.048-4.384 35.52z"/></symbol>
<symbol id="youtube" viewBox="0 0 24 24"><path d="M23.6 6.3c-.3-1.2-1.4-2.2-2.6-2.3-3-.3-6-.3-9-.3s-6 0-9 .3c-1.2.1-2.3 1.1-2.6 2.3-.4 1.8-.4 3.8-.4 5.7 0 1.9 0 3.9.4 5.7.3 1.2 1.4 2.2 2.6 2.3 3 .3 6 .3 9 .3s6 0 9-.3c1.3-.1 2.3-1.1 2.6-2.4.4-1.7.4-3.7.4-5.6 0-1.9 0-3.9-.4-5.7zm-14.1 9v-6.6l6.5 3.3-6.5 3.3z"/></symbol>
</svg>
<!-- Navigation -->
<nav class="side line medium">
<div class="navigation">
<ul></ul>
</div>
</nav>
<!-- Panel Top #10 -->
<nav class="panel top">
<div class="sections">
<div class="left"><a href="./index.html" title="Snowcookie"><svg style="width:180px;height:44px"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#logo"></use></svg></a></div>
<div class="right"><span class="button actionButton sidebarTrigger" data-sidebar-id="animated"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#menu"></use></svg></span></div>
</div>
</nav>
<!-- Sidebar -->
<nav class="sidebar animated blue" data-sidebar-id="animated">
<div class="close"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#close"></use></svg></div>
<div class="content">
<a href="index.html" class="logo ae-1"><svg width="140" height="36"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#logo-icon"></use></svg></a>
<ul class="mainMenu margin-top-3 ae-2">
<li><a href="#ambassador">アンバサダーについて</a></li>
<li><a href="#hirokimiku">栗山 太樹・未来</a></li>
<li><a href="#masahiro">吉田 勝大</a></li>
</ul>
<ul class="subMenu small ae-3">
<li class="opacity-8"><a href="./index.html">ホーム</a></li>
<li class="opacity-8"><a href="./tutorial.html">利用ガイド</a></li>
<li class="opacity-8"><a href="./news.html">ニュース / お知らせ</a></li>
<li class="opacity-8"><a href="./profile.html">プロフィール</a></li>
</ul>
<ul class="social ae-4">
<li class="opacity-8"><a href="https://www.facebook.com/snowcookiejapan" target="_blank"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#facebook"></use></svg></a></li>
<li class="opacity-8"><a href="https://twitter.com/ridesnowcookie" target="_blank"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#twitter"></use></svg></a></li>
<li class="opacity-8"><a href="https://www.instagram.com/snowcookiejapan" target="_blank"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#instagram"></use></svg></a></li>
<li class="opacity-8"><a href="https://www.youtube.com/channel/UCT289AMSz905O0hE7-OoOBw" target="_blank"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#youtube"></use></svg></a></li>
</ul>
</div>
</nav>
<!-- Slide -->
<section data-title="アンバサダーについて" class="slide fade-6 kenBurns" id="ambassador">
<div class="content">
<div class="container">
<div class="wrap">
<div class="fix-10-12 toCenter">
<h1 class="ae-1">snowcookie ambassador</h1>
<p class="ae-2"><span class="opacity-6">SAJナショナルデモンストレーターをはじめ、日本のトップスキーヤーの方々にアンバサダーとしてテスト協力・開発フィードバックをいただいております</span></p>
</div>
<div class="fix-12-12 padding-4">
<ul class="grid grid-75 masonry fixedSpaces ae-3 controller " data-popup-id="75" data-slider-id="75">
<li class="col-3-12 col-tablet-1-3 col-phablet-1-2 col-phone-1-1 ae-6 fadeIn">
<img src="assets/img/ambassador.jpg" class="wide rounded margin-bottom-1" alt="Image"/>
</li>
<li class="col-3-12 col-tablet-1-3 col-phablet-1-2 col-phone-1-1 ae-3 fadeIn">
<a href="#masahiro"><img src="assets/img/masa_small.JPG" class="wide rounded margin-bottom-1" alt="Image"/></a>
</li>
<li class="col-3-12 col-tablet-1-3 col-phablet-1-2 col-phone-1-1 ae-2 fadeIn">
<a href="#hirokimiku"><img src="assets/img/IMG_0770.jpg" class="wide rounded margin-bottom-1" alt="Image"/></a>
</li>
<li class="col-3-12 col-tablet-1-3 col-phablet-1-2 col-phone-1-1 ae-7 fadeIn">
<a href="#masahiro"><img src="assets/img/yoshida.jpg" class="wide rounded margin-bottom-1" alt="Image"/></a>
</li>
<li class="col-3-12 col-tablet-1-3 col-phablet-1-2 col-phone-1-1 ae-9 fadeIn">
<a href="#hirokimiku"><img src="assets/img/hiroki.jpg" class="wide rounded margin-bottom-1" alt="Image"/></a>
</li>
<li class="col-3-12 col-tablet-1-3 col-phablet-1-2 col-phone-1-1 ae-5 fadeIn">
<img src="assets/img/gala.jpg" class="wide rounded margin-bottom-1" alt="Image"/>
</li>
<li class="col-3-12 col-tablet-1-3 col-phablet-1-2 col-phone-1-1 ae-4 fadeIn">
<img src="assets/img/hart.jpg" class="wide rounded margin-bottom-1" alt="Image"/>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="background" style="background-image:url(assets/img/background/IMG_3028.JPG)"></div>
</section>
<!-- Slide -->
<section data-title="栗山 太樹・未来" class="slide fade-6 kenBurns" id="hirokimiku">
<div class="content">
<div class="container">
<div class="wrap">
<div class="fix-12-12 margin-top-5">
<ul class="flex grid-80 fixedSpaces equal reverse">
<li class="col-6-12">
<div class="box-80 padding-4 equalElement left ae-3 rounded">
<p class="ae-5"><span class="opacity-8"><b>欲しいデータがリアルタイムで分かる!</b></span></p>
<p class="tiny ae-5"><span class="tiny opacity-8">最近は滑走距離・滑走時間・滑走本数・高低差などが分かるアプリが増えていますが、Snowcookieはカービング量・ポジション・左右前後バランスなど上達に役立つ専門的なデータが数多く取れるので、情報量ではそれらのアプリを遥かに凌駕しています。今まで欲しくても手に入らなかった様々な情報が簡単に手に入っちゃいます!仲間同士でデータを比べるも良し、自分のスキルアップに役立てるも良し、とにかく役立つアイテムです!</span></p>
<p class="ae-5"><span class="opacity-8"><b>3Dグラフィックが素晴らしい!</b></span></p>
<p class="tiny ae-5"><span class="tiny opacity-8">3Dマップデータを使用し、立体的に山全体の雰囲気や自分の滑走ラインが一目で分かります。ゲレンデコースはもちろん、景色や山肌に至る細部まで忠実に再現されているので見ているだけで楽しくなります。おすすめは滑走ライン追随モード。自分が滑ったラインを自分目線で再現する事が出来るので、ゲレンデの最高の思い出がよみがえります!</span></p>
<div class="margin-top-5 ae-6">
<h3>栗山 太樹・栗山 未来</h3>
<p class="tiny opacity-8 cropBottom">GALA湯沢, SAJナショナルデモンストレーター</p>
</div>
</div>
</li>
<li class="col-6-12">
<div class="videoThumbnail rounded shadow wide cover equalElement popupTrigger ae-4 padding-14" data-popup-id="80-13" style="background:url(assets/img/IMG_0636.jpg);"></div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="background" style="background-image:url(assets/img/background/IMG_0637.jpg)"></div>
</section>
<!-- Popup Video -->
<div class="popup autoplay" data-popup-id="80-13">
<div class="close"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#close"></use></svg></div>
<div class="content">
<div class="container">
<div class="wrap">
<div class="embedVideo popupContent">
<iframe src="https://www.youtube.com/embed/vDwshGQdv1w?rel=0" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Slide 11 -->
<section data-title="吉田 勝大" class="slide fade-6 kenBurns" id="masahiro">
<div class="content">
<div class="container">
<div class="wrap">
<div class="fix-12-12 margin-top-5">
<ul class="flex grid-80 fixedSpaces equal reverse">
<li class="col-6-12">
<div class="box-80 padding-4 equalElement left ae-3 rounded">
<p class="ae-5"><span class="opacity-8"><b>Snowcookieはスキートレーニングに最適なデバイスです</b></span></p>
<p class="tiny ae-5"><span class="tiny opacity-8">滑走距離やスピードはもちろんのこと、左右のスキーの角度や1ターン1ターンの質を可視化できるので、やみくもにトレーニングすることなく、目的や目標に合わせたトレーニングを行うことができます。特に基礎スキーではアルペンスキーのように旗門などの目安がないので、こうした目に見える目標を設定できることは非常に強みとなります。「自分では傾けているつもり」「今のは良いターンだ」と思っていても、実はギャップがあることも出てくると思います。そんなギャップを埋めていく作業にご使用されてみてはいかがでしょうか。</span></p>
<div class="margin-top-5 ae-6">
<h3>吉田 勝大</h3>
<p class="tiny opacity-8 cropBottom">Mt.石井スポーツプロスタッフ / M's Ski Salon代表, SAJデモンストレーター / プロスキーヤー</p>
</div>
</div>
</li>
<li class="col-6-12">
<div class="videoThumbnail rounded shadow wide cover equalElement popupTrigger ae-4 padding-14" data-popup-id="80-14" style="background:url(assets/img/B637543C-0020-474E-835C-95AFC571BC7B.jpg);"></div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="background" style="background-image:url(assets/img/background/00ba48_8d05d32e67524b18946ac666f5b950a1_mv2_d_4566_3044_s_4_2.jpg)"></div>
</section>
<!-- Popup Video -->
<div class="popup autoplay" data-popup-id="80-14">
<div class="close"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#close"></use></svg></div>
<div class="content">
<div class="container">
<div class="wrap">
<div class="embedVideo popupContent">
<iframe src="https://www.youtube.com/embed/B4yzvD6bk7I?rel=0" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Panel Bottom -->
<nav class="panel bottom">
<div class="sections desktop">
<div class="left">
<a href="https://itunes.apple.com/jp/app/snowcookie-smart-ski-tracker/id1317036227?mt=8" target="_blank" class="button hollow"><img src="assets/img/appstore.jpg" width="160" height="60"/></a>
<a href="https://amzn.to/2OgHsh3" target="_blank" class="button hollow"><img src="assets/img/amazonbutton.jpg" width="111" height="60"/></a>
<img class="button hollow" src="assets/img/swissmade-2_white.png" height="60" target="_blank">
</div>
<div class="right">
<ul class="menu uppercase trim">
<li><a href="#ambassador">アンバサダーについて</a></li>
<li><a href="#hirokimiku">栗山 太樹・未来</a></li>
<li><a href="#masahiro">吉田 勝大</a></li>
<!--<li><a href="#masahiro">吉田 勝大</a></li>-->
<li class="cropRight"><a href="https://www.facebook.com/snowcookiejapan" class="trimRight" target="_blank"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#facebook"></use></svg></a></li>
<li class="cropRight"><a href="https://twitter.com/ridesnowcookie" class="trimRight" target="_blank"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#twitter"></use></svg></a></li>
<li class="cropRight"><a href="https://www.instagram.com/snowcookiejapan" class="trimRight" target="_blank"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#instagram"></use></svg></a></li>
<li class="cropRight"><a href="https://www.youtube.com/channel/UCAxQW6jTEg52WnPJ_0Kkyew" class="trimRight" target="_blank"><svg><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#youtube"></use></svg></a></li>
</ul>
</div>
</div>
<div class="sections compact hidden">
<div class="left">
</div>
<div class="right">
</div>
</div>
</nav>
</body>
</html>