@axos-web-dev/shared-components 0.0.35 → 0.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Chevron/Chevron.interface.d.ts +4 -0
- package/dist/Chevron/index.js +29 -3
- package/dist/ExecutiveBio/ExecutiveBio.js +2 -2
- package/dist/ExecutiveBio/ExecutiveBioSet.js +2 -2
- package/dist/HeroBanner/index.js +1 -0
- package/dist/Hyperlink/index.js +4 -0
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +52 -0
- package/dist/LandingPageHeader/LandingPageHeader.css.js +14 -0
- package/dist/LandingPageHeader/LandingPageHeader.d.ts +7 -0
- package/dist/LandingPageHeader/LandingPageHeader.js +19 -0
- package/dist/LandingPageHeader/index.d.ts +1 -0
- package/dist/LandingPageHeader/index.js +4 -0
- package/dist/Modal/Modal.js +4 -0
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
- package/dist/SetContainer/SetContainer.js +4 -0
- package/dist/SocialMediaBar/SocialMediaBar.css.d.ts +2 -0
- package/dist/SocialMediaBar/SocialMediaBar.css.js +7 -0
- package/dist/SocialMediaBar/iconsRepository.d.ts +11 -0
- package/dist/SocialMediaBar/iconsRepository.js +180 -0
- package/dist/SocialMediaBar/index.d.ts +1 -0
- package/dist/SocialMediaBar/index.js +22 -0
- package/dist/StepItems/StepItems.css.d.ts +132 -0
- package/dist/StepItems/StepItems.css.js +45 -0
- package/dist/StepItems/StepItems.d.ts +3 -0
- package/dist/StepItems/StepItems.interface.d.ts +21 -0
- package/dist/StepItems/StepItems.interface.js +1 -0
- package/dist/StepItems/StepItems.js +20 -0
- package/dist/StepItems/StepItemsSet.d.ts +3 -0
- package/dist/StepItems/StepItemsSet.js +58 -0
- package/dist/StepItems/index.d.ts +4 -0
- package/dist/StepItems/index.js +26 -0
- package/dist/assets/HeroBanner/HeroBanner.css +2 -2
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +49 -0
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +83 -81
- package/dist/assets/SocialMediaBar/SocialMediaBar.css +35 -0
- package/dist/assets/StepItems/StepItems.css +275 -0
- package/dist/main.d.ts +3 -0
- package/dist/main.js +28 -0
- package/package.json +1 -1
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
.
|
|
1
|
+
._header_1t85r_1 {
|
|
2
2
|
border-bottom: 1px solid #ebebeb;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
._wrapper_1t85r_5 {
|
|
6
6
|
width: calc(100% - 80px);
|
|
7
7
|
margin-left: auto;
|
|
8
8
|
margin-right: auto;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
12
|
-
.
|
|
11
|
+
._header_main_row_1t85r_11,
|
|
12
|
+
._mobile_header_1t85r_12 {
|
|
13
13
|
min-height: 80px;
|
|
14
14
|
padding-top: 1rem;
|
|
15
15
|
padding-bottom: 0.5rem;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
._logo_wrap_1t85r_18 {
|
|
19
19
|
padding: 9px 6px;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
._primary_links_1t85r_22 {
|
|
23
23
|
margin-left: 30px;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
._main_nav_1t85r_26 {
|
|
27
27
|
margin: 0 auto;
|
|
28
28
|
width: 94%;
|
|
29
29
|
max-width: 1640px;
|
|
30
30
|
justify-content: space-between;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
._main_nav_link_1t85r_33 {
|
|
34
34
|
padding: 10px 8px;
|
|
35
35
|
text-align: center;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
._main_nav_link_1t85r_33 .active {
|
|
39
39
|
border-color: currentColor;
|
|
40
40
|
transition: border-color 0.5s ease;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.
|
|
43
|
+
._main_nav_link_1t85r_33 .active {
|
|
44
44
|
font-weight: 700;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.
|
|
47
|
+
._main_nav_link_1t85r_33 > a {
|
|
48
48
|
color: #1e3860;
|
|
49
49
|
display: inline-block;
|
|
50
50
|
font-size: 18px;
|
|
@@ -52,26 +52,26 @@
|
|
|
52
52
|
border-bottom: 4px solid transparent;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.
|
|
56
|
-
.
|
|
57
|
-
.
|
|
58
|
-
.
|
|
55
|
+
._sub_nav_link_1t85r_55 a,
|
|
56
|
+
._main_nav_link_1t85r_33 a,
|
|
57
|
+
._signin_wrap_1t85r_57 a,
|
|
58
|
+
._signin_btn_1t85r_58 {
|
|
59
59
|
text-decoration: none;
|
|
60
60
|
transition: opacity 0.3s ease;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.
|
|
64
|
-
.
|
|
65
|
-
.
|
|
63
|
+
._sub_nav_link_1t85r_55:hover,
|
|
64
|
+
._main_nav_link_1t85r_33 a:hover,
|
|
65
|
+
._signin_wrap_1t85r_57 a:hover {
|
|
66
66
|
opacity: 0.8;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.
|
|
69
|
+
._signin_wrap_1t85r_57 .link {
|
|
70
70
|
text-decoration: none;
|
|
71
71
|
padding: 8px;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.
|
|
74
|
+
._signin_btn_1t85r_58 {
|
|
75
75
|
background-color: #2f5b88;
|
|
76
76
|
border: none;
|
|
77
77
|
color: #fff;
|
|
@@ -84,39 +84,39 @@
|
|
|
84
84
|
cursor: pointer;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.
|
|
87
|
+
._signin_btn_1t85r_58:hover {
|
|
88
88
|
opacity: 0.9;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
.
|
|
91
|
+
._signin_btn_1t85r_58 > span {
|
|
92
92
|
margin-right: 8px;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
.
|
|
95
|
+
._sub_nav_1t85r_55 {
|
|
96
96
|
background-color: #1e3860;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
.
|
|
99
|
+
._header_sub_row_1t85r_99 {
|
|
100
100
|
padding-block: 12px;
|
|
101
101
|
min-height: 48px;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.
|
|
104
|
+
._sub_nav_link_1t85r_55 {
|
|
105
105
|
padding-inline: 1rem;
|
|
106
106
|
text-align: center;
|
|
107
107
|
color: #fff;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
-
.
|
|
110
|
+
._sub_nav_link_1t85r_55 a {
|
|
111
111
|
font-weight: 500;
|
|
112
112
|
line-height: 1.5;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
._shadow_1t85r_115 {
|
|
116
116
|
box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
@keyframes
|
|
119
|
+
@keyframes _fadeInDown_1t85r_1 {
|
|
120
120
|
from {
|
|
121
121
|
opacity: 0;
|
|
122
122
|
transform: translate3d(0, -1%, 0);
|
|
@@ -128,18 +128,18 @@
|
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.
|
|
131
|
+
._opacity_1t85r_131 {
|
|
132
132
|
animation-duration: 0.5s;
|
|
133
133
|
animation-fill-mode: both;
|
|
134
|
-
animation-name:
|
|
134
|
+
animation-name: _fadeInDown_1t85r_1;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.
|
|
137
|
+
._footer_1t85r_137 {
|
|
138
138
|
margin-top: 0.5rem;
|
|
139
139
|
padding-top: 1rem;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.
|
|
142
|
+
._footer_1t85r_137::before {
|
|
143
143
|
content: "";
|
|
144
144
|
background-color: #8f8f8f;
|
|
145
145
|
height: 2px;
|
|
@@ -150,31 +150,31 @@
|
|
|
150
150
|
width: 94%;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.
|
|
153
|
+
._open_1t85r_153 {
|
|
154
154
|
opacity: 0.8;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.
|
|
157
|
+
._open_1t85r_153 > img {
|
|
158
158
|
transform: scaleY(-1);
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
-
.
|
|
161
|
+
._mt_8_1t85r_161 {
|
|
162
162
|
margin-top: 8px;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.
|
|
165
|
+
._mt_16_1t85r_165 {
|
|
166
166
|
margin-top: 1rem;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.
|
|
169
|
+
._ml_8_1t85r_169 {
|
|
170
170
|
margin-left: 8px;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
.
|
|
173
|
+
._reversed_row_1t85r_173 {
|
|
174
174
|
flex-direction: row-reverse;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.
|
|
177
|
+
._nav_anchor_1t85r_177 {
|
|
178
178
|
width: 1.5rem;
|
|
179
179
|
height: 1.5rem;
|
|
180
180
|
aspect-ratio: 1;
|
|
@@ -182,14 +182,14 @@
|
|
|
182
182
|
border-radius: 8px;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.
|
|
186
|
-
.
|
|
187
|
-
.
|
|
188
|
-
.
|
|
185
|
+
._sub_nav_link_1t85r_55:hover,
|
|
186
|
+
._signin_wrap_1t85r_57 a:hover,
|
|
187
|
+
._main_nav_link_1t85r_33 a:not(.active):hover,
|
|
188
|
+
._site_lists_1t85r_188 a:hover {
|
|
189
189
|
text-decoration: underline;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.
|
|
192
|
+
._hamburger_1t85r_192 {
|
|
193
193
|
background: transparent;
|
|
194
194
|
border: none;
|
|
195
195
|
font-size: 0px;
|
|
@@ -197,36 +197,38 @@
|
|
|
197
197
|
outline: none;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.
|
|
201
|
-
.
|
|
200
|
+
._hamburger_1t85r_192:hover,
|
|
201
|
+
._mobile_header_1t85r_12 button:hover {
|
|
202
202
|
cursor: pointer;
|
|
203
203
|
opacity: 0.8;
|
|
204
204
|
}
|
|
205
205
|
|
|
206
|
-
.
|
|
206
|
+
._mobile_logo_1t85r_206 {
|
|
207
207
|
flex: 1 1 0%;
|
|
208
208
|
text-align: center;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
.
|
|
211
|
+
._mobile_header_1t85r_12 {
|
|
212
212
|
padding-bottom: 1rem;
|
|
213
213
|
display: grid;
|
|
214
214
|
place-items: center;
|
|
215
215
|
border-bottom: 1px solid #ebebeb;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
.
|
|
218
|
+
._mobile_header_1t85r_12 p {
|
|
219
219
|
font: 400 20px / 1.3 var(--header-font-family);
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
.
|
|
222
|
+
._mobile_header_1t85r_12 button {
|
|
223
223
|
position: absolute;
|
|
224
224
|
top: 50%;
|
|
225
225
|
transform: translateY(-50%);
|
|
226
226
|
right: 40px;
|
|
227
|
+
background: none;
|
|
228
|
+
border: none;
|
|
227
229
|
}
|
|
228
230
|
|
|
229
|
-
.
|
|
231
|
+
._mobile_nav_1t85r_231 {
|
|
230
232
|
border-right: 1px solid #ebebeb;
|
|
231
233
|
left: -100%;
|
|
232
234
|
min-height: 100vh;
|
|
@@ -238,16 +240,16 @@
|
|
|
238
240
|
z-index: 9999999;
|
|
239
241
|
}
|
|
240
242
|
|
|
241
|
-
.
|
|
243
|
+
._mobile_opened_1t85r_243 {
|
|
242
244
|
left: 0%;
|
|
243
245
|
}
|
|
244
246
|
|
|
245
|
-
.
|
|
247
|
+
._mobile_nav_item_1t85r_247 {
|
|
246
248
|
background-color: #fff;
|
|
247
249
|
border-bottom: 1px solid #ebebeb;
|
|
248
250
|
}
|
|
249
251
|
|
|
250
|
-
.
|
|
252
|
+
._mobile_nav_item_1t85r_247 > a {
|
|
251
253
|
color: #333d46;
|
|
252
254
|
display: flex;
|
|
253
255
|
font-weight: 700;
|
|
@@ -257,24 +259,24 @@
|
|
|
257
259
|
width: 100%;
|
|
258
260
|
}
|
|
259
261
|
|
|
260
|
-
.
|
|
262
|
+
._icon_wrap_1t85r_262 {
|
|
261
263
|
line-height: 1;
|
|
262
264
|
height: 24px;
|
|
263
265
|
}
|
|
264
266
|
|
|
265
|
-
.
|
|
267
|
+
._mobile_footer_1t85r_267 {
|
|
266
268
|
position: fixed;
|
|
267
269
|
bottom: 0;
|
|
268
270
|
width: 100%;
|
|
269
271
|
}
|
|
270
272
|
|
|
271
|
-
.
|
|
273
|
+
._mobile_footer_content_1t85r_273 {
|
|
272
274
|
background-color: #f4f4f4;
|
|
273
275
|
flex: 1 1 0%;
|
|
274
276
|
padding: 16px 24px 16px 40px;
|
|
275
277
|
}
|
|
276
278
|
|
|
277
|
-
.
|
|
279
|
+
._mobile_footer_content_1t85r_273 p {
|
|
278
280
|
line-height: 1.5;
|
|
279
281
|
text-overflow: ellipsis;
|
|
280
282
|
display: -webkit-box;
|
|
@@ -282,18 +284,18 @@
|
|
|
282
284
|
-webkit-line-clamp: 2;
|
|
283
285
|
}
|
|
284
286
|
|
|
285
|
-
.
|
|
287
|
+
._mobile_footer_media_1t85r_287 {
|
|
286
288
|
flex-basis: 42%;
|
|
287
289
|
background: url("https://images.axos.com/o9ov1v03uwqk/7bX71xagL9g8Bc0gqlHLR/e51fb20a12c50b5e7458a4cf15567964/afs-nav-footer.jpg")
|
|
288
290
|
no-repeat right center / cover;
|
|
289
291
|
background-color: #f4f4f4;
|
|
290
292
|
}
|
|
291
293
|
|
|
292
|
-
.
|
|
294
|
+
._footer_cta_1t85r_294 {
|
|
293
295
|
margin-top: 3px;
|
|
294
296
|
}
|
|
295
297
|
|
|
296
|
-
.
|
|
298
|
+
._footer_cta_1t85r_294 a {
|
|
297
299
|
background-color: #2f5b88;
|
|
298
300
|
border-radius: 4px;
|
|
299
301
|
border: 2px solid transparent;
|
|
@@ -304,40 +306,40 @@
|
|
|
304
306
|
text-decoration: none;
|
|
305
307
|
}
|
|
306
308
|
|
|
307
|
-
.
|
|
309
|
+
._footer_cta_1t85r_294 a:hover {
|
|
308
310
|
background-color: transparent;
|
|
309
311
|
border-color: #2f5b88;
|
|
310
312
|
color: #2f5b88;
|
|
311
313
|
text-decoration: underline;
|
|
312
314
|
}
|
|
313
315
|
|
|
314
|
-
.
|
|
316
|
+
._footer_cta_1t85r_294 a:active {
|
|
315
317
|
background-color: #2f5b88;
|
|
316
318
|
border-color: transparent;
|
|
317
319
|
color: #fff;
|
|
318
320
|
}
|
|
319
321
|
|
|
320
|
-
.
|
|
322
|
+
._mobile_footer_1t85r_267 > .flex_row {
|
|
321
323
|
min-height: 112px;
|
|
322
324
|
}
|
|
323
325
|
|
|
324
|
-
.
|
|
326
|
+
._inner_wrapper_1t85r_326 {
|
|
325
327
|
max-height: calc(100vh - 117px);
|
|
326
328
|
}
|
|
327
329
|
|
|
328
|
-
.
|
|
330
|
+
._btn_1t85r_330 {
|
|
329
331
|
display: block;
|
|
330
332
|
position: relative;
|
|
331
333
|
}
|
|
332
334
|
|
|
333
|
-
.
|
|
335
|
+
._sub_menu_1t85r_335 {
|
|
334
336
|
overflow: hidden;
|
|
335
337
|
max-height: 0;
|
|
336
338
|
transition: max-height 0.8s ease-out;
|
|
337
339
|
background: #fff;
|
|
338
340
|
}
|
|
339
341
|
|
|
340
|
-
.
|
|
342
|
+
._sub_menu_1t85r_335 a {
|
|
341
343
|
display: block;
|
|
342
344
|
padding: 12px 14px 12px 64px;
|
|
343
345
|
position: relative;
|
|
@@ -345,28 +347,28 @@
|
|
|
345
347
|
text-decoration: none;
|
|
346
348
|
}
|
|
347
349
|
|
|
348
|
-
.
|
|
350
|
+
._sub_menu_1t85r_335 a._main_1t85r_26 {
|
|
349
351
|
font-weight: 700;
|
|
350
352
|
}
|
|
351
353
|
|
|
352
|
-
.
|
|
354
|
+
._sub_menu_1t85r_335 a + a {
|
|
353
355
|
border-top: 1px solid #ebebeb;
|
|
354
356
|
}
|
|
355
357
|
|
|
356
358
|
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
357
|
-
.
|
|
359
|
+
._wrapper_1t85r_5 {
|
|
358
360
|
width: calc(100% - 28px);
|
|
359
361
|
}
|
|
360
362
|
}
|
|
361
363
|
|
|
362
|
-
.
|
|
364
|
+
._desktop_only_1t85r_364 {
|
|
363
365
|
margin: 0 auto;
|
|
364
366
|
width: 94%;
|
|
365
367
|
max-width: 1640px;
|
|
366
368
|
}
|
|
367
369
|
|
|
368
370
|
@media (max-width: 1075px) {
|
|
369
|
-
.
|
|
371
|
+
._desktop_only_1t85r_364 {
|
|
370
372
|
display: none !important;
|
|
371
373
|
margin: 0 auto;
|
|
372
374
|
width: 94%;
|
|
@@ -375,30 +377,30 @@
|
|
|
375
377
|
}
|
|
376
378
|
|
|
377
379
|
@media (max-width: 768px) {
|
|
378
|
-
.
|
|
380
|
+
._wrapper_1t85r_5 {
|
|
379
381
|
width: calc(100% - 48px);
|
|
380
382
|
}
|
|
381
383
|
|
|
382
|
-
.
|
|
384
|
+
._mobile_header_1t85r_12 button {
|
|
383
385
|
right: 1.5rem;
|
|
384
386
|
}
|
|
385
387
|
|
|
386
|
-
.
|
|
388
|
+
._mobile_nav_item_1t85r_247 > a {
|
|
387
389
|
padding: 16px 24px;
|
|
388
390
|
}
|
|
389
391
|
|
|
390
|
-
.
|
|
392
|
+
._sub_menu_1t85r_335 a {
|
|
391
393
|
padding-left: 48px;
|
|
392
394
|
}
|
|
393
395
|
|
|
394
|
-
.
|
|
396
|
+
._mobile_footer_content_1t85r_273 {
|
|
395
397
|
padding-right: 15px;
|
|
396
398
|
padding-left: 24px;
|
|
397
399
|
}
|
|
398
400
|
}
|
|
399
401
|
|
|
400
402
|
@media (max-width: 450px) {
|
|
401
|
-
.
|
|
403
|
+
._footer_cta_1t85r_294 a {
|
|
402
404
|
white-space: break-spaces;
|
|
403
405
|
width: 100%;
|
|
404
406
|
text-align: center;
|
|
@@ -406,13 +408,13 @@
|
|
|
406
408
|
}
|
|
407
409
|
|
|
408
410
|
@media (min-width: 1076px) {
|
|
409
|
-
.
|
|
411
|
+
._mobile_only_1t85r_411 {
|
|
410
412
|
display: none !important;
|
|
411
413
|
}
|
|
412
414
|
}
|
|
413
415
|
|
|
414
416
|
@media (max-width: 1076px) {
|
|
415
|
-
.
|
|
417
|
+
._mobile_logo_1t85r_206 {
|
|
416
418
|
position: absolute;
|
|
417
419
|
transform: translateX(-50%);
|
|
418
420
|
left: 50%;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
.nkpt490 {
|
|
2
|
+
background-color: #fff;
|
|
3
|
+
}
|
|
4
|
+
.nkpt491 {
|
|
5
|
+
padding: 16px 0;
|
|
6
|
+
min-height: 64px;
|
|
7
|
+
flex-wrap: wrap;
|
|
8
|
+
gap: 24px;
|
|
9
|
+
}
|
|
10
|
+
.nkpt491 svg {
|
|
11
|
+
max-width: 100%;
|
|
12
|
+
height: auto;
|
|
13
|
+
}
|
|
14
|
+
.nkpt491 a {
|
|
15
|
+
transition: opacity 0.25s ease;
|
|
16
|
+
}
|
|
17
|
+
.nkpt491 a:hover {
|
|
18
|
+
opacity: 0.6;
|
|
19
|
+
}
|
|
20
|
+
.nkpt491 a:active {
|
|
21
|
+
opacity: 1;
|
|
22
|
+
}
|
|
23
|
+
@media screen and (max-width:1023px) {
|
|
24
|
+
.nkpt491 {
|
|
25
|
+
gap: 8px;
|
|
26
|
+
}
|
|
27
|
+
.nkpt491 a {
|
|
28
|
+
max-width: 32px;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
@media screen and (min-width:1024px) {
|
|
32
|
+
.nkpt491 {
|
|
33
|
+
min-height: 104px;
|
|
34
|
+
}
|
|
35
|
+
}
|