Projekt

Allgemein

Profil

GX-Bug #69506 » tap_target.html

Armin Eden, 19.01.2022 13:13

 
1
<!--
2
@license
3
Copyright 2018 The Lighthouse Authors. All Rights Reserved.
4

    
5
Licensed under the Apache License, Version 2.0 (the "License");
6
you may not use this file except in compliance with the License.
7
You may obtain a copy of the License at
8

    
9
http://www.apache.org/licenses/LICENSE-2.0
10

    
11
Unless required by applicable law or agreed to in writing, software
12
distributed under the License is distributed on an "AS-IS" BASIS,
13
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
See the License for the specific language governing permissions and
15
limitations under the License.
16
-->
17
<!doctype html>
18
<html lang="en">
19
<head>
20
  <meta charset="utf-8">
21
  <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
22
  <link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEhklEQVR4AWJxL/BhIAesev1U5tcflpncgNrKIsqNIwzC9feMpDUzs70kOczMzMzJJcxwCTMzncPMnOwtzBwzMzPb0vRfeZPp0VhPS5I39V5fdiXV1/VD+9QC7OVn9BsyH1XIoEI1PfmJvLFowVV564+34DFUHudbmfDh4kVXh//7XwE+WjS/YfXZe3yr4j2rqj1AIhSB7hZ8ZtPZu/zw8cK523U4wE1/rvPfWrz4zs0m9ZdC9yUJAlASdBAgocRegfF/f3/h/PuaFsxMdwjAR0vm1+06eMMfIrhLqTWqdH4EumU2SPfMhigJAlRQbZrgrRsl9U+Y2DYDFCz3ILC9kiAiqSrMwbWT0nceEnR+9Kggc2zjOJCASDENkg0a5HfZZgDP81CM3CrQs2Z1+o7DJ6ePr8sK0AOCHv5Jjdt3evyYSaZ351VIStIxPRAUtrBYbxC6w+BZ0ivVSBKkIhJhemSyZpfB00EiPO2VjzYkxhcqXQqCWCShGplvi3y0QxqbuBurMjyJeWnkHZuAEgIQGsUBqwrfjZ+IlBgKyRJzVVYF8O6qFWdh86YzQzMrZigYmxAyfvHgLZQ/LC1CbeniW2Hkqr/PH16SgvGuf2/uzNMBwJA/njxizGPtSyAf7EziJCMGRDRdhoAC4PL1A/SrKQMAAQkEfpJAcRQdrBJ7gNwjSpJsdwK+CANBkqa1LgQB4IicV9nYUct7gaxuDJUErQIiEAiMxLVOFlKzIktPpT0ggpdpC/8YAHnxbgkUY4tAAFSR7AAXNyAAWHJrA/kHGjzg5nleuwFO7Nd/IoDw4Pm58+4jNLmYG0wRA5bErc2Mr3Y+dXTDW1VvwqbJkzMCHQ4S1GTCBOIgUHJrGdEwqzR+jAp/o2qAZelUDoQnruEEdDclJI6576AlNVfc+22XN/+Y1vnJD0Yind6UpEEvn/Hqq15EYjCW7jZCJEpnNvDgkyelDjs106kuux2AAXCSobULOWP8mLhYlpoDMK4qAFXJGk+grtH8YXVz5KJblqaG1+VUdTc0I290bmUQAriGITRbdQnom0aoFj8kx1+wMD2ifncAXUQE4SkDqN1hE0jEophs1SUwZAOhUAiMCLwRtamtTZtbbmZErSAUHbSysaoEmnrsakiMiUAURi283gN6wans9oX8rOCrj7/JP35DFD+iQ7Au/K2KE1jzx6ujjUnXFH9KjEq6ZlhsTBICrNLJf47Pv/pkHzvup1w4dmUbEei0+bcXRqJuh5kVARQ8byyYxOwNGr7A87xh1tp8sGT+uMInrwi++Xj7TQz2d27NvwEkrOflAFQGIDA5khASBCGdO2/Z/MnLPwYfv5TFhjW7QhVKAB6afwe2LpFlFsCnlQEosgQgDsdOG1/LKeNqJS4JCSPJ/i+TakwEARor7gER1Iva5JmPOJK0RUqmoPnnlzFCtmIAhAAQEIQRgDaiYPIauNXcnDlRIrWNFY3hm7PG9YRqr7IV7HrCgAC17befjEvRq2nGhAHtBqDpOuI/I1diUUAMYIxEdyejBJqLnNoszGZtfiX/CztGv2mq+sdaAAAAAElFTkSuQmCC">
23
  <title>Lighthouse Report</title>
24
  <style>/**
25
 * @license
26
 * Copyright 2017 The Lighthouse Authors. All Rights Reserved.
27
 *
28
 * Licensed under the Apache License, Version 2.0 (the "License");
29
 * you may not use this file except in compliance with the License.
30
 * You may obtain a copy of the License at
31
 *
32
 *      http://www.apache.org/licenses/LICENSE-2.0
33
 *
34
 * Unless required by applicable law or agreed to in writing, software
35
 * distributed under the License is distributed on an "AS-IS" BASIS,
36
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37
 * See the License for the specific language governing permissions and
38
 * limitations under the License.
39
 */
40

    
41
/*
42
  Naming convention:
43

    
44
  If a variable is used for a specific component: --{component}-{property name}-{modifier}
45

    
46
  Both {component} and {property name} should be kebab-case. If the target is the entire page,
47
  use 'report' for the component. The property name should not be abbreviated. Use the
48
  property name the variable is intended for - if it's used for multiple, a common descriptor
49
  is fine (ex: 'size' for a variable applied to 'width' and 'height'). If a variable is shared
50
  across multiple components, either create more variables or just drop the "{component}-"
51
  part of the name. Append any modifiers at the end (ex: 'big', 'dark').
52

    
53
  For colors: --color-{hue}-{intensity}
54

    
55
  {intensity} is the Material Design tag - 700, A700, etc.
56
*/
57
.lh-vars {
58
  /* Palette using Material Design Colors
59
   * https://www.materialui.co/colors */
60
  --color-amber-50: #FFF8E1;
61
  --color-blue-200: #90CAF9;
62
  --color-blue-900: #0D47A1;
63
  --color-blue-A700: #2962FF;
64
  --color-cyan-500: #00BCD4;
65
  --color-gray-100: #F5F5F5;
66
  --color-gray-300: #CFCFCF;
67
  --color-gray-200: #E0E0E0;
68
  --color-gray-400: #BDBDBD;
69
  --color-gray-50: #FAFAFA;
70
  --color-gray-500: #9E9E9E;
71
  --color-gray-600: #757575;
72
  --color-gray-700: #616161;
73
  --color-gray-800: #424242;
74
  --color-gray-900: #212121;
75
  --color-gray: #000000;
76
  --color-green-700: #018642;
77
  --color-green: #0CCE6B;
78
  --color-lime-400: #D3E156;
79
  --color-orange-50: #FFF3E0;
80
  --color-orange-700: #D04900;
81
  --color-orange: #FFA400;
82
  --color-red-700: #EB0F00;
83
  --color-red: #FF4E42;
84
  --color-teal-600: #00897B;
85
  --color-white: #FFFFFF;
86

    
87
  /* Context-specific colors */
88
  --color-average-secondary: var(--color-orange-700);
89
  --color-average: var(--color-orange);
90
  --color-fail-secondary: var(--color-red-700);
91
  --color-fail: var(--color-red);
92
  --color-hover: var(--color-gray-50);
93
  --color-informative: var(--color-blue-900);
94
  --color-pass-secondary: var(--color-green-700);
95
  --color-pass: var(--color-green);
96
  --color-not-applicable: var(--color-gray-600);
97

    
98
  /* Component variables */
99
  --audit-description-padding-left: calc(var(--score-icon-size) + var(--score-icon-margin-left) + var(--score-icon-margin-right));
100
  --audit-explanation-line-height: 16px;
101
  --audit-group-margin-bottom: 40px;
102
  --audit-group-padding-vertical: 8px;
103
  --audit-margin-horizontal: 5px;
104
  --audit-padding-vertical: 8px;
105
  --category-header-font-size: 20px;
106
  --category-padding: 40px;
107
  --chevron-line-stroke: var(--color-gray-600);
108
  --chevron-size: 12px;
109
  --default-padding: 12px;
110
  --env-item-background-color: var(--color-gray-100);
111
  --env-item-font-size: 28px;
112
  --env-item-line-height: 36px;
113
  --env-item-padding: 10px 0px;
114
  --env-name-min-width: 220px;
115
  --footer-padding-vertical: 16px;
116
  --gauge-circle-size-big: 112px;
117
  --gauge-circle-size: 80px;
118
  --gauge-label-font-size-big: 28px;
119
  --gauge-label-font-size: 20px;
120
  --gauge-label-line-height-big: 36px;
121
  --gauge-label-line-height: 26px;
122
  --gauge-percentage-font-size-big: 38px;
123
  --gauge-percentage-font-size: 28px;
124
  --gauge-wrapper-width: 148px;
125
  --header-line-height: 24px;
126
  --highlighter-background-color: var(--report-text-color);
127
  --icon-square-size: calc(var(--score-icon-size) * 0.88);
128
  --image-preview-size: 48px;
129
  --metric-toggle-lines-fill: #7F7F7F;
130
  --metric-value-font-size: 28px;
131
  --metrics-toggle-background-color: var(--color-gray-200);
132
  --plugin-badge-background-color: var(--color-white);
133
  --plugin-badge-size-big: calc(var(--gauge-circle-size-big) / 2.7);
134
  --plugin-badge-size: calc(var(--gauge-circle-size) / 2.7);
135
  --plugin-icon-size: 65%;
136
  --pwa-icon-margin: 0 6px 0 -2px;
137
  --pwa-icon-size: var(--topbar-logo-size);
138
  --report-background-color: #fff;
139
  --report-border-color-secondary: #ebebeb;
140
  --report-font-family-monospace: 'Roboto Mono', 'Menlo', 'dejavu sans mono', 'Consolas', 'Lucida Console', monospace;
141
  --report-font-family: Roboto, Helvetica, Arial, sans-serif;
142
  --report-font-size: 16px;
143
  --report-icon-size: var(--score-icon-background-size);
144
  --report-line-height: 24px;
145
  --report-min-width: 400px;
146
  --report-monospace-font-size: calc(var(--report-font-size) * 0.85);
147
  --report-text-color-secondary: var(--color-gray-800);
148
  --report-text-color: var(--color-gray-900);
149
  --report-width: calc(60 * var(--report-font-size));
150
  --score-container-padding: 8px;
151
  --score-icon-background-size: 24px;
152
  --score-icon-margin-left: 4px;
153
  --score-icon-margin-right: 12px;
154
  --score-icon-margin: 0 var(--score-icon-margin-right) 0 var(--score-icon-margin-left);
155
  --score-icon-size: 12px;
156
  --score-icon-size-big: 16px;
157
  --scores-container-padding: 20px 0 20px 0;
158
  --scorescale-height: 6px;
159
  --scorescale-width: 18px;
160
  --screenshot-overlay-background: rgba(0, 0, 0, 0.3);
161
  --section-padding-vertical: 12px;
162
  --snippet-background-color: var(--color-gray-50);
163
  --snippet-color: #0938C2;
164
  --sparkline-height: 5px;
165
  --stackpack-padding-horizontal: 10px;
166
  --sticky-header-background-color: var(--report-background-color);
167
  --table-higlight-background-color: hsla(0, 0%, 75%, 0.1);
168
  --tools-icon-color: var(--color-gray-600);
169
  --topbar-background-color: var(--color-gray-100);
170
  --topbar-height: 32px;
171
  --topbar-logo-size: 24px;
172
  --topbar-padding: 0 8px;
173
  --toplevel-warning-background-color: var(--color-orange-50);
174
  --toplevel-warning-message-text-color: #BD4200;
175
  --toplevel-warning-padding: 18px;
176
  --toplevel-warning-text-color: var(--report-text-color);
177

    
178
  /* SVGs */
179
  --plugin-icon-url-dark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="%23FFFFFF"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z"/></svg>');
180
  --plugin-icon-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" fill="%23757575"><path d="M0 0h24v24H0z" fill="none"/><path d="M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z"/></svg>');
181

    
182
  --pass-icon-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><title>check</title><path fill="%23178239" d="M24 4C12.95 4 4 12.95 4 24c0 11.04 8.95 20 20 20 11.04 0 20-8.96 20-20 0-11.05-8.96-20-20-20zm-4 30L10 24l2.83-2.83L20 28.34l15.17-15.17L38 16 20 34z"/></svg>');
183
  --average-icon-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><title>info</title><path fill="%23E67700" d="M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm2 30h-4V22h4v12zm0-16h-4v-4h4v4z"/></svg>');
184
  --fail-icon-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><title>warn</title><path fill="%23C7221F" d="M2 42h44L24 4 2 42zm24-6h-4v-4h4v4zm0-8h-4v-8h4v8z"/></svg>');
185

    
186
  --pwa-installable-gray-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><circle fill="%23DAE0E3" cx="12" cy="12" r="12"/><path d="M12 5a7 7 0 1 0 0 14 7 7 0 0 0 0-14zm3.5 7.7h-2.8v2.8h-1.4v-2.8H8.5v-1.4h2.8V8.5h1.4v2.8h2.8v1.4z" fill="%23FFF"/></g></svg>');
187
  --pwa-optimized-gray-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><rect fill="%23DAE0E3" width="24" height="24" rx="12"/><path fill="%23FFF" d="M12 15.07l3.6 2.18-.95-4.1 3.18-2.76-4.2-.36L12 6.17l-1.64 3.86-4.2.36 3.2 2.76-.96 4.1z"/><path d="M5 5h14v14H5z"/></g></svg>');
188

    
189
  --pwa-installable-gray-url-dark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="nonzero"><circle fill="%23424242" cx="12" cy="12" r="12"/><path d="M12 5a7 7 0 1 0 0 14 7 7 0 0 0 0-14zm3.5 7.7h-2.8v2.8h-1.4v-2.8H8.5v-1.4h2.8V8.5h1.4v2.8h2.8v1.4z" fill="%23FFF"/></g></svg>');
190
  --pwa-optimized-gray-url-dark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><rect fill="%23424242" width="24" height="24" rx="12"/><path fill="%23FFF" d="M12 15.07l3.6 2.18-.95-4.1 3.18-2.76-4.2-.36L12 6.17l-1.64 3.86-4.2.36 3.2 2.76-.96 4.1z"/><path d="M5 5h14v14H5z"/></g></svg>');
191

    
192
  --pwa-installable-color-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><circle fill="%230CCE6B" cx="12" cy="12" r="12"/><path d="M12 5a7 7 0 1 0 0 14 7 7 0 0 0 0-14zm3.5 7.7h-2.8v2.8h-1.4v-2.8H8.5v-1.4h2.8V8.5h1.4v2.8h2.8v1.4z" fill="%23FFF"/></g></svg>');
193
  --pwa-optimized-color-url: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><rect fill="%230CCE6B" width="24" height="24" rx="12"/><path d="M5 5h14v14H5z"/><path fill="%23FFF" d="M12 15.07l3.6 2.18-.95-4.1 3.18-2.76-4.2-.36L12 6.17l-1.64 3.86-4.2.36 3.2 2.76-.96 4.1z"/></g></svg>');
194
}
195

    
196
@media not print {
197
  .lh-vars.lh-dark {
198
    /* Pallete */
199
    --color-gray-200: var(--color-gray-800);
200
    --color-gray-300: #616161;
201
    --color-gray-400: var(--color-gray-600);
202
    --color-gray-700: var(--color-gray-400);
203
    --color-gray-50: #757575;
204
    --color-gray-600: var(--color-gray-500);
205
    --color-green-700: var(--color-green);
206
    --color-orange-700: var(--color-orange);
207
    --color-red-700: var(--color-red);
208
    --color-teal-600: var(--color-cyan-500);
209

    
210
    /* Context-specific colors */
211
    --color-hover: rgba(0, 0, 0, 0.2);
212
    --color-informative: var(--color-blue-200);
213

    
214
    /* Component variables */
215
    --env-item-background-color: var(--color-gray);
216
    --plugin-badge-background-color: var(--color-gray-800);
217
    --report-background-color: var(--color-gray-900);
218
    --report-border-color-secondary: var(--color-gray-200);
219
    --report-text-color-secondary: var(--color-gray-400);
220
    --report-text-color: var(--color-gray-100);
221
    --snippet-color: var(--color-cyan-500);
222
    --topbar-background-color: var(--color-gray);
223
  	--toplevel-warning-background-color: #544B40;
224
  	--toplevel-warning-message-text-color: var(--color-orange-700);
225
	--toplevel-warning-text-color: var(--color-gray-100);
226

    
227
    /* SVGs */
228
    --plugin-icon-url: var(--plugin-icon-url-dark);
229
    --pwa-installable-gray-url: var(--pwa-installable-gray-url-dark);
230
    --pwa-optimized-gray-url: var(--pwa-optimized-gray-url-dark);
231
  }
232
}
233

    
234
@media only screen and (max-width: 480px) {
235
  .lh-vars {
236
    --audit-group-margin-bottom: 20px;
237
    --category-padding: 24px;
238
    --env-name-min-width: 120px;
239
    --gauge-circle-size-big: 96px;
240
    --gauge-circle-size: 72px;
241
    --gauge-label-font-size-big: 22px;
242
    --gauge-label-font-size: 14px;
243
    --gauge-label-line-height-big: 26px;
244
    --gauge-label-line-height: 20px;
245
    --gauge-percentage-font-size-big: 34px;
246
    --gauge-percentage-font-size: 26px;
247
    --gauge-wrapper-width: 112px;
248
    --header-padding: 16px 0 16px 0;
249
    --image-preview-size: 24px;
250
    --plugin-icon-size: 75%;
251
    --pwa-icon-margin: 0 7px 0 -3px;
252
    --report-font-size: 14px;
253
    --report-line-height: 20px;
254
    --score-icon-margin-left: 2px;
255
    --score-icon-size: 10px;
256
    --topbar-height: 28px;
257
    --topbar-logo-size: 20px;
258
  }
259

    
260
  /* Not enough space to adequately show the relative savings bars. */
261
  .lh-sparkline {
262
    display: none;
263
  }
264
}
265

    
266
.lh-vars.lh-devtools {
267
  --audit-explanation-line-height: 14px;
268
  --audit-group-margin-bottom: 20px;
269
  --audit-group-padding-vertical: 12px;
270
  --audit-padding-vertical: 4px;
271
  --category-header-font-size: 16px;
272
  --category-padding: 12px;
273
  --default-padding: 12px;
274
  --env-name-min-width: 120px;
275
  --footer-padding-vertical: 8px;
276
  --gauge-circle-size-big: 72px;
277
  --gauge-circle-size: 64px;
278
  --gauge-label-font-size-big: 22px;
279
  --gauge-label-font-size: 14px;
280
  --gauge-label-line-height-big: 26px;
281
  --gauge-label-line-height: 20px;
282
  --gauge-percentage-font-size-big: 34px;
283
  --gauge-percentage-font-size: 26px;
284
  --gauge-wrapper-width: 97px;
285
  --header-line-height: 20px;
286
  --header-padding: 16px 0 16px 0;
287
  --screenshot-overlay-background: transparent;
288
  --plugin-icon-size: 75%;
289
  --pwa-icon-margin: 0 7px 0 -3px;
290
  --report-font-family-monospace: 'Menlo', 'dejavu sans mono', 'Consolas', 'Lucida Console', monospace;
291
  --report-font-family: '.SFNSDisplay-Regular', 'Helvetica Neue', 'Lucida Grande', sans-serif;
292
  --report-font-size: 12px;
293
  --report-line-height: 20px;
294
  --score-icon-margin-left: 2px;
295
  --score-icon-size: 10px;
296
  --section-padding-vertical: 8px;
297
}
298

    
299
.lh-devtools.lh-root {
300
  height: 100%;
301
}
302
.lh-devtools.lh-root img {
303
  /* Override devtools default 'min-width: 0' so svg without size in a flexbox isn't collapsed. */
304
  min-width: auto;
305
}
306
.lh-devtools .lh-container {
307
  overflow-y: scroll;
308
  height: calc(100% - var(--topbar-height));
309
}
310
@media print {
311
  .lh-devtools .lh-container {
312
    overflow: unset;
313
  }
314
}
315
.lh-devtools .lh-sticky-header {
316
  /* This is normally the height of the topbar, but we want it to stick to the top of our scroll container .lh-container` */
317
  top: 0;
318
}
319

    
320
@keyframes fadeIn {
321
  0% { opacity: 0;}
322
  100% { opacity: 0.6;}
323
}
324

    
325
.lh-root *, .lh-root *::before, .lh-root *::after {
326
  box-sizing: border-box;
327
  -webkit-font-smoothing: antialiased;
328
}
329

    
330
.lh-root {
331
  font-family: var(--report-font-family);
332
  font-size: var(--report-font-size);
333
  margin: 0;
334
  line-height: var(--report-line-height);
335
  background: var(--report-background-color);
336
  scroll-behavior: smooth;
337
  color: var(--report-text-color);
338
}
339

    
340
.lh-root :focus {
341
    outline: -webkit-focus-ring-color auto 3px;
342
}
343
.lh-root summary:focus {
344
    outline: none;
345
    box-shadow: 0 0 0 1px hsl(217, 89%, 61%);
346
}
347

    
348
.lh-root [hidden] {
349
  display: none !important;
350
}
351

    
352
.lh-root pre {
353
  margin: 0;
354
}
355

    
356
.lh-root details > summary {
357
  cursor: pointer;
358
}
359

    
360
.lh-container {
361
  /*
362
  Text wrapping in the report is so much FUN!
363
  We have a `word-break: break-word;` globally here to prevent a few common scenarios, namely
364
  long non-breakable text (usually URLs) found in:
365
    1. The footer
366
    2. .lh-node (outerHTML)
367
    3. .lh-code
368

    
369
  With that sorted, the next challenge is appropriate column sizing and text wrapping inside our
370
  .lh-details tables. Even more fun.
371
    * We don't want table headers ("Potential Savings (ms)") to wrap or their column values, but
372
    we'd be happy for the URL column to wrap if the URLs are particularly long.
373
    * We want the narrow columns to remain narrow, providing the most column width for URL
374
    * We don't want the table to extend past 100% width.
375
    * Long URLs in the URL column can wrap. Util.getURLDisplayName maxes them out at 64 characters,
376
      but they do not get any overflow:ellipsis treatment.
377
  */
378
  word-break: break-word;
379
}
380

    
381
.lh-audit-group a,
382
.lh-category-header__description a,
383
.lh-audit__description a,
384
.lh-warnings a,
385
.lh-footer a,
386
.lh-table-column--link a {
387
  color: var(--color-informative);
388
}
389

    
390
.lh-audit__description, .lh-audit__stackpack {
391
  --inner-audit-padding-right: var(--stackpack-padding-horizontal);
392
  padding-left: var(--audit-description-padding-left);
393
  padding-right: var(--inner-audit-padding-right);
394
  padding-top: 8px;
395
  padding-bottom: 8px;
396
}
397

    
398
.lh-details {
399
  font-size: var(--report-font-size);
400
  margin-top: var(--default-padding);
401
  margin-bottom: var(--default-padding);
402
  margin-left: var(--audit-description-padding-left);
403
  /* whatever the .lh-details side margins are */
404
  width: 100%;
405
}
406

    
407
.lh-audit__stackpack {
408
  display: flex;
409
  align-items: center;
410
}
411

    
412
.lh-audit__stackpack__img {
413
  max-width: 50px;
414
  margin-right: var(--default-padding)
415
}
416

    
417
/* Report header */
418

    
419
.lh-report-icon {
420
  display: flex;
421
  align-items: center;
422
  padding: 10px 12px;
423
  cursor: pointer;
424
}
425
.lh-report-icon[disabled] {
426
  opacity: 0.3;
427
  pointer-events: none;
428
}
429

    
430
.lh-report-icon::before {
431
  content: "";
432
  margin-right: 5px;
433
  background-repeat: no-repeat;
434
  width: var(--report-icon-size);
435
  height: var(--report-icon-size);
436
  opacity: 0.7;
437
}
438
.lh-report-icon:hover::before {
439
  opacity: 1;
440
}
441
.lh-dark .lh-report-icon::before {
442
  filter: invert(1);
443
}
444
.lh-report-icon--print::before {
445
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 8H5c-1.66 0-3 1.34-3 3v6h4v4h12v-4h4v-6c0-1.66-1.34-3-3-3zm-3 11H8v-5h8v5zm3-7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm-1-9H6v4h12V3z"/><path fill="none" d="M0 0h24v24H0z"/></svg>');
446
}
447
.lh-report-icon--copy::before {
448
  background-image: url('data:image/svg+xml;utf8,<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg>');
449
}
450
.lh-report-icon--open::before {
451
  background-image: url('data:image/svg+xml;utf8,<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 4H5c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h4v-2H5V8h14v10h-4v2h4c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2zm-7 6l-4 4h3v6h2v-6h3l-4-4z"/></svg>');
452
}
453
.lh-report-icon--download::before {
454
  background-image: url('data:image/svg+xml;utf8,<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
455
}
456
.lh-report-icon--dark::before {
457
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 100 125"><path d="M50 23.587c-16.27 0-22.799 12.574-22.799 21.417 0 12.917 10.117 22.451 12.436 32.471h20.726c2.32-10.02 12.436-19.554 12.436-32.471 0-8.843-6.528-21.417-22.799-21.417zM39.637 87.161c0 3.001 1.18 4.181 4.181 4.181h.426l.41 1.231C45.278 94.449 46.042 95 48.019 95h3.963c1.978 0 2.74-.551 3.365-2.427l.409-1.231h.427c3.002 0 4.18-1.18 4.18-4.181V80.91H39.637v6.251zM50 18.265c1.26 0 2.072-.814 2.072-2.073v-9.12C52.072 5.813 51.26 5 50 5c-1.259 0-2.072.813-2.072 2.073v9.12c0 1.259.813 2.072 2.072 2.072zM68.313 23.727c.994.774 2.135.634 2.91-.357l5.614-7.187c.776-.992.636-2.135-.356-2.909-.992-.776-2.135-.636-2.91.357l-5.613 7.186c-.778.993-.636 2.135.355 2.91zM91.157 36.373c-.306-1.222-1.291-1.815-2.513-1.51l-8.85 2.207c-1.222.305-1.814 1.29-1.51 2.512.305 1.223 1.291 1.814 2.513 1.51l8.849-2.206c1.223-.305 1.816-1.291 1.511-2.513zM86.757 60.48l-8.331-3.709c-1.15-.512-2.225-.099-2.736 1.052-.512 1.151-.1 2.224 1.051 2.737l8.33 3.707c1.15.514 2.225.101 2.736-1.05.513-1.149.1-2.223-1.05-2.737zM28.779 23.37c.775.992 1.917 1.131 2.909.357.992-.776 1.132-1.917.357-2.91l-5.615-7.186c-.775-.992-1.917-1.132-2.909-.357s-1.131 1.917-.356 2.909l5.614 7.187zM21.715 39.583c.305-1.223-.288-2.208-1.51-2.513l-8.849-2.207c-1.222-.303-2.208.289-2.513 1.511-.303 1.222.288 2.207 1.511 2.512l8.848 2.206c1.222.304 2.208-.287 2.513-1.509zM21.575 56.771l-8.331 3.711c-1.151.511-1.563 1.586-1.05 2.735.511 1.151 1.586 1.563 2.736 1.052l8.331-3.711c1.151-.511 1.563-1.586 1.05-2.735-.512-1.15-1.585-1.562-2.736-1.052z"/></svg>');
458
}
459
.lh-report-icon--treemap::before {
460
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="black"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M3 5v14h19V5H3zm2 2h15v4H5V7zm0 10v-4h4v4H5zm6 0v-4h9v4h-9z"/></svg>');
461
}
462

    
463
.lh-buttons {
464
  display: flex;
465
  flex-wrap: wrap;
466
}
467
.lh-button {
468
  margin: 10px;
469
  height: 30px;
470
  border: 1px solid var(--color-gray-600);
471
  border-radius: 4px;
472
  font-weight: bold;
473
  color: rgb(26, 115, 232);
474
  background-color: var(--report-background-color);
475
}
476
.lh-dark .lh-button {
477
  color: var(--color-blue-200);
478
}
479

    
480
/* Node */
481
.lh-node__snippet {
482
  font-family: var(--report-font-family-monospace);
483
  color: var(--snippet-color);
484
  font-size: var(--report-monospace-font-size);
485
  line-height: 20px;
486
}
487

    
488
/* Score */
489

    
490
.lh-audit__score-icon {
491
  width: var(--score-icon-size);
492
  height: var(--score-icon-size);
493
  margin: var(--score-icon-margin);
494
}
495

    
496
.lh-audit--pass .lh-audit__display-text {
497
  color: var(--color-pass-secondary);
498
}
499
.lh-audit--pass .lh-audit__score-icon,
500
.lh-scorescale-range--pass::before {
501
  border-radius: 100%;
502
  background: var(--color-pass);
503
}
504

    
505
.lh-audit--average .lh-audit__display-text {
506
  color: var(--color-average-secondary);
507
}
508
.lh-audit--average .lh-audit__score-icon,
509
.lh-scorescale-range--average::before {
510
  background: var(--color-average);
511
  width: var(--icon-square-size);
512
  height: var(--icon-square-size);
513
}
514

    
515
.lh-audit--fail .lh-audit__display-text {
516
  color: var(--color-fail-secondary);
517
}
518
.lh-audit--fail .lh-audit__score-icon,
519
.lh-audit--error .lh-audit__score-icon,
520
.lh-scorescale-range--fail::before {
521
  border-left: calc(var(--score-icon-size) / 2) solid transparent;
522
  border-right: calc(var(--score-icon-size) / 2) solid transparent;
523
  border-bottom: var(--score-icon-size) solid var(--color-fail);
524
}
525

    
526
.lh-audit--manual .lh-audit__display-text,
527
.lh-audit--notapplicable .lh-audit__display-text {
528
  color: var(--color-gray-600);
529
}
530
.lh-audit--manual .lh-audit__score-icon,
531
.lh-audit--notapplicable .lh-audit__score-icon {
532
  border: 2px solid var(--color-gray-400);
533
  border-radius: 100%;
534
  background: none;
535
}
536

    
537
.lh-audit--informative .lh-audit__display-text {
538
  color: var(--color-gray-600);
539
}
540

    
541
.lh-audit--informative .lh-audit__score-icon {
542
  border: 2px solid var(--color-gray-400);
543
  border-radius: 100%;
544
}
545

    
546
.lh-audit__description,
547
.lh-audit__stackpack {
548
  color: var(--report-text-color-secondary);
549
}
550
.lh-audit__adorn {
551
  border: 1px solid slategray;
552
  border-radius: 3px;
553
  margin: 0 3px;
554
  padding: 0 2px;
555
  line-height: 1.1;
556
  display: inline-block;
557
  font-size: 90%;
558
}
559

    
560
.lh-category-header__description  {
561
  font-size: var(--report-font-size);
562
  text-align: center;
563
  margin: 0px auto;
564
  max-width: 400px;
565
}
566

    
567

    
568
.lh-audit__display-text,
569
.lh-load-opportunity__sparkline,
570
.lh-chevron-container {
571
  margin: 0 var(--audit-margin-horizontal);
572
}
573
.lh-chevron-container {
574
  margin-right: 0;
575
}
576

    
577
.lh-audit__title-and-text {
578
  flex: 1;
579
}
580

    
581
.lh-audit__title-and-text code {
582
  color: var(--snippet-color);
583
  font-size: var(--report-monospace-font-size);
584
}
585

    
586
/* Prepend display text with em dash separator. But not in Opportunities. */
587
.lh-audit__display-text:not(:empty):before {
588
  content: '';
589
  margin-right: var(--audit-margin-horizontal);
590
}
591
.lh-audit-group.lh-audit-group--load-opportunities .lh-audit__display-text:not(:empty):before {
592
  display: none;
593
}
594

    
595
/* Expandable Details (Audit Groups, Audits) */
596
.lh-audit__header {
597
  display: flex;
598
  align-items: center;
599
  font-weight: 500;
600
  padding: var(--audit-padding-vertical) 0;
601
}
602

    
603
.lh-audit--load-opportunity .lh-audit__header {
604
  display: block;
605
}
606

    
607

    
608
.lh-metricfilter {
609
  text-align: right;
610
  margin-top: var(--default-padding);
611
}
612

    
613
.lh-metricfilter__radio {
614
  position: absolute;
615
  left: -9999px;
616
}
617
.lh-metricfilter input[type='radio']:focus-visible + label {
618
  outline: -webkit-focus-ring-color auto 1px;
619
}
620

    
621
.lh-metricfilter__label {
622
  border: solid 1px var(--color-gray-400);
623
  align-items: center;
624
  justify-content: center;
625
  padding: 2px 5px;
626
  width: 50%;
627
  height: 28px;
628
  cursor: pointer;
629
  font-size: 90%;
630
}
631

    
632
.lh-metricfilter__label:first-of-type {
633
  border-top-left-radius: 5px;
634
  border-bottom-left-radius: 5px;
635
  margin-left: 5px;
636
}
637
.lh-metricfilter__label:last-of-type {
638
  border-top-right-radius: 5px;
639
  border-bottom-right-radius: 5px;
640
}
641

    
642
.lh-metricfilter__label--active {
643
  background: var(--color-blue-A700);
644
  color: var(--color-white);
645
}
646
/* Give the 'All' choice a more muted display */
647
.lh-metricfilter__label--active[for="metric-All"] {
648
  background-color: var(--color-blue-200) !important;
649
  color: black !important;
650
}
651

    
652
/* If audits are filtered, hide the itemcount for Passed Audits… */
653
.lh-category--filtered .lh-audit-group .lh-audit-group__itemcount {
654
  display: none;
655
}
656

    
657

    
658
.lh-audit__header:hover {
659
  background-color: var(--color-hover);
660
}
661

    
662
/* We want to hide the browser's default arrow marker on summary elements. Admittedly, it's complicated. */
663
.lh-audit-group > summary,
664
.lh-expandable-details > summary {
665
  /* Blink 89+ and Firefox will hide the arrow when display is changed from (new) default of `list-item` to block.  https://chromestatus.com/feature/6730096436051968*/
666
  display: block;
667
}
668
/* Safari and Blink <=88 require using the -webkit-details-marker selector */
669
.lh-audit-group > summary::-webkit-details-marker,
670
.lh-expandable-details > summary::-webkit-details-marker {
671
  display: none;
672
}
673

    
674
/* Perf Metric */
675

    
676
.lh-metrics-container {
677
  display: grid;
678
  grid-template-rows: 1fr 1fr 1fr;
679
  grid-auto-flow: column;
680
  grid-column-gap: 24px;
681
}
682

    
683
.lh-metric {
684
  border-top: 1px solid var(--report-border-color-secondary);
685
}
686

    
687
@media screen and (min-width: 640px) {
688
  .lh-metric:nth-child(3n+3) {
689
    border-bottom: 1px solid var(--report-border-color-secondary);
690
  }
691
}
692

    
693
@media screen and (max-width: 640px) {
694
  .lh-metrics-container {
695
    display: block;
696
  }
697

    
698
  .lh-metric:nth-last-child(-n+1) {
699
    border-bottom: 1px solid var(--report-border-color-secondary);
700
  }
701
}
702

    
703
.lh-metric__innerwrap {
704
  display: grid;
705
  /** 
706
   * Icon -- Metric Name 
707
   *      -- Metric Value
708
   */
709
  grid-template-columns: calc(var(--score-icon-size) + var(--score-icon-margin-left) + var(--score-icon-margin-right)) 1fr;
710
  align-items: center;
711
  padding: 10px 0;
712
}
713

    
714
.lh-metric__details {
715
  order: -1;
716
}
717

    
718
.lh-metric__title {
719
  flex: 1;
720
  font-weight: 500;
721
}
722

    
723
.lh-metrics__disclaimer {
724
  color: var(--color-gray-600);
725
  margin: var(--section-padding-vertical) 0;
726
}
727

    
728
.lh-calclink {
729
  padding-left: calc(1ex / 3);
730
}
731

    
732
.lh-metric__description {
733
  display: none;
734
  grid-column-start: 2;
735
  grid-column-end: 4;
736
  color: var(--report-text-color-secondary);
737
}
738

    
739
.lh-metric__value {
740
  font-size: var(--metric-value-font-size);
741
  margin: calc(var(--default-padding) / 2) 0;
742
  white-space: nowrap; /* No wrapping between metric value and the icon */
743
  font-weight: 500;
744
  grid-column-start: 2;
745
}
746

    
747
/* Change the grid to 3 columns for narrow viewport. */
748
@media screen and (max-width: 535px) {
749
  .lh-metric__innerwrap {
750
  /** 
751
   * Icon -- Metric Name -- Metric Value
752
   */
753
    grid-template-columns: calc(var(--score-icon-size) + var(--score-icon-margin-left) + var(--score-icon-margin-right)) 2fr 1fr;
754
  }
755
  .lh-metric__value {
756
    justify-self: end;
757
    grid-column-start: unset;
758
  }
759
}
760

    
761
/* No-JS toggle switch */
762
/* Keep this selector sync'd w/ `magicSelector` in report-ui-features-test.js */
763
 .lh-metrics-toggle__input:checked ~ .lh-metrics-container .lh-metric__description {
764
  display: block;
765
}
766

    
767
.lh-metrics-toggle__input {
768
  cursor: pointer;
769
  opacity: 0;
770
  position: absolute;
771
  right: 0;
772
  width: 74px;
773
  height: 28px;
774
  top: -3px;
775
}
776
.lh-metrics-toggle__label {
777
  display: flex;
778
  background-color: #eee;
779
  border-radius: 20px;
780
  overflow: hidden;
781
  position: absolute;
782
  right: 0;
783
  top: -3px;
784
  pointer-events: none;
785
}
786
.lh-metrics-toggle__input:focus + label {
787
  outline: -webkit-focus-ring-color auto 3px;
788
}
789
.lh-metrics-toggle__icon {
790
  display: flex;
791
  align-items: center;
792
  justify-content: center;
793
  padding: 2px 5px;
794
  width: 50%;
795
  height: 28px;
796
}
797
.lh-metrics-toggle__input:not(:checked) + label .lh-metrics-toggle__icon--less,
798
.lh-metrics-toggle__input:checked + label .lh-metrics-toggle__icon--more {
799
  background-color: var(--color-blue-A700);
800
  --metric-toggle-lines-fill: var(--color-white);
801
}
802
.lh-metrics-toggle__lines {
803
  fill: var(--metric-toggle-lines-fill);
804
}
805

    
806
.lh-metrics-toggle__label  {
807
  background-color: var(--metrics-toggle-background-color);
808
}
809

    
810
.lh-metrics-toggle__label .lh-metrics-toggle__icon--less {
811
  padding-left: 8px;
812
}
813
.lh-metrics-toggle__label .lh-metrics-toggle__icon--more {
814
  padding-right: 8px;
815
}
816

    
817
/* Pushes the metric description toggle button to the right. */
818
.lh-audit-group--metrics .lh-audit-group__header {
819
  display: flex;
820
}
821
.lh-audit-group--metrics .lh-audit-group__header span.lh-audit-group__title {
822
  flex: 1;
823
}
824

    
825
.lh-metric__icon,
826
.lh-scorescale-range::before {
827
  content: '';
828
  width: var(--score-icon-size);
829
  height: var(--score-icon-size);
830
  display: inline-block;
831
  margin: var(--score-icon-margin);
832
}
833

    
834
.lh-metric--pass .lh-metric__value {
835
  color: var(--color-pass-secondary);
836
}
837
.lh-metric--pass .lh-metric__icon {
838
  border-radius: 100%;
839
  background: var(--color-pass);
840
}
841

    
842
.lh-metric--average .lh-metric__value {
843
  color: var(--color-average-secondary);
844
}
845
.lh-metric--average .lh-metric__icon {
846
  background: var(--color-average);
847
  width: var(--icon-square-size);
848
  height: var(--icon-square-size);
849
}
850

    
851
.lh-metric--fail .lh-metric__value {
852
  color: var(--color-fail-secondary);
853
}
854
.lh-metric--fail .lh-metric__icon,
855
.lh-metric--error .lh-metric__icon {
856
  border-left: calc(var(--score-icon-size) / 2) solid transparent;
857
  border-right: calc(var(--score-icon-size) / 2) solid transparent;
858
  border-bottom: var(--score-icon-size) solid var(--color-fail);
859
}
860

    
861
.lh-metric--error .lh-metric__value,
862
.lh-metric--error .lh-metric__description {
863
  color: var(--color-fail-secondary);
864
}
865

    
866
/* Perf load opportunity */
867

    
868
.lh-load-opportunity__cols {
869
  display: flex;
870
  align-items: flex-start;
871
}
872

    
873
.lh-load-opportunity__header .lh-load-opportunity__col {
874
  color: var(--color-gray-600);
875
  display: unset;
876
  line-height: calc(2.3 * var(--report-font-size));
877
}
878

    
879
.lh-load-opportunity__col {
880
  display: flex;
881
}
882

    
883
.lh-load-opportunity__col--one {
884
  flex: 5;
885
  align-items: center;
886
  margin-right: 2px;
887
}
888
.lh-load-opportunity__col--two {
889
  flex: 4;
890
  text-align: right;
891
}
892

    
893
.lh-audit--load-opportunity .lh-audit__display-text {
894
  text-align: right;
895
  flex: 0 0 calc(3 * var(--report-font-size));
896
}
897

    
898

    
899
/* Sparkline */
900

    
901
.lh-load-opportunity__sparkline {
902
  flex: 1;
903
  margin-top: calc((var(--report-line-height) - var(--sparkline-height)) / 2);
904
}
905

    
906
.lh-sparkline {
907
  height: var(--sparkline-height);
908
  width: 100%;
909
}
910

    
911
.lh-sparkline__bar {
912
  height: 100%;
913
  float: right;
914
}
915

    
916
.lh-audit--pass .lh-sparkline__bar {
917
  background: var(--color-pass);
918
}
919

    
920
.lh-audit--average .lh-sparkline__bar {
921
  background: var(--color-average);
922
}
923

    
924
.lh-audit--fail .lh-sparkline__bar {
925
  background: var(--color-fail);
926
}
927

    
928
/* Filmstrip */
929

    
930
.lh-filmstrip-container {
931
  /* smaller gap between metrics and filmstrip */
932
  margin: -8px auto 0 auto;
933
}
934

    
935
.lh-filmstrip {
936
  display: flex;
937
  flex-direction: row;
938
  justify-content: space-between;
939
  padding-bottom: var(--default-padding);
940
}
941

    
942
.lh-filmstrip__frame {
943
  text-align: right;
944
  position: relative;
945
}
946

    
947
.lh-filmstrip__thumbnail {
948
  border: 1px solid var(--report-border-color-secondary);
949
  max-height: 100px;
950
  max-width: 60px;
951
}
952

    
953
@media screen and (max-width: 750px) {
954
  .lh-filmstrip {
955
    flex-wrap: wrap;
956
  }
957
  .lh-filmstrip__frame {
958
    width: 20%;
959
    margin-bottom: 5px;
960
  }
961
  .lh-filmstrip__thumbnail {
962
    display: block;
963
    margin: auto;
964
  }
965
}
966

    
967
/* Audit */
968

    
969
.lh-audit {
970
  border-bottom: 1px solid var(--report-border-color-secondary);
971
}
972

    
973
/* Apply border-top to just the first audit. */
974
.lh-audit {
975
  border-top: 1px solid var(--report-border-color-secondary);
976
}
977
.lh-audit ~ .lh-audit {
978
  border-top: none;
979
}
980

    
981

    
982
.lh-audit--error .lh-audit__display-text {
983
  color: var(--color-fail);
984
}
985

    
986
/* Audit Group */
987

    
988
.lh-audit-group {
989
  margin-bottom: var(--audit-group-margin-bottom);
990
  position: relative;
991
}
992

    
993
.lh-audit-group__header::before {
994
  /* By default, groups don't get an icon */
995
  content: none;
996
  width: var(--pwa-icon-size);
997
  height: var(--pwa-icon-size);
998
  margin: var(--pwa-icon-margin);
999
  display: inline-block;
1000
  vertical-align: middle;
1001
}
1002

    
1003
/* Style the "over budget" columns red. */
1004
.lh-audit-group--budgets #performance-budget tbody tr td:nth-child(4),
1005
.lh-audit-group--budgets #performance-budget tbody tr td:nth-child(5),
1006
.lh-audit-group--budgets #timing-budget tbody tr td:nth-child(3) {
1007
  color: var(--color-red-700);
1008
}
1009

    
1010
/* Align the "over budget request count" text to be close to the "over budget bytes" column. */
1011
.lh-audit-group--budgets .lh-table tbody tr td:nth-child(4){
1012
  text-align: right;
1013
}
1014

    
1015
.lh-audit-group--budgets .lh-table {
1016
  width: 100%;
1017
  margin: 16px 0px 16px 0px;
1018
}
1019

    
1020
.lh-audit-group--pwa-installable .lh-audit-group__header::before {
1021
  content: '';
1022
  background-image: var(--pwa-installable-gray-url);
1023
}
1024
.lh-audit-group--pwa-optimized .lh-audit-group__header::before {
1025
  content: '';
1026
  background-image: var(--pwa-optimized-gray-url);
1027
}
1028
.lh-audit-group--pwa-installable.lh-badged .lh-audit-group__header::before {
1029
  background-image: var(--pwa-installable-color-url);
1030
}
1031
.lh-audit-group--pwa-optimized.lh-badged .lh-audit-group__header::before {
1032
  background-image: var(--pwa-optimized-color-url);
1033
}
1034

    
1035
.lh-audit-group--metrics .lh-audit-group__summary {
1036
  margin-top: 0;
1037
  margin-bottom: 0;
1038
}
1039

    
1040
.lh-audit-group__summary {
1041
  display: flex;
1042
  justify-content: space-between;
1043
  margin-top: calc(var(--category-padding) * 1.5);
1044
  margin-bottom: var(--category-padding);
1045
}
1046

    
1047
.lh-audit-group__itemcount {
1048
  color: var(--color-gray-600);
1049
  font-weight: bold;
1050
}
1051
.lh-audit-group__header .lh-chevron {
1052
  margin-top: calc((var(--report-line-height) - 5px) / 2);
1053
}
1054

    
1055
.lh-audit-group__header {
1056
  font-size: var(--report-font-size);
1057
  margin: 0 0 var(--audit-group-padding-vertical);
1058
  /* When the header takes 100% width, the chevron becomes small. */
1059
  max-width: calc(100% - var(--chevron-size));
1060
}
1061
/* max-width makes the metric toggle not flush. metrics doesn't have a chevron so unset. */
1062
.lh-audit-group--metrics .lh-audit-group__header {
1063
  max-width: unset;
1064
}
1065

    
1066
.lh-audit-group__header span.lh-audit-group__title {
1067
  font-weight: bold;
1068
}
1069

    
1070
.lh-audit-group__header span.lh-audit-group__itemcount {
1071
  font-weight: bold;
1072
  color: var(--color-gray-600);
1073
}
1074

    
1075
.lh-audit-group__header span.lh-audit-group__description {
1076
  font-weight: 500;
1077
  color: var(--color-gray-600);
1078
}
1079
.lh-audit-group__header span.lh-audit-group__description::before {
1080
  content: '—';
1081
  margin: 0px var(--audit-margin-horizontal);
1082
}
1083

    
1084
.lh-clump > .lh-audit-group__header,
1085
.lh-audit-group--diagnostics .lh-audit-group__header,
1086
.lh-audit-group--load-opportunities .lh-audit-group__header,
1087
.lh-audit-group--metrics .lh-audit-group__header,
1088
.lh-audit-group--pwa-installable .lh-audit-group__header,
1089
.lh-audit-group--pwa-optimized .lh-audit-group__header {
1090
  margin-top: var(--audit-group-padding-vertical);
1091
}
1092

    
1093
.lh-audit-explanation {
1094
  margin: var(--audit-padding-vertical) 0 calc(var(--audit-padding-vertical) / 2) var(--audit-margin-horizontal);
1095
  line-height: var(--audit-explanation-line-height);
1096
  display: inline-block;
1097
}
1098

    
1099
.lh-audit--fail .lh-audit-explanation {
1100
  color: var(--color-fail);
1101
}
1102

    
1103
/* Report */
1104
.lh-list > div:not(:last-child) {
1105
  padding-bottom: 20px;
1106
}
1107

    
1108
.lh-header-container {
1109
  display: block;
1110
  margin: 0 auto;
1111
  position: relative;
1112
  word-wrap: break-word;
1113
}
1114

    
1115
.lh-report {
1116
  min-width: var(--report-min-width);
1117
}
1118

    
1119
.lh-exception {
1120
  font-size: large;
1121
}
1122

    
1123
.lh-code {
1124
  white-space: normal;
1125
  margin-top: 0;
1126
  font-size: var(--report-monospace-font-size);
1127
}
1128

    
1129
.lh-warnings {
1130
  --item-margin: calc(var(--report-line-height) / 6);
1131
  color: var(--color-average);
1132
  margin: var(--audit-padding-vertical) 0;
1133
  padding: calc(var(--audit-padding-vertical) / 2) calc(var(--audit-description-padding-left));
1134
}
1135
.lh-warnings span {
1136
  font-weight: bold;
1137
}
1138

    
1139
.lh-warnings--toplevel {
1140
  --item-margin: calc(var(--header-line-height) / 4);
1141
  color: var(--toplevel-warning-text-color);
1142
  margin-left: auto;
1143
  margin-right: auto;
1144
  max-width: calc(var(--report-width) - var(--category-padding) * 2);
1145
  background-color: var(--toplevel-warning-background-color);
1146
  padding: var(--toplevel-warning-padding);
1147
  border-radius: 8px;
1148
}
1149

    
1150
.lh-warnings__msg {
1151
  color: var(--toplevel-warning-message-text-color);
1152
  margin: 0;
1153
}
1154

    
1155
.lh-warnings ul {
1156
  margin: 0;
1157
}
1158
.lh-warnings li {
1159
  margin: var(--item-margin) 0;
1160
}
1161
.lh-warnings li:last-of-type {
1162
  margin-bottom: 0;
1163
}
1164

    
1165
.lh-scores-header {
1166
  display: flex;
1167
  flex-wrap: wrap;
1168
  justify-content: center;
1169
}
1170
.lh-scores-header__solo {
1171
  padding: 0;
1172
  border: 0;
1173
}
1174

    
1175
/* Gauge */
1176

    
1177
.lh-gauge__wrapper--pass {
1178
  color: var(--color-pass);
1179
  fill: var(--color-pass);
1180
  stroke: var(--color-pass);
1181
}
1182

    
1183
.lh-gauge__wrapper--average {
1184
  color: var(--color-average);
1185
  fill: var(--color-average);
1186
  stroke: var(--color-average);
1187
}
1188

    
1189
.lh-gauge__wrapper--fail {
1190
  color: var(--color-fail);
1191
  fill: var(--color-fail);
1192
  stroke: var(--color-fail);
1193
}
1194

    
1195
.lh-gauge__wrapper--not-applicable {
1196
  color: var(--color-not-applicable);
1197
  fill: var(--color-not-applicable);
1198
  stroke: var(--color-not-applicable);
1199
}
1200

    
1201
.lh-fraction__wrapper .lh-fraction__content::before {
1202
  content: '';
1203
  height: var(--score-icon-size);
1204
  width: var(--score-icon-size);
1205
  margin: var(--score-icon-margin);
1206
  display: inline-block;
1207
}
1208
.lh-fraction__wrapper--pass .lh-fraction__content {
1209
  color: var(--color-pass);
1210
}
1211
.lh-fraction__wrapper--pass .lh-fraction__background {
1212
  background-color: var(--color-pass);
1213
}
1214
.lh-fraction__wrapper--pass .lh-fraction__content::before {
1215
  background-color: var(--color-pass);
1216
  border-radius: 50%;
1217
}
1218
.lh-fraction__wrapper--average .lh-fraction__content {
1219
  color: var(--color-average);
1220
}
1221
.lh-fraction__wrapper--average .lh-fraction__background {
1222
  background-color: var(--color-average);
1223
}
1224
.lh-fraction__wrapper--average .lh-fraction__content::before {
1225
  background-color: var(--color-average);
1226
}
1227
.lh-fraction__wrapper--fail .lh-fraction__content {
1228
  color: var(--color-fail);
1229
}
1230
.lh-fraction__wrapper--fail .lh-fraction__background {
1231
  background-color: var(--color-fail);
1232
}
1233
.lh-fraction__wrapper--fail .lh-fraction__content::before {
1234
  border-left: calc(var(--score-icon-size) / 2) solid transparent;
1235
  border-right: calc(var(--score-icon-size) / 2) solid transparent;
1236
  border-bottom: var(--score-icon-size) solid var(--color-fail);
1237
}
1238
.lh-fraction__wrapper--null .lh-fraction__content {
1239
  color: var(--color-gray-700);
1240
}
1241
.lh-fraction__wrapper--null .lh-fraction__background {
1242
  background-color: var(--color-gray-700);
1243
}
1244
.lh-fraction__wrapper--null .lh-fraction__content::before {
1245
  border-radius: 50%;
1246
  border: 2px solid var(--color-gray-700);
1247
}
1248

    
1249
.lh-fraction__background {
1250
  position: absolute;
1251
  height: 100%;
1252
  width: 100%;
1253
  border-radius: calc(var(--gauge-circle-size) / 2);
1254
  opacity: 0.1;
1255
  z-index: -1;
1256
}
1257

    
1258
.lh-fraction__content-wrapper {
1259
  height: var(--gauge-circle-size);
1260
  display: flex;
1261
  align-items: center;
1262
}
1263

    
1264
.lh-fraction__content {
1265
  display: flex;
1266
  position: relative;
1267
  align-items: center;
1268
  justify-content: center;
1269
  font-size: var(--gauge-label-font-size);
1270
  width: max-content;
1271
  padding: 1em;
1272
  min-width: 6em;
1273
}
1274

    
1275
.lh-gauge {
1276
  stroke-linecap: round;
1277
  width: var(--gauge-circle-size);
1278
  height: var(--gauge-circle-size);
1279
}
1280

    
1281
.lh-category .lh-gauge {
1282
  --gauge-circle-size: var(--gauge-circle-size-big);
1283
}
1284

    
1285
.lh-gauge-base {
1286
  opacity: 0.1;
1287
}
1288

    
1289
.lh-gauge-arc {
1290
  fill: none;
1291
  transform-origin: 50% 50%;
1292
  animation: load-gauge var(--transition-length) ease forwards;
1293
  animation-delay: 250ms;
1294
}
1295

    
1296
.lh-gauge__svg-wrapper {
1297
  position: relative;
1298
  height: var(--gauge-circle-size);
1299
}
1300
.lh-category .lh-gauge__svg-wrapper {
1301
  --gauge-circle-size: var(--gauge-circle-size-big);
1302
}
1303
.lh-category .lh-fraction__wrapper {
1304
  --gauge-circle-size: var(--gauge-circle-size-big);
1305
  --score-icon-size: var(--score-icon-size-big)
1306
}
1307

    
1308
/* The plugin badge overlay */
1309
.lh-gauge__wrapper--plugin .lh-gauge__svg-wrapper::before {
1310
  width: var(--plugin-badge-size);
1311
  height: var(--plugin-badge-size);
1312
  background-color: var(--plugin-badge-background-color);
1313
  background-image: var(--plugin-icon-url);
1314
  background-repeat: no-repeat;
1315
  background-size: var(--plugin-icon-size);
1316
  background-position: 58% 50%;
1317
  content: "";
1318
  position: absolute;
1319
  right: -6px;
1320
  bottom: 0px;
1321
  display: block;
1322
  z-index: 100;
1323
  box-shadow: 0 0 4px rgba(0,0,0,.2);
1324
  border-radius: 25%;
1325
}
1326
.lh-category .lh-gauge__wrapper--plugin .lh-gauge__svg-wrapper::before {
1327
  width: var(--plugin-badge-size-big);
1328
  height: var(--plugin-badge-size-big);
1329
}
1330

    
1331
@keyframes load-gauge {
1332
  from { stroke-dasharray: 0 352; }
1333
}
1334

    
1335
.lh-gauge__percentage {
1336
  width: 100%;
1337
  height: var(--gauge-circle-size);
1338
  position: absolute;
1339
  font-family: var(--report-font-family-monospace);
1340
  font-size: calc(var(--gauge-circle-size) * 0.34 + 1.3px);
1341
  line-height: 0;
1342
  text-align: center;
1343
  top: calc(var(--score-container-padding) + var(--gauge-circle-size) / 2);
1344
}
1345

    
1346
.lh-category .lh-gauge__percentage {
1347
  --gauge-circle-size: var(--gauge-circle-size-big);
1348
  --gauge-percentage-font-size: var(--gauge-percentage-font-size-big);
1349
}
1350

    
1351
.lh-gauge__wrapper,
1352
.lh-fraction__wrapper {
1353
  position: relative;
1354
  display: flex;
1355
  align-items: center;
1356
  flex-direction: column;
1357
  text-decoration: none;
1358
  padding: var(--score-container-padding);
1359

    
1360
  --transition-length: 1s;
1361

    
1362
  /* Contain the layout style paint & layers during animation*/
1363
  contain: content;
1364
  will-change: opacity; /* Only using for layer promotion */
1365
}
1366

    
1367
.lh-gauge__label,
1368
.lh-fraction__label {
1369
  font-size: var(--gauge-label-font-size);
1370
  line-height: var(--gauge-label-line-height);
1371
  margin-top: 10px;
1372
  text-align: center;
1373
  color: var(--report-text-color);
1374
}
1375

    
1376
/* TODO(#8185) use more BEM (.lh-gauge__label--big) instead of relying on descendant selector */
1377
.lh-category .lh-gauge__label,
1378
.lh-category .lh-fraction__label {
1379
  --gauge-label-font-size: var(--gauge-label-font-size-big);
1380
  --gauge-label-line-height: var(--gauge-label-line-height-big);
1381
  margin-top: 14px;
1382
}
1383
.lh-category .lh-fraction__content {
1384
  --gauge-label-font-size: var(--gauge-label-font-size-big);
1385
}
1386

    
1387

    
1388
.lh-scores-header .lh-gauge__wrapper,
1389
.lh-scores-header .lh-fraction__wrapper,
1390
.lh-scores-header .lh-gauge--pwa__wrapper,
1391
.lh-sticky-header .lh-gauge__wrapper,
1392
.lh-sticky-header .lh-fraction__wrapper,
1393
.lh-sticky-header .lh-gauge--pwa__wrapper {
1394
  width: var(--gauge-wrapper-width);
1395
}
1396

    
1397
.lh-scorescale {
1398
  display: inline-flex;
1399
  margin: 12px auto 0 auto;
1400
  border: 1px solid var(--color-gray-200);
1401
  border-radius: 20px;
1402
  padding: 8px 8px;
1403
}
1404

    
1405
.lh-scorescale-range {
1406
  display: flex;
1407
  align-items: center;
1408
  margin: 0 12px;
1409
  font-family: var(--report-font-family-monospace);
1410
  white-space: nowrap;
1411
}
1412

    
1413
/* Hide category score gauages if it's a single category report */
1414
.lh-header--solo-category .lh-scores-wrapper {
1415
  display: none;
1416
}
1417

    
1418

    
1419
.lh-categories {
1420
  width: 100%;
1421
  overflow: hidden;
1422
}
1423

    
1424
.lh-category {
1425
  padding: var(--category-padding);
1426
  max-width: var(--report-width);
1427
  margin: 0 auto;
1428
}
1429

    
1430
.lh-category-wrapper {
1431
  border-bottom: 1px solid var(--color-gray-200);
1432
}
1433

    
1434
.lh-category-wrapper:first-of-type {
1435
  border-top: 1px solid var(--color-gray-200);
1436
}
1437

    
1438
/* section hash link jump should preserve fixed header
1439
   https://css-tricks.com/hash-tag-links-padding/
1440
*/
1441
.lh-category > .lh-permalink {
1442
  --sticky-header-height: calc(var(--gauge-circle-size) + var(--score-container-padding) * 2);
1443
  --topbar-plus-header: calc(var(--topbar-height) + var(--sticky-header-height));
1444
  margin-top: calc(var(--topbar-plus-header) * -1);
1445
  padding-bottom: var(--topbar-plus-header);
1446
  display: block;
1447
  visibility: hidden;
1448
}
1449

    
1450
.lh-category-header {
1451
  font-size: var(--category-header-font-size);
1452
  min-height: var(--gauge-circle-size);
1453
  margin-bottom: var(--section-padding-vertical);
1454
}
1455

    
1456
.lh-category-header .lh-score__gauge {
1457
  max-width: 400px;
1458
  width: auto;
1459
  margin: 0px auto;
1460
}
1461

    
1462
.lh-category-header .lh-audit__title {
1463
  font-size: var(--category-header-font-size);
1464
  line-height: var(--header-line-height);
1465
}
1466

    
1467
#lh-log {
1468
  position: fixed;
1469
  background-color: #323232;
1470
  color: #fff;
1471
  min-height: 48px;
1472
  min-width: 288px;
1473
  padding: 16px 24px;
1474
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
1475
  border-radius: 2px;
1476
  margin: 12px;
1477
  font-size: 14px;
1478
  cursor: default;
1479
  transition: transform 0.3s, opacity 0.3s;
1480
  transform: translateY(100px);
1481
  opacity: 0;
1482
  bottom: 0;
1483
  left: 0;
1484
  z-index: 3;
1485
}
1486

    
1487
#lh-log.lh-show {
1488
  opacity: 1;
1489
  transform: translateY(0);
1490
}
1491

    
1492
/* 964 fits the min-width of the filmstrip */
1493
@media screen and (max-width: 964px) {
1494
  .lh-report {
1495
    margin-left: 0;
1496
    width: 100%;
1497
  }
1498
}
1499

    
1500
@media print {
1501
  body {
1502
    -webkit-print-color-adjust: exact; /* print background colors */
1503
  }
1504
  .lh-container {
1505
    display: block;
1506
  }
1507
  .lh-report {
1508
    margin-left: 0;
1509
    padding-top: 0;
1510
  }
1511
  .lh-categories {
1512
    margin-top: 0;
1513
  }
1514
}
1515

    
1516
.lh-table {
1517
  border-collapse: collapse;
1518
  /* Can't assign padding to table, so shorten the width instead. */
1519
  width: calc(100% - var(--audit-description-padding-left));
1520
}
1521

    
1522
.lh-table thead th {
1523
  font-weight: normal;
1524
  color: var(--color-gray-600);
1525
  /* See text-wrapping comment on .lh-container. */
1526
  word-break: normal;
1527
}
1528

    
1529
.lh-row--odd {
1530
  background-color: var(--table-higlight-background-color);
1531
}
1532
.lh-row--hidden {
1533
  display: none;
1534
}
1535

    
1536
.lh-table th,
1537
.lh-table td {
1538
  padding: 8px 6px;
1539
}
1540
.lh-table th:first-child {
1541
  padding-left: 0;
1542
}
1543
.lh-table th:last-child {
1544
  padding-right: 0;
1545
}
1546

    
1547
.lh-table tr {
1548
  vertical-align: middle;
1549
}
1550

    
1551
/* Looks unnecessary, but mostly for keeping the <th>s left-aligned */
1552
.lh-table-column--text,
1553
.lh-table-column--source-location,
1554
.lh-table-column--url,
1555
/* .lh-table-column--thumbnail, */
1556
/* .lh-table-column--empty,*/
1557
.lh-table-column--code,
1558
.lh-table-column--node {
1559
  text-align: left;
1560
}
1561

    
1562
.lh-table-column--code {
1563
  min-width: 100px;
1564
}
1565

    
1566
.lh-table-column--bytes,
1567
.lh-table-column--timespanMs,
1568
.lh-table-column--ms,
1569
.lh-table-column--numeric {
1570
  text-align: right;
1571
  word-break: normal;
1572
}
1573

    
1574

    
1575

    
1576
.lh-table .lh-table-column--thumbnail {
1577
  width: var(--image-preview-size);
1578
  padding: 0;
1579
}
1580

    
1581
.lh-table-column--url {
1582
  min-width: 250px;
1583
}
1584

    
1585
.lh-table-column--text {
1586
  min-width: 80px;
1587
}
1588

    
1589
/* Keep columns narrow if they follow the URL column */
1590
/* 12% was determined to be a decent narrow width, but wide enough for column headings */
1591
.lh-table-column--url + th.lh-table-column--bytes,
1592
.lh-table-column--url + .lh-table-column--bytes + th.lh-table-column--bytes,
1593
.lh-table-column--url + .lh-table-column--ms,
1594
.lh-table-column--url + .lh-table-column--ms + th.lh-table-column--bytes,
1595
.lh-table-column--url + .lh-table-column--bytes + th.lh-table-column--timespanMs {
1596
  width: 12%;
1597
}
1598

    
1599
.lh-text__url-host {
1600
  display: inline;
1601
}
1602

    
1603
.lh-text__url-host {
1604
  margin-left: calc(var(--report-font-size) / 2);
1605
  opacity: 0.6;
1606
  font-size: 90%
1607
}
1608

    
1609
.lh-thumbnail {
1610
  object-fit: cover;
1611
  width: var(--image-preview-size);
1612
  height: var(--image-preview-size);
1613
  display: block;
1614
}
1615

    
1616
.lh-unknown pre {
1617
  overflow: scroll;
1618
  border: solid 1px var(--color-gray-200);
1619
}
1620

    
1621
.lh-text__url > a {
1622
  color: inherit;
1623
  text-decoration: none;
1624
}
1625

    
1626
.lh-text__url > a:hover {
1627
  text-decoration: underline dotted #999;
1628
}
1629

    
1630
.lh-sub-item-row {
1631
  margin-left: 20px;
1632
  margin-bottom: 0;
1633
  color: var(--color-gray-700);
1634
}
1635
.lh-sub-item-row td {
1636
  padding-top: 4px;
1637
  padding-bottom: 4px;
1638
  padding-left: 20px;
1639
}
1640

    
1641
/* Chevron
1642
   https://codepen.io/paulirish/pen/LmzEmK
1643
 */
1644
.lh-chevron {
1645
  --chevron-angle: 42deg;
1646
  /* Edge doesn't support transform: rotate(calc(...)), so we define it here */
1647
  --chevron-angle-right: -42deg;
1648
  width: var(--chevron-size);
1649
  height: var(--chevron-size);
1650
  margin-top: calc((var(--report-line-height) - 12px) / 2);
1651
}
1652

    
1653
.lh-chevron__lines {
1654
  transition: transform 0.4s;
1655
  transform: translateY(var(--report-line-height));
1656
}
1657
.lh-chevron__line {
1658
 stroke: var(--chevron-line-stroke);
1659
 stroke-width: var(--chevron-size);
1660
 stroke-linecap: square;
1661
 transform-origin: 50%;
1662
 transform: rotate(var(--chevron-angle));
1663
 transition: transform 300ms, stroke 300ms;
1664
}
1665

    
1666
.lh-audit-group > summary > .lh-audit-group__summary > .lh-chevron .lh-chevron__line-right,
1667
.lh-audit-group[open] > summary > .lh-audit-group__summary > .lh-chevron .lh-chevron__line-left,
1668
.lh-audit > .lh-expandable-details .lh-chevron__line-right,
1669
.lh-audit > .lh-expandable-details[open] .lh-chevron__line-left {
1670
 transform: rotate(var(--chevron-angle-right));
1671
}
1672

    
1673
.lh-audit-group[open] > summary > .lh-audit-group__summary > .lh-chevron .lh-chevron__line-right,
1674
.lh-audit > .lh-expandable-details[open] .lh-chevron__line-right {
1675
  transform: rotate(var(--chevron-angle));
1676
}
1677

    
1678
.lh-audit-group[open] > summary > .lh-audit-group__summary > .lh-chevron .lh-chevron__lines,
1679
.lh-audit > .lh-expandable-details[open] .lh-chevron__lines {
1680
 transform: translateY(calc(var(--chevron-size) * -1));
1681
}
1682

    
1683

    
1684

    
1685
/* Tooltip */
1686
.lh-tooltip-boundary {
1687
  position: relative;
1688
}
1689

    
1690
.lh-tooltip {
1691
  position: absolute;
1692
  display: none; /* Don't retain these layers when not needed */
1693
  opacity: 0;
1694
  background: #ffffff;
1695
  min-width: 246px;
1696
  max-width: 275px;
1697
  padding: 15px;
1698
  border-radius: 5px;
1699
  text-align: initial;
1700
}
1701
/* shrink tooltips to not be cutoff on left edge of narrow viewports
1702
   45vw is chosen to be ~= width of the left column of metrics
1703
*/
1704
@media screen and (max-width: 535px) {
1705
  .lh-tooltip {
1706
    min-width: 45vw;
1707
    padding: 3vw;
1708
  }
1709
}
1710

    
1711
.lh-tooltip-boundary:hover {
1712
  background-color: var(--color-hover);
1713
}
1714

    
1715
.lh-tooltip-boundary:hover .lh-tooltip {
1716
  display: block;
1717
  animation: fadeInTooltip 250ms;
1718
  animation-fill-mode: forwards;
1719
  animation-delay: 850ms;
1720
  bottom: 100%;
1721
  z-index: 1;
1722
  will-change: opacity;
1723
  right: 0;
1724
  pointer-events: none;
1725
}
1726

    
1727
.lh-tooltip::before {
1728
  content: "";
1729
  border: solid transparent;
1730
  border-bottom-color: #fff;
1731
  border-width: 10px;
1732
  position: absolute;
1733
  bottom: -20px;
1734
  right: 6px;
1735
  transform: rotate(180deg);
1736
  pointer-events: none;
1737
}
1738

    
1739
@keyframes fadeInTooltip {
1740
  0% { opacity: 0; }
1741
  75% { opacity: 1; }
1742
  100% { opacity: 1;  filter: drop-shadow(1px 0px 1px #aaa) drop-shadow(0px 2px 4px hsla(206, 6%, 25%, 0.15)); pointer-events: auto; }
1743
}
1744

    
1745
/* Element screenshot */
1746
.lh-element-screenshot {
1747
  position: relative;
1748
  overflow: hidden;
1749
  float: left;
1750
  margin-right: 20px;
1751
}
1752
.lh-element-screenshot__content {
1753
  overflow: hidden;
1754
}
1755
.lh-element-screenshot__image {
1756
  /* Set by ElementScreenshotRenderer.installFullPageScreenshotCssVariable */
1757
  background-image: var(--element-screenshot-url);
1758
  outline: 2px solid #777;
1759
  background-color: white;
1760
  background-repeat: no-repeat;
1761
}
1762
.lh-element-screenshot__mask {
1763
  position: absolute;
1764
  background: #555;
1765
  opacity: 0.8;
1766
}
1767
.lh-element-screenshot__element-marker {
1768
  position: absolute;
1769
  outline: 2px solid var(--color-lime-400);
1770
}
1771
.lh-element-screenshot__overlay {
1772
  position: fixed;
1773
  top: 0;
1774
  left: 0;
1775
  right: 0;
1776
  bottom: 0;
1777
  z-index: 2000; /* .lh-topbar is 1000 */
1778
  background: var(--screenshot-overlay-background);
1779
  display: flex;
1780
  align-items: center;
1781
  justify-content: center;
1782
  cursor: zoom-out;
1783
}
1784

    
1785
.lh-element-screenshot__overlay .lh-element-screenshot {
1786
  margin-right: 0; /* clearing margin used in thumbnail case */
1787
  outline: 1px solid var(--color-gray-700);
1788
}
1789

    
1790
.lh-screenshot-overlay--enabled .lh-element-screenshot {
1791
  cursor: zoom-out;
1792
}
1793
.lh-screenshot-overlay--enabled .lh-node .lh-element-screenshot {
1794
  cursor: zoom-in;
1795
}
1796

    
1797
/*# sourceURL=report-styles.css */
1798

    
1799
/*# sourceURL=third_party/lighthouse/report-assets/report.css */</style>
1800
</head>
1801
<body class="lh-root lh-vars">
1802
  <noscript>Lighthouse report requires JavaScript. Please enable.</noscript>
1803

    
1804
  <main><!-- report populated here --></main>
1805

    
1806
  <div id="lh-log"></div>
1807

    
1808
  <script>window.__LIGHTHOUSE_JSON__ = {"gatherMode":"navigation","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36","environment":{"networkUserAgent":"Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4590.2 Mobile Safari/537.36 Chrome-Lighthouse","hostUserAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36","benchmarkIndex":2678,"credits":{"axe-core":"4.2.3"}},"lighthouseVersion":"8.5.0","fetchTime":"2022-01-19T12:11:40.678Z","requestedUrl":"https://ae.supp.gambio-server.net/4511_final5/shopping_cart.php","finalUrl":"https://ae.supp.gambio-server.net/4511_final5/shopping_cart.php","runWarnings":[],"audits":{"viewport":{"id":"viewport","title":"Has a `\u003cmeta name=\"viewport\">` tag with `width` or `initial-scale`","description":"A `\u003cmeta name=\"viewport\">` not only optimizes your app for mobile screen sizes, but also prevents [a 300 millisecond delay to user input](https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away). [Learn more](https://web.dev/viewport/).","score":1,"scoreDisplayMode":"binary","warnings":[]},"full-page-screenshot":{"id":"full-page-screenshot","title":"Full-page screenshot","description":"A full-height screenshot of the final rendered page","score":null,"scoreDisplayMode":"informative","details":{"type":"full-page-screenshot","screenshot":{"data":"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoSUNDX1BST0ZJTEUAAQEAAAIYAAAAAAQwAABtbnRyUkdCIFhZWiAAAAAAAAAAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAAHRyWFlaAAABZAAAABRnWFlaAAABeAAAABRiWFlaAAABjAAAABRyVFJDAAABoAAAAChnVFJDAAABoAAAAChiVFJDAAABoAAAACh3dHB0AAAByAAAABRjcHJ0AAAB3AAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAFgAAAAcAHMAUgBHAEIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z3BhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABYWVogAAAAAAAA9tYAAQAAAADTLW1sdWMAAAAAAAAAAQAAAAxlblVTAAAAIAAAABwARwBvAG8AZwBsAGUAIABJAG4AYwAuACAAMgAwADEANv/bAEMAGxIUFxQRGxcWFx4cGyAoQisoJSUoUTo9MEJgVWVkX1VdW2p4mYFqcZBzW12FtYaQnqOrratngLzJuqbHmairpP/bAEMBHB4eKCMoTisrTqRuXW6kpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpP/AABEICAQBaAMBIgACEQEDEQH/xAAbAAEAAwEBAQEAAAAAAAAAAAAAAQIDBAUGB//EAEoQAAICAQIEAwYDBQcBBgQGAwABAhEDEiEEEzFRIkFSBWFxgZGhFDLhI5KxwdEGFTNCVJPwYjVDcoKy8SU0VaIWJDZlc5RTdIP/xAAZAQEBAQEBAQAAAAAAAAAAAAAAAQIDBAX/xAAnEQEAAQMEAQUBAAMBAAAAAAAAAQIDERITFFExBCFBUpEiMmHw0f/aAAwDAQACEQMRAD8A+mAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABjm4vhuHko5uIxYpNWlOaTa+Zn/AHlwP+t4b/dj/Uw9pZOGhmis3szLxctO04YFkSXa2cfP4H/6BxP/APTiB6f95cD/AK3hv92P9TpjJSipRacWrTXRo8Pn8D/9A4n/APpxPawtPDBxg8cXFVBqnFdq8gLgAAAAAAAAAAAAAB4v9ovauf2dHDDh1FTyW3KSukq6fUD2gfJcT7U9tez8kcefJCcssbi3FPr8KNsXtT2nwHtTFw3tCUckcjV7LZN1aaA+nB4ntjJ7ThxL5HFcPw3DpKpZJRWp+fUx9he2OJ4njp8JxU4ZGk9M41u18NmB6vC+1OE4vJlhhyOUsSbktLWxh7O9tYOPx58ixzxxwLVJy3237fA8b+zTcfavGNdVjk//ALkaex+NycV7P9pwyQxRrE5eCCj1T60B7/A8fw/H45T4abkounaapnSfE+yP70jwmfJ7Pmowg9U1Sbe3vR63B+283E+xuKyvTHieHj+ZLZ30dfUD6AHg8F7V4rN/Z/ieLnKLzYm4qWldk+nzOr+z3HZ+P4CWXiGnOORxtKrVJ/zA9QAAAAAAAAAAAAAAAFM2WGDFLLklphFW2YcPx0M+XlSxZcM2nKMcsa1Luv8AlnLxeHN7Q4niMMc8scMXLpKqbvU727VROf2Zmllx5IcdnuClvJq1a8tgPTBw8D7R4fNwuDmcTi50oLVFzSldb7HcAAAAAAcfGf3jzI/gvwuit+dqu/kYf/Hf/wBu/wDvPTAHmf8Ax3/9u/8AvPRx6+XHmaddLVp6X50WAAAAAAAAAAAAAAAPnP7WcLxGefDSw4cmRJST0RbrofRgD5j+0fC8Rl4rg5YsGSaUEm4xbp2W9vcLxGT25wuXHgyThUFqjFtKpOz6UAfJe1+Ez4/bU+Jz8Jk4vh5bqMW1tVVa6UX/ALP8FxH97vivwk+HwVKlK9r6JX1PqgB8x7A4PicPtTjObgyQTxyScotJu15lf7PcFxMcPtDFkwzxyyYtEdcXFN0z6kAfHcDl9o+ysOfhlwGSU8vSWlutq8up2+yPYvEQ9l8XHMuXl4mKjGL/AMtX1PpAB8Xhl7Q4PgOI9nS4DLLmu9Si3T27deiPd/szwubhPZso58bxynkclF9apL+R64AAAAAAAAAAAAAAAAA8zh+LxcNm4pcQ5wnPM5bwk7VJKnXZHl/2k9sa8cOG4XJJRkryOnFtdtz6c+c/tZ7PyZlj4vFFz0R0zSW6XVP+IHir2bF+yp8auJhKUKvHFXVut35M9r+yftDJmWThMsnPRHVBt7pdGv4HgYeM5Xs/iOE5d86UXqvpT7Hv/wBk/Z+TCsnF5YuGuOmCa3a6t/wA+jAAAGbyf9P3I53/AE/cDUGPOfp+4579H3A2Bjz36PuOe/R9wNgY89+j7jnv0fcDYGPPfo+4579H3A2Bjz36PuOe/R9wNgY89+j7jnv0fcDYGPPfo+4579H3A2Bjz36PuOe/R9wNgY89+j7jnv0fcDYGPPfo+4579H3A2Bjz36PuOe/R9wNgY89+j7jnv0fcDYGPPfo+4579H3A2Bjz36PuOe/R9wNgY89+j7jnv0fcDYGPPfo+4579H3A2Bjz36PuOe/R9wNgY89+j7jnv0fcDYGPPfo+4579H3A2Bjz36PuOe/R9wI/B8LzOZ+Gw6/Vy1f1NzHnP0/cnnf9P3A1Bmsn/T9wBDRGk0oigM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9I0mlCgM9JOkvQoCqQL0AJBIAgElIZIZNWialpel0+j7AWBIAgEgCASAIBIAgEgCASUyZIYsbyZJKMY7tvyAsCIyU4qUXaatMsBAJAEAq8kFkWNzWtq1G96LgQCQBAJAEAkAQCQBAJAEAkAQCQBAJAEAkAQCQBAJAEAkAAAB5/s//ALR9of8Ajj/A5uB4jJjnxkMHDyz5OfJtKSikvizp9n/9o+0P/HH+BHsj83Gf/wCxIf8Ag6OG4yPEcJLPGDi42pQfVNeRlwnH5OL5csXDPlyXjm5qovsu5l7P/wDk+N//AJcht7GSXsvBS/yv+LA09o4udwGeHm4OvicfEZHxHsfh4J+LiNEL/j/BnqNWqZ4vs/xZ+H4W7/DTyNr4Ol/EDVZnD+z07/NCLxfO9J1as3C8NhxYOGeZxgk6mopV8Tz823E5OC//AMnExnX/AEtW/wCB1cTPLn9prg455YMax624bSk77jyOjhOMeeeTFlwyw5sdOUG72fZmP94znly4cHCvLkxzcWlNJV3bfT4GHs+EcXtjiMcc081Y1cpy1O76WbezEvxXHut+cBrn42cc7wcPw7z5YpOaUlFR+bNOG4uPEY5vRKGTG6nCXVM83Hj4iXtXjIYuL/DybUqeNS1KvedfCcJPBPicuTiVnnkSUqio00vcT4Plnj9q5M3DLNg4OeSKVz8aSj8O5fj80eI9i5c0L0zx2rK+x/8AsSH/AIZfxZjH/wDTH/8Azf8AEtXiSPMOpcXycXC4ccOblyQjUbqlW7fuL8VxrxZo4MOGWfO1q0JpJLu2zi4N/g+Mg83ijxOOKx5H/laX5TbC1j9u8Qp7PJji4X5pdSz5SPDo4XjOdllhy4pYc8Vbg3drun5mU/aM/wATm4fFwzy5cbVJSStVdtvoUk+Z7eho35eF62vK3shwKX97e0H53D+BFU4rLLH7X4eXLlKbwtKEd976X/M6eG46WTiHw/EYJYM1alFyUlJfFGOeUY+3eH1NK8TSvzdjiXzPbfCRg7eOEpTryTEEvSAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGePBjxZMmSEalkacnb3GHBjwa+XHTrk5S3btmgAyx8PixwnCEajNuUlb3b6lsOKGDFHFijphHZK7LgAY4+FwYs+TPCFZMn5pW9zYAYS4TBLio8S8d5oqlK3/AAI4nguH4uufiU9PR20/sdAAwx8Jw+KcJ48UYyhHTFryRfFgx4ZZJY408ktUt3uzQAc/E8Fw3F1z8Sm10fR/VF8HDYeHx8vDjjCL6peZqAMsPD4sGBYccdONXStvqR+Fwrhfw2j9jVabfT4mwAxy8LhzYFhyQ1Y41St7V03I4jhMHEwUM+NTS6X1Xz6m4Ax4bhcHCw0YMagn1rz+ZOPBix5cmWEankrW7e9dDUAYZuD4fPPXlxKctOnfsOG4Ph+ETWDEoX1fVv5s3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGpd0NS7okARqXdDUu6JAEal3Q1LuiQBGpd0NS7okARqXdDUu6JAEal3Q1LuiQBGpd0NS7okARqXdDUu6JAEal3Q1LuiQBGpd0NS7okARqXdDUu6JAEal3Q1LuiQBGpd0NS7okARqXdDUu6JAEal3Q1LuiQBGpd0NS7okARqXdDUu6JAEal3Q1LuiQBGpd0NS7okARqXdDUu6JAEal3Q1LuiQBGpd0NS7okARqXdAkAACAJBx8Lnz8RGOZcnlSe8N9Ufn391GkuN4eMnF5N1LS/C9n735AdAMcvFYcM9OSdOrdJul3ddPmTm4jFhrW5U1dqDl/BAag5p52uKwxjJcucJSb+FV/Es+LwxxwyOT0z/LUW2/gqsDcGMuKwRxwyPItE3UX1v/AJRpCSnFSV01e6p/QCwAAAAAAAAAAAAAAAAAAhyjHq0viyOZD1x+oX+I/gv5lgK8yHrj9RzIeuP1LACvMh64/UcyHrj9SwArzIeuP1HMh64/UsAK8yHrj9RzIeuP1LACvMh64/UcyHrj9SwArzIeuP1HMh64/UsAK8yHrj9RzIeuP1LACvMh64/UcyHrj9SwArzIeuP1LArj/wAOPwQFgAAIfTuSAPNnCOTiceTBw+XFn1pzk4uK0+dvo/uTkxTfCcaljlqlkbSrd9D0QB5ubHkhxedylnUMqVcqCkntVPZ1+oz45rIsTXEPEsSjjWNtXLz1NfLrsekAPJlwuXNh4TGoyg44HF2trWnZ+50aZubPJg4is2JKEoSUIKUou15NPbbqj0gB5/IqPC6Y5JLnucnOO6tPd103PQAAAAAAAAAAAAAAAAAAAACq/wAR/BfzLFV/iP4L+ZYAAAAAAAAAAAAAAAAAAAKylpi5U3S6LqzPhszzQlKUHBqTjTd9DYx4aEoLJqVXkk18ANiuP/Dj8EWK4/8ADj8EBYAAAAABhiyvJwjyT22len3X0IXERhCCjHJkehSdVaXdgdAON8RKXFUnOOGMFPUtNNd3e9bGq4qLUnKE4VHXUkt17twNwc0uL04ebyMrhV34en1LS4qMW7hOo1rdKoX3/QDcHHm4h4ZZHCM5yU4JptUr7bnTHLGU3DdTUVJxflYFwZc9c144wnKmlKSqo2Fn/arHLHODd6W6p18GBqCJXpemr8r6GPDZZ5JZIylCajVTgqT93V9ANwZZsvLnCKq5O3flFdWXlqcP2copvo2rQFgcuDLnlCU5qM6k4qOONPZ15st+Ki4JqE3NycdG12vnX3A6Ac0eLUoqsWTU20obXt186N8c45IKcejAsAAAAAqv8R/BfzLFWpKVpJ2q3Yufpj+9+gFgVufpj+9+gufpj+9+gFgVufpj+9+gufpj+9+gFgVufpj+9+gufpj+9+gFgVufpj+9+gufpj+9+gFgVufpj+9+gufpj+9+gFgVufpj+9+gufpj+9+gFgVufpj+9+gufpj+9+gFgVufpj+9+gufpj+9+gFiuP8Aw4/BC5+mP1/QmK0xS7KgJAAAAAcmHFnhgeGUcempJSU3e9+VFZ8E3LHJ48OVrGoNZOirzWx0R4jDOTjDLCUl/ljJNl4S1wjLTKNq6kqaAwnwuuWRbRhPEsdLy6/1KY+FccWSPKwQlKDipQXX47HYAOXJizPkqMccoQVtSk1bXTyZWXCXnlkeHBk103r3cXXltv8AY6ozjNyUXbi6fxLAcuXhpyeZxcblKMo37q6/Q2hzdfjUFGlsm278/kaFVO8jhplsk7rZgYxx5ceabhocMklJ22mtq7b9DHDweTHmx5GsWqDdz31TvzZ3FMmXHirmZIwvpqdWBEebyfFo5teV6bMocO5zyTzwxtTSWhbrbz3Ru5xUoxcknLor6kTyY8dcycYXstTqwMM/BY545LGtEtDjHTJxS+SN8UOXjjC26VbuxPLjxtKc4xculurJlKMIuU5KMV1bdJAc0uFyPBo8Mv2jm4tupJtun9THJhWDCozeLGnl1xqTglt01Lodsc+GcXKGWEknVqSe5Zzim05JNK3b6LuBwQwR4iGPJDDiksblHTN6oyvzTr70d2KGjHGKjGNLpFbIjHmxZb5eSE666ZJmgAAAAAAAAAAAAAAAAAAAAAAAM81Uk5KKb3M1TpjKxGVlKLdKSb+JKaatO0ZSxxlFctQruWwrTjStP3oxTVVNWJhZiMNACDqykHLzJp8vX5/mOlbJb2c7dyK84amnCQAdGQAAcnALIuHTco6PFSUXa3fnf8jPFqyrhYyyZKliblUmm3t5nVHh8MJ64YccZd1FJl1CEaqEVpVKl0QHCnLPw2CGufOmvzKbVJdW6Yk88+IyqEkuXKKi5ZWqVLqq3v3nXLhsE61Yccq2VxTos8OKUoyeODlH8rcVa+AHHlk44+IcZuD58VafT8pGWU8ceJhjyT0xcNLcrabe6v8A51OrNw8MsWqjFycXJ11p3uXjixxhojjgoddKiqA48yy894ccnUcaknLM4u7dvo7LSeaU80FlUZcuG90rt3Xazqnix5K5mOM66aldCWOEr1Qi9Sp2uqA58E91DmSxyhOpRnLXq26Jv6mvEbwkoyhGel/mV7eZeOHFFRUccEou0lFbMZMWPJXMxxnXTUroDjjDHq4LJGFOW1vd1oexfiWlL8RGWKcHBweqXv8AKuvwOtxi2m0m1026FMeDHjjFRinpum1vv1E+44Z48mDh05aJOeFY3GT3vsl59Tfi1KPs6UW/EopN+/Y6dMXJS0rUtk63EoxnFxnFSi+qatMDm4pZFw15ZRk1ki7jGklqXvZXiGnnz1vXD7/c6YYcWOLjDFCKl1UYpWTDFjhBwhjhGL6pRSTA5OGc58Tj5kYwcMXhSd60693lX3O4rojcXpVx6OuhYAAAAAAAAAAAAAAAAAAAAAAGeXHzHHekjQGaqYqjErE4ZcubWlzWn3LqaJJJJdESBTTFPgmchHUkGkU5UNGmtiyVKkSCRTEeIXMgAKgAAOPhuJnlTk8mKbV3igvEt682afioLFOcozjy2lKLStf8sr+Gn+C5KcdV299mruikeDmsWaCjihzJRkox6Kq93uAtLiZx4hLlZGnjctCSvr16mj4qGmDxxnk1R1JRS6d9yMuPN+I5uLQ/BpqTa8zF8BpWKoYsuiGhrItvitmB1Y8+PJJRhK24qfTyZlkzz15FGePHDHSlPJ0bfl1RrjjOElGoLGopJR6p/wBDKWLLDJkli0SWTqpNqnVX0YFpcTGOlRjLI3HV+zp7dyFnTy6lP9lytd/PqUhw+XBoeJwk1jWOWptdPMfg2oLGmnDkvG35/ECcfESycVCKjOEJY3KpJb7qn9zqObFizc6GTLoShBw8Lbvpv9jpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWWrS9NavK+gFgcceJzyx5dCxZXB7TjtF7b9+heXEyjwEeIcU5SjF15W6+24HSDilxeTG8mKXLlki4JSSaj4nStWbcNllOWXHkcXPHJJuKpO1fTyA3Bx4OJll4meN58C0zceVXjaXz/kPxU/wbzVHUsmiq2rXp/gB2A4c3FZ4PiMiePl4WlpcXctk+t+/sdoEgAAAQ+mwFebj5nL5kNfp1K/oWk1GLbul2VnBim8fCYJQ0NuaWRSVvU3T8+vUSlNYs2TmTvm6L1bRjqVgdryRUZSk3GMeraaIxZoZU9De3VNNNfJnHnuOPicSlKUIxi1qk3Tb6W/kTmyTwLiUqc2tanfldb9qA7ys8kMcdWScYR7ydI5MccsIz1Zo4ovTTeTmVv3fc6snRJOCn/l1K9wKz4jBCtebHHUrVyStGiakk000900cMJXwUcUNpZJuFp+9218rO5JRSSVJbICQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACs9Wh6K1eWroWAHNjwZNWbJk0Rlkio6YttKr3uveRjjmhGPDuEJQjhSd3Tl0q+x1ADlxcIsWHItGKUp9Y6ahXai/C8OuHg0tNydvTGl8EuxuAOXBjz4sk1oxPHKblq1u0n7q/mU/C5tDwXDkvJr1W9X5tVVX3s7QBw5OA1ZcudLHztanjk10pJU/d1O1dN+pIAAAAAAM+Ti5nM5cNfq0q/qW0RprSqfVV1LACkcOKMNEccFB/5VFUI48cHJxhGLlvKl1+JcAZxwYYxcY4oKLdtKKotkxwyR05IRmu0lZYAVUIqqivD026FgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQ2kRJ+RUC2pDUioAtqQ1IqALakNSKgC2pDUioAtqQ1IqALakNSKgC2pDUioAtqQ1IqALakNSKgC2pDUioAtqQ1IqALakNSKgC2pDUioAtqQ1IqALakNSKgC2pDUioAtqQ1IqALakNSKgC2pDUioAtqQ1IqALakSmmUAGgKxfkAKgAAAAAAAAAAAAAAAAADkfFTSx+GNubjP3JOv5otk4iccU5rQksmhNrZK6bf3IfCyc87tVNeD3N9fuiXgyfhowWlzUlJ77N3bAmWaUeGeRTx5HapxW3X4k555oZIKEoaZy07wba2vv7icsMmXBKDjCMm1VStdfgWy43OeJqvBK3fwYGWbPLHmjjeXFj8FuU11d/EtknlWXHjhKCcottuLfSvf7xkhk/ELLCMJLRpqUmvP4MjNwyz5IPJGLiotNe910A04fK8uFTaSdtbdNnRk88vxMsXNxQpqlJbyv5muCM4YownTcdrXmiihlhnyTjGEozrrJpql8ALLI3nyQpVGKa+d/wBDHBxc8mGDlGKm5xTXlT8zZY2s+SdqpRSXyv8AqYLhJpcO1KNwpT96QF58RJZp4opOeygvlu37i3E5smKEdCUpu29vJLcrk4aUsmTImlLZwfZpeZaWB5cuvK6SjSUJNb+f8gLSytZcMY045L3+RSfETji4iSUbxNpfRMiODJCGKnFyxNpJvZrp1D4ecuHzRbjry2/ctqAPPJcNkyrLiyuKtaVsvjuy0cz5OTIsuLJpVrQtlt57svnxvJw88caTlGlZVxyzwzhKMItxpVJv+QIUw8TLJHFaSlKTjNdtm9vsdJyrhpLPiyJqorxru0mk19TqAAAAAAAAAAAAAAAAAAACZLcguQ49gKgnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSxpYEAnSyVHuBEVuCwAkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIfQkAU0P1saH62XAFND9bGh+tlwBTQ/WxofrZcAU0P1saH62XAFND9bGh+tlwBTQ/WxofrZcAU0P1saH62XAFND9bGh+tlwBTQ/WxofrZcAU0P1saH62XAFND9bGh+tlwBTQ/WxofrZcAU0P1saH62XAFND9bGh+tlwBTQ/WxofrZcAU0P1saH62XAFND9bGh+tlwBTQ/WxofrZcAU0P1saH62XAFND9bGh+tlwBTQ/Wyy6EgAAABDunXXyJAHFj4yc58MtMdOSN5P+ltbfdMvHipLAsssM5p6ncK2ins932MlwWWOLMoyhrc08b3pJO1f1Yy8BKcccNOOcI4tFT6RfqS8/sB0Pioc2OOMZTcoqaaqq77kY+LhOSWiajJNwk0qmvd+pGHh5wnFzcaWFY3T80ZcJwP4daeTgWmLiskV4pfHbb6gaQ4/HKKly8iTxvJG0vEl1rf3lpcZii5qpPRj5my6rsvf/Uph4WcFwqk4tYsThKvNtLp9DGPA5Vjxpyg2pVJ294be7r4UPkdMuKhGbjonpTUZTpVFvy7+aK5eM0rOseKc5Yk7e1XV9yn4JLipZOTgyKc9eua8Ufhtv9TSPDyrilJqs0m1XktKX8h8DXBkllwwnKDg2rp1/I0MuHWSOGMcqipRVeF2v4GokgAAAAAAAAAAAAAAAAAAAAAAAAAAAAACstWl6a1eV9CxWerQ9FavLV0A5Y8Tnljy6FiyuD2nHaL2379C8uJlHgI8Q4pylGLryt19txjwZNWbJk0Rlkio6YttKr3uveRjjmhGPDuEJQjhSd3Tl0q+wFJcXkxvJily5ZIuCUkmo+J0rVm3DZZTllx5HFzxySbiqTtX08imLhFiw5FoxSlPrHTUK7UX4Xh1w8GlpuTt6Y0vgl2AywcTLLxM8bz4Fpm48qvG0vn/ACH4qf4N5qjqWTRVbVr0/wAC2DHnxZJrRieOU3LVrdpP3V/Mp+FzaHguHJeTXqt6vzaqqvvYEZuKzwfEZE8fLwtLS4u5bJ9b9/Y7TiycBqy5c6WPna1PHJrpSSp+7qdq6b9QJAAAAAARa9/0Fr3/AEAkEWvf9Ba9/wBAJBFr3/QWvf8AQCQRa9/0Fr3/AEAkEWvf9Ba9/wBAJBFr3/QWvf8AQCQRa9/0Fr3/AEAkEWvf9Ba9/wBAJBFr3/QWvf8AQCQRa9/0Fr3/AEAkEWvf9Ba9/wBAJBFr3/QWvf8AQCQRa9/0Fr3/AEAkEWvf9Ba9/wBAJBFr3/QWvf8AQCQRa9/0Fr3/AEAkEWvf9Ba9/wBAJBFr3/QWvf8AQCQRa9/0Fr3/AEAkEWvf9Ba9/wBAJBFr3/QkAAAAAAAwx8XgySUYydt0tUXFN+5tbm4AArCcZ3pd6W4v4gWAM+bHn8mnq06r8qugNACuScceOU5uoxVt+4CwMsXEYs0nGDkpJXUouLrvTNQAKznHHp1OtTUV8SwAAAAZ5Mscc8cGneSWlV8G/wCRoABhDi8E56VJ3bim4tJteSbVMn8VieV4lrck9LrHJpP41QGwAAAAAAAAAAAAAAAAAAAAACmXLDFHVN0rrZW2/cgskXj5lS01f5Xf06gXBzrjMDU3qlHRVqUJRe/TZrc1xZYZo6oO1dO1TT96YFwYx4nFPK8cdbaelvlyq/jVE/iMXK5urwatN0+t1/EDUGEuMwQyShKUk4upPQ9KfvdUbgAAAAAHlY8kMvCYcGOSnlWVNxi7canbb7bE4ouXGPXlxQzLK2k4PmON7K76V7j1AB5spxtYtS1rircfNK+pSOLho4uJxasWCXNuVpflu1a7HqgQPLUscsWHXCEOGWSSlp/w3ts/hZpLFgy8TGKjGWJYHpXl1PQAHkSbyYuEebJiWN4E9WaOqLlt71udfERcfZOSLnrawtamuu3U7ACPZ5+fBm5Es08mqccemKxxcaTq/N77FNOCXOjw+SOPh3jWqUPyqV/06npgDyJLBPh1qxYOVjzRucF4GvN+73nbx2mXAy0vwvTTT8rR1ADzcmjh5cVGGOHLqFxa8KttNv8An8DLHa4fiYQlF41kg/2UXGOh1dK+nX7nrgDzskOFyS4WOBY3ieV2oflfgfY39nqsM4raMcs4xXZansdQA8qOSGTg3w8JKeZ534U94/tG7fY0wZIR47iFLiljbyqsTcVq8K7qz0QAAAAAAAAAAAAAAAAAAAAAAcfHqKyYJZJuGJSeqSdVttv5E8JnWiMJzblJycHLq4p9b+h1ldEeYp14kqT9wHA98MOKldSzLJL3R6L+TN+Dank4jLB3jnNaWujqKVo6gB5/CZILicsXxaUnllWG47/azPVH8K+Gtc7n3o865l3XavM9QAeVnWRy4vxRWB5Esvh8SjpVtO/5HqKqVdCQAAAAAAVlJRVswWrNktOtPmuhfJilkn2Xe/I0jFQjSWxwmmqur38Q3ExEf7WAB3YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARb7MW+zAkEW+zFvswJBFvsxb7MCQRb7MW+zAkEW+zFvswJBFvsxb7MCQRb7MW+zAkEW+zFvswJBFvsxb7MCQRb7MW+zAkEW+zFvswJBFvsxb7MCQRb7MW+zAkEW+zFvswJBFvsxb7MCQRb7MW+zAkEW+zFvswJBFvsxb7MCQRb7MW+zAkEW+zFvswJBFvsyQAAAAAADGGaKxKWbJiV3upbCfEJTwKNTjllSknt0bv7AbAyWeMs0ccakpRctSfZpfzL5Jxxwc5OkvdYFgc0eNhPFCcMeSTm2owpKWz36v3CXG44wjNRnJNNtJbxS2bfwA6QZwyxnklCNvTVvyvsVy8TDFnxYZKWrLdNLZV3A2Bhj4vFkyZYJuPLkoty2Tb7fwNObj38cdnpe/R9gLg58fFxyeLRNYt2sjrS6+dr5l+G4jFxOJZMUlJfHoBqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGGDiHm3WHJGD6Tlpp/R2BuDn/F4udLH4vBFyctO23X4l+Hzx4iDnGMopScakqewGoMMfEvJklGODJpjJxc/DVr539h+KhyHmqWlT0VW96tP8QNwc0+NjCeRPFk0Y3U5qqW1978+x0gAAAAAHn4MUv/yerG/DKbdrp1ozlgzTwYYQUoS52Ten4U9VfLoeoAOLHJrLhnyJwSxSjpUX4WmtvtsdeOWuEZ6ZR1K6kqa+JYAefDE1w0ZNZo5Y5Z6dCV7yffan7yXwujg4xlBzytvpJ1cnbtrqu/wO8AcHDLNi4hYvG4pvVcNmqvVfdvyLcXinlz3CLbhjuL8tWpNK/kdoA838PkjHNHS3J4oz2Wzmm2/uMePI+Ixt45KOWXNlcejWp0/fvH6HpADgxrTxEFw8M0IuT5kJxaglT6Xtd9i/B5HiwY8UsWXUpaH4HS6732952AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHnxWPHnWXDgnijCMnluGm/d7z0CJJSi4ySaezT8wOaDeTi8WVRkoSwvqultbFuEjKKy6k1eWTVrys6ABwcKoQ4nJqWdTeSVbT0V/6SmmfIfC8ufMebVel6a16rvp0PSAHmZsGWU+JleR4nkWrEkvHHSrra//AGPSXQkAAAAAAAEaV2Q0rsgJBGldkNK7ICQRpXZDSuyAkEaV2Q0rsgJBGldkNK7ICQRpXZDSuyAkEaV2Q0rsgJBGldkNK7ICQRpXZDSuyAkEaV2Q0rsgJBGldkNK7ICQRpXZDSuyAkEaV2Q0rsgJBGldkNK7ICQRpXZDSuyAkEaV2Q0rsgJBGldkNK7ICQRpXZDSuyAkEaV2Q0rsgJBGldkNK7ICQRpXZEgAAAAIbpNvogJBw8Hx+TiqnHhmsLup603t3XkVXtO+CwcRyf8AFycvTq6btXde4D0Aecvaq18VF4WuQnXi/PTrtsVn7XUODwcRyG+bJpx1flrq+gHpg4H7TS4zNw6xWscHPVq60k66e804His3FQjklw8ceOUbUuZb+lAdYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABw5/auDBklGWPM4xdSyLH4Yv4gdwOTifaGHh+WqnklkVxjjjba7mnCcXi4vE54m9nTUlTT7MDcHJxPtDFw+VYtOTLkq3DFHU0u7HEe0MPDrGpRySnkVxxwjcq+AHWDDhOLxcXjc8TezqUZKnF+8wz+1MWHipcOsGfJkik3y4J/zA7gcn94Y+dgxSx5Yzzq4qUUq+O5MuOxR4nLw7jPXjx8xulVAdQPNx+2+Gkoyljz48cnSyTh4b+KZ6IEgAAQ7p1uyQB5GPg80uOx5YcLHhUm+ZKOS1NdqRXHwXF8rBwcsUVjw5dfN1rdW306+Z7IA8eHs3POanLTD9vKU03+aDaa6fArj9n8RLHw+LJjqEZZdW62TWx7QA8aHs/iscsbko5JPHkWSUX5tbdfkb+yeHnw0VCfB8qempZNaep/JnpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeX7a1ZOEnKHEQ5ePbJj9TtbX5HqHJk9mcFkzc2fDxc7t9afy6Aedll+J47g1w1cPlWHUpPdVX5a8zb2Nmx4sfEQyuMZxy1PI5bTbO7ieC4biklnxRlp6eTX0MOJ9mYsnDQ4fDjhDGsilLvXn8wPPeOU/aHtFviZ4JQWpaXTarbfsTDnzw8N7SebDDJGDhLnWlJW99vM9XiPZ/C8TNTzYYykujtr+BfJwnD5FBTwwkse0U1svkBwewYZHDiOIn0zZLTqr99fMwn+I/wDxBxH4V4lPlq+bdVS7HtpUqXQ5c/szg+JyvLmw6pvq9TX8wOLjXKPtf2fLK4p002ul+4rNqXtjjXF2lwzTa8nSPRlwHCz4ePDywp4o/lTb2+fUnDwXDYMUseLEoxmqlXV/PqB89ieafA8Lw+aUIcJkyPxpW078z6iKUYpLotjnfAcK+FXDPF+xTtRt7P49TojFRiorolSt2USACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAVyZI41b+hzy4mb/LSKZJuc2/oUPlXvU1VTimcQ9FNER5ac/J6vshz8nq+yMwcN259p/WtMdNOfk9X2Q5+T1fZGYG7c+0/ppjppz8nq+yHPyer7IzA3bn2n9NMdNOfk9X2Q5+T1fZGYG7c+0/ppjppz8nq+yHPyer7IzA3bn2n9NMdNOfk9X2Q5+T1fZGYG7c+0/ppjppz8nq+yHPyer7IzA3bn2n9NMdNOfk9X2Q5+T1fZGYG7c+0/ppjppz8nq+yHPyer7IzA3bn2n9NMdNOfk9X2Q5+T1fZGYG7c+0/ppjppz8nq+yHPyer7IzA3bn2n9NMdNOfk9X2Q5+T1fZGYG7c+0/ppjppz8nq+yHPyer7IzA3bn2n9NMdNOfk9X2Q5+T1fZGYG7c+0/ppjppz8nq+yHPyer7IzA3bn2n9NMdNOfk9X2Q5+T1fZGYG7c+0/ppjppz8nq+yHPyer7IzA3bn2n9NMdNOfk9X2Q5+T1fZGYG7c+0/ppjppz8nq+yLR4ma/NTMQWL1yPfVJpjp3Y8kcitfQucOObhNP6nafT9Pe3affzDhXTplIAPQwFcn+HL4MsRJaotd1RKveJWHngnoQfAeoAAAAAAAAAAAAAAAAAAAtj/xI/FFSU2mmuqLTOJiSWubZVH8rdt92Tki+Vp28NfqZa5b79XY1Stu931O03Kff/bOmWmrXCoyqo7xrZiMtcVGMtLqqrZlOZOqv3dBzJ1V+7oXdjP8A3/v/AHSaV06wx8bju+hiWU5JVtS7pMqcq6oqxhqIwAAwoAAAAAAAAAAAAAAAAAAB34/8OPwRw9TvitMUuyo9/oo95lyupAB9FxAABzZ8LvXFfFHOeiUljhLrFHivek1Tqpl1puY9pcIO3kY/T92ORj9P3Zw4VzuGtyHEDt5GP0/djkY/T92OFc7g3IcQO3kY/T92ORj9P3Y4VzuDchxA7eRj9P3Y5GP0/djhXO4NyHEDt5GP0/djkY/T92OFc7g3IcQO3kY/T92ORj9P3Y4VzuDchxA7eRj9P3Y5GP0/djhXO4NyHEDt5GP0/djkY/T92OFc7g3IcQO3kY/T92ORj9P3Y4VzuDchxA7eRj9P3Y5GP0/djhXO4NyHEDt5GP0/djkY/T92OFc7g3IcQO3kY/T92ORj9P3Y4VzuDchxA7eRj9P3Y5GP0/djhXO4NyHEDt5GP0/djkY/T92OFc7g3IcQO3kY/T92ORj9P3Y4VzuDchxA7eRj9P3Y5GP0/djhXO4NyHEDt5GP0/djkY/T92OFc7g3IcQO3kY/T92ORj9P3Y4VzuDchxA7eRj9P3ZMccI9Ioseir+Zg3YY4MLvXJfBHSAe+3bi3TiHGqqZnIADogAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABllzLG0krbM1VxRGaliJnw1By86fNunv/lN5NrS+m+5ii7TXEzHws0zC4MlOTT33bVfAssnj0uvk7NRXEpiVwZ83w6mkk3Stjm2lStt1sxuUmmWgMpT2i3tUqZbW9ko7verEVwYlcGfMtRqO7269CNbjKbq0mvPoJriDEtQUySahce6IllUW06267ia6afJETLQGU3+atntvZMsqjJrbbruJriPJiWgM3kab8Oye7s0NRVE+DAACoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUcP2qn7qLgkxE+TOFdK1aq37icdUWrosBiMYMqctaou+iIjjcXHxbL3GgJohcypy/Cle6dpjS3Vvo76FwNMGZUeO+r/AM1jQ1VS3XS15FwNEGZUUK079L+ZDxtuXi2l1VGgGiPBmVZR1RroRod2pK312LgTTEzkypKF6t+tDQ9TadX12LgaYMyo4Xq3/MXALERCZAAUAAAAAAEN0VtgXBS33FvuBcFLfcW+4FwUt9xb7gXBS33FvuBcFLfcW+4FwUt9xb7gXBS33FvuBcFLfcW+4FwUt9xb7gXBS33FvuBcFLfcW+4FwUt9z4/29x3F4va+eGLis0ILTUY5GkvCgPswfnv95cd/reJ/3Zf1H95cd/reJ/3Zf1A/Qgfnv95cd/reJ/3Zf1H95cd/reJ/3Zf1A/Qgfnv95cd/reJ/3Zf1H95cd/reJ/3Zf1A/Qgfnv95cd/reJ/3Zf1H95cd/reJ/3Zf1A/Qgfnv95cd/reJ/3Zf1NeH9te0MErXFZJ+7I9S+4H3oPJ9je3MftH9lkSx8Ql+VdJfD+h6wAAAAAAAAAh9CSJdAKFZ5IwrU930SVssYzahnblLSnGlLsBrFqSTXRhySkot7voc8J74p5JbeJant8CsVDTglNKrlbaA6ys5KEHJ9Er2OeNRytQ0zk73X5l8R+z/DT01r0eLv8wOoiTai3GOp9rOacXB5FjVXjT2+JVqPJyOM4NUtoqkB2A5c0U3nk1vFJp9joqbe0o6e1bgQssHLSnvddHX1LmGKajhWO6yJVp87KYtOrHy/zU9f6/MDolNRlGLu5dCxyYtOrDVczfV3uvMnh1c4tzipq9SS3fxA6gAAAAAAAAAAAAA+J/tH/wBtcR/5f/Sj7Y+J/tH/ANtcR/5f/SgPNN8nB8Vix8zLw2aEPVKDS+pger/aB8P+OyqMcvP8OpuS01pXRVfbzA85cPneWOJYcjySVqGl218Crx5FGUnCSjF6W62T7H0EHX9oeEa6/h1/6GZe0lDJ7JnxeNJR4nLCbS8pVJSX1/iJ/wC/SPd4k8c8ctOSEoSq6kqZ15eFxw4TnLBxkbjGpzhUNXnv26UdPtGC/vfFLJF8qsWptbVSs6ofiP77438Rq5GjJru9Oinp/kJIeJi4XiM0HPFgy5ILrKMG0icPCcTni5YeHy5Ip03CDaT+R6fs+UuJw8LweTHxOGSb5ObFaW7815/FFYLBj9j5I8UsmSK4tq8ckm3p67piR5nIzaZy5U9ON1N6XUX7+xWcJw064SjqWpWqtdz2vYuXHi9ncTzV+xnljjn/AOFpo5vb2F8Pn4bDJ28fDxjfemwPPxZZ4cscmOTjOLtNH6FwXELi+DxZ1S1xTaXk/M/Oj7n+zf8A2Jw1/wDV/wCpgemAAAAAAAAQ+hIAzBdqytMCATT7Cn2AgE0+wp9gIBNPsKfYCATT7Cn2AgE0+wp9gIBNPsKfYCATT7Cn2AgE0+wp9gIBNPsKfYCATT7Cn2AgE0+wp9gIPif7R/8AbXEf+X/0o+3p9j4/29wPF5fa+eeLhc04PTUo420/CgPGN8nG8VlxvHl4nNOD/wAssja+hf8Au3jv9FxP+1L+g/u3jv8ARcT/ALUv6AY/iM3MWTnZNcVSlqdpdrI5uTlcrmS5d6tF7X3o3/u3jv8ARcT/ALUv6D+7eO/0XE/7Uv6AUnxnFZMXKnxOaWOq0vI2voVlxXETxLFLPlljXSDm2voa/wB28d/ouJ/2pf0H928d/ouJ/wBqX9AM8fF8Tix8vHxGWEPTGbS+gw8XxPDxccPEZcUW7ahNpN/I0/u3jv8ARcT/ALUv6D+7eO/0XE/7Uv6AYPNlcZxeSbU3qknJ+J933GXLkzNPLknNpUnKTdLsb/3bx3+i4n/al/Q14f2L7RzypcLkh78i0pfUDjxYp5ssceOLlOTpJH6FwXDrhODxYFT0RSbXm/M4PY3sPH7O/a5GsnENfmXSPw/qesAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABzLiZY+KeHPFRU3+ymukvc/f8AxNsk9Gna7kkYfhpZOL5+eSlGD/ZQXSP/AFPu/wCBtmx8yMVs0pJtPsBDyXNxvTpkldXd+Rbmw1NXur8jPkVJ6VGMdakktuhEcDi2nT609T8/d0A0eWPJlkjbSV9HuVx5lobnLdVfhaq/iW0P8Py9r06fsUnhlLVTW6ivowL86GnVb61VO7+BEc8XDVLzbSpN9GVeKetzjpb16km/dRDwTqL21JybSk11fdAaPNjVXLqr2XkMuTRppJuTpW6RnLA9MlGknBRW5rkUnGlGMl5qQEa6ktclHwtuP87LQnGaelvbuqMPw8nDS5L8rW3lbNMMHC21Tf8A1OX8QCzx0pytNt0kr6MiWb9pGMWlFx1NuLexEcMk4W1tq+5H4eTgotr/AA9G3cDTnY9LlqpLraaDz449W1te6ZnLFOepy0ptJJJ7bOy2TFKcptNeKKX3AsssHFyVtJ1+V39CFmi5xireqNp0ys8U3KTi1TldamrVV1Qx4pweP8r0pxe/vAss0Iwi5T1WrtRf19xLzY1LS5b7eXcyWHJGKUdLejQ7ZZ4JVJJrdRSv3Aac2GvRe/ToIZYZHUXe19DOOBrI291qck9T2+XQnFilB47a8MNLAs80Iy0ttPf/ACstGcZOk96v5Gbxzlkm5KNSWlO90vhQxY5xnqlp/Ko7O+gErNaXh3c9NWSs+NpvVslb2Zi9POlJ69LXTRLr07FFFctxcZXp0p1N/atgOlZoNpJu3/0sc6Hi3a0q3aa2MZyvKpRUo9LlplddqrcolKpatTbg424ze/fpsB0rNjcW9Wy67MYsnM1dk6W1eRhLdtrVfhrwS8vkWi4PVzYOVyuuXJ1t8ANss+XC6vdLd0hjnzIKVVZlmmpxSUZOnbi4Sp+7oOGTUpXe/S09l23QHQAAAAAAAAAAAAAAAAARJ6Yt9lYGazLU1KLhpVtyar+JMs0I6HqTjJ/mvY5450sbqUVNu5PVH7bkY5wuGrJDabk7lHsB1PItaW1OLldk64+pdL6nJGUFGCeSH5JRfjW1kOcZQktUF4FFJzW7XzA6+ZDS5a46V53sFmxuqyR36b9Tnl4pSljcZeNONNO9viV1xhp0y0z6PU4pdfNf0A6YZYzk42lJNqr3LKcHdSi6679DkU4aq1wXjctWtdCq0cpxeValHSrnGn9P5gdXOUtWhx2a3b2dl9cNWnVHV2vc5ZZIT1vVCOpxpOa8n8SYuMp+GcG+bq2kulAdHNx3XMja6qyXOKu5JV13OOqhU3XhqPRJq+9/0LOcJSbcoK8kZU5rovmB0vJjUVJziovo72CyQdeOPi6b9Tm3lvjcZPVLo09n8yPApK8jUJKLXiiune9/oB1qcHLSpR1dr3LHJGeNSi+Zj/xHJ+JdKZ0Rnqfhpwr8yYFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFZRjNVKKkuzVkpKKqKSS8kSAAAAAACsccINuMIxb7KiwAFZQhP8APGMq7qyUqVIkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWU4wVydGMuJX+WN/E513aKP8paimZ8OgHI+Jn2iPxM+y+hx5dtrbqdYOT8TPsvoPxM+y+hOXbNup1g5PxM+y+g/Ez7L6Dl2zbqdYOT8TPsvoPxM+y+g5ds26nWDk/Ez7L6D8TPsvoOXbNup1g5PxM+y+g/Ez7L6Dl2zbqdYOT8TPsvoPxM+y+g5ds26nWDk/Ez7L6D8TPsvoOXbNup1g5PxM+y+g/Ez7L6Dl2zbqdYOT8TPsvoPxM+y+g5ds26nWDk/Ez7L6D8TPsvoOXbNup1g5PxM+y+g/Ez7L6Dl2zbqdYOT8TPsvoPxM+y+g5ds26nWDk/Ez7L6D8TPsvoOXbNup1g5PxM+y+g/Ez7L6Dl2zbqdYOT8TPsvoPxM+y+g5ds26nWDkXEz7RLx4lf5o18DVPqrU/KTbqdAKxnGauLsseiJiYzDAACgAAAMrfdi33YGpjmzKHhjvL+BGTI4R67vocrdJtv3s8fqb80fzT5dKKM+8pk3J23bIKY80Mn5burqUXFv6l1uulHzJzn3dwAEAAzfEY1k5bU9X/8AHL+NCImfA0AIckmk3u3SAkESmoyin1k6X0v+RIAAAARJqMXJuklbJAAjUtWnzqyQACe72AAFZ5I41cr36JK2/kiYyUoqSun3VDAkAiclCOp9AJAbrysAAVyTjjjqm6S8ywAEQkpwUl0atEt0ul+4AAAABDklJJvd9AJAAAAATFuLtOmdWHMp+GW0v4nIT0O1q9Vbn28M1UxU9AGGPI5x67rqWt92fYpqiqNUPPMY9moMrfdg0gAQ3SbE+w58stU37tjOe8JJdmSD4NVU1VTVL1xGHPF8xwcYySjF25Ra+W5lLHJ6FJV+ziot43Jxfn06eR2gsV48Jhz6Yx4m4w1TfWTg9tvV/Ixx45LFk2qfLakljcXJ138zuA1rhjixrHmemOlOKul1f9S0k/xEWltokr+aNAZz75MOLDjag9UfFpqSWNxbl3vz+JZ41+zlmx65Qm9UtF3t1X2OsGtcphjxMZyePRdqT3+T+hjxC1UoYqajcW8Tb+T8jsBIqwYc08WqWWei5KcXF102XQSxeOU9Hj5qp1ultde7qdIGuTDknijJZoRxanKMrcsdO/i+pslfCtYYuHhaitOmn8DUCasrhyqMdOTk4nFaKrRptmuJ6805qMlFxilqi137moE1ZTDnnByeROLaeSL+K2IjhUJpxx01kpUuka/gdIGqfC4ZZfDkhkak4pNPSrauvL5GE9U8cVOGtNupTxOT92yqvidgEVYMOOWNzxXODlJYVVr/ADf1LTxaeZGEHpcYvZdXbv5nUC65TDlUVT5WNxhrhS06d73dBRXM/wAN87Xbnp/y33+HkdQGswxzqc5wjGClFW3qdLt297M6vl/iMblSr8rl4r6/qdQJFWFw45YnLF4oNtYVSa6S/qWni0rMoQaUsa6Lq97+fQ6gXXKYc2TFcss9FyU4uLrpsuhrmelQlTajK3St9OxoCalc2jmaNUG4vJJtNeVPqVWKMZYpTxXplJLwXW+3wR1guuUw5MGOSm3JJTSeqsbWr/zdGb8PBQwwSjTaTe27deZoCTVMrgABkAABfFLTNe/Y6TjOtO0mfR9FVmJpcbsfKQAe9yCs/wAkvgWKz/JL4Ga/8ZWPLlK5pOGGcl1jFtFgfBh6mLjyYaoylKUmlcpNq26uv6ESy5YXF6JTTirppU32LrBjSap0/JybS+HYmOGEY0k3vdttu/ibzCYljKeZ6YqcFKOTS3pdPa+lllnm8tJXHVprQ/rfQ0lihJNNPd26bTsLFBT1rUn/AOJ19BmDEs45crcb0JTcopU9qvfr7uhbhXN8PB5JKUmk7SouscFppflba+L/APcQxxxpqN0/JtskzGCHJrnyNOuWr/Eu3enr/HY2nmccyimnG0mtD2v/AKuhry4adOlVp0/LsVeDG56mndp/mdX8C6okxKkcuRyTenQ5uFVv5738iFxEuZJLxrS5RqDXT3+fU25cVW3SWr5lFghG3BeKmlqk2l7vgM0qxXET3ayY8kXSThBum/m7LrLlcYJJKUpOOqUGl0u6Jx4ZbrIqjXRZJS+dvoarHFKPV6XattsszSnumcnFWoOb7Rr+ZSWVrIopKV1aXWPx/wCfU0BiJVjxO/LVTdy3UJaX0fvREpcrVJJ7QWzdvqzXJjjkSUtWztVJr+BHJh5pvbTvJu17+5YmMYGSzZND2TeqKTcHFbuujJjkyqVScGlPQ6TV+/rsaLFBR0+Jq0/FJvf5k8uPbq9XzLmExLHFnnOfS4u68DVfPoxDLllGNuCeTHqVJ+Hp79+vuNY4oRk5K1flqdfToSscI6aX5VpXw/4hmFc8c2WOPFFyTk4KTfLlK/odCm+WpaJNtJ6fP7lfw+OklqVdKm7Xuu+nuNCVTE+EiJZTyyjpqNtr8n+b/n/LHE3ytlLeS2i6fXuakOKkqfeyRKsU8i8GPw6Y6msjcm7va793vIeacoucNKjGKk1Jbva/ka5MUMjuSd9Nm1fxrqJ4cc3bT6Vs2k17+5rMJhi8mSEs03JOKrTHS7V17yVmyaHsnLUkm4OK3fZmssUJScmnbVPd0/kFigo6fE1d+KTe/wAxmDEpblGFta5eajtf1ZSeWUZRqNtr8n+Zfy/51NQZiVZcTehKpO5LaMqb+dorqyK446ioR1NZLk3d7Xfu95s0nV+TsrkwwyO5J302bVr39yxMeJGcs02pThpUIK2mt3tfyKvLkhLNKUlKKklFKL2uvf7zaWGE5amnfubSfxXmJYYSk20/Eqe7r6d/eWJpT3ZLNkcYrbU5adTg4rpfRnQrrfqUjiilFbvS7Vyb3+ZczMx8KAAgHVD8kfgcp1Q/JH4Hu9F/lLld8LAA+k4hWf5H8CxBJjMYHIRJ1FteSLNU2uxWS1Ra7qj4OMTiXrZxzXDmf5OipbtjnpRblCcWmlpdXv0DwbNRlSdPp5rzK5MWTRbkpZHKO6jSST7Wa/mU90Zc03CoQyRlq0tLTa+ross+mThOGRaY3qdb/R+ZMcT6yknJy1NpUivInJZI5JxlGd9IU/d5j+T3W51rxRnB2lTq92FlajvFzk5NJKr2ZEOH0xr9mnqT8ENN18yJ8NrW7g2pOUdULW/dWP5PdpLJeGU47NJ9fJlYZ1pbnGUKjq3rdd9i3LXJeNUrVeFUvoU5DmpLJNSTi4Ko1SJGk91llbUv2U1Jb6XVv70Rz1pi9Em5Nx07Xa+3kU/C/s3H9km2umOk/ir3LY+H0KCteGTlSjS3T/qX+T3I52pzUoy0qenVtS2X9SyzJz06ZU20pbU3/Eq8MnN+NaJSUmtO+1ed+4Y+GjjyuSWOrbXg8Vv3j+T3RHiG5wShJwlDVrdbfct+ISjKUoTilFyVpbr3ELA1HGlJVGOiVrqvrsVjwqjjnD9mtUdKlGFP59x/J7tceTXKUXGUWt6lW67lymh8yU01bSW67N/1LmZx8KAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAdUPyL4HMlbS7nUe/0UeZcrvwkAH0XEAAGGeNPUvMyOtpNUzmnBwfuPl+qszTVrjxLvbqzGFQAeN0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAtCDm/cWmmapxBM4XwRt6n5G5CSSpEn2rNvbo0vNVOZyAA6sgAAENKSpkgkxn2kYTwtbx3Rm1XU6yGk+qs8dz0dM+9M4dYuT8uQHTy4ekcuHpOHCr7hrdhzA6eXD0jlw9I4VfcG7DmB08uHpHLh6Rwq+4N2HMDp5cPSOXD0jhV9wbsOYHTy4ekcuHpHCr7g3YcwOnlw9I5cPSOFX3Buw5gdPLh6Ry4ekcKvuDdhzA6eXD0jlw9I4VfcG7DmB08uHpHLh6Rwq+4N2HMDp5cPSOXD0jhV9wbsOYHTy4ekcuHpHCr7g3YcwOnlw9I5cPSOFX3Buw5gdPLh6Ry4ekcKvuDdhzA6eXD0jlw9I4VfcG7DmB08uHpHLh6Rwq+4N2HMDp5cPSOXD0jhV9wbsOYlK+h0cuHpLJJdFRqn0VXzKTdhjDC3vLZGySiqRIPbbs0W/DnVVNXkAB1ZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIJIl+V/ADLFxfDZp6MXEYpz9MZps2Pm+DycTw/sGefFjxJRUtM1vNeLfy+Jpk4vPw34qPC8TPiIR4dZNUpa9Em66/DehI9+TUU5SaSW7b8hGUZRUotNPdNPZnz85SkuJ4fHxWXPifC8xtz1OMu1+/sZrLkhw3AYMOeXLnjcpPn6PFS21b1XYD6Upky48UNeWcYRXnJ0jxcT4rPxPB4cvFSWrFJzeGe06e26+W52e18EMzwN8RixZMcnKEcu8Z/FAd8JwyRU4SUovo4u0yx87Hi3lx8KoyjwkfxEseSWGWmEtuqJjxk1ws8MsubInxMseLIsuhySXnMD3MmfFiyY8c5VLK2oKnuy8Jwmm4SjKnTp3TPnuF4ied8A82XU458kNTlbqtt/P4meLJPhOA4h4c01N8S4TvJ+WN9fc/eB9OZwz4cmSWOGWEpx6xUk2vkcXsh5nDNHNkjkgpeD9qsjW26bOfhocPn9qY8nCrHjw8OpRuNJ5JPyXdIfI9kAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCQBSGLHjx8vHjjCHpiqX0Ix4cWGLjixQhF9VGKSZoAM8WHFhTWLFCCe7UYpWV/CcNy3j/D4tDduOhVfejYAUWLEpRkscFKK0xelWl2Qy4seaOnLjhkj2lFNFwBycRwOPNLh60xhhk3oUdntVGz4bA8SxPDjeNdIaVS+RqAM5YMMlUsWNpPVvFde/wASPw+HVOXJx6pqpPSrl8e5qAKY8WPDDRixxhH0xSSM8fB8Limp4+Gwwmuko40mjcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFI5cc5OMZxk11Sdlk7OdVyMXq1qvrv8AayJSm0orfVka3k138wOoHPoyOKTdpN+FTd18SrlLLKodFBSVzce/bqB1FZTjBXOSiu7dGGRSbyXOScYJrS2le50RdxT9wFYZMeS9E4yrrpdlzkTk8WCEekk78Tj90TkeSEI+Lxbp07qPf5AdNq6vdeQ1LVp86sxxwiuJm05Pwx/zN9yuZtZ1u1FxqUl5KwOkHNOT5qlG0tai25vf5dA73nqlayJJXtVryA6Qc0rvJPVK4zSSvby8i1acnjcnrbSam/pQGyaatO0HJRq31dIy4WKjgjV7rzbZmlbxTcpankaavbz2oDqIbqveYa3oVydvLXX39DTK2njp1cv5MDQHNGLk4tzn4skovxPpv/Q1wXy2m26k1u78wJeSCnoc46vTe5c5oSccEZRq9VStebdMam80JRtRlNx3m3dJ+XTyA6SHJJpN/mdI54xcnFuc/FklF+J9N/6EVqjii5S/xZK73/zeYHS3Ve8k54yalGKk2lkcVb6qn/MiLdQyapa5Tpq9uvSv+dAOiTUU3JpJdWyTHO70w0uVu2lXRfH5FItyWPHJyju096e3TdfUDojJSVp+bRJywXghFSlTyyTae7W/mTFOMsb1ydzcd5Ppv/QDoTtWSc0bny4uUqcp3Tq9zXA28e7bqTW/ubA0Bzxm6w3J25tdevUiN+CeqTbm4vxOq38gOhNPo7JOOKcMajC/Fkknc2vN+fkXcZpY4Sk0nOvDJt1T2sDpBCVKiQAAAAAAAAAAApHFjhJyjCMW+rSolwi4uLimn1TXUpjlOaWRuKg1dVvXxJhmUmlplG1cW63Al4sbiovHBxXROKpCWOE61QjKulq6KRzqSTWOfiVxut/uMedywwk8ctUl+VVv9wNdKd7LfZ+8GbzKo1GTcrpL3dSOe3PGo45NSu+m33A0cISjpcIuPZrYKMY9IpbVsvIpnyPFGLSTuW99urCyt8Q4UtKj872/qgL8uFp6I3FUnXQlxT6pO1Rms35tUJRcVqp1uvkyYZVKVaJLa1fmgJ5WPVq0RvvRbTHsut9PMz5ySlqhKLik6db38CFn3aeOUWq2dW7+YGumO+y3dvYhY4KbmoRUn1dblHmSjbjK706drs0TtJ1XuYERhGN6YpXu6XUjlwUnPRHU/OtxPIoPxWl38kRlm4YZTjWytX0Anlw1atEdT863LNJ1aujHmScE1lhPxxVwXv8Aiy7ypSrTKrrVtVgX0peS630CSXRUZvOrrRNq9N159iecnG9MrutO13/ACXjxuetwi5eqtxy4anLRHU+rrcq8ypeGVt1p87Kyzv8AZ6ccnqk4tbWqv3+4DbSl5LrfQhwhJU4Ra600V5q1VplputW1WaAVUIpJKKSj0SXQLHBTc1COp+dbkPJFS0yuPZvoyuebxwTUoxtpXLogNKV3W/ciWOEk1KEWnu011M1laSX+LJ7/ALNJKvmyXmVR0RlNtXSrp8wLqMUklFKt1t0J0rbZbO+hkszeWEYwbhKN6tv6lo5lJrwySauLdUwLqMVVJbe4JJdFRXHk5kdSi0n0vzLSelXTfuQFVjgpalCKk97rctpjtstnfQiE4zVxd/yMo5W8kk8mNKLfhrevr/IDR4sb1XCPi/Nt1+JKhGKSUUkuiS6FI5k3vGUE1acq3QWa1/hzTauN14vv/EDUGMMzljhJ45apK9Kr69SecrioxlJyV0gNQAAAAAAAAABjGE4w5TUXCq1XvXwEMeTVDXpqC2p9fL5GkckJScYzi5Lqk90WAxhilFYk2vBGn9CnIk4Y1KGOTxqkm9mvpsdEmoxcn0SthNPz3qwM446lBqMYqKdqPTcqsc46HHS3GUnTdbNm5WWSEZKMpxTfRN7sCJw1yjdUrv6GawSjFKM91GS1ee5tKSirbpWkSBzRwSWrwY4aoOPhfn36F54pS6Sp6HG/fsbADleLRDJKUceNSjXh6L39PeRGMc0XGKhJxalevWn7mzqUk20nuupIGKxNKFQhCpamo9OnwNZRjJVJJrs0NS83W9b7EgUeKLSVeFf5Vshlg54ZQjVtUi4Axkss4bxgmmmqk3dP4ERwacrfLxyTlq1PqvsbgDJY2vNfncik8DkrqMmpuSUujOgAZRxVy6jCGlttR6dGVeOaScdLam5U3XW/6m4A54YNGS3jxtanLV/mXn2NpwhNVOMZfFWWAFHji5anbron0QyRctNeUky4AynGaya4KLbVNSdFY4p49Lhpk9NO3RuAMFilDRVSqLjK3XXzIw4OWq5eNUqUl1f2OgAUxxcMcIvqkkOVBJ6UoN9XFUy4ArGEYKoqv5lVj8GSMntNvp7zQAYcqc6WTSkoteF9b/gTGGRyi56UoppU7s2AHNyJNY9UMcnBaab2a236e41jjqcWlFJRapfI0AAAAAAAAAAgkAYQvE8cPDKL2i/NbFMctEMM9cpao3K5X5dTeOOEG3GEYt9WlVkYsMMUUlGN0k5JU2BhclrT2UsblTm5fx6FtNZta1OSx2lqdfQ2jjxw/LCMfgqHLx+HwR8P5dunwAy4dTbjNtaZRt+Nyv8AoXzJSTxpeKfV9l3Lxxwi24wjFvq0upE8OKctU8cJPu4pgV4n/C614o7/ADRlOUsayRg20nFbye1vff8A51OlxUlTSa7MiMIRjpjCKj2S2AwqcY6JK9Uqilke23fqRFyljxxcmrySi6k+ivzN+Vj0aOXDT20qiVCKqopVutgOeap55KUlKFNeJ9vuS+ZPLOqTjJJXNqtl5eZs8cJSUnCLkt02tyXjhKSk4Rcl0bW6A58i1qSk5bZYpVJrsGsksk9O2iSSubXkvLzOhwi004pp9U11I5WO0+XG49HXQDGV3knqlcZpJXt5eR0kaY77Ld29gkldJK3boCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIbpNgSD5fHxfFS4DJi/EZXlzNZIS1u0vFaT/8AL9zrftfNjxcPjxqMp8iOSUpxlLU+yrz97A90Hg5eLz/j58VgxwUvwam45L23br4nTh9o8VxPF4sWLHiUZ4I5pOV7W90B6oPP42aftLhMUscZKUckrd2qXlv7zzeHy5cs/ZcsEMUZ6MsYxbelVt72B9EDxH7byvDhShjjmnKUZNqUorT7lvuaL2nxWWXCQw4ccZ51PUsifhcfP4AeuCFdK+vnRIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIktUWu6okAcWL2XwuPHjgoyk8cHCM296fX3eZX+6sKjiWPLnxyxw0KcJ1KUez2O8AcmT2fiyZMk5SyXPDyXv5d/iOG4DFw2WOSEptxxLEraql8up1gDl4rgcfFZMWSU8kJ47pwlWz6owj7HwRhgjDLnhyFJQlGST8T38j0QBw/3Vw6w4seOWXHLE245ISqW/Xf3mi4HHzcGVzySlhjKMXKV3fWzqAHB/dWHRGHNz1GEofn8pdTtxwWPHGCbaikk27ZYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFpNK92SAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH0JI6gcC43IlG1GVT0PT/n98T0CixwjpqEVp2jS6FwMp/42P5mUIuSxtzn4rvxM6aTadboKKVUlt0A54tyWKMpSp6k6lTdCNz0Rc5adUlabtpdNzWeGE3G4pxV+FrZl1GKqklXTboBz4+ZOevZeJp+N9L6V0CUo3ByeuUXUtTafy8jflw169EdXqrchYscbrHFautLqBjelafEmpxu5OXX3iUm+YlJ/wCJFbPp0NlixqDgoRUX1VbEqEIqlGKXWkgMGnG2pz8OSKVyfR19ep0kaU/Jbu+hIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEWk0r3YTT6NP4ASARaur3YEgFVKMoak/DV2BYEEgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAh9CSOoHAuNyJRtRlU9D0/wCf3xPQKLHCOmoRWnaNLoXAw4nVqho679Ote4jwznCEW1j0WtLaN6TadborLFjkqlCLV3TXmBjC8jxKUpU4yunV7qnsRCOueCUnJvS/8z8jppWnStbIh44SSThFpbpNdAMMcm80JK1Gab3m3fy8jOHj4eak2mobJOtu51LHCLclCKbd2kTpiqqK22W3QCMcVHHFK6rzdlysYRgqhFRXZKiwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARaurV9gmn0aYEgAAAAAIUk5OKe66kgAVjOEpOMZRbXVJ9BKcYK5yUV3boCwKwnDIrhKMl3TslySkk3u+gEgq5JNJ9X0LAAAABEpKMbbpEgACutW15rZ7AWAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH0JI6gcC43IlG1GVT0PT/n98T0CixwjpqEVp2jS6FwMczWOUcr6K0/h/7oz0z1Rx1/l1PxuO7e/Q6WlJVJJrsyJwhNJThGSXdWBlFSlkSnN2oJuntfcqny4uE9TnJLfW6e9fI6KV3SuqKrFjSaWOCUuqUVuBgnNYssdTTjNJVJyrp5smV43OClKvDu221bpm6xwiqUIpdkiXGLu0nap7dQMca0ZMqh4mlHaUn/E2Tem5JJ9k7IjCMFUIqK9yosByQny9EpJVLbHv3fRnRknohdW+iXdhYsabaxxTl126kzhCaqcYyXZqwMpR0xjj3lOTbb1ONvz3RSN5Fh1Sf+bdP+ZtycWnTyoabutKqyyjFVUUq9wGMG28VtupyW/usRm6w3J25tdevU2cIuritna28+5CxwUtShFSe91uBjC1onqk25tO3tW/kRjjObUrmmruTlafwVnTpjtstnfQxjgayKUnB15qFN/FgZz8OKcJalKk23JyXX3k5HLFrjCTaqP5pPa3T3N44scU1GEUn1SXUmOOEYuMYRSfVJAYNThGpOouSW03Jr5sitCzKMntKPV2/I3WPHGDgoRUX1SWxKxwjHSoRS7JAYTu8s9UrjJUr26ISjKeWS8bqS3UqilttVnRpjvst+u3Uxngc56m4deujxL5gQpvTjuTt5GuvXqRv+fVK+ZXXarrobLHBSclCOp+dbltMey6308wOaEZynqqb0ydty8L69Ff8icHMajkbVSjb8bd/LyLLA+Yptw2d2oVJ/FmqxwjJyUIpvq0uoGOG08T1SbnC5W77HQQopVSW2y26EgAAAAAAAAAAAAAAAAAAAAAAAAARaurV9iFKLSakmn0p9QLAi9rEZKUVJdGrQEgAACs5KEdUunwsmLUkmr37qgJAAAEalqUb3asWrq9+wEgrKUYLVOSiu7dEpppNO0/MCQRqWrTatb0IyUlcWmu6AkAi1dXv2AkAAAV1RSvUquuvmS5JOr37ICQRKSik2+rokAAAAKTyRg0ndvokm/4FpSUYuUnSQEgrGSlG1de9NfxLAAAABVySko+bVosAAAAAAAAAAAAh9CSOoHAuNyJRtRlU9D0/wCf3xPQKLHCOmoRWnaNLoXAw4huLjJdWnBfF9P4FcaUcnLXTHb+vT+LOhpOrSdO9xpVt0rfV9wOaH7RRU5SVYlLaTVvzZEdcligunLT/O4/wOh44S03CL09LXQSxwkkpQi0uia6AZxUpZYqcm6gm6ezZWNrFCeqTcpK7b7nRSTulfQhwi46XFOPatgOfIlk1pydLLFbSaroXpwy6pOTi2kmpvb4o1UIRVKMUutJDlw169EdXqrcDmerRFptuc3F3Nrbf6dC1TWjHOVRlJ9Jtvp0vqbuEXFxcU4vqq2I5cNGjRHT6a2AzljTzQjcqUH0k76rz6lMUdWTFOTk5ct/5n3R0KMY1UUqVKl0Dxwem4Renpt0Azz6nKChWu20306Dh5ppwin4Nnb3vzNJwjNVOKkuzVhRjH8sUqVbIDnyNxyzyRW68H1W33onGuXogm6WRr7NnQkldLr1IlCEk1KKafVNdQMfFkUlGVpZHtqatV0tERUZ5sclr2jLZyfk17zZ4sbjpeOLj2rYl44NRThFqPTboBhw/MloyNqpK5eNu/l5FsOtYISj45SSb1Sf6mqxwjJyUIqT6tLdkpJJJKkvJAc2SOrJPF3ev7V/ElT1Q5ibWqcV8tv1Oilq1UrqrIUYpUoqruqA55LUlNylq5qVXt+bsSuZPJKSpaZ1+d9Ph0NuXBy16I6u9bkvHBz1uEdS/wA1bgYPVy8k9ctWulv0Wov+TJKOp6VC93fmzXTGqpVd9CJQhNpyjGTXS1dAc8Y65YpOUlLlXep+4icf2U8ctWqk/wA7d7nTpjt4Vsq6eREcWOKajCKT6pIDKS8WROcorHFafE/r7/mTDVPLcnJVCLpOle5rLHCbTlCMmujauiaV3W/cDmxxcljbnPxRerxPctilJvFcnvGXn13RuopVSSrp7isscJRUZQi0uiaAxxSuWOTd+Ge/zRGKUuYuqjODkk5uXbv06nRojt4VtutuhEceOP5YRXwQFeHX7GMm23JJtt2akJJJJKkiQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAR8CSHugONcdVa8daZaMlO6flXc7TGPDYY6KgvB+X49zYDHiXFqOOV1J70m9l8PkVTWZ44zVpxbaa6tUjfStWqt6oq8UGqafW9m07A55pSjjhyoeHI1pvw9H7jXh1SnGlFqX5V0XwLPBBxUals7vU7v4loQjBVH7u2wLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACE0+jskAAAAIbSVt0g2krbpICQQmn0aZIAAAACLV1e/YCQAAAAAAAARatK92SAAAAAAAAAAAAAAAAAAAAAAAAAAAAj4EkPdAca46q1460y0ZKd0/Ku52mMeGwx0VBeD8vx7mwGHEJSyY1LHzFv4aX8yIxnFwxqWhS1OlTpeSN3FOSbW66BxTkpVuugGKySUrb8Otxf8jOeWfK1Rc9Si50kqS8rv+R0SxQlCUWtpO3uRPDCbuS8q6tWvf3Aooy/Ezam70Kk6rzK65xxyTnLmbbSS239xs8UHJPe0q/M+n8yksEXBxjdurcpN+fvAplclHJBzcqSabS837vgW1ODyRlOTSSadK97RdYoKLVN31ttt/MmWOMrtdUkwMVkyKGRNyUotU51e/wANhKWXXKEHOTguvh3fv/Q1WGCTVPertt3RMsUJS1NO/c2rAjLJxx2tna/iUy5JxeTS6pRrbu2bSipRcZK0yiw40mqfiq7bbYGcpzx8yOtyaSabS2tteRbHFx4iac3Lwx3dd32NHCMnK1epU/eiIY4wbcbt7Nttv7gZvHCfETc4ptRjTa3XUzeWfIjKMpuUYanSVfO/5G8sMJy1STtqnUmk/kJYcc3bXlVJtJoDKblDLlyapPTjT07V5hyzRx5JPXtBtOWnZ/I2eKDknTtKur3Xv7kLDBRlGnUlTTk3sBS8qlKKnqbjatLZka5KKhrnqckm5JXH6bGzhFttrdqupVYYaXGm76tybf1ApOEuZjjzJXUvFSvy+Qx5JN403d6k/fTo0jjjGqttdG22Q8UGkqaptqm0BktU8mKTnJbyWyXk/gXhreaVZJOEdmml1+hbk49Kik0ou1TaoQwwxu46vg5Nr6AaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhySu2lSt/AWrq1fUCQAABCafR3RIAAAAQ2krbpIkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAR8CSHugONcdVa8daZaMlO6flXc7TGPDYY6KgvB+X49zYDHKlPLCElcWm6fRvYjL4EoYtUWldQSr7ms4RmqkunSnTRV4IOrT2/6nv8AHuBlKTkpyfV4b/iS4ylliozcP2fVJfzNeVDbbotPV9CHgxtK1LZVep3QGM803iU4uepQ1NRSr53/ACNU5TyySm4qFbJLcmWDHLrHyqk2k18CXig5KW9rtJq/j3AywybzThdJSb/8RfNj1uL0xmlfhl0+Jblxu63u/mJ44z638pNfwAxeSUnGOJTSUb8Om+tVuWTyzmouTg9CbSS6l3hg0lTWnZaW1/AsopStLeq+QGDyzeNtOnHG3L/xf8TNE5TyySm4qFbJLctyoVNadp/m94ljjKSk7TXZtWBlCeWc9SU9Opprw1V18ToKLFBT1JNPr1dfToXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFq6vd+QEgi1dXuiQABCafR2BIAAAgKSdU1urQEgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEfAkh7oDjXHVWvHWmWjJTun5V3O0xjw2GOioLwfl+Pc2AxypTywhJXFpun0b2DVTWLG+XFRvwpGk4RmqkunSnTRV4YNJeLbo9Tv6gZwnPK4x1uHhbbSW+9eZSWWWrFLZScZR1eS3W5vLFCSSprTstLar6E8uFJaVSWlL3AZZMk4OaTbpRS6ebovh5niU1KvJyq/sW5UKaau0k7fYmEFBUr+bb/iBhDGpcRkk8WOVSXifVbL3E65yUEpU5ZJRbryV/0NOTDW5+JNu3Uml9CVjiq26NyXxf8A7gZXlcaUpPTJpySV/wBBHxZ1NZJNaLqlv9jV4oNea3vaTX8ByoXFpNadlTaAxxzyzipNS0yjbvTS28q3ITcYxa6rC2vsbxxQg3pT38rdfQhYoLTSfhVLd9AI1y5kVezg389jOEslQbnqc4N00kk9jWGGEHaTuqttvYnlpRWlK4qo35Ac6yZFF5FLJJaV+aKW77bKy7lljCV6l0pzq+vuJx4ZW1JJQqnHW5J/XoaLFBRcd2n3k2BXG5LJOEpOVJNN1532+BqQopScq3ezJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBJEvyv4AZYuL4bNPRi4jFOfpjNNmx83weTieH9gzz4seJKKlpmt5rxb+XxNMnF5+G/FR4XiZ8RCPDrJqlLXok3XX4b0JHvyainKTSS3bfkIyjKKlFpp7pp7M+fnKUlxPD4+Ky58T4XmNuepxl2v39jNZckOG4DBhzy5c8blJ8/R4qW2req7AfSlMmXHihryzjCK85OkeLifFZ+J4PDl4qS1YpObwz2nT23Xy3Oz2vghmeBviMWLJjk5Qjl3jP4oDvhOGSKnCSlF9HF2mWPnY8W8uPhVGUeEj+IljySwy0wlt1RMeMmuFnhllzZE+JljxZFl0OSS85ge5kz4sWTHjnKpZW1BU92XhOE03CUZU6dO6Z89wvETzvgHmy6nHPkhqcrdVtv5/EzxZJ8JwHEPDmmpviXCd5Pyxvr7n7wPpzOGfDknLHDLCU49YqSbXyOL2RLNozLNkjOCl4f2qyOKrdNnLF8OvbXCvDyJY3GSx8irW2+ruh8j2wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIJAFIYsePHy8eOMIemKpfQjHhxYYuOLFCEX1UYpJmgAzxYcWFNYsUIJ7tRilZX8Jw3LeP8Pi0N246FV96NgBRYsSlGSxwUorTF6VaXZDLix5o6cuOGSPaUU0XAHJxHA480uHrTGGGTehR2e1UbPhsDxLE8ON410hpVL5GoAzlgwyVSxY2k9W8V17/ABI/D4dU5cnHqmqk9KuXx7moApixY8MNGLHHHHtFUiIYMOOcp48WOE5dZRik2aAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAyjnUquEopuk3VP7l9cVFylKKSfW9gLAo8uNRU3OKi+jb2YlkhGtU4q+lvqBcFZZIQdSnGPxdCTcVai5e5V/MCwMoZ4yhrlF44+Tm0r+5dSi+kl0vr5AWBnHNjlkeOM05JXVkvIlNxdJKOq2wLgpzIa9GuOr03uTzIalHXHU+ivcCwKvJBSUXOKk+ivch5cak4ucVJK2r3QFwUxZYZYKUGmvj0IlmgpqClFybpq90BoCNUau11rr5huq6but2BIKPLjTac42lbVloyUknFpp9GgJBmsuqVRhJxutW1Flkg56FOLkv8ALe4FgUeXGm05xtK2rIlmjFQlacZOtV7dG/5AaAqppqLi4tS6O+vwCyQc3BTjqXle4FgVyTWODk03XkurDyQUFNySi/NugLAzhljKGttRVtXfYlZISaSnFtq0k+qAuCnMio6pSil3vYsmpJNNNPo0BII1R23W+y36leZDVp1x1dr3AuDKGfFODkpx0xdN2ti3MhpUtcdL872AuCE01a3RIAAAAAAAAAAAcsLlihjUZJqSbuLSVOxKMkk/Eksjb0q3W/kdQA56jGMZKWW7bT0W/mqKtTcrya4qUEqhG997XRnUAOeWP/F8Lf7NJOuvU3j+VX2JAHLplHHhfjiop3pjbXyoTxuUIxgpOrk3JVa7fM6gBjGX7dvTJKcVXhfv+hXNCTzKSi5Rira77nQAOWbnLIr17TT0qO1d7os4PRKou3lT6e9HQAOeUHpy1F28ifTr0Ji3HLpgpU5NyTjsvembgDLh3+yUWmnHZ2mjON/s4aJaozbb07ee9nSAObdVDTK1kv8AK6q76muVNvHSupfyZoAOeENoXH/vZPp8dzTCmoO1Xil/FmgA5d1CGOpqcZLonTV9+nQXOWaDlr8M3a07JbpO6OoAc8IbQuP/AHsn0+O5FOKg3CTSyybpX33OkAc8YtyjLS0nkbproqZEU6hj0y1xnbdbdet/86nSAMsqnKcFGlXibatf83M0pQ0a4tqDa8MX8nX2OkAc0ItrH4GlzZPddOpKg1oqNftZN7fE6ABzwg9WO4vaU3uum5pgTUGmq8Uv4s0AHNG7xw0yuM229Lrz8yYwajj8LT5jb2+J0ADkalpS8a05G3UfJ30236l1D/Da1yTyam5KvJnQAAAAAAAAAAAAAAADOOXVLaEtPq2r+paOSEm1GcW11SfQCwKc3Hv+0jsre62REc+OWJZNcVF+ba2A0BV5IKOpzilV22VlnxxlCLnG59N1uBoCmTJHGouV7uthzI81497Su/IC4KRyY5puM4yS60+hKyQk2ozi3HrT6AWBSOTHKLlGcZJdWn0IjmxSTcckWl1aeyA0BTmQ06tcdPe9iyaaTTtPzQEgi1dWr7ETmoQlNptJXsBYGTytRt45R8SXia837i+uCno1x1em9wLAo8mNOnOKfWrJ5kNGvXHT6r2AsCvMhpUtcdL872KSz4o6LnGpvZ2gNQV1w16NcdXpvcsABCabaTVrqVyT5aT0uTbpJAXBnzYxipZP2d+U2i08kIJOc4xT6W6AsDN5sayrG5LU1aVllkhKTjGcW11SfQCwKxnGV6ZJ11pktpK20l7wJAM45XKbiscqTpy2r+NgaArHJCbajOMmutO6I5uOpNZIvT136AXBnHPiljWTXFRfm2iznCNXKKvpb6gWAAAAAAAAAAGGNtYlhqSmo6b0uvjfQjH4pYkoSjoVSuNeXT3nQAOfFBxjw60tVHfbpsUWrl4f8SOhVKo7p18NzrAGEIVPE1qaWp3Jb7lY3DltxlSlLom/PY6QBlmhzHCNOt7+jX8zOMckWpuN5HGV9r2r+B0gDkSlLW/2krxteKNb9uhpJSi04R3WNpKvPbY3AHJplLmv9pK4KnKNbpv3CVyTkpSclJOVQade5M6ZRU46ZLYiGOMLau35uTb+4GShag1rleS3qjXl2o3km1Sk4+9EgDLJic0otql/mf5vl2GdN8POKtvS172agDnk4vH4FkdSi3qUr6+8hRfMlGcsm89SSjs+29fzOkAc6htvH/vW+n3KyjJb+JJZG3pVuq7HUAOdQ3xNapLW5NyVeTIpx0ycZUssm6Te2/8AU6QBy44vXpnLJetyS07dbW9fzOicXJbTlH4V/MsAMpY3PIpNpaejXV/Pt7hnjrUFv+ZXRqAMHWLKpNScdNKk5NblcaeLQ5xlWitldb9Nv+bHSAOaClB4tSkvA47K6dojBF1FSeTVCNU40vrW51ADPAtODGqqorYOEkpeLXflKqX0RoAKYsfLjV35+5fD3GccTaytalJt1u6+huAOanPSoRlBxg07VVt0Jj4pQ0wlHRFp3GvkdAA5FqrE/wBpFRhpdQ3T28qNIQ05MdKTSg92vejcAAAAAAAAAAAABSGWE3UW/jTSfwfmXAArKSjFyfRKwpJtLzq6AsAUnlhB1K/jTpfMC4KzkoK33S+rosAAAAFYyUpSiv8AL1LAAVclH8229L3lgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBIA58c4qcYYsinHo49XH/nvMsLxqOKWNJzULnXV7efzo7SsIqEIxXSKpAckNL16HjqWN7Y1W/82XfL5sZrRqlj8Ett37jqAHLwqjqUozx3p8UYxp379+pfiZx0uGupVtD1e7/2NwBjxNcnxdNUb+qMpVoycnTy7j0Vr3nWAOPwRx0pYZQlKr0+CO3xJglLHii6a5klSW1b+XY6wBx5ViUsyenmbaO91tRM1qzyU544ytaNUbfTy37nWAOTLGD5jmotLLFvUumyIajLK7nji7Wi426pdHZ2ADlnCP7SdLUsip9uh0pp3TTp06JAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACOgEg5eG9o8LxU1HBklJu/8Au5JfVqjqAArknHHjlkm6jFW32RGLJDLjjkxvVCStPugLgGPE8Vg4SCnnyKCbpbW2/ckBsDPBnxcTjWTDNTg9rRoABhm4mGHNhxSUnLM3GNdFSvcvhz4s6k8U9SjJxfuaA0AM45sc8s8UZpzhWqPmr6AaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARL8r+BIA+c4OHGL+z2SeDLaalphGHiXi33vtZC1aeL/urXyeQrq/z3vV+dWfSAD5yGLFm/Ew4KMpcO+G8S3rmeXXzMZct8JwSg4R4dRay64ycVkpfmqtz6kAfP4eGWbi+BxZ8jzR5E3e61K9k737fQ7/a8eHrDPNnnw84Sbx5YxtRfv2o9EAfOZOInxGLg58bbguIkuZGLjrjXWkUWRQ4Bw5UZcLk4lrFLLq0xj5dN6PoM/DQz5cOSbleGWqNPz95sB81wrcI8DztShDiJw8SaSTWy338zNQWHg+KxYY6MseI/apJ3yr93kfUgDzPYcdOHK8eaGTE5eFQjJRjtulZx8Nl47hvaGKGXh3GfE5ZyyeKL1Ktku1HvgfIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADGOaTUZSglCTpNSv67F+ZFRbbvdrZMyhHJKEcbxuKUk2215O9iJYpUnTdZHKlKm07A1eaCinbd9Eotv6EyywjVt7q9k3Xx7GbhUE1iyXbe0vEvm2VeOepSnGU3KKT0Tqn9UBrPNjg6k3aVuk3S7lpOWnwJN+90ZvG/2qitnBRjv8TWKqKXuAyhmbxqeSKin0UW5N/Ki/NhV6vJvfsupi8UljxNxk3FNOMZU/4kywuUYxjHSo+LxO9+wF45lLK8aUtknbiyZZNGRqW0VG/uRHUszk4OpRXmtuvUrlxylmWSKvStk/MDR5Iqai7Tf/S6+pHOx6tNu7ro6v4mUoZJZLcJupp3q2r4WWeOWiSrd5FL5WgLvNjUtNu7p7PZjmw1NLU2utRbRSWOTjkVfmmmvht/QlKSy+GEoq7k21T+QFsOVZcamk1fk00RLMtcYx3blT2dfUYFKONRlFpx28tykYzWiGh1GV6rVNbgbcyNXe16fn0EpU471brp1MdOTaGh0smrVaqrs0yRcnCl0lb+jAjn47rU+tdH17fEvCSnHVF7GcYSSja6ZJP5O/6lsUXGLTVeJv7gI5JzdxgtF9XLf6UTzI69G6fvi6fzMXjlpjjeO9Mk1Pakr+o0ZHljKUZNxm23q2reqVgac/Hdan1ro+vb4kTzxSxyW8ZSp7O+j8vkIwklG10ySfyd/wBSuicVFqDdZJSaTXR3/UDVZIy0tS2k63X/ACiFlg56U3d10dX8SkYTcoycavI5NX0VURGE6hjcGlGV6rVMDXLNwg2lqfRLuw8sVCM23UulK2yMkJTnGm4pW7Vdf+WZqE8bi9LmoNrqraYFoZ4vHqk6uTSpPem/6Fo5scmkm7fuf0+PuKQhOoNxqskpPfonf9SVCXg26ZG38N/6gW5sFFNyu20qT3r3FoyU4qUXaZlDHJOFro5N/Nl8MXGDTVPVJ/dgWWSLUXf5nS+P/EVWbG5aU23uujq/iZxjkvHHQ6jNtytbrf8AqTHHJRgq6Tbfw3AmHERnByakqbW8XvuWeaCipW6bpbO7+Bi8c2ktEvDNy2lWpO+m/vLrH/htQkqnqeqVvo0BsnaskAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADOGSc6koLlvo9W/wBBDLCbqLffdNX8O5SCmsawuDpLTrTVf1EIzcseqDjoXW1vtWwFo58cvytva14Xv8O4hnjLFHI1JavLS7/UrjxyUcCa/LGn7tiixz5eK8c/2a0tKVN7dVuBs80Ek7fi6JJtv5EPPHVBJSan0aiyI46ljai0kpXbtqyqhOGh6G6lK0mvNgaZsvKUXV3KuvT3hZbzvHXRXf8AL7oZYa5QTVx3v6V/MzWLJFJppz0yuXvdV/ADRZYNS3a0q3cWtvmTHLCbai3sr6Pde7uYLHN63omrg14pW7+ppOGS04bNY2k/fsBZZoNSdtaetxaf3IWeDv8AMq63Foy5cqyPTKKlFJa527v4+8ODlarI5pqTUmk2t+jXzA250NOq3V10d38C6dpPv3MVj2g1CUfHqalK30+JtKKkqd/J0BDnGMlFum+l+ZGWfLxynV6VdESxao6HJ6Kprq38xmg5YJwirbjSQEOeSMU5Rim5JbSvq/gizywU9Nu+nR19TJx/Z1DA4VJOvCr39zEcVZGpQm05ak1Pbv0v+QGjz4061PrXR9e3xJ5sNGu3V10d/TqUUJJLb/vHL5FJ4pPem6yOVKVNqgNXmgoqVum6Wzu/gVlxEFopSam62i9vsI46eNqLjUm3qdvoyrhOOmSi5VkcqTV07/qBrzYa9Nu+nR19ehc5oYmp1KE34nJS17db6X/I3nBTW7l8pNfwAa469F+LsRlm4JaYqTbpJuiJY9ck5O0naXvGaHMUU4qS1JtMA8uhLmKpPyjcv5CWWEUnbepWtKb/AIFXF48ilDHqjpqo0qKwhPFpehz8NNRa2d+8C/PjzYwSb1K00nRaOWEnSb79Gr+HcyjjnB4/C34XF01tbRGHE4pKUJ6oxrU52n8FYG0MkciuNtd6otKSirfQrhi44YRapqKTGik9Mmm/Ntv+IFk1JJppp+aM45Jym/BHQnV6t/pRbHjWNOrtu235szWBNZG4pSk3Uq3pgXhlhN1Fvpe6av4dyFng02m3Sv8AK9/h3KOE8lKUHDTFq7W7a8iYxnKUNUHDQmt2t37gLRzxlijNqS1Lppbf8CzywWne9W6pN2YLHOsbeOfgjpajKn5b9fcawx6ckGo1FRa3d020BqAAAAAAAAAAAAAAAAAAAAAAACGlJNSSafVMiGOGNVCEYp9lRYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAzxZJZEpaEoNWnqt/NEwzQm0ot7q1s1ZSMZPKpLE8fXU7Xi+hTCsk8WKo6dMLUm1u6oDV5ouE3G9UYt1KLX8Qsy5qxtO3G7p0ZRxzerwzVwcfFK9/qXcZtrwSWqGl7rw/cDSGWE3UW++6av4dyZSqUY1bkZYMelrVCalFVbna+W4z4sktThKNuNU1+oGmafLxuW23cRywkpO2tPW01/EjNGUsLSpy+hnOE8qyPS4Wkkm93TvyA0WWLi2tW3VaXf06jnQ0ardXXR3fwMtEtLcceRNtJpztte52TDHKvytftNW7t0BZ54rI1K0tKf5X5317F55YQdSb77Juvj2M8imsk3HG5KUUk7Xv6/Uq8LUmnGc4uKXhnX13A0yZljUm7lTSpJ7WS80FVt7q/yvb49vmUnjl+0pXelrfrRWWNynJyx5Gp1sp1Xx3A1lmxxk4tu112br4mhhPHJxzpL8y29+xsm23s1X3AkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhJJJJUkSAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UVP1R/d/UsAK1P1R/d/UFgAAAAAACs5xgrnJRXduixk//AJlX6PD9d/5AaJqSTTTT80RKSjV+bpGD3k1FtReWtn7t/uFtJRttRy0rd+QHQnZJztye2qSvK1s/KisnJLlxba5mneTW1X16gdRVZISk4KcXJdUnuiuFSjFqbXXbxXS+JSP7NwjcZQbqL81/UDaMlKKcXaZJy4k4rFJSk3JtNXt0fl8icbdYZ6pOWT8ybtdH5eQHSDmx3+ynrk5Sk07laa38i2dyeSEF0ab/ADuPbzQG5D2VswUZOeOE5P8ALJvTJ77qtyrjUZRm5Nyi2pKbp/LyA6VurRDklKm96s52pVixxtpxb3yNb7efUslJSSk03y3uviJIbxalFNdGrJORa56YLoscWvG4/wAOpaalKU1KcrjjT8Mmle+4kdIM5Sf4dyvfRf2MnB+Lxz/Jq/M+oHQ5JXe1K230JOXK3PHlUm65Sezrfc1yJx4eShdqLre2BaOSEpOMZxcl1Se6LmOrQ8WjTy2q6e6zPFKXMXVRnBySc3Lt36dQOojUtSje7VnNjg5LHc5+KFvxPrt9OoiubLDrk7eJt06vp2A6b3ok5eZPlqSbb5UmvfVUy8FoyxjGUpKUW3cm+24G0pKMXKTpIk5cy1RzOUpJxdJXS6LyJfMnlnppaZJK5teS8vMDobSTbdJFMebHkbUJW11ROVNw2VtNOu+5li1NQjppQfWmvL3oDac4QVzlGK7t0JZIQScpxin0bdWRkkoq6uXSK7mUIKE1CVNLHX9f5AbPJCMlFzipPom92TqTk42rXVWc8VqwY8deKUVb7LuXjFR4iVJK4p/dgbAAAAAAAAAAAAABWcIzVTipLs1ZYAVUYpJKKpdFXQOEWmnFNN3uvMsAI0x7LrfTzIcItNOKafVNdSwAiMYxWmKSS8kisccIycowipPq0ty4AjTHbZbdNuhCxwjJyUIqT6tLdlgBniwwx7qMdXnKt2WnCM1U4qS7NWWAEKMVVJKlS26FY44QbcYRi31aXUuAKcnFp08uGm7rSqJ0RtPSrj026FgBR4sbiovHBpdFpWxbSt9luqZIAilVUq6UNK7LpRIAjTHsuldPIiMYwjpjFRXZKiwApHHjjJyjCKk+rS3EceOP5YRXwRcAQopVSSpUvcVlixySUoRaXRNdC4Aild0rWxVYscU0scUpdUl1LgCjxwlLU4RbW1tEvHCUlJwi5Lo2t0WAAAAUnjhkrXCMq6WrDxY3FRcIuK6KtkXAFJYcU5apY4SfdxTLUrut+5IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/9k=","width":360,"height":2052},"nodes":{"20-0-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-1-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-2-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-3-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-4-A":{"top":0,"bottom":60,"left":120,"right":240,"width":120,"height":60},"20-5-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-6-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-7-A":{"top":54,"bottom":104,"left":360,"right":660,"width":300,"height":50},"20-8-A":{"top":174,"bottom":187,"left":605,"right":645,"width":40,"height":13},"20-9-A":{"top":204,"bottom":244,"left":375,"right":645,"width":270,"height":40},"20-10-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-11-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-12-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-13-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-14-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-15-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-16-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-17-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-18-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-19-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-20-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-21-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-22-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-23-A":{"top":167,"bottom":189,"left":15,"right":73,"width":58,"height":23},"20-24-A":{"top":213,"bottom":232,"left":300,"right":314,"width":14,"height":20},"20-25-A":{"top":213,"bottom":232,"left":335,"right":345,"width":10,"height":20},"20-26-A":{"top":309,"bottom":349,"left":0,"right":360,"width":360,"height":40},"20-27-A":{"top":447,"bottom":464,"left":15,"right":32,"width":17,"height":17},"20-28-A":{"top":578,"bottom":618,"left":15,"right":345,"width":330,"height":40},"20-29-A":{"top":618,"bottom":650,"left":219,"right":345,"width":126,"height":32},"20-30-A":{"top":754,"bottom":785,"left":15,"right":269,"width":254,"height":31},"20-31-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-32-A":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-33-A":{"top":1269,"bottom":1301,"left":15,"right":345,"width":330,"height":32},"20-34-A":{"top":1301,"bottom":1333,"left":15,"right":345,"width":330,"height":32},"20-35-A":{"top":1333,"bottom":1365,"left":15,"right":345,"width":330,"height":32},"20-36-A":{"top":1365,"bottom":1398,"left":15,"right":345,"width":330,"height":32},"20-37-A":{"top":1398,"bottom":1430,"left":15,"right":345,"width":330,"height":32},"20-38-A":{"top":1430,"bottom":1462,"left":15,"right":345,"width":330,"height":32},"20-39-A":{"top":1462,"bottom":1494,"left":15,"right":345,"width":330,"height":32},"20-40-A":{"top":1494,"bottom":1526,"left":15,"right":345,"width":330,"height":32},"20-41-A":{"top":1988,"bottom":2005,"left":42,"right":178,"width":136,"height":17},"20-42-A":{"top":2017,"bottom":2027,"left":275,"right":335,"width":60,"height":10},"20-43-LINK":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-44-LINK":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-45-LINK":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-46-LINK":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-47-LINK":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-48-LINK":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-49-META":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-50-META":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-51-META":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-52-META":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-53-META":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-54-META":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-55-INPUT":{"top":167,"bottom":205,"left":195,"right":345,"width":150,"height":38},"20-56-INPUT":{"top":665,"bottom":703,"left":30,"right":235,"width":205,"height":38},"20-57-BUTTON":{"top":665,"bottom":703,"left":234,"right":330,"width":96,"height":38},"20-58-DIV":{"top":157,"bottom":204,"left":375,"right":645,"width":270,"height":46},"20-59-DIV":{"top":753,"bottom":787,"left":15,"right":345,"width":330,"height":34},"20-60-SELECT":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"20-61-SELECT":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0}}}},"document-title":{"id":"document-title","title":"Document has a `\u003ctitle>` element","description":"The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more](https://web.dev/document-title/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"image-alt":{"id":"image-alt","title":"Image elements have `[alt]` attributes","description":"Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more](https://web.dev/image-alt/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"meta-description":{"id":"meta-description","title":"Document does not have a meta description","description":"Meta descriptions may be included in search results to concisely summarize page content. [Learn more](https://web.dev/meta-description/).","score":0,"scoreDisplayMode":"binary"},"http-status-code":{"id":"http-status-code","title":"Page has successful HTTP status code","description":"Pages with unsuccessful HTTP status codes may not be indexed properly. [Learn more](https://web.dev/http-status-code/).","score":1,"scoreDisplayMode":"binary"},"font-size":{"id":"font-size","title":"Document uses legible font sizes","description":"Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. [Learn more](https://web.dev/font-size/).","score":1,"scoreDisplayMode":"binary","displayValue":"97.44% legible text","details":{"type":"table","headings":[{"key":"source","itemType":"source-location","text":"Source"},{"key":"selector","itemType":"code","text":"Selector"},{"key":"coverage","itemType":"text","text":"% of Page Text"},{"key":"fontSize","itemType":"text","text":"Font Size"}],"items":[{"source":{"type":"source-location","url":"https://ae.supp.gambio-server.net/4511_final5/public/theme/styles/system/main.min.css?bust=1642591997","urlProvider":"network","line":2,"column":506458},"selector":"#offcanvas-cart-content ul.dropdown-menu > .cart-dropdown-inside .tax","coverage":"1.76%","fontSize":"11px"},{"source":{"type":"source-location","url":"https://ae.supp.gambio-server.net/4511_final5/public/theme/styles/system/main.min.css?bust=1642591997","urlProvider":"network","line":2,"column":100806},"selector":"input, button, select, textarea","coverage":"0.38%","fontSize":"0px"},{"source":{"type":"source-location","url":"https://ae.supp.gambio-server.net/4511_final5/public/theme/styles/system/main.min.css?bust=1642591997","urlProvider":"network","line":2,"column":457029},"selector":"#footer","coverage":"0.38%","fontSize":"11px"},{"source":{"type":"source-location","url":"https://ae.supp.gambio-server.net/4511_final5/public/theme/styles/system/main.min.css?bust=1642591997","urlProvider":"network","line":2,"column":454757},"selector":".cart-products-count","coverage":"0.05%","fontSize":"11px"},{"source":{"type":"code","value":"Legible text"},"selector":"","coverage":"97.44%","fontSize":"≥ 12px"}]}},"link-text":{"id":"link-text","title":"Links have descriptive text","description":"Descriptive link text helps search engines understand your content. [Learn more](https://web.dev/link-text/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[],"summary":{}}},"crawlable-anchors":{"id":"crawlable-anchors","title":"Links are not crawlable","description":"Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn More](https://support.google.com/webmasters/answer/9112205)","score":0,"scoreDisplayMode":"binary","details":{"type":"table","headings":[{"key":"node","itemType":"node","text":"Uncrawlable Link"}],"items":[{"node":{"type":"node","lhId":"20-21-A","path":"1,HTML,1,BODY,0,DIV,3,DIV,0,DIV,0,DIV,0,DIV,6,DIV,0,DIV,1,DIV,0,DIV,0,A","selector":"div.cart-empty > div.row > div.col-xs-12 > a.btn","boundingRect":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"snippet":"\u003ca class=\"btn btn-default btn-block\" href=\"\">","nodeLabel":"\n\t\t\t\tWeiter einkaufen\n\t\t\t"}}]}},"is-crawlable":{"id":"is-crawlable","title":"Page is blocked from indexing","description":"Search engines are unable to include your pages in search results if they don't have permission to crawl them. [Learn more](https://web.dev/is-crawable/).","score":0,"scoreDisplayMode":"binary","details":{"type":"table","headings":[{"key":"source","itemType":"code","text":"Blocking Directive Source"}],"items":[{"source":{"type":"node","lhId":"20-53-META","path":"1,HTML,0,HEAD,41,META","selector":"head > meta","boundingRect":{"top":0,"bottom":0,"left":0,"right":0,"width":0,"height":0},"snippet":"\u003cmeta name=\"robots\" content=\"noindex,follow\" />","nodeLabel":"head > meta"}},{"source":"X-Robots-Tag: noindex,follow"}]}},"robots-txt":{"id":"robots-txt","title":"robots.txt is valid","description":"If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more](https://web.dev/robots-txt/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[],"summary":{}}},"tap-targets":{"id":"tap-targets","title":"Tap targets are not sized appropriately","description":"Interactive elements like buttons and links should be large enough (48x48px), and have enough space around them, to be easy enough to tap without overlapping onto other elements. [Learn more](https://web.dev/tap-targets/).","score":0.72,"scoreDisplayMode":"binary","displayValue":"81% appropriately sized tap targets","details":{"type":"table","headings":[{"key":"tapTarget","itemType":"node","text":"Tap Target"},{"key":"size","itemType":"text","text":"Size"},{"key":"overlappingTarget","itemType":"node","text":"Overlapping Target"}],"items":[{"tapTarget":{"type":"node","lhId":"20-24-A","path":"1,HTML,1,BODY,0,DIV,3,DIV,0,DIV,0,DIV,0,DIV,6,DIV,2,DIV,0,FORM,1,DIV,0,TABLE,1,TBODY,0,TR,2,TD,3,A","selector":"tbody > tr.item > td.qty > a.button-refresh","boundingRect":{"top":213,"bottom":232,"left":300,"right":314,"width":14,"height":20},"snippet":"\u003ca href=\"/4511_final5/shopping_cart.php#\" class=\"button-refresh\">","nodeLabel":"tbody > tr.item > td.qty > a.button-refresh"},"overlappingTarget":{"type":"node","lhId":"20-55-INPUT","path":"1,HTML,1,BODY,0,DIV,3,DIV,0,DIV,0,DIV,0,DIV,6,DIV,2,DIV,0,FORM,1,DIV,0,TABLE,1,TBODY,0,TR,2,TD,0,INPUT","selector":"tbody > tr.item > td.qty > input.form-control","boundingRect":{"top":167,"bottom":205,"left":195,"right":345,"width":150,"height":38},"snippet":"\u003cinput type=\"text\" name=\"cart_quantity[]\" value=\"1\" data-oldvalue=\"1\" size=\"2\" class=\"form-control\">","nodeLabel":"tbody > tr.item > td.qty > input.form-control"},"tapTargetScore":279.78125,"overlappingTargetScore":288.375,"overlapScoreRatio":1.0307159611303474,"size":"14x19","width":14,"height":19},{"tapTarget":{"type":"node","lhId":"20-25-A","path":"1,HTML,1,BODY,0,DIV,3,DIV,0,DIV,0,DIV,0,DIV,6,DIV,2,DIV,0,FORM,1,DIV,0,TABLE,1,TBODY,0,TR,2,TD,4,A","selector":"tbody > tr.item > td.qty > a.button-delete","boundingRect":{"top":213,"bottom":232,"left":335,"right":345,"width":10,"height":20},"snippet":"\u003ca href=\"/4511_final5/shopping_cart.php#\" rel=\"3x22\" class=\"button-delete\">","nodeLabel":"tbody > tr.item > td.qty > a.button-delete"},"overlappingTarget":{"type":"node","lhId":"20-55-INPUT","path":"1,HTML,1,BODY,0,DIV,3,DIV,0,DIV,0,DIV,0,DIV,6,DIV,2,DIV,0,FORM,1,DIV,0,TABLE,1,TBODY,0,TR,2,TD,0,INPUT","selector":"tbody > tr.item > td.qty > input.form-control","boundingRect":{"top":167,"bottom":205,"left":195,"right":345,"width":150,"height":38},"snippet":"\u003cinput type=\"text\" name=\"cart_quantity[]\" value=\"1\" data-oldvalue=\"1\" size=\"2\" class=\"form-control\">","nodeLabel":"tbody > tr.item > td.qty > input.form-control"},"tapTargetScore":192.349609375,"overlappingTargetScore":173.10009765625,"overlapScoreRatio":0.8999243524263071,"size":"9x19","width":9,"height":19},{"tapTarget":{"type":"node","lhId":"20-29-A","path":"1,HTML,1,BODY,0,DIV,3,DIV,0,DIV,0,DIV,0,DIV,6,DIV,2,DIV,0,FORM,2,DIV,1,TABLE,0,TBODY,4,TR,0,TD,1,A","selector":"tbody > tr.footer > td.colspan-2 > a.js-open-modal","boundingRect":{"top":618,"bottom":650,"left":219,"right":345,"width":126,"height":32},"snippet":"\u003ca href=\".share-cart-layer\" class=\"js-open-modal cart-action-link share-shopping-cart\" data-modal-finish-event=\"SHARE_CART_MODAL_READY\" data-modal-type=\"alert\" data-modal-settings=\"{&quot;title&quot;: &quot;&quot;, &quot;dialogClass&quot;: &quot;layer-medium&quot;, &quot;buttons&quot;: [] }\">","nodeLabel":" Warenkorb teilen"},"overlappingTarget":{"type":"node","lhId":"20-28-A","path":"1,HTML,1,BODY,0,DIV,3,DIV,0,DIV,0,DIV,0,DIV,6,DIV,2,DIV,0,FORM,2,DIV,1,TABLE,0,TBODY,4,TR,0,TD,0,A","selector":"tbody > tr.footer > td.colspan-2 > a.btn","boundingRect":{"top":578,"bottom":618,"left":15,"right":345,"width":330,"height":40},"snippet":"\u003ca class=\"btn btn-primary btn-block button-submit\" href=\"https://ae.supp.gambio-server.net/4511_final5/checkout_shipping.php\">","nodeLabel":"KASSE"},"tapTargetScore":1535.25,"overlappingTargetScore":384.375,"overlapScoreRatio":0.25036638983878845,"size":"126x31","width":126,"height":31}]}},"hreflang":{"id":"hreflang","title":"Document has a valid `hreflang`","description":"hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more](https://web.dev/hreflang/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"plugins":{"id":"plugins","title":"Document avoids plugins","description":"Search engines can't index plugin content, and many devices restrict plugins or don't support them. [Learn more](https://web.dev/plugins/).","score":1,"scoreDisplayMode":"binary","details":{"type":"table","headings":[],"items":[]}},"canonical":{"id":"canonical","title":"Document has a valid `rel=canonical`","description":"Canonical links suggest which URL to show in search results. [Learn more](https://web.dev/canonical/).","score":1,"scoreDisplayMode":"binary"},"structured-data":{"id":"structured-data","title":"Structured data is valid","description":"Run the [Structured Data Testing Tool](https://search.google.com/structured-data/testing-tool/) and the [Structured Data Linter](http://linter.structured-data.org/) to validate structured data. [Learn more](https://web.dev/structured-data/).","score":null,"scoreDisplayMode":"manual"}},"configSettings":{"output":"json","maxWaitForFcp":30000,"maxWaitForLoad":45000,"formFactor":"mobile","throttling":{"rttMs":150,"throughputKbps":1638.4,"requestLatencyMs":562.5,"downloadThroughputKbps":1474.5600000000002,"uploadThroughputKbps":675,"cpuSlowdownMultiplier":4},"throttlingMethod":"simulate","screenEmulation":{"mobile":true,"width":360,"height":640,"deviceScaleFactor":2.625,"disabled":true},"emulatedUserAgent":"Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4590.2 Mobile Safari/537.36 Chrome-Lighthouse","auditMode":false,"gatherMode":false,"disableStorageReset":false,"debugNavigation":false,"channel":"devtools","budgets":null,"locale":"en-US","blockedUrlPatterns":null,"additionalTraceCategories":null,"extraHeaders":null,"precomputedLanternData":null,"onlyAudits":null,"onlyCategories":["seo"],"skipAudits":null},"categories":{"seo":{"title":"SEO","description":"These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on [Core Web Vitals](https://web.dev/learn-web-vitals/). [Learn more](https://support.google.com/webmasters/answer/35769).","manualDescription":"Run these additional validators on your site to check additional SEO best practices.","auditRefs":[{"id":"viewport","weight":1,"group":"seo-mobile"},{"id":"document-title","weight":1,"group":"seo-content"},{"id":"meta-description","weight":1,"group":"seo-content"},{"id":"http-status-code","weight":1,"group":"seo-crawl"},{"id":"link-text","weight":1,"group":"seo-content"},{"id":"crawlable-anchors","weight":1,"group":"seo-crawl"},{"id":"is-crawlable","weight":1,"group":"seo-crawl"},{"id":"robots-txt","weight":1,"group":"seo-crawl"},{"id":"image-alt","weight":1,"group":"seo-content"},{"id":"hreflang","weight":1,"group":"seo-content"},{"id":"canonical","weight":1,"group":"seo-content"},{"id":"font-size","weight":1,"group":"seo-mobile"},{"id":"plugins","weight":1,"group":"seo-content"},{"id":"tap-targets","weight":1,"group":"seo-mobile"},{"id":"structured-data","weight":0}],"id":"seo","score":0.77}},"categoryGroups":{"metrics":{"title":"Metrics"},"load-opportunities":{"title":"Opportunities","description":"These suggestions can help your page load faster. They don't [directly affect](https://web.dev/performance-scoring/) the Performance score."},"budgets":{"title":"Budgets","description":"Performance budgets set standards for the performance of your site."},"diagnostics":{"title":"Diagnostics","description":"More information about the performance of your application. These numbers don't [directly affect](https://web.dev/performance-scoring/) the Performance score."},"pwa-installable":{"title":"Installable"},"pwa-optimized":{"title":"PWA Optimized"},"a11y-best-practices":{"title":"Best practices","description":"These items highlight common accessibility best practices."},"a11y-color-contrast":{"title":"Contrast","description":"These are opportunities to improve the legibility of your content."},"a11y-names-labels":{"title":"Names and labels","description":"These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader."},"a11y-navigation":{"title":"Navigation","description":"These are opportunities to improve keyboard navigation in your application."},"a11y-aria":{"title":"ARIA","description":"These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader."},"a11y-language":{"title":"Internationalization and localization","description":"These are opportunities to improve the interpretation of your content by users in different locales."},"a11y-audio-video":{"title":"Audio and video","description":"These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments."},"a11y-tables-lists":{"title":"Tables and lists","description":"These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader."},"seo-mobile":{"title":"Mobile Friendly","description":"Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content pages. [Learn more](https://developers.google.com/search/mobile-sites/)."},"seo-content":{"title":"Content Best Practices","description":"Format your HTML in a way that enables crawlers to better understand your app’s content."},"seo-crawl":{"title":"Crawling and Indexing","description":"To appear in search results, crawlers need access to your app."},"best-practices-trust-safety":{"title":"Trust and Safety"},"best-practices-ux":{"title":"User Experience"},"best-practices-browser-compat":{"title":"Browser Compatibility"},"best-practices-general":{"title":"General"},"lighthouse-plugin-publisher-ads-metrics":{"title":"Metrics"},"lighthouse-plugin-publisher-ads-ads-performance":{"title":"Ad Speed"},"lighthouse-plugin-publisher-ads-ads-best-practices":{"title":"Tag Best Practices"}},"timing":{"entries":[{"startTime":45.7,"name":"lh:init:config","duration":152.8,"entryType":"measure"},{"startTime":50.8,"name":"lh:config:requireGatherers","duration":5.6,"entryType":"measure"},{"startTime":56.5,"name":"lh:config:requireAudits","duration":128.1,"entryType":"measure"},{"startTime":198.9,"name":"lh:init:connect","duration":0.2,"entryType":"measure"},{"startTime":199.1,"name":"lh:gather:loadBlank","duration":19.2,"entryType":"measure"},{"startTime":218.4,"name":"lh:gather:getVersion","duration":0.3,"entryType":"measure"},{"startTime":218.8,"name":"lh:gather:getBenchmarkIndex","duration":1003.3,"entryType":"measure"},{"startTime":1222.1,"name":"lh:gather:setupDriver","duration":7.8,"entryType":"measure"},{"startTime":1230.1,"name":"lh:gather:runPass-defaultPass","duration":8525.7,"entryType":"measure"},{"startTime":1230.2,"name":"lh:gather:loadBlank","duration":10.1,"entryType":"measure"},{"startTime":1246.2,"name":"lh:storage:clearBrowserCaches","duration":92.9,"entryType":"measure"},{"startTime":1339.2,"name":"lh:gather:prepareThrottlingAndNetwork","duration":0.6,"entryType":"measure"},{"startTime":1339.9,"name":"lh:gather:beforePass","duration":0.1,"entryType":"measure"},{"startTime":1340,"name":"lh:gather:beforePass:FullPageScreenshot","duration":0,"entryType":"measure"},{"startTime":1340.1,"name":"lh:gather:beginRecording","duration":0.1,"entryType":"measure"},{"startTime":1340.2,"name":"lh:gather:loadPage-defaultPass","duration":7544.4,"entryType":"measure"},{"startTime":8884.7,"name":"lh:gather:pass","duration":0.2,"entryType":"measure"},{"startTime":8885,"name":"lh:gather:getDevtoolsLog","duration":1.4,"entryType":"measure"},{"startTime":8885.1,"name":"lh:computed:NetworkRecords","duration":1.3,"entryType":"measure"},{"startTime":8887,"name":"lh:gather:afterPass","duration":868.8,"entryType":"measure"},{"startTime":8890.4,"name":"lh:gather:afterPass:AnchorElements","duration":19,"entryType":"measure"},{"startTime":8909.4,"name":"lh:gather:afterPass:LinkElements","duration":3.3,"entryType":"measure"},{"startTime":8912.8,"name":"lh:gather:afterPass:MetaElements","duration":2.5,"entryType":"measure"},{"startTime":8915.3,"name":"lh:gather:afterPass:FontSize","duration":283.9,"entryType":"measure"},{"startTime":9199.2,"name":"lh:gather:afterPass:EmbeddedContent","duration":2,"entryType":"measure"},{"startTime":9201.2,"name":"lh:gather:afterPass:RobotsTxt","duration":48.5,"entryType":"measure"},{"startTime":9202,"name":"lh:gather:getVersion","duration":0.2,"entryType":"measure"},{"startTime":9249.8,"name":"lh:gather:afterPass:TapTargets","duration":38.1,"entryType":"measure"},{"startTime":9287.9,"name":"lh:gather:afterPass:Accessibility","duration":339.8,"entryType":"measure"},{"startTime":9627.7,"name":"lh:gather:afterPass:FullPageScreenshot","duration":128,"entryType":"measure"},{"startTime":9755.9,"name":"lh:gather:populateBaseArtifacts","duration":9.1,"entryType":"measure"},{"startTime":9756.4,"name":"lh:gather:collectStacks","duration":8.5,"entryType":"measure"},{"startTime":9765.4,"name":"lh:gather:disconnect","duration":5,"entryType":"measure"},{"startTime":198.6,"name":"lh:runner:run","duration":9602.8,"entryType":"measure"},{"startTime":9770.6,"name":"lh:runner:auditing","duration":30.6,"entryType":"measure"},{"startTime":9771.5,"name":"lh:audit:viewport","duration":2.3,"entryType":"measure"},{"startTime":9772.3,"name":"lh:computed:ViewportMeta","duration":0.4,"entryType":"measure"},{"startTime":9773.8,"name":"lh:audit:full-page-screenshot","duration":0,"entryType":"measure"},{"startTime":9774.3,"name":"lh:audit:document-title","duration":4.6,"entryType":"measure"},{"startTime":9779.1,"name":"lh:audit:image-alt","duration":4.6,"entryType":"measure"},{"startTime":9784,"name":"lh:audit:meta-description","duration":1.3,"entryType":"measure"},{"startTime":9785.6,"name":"lh:audit:http-status-code","duration":0.9,"entryType":"measure"},{"startTime":9786.8,"name":"lh:audit:font-size","duration":1.6,"entryType":"measure"},{"startTime":9788.6,"name":"lh:audit:link-text","duration":0.9,"entryType":"measure"},{"startTime":9789.7,"name":"lh:audit:crawlable-anchors","duration":1.2,"entryType":"measure"},{"startTime":9791.1,"name":"lh:audit:is-crawlable","duration":2.2,"entryType":"measure"},{"startTime":9791.6,"name":"lh:computed:MainResource","duration":0,"entryType":"measure"},{"startTime":9793.5,"name":"lh:audit:robots-txt","duration":1,"entryType":"measure"},{"startTime":9794.8,"name":"lh:audit:tap-targets","duration":2.7,"entryType":"measure"},{"startTime":9797.8,"name":"lh:audit:hreflang","duration":0.8,"entryType":"measure"},{"startTime":9798.7,"name":"lh:audit:plugins","duration":0.6,"entryType":"measure"},{"startTime":9799.4,"name":"lh:audit:canonical","duration":1.1,"entryType":"measure"},{"startTime":9800.7,"name":"lh:audit:structured-data","duration":0.5,"entryType":"measure"},{"startTime":9801.2,"name":"lh:runner:generate","duration":0.2,"entryType":"measure"}],"total":9602.8},"i18n":{"rendererFormattedStrings":{},"icuMessagePaths":{"lighthouse-core/audits/viewport.js | title":["audits.viewport.title"],"lighthouse-core/audits/viewport.js | description":["audits.viewport.description"],"lighthouse-core/audits/accessibility/document-title.js | title":["audits[document-title].title"],"lighthouse-core/audits/accessibility/document-title.js | description":["audits[document-title].description"],"lighthouse-core/audits/accessibility/image-alt.js | title":["audits[image-alt].title"],"lighthouse-core/audits/accessibility/image-alt.js | description":["audits[image-alt].description"],"lighthouse-core/audits/seo/meta-description.js | failureTitle":["audits[meta-description].title"],"lighthouse-core/audits/seo/meta-description.js | description":["audits[meta-description].description"],"lighthouse-core/audits/seo/http-status-code.js | title":["audits[http-status-code].title"],"lighthouse-core/audits/seo/http-status-code.js | description":["audits[http-status-code].description"],"lighthouse-core/audits/seo/font-size.js | title":["audits[font-size].title"],"lighthouse-core/audits/seo/font-size.js | description":["audits[font-size].description"],"lighthouse-core/audits/seo/font-size.js | displayValue":[{"values":{"decimalProportion":0.9743833017077799},"path":"audits[font-size].displayValue"}],"lighthouse-core/lib/i18n/i18n.js | columnSource":["audits[font-size].details.headings[0].text"],"lighthouse-core/audits/seo/font-size.js | columnSelector":["audits[font-size].details.headings[1].text"],"lighthouse-core/audits/seo/font-size.js | columnPercentPageText":["audits[font-size].details.headings[2].text"],"lighthouse-core/audits/seo/font-size.js | columnFontSize":["audits[font-size].details.headings[3].text"],"lighthouse-core/audits/seo/font-size.js | legibleText":["audits[font-size].details.items[4].source.value"],"lighthouse-core/audits/seo/link-text.js | title":["audits[link-text].title"],"lighthouse-core/audits/seo/link-text.js | description":["audits[link-text].description"],"lighthouse-core/audits/seo/crawlable-anchors.js | failureTitle":["audits[crawlable-anchors].title"],"lighthouse-core/audits/seo/crawlable-anchors.js | description":["audits[crawlable-anchors].description"],"lighthouse-core/audits/seo/crawlable-anchors.js | columnFailingLink":["audits[crawlable-anchors].details.headings[0].text"],"lighthouse-core/audits/seo/is-crawlable.js | failureTitle":["audits[is-crawlable].title"],"lighthouse-core/audits/seo/is-crawlable.js | description":["audits[is-crawlable].description"],"lighthouse-core/audits/seo/robots-txt.js | title":["audits[robots-txt].title"],"lighthouse-core/audits/seo/robots-txt.js | description":["audits[robots-txt].description"],"lighthouse-core/audits/seo/tap-targets.js | failureTitle":["audits[tap-targets].title"],"lighthouse-core/audits/seo/tap-targets.js | description":["audits[tap-targets].description"],"lighthouse-core/audits/seo/tap-targets.js | displayValue":[{"values":{"decimalProportion":0.8125},"path":"audits[tap-targets].displayValue"}],"lighthouse-core/audits/seo/tap-targets.js | tapTargetHeader":["audits[tap-targets].details.headings[0].text"],"lighthouse-core/lib/i18n/i18n.js | columnSize":["audits[tap-targets].details.headings[1].text"],"lighthouse-core/audits/seo/tap-targets.js | overlappingTargetHeader":["audits[tap-targets].details.headings[2].text"],"lighthouse-core/audits/seo/hreflang.js | title":["audits.hreflang.title"],"lighthouse-core/audits/seo/hreflang.js | description":["audits.hreflang.description"],"lighthouse-core/audits/seo/plugins.js | title":["audits.plugins.title"],"lighthouse-core/audits/seo/plugins.js | description":["audits.plugins.description"],"lighthouse-core/audits/seo/canonical.js | title":["audits.canonical.title"],"lighthouse-core/audits/seo/canonical.js | description":["audits.canonical.description"],"lighthouse-core/audits/seo/manual/structured-data.js | title":["audits[structured-data].title"],"lighthouse-core/audits/seo/manual/structured-data.js | description":["audits[structured-data].description"],"lighthouse-core/config/default-config.js | seoCategoryTitle":["categories.seo.title"],"lighthouse-core/config/default-config.js | seoCategoryDescription":["categories.seo.description"],"lighthouse-core/config/default-config.js | seoCategoryManualDescription":["categories.seo.manualDescription"],"lighthouse-core/config/default-config.js | metricGroupTitle":["categoryGroups.metrics.title"],"lighthouse-core/config/default-config.js | loadOpportunitiesGroupTitle":["categoryGroups[load-opportunities].title"],"lighthouse-core/config/default-config.js | loadOpportunitiesGroupDescription":["categoryGroups[load-opportunities].description"],"lighthouse-core/config/default-config.js | budgetsGroupTitle":["categoryGroups.budgets.title"],"lighthouse-core/config/default-config.js | budgetsGroupDescription":["categoryGroups.budgets.description"],"lighthouse-core/config/default-config.js | diagnosticsGroupTitle":["categoryGroups.diagnostics.title"],"lighthouse-core/config/default-config.js | diagnosticsGroupDescription":["categoryGroups.diagnostics.description"],"lighthouse-core/config/default-config.js | pwaInstallableGroupTitle":["categoryGroups[pwa-installable].title"],"lighthouse-core/config/default-config.js | pwaOptimizedGroupTitle":["categoryGroups[pwa-optimized].title"],"lighthouse-core/config/default-config.js | a11yBestPracticesGroupTitle":["categoryGroups[a11y-best-practices].title"],"lighthouse-core/config/default-config.js | a11yBestPracticesGroupDescription":["categoryGroups[a11y-best-practices].description"],"lighthouse-core/config/default-config.js | a11yColorContrastGroupTitle":["categoryGroups[a11y-color-contrast].title"],"lighthouse-core/config/default-config.js | a11yColorContrastGroupDescription":["categoryGroups[a11y-color-contrast].description"],"lighthouse-core/config/default-config.js | a11yNamesLabelsGroupTitle":["categoryGroups[a11y-names-labels].title"],"lighthouse-core/config/default-config.js | a11yNamesLabelsGroupDescription":["categoryGroups[a11y-names-labels].description"],"lighthouse-core/config/default-config.js | a11yNavigationGroupTitle":["categoryGroups[a11y-navigation].title"],"lighthouse-core/config/default-config.js | a11yNavigationGroupDescription":["categoryGroups[a11y-navigation].description"],"lighthouse-core/config/default-config.js | a11yAriaGroupTitle":["categoryGroups[a11y-aria].title"],"lighthouse-core/config/default-config.js | a11yAriaGroupDescription":["categoryGroups[a11y-aria].description"],"lighthouse-core/config/default-config.js | a11yLanguageGroupTitle":["categoryGroups[a11y-language].title"],"lighthouse-core/config/default-config.js | a11yLanguageGroupDescription":["categoryGroups[a11y-language].description"],"lighthouse-core/config/default-config.js | a11yAudioVideoGroupTitle":["categoryGroups[a11y-audio-video].title"],"lighthouse-core/config/default-config.js | a11yAudioVideoGroupDescription":["categoryGroups[a11y-audio-video].description"],"lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupTitle":["categoryGroups[a11y-tables-lists].title"],"lighthouse-core/config/default-config.js | a11yTablesListsVideoGroupDescription":["categoryGroups[a11y-tables-lists].description"],"lighthouse-core/config/default-config.js | seoMobileGroupTitle":["categoryGroups[seo-mobile].title"],"lighthouse-core/config/default-config.js | seoMobileGroupDescription":["categoryGroups[seo-mobile].description"],"lighthouse-core/config/default-config.js | seoContentGroupTitle":["categoryGroups[seo-content].title"],"lighthouse-core/config/default-config.js | seoContentGroupDescription":["categoryGroups[seo-content].description"],"lighthouse-core/config/default-config.js | seoCrawlingGroupTitle":["categoryGroups[seo-crawl].title"],"lighthouse-core/config/default-config.js | seoCrawlingGroupDescription":["categoryGroups[seo-crawl].description"],"lighthouse-core/config/default-config.js | bestPracticesTrustSafetyGroupTitle":["categoryGroups[best-practices-trust-safety].title"],"lighthouse-core/config/default-config.js | bestPracticesUXGroupTitle":["categoryGroups[best-practices-ux].title"],"lighthouse-core/config/default-config.js | bestPracticesBrowserCompatGroupTitle":["categoryGroups[best-practices-browser-compat].title"],"lighthouse-core/config/default-config.js | bestPracticesGeneralGroupTitle":["categoryGroups[best-practices-general].title"],"node_modules/lighthouse-plugin-publisher-ads/messages/common-strings.js | GROUPS__METRICS":["categoryGroups[lighthouse-plugin-publisher-ads-metrics].title"],"node_modules/lighthouse-plugin-publisher-ads/messages/common-strings.js | GROUPS__ADS_PERFORMANCE":["categoryGroups[lighthouse-plugin-publisher-ads-ads-performance].title"],"node_modules/lighthouse-plugin-publisher-ads/messages/common-strings.js | GROUPS__ADS_BEST_PRACTICES":["categoryGroups[lighthouse-plugin-publisher-ads-ads-best-practices].title"]}},"stackPacks":[]};</script>
1809
  <script>!function(){"use strict";
1810
/**
1811
   * @license
1812
   * Copyright 2017 The Lighthouse Authors. All Rights Reserved.
1813
   *
1814
   * Licensed under the Apache License, Version 2.0 (the "License");
1815
   * you may not use this file except in compliance with the License.
1816
   * You may obtain a copy of the License at
1817
   *
1818
   *      http://www.apache.org/licenses/LICENSE-2.0
1819
   *
1820
   * Unless required by applicable law or agreed to in writing, software
1821
   * distributed under the License is distributed on an "AS-IS" BASIS,
1822
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1823
   * See the License for the specific language governing permissions and
1824
   * limitations under the License.
1825
   */const e="",t="data:image/jpeg;base64,",n={label:"pass",minScore:.9},r={label:"average",minScore:.5},i={label:"fail"},o={label:"error"},s=["com","co","gov","edu","ac","org","go","gob","or","net","in","ne","nic","gouv","web","spb","blog","jus","kiev","mil","wi","qc","ca","bel","on"];class a{static get PASS_THRESHOLD(){return.9}static get MS_DISPLAY_VALUE(){return"%10d ms"}static prepareReportResult(e){const n=JSON.parse(JSON.stringify(e));n.configSettings.locale||(n.configSettings.locale="en"),n.configSettings.formFactor||(n.configSettings.formFactor=n.configSettings.emulatedFormFactor);for(const e of Object.values(n.audits))if("not_applicable"!==e.scoreDisplayMode&&"not-applicable"!==e.scoreDisplayMode||(e.scoreDisplayMode="notApplicable"),e.details&&(void 0!==e.details.type&&"diagnostic"!==e.details.type||(e.details.type="debugdata"),"filmstrip"===e.details.type))for(const n of e.details.items)n.data.startsWith(t)||(n.data=t+n.data);if("object"!=typeof n.categories)throw new Error("No categories provided.");const r=new Map;for(const e of Object.values(n.categories))e.auditRefs.forEach((e=>{e.relevantAudits&&e.relevantAudits.forEach((t=>{const n=r.get(t)||[];n.push(e),r.set(t,n)}))})),e.auditRefs.forEach((e=>{const t=n.audits[e.id];e.result=t,r.has(e.id)&&(e.relevantMetrics=r.get(e.id)),n.stackPacks&&n.stackPacks.forEach((t=>{t.descriptions[e.id]&&(e.stackPacks=e.stackPacks||[],e.stackPacks.push({title:t.title,iconDataURL:t.iconDataURL,description:t.descriptions[e.id]}))}))}));return n}static showAsPassed(e){switch(e.scoreDisplayMode){case"manual":case"notApplicable":return!0;case"error":case"informative":return!1;case"numeric":case"binary":default:return Number(e.score)>=n.minScore}}static calculateRating(e,t){if("manual"===t||"notApplicable"===t)return n.label;if("error"===t)return o.label;if(null===e)return i.label;let s=i.label;return e>=n.minScore?s=n.label:e>=r.minScore&&(s=r.label),s}static splitMarkdownCodeSpans(e){const t=[],n=e.split(/`(.*?)`/g);for(let e=0;e<n.length;e++){const r=n[e];if(!r)continue;const i=e%2!=0;t.push({isCode:i,text:r})}return t}static splitMarkdownLink(e){const t=[],n=e.split(/\[([^\]]+?)\]\((https?:\/\/.*?)\)/g);for(;n.length;){const[e,r,i]=n.splice(0,3);e&&t.push({isLink:!1,text:e}),r&&i&&t.push({isLink:!0,text:r,linkHref:i})}return t}static getURLDisplayName(t,n){const r=void 0!==(n=n||{numPathParts:void 0,preserveQuery:void 0,preserveHost:void 0}).numPathParts?n.numPathParts:2,i=void 0===n.preserveQuery||n.preserveQuery,o=n.preserveHost||!1;let s;if("about:"===t.protocol||"data:"===t.protocol)s=t.href;else{s=t.pathname;const n=s.split("/").filter((e=>e.length));r&&n.length>r&&(s=e+n.slice(-1*r).join("/")),o&&(s=`${t.host}/${s.replace(/^\//,"")}`),i&&(s=`${s}${t.search}`)}if(s=s.replace(/([a-f0-9]{7})[a-f0-9]{13}[a-f0-9]*/g,"$1…"),s=s.replace(/([a-zA-Z0-9-_]{9})(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])[a-zA-Z0-9-_]{10,}/g,"$1…"),s=s.replace(/(\d{3})\d{6,}/g,"$1…"),s=s.replace(/\u2026+/g,e),s.length>64&&s.includes("?")&&(s=s.replace(/\?([^=]*)(=)?.*/,"?$1$2…"),s.length>64&&(s=s.replace(/\?.*/,"?…"))),s.length>64){const t=s.lastIndexOf(".");s=t>=0?s.slice(0,63-(s.length-t))+`…${s.slice(t)}`:s.slice(0,63)+e}return s}static parseURL(e){const t=new URL(e);return{file:a.getURLDisplayName(t),hostname:t.hostname,origin:t.origin}}static createOrReturnURL(e){return e instanceof URL?e:new URL(e)}static getTld(e){const t=e.split(".").slice(-2);return s.includes(t[0])?`.${t.join(".")}`:`.${t[t.length-1]}`}static getRootDomain(e){const t=a.createOrReturnURL(e).hostname,n=a.getTld(t).split(".");return t.split(".").slice(-n.length).join(".")}static getEnvironmentDisplayValues(e){const t=a.getEmulationDescriptions(e);return[{name:a.i18n.strings.runtimeSettingsDevice,description:t.deviceEmulation},{name:a.i18n.strings.runtimeSettingsNetworkThrottling,description:t.networkThrottling},{name:a.i18n.strings.runtimeSettingsCPUThrottling,description:t.cpuThrottling}]}static getEmulationDescriptions(e){let t,n;const r=e.throttling;switch(e.throttlingMethod){case"provided":t=a.i18n.strings.throttlingProvided,n=a.i18n.strings.throttlingProvided;break;case"devtools":{const{cpuSlowdownMultiplier:e,requestLatencyMs:i}=r;t=`${a.i18n.formatNumber(e)}x slowdown (DevTools)`,n=`${a.i18n.formatNumber(i)} ms HTTP RTT, ${a.i18n.formatNumber(r.downloadThroughputKbps)} Kbps down, ${a.i18n.formatNumber(r.uploadThroughputKbps)} Kbps up (DevTools)`;break}case"simulate":{const{cpuSlowdownMultiplier:e,rttMs:i,throughputKbps:o}=r;t=`${a.i18n.formatNumber(e)}x slowdown (Simulated)`,n=`${a.i18n.formatNumber(i)} ms TCP RTT, ${a.i18n.formatNumber(o)} Kbps throughput (Simulated)`;break}default:t=a.i18n.strings.runtimeUnknown,n=a.i18n.strings.runtimeUnknown}return{deviceEmulation:{mobile:a.i18n.strings.runtimeMobileEmulation,desktop:a.i18n.strings.runtimeDesktopEmulation}[e.formFactor]||a.i18n.strings.runtimeNoEmulation,cpuThrottling:t,networkThrottling:n}}static filterRelevantLines(e,t,n){if(0===t.length)return e.slice(0,2*n+1);const r=new Set;return(t=t.sort(((e,t)=>(e.lineNumber||0)-(t.lineNumber||0)))).forEach((({lineNumber:e})=>{let t=e-n,i=e+n;for(;t<1;)t++,i++;r.has(t-3-1)&&(t-=3);for(let e=t;e<=i;e++){const t=e;r.add(t)}})),e.filter((e=>r.has(e.lineNumber)))}static isPluginCategory(e){return e.startsWith("lighthouse-plugin-")}}a.reportJson=null,a.getUniqueSuffix=(()=>{let e=0;return function(){return e++}})(),a.i18n=null,a.UIStrings={varianceDisclaimer:"Values are estimated and may vary. The [performance score is calculated](https://web.dev/performance-scoring/) directly from these metrics.",calculatorLink:"See calculator.",showRelevantAudits:"Show audits relevant to:",opportunityResourceColumnLabel:"Opportunity",opportunitySavingsColumnLabel:"Estimated Savings",errorMissingAuditInfo:"Report error: no audit information",errorLabel:"Error!",warningHeader:"Warnings: ",warningAuditsGroupTitle:"Passed audits but with warnings",passedAuditsGroupTitle:"Passed audits",notApplicableAuditsGroupTitle:"Not applicable",manualAuditsGroupTitle:"Additional items to manually check",toplevelWarningsMessage:"There were issues affecting this run of Lighthouse:",crcInitialNavigation:"Initial Navigation",crcLongestDurationLabel:"Maximum critical path latency:",snippetExpandButtonLabel:"Expand snippet",snippetCollapseButtonLabel:"Collapse snippet",lsPerformanceCategoryDescription:"[Lighthouse](https://developers.google.com/web/tools/lighthouse/) analysis of the current page on an emulated mobile network. Values are estimated and may vary.",labDataTitle:"Lab Data",thirdPartyResourcesLabel:"Show 3rd-party resources",viewTreemapLabel:"View Treemap",dropdownPrintSummary:"Print Summary",dropdownPrintExpanded:"Print Expanded",dropdownCopyJSON:"Copy JSON",dropdownSaveHTML:"Save as HTML",dropdownSaveJSON:"Save as JSON",dropdownViewer:"Open in Viewer",dropdownSaveGist:"Save as Gist",dropdownDarkTheme:"Toggle Dark Theme",runtimeSettingsTitle:"Runtime Settings",runtimeSettingsUrl:"URL",runtimeSettingsFetchTime:"Fetch Time",runtimeSettingsDevice:"Device",runtimeSettingsNetworkThrottling:"Network throttling",runtimeSettingsCPUThrottling:"CPU throttling",runtimeSettingsChannel:"Channel",runtimeSettingsUA:"User agent (host)",runtimeSettingsUANetwork:"User agent (network)",runtimeSettingsBenchmark:"CPU/Memory Power",runtimeSettingsAxeVersion:"Axe version",footerIssue:"File an issue",runtimeNoEmulation:"No emulation",runtimeMobileEmulation:"Emulated Moto G4",runtimeDesktopEmulation:"Emulated Desktop",runtimeUnknown:"Unknown",throttlingProvided:"Provided by environment"},a.UIStrings;
1826
/**
1827
   * @license
1828
   * Copyright 2017 The Lighthouse Authors. All Rights Reserved.
1829
   *
1830
   * Licensed under the Apache License, Version 2.0 (the "License");
1831
   * you may not use this file except in compliance with the License.
1832
   * You may obtain a copy of the License at
1833
   *
1834
   *      http://www.apache.org/licenses/LICENSE-2.0
1835
   *
1836
   * Unless required by applicable law or agreed to in writing, software
1837
   * distributed under the License is distributed on an "AS-IS" BASIS,
1838
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1839
   * See the License for the specific language governing permissions and
1840
   * limitations under the License.
1841
   */
1842
class l{constructor(e){this._document=e,this._lighthouseChannel="unknown",this._componentCache=new Map}createElement(e,t){const n=this._document.createElement(e);if(t)for(const e of t.split(/\s+/))e&&n.classList.add(e);return n}createElementNS(e,t,n){const r=this._document.createElementNS(e,t);if(n)for(const e of n.split(/\s+/))e&&r.classList.add(e);return r}createFragment(){return this._document.createDocumentFragment()}createChildOf(e,t,n){const r=this.createElement(t,n);return e.appendChild(r),r}createComponent(e){let t=this._componentCache.get(e);if(t){const e=t.cloneNode(!0);return this.findAll("style",e).forEach((e=>e.remove())),e}t=function(e,t){switch(t){case"3pFilter":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("style");n.append("\n    .lh-3p-filter {\n      background-color: var(--table-higlight-background-color);\n      color: var(--color-gray-600);\n      float: right;\n      padding: 6px;\n    }\n    .lh-3p-filter-label, .lh-3p-filter-input {\n      vertical-align: middle;\n      user-select: none;\n    }\n    .lh-3p-filter-input:disabled + .lh-3p-ui-string {\n      text-decoration: line-through;\n    }\n  "),t.append(n);const r=e.createElement("div","lh-3p-filter"),i=e.createElement("label","lh-3p-filter-label"),o=e.createElement("input","lh-3p-filter-input");o.setAttribute("type","checkbox"),o.setAttribute("checked","");const s=e.createElement("span","lh-3p-ui-string");s.append("Show 3rd party resources");const a=e.createElement("span","lh-3p-filter-count");return i.append(" ",o," ",s," (",a,") "),r.append(" ",i," "),t.append(r),t}(e);case"audit":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-audit"),r=e.createElement("details","lh-expandable-details"),i=e.createElement("summary"),o=e.createElement("div","lh-audit__header lh-expandable-details__summary"),s=e.createElement("span","lh-audit__score-icon"),a=e.createElement("span","lh-audit__title-and-text"),l=e.createElement("span","lh-audit__title"),d=e.createElement("span","lh-audit__display-text");a.append(" ",l," ",d," ");const c=e.createElement("div","lh-chevron-container");o.append(" ",s," ",a," ",c," "),i.append(" ",o," ");const p=e.createElement("div","lh-audit__description"),h=e.createElement("div","lh-audit__stackpacks");return r.append(" ",i," ",p," ",h," "),n.append(" ",r," "),t.append(n),t}(e);case"categoryHeader":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-category-header"),r=e.createElement("div","lh-score__gauge");r.setAttribute("role","heading"),r.setAttribute("aria-level","2");const i=e.createElement("div","lh-category-header__description");return n.append(" ",r," ",i," "),t.append(n),t}(e);case"chevron":return function(e){const t=e.document().createDocumentFragment(),n=e.createElementNS("http://www.w3.org/2000/svg","svg","lh-chevron");n.setAttribute("viewBox","0 0 100 100");const r=e.createElementNS("http://www.w3.org/2000/svg","g","lh-chevron__lines"),i=e.createElementNS("http://www.w3.org/2000/svg","path","lh-chevron__line lh-chevron__line-left");i.setAttribute("d","M10 50h40");const o=e.createElementNS("http://www.w3.org/2000/svg","path","lh-chevron__line lh-chevron__line-right");return o.setAttribute("d","M90 50H50"),r.append(" ",i," ",o," "),n.append(" ",r," "),t.append(n),t}(e);case"clump":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("details","lh-clump lh-audit-group"),r=e.createElement("summary"),i=e.createElement("div","lh-audit-group__summary"),o=e.createElement("div","lh-audit-group__header"),s=e.createElement("span","lh-audit-group__title"),a=e.createElement("span","lh-audit-group__itemcount");return o.append(" ",s," ",a," "," "," "),i.append(" ",o," "),r.append(" ",i," "),n.append(" ",r," "),t.append(n),t}(e);case"crc":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-crc-container"),r=e.createElement("style");r.append('\n      .lh-crc .lh-tree-marker {\n        width: 12px;\n        height: 26px;\n        display: block;\n        float: left;\n        background-position: top left;\n      }\n      .lh-crc .lh-horiz-down {\n        background: url(\'data:image/svg+xml;utf8,<svg width="16" height="26" viewBox="0 0 16 26" xmlns="http://www.w3.org/2000/svg"><g fill="%23D8D8D8" fill-rule="evenodd"><path d="M16 12v2H-2v-2z"/><path d="M9 12v14H7V12z"/>\u003c/g>\u003c/svg>\');\n      }\n      .lh-crc .lh-right {\n        background: url(\'data:image/svg+xml;utf8,<svg width="16" height="26" viewBox="0 0 16 26" xmlns="http://www.w3.org/2000/svg"><path d="M16 12v2H0v-2z" fill="%23D8D8D8" fill-rule="evenodd"/>\u003c/svg>\');\n      }\n      .lh-crc .lh-up-right {\n        background: url(\'data:image/svg+xml;utf8,<svg width="16" height="26" viewBox="0 0 16 26" xmlns="http://www.w3.org/2000/svg"><path d="M7 0h2v14H7zm2 12h7v2H9z" fill="%23D8D8D8" fill-rule="evenodd"/>\u003c/svg>\');\n      }\n      .lh-crc .lh-vert-right {\n        background: url(\'data:image/svg+xml;utf8,<svg width="16" height="26" viewBox="0 0 16 26" xmlns="http://www.w3.org/2000/svg"><path d="M7 0h2v27H7zm2 12h7v2H9z" fill="%23D8D8D8" fill-rule="evenodd"/>\u003c/svg>\');\n      }\n      .lh-crc .lh-vert {\n        background: url(\'data:image/svg+xml;utf8,<svg width="16" height="26" viewBox="0 0 16 26" xmlns="http://www.w3.org/2000/svg"><path d="M7 0h2v26H7z" fill="%23D8D8D8" fill-rule="evenodd"/>\u003c/svg>\');\n      }\n      .lh-crc .lh-crc-tree {\n        font-size: 14px;\n        width: 100%;\n        overflow-x: auto;\n      }\n      .lh-crc .lh-crc-node {\n        height: 26px;\n        line-height: 26px;\n        white-space: nowrap;\n      }\n      .lh-crc .lh-crc-node__tree-value {\n        margin-left: 10px;\n      }\n      .lh-crc .lh-crc-node__tree-value div {\n        display: inline;\n      }\n      .lh-crc .lh-crc-node__chain-duration {\n        font-weight: 700;\n      }\n      .lh-crc .lh-crc-initial-nav {\n        color: #595959;\n        font-style: italic;\n      }\n      .lh-crc__summary-value {\n        margin-bottom: 10px;\n      }\n    ');const i=e.createElement("div"),o=e.createElement("div","lh-crc__summary-value"),s=e.createElement("span","lh-crc__longest_duration_label"),a=e.createElement("b","lh-crc__longest_duration");o.append(" ",s," ",a," "),i.append(" ",o," ");const l=e.createElement("div","lh-crc"),d=e.createElement("div","lh-crc-initial-nav");return l.append(" ",d," "," "),n.append(" ",r," ",i," ",l," "),t.append(n),t}(e);case"crcChain":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-crc-node"),r=e.createElement("span","lh-crc-node__tree-marker"),i=e.createElement("span","lh-crc-node__tree-value");return n.append(" ",r," ",i," "),t.append(n),t}(e);case"elementScreenshot":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-element-screenshot"),r=e.createElement("div","lh-element-screenshot__content"),i=e.createElement("div","lh-element-screenshot__mask"),o=e.createElementNS("http://www.w3.org/2000/svg","svg");o.setAttribute("height","0"),o.setAttribute("width","0");const s=e.createElementNS("http://www.w3.org/2000/svg","defs"),a=e.createElementNS("http://www.w3.org/2000/svg","clipPath");a.setAttribute("clipPathUnits","objectBoundingBox"),s.append(" ",a," "," "),o.append(" ",s," "),i.append(" ",o," ");const l=e.createElement("div","lh-element-screenshot__image"),d=e.createElement("div","lh-element-screenshot__element-marker");return r.append(" ",i," ",l," ",d," "),n.append(" ",r," "),t.append(n),t}(e);case"envItem":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("li","lh-env__item"),r=e.createElement("span","lh-env__name"),i=e.createElement("span","lh-env__description");return n.append(" ",r," ",i," "),t.append(n),t}(e);case"footer":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("style");n.append("\n    .lh-footer {\n      padding: var(--footer-padding-vertical) calc(var(--default-padding) * 2);\n      max-width: var(--report-width);\n      margin: 0 auto;\n    }\n    .lh-footer .lh-generated {\n      text-align: center;\n    }\n    .lh-env__title {\n      font-size: var(--env-item-font-size-big);\n      line-height: var(--env-item-line-height-big);\n      text-align: center;\n      padding: var(--score-container-padding);\n    }\n    .lh-env {\n      padding: var(--default-padding) 0;\n    }\n    .lh-env__items {\n      padding-left: 16px;\n      margin: 0 0 var(--audits-margin-bottom);\n      padding: 0;\n    }\n    .lh-env__items .lh-env__item:nth-child(2n) {\n      background-color: var(--env-item-background-color);\n    }\n    .lh-env__item {\n      display: flex;\n      padding: var(--env-item-padding);\n      position: relative;\n    }\n    span.lh-env__name {\n      font-weight: bold;\n      min-width: var(--env-name-min-width);\n      flex: 0.5;\n      padding: 0 8px;\n    }\n    span.lh-env__description {\n      text-align: left;\n      flex: 1;\n    }\n  "),t.append(n);const r=e.createElement("footer","lh-footer"),i=e.createElement("div","lh-env"),o=e.createElement("div","lh-env__title");o.append("Runtime Settings");const s=e.createElement("ul","lh-env__items");s.append(" "," "),i.append(" ",o," ",s," ");const a=e.createElement("div","lh-generated"),l=e.createElement("b");l.append("Lighthouse");const d=e.createElement("span","lh-footer__version"),c=e.createElement("a","lh-footer__version_issue");return c.setAttribute("href","https://github.com/GoogleChrome/Lighthouse/issues"),c.setAttribute("target","_blank"),c.setAttribute("rel","noopener"),c.append("File an issue"),a.append(" "," Generated by ",l," ",d," | ",c," "),r.append(" "," ",i," ",a," "),t.append(r),t}(e);case"fraction":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("a","lh-fraction__wrapper");n.setAttribute("href","#");const r=e.createElement("div","lh-fraction__content-wrapper"),i=e.createElement("div","lh-fraction__content"),o=e.createElement("div","lh-fraction__background");i.append(" ",o," "),r.append(" ",i," ");const s=e.createElement("div","lh-fraction__label");return n.append(" ",r," ",s," "),t.append(n),t}(e);case"gauge":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("a","lh-gauge__wrapper");n.setAttribute("href","#");const r=e.createElement("div","lh-gauge__svg-wrapper"),i=e.createElementNS("http://www.w3.org/2000/svg","svg","lh-gauge");i.setAttribute("viewBox","0 0 120 120");const o=e.createElementNS("http://www.w3.org/2000/svg","circle","lh-gauge-base");o.setAttribute("r","56"),o.setAttribute("cx","60"),o.setAttribute("cy","60"),o.setAttribute("stroke-width","8");const s=e.createElementNS("http://www.w3.org/2000/svg","circle","lh-gauge-arc");s.setAttribute("r","56"),s.setAttribute("cx","60"),s.setAttribute("cy","60"),s.setAttribute("stroke-width","8"),i.append(" ",o," ",s," "),r.append(" ",i," ");const a=e.createElement("div","lh-gauge__percentage"),l=e.createElement("div","lh-gauge__label");return n.append(" "," ",r," ",a," "," ",l," "),t.append(n),t}(e);case"gaugePwa":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("style");n.append("\n    .lh-gauge--pwa .lh-gauge--pwa__component {\n      display: none;\n    }\n    .lh-gauge--pwa__wrapper:not(.lh-badged--all) .lh-gauge--pwa__logo > path {\n      /* Gray logo unless everything is passing. */\n      fill: #B0B0B0;\n    }\n\n    .lh-gauge--pwa__disc {\n      fill: var(--color-gray-200);\n    }\n\n    .lh-gauge--pwa__logo--primary-color {\n      fill: #304FFE;\n    }\n\n    .lh-gauge--pwa__logo--secondary-color {\n      fill: #3D3D3D;\n    }\n    .lh-dark .lh-gauge--pwa__logo--secondary-color {\n      fill: #D8B6B6;\n    }\n\n    /* No passing groups. */\n    .lh-gauge--pwa__wrapper:not([class*='lh-badged--']) .lh-gauge--pwa__na-line {\n      display: inline;\n    }\n    /* Just optimized. Same n/a line as no passing groups. */\n    .lh-gauge--pwa__wrapper.lh-badged--pwa-optimized:not(.lh-badged--pwa-installable) .lh-gauge--pwa__na-line {\n      display: inline;\n    }\n\n    /* Just installable. */\n    .lh-gauge--pwa__wrapper.lh-badged--pwa-installable .lh-gauge--pwa__installable-badge {\n      display: inline;\n    }\n\n    /* All passing groups. */\n    .lh-gauge--pwa__wrapper.lh-badged--all .lh-gauge--pwa__check-circle {\n      display: inline;\n    }\n  "),t.append(n);const r=e.createElement("a","lh-gauge__wrapper lh-gauge--pwa__wrapper");r.setAttribute("href","#");const i=e.createElementNS("http://www.w3.org/2000/svg","svg","lh-gauge lh-gauge--pwa");i.setAttribute("viewBox","0 0 60 60");const o=e.createElementNS("http://www.w3.org/2000/svg","defs"),s=e.createElementNS("http://www.w3.org/2000/svg","linearGradient");s.setAttribute("id","lh-gauge--pwa__check-circle__gradient"),s.setAttribute("x1","50%"),s.setAttribute("y1","0%"),s.setAttribute("x2","50%"),s.setAttribute("y2","100%");const a=e.createElementNS("http://www.w3.org/2000/svg","stop");a.setAttribute("stop-color","#00C852"),a.setAttribute("offset","0%");const l=e.createElementNS("http://www.w3.org/2000/svg","stop");l.setAttribute("stop-color","#009688"),l.setAttribute("offset","100%"),s.append(" ",a," ",l," ");const d=e.createElementNS("http://www.w3.org/2000/svg","linearGradient");d.setAttribute("id","lh-gauge--pwa__installable__shadow-gradient"),d.setAttribute("x1","76.056%"),d.setAttribute("x2","24.111%"),d.setAttribute("y1","82.995%"),d.setAttribute("y2","24.735%");const c=e.createElementNS("http://www.w3.org/2000/svg","stop");c.setAttribute("stop-color","#A5D6A7"),c.setAttribute("offset","0%");const p=e.createElementNS("http://www.w3.org/2000/svg","stop");p.setAttribute("stop-color","#80CBC4"),p.setAttribute("offset","100%"),d.append(" ",c," ",p," ");const h=e.createElementNS("http://www.w3.org/2000/svg","g");h.setAttribute("id","lh-gauge--pwa__installable-badge");const u=e.createElementNS("http://www.w3.org/2000/svg","circle");u.setAttribute("fill","#FFFFFF"),u.setAttribute("cx","10"),u.setAttribute("cy","10"),u.setAttribute("r","10");const m=e.createElementNS("http://www.w3.org/2000/svg","path");m.setAttribute("fill","#009688"),m.setAttribute("d","M10 4.167A5.835 5.835 0 0 0 4.167 10 5.835 5.835 0 0 0 10 15.833 5.835 5.835 0 0 0 15.833 10 5.835 5.835 0 0 0 10 4.167zm2.917 6.416h-2.334v2.334H9.417v-2.334H7.083V9.417h2.334V7.083h1.166v2.334h2.334v1.166z"),h.append(" ",u," ",m," "),o.append(" ",s," ",d," ",h," ");const g=e.createElementNS("http://www.w3.org/2000/svg","g");g.setAttribute("stroke","none"),g.setAttribute("fill-rule","nonzero");const f=e.createElementNS("http://www.w3.org/2000/svg","circle","lh-gauge--pwa__disc");f.setAttribute("cx","30"),f.setAttribute("cy","30"),f.setAttribute("r","30");const _=e.createElementNS("http://www.w3.org/2000/svg","g","lh-gauge--pwa__logo"),b=e.createElementNS("http://www.w3.org/2000/svg","path","lh-gauge--pwa__logo--secondary-color");b.setAttribute("d","M35.66 19.39l.7-1.75h2L37.4 15 38.6 12l3.4 9h-2.51l-.58-1.61z");const w=e.createElementNS("http://www.w3.org/2000/svg","path","lh-gauge--pwa__logo--primary-color");w.setAttribute("d","M33.52 21l3.65-9h-2.42l-2.5 5.82L30.5 12h-1.86l-1.9 5.82-1.35-2.65-1.21 3.72L25.4 21h2.38l1.72-5.2 1.64 5.2z");const v=e.createElementNS("http://www.w3.org/2000/svg","path","lh-gauge--pwa__logo--secondary-color");v.setAttribute("fill-rule","nonzero"),v.setAttribute("d","M20.3 17.91h1.48c.45 0 .85-.05 1.2-.15l.39-1.18 1.07-3.3a2.64 2.64 0 0 0-.28-.37c-.55-.6-1.36-.91-2.42-.91H18v9h2.3V17.9zm1.96-3.84c.22.22.33.5.33.87 0 .36-.1.65-.29.87-.2.23-.59.35-1.15.35h-.86v-2.41h.87c.52 0 .89.1 1.1.32z"),_.append(" ",b," ",w," ",v," ");const y=e.createElementNS("http://www.w3.org/2000/svg","rect","lh-gauge--pwa__component lh-gauge--pwa__na-line");y.setAttribute("fill","#FFFFFF"),y.setAttribute("x","20"),y.setAttribute("y","32"),y.setAttribute("width","20"),y.setAttribute("height","4"),y.setAttribute("rx","2");const x=e.createElementNS("http://www.w3.org/2000/svg","g","lh-gauge--pwa__component lh-gauge--pwa__installable-badge");x.setAttribute("transform","translate(20, 29)");const E=e.createElementNS("http://www.w3.org/2000/svg","path");E.setAttribute("fill","url(#lh-gauge--pwa__installable__shadow-gradient)"),E.setAttribute("d","M33.629 19.487c-4.272 5.453-10.391 9.39-17.415 10.869L3 17.142 17.142 3 33.63 19.487z");const A=e.createElementNS("http://www.w3.org/2000/svg","use");A.setAttribute("href","#lh-gauge--pwa__installable-badge"),x.append(" ",E," ",A," ");const C=e.createElementNS("http://www.w3.org/2000/svg","g","lh-gauge--pwa__component lh-gauge--pwa__check-circle");C.setAttribute("transform","translate(18, 28)");const S=e.createElementNS("http://www.w3.org/2000/svg","circle");S.setAttribute("fill","#FFFFFF"),S.setAttribute("cx","12"),S.setAttribute("cy","12"),S.setAttribute("r","12");const k=e.createElementNS("http://www.w3.org/2000/svg","path");k.setAttribute("fill","url(#lh-gauge--pwa__check-circle__gradient)"),k.setAttribute("d","M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"),C.append(" ",S," ",k," "),g.append(" "," ",f," ",_," "," ",y," "," ",x," "," ",C," "),i.append(" ",o," ",g," ");const L=e.createElement("div","lh-gauge__label");return r.append(" ",i," ",L," "),t.append(r),t}(e);case"heading":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("style");n.append("\n    /* CSS Fireworks. Originally by Eddie Lin\n       https://codepen.io/paulirish/pen/yEVMbP\n    */\n    .lh-pyro {\n      display: none;\n      z-index: 1;\n      pointer-events: none;\n    }\n    .lh-score100 .lh-pyro {\n      display: block;\n    }\n    .lh-score100 .lh-lighthouse stop:first-child {\n      stop-color: hsla(200, 12%, 95%, 0);\n    }\n    .lh-score100 .lh-lighthouse stop:last-child {\n      stop-color: hsla(65, 81%, 76%, 1);\n    }\n\n    .lh-pyro > .lh-pyro-before, .lh-pyro > .lh-pyro-after {\n      position: absolute;\n      width: 5px;\n      height: 5px;\n      border-radius: 2.5px;\n      box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;\n      animation: 1s bang ease-out infinite backwards,  1s gravity ease-in infinite backwards,  5s position linear infinite backwards;\n      animation-delay: 1s, 1s, 1s;\n    }\n\n    .lh-pyro > .lh-pyro-after {\n      animation-delay: 2.25s, 2.25s, 2.25s;\n      animation-duration: 1.25s, 1.25s, 6.25s;\n    }\n    .lh-fireworks-paused .lh-pyro > div {\n      animation-play-state: paused;\n    }\n\n    @keyframes bang {\n      to {\n        box-shadow: -70px -115.67px #47ebbc, -28px -99.67px #eb47a4, 58px -31.67px #7eeb47, 13px -141.67px #eb47c5, -19px 6.33px #7347eb, -2px -74.67px #ebd247, 24px -151.67px #eb47e0, 57px -138.67px #b4eb47, -51px -104.67px #479eeb, 62px 8.33px #ebcf47, -93px 0.33px #d547eb, -16px -118.67px #47bfeb, 53px -84.67px #47eb83, 66px -57.67px #eb47bf, -93px -65.67px #91eb47, 30px -13.67px #86eb47, -2px -59.67px #83eb47, -44px 1.33px #eb47eb, 61px -58.67px #47eb73, 5px -22.67px #47e8eb, -66px -28.67px #ebe247, 42px -123.67px #eb5547, -75px 26.33px #7beb47, 15px -52.67px #a147eb, 36px -51.67px #eb8347, -38px -12.67px #eb5547, -46px -59.67px #47eb81, 78px -114.67px #eb47ba, 15px -156.67px #eb47bf, -36px 1.33px #eb4783, -72px -86.67px #eba147, 31px -46.67px #ebe247, -68px 29.33px #47e2eb, -55px 19.33px #ebe047, -56px 27.33px #4776eb, -13px -91.67px #eb5547, -47px -138.67px #47ebc7, -18px -96.67px #eb47ac, 11px -88.67px #4783eb, -67px -28.67px #47baeb, 53px 10.33px #ba47eb, 11px 19.33px #5247eb, -5px -11.67px #eb4791, -68px -4.67px #47eba7, 95px -37.67px #eb478b, -67px -162.67px #eb5d47, -54px -120.67px #eb6847, 49px -12.67px #ebe047, 88px 8.33px #47ebda, 97px 33.33px #eb8147, 6px -71.67px #ebbc47;\n      }\n    }\n    @keyframes gravity {\n      to {\n        transform: translateY(80px);\n        opacity: 0;\n      }\n    }\n    @keyframes position {\n      0%, 19.9% {\n        margin-top: 4%;\n        margin-left: 47%;\n      }\n      20%, 39.9% {\n        margin-top: 7%;\n        margin-left: 30%;\n      }\n      40%, 59.9% {\n        margin-top: 6%;\n        margin-left: 70%;\n      }\n      60%, 79.9% {\n        margin-top: 3%;\n        margin-left: 20%;\n      }\n      80%, 99.9% {\n        margin-top: 3%;\n        margin-left: 80%;\n      }\n    }\n  "),t.append(n);const r=e.createElement("div","lh-header-container"),i=e.createElement("div","lh-scores-wrapper-placeholder");return r.append(" ",i," "),t.append(r),t}(e);case"metric":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-metric"),r=e.createElement("div","lh-metric__innerwrap"),i=e.createElement("div","lh-metric__icon"),o=e.createElement("span","lh-metric__title"),s=e.createElement("div","lh-metric__value"),a=e.createElement("div","lh-metric__description");return r.append(" ",i," ",o," ",s," ",a," "),n.append(" ",r," "),t.append(n),t}(e);case"metricsToggle":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-metrics-toggle"),r=e.createElement("input","lh-metrics-toggle__input");r.setAttribute("type","checkbox"),r.setAttribute("id","toggle-metric-descriptions"),r.setAttribute("aria-label","Toggle the display of metric descriptions");const i=e.createElement("label","lh-metrics-toggle__label");i.setAttribute("for","toggle-metric-descriptions");const o=e.createElement("div","lh-metrics-toggle__icon lh-metrics-toggle__icon--less");o.setAttribute("aria-hidden","true");const s=e.createElementNS("http://www.w3.org/2000/svg","svg");s.setAttribute("width","24"),s.setAttribute("height","24"),s.setAttribute("viewBox","0 0 24 24");const a=e.createElementNS("http://www.w3.org/2000/svg","path","lh-metrics-toggle__lines");a.setAttribute("d","M4 9h16v2H4zm0 4h10v2H4z"),s.append(" ",a," "),o.append(" ",s," ");const l=e.createElement("div","lh-metrics-toggle__icon lh-metrics-toggle__icon--more");l.setAttribute("aria-hidden","true");const d=e.createElementNS("http://www.w3.org/2000/svg","svg");d.setAttribute("width","24"),d.setAttribute("height","24"),d.setAttribute("viewBox","0 0 24 24");const c=e.createElementNS("http://www.w3.org/2000/svg","path","lh-metrics-toggle__lines");return c.setAttribute("d","M3 18h12v-2H3v2zM3 6v2h18V6H3zm0 7h18v-2H3v2z"),d.append(" ",c," "),l.append(" ",d," "),i.append(" ",o," ",l," "),n.append(" ",r," ",i," "),t.append(n),t}(e);case"opportunity":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-audit lh-audit--load-opportunity"),r=e.createElement("details","lh-expandable-details"),i=e.createElement("summary"),o=e.createElement("div","lh-audit__header lh-expandable-details__summary"),s=e.createElement("div","lh-load-opportunity__cols"),a=e.createElement("div","lh-load-opportunity__col lh-load-opportunity__col--one"),l=e.createElement("span","lh-audit__score-icon"),d=e.createElement("div","lh-audit__title");a.append(" ",l," ",d," ");const c=e.createElement("div","lh-load-opportunity__col lh-load-opportunity__col--two"),p=e.createElement("div","lh-load-opportunity__sparkline"),h=e.createElement("div","lh-sparkline"),u=e.createElement("div","lh-sparkline__bar");h.append(u),p.append(" ",h," ");const m=e.createElement("div","lh-audit__display-text"),g=e.createElement("div","lh-chevron-container");c.append(" ",p," ",m," ",g," "),s.append(" ",a," ",c," "),o.append(" ",s," "),i.append(" ",o," ");const f=e.createElement("div","lh-audit__description"),_=e.createElement("div","lh-audit__stackpacks");return r.append(" ",i," ",f," ",_," "),n.append(" ",r," "),t.append(n),t}(e);case"opportunityHeader":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-load-opportunity__header lh-load-opportunity__cols"),r=e.createElement("div","lh-load-opportunity__col lh-load-opportunity__col--one"),i=e.createElement("div","lh-load-opportunity__col lh-load-opportunity__col--two");return n.append(" ",r," ",i," "),t.append(n),t}(e);case"scorescale":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-scorescale"),r=e.createElement("span","lh-scorescale-range lh-scorescale-range--fail");r.append("0–49");const i=e.createElement("span","lh-scorescale-range lh-scorescale-range--average");i.append("50–89");const o=e.createElement("span","lh-scorescale-range lh-scorescale-range--pass");return o.append("90–100"),n.append(" ",r," ",i," ",o," "),t.append(n),t}(e);case"scoresWrapper":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("style");n.append("\n    .lh-scores-container {\n      display: flex;\n      flex-direction: column;\n      padding: var(--scores-container-padding);\n      position: relative;\n      width: 100%;\n    }\n\n    .lh-sticky-header {\n      --gauge-circle-size: 36px;\n      --plugin-badge-size: 18px;\n      --plugin-icon-size: 75%;\n      --gauge-wrapper-width: 60px;\n      --gauge-percentage-font-size: 13px;\n      position: fixed;\n      left: 0;\n      right: 0;\n      top: var(--topbar-height);\n      font-weight: 700;\n      display: none;\n      justify-content: center;\n      background-color: var(--sticky-header-background-color);\n      border-bottom: 1px solid var(--color-gray-200);\n      padding-top: var(--score-container-padding);\n      padding-bottom: 4px;\n      z-index: 1;\n      pointer-events: none;\n    }\n\n    .lh-devtools .lh-sticky-header {\n      /* The report within DevTools is placed in a container with overflow, which changes the placement of this header unless we change `position` to `sticky.` */\n      position: sticky;\n    }\n\n    .lh-sticky-header--visible {\n      display: grid;\n      grid-auto-flow: column;\n      pointer-events: auto;\n    }\n\n    /* Disable the gauge arc animation for the sticky header, so toggling display: none\n       does not play the animation. */\n    .lh-sticky-header .lh-gauge-arc {\n      animation: none;\n    }\n\n    .lh-sticky-header .lh-gauge__label {\n      display: none;\n    }\n\n    .lh-highlighter {\n      width: var(--gauge-wrapper-width);\n      height: 1px;\n      background-color: var(--highlighter-background-color);\n      /* Position at bottom of first gauge in sticky header. */\n      position: absolute;\n      grid-column: 1;\n      bottom: -1px;\n    }\n\n    .lh-gauge__wrapper:first-of-type {\n      contain: none;\n    }\n  "),t.append(n);const r=e.createElement("div","lh-scores-wrapper"),i=e.createElement("div","lh-scores-container"),o=e.createElement("div","lh-pyro"),s=e.createElement("div","lh-before"),a=e.createElement("div","lh-after");return o.append(" ",s," ",a," "),i.append(" ",o," "),r.append(" ",i," "),t.append(r),t}(e);case"snippet":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-snippet"),r=e.createElement("style");return r.append('\n          :root {\n            --snippet-highlight-light: #fbf1f2;\n            --snippet-highlight-dark: #ffd6d8;\n          }\n\n         .lh-snippet__header {\n          position: relative;\n          overflow: hidden;\n          padding: 10px;\n          border-bottom: none;\n          color: var(--snippet-color);\n          background-color: var(--snippet-background-color);\n          border: 1px solid var(--report-border-color-secondary);\n        }\n        .lh-snippet__title {\n          font-weight: bold;\n          float: left;\n        }\n        .lh-snippet__node {\n          float: left;\n          margin-left: 4px;\n        }\n        .lh-snippet__toggle-expand {\n          padding: 1px 7px;\n          margin-top: -1px;\n          margin-right: -7px;\n          float: right;\n          background: transparent;\n          border: none;\n          cursor: pointer;\n          font-size: 14px;\n          color: #0c50c7;\n        }\n\n        .lh-snippet__snippet {\n          overflow: auto;\n          border: 1px solid var(--report-border-color-secondary);\n        }\n        /* Container needed so that all children grow to the width of the scroll container */\n        .lh-snippet__snippet-inner {\n          display: inline-block;\n          min-width: 100%;\n        }\n\n        .lh-snippet:not(.lh-snippet--expanded) .lh-snippet__show-if-expanded {\n          display: none;\n        }\n        .lh-snippet.lh-snippet--expanded .lh-snippet__show-if-collapsed {\n          display: none;\n        }\n\n        .lh-snippet__line {\n          background: white;\n          white-space: pre;\n          display: flex;\n        }\n        .lh-snippet__line:not(.lh-snippet__line--message):first-child {\n          padding-top: 4px;\n        }\n        .lh-snippet__line:not(.lh-snippet__line--message):last-child {\n          padding-bottom: 4px;\n        }\n        .lh-snippet__line--content-highlighted {\n          background: var(--snippet-highlight-dark);\n        }\n        .lh-snippet__line--message {\n          background: var(--snippet-highlight-light);\n        }\n        .lh-snippet__line--message .lh-snippet__line-number {\n          padding-top: 10px;\n          padding-bottom: 10px;\n        }\n        .lh-snippet__line--message code {\n          padding: 10px;\n          padding-left: 5px;\n          color: var(--color-fail);\n          font-family: var(--report-font-family);\n        }\n        .lh-snippet__line--message code {\n          white-space: normal;\n        }\n        .lh-snippet__line-icon {\n          padding-top: 10px;\n          display: none;\n        }\n        .lh-snippet__line--message .lh-snippet__line-icon {\n          display: block;\n        }\n        .lh-snippet__line-icon:before {\n          content: "";\n          display: inline-block;\n          vertical-align: middle;\n          margin-right: 4px;\n          width: var(--score-icon-size);\n          height: var(--score-icon-size);\n          background-image: var(--fail-icon-url);\n        }\n        .lh-snippet__line-number {\n          flex-shrink: 0;\n          width: 40px;\n          text-align: right;\n          font-family: monospace;\n          padding-right: 5px;\n          margin-right: 5px;\n          color: var(--color-gray-600);\n          user-select: none;\n        }\n    '),n.append(" ",r," "),t.append(n),t}(e);case"snippetContent":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-snippet__snippet"),r=e.createElement("div","lh-snippet__snippet-inner");return n.append(" ",r," "),t.append(n),t}(e);case"snippetHeader":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-snippet__header"),r=e.createElement("div","lh-snippet__title"),i=e.createElement("div","lh-snippet__node"),o=e.createElement("button","lh-snippet__toggle-expand"),s=e.createElement("span","lh-snippet__btn-label-collapse lh-snippet__show-if-expanded"),a=e.createElement("span","lh-snippet__btn-label-expand lh-snippet__show-if-collapsed");return o.append(" ",s," ",a," "),n.append(" ",r," ",i," ",o," "),t.append(n),t}(e);case"snippetLine":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-snippet__line"),r=e.createElement("div","lh-snippet__line-number"),i=e.createElement("div","lh-snippet__line-icon"),o=e.createElement("code");return n.append(" ",r," ",i," ",o," "),t.append(n),t}(e);case"topbar":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("style");n.append("\n    .lh-topbar {\n      position: sticky;\n      top: 0;\n      left: 0;\n      right: 0;\n      z-index: 1000;\n      display: flex;\n      align-items: center;\n      height: var(--topbar-height);\n      background-color: var(--topbar-background-color);\n      padding: var(--topbar-padding);\n    }\n\n    .lh-topbar__logo {\n      width: var(--topbar-logo-size);\n      height: var(--topbar-logo-size);\n      user-select: none;\n      flex: none;\n    }\n\n    .lh-topbar__url {\n      margin: var(--topbar-padding);\n      text-decoration: none;\n      color: var(--report-text-color);\n      text-overflow: ellipsis;\n      overflow: hidden;\n      white-space: nowrap;\n    }\n\n    .lh-tools {\n      margin-left: auto;\n      will-change: transform;\n      min-width: var(--report-icon-size);\n    }\n    .lh-tools__button {\n      width: var(--report-icon-size);\n      height: var(--report-icon-size);\n      cursor: pointer;\n      margin-right: 5px;\n      /* This is actually a button element, but we want to style it like a transparent div. */\n      display: flex;\n      background: none;\n      color: inherit;\n      border: none;\n      padding: 0;\n      font: inherit;\n      outline: inherit;\n    }\n    .lh-tools__button svg {\n      fill: var(--tools-icon-color);\n    }\n    .lh-dark .lh-tools__button svg {\n      filter: invert(1);\n    }\n    .lh-tools__button.lh-active + .lh-tools__dropdown {\n      opacity: 1;\n      clip: rect(-1px, 194px, 242px, -3px);\n      visibility: visible;\n    }\n    .lh-tools__dropdown {\n      position: absolute;\n      background-color: var(--report-background-color);\n      border: 1px solid var(--report-border-color);\n      border-radius: 3px;\n      padding: calc(var(--default-padding) / 2) 0;\n      cursor: pointer;\n      top: 36px;\n      right: 0;\n      box-shadow: 1px 1px 3px #ccc;\n      min-width: 125px;\n      clip: rect(0, 164px, 0, 0);\n      visibility: hidden;\n      opacity: 0;\n      transition: all 200ms cubic-bezier(0,0,0.2,1);\n    }\n    .lh-tools__dropdown a {\n      color: currentColor;\n      text-decoration: none;\n      white-space: nowrap;\n      padding: 0 12px;\n      line-height: 2;\n    }\n    .lh-tools__dropdown a:hover,\n    .lh-tools__dropdown a:focus {\n      background-color: var(--color-gray-200);\n      outline: none;\n    }\n    /* save-gist option hidden in report. */\n    .lh-tools__dropdown a[data-action='save-gist'] {\n      display: none;\n    }\n\n    @media screen and (max-width: 964px) {\n      .lh-tools__dropdown {\n        right: 0;\n        left: initial;\n      }\n    }\n    @media print {\n      .lh-topbar {\n        position: static;\n        margin-left: 0;\n      }\n\n      .lh-tools__dropdown {\n        display: none;\n      }\n    }\n  "),t.append(n);const r=e.createElement("div","lh-topbar"),i=e.createElementNS("http://www.w3.org/2000/svg","svg","lh-topbar__logo");i.setAttribute("viewBox","0 0 24 24");const o=e.createElementNS("http://www.w3.org/2000/svg","defs"),s=e.createElementNS("http://www.w3.org/2000/svg","linearGradient");s.setAttribute("x1","57.456%"),s.setAttribute("y1","13.086%"),s.setAttribute("x2","18.259%"),s.setAttribute("y2","72.322%"),s.setAttribute("id","lh-topbar__logo--a");const a=e.createElementNS("http://www.w3.org/2000/svg","stop");a.setAttribute("stop-color","#262626"),a.setAttribute("stop-opacity",".1"),a.setAttribute("offset","0%");const l=e.createElementNS("http://www.w3.org/2000/svg","stop");l.setAttribute("stop-color","#262626"),l.setAttribute("stop-opacity","0"),l.setAttribute("offset","100%"),s.append(" ",a," ",l," ");const d=e.createElementNS("http://www.w3.org/2000/svg","linearGradient");d.setAttribute("x1","100%"),d.setAttribute("y1","50%"),d.setAttribute("x2","0%"),d.setAttribute("y2","50%"),d.setAttribute("id","lh-topbar__logo--b");const c=e.createElementNS("http://www.w3.org/2000/svg","stop");c.setAttribute("stop-color","#262626"),c.setAttribute("stop-opacity",".1"),c.setAttribute("offset","0%");const p=e.createElementNS("http://www.w3.org/2000/svg","stop");p.setAttribute("stop-color","#262626"),p.setAttribute("stop-opacity","0"),p.setAttribute("offset","100%"),d.append(" ",c," ",p," ");const h=e.createElementNS("http://www.w3.org/2000/svg","linearGradient");h.setAttribute("x1","58.764%"),h.setAttribute("y1","65.756%"),h.setAttribute("x2","36.939%"),h.setAttribute("y2","50.14%"),h.setAttribute("id","lh-topbar__logo--c");const u=e.createElementNS("http://www.w3.org/2000/svg","stop");u.setAttribute("stop-color","#262626"),u.setAttribute("stop-opacity",".1"),u.setAttribute("offset","0%");const m=e.createElementNS("http://www.w3.org/2000/svg","stop");m.setAttribute("stop-color","#262626"),m.setAttribute("stop-opacity","0"),m.setAttribute("offset","100%"),h.append(" ",u," ",m," ");const g=e.createElementNS("http://www.w3.org/2000/svg","linearGradient");g.setAttribute("x1","41.635%"),g.setAttribute("y1","20.358%"),g.setAttribute("x2","72.863%"),g.setAttribute("y2","85.424%"),g.setAttribute("id","lh-topbar__logo--d");const f=e.createElementNS("http://www.w3.org/2000/svg","stop");f.setAttribute("stop-color","#FFF"),f.setAttribute("stop-opacity",".1"),f.setAttribute("offset","0%");const _=e.createElementNS("http://www.w3.org/2000/svg","stop");_.setAttribute("stop-color","#FFF"),_.setAttribute("stop-opacity","0"),_.setAttribute("offset","100%"),g.append(" ",f," ",_," "),o.append(" ",s," ",d," ",h," ",g," ");const b=e.createElementNS("http://www.w3.org/2000/svg","g");b.setAttribute("fill","none"),b.setAttribute("fill-rule","evenodd");const w=e.createElementNS("http://www.w3.org/2000/svg","path");w.setAttribute("d","M12 3l4.125 2.625v3.75H18v2.25h-1.688l1.5 9.375H6.188l1.5-9.375H6v-2.25h1.875V5.648L12 3zm2.201 9.938L9.54 14.633 9 18.028l5.625-2.062-.424-3.028zM12.005 5.67l-1.88 1.207v2.498h3.75V6.86l-1.87-1.19z"),w.setAttribute("fill","#F44B21");const v=e.createElementNS("http://www.w3.org/2000/svg","path");v.setAttribute("fill","#FFF"),v.setAttribute("d","M14.201 12.938L9.54 14.633 9 18.028l5.625-2.062z");const y=e.createElementNS("http://www.w3.org/2000/svg","path");y.setAttribute("d","M6 18c-2.042 0-3.95-.01-5.813 0l1.5-9.375h4.326L6 18z"),y.setAttribute("fill","url(#lh-topbar__logo--a)"),y.setAttribute("fill-rule","nonzero"),y.setAttribute("transform","translate(6 3)");const x=e.createElementNS("http://www.w3.org/2000/svg","path");x.setAttribute("fill","#FFF176"),x.setAttribute("fill-rule","nonzero"),x.setAttribute("d","M13.875 9.375v-2.56l-1.87-1.19-1.88 1.207v2.543z");const E=e.createElementNS("http://www.w3.org/2000/svg","path");E.setAttribute("fill","url(#lh-topbar__logo--b)"),E.setAttribute("fill-rule","nonzero"),E.setAttribute("d","M0 6.375h6v2.25H0z"),E.setAttribute("transform","translate(6 3)");const A=e.createElementNS("http://www.w3.org/2000/svg","path");A.setAttribute("fill","url(#lh-topbar__logo--c)"),A.setAttribute("fill-rule","nonzero"),A.setAttribute("d","M6 6.375H1.875v-3.75L6 0z"),A.setAttribute("transform","translate(6 3)");const C=e.createElementNS("http://www.w3.org/2000/svg","path");C.setAttribute("fill","url(#lh-topbar__logo--d)"),C.setAttribute("fill-rule","nonzero"),C.setAttribute("d","M6 0l4.125 2.625v3.75H12v2.25h-1.688l1.5 9.375H.188l1.5-9.375H0v-2.25h1.875V2.648z"),C.setAttribute("transform","translate(6 3)"),b.append(" ",w," ",v," ",y," ",x," ",E," ",A," ",C," "),i.append(" ",o," ",b," ");const S=e.createElement("a","lh-topbar__url");S.setAttribute("href",""),S.setAttribute("target","_blank"),S.setAttribute("rel","noopener");const k=e.createElement("div","lh-tools"),L=e.createElement("button","lh-tools__button");L.setAttribute("id","lh-tools-button"),L.setAttribute("title","Tools menu"),L.setAttribute("aria-label","Toggle report tools menu"),L.setAttribute("aria-haspopup","menu"),L.setAttribute("aria-expanded","false"),L.setAttribute("aria-controls","lh-tools-dropdown");const M=e.createElementNS("http://www.w3.org/2000/svg","svg");M.setAttribute("width","100%"),M.setAttribute("height","100%"),M.setAttribute("viewBox","0 0 24 24");const N=e.createElementNS("http://www.w3.org/2000/svg","path");N.setAttribute("d","M0 0h24v24H0z"),N.setAttribute("fill","none");const T=e.createElementNS("http://www.w3.org/2000/svg","path");T.setAttribute("d","M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"),M.append(" ",N," ",T," "),L.append(" ",M," ");const D=e.createElement("div","lh-tools__dropdown");D.setAttribute("id","lh-tools-dropdown"),D.setAttribute("role","menu"),D.setAttribute("aria-labelledby","lh-tools-button");const F=e.createElement("a","lh-report-icon lh-report-icon--print");F.setAttribute("role","menuitem"),F.setAttribute("tabindex","-1"),F.setAttribute("href","#"),F.setAttribute("data-i18n","dropdownPrintSummary"),F.setAttribute("data-action","print-summary");const R=e.createElement("a","lh-report-icon lh-report-icon--print");R.setAttribute("role","menuitem"),R.setAttribute("tabindex","-1"),R.setAttribute("href","#"),R.setAttribute("data-i18n","dropdownPrintExpanded"),R.setAttribute("data-action","print-expanded");const U=e.createElement("a","lh-report-icon lh-report-icon--copy");U.setAttribute("role","menuitem"),U.setAttribute("tabindex","-1"),U.setAttribute("href","#"),U.setAttribute("data-i18n","dropdownCopyJSON"),U.setAttribute("data-action","copy");const P=e.createElement("a","lh-report-icon lh-report-icon--download");P.setAttribute("role","menuitem"),P.setAttribute("tabindex","-1"),P.setAttribute("href","#"),P.setAttribute("data-i18n","dropdownSaveHTML"),P.setAttribute("data-action","save-html");const $=e.createElement("a","lh-report-icon lh-report-icon--download");$.setAttribute("role","menuitem"),$.setAttribute("tabindex","-1"),$.setAttribute("href","#"),$.setAttribute("data-i18n","dropdownSaveJSON"),$.setAttribute("data-action","save-json");const H=e.createElement("a","lh-report-icon lh-report-icon--open");H.setAttribute("role","menuitem"),H.setAttribute("tabindex","-1"),H.setAttribute("href","#"),H.setAttribute("data-i18n","dropdownViewer"),H.setAttribute("data-action","open-viewer");const O=e.createElement("a","lh-report-icon lh-report-icon--open");O.setAttribute("role","menuitem"),O.setAttribute("tabindex","-1"),O.setAttribute("href","#"),O.setAttribute("data-i18n","dropdownSaveGist"),O.setAttribute("data-action","save-gist");const z=e.createElement("a","lh-report-icon lh-report-icon--dark");return z.setAttribute("role","menuitem"),z.setAttribute("tabindex","-1"),z.setAttribute("href","#"),z.setAttribute("data-i18n","dropdownDarkTheme"),z.setAttribute("data-action","toggle-dark"),D.append(" ",F," ",R," ",U," ",P," ",$," ",H," ",O," ",z," "),k.append(" ",L," ",D," "),r.append(" "," ",i," ",S," ",k," "),t.append(r),t}(e);case"warningsToplevel":return function(e){const t=e.document().createDocumentFragment(),n=e.createElement("div","lh-warnings lh-warnings--toplevel"),r=e.createElement("p","lh-warnings__msg"),i=e.createElement("ul");return n.append(" ",r," ",i," "),t.append(n),t}(e)}throw new Error("unexpected component: "+t)}(this,e),this._componentCache.set(e,t);return t.cloneNode(!0)}clearComponentCache(){this._componentCache.clear()}convertMarkdownLinkSnippets(e){const t=this.createElement("span");for(const n of a.splitMarkdownLink(e)){if(!n.isLink){t.appendChild(this._document.createTextNode(n.text));continue}const e=new URL(n.linkHref);["https://developers.google.com","https://web.dev"].includes(e.origin)&&(e.searchParams.set("utm_source","lighthouse"),e.searchParams.set("utm_medium",this._lighthouseChannel));const r=this.createElement("a");r.rel="noopener",r.target="_blank",r.textContent=n.text,this.safelySetHref(r,e.href),t.appendChild(r)}return t}safelySetHref(e,t){if((t=t||"").startsWith("#"))return void(e.href=t);let n;try{n=new URL(t)}catch(e){}n&&["https:","http:"].includes(n.protocol)&&(e.href=n.href)}safelySetBlobHref(e,t){if("text/html"!==t.type&&"application/json"!==t.type)throw new Error("Unsupported blob type");const n=URL.createObjectURL(t);e.href=n}convertMarkdownCodeSnippets(e){const t=this.createElement("span");for(const n of a.splitMarkdownCodeSpans(e))if(n.isCode){const e=this.createElement("code");e.textContent=n.text,t.appendChild(e)}else t.appendChild(this._document.createTextNode(n.text));return t}setLighthouseChannel(e){this._lighthouseChannel=e}document(){return this._document}isDevTools(){return!!this._document.querySelector(".lh-devtools")}find(e,t){const n=t.querySelector(e);if(null===n)throw new Error(`query ${e} not found`);return n}findAll(e,t){return Array.from(t.querySelectorAll(e))}fireEventOn(e,t=this._document,n){const r=new CustomEvent(e,n?{detail:n}:void 0);t.dispatchEvent(r)}}
1843
/**
1844
   * @license
1845
   * Copyright 2017 The Lighthouse Authors. All Rights Reserved.
1846
   *
1847
   * Licensed under the Apache License, Version 2.0 (the "License");
1848
   * you may not use this file except in compliance with the License.
1849
   * You may obtain a copy of the License at
1850
   *
1851
   *      http://www.apache.org/licenses/LICENSE-2.0
1852
   *
1853
   * Unless required by applicable law or agreed to in writing, software
1854
   * distributed under the License is distributed on an "AS-IS" BASIS,
1855
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1856
   * See the License for the specific language governing permissions and
1857
   * limitations under the License.
1858
   */class d{constructor(e){this.el=e,this._id=void 0}log(e,t=!0){this._id&&clearTimeout(this._id),this.el.textContent=e,this.el.classList.add("lh-show"),t&&(this._id=setTimeout((()=>{this.el.classList.remove("lh-show")}),7e3))}warn(e){this.log("Warning: "+e)}error(e){this.log(e),setTimeout((()=>{throw new Error(e)}),0)}hide(){this._id&&clearTimeout(this._id),this.el.classList.remove("show")}}
1859
/**
1860
   * @license
1861
   * Copyright 2017 The Lighthouse Authors. All Rights Reserved.
1862
   *
1863
   * Licensed under the Apache License, Version 2.0 (the "License");
1864
   * you may not use this file except in compliance with the License.
1865
   * You may obtain a copy of the License at
1866
   *
1867
   *      http://www.apache.org/licenses/LICENSE-2.0
1868
   *
1869
   * Unless required by applicable law or agreed to in writing, software
1870
   * distributed under the License is distributed on an "AS-IS" BASIS,
1871
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1872
   * See the License for the specific language governing permissions and
1873
   * limitations under the License.
1874
   */class c{constructor(e,t){this.dom=e,this.detailsRenderer=t}get _clumpTitles(){return{warning:a.i18n.strings.warningAuditsGroupTitle,manual:a.i18n.strings.manualAuditsGroupTitle,passed:a.i18n.strings.passedAuditsGroupTitle,notApplicable:a.i18n.strings.notApplicableAuditsGroupTitle}}renderAudit(e){const t=this.dom.createComponent("audit");return this.populateAuditValues(e,t)}populateAuditValues(e,t){const n=a.i18n.strings,r=this.dom.find(".lh-audit",t);r.id=e.result.id;const i=e.result.scoreDisplayMode;e.result.displayValue&&(this.dom.find(".lh-audit__display-text",r).textContent=e.result.displayValue);const o=this.dom.find(".lh-audit__title",r);o.appendChild(this.dom.convertMarkdownCodeSnippets(e.result.title));const s=this.dom.find(".lh-audit__description",r);s.appendChild(this.dom.convertMarkdownLinkSnippets(e.result.description));for(const t of e.relevantMetrics||[]){const e=this.dom.createChildOf(s,"span","lh-audit__adorn");e.title=`Relevant to ${t.result.title}`,e.textContent=t.acronym||t.id}e.stackPacks&&e.stackPacks.forEach((e=>{const t=this.dom.createElement("div");t.classList.add("lh-audit__stackpack");const n=this.dom.createElement("img");n.classList.add("lh-audit__stackpack__img"),n.src=e.iconDataURL,n.alt=e.title,t.appendChild(n),t.appendChild(this.dom.convertMarkdownLinkSnippets(e.description)),this.dom.find(".lh-audit__stackpacks",r).appendChild(t)}));const l=this.dom.find("details",r);if(e.result.details){const t=this.detailsRenderer.render(e.result.details);t&&(t.classList.add("lh-details"),l.appendChild(t))}if(this.dom.find(".lh-chevron-container",r).appendChild(this._createChevron()),this._setRatingClass(r,e.result.score,i),"error"===e.result.scoreDisplayMode){r.classList.add("lh-audit--error");const t=this.dom.find(".lh-audit__display-text",r);t.textContent=n.errorLabel,t.classList.add("lh-tooltip-boundary");this.dom.createChildOf(t,"div","lh-tooltip lh-tooltip--error").textContent=e.result.errorMessage||n.errorMissingAuditInfo}else if(e.result.explanation){this.dom.createChildOf(o,"div","lh-audit-explanation").textContent=e.result.explanation}const d=e.result.warnings;if(!d||0===d.length)return r;const c=this.dom.find("summary",l),p=this.dom.createChildOf(c,"div","lh-warnings");if(this.dom.createChildOf(p,"span").textContent=n.warningHeader,1===d.length)p.appendChild(this.dom.document().createTextNode(d.join("")));else{const e=this.dom.createChildOf(p,"ul");for(const t of d){this.dom.createChildOf(e,"li").textContent=t}}return r}_createChevron(){const e=this.dom.createComponent("chevron");return this.dom.find("svg.lh-chevron",e)}_setRatingClass(e,t,n){const r=a.calculateRating(t,n);return e.classList.add(`lh-audit--${n.toLowerCase()}`),"informative"!==n&&e.classList.add(`lh-audit--${r}`),e}renderCategoryHeader(e,t,n){const r=this.dom.createComponent("categoryHeader"),i=this.dom.find(".lh-score__gauge",r),o=this.renderCategoryScore(e,t,n);if(i.appendChild(o),e.description){const t=this.dom.convertMarkdownLinkSnippets(e.description);this.dom.find(".lh-category-header__description",r).appendChild(t)}return r}renderAuditGroup(e){const t=this.dom.createElement("div","lh-audit-group"),n=this.dom.createElement("div","lh-audit-group__header");if(this.dom.createChildOf(n,"span","lh-audit-group__title").textContent=e.title,e.description){const t=this.dom.convertMarkdownLinkSnippets(e.description);t.classList.add("lh-audit-group__description"),n.appendChild(t)}return t.appendChild(n),t}_renderGroupedAudits(e,t){const n=new Map,r="NotAGroup";n.set(r,[]);for(const t of e){const e=t.group||r,i=n.get(e)||[];i.push(t),n.set(e,i)}const i=[];for(const[e,o]of n){if(e===r){for(const e of o)i.push(this.renderAudit(e));continue}const n=t[e],s=this.renderAuditGroup(n);for(const e of o)s.appendChild(this.renderAudit(e));s.classList.add(`lh-audit-group--${e}`),i.push(s)}return i}renderUnexpandableClump(e,t){const n=this.dom.createElement("div");return this._renderGroupedAudits(e,t).forEach((e=>n.appendChild(e))),n}renderClump(e,{auditRefs:t,description:n}){const r=this.dom.createComponent("clump"),i=this.dom.find(".lh-clump",r);"warning"===e&&i.setAttribute("open","");this.dom.find("div.lh-audit-group__summary",i).appendChild(this._createChevron());const o=this.dom.find(".lh-audit-group__header",i),s=this._clumpTitles[e];if(this.dom.find(".lh-audit-group__title",o).textContent=s,n){const e=this.dom.convertMarkdownLinkSnippets(n);e.classList.add("lh-audit-group__description"),o.appendChild(e)}this.dom.find(".lh-audit-group__itemcount",i).textContent=`(${t.length})`;const a=t.map(this.renderAudit.bind(this));return i.append(...a),i.classList.add(`lh-clump--${e.toLowerCase()}`),i}renderCategoryScore(e,t,n){return!n||"snapshot"!==n.gatherMode&&"timespan"!==n.gatherMode?this.renderScoreGauge(e,t):this.renderCategoryFraction(e)}renderScoreGauge(e,t){const n=this.dom.createComponent("gauge"),r=this.dom.find("a.lh-gauge__wrapper",n);this.dom.safelySetHref(r,`#${e.id}`),a.isPluginCategory(e.id)&&r.classList.add("lh-gauge__wrapper--plugin");const i=Number(e.score),o=this.dom.find(".lh-gauge",n),s=this.dom.find("circle.lh-gauge-arc",o);s&&this._setGaugeArc(s,i);const l=Math.round(100*i),d=this.dom.find("div.lh-gauge__percentage",n);return d.textContent=l.toString(),null===e.score&&(d.textContent="?",d.title=a.i18n.strings.errorLabel),0===e.auditRefs.length||this.hasApplicableAudits(e)?r.classList.add(`lh-gauge__wrapper--${a.calculateRating(e.score)}`):(r.classList.add("lh-gauge__wrapper--not-applicable"),d.textContent="-",d.title=a.i18n.strings.notApplicableAuditsGroupTitle),this.dom.find(".lh-gauge__label",n).textContent=e.title,n}renderCategoryFraction(e){const t=this.dom.createComponent("fraction"),n=this.dom.find("a.lh-fraction__wrapper",t);this.dom.safelySetHref(n,`#${e.id}`);const r=e.auditRefs.length;let i=0,o=0;for(const t of e.auditRefs)o+=t.weight,a.showAsPassed(t.result)&&i++;const s=i/r,l=this.dom.find(".lh-fraction__content",t),d=this.dom.createElement("span");d.textContent=`${i}/${r}`,l.appendChild(d);let c=a.calculateRating(s);return 0===o&&(c="null"),n.classList.add(`lh-fraction__wrapper--${c}`),this.dom.find(".lh-fraction__label",t).textContent=e.title,t}hasApplicableAudits(e){return e.auditRefs.some((e=>"notApplicable"!==e.result.scoreDisplayMode))}_setGaugeArc(e,t){const n=2*Math.PI*Number(e.getAttribute("r")),r=Number(e.getAttribute("stroke-width")),i=.25*r/n;e.style.transform=`rotate(${360*i-90}deg)`;let o=t*n-r/2;0===t&&(e.style.opacity="0"),1===t&&(o=n),e.style.strokeDasharray=`${Math.max(o,0)} ${n}`}_auditHasWarning(e){return Boolean(e.result.warnings&&e.result.warnings.length)}_getClumpIdForAuditRef(e){const t=e.result.scoreDisplayMode;return"manual"===t||"notApplicable"===t?t:a.showAsPassed(e.result)?this._auditHasWarning(e)?"warning":"passed":"failed"}render(e,t={},n){const r=this.dom.createElement("div","lh-category");this.createPermalinkSpan(r,e.id),r.appendChild(this.renderCategoryHeader(e,t,n));const i=new Map;i.set("failed",[]),i.set("warning",[]),i.set("manual",[]),i.set("passed",[]),i.set("notApplicable",[]);for(const t of e.auditRefs){const e=this._getClumpIdForAuditRef(t),n=i.get(e);n.push(t),i.set(e,n)}for(const[n,o]of i){if(0===o.length)continue;if("failed"===n){const e=this.renderUnexpandableClump(o,t);e.classList.add("lh-clump--failed"),r.appendChild(e);continue}const i="manual"===n?e.manualDescription:void 0,s=this.renderClump(n,{auditRefs:o,description:i});r.appendChild(s)}return r}createPermalinkSpan(e,t){this.dom.createChildOf(e,"span","lh-permalink").id=t}}
1875
/**
1876
   * @license
1877
   * Copyright 2017 The Lighthouse Authors. All Rights Reserved.
1878
   *
1879
   * Licensed under the Apache License, Version 2.0 (the "License");
1880
   * you may not use this file except in compliance with the License.
1881
   * You may obtain a copy of the License at
1882
   *
1883
   *      http://www.apache.org/licenses/LICENSE-2.0
1884
   *
1885
   * Unless required by applicable law or agreed to in writing, software
1886
   * distributed under the License is distributed on an "AS-IS" BASIS,
1887
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1888
   * See the License for the specific language governing permissions and
1889
   * limitations under the License.
1890
   */class p{static initTree(e){let t=0;const n=Object.keys(e);if(n.length>0){t=e[n[0]].request.startTime}return{tree:e,startTime:t,transferSize:0}}static createSegment(e,t,n,r,i,o){const s=e[t],a=Object.keys(e),l=a.indexOf(t)===a.length-1,d=!!s.children&&Object.keys(s.children).length>0,c=Array.isArray(i)?i.slice(0):[];return void 0!==o&&c.push(!o),{node:s,isLastChild:l,hasChildren:d,startTime:n,transferSize:r+s.request.transferSize,treeMarkers:c}}static createChainNode(e,t,n){const r=e.createComponent("crcChain");e.find(".lh-crc-node",r).setAttribute("title",t.node.request.url);const i=e.find(".lh-crc-node__tree-marker",r);t.treeMarkers.forEach((t=>{t?(i.appendChild(e.createElement("span","lh-tree-marker lh-vert")),i.appendChild(e.createElement("span","lh-tree-marker"))):(i.appendChild(e.createElement("span","lh-tree-marker")),i.appendChild(e.createElement("span","lh-tree-marker")))})),t.isLastChild?(i.appendChild(e.createElement("span","lh-tree-marker lh-up-right")),i.appendChild(e.createElement("span","lh-tree-marker lh-right"))):(i.appendChild(e.createElement("span","lh-tree-marker lh-vert-right")),i.appendChild(e.createElement("span","lh-tree-marker lh-right"))),t.hasChildren?i.appendChild(e.createElement("span","lh-tree-marker lh-horiz-down")):i.appendChild(e.createElement("span","lh-tree-marker lh-right"));const o=t.node.request.url,s=n.renderTextURL(o),l=e.find(".lh-crc-node__tree-value",r);if(l.appendChild(s),!t.hasChildren){const{startTime:n,endTime:r,transferSize:i}=t.node.request,o=e.createElement("span","lh-crc-node__chain-duration");o.textContent=" - "+a.i18n.formatMilliseconds(1e3*(r-n))+", ";const s=e.createElement("span","lh-crc-node__chain-duration");s.textContent=a.i18n.formatBytesToKiB(i,.01),l.appendChild(o),l.appendChild(s)}return r}static buildTree(e,t,n,r,i,o){if(r.appendChild(h.createChainNode(e,n,o)),n.node.children)for(const s of Object.keys(n.node.children)){const a=h.createSegment(n.node.children,s,n.startTime,n.transferSize,n.treeMarkers,n.isLastChild);h.buildTree(e,t,a,r,i,o)}}static render(e,t,n){const r=e.createComponent("crc"),i=e.find(".lh-crc",r);e.find(".lh-crc-initial-nav",r).textContent=a.i18n.strings.crcInitialNavigation,e.find(".lh-crc__longest_duration_label",r).textContent=a.i18n.strings.crcLongestDurationLabel,e.find(".lh-crc__longest_duration",r).textContent=a.i18n.formatMilliseconds(t.longestChain.duration);const o=h.initTree(t.chains);for(const s of Object.keys(o.tree)){const a=h.createSegment(o.tree,s,o.startTime,o.transferSize);h.buildTree(e,r,a,i,t,n)}return e.find(".lh-crc-container",r)}}const h=p,u=0,m=1,g=2,f=0,_=1,b=2,w=3,v={[f]:["lh-snippet__line--content"],[_]:["lh-snippet__line--content","lh-snippet__line--content-highlighted"],[b]:["lh-snippet__line--placeholder"],[w]:["lh-snippet__line--message"]};
1891
/**
1892
   * @license Copyright 2019 The Lighthouse Authors. All Rights Reserved.
1893
   * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
1894
   * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
1895
   */function y(e,t){return{line:e.find((e=>e.lineNumber===t)),previousLine:e.find((e=>e.lineNumber===t-1))}}function x(e,t){return e.filter((e=>e.lineNumber===t))}function E(e){return a.filterRelevantLines(e.lines,e.lineMessages,2)}class A{static renderHeader(e,t,n,r){const i=E(t).length<t.lines.length,o=e.createComponent("snippetHeader");e.find(".lh-snippet__title",o).textContent=t.title;const{snippetCollapseButtonLabel:s,snippetExpandButtonLabel:l}=a.i18n.strings;e.find(".lh-snippet__btn-label-collapse",o).textContent=s,e.find(".lh-snippet__btn-label-expand",o).textContent=l;const d=e.find(".lh-snippet__toggle-expand",o);if(i?d.addEventListener("click",(()=>r())):d.remove(),t.node&&e.isDevTools()){e.find(".lh-snippet__node",o).appendChild(n.renderNode(t.node))}return o}static renderSnippetLine(e,t,{content:n,lineNumber:r,truncated:i,contentType:o,visibility:s}){const a=e.createComponent("snippetLine"),l=e.find(".lh-snippet__line",a),{classList:d}=l;v[o].forEach((e=>d.add(e))),s===m?d.add("lh-snippet__show-if-collapsed"):s===g&&d.add("lh-snippet__show-if-expanded");const c=n+(i?"":""),p=e.find(".lh-snippet__line code",l);return o===w?p.appendChild(e.convertMarkdownLinkSnippets(c)):p.textContent=c,e.find(".lh-snippet__line-number",l).textContent=r.toString(),l}static renderMessage(e,t,n){return A.renderSnippetLine(e,t,{lineNumber:" ",content:n.message,contentType:w})}static renderOmittedLinesPlaceholder(e,t,n){return A.renderSnippetLine(e,t,{lineNumber:"",content:"",visibility:n,contentType:b})}static renderSnippetContent(e,t,n){const r=e.createComponent("snippetContent"),i=e.find(".lh-snippet__snippet-inner",r);return n.generalMessages.forEach((n=>i.append(A.renderMessage(e,t,n)))),i.append(A.renderSnippetLines(e,t,n)),r}static renderSnippetLines(e,t,n){const{lineMessages:r,generalMessages:i,lineCount:o,lines:s}=n,a=E(n),l=i.length>0&&0===r.length,d=e.createFragment();let c=!1;for(let n=1;n<=o;n++){const{line:i,previousLine:o}=y(s,n),{line:p,previousLine:h}=y(a,n),b=!!p;!!h&&!b&&(c=!0),b&&c&&(d.append(A.renderOmittedLinesPlaceholder(e,t,m)),c=!1);const w=!i&&1===n;if(!i&&!!o||w){const r=!a.some((e=>e.lineNumber>n))||1===n;d.append(A.renderOmittedLinesPlaceholder(e,t,r?g:u)),c=!1}if(!i)continue;const v=x(r,n),E=v.length>0||l,C=Object.assign({},i,{contentType:E?_:f,visibility:p?u:g});d.append(A.renderSnippetLine(e,t,C)),v.forEach((n=>{d.append(A.renderMessage(e,t,n))}))}return d}static render(e,t,n){const r=e.createComponent("snippet"),i=e.find(".lh-snippet",r),o=A.renderHeader(e,t,n,(()=>i.classList.toggle("lh-snippet--expanded"))),s=A.renderSnippetContent(e,r,t);return i.append(o,s),i}}
1896
/**
1897
   * @license Copyright 2020 The Lighthouse Authors. All Rights Reserved.
1898
   * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
1899
   * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
1900
   */function C(e,t,n){return e<t?t:e>n?n:e}class S{static getScreenshotPositions(e,t,n){const r={x:(i=e).left+i.width/2,y:i.top+i.height/2};var i;const o=C(r.x-t.width/2,0,n.width-t.width),s=C(r.y-t.height/2,0,n.height-t.height);return{screenshot:{left:o,top:s},clip:{left:e.left-o,top:e.top-s}}}static renderClipPathInScreenshot(e,t,n,r,i){const o=e.find("clipPath",t),s=`clip-${a.getUniqueSuffix()}`;o.id=s,t.style.clipPath=`url(#${s})`;const l=n.top/i.height,d=l+r.height/i.height,c=n.left/i.width,p=c+r.width/i.width,h=[`0,0             1,0            1,${l}          0,${l}`,`0,${d}     1,${d}    1,1               0,1`,`0,${l}        ${c},${l} ${c},${d} 0,${d}`,`${p},${l} 1,${l}       1,${d}       ${p},${d}`];for(const t of h){const n=e.createElementNS("http://www.w3.org/2000/svg","polygon");n.setAttribute("points",t),o.append(n)}}static installFullPageScreenshot(e,t){e.style.setProperty("--element-screenshot-url",`url(${t.data})`)}static installOverlayFeature(e){const{dom:t,reportEl:n,overlayContainerEl:r,fullPageScreenshot:i}=e,o="lh-screenshot-overlay--enabled";n.classList.contains(o)||(n.classList.add(o),n.addEventListener("click",(e=>{const n=e.target;if(!n)return;const o=n.closest(".lh-node > .lh-element-screenshot");if(!o)return;const s=t.createElement("div","lh-element-screenshot__overlay");r.append(s);const a={width:.95*s.clientWidth,height:.8*s.clientHeight},l={width:Number(o.dataset.rectWidth),height:Number(o.dataset.rectHeight),left:Number(o.dataset.rectLeft),right:Number(o.dataset.rectLeft)+Number(o.dataset.rectWidth),top:Number(o.dataset.rectTop),bottom:Number(o.dataset.rectTop)+Number(o.dataset.rectHeight)},d=S.render(t,i.screenshot,l,a);d?(s.appendChild(d),s.addEventListener("click",(()=>s.remove()))):s.remove()})))}static _computeZoomFactor(e,t){const n={x:t.width/e.width,y:t.height/e.height},r=.75*Math.min(n.x,n.y);return Math.min(1,r)}static render(e,t,n,r){if(!function(e,t){return t.left<=e.width&&0<=t.right&&t.top<=e.height&&0<=t.bottom}(t,n))return null;const i=e.createComponent("elementScreenshot"),o=e.find("div.lh-element-screenshot",i);o.dataset.rectWidth=n.width.toString(),o.dataset.rectHeight=n.height.toString(),o.dataset.rectLeft=n.left.toString(),o.dataset.rectTop=n.top.toString();const s=this._computeZoomFactor(n,r),a={width:r.width/s,height:r.height/s};a.width=Math.min(t.width,a.width);const l=a.width*s,d=a.height*s,c=S.getScreenshotPositions(n,a,{width:t.width,height:t.height});e.find("div.lh-element-screenshot__content",o).style.top=`-${d}px`;const p=e.find("div.lh-element-screenshot__image",o);p.style.width=l+"px",p.style.height=d+"px",p.style.backgroundPositionY=-c.screenshot.top*s+"px",p.style.backgroundPositionX=-c.screenshot.left*s+"px",p.style.backgroundSize=`${t.width*s}px ${t.height*s}px`;const h=e.find("div.lh-element-screenshot__element-marker",o);h.style.width=n.width*s+"px",h.style.height=n.height*s+"px",h.style.left=c.clip.left*s+"px",h.style.top=c.clip.top*s+"px";const u=e.find("div.lh-element-screenshot__mask",o);return u.style.width=l+"px",u.style.height=d+"px",S.renderClipPathInScreenshot(e,u,c.clip,n,a),o}}
1901
/**
1902
   * @license
1903
   * Copyright 2017 The Lighthouse Authors. All Rights Reserved.
1904
   *
1905
   * Licensed under the Apache License, Version 2.0 (the "License");
1906
   * you may not use this file except in compliance with the License.
1907
   * You may obtain a copy of the License at
1908
   *
1909
   *      http://www.apache.org/licenses/LICENSE-2.0
1910
   *
1911
   * Unless required by applicable law or agreed to in writing, software
1912
   * distributed under the License is distributed on an "AS-IS" BASIS,
1913
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1914
   * See the License for the specific language governing permissions and
1915
   * limitations under the License.
1916
   */const k=["http://","https://","data:"];class L{constructor(e,t={}){this._dom=e,this._fullPageScreenshot=t.fullPageScreenshot}render(e){switch(e.type){case"filmstrip":return this._renderFilmstrip(e);case"list":return this._renderList(e);case"table":return this._renderTable(e);case"criticalrequestchain":return p.render(this._dom,e,this);case"opportunity":return this._renderTable(e);case"screenshot":case"debugdata":case"full-page-screenshot":case"treemap-data":return null;default:return this._renderUnknown(e.type,e)}}_renderBytes(e){const t=a.i18n.formatBytesToKiB(e.value,e.granularity),n=this._renderText(t);return n.title=a.i18n.formatBytes(e.value),n}_renderMilliseconds(e){let t=a.i18n.formatMilliseconds(e.value,e.granularity);return"duration"===e.displayUnit&&(t=a.i18n.formatDuration(e.value)),this._renderText(t)}renderTextURL(e){const t=e;let n,r,i;try{const e=a.parseURL(t);n="/"===e.file?e.origin:e.file,r="/"===e.file||""===e.hostname?"":`(${e.hostname})`,i=t}catch(e){n=t}const o=this._dom.createElement("div","lh-text__url");if(o.appendChild(this._renderLink({text:n,url:t})),r){const e=this._renderText(r);e.classList.add("lh-text__url-host"),o.appendChild(e)}return i&&(o.title=t,o.dataset.url=t),o}_renderLink(e){const t=this._dom.createElement("a");if(this._dom.safelySetHref(t,e.url),!t.href){const t=this._renderText(e.text);return t.classList.add("lh-link"),t}return t.rel="noopener",t.target="_blank",t.textContent=e.text,t.classList.add("lh-link"),t}_renderText(e){const t=this._dom.createElement("div","lh-text");return t.textContent=e,t}_renderNumeric(e){const t=a.i18n.formatNumber(e.value,e.granularity),n=this._dom.createElement("div","lh-numeric");return n.textContent=t,n}_renderThumbnail(e){const t=this._dom.createElement("img","lh-thumbnail"),n=e;return t.src=n,t.title=n,t.alt="",t}_renderUnknown(e,t){console.error(`Unknown details type: ${e}`,t);const n=this._dom.createElement("details","lh-unknown");return this._dom.createChildOf(n,"summary").textContent=`We don't know how to render audit details of type \`${e}\`. The Lighthouse version that collected this data is likely newer than the Lighthouse version of the report renderer. Expand for the raw JSON.`,this._dom.createChildOf(n,"pre").textContent=JSON.stringify(t,null,2),n}_renderTableValue(e,t){if(null==e)return null;if("object"==typeof e)switch(e.type){case"code":return this._renderCode(e.value);case"link":return this._renderLink(e);case"node":return this.renderNode(e);case"numeric":return this._renderNumeric(e);case"source-location":return this.renderSourceLocation(e);case"url":return this.renderTextURL(e.value);default:return this._renderUnknown(e.type,e)}switch(t.valueType){case"bytes":{const n=Number(e);return this._renderBytes({value:n,granularity:t.granularity})}case"code":{const t=String(e);return this._renderCode(t)}case"ms":{const n={value:Number(e),granularity:t.granularity,displayUnit:t.displayUnit};return this._renderMilliseconds(n)}case"numeric":{const n=Number(e);return this._renderNumeric({value:n,granularity:t.granularity})}case"text":{const t=String(e);return this._renderText(t)}case"thumbnail":{const t=String(e);return this._renderThumbnail(t)}case"timespanMs":{const t=Number(e);return this._renderMilliseconds({value:t})}case"url":{const t=String(e);return k.some((e=>t.startsWith(e)))?this.renderTextURL(t):this._renderCode(t)}default:return this._renderUnknown(t.valueType,e)}}_getCanonicalizedHeadingsFromTable(e){return"opportunity"===e.type?e.headings:e.headings.map((e=>this._getCanonicalizedHeading(e)))}_getCanonicalizedHeading(e){let t;return e.subItemsHeading&&(t=this._getCanonicalizedsubItemsHeading(e.subItemsHeading,e)),{key:e.key,valueType:e.itemType,subItemsHeading:t,label:e.text,displayUnit:e.displayUnit,granularity:e.granularity}}_getCanonicalizedsubItemsHeading(e,t){return e.key||console.warn("key should not be null"),{key:e.key||"",valueType:e.itemType||t.itemType,granularity:e.granularity||t.granularity,displayUnit:e.displayUnit||t.displayUnit}}_getDerivedsubItemsHeading(e){return e.subItemsHeading?{key:e.subItemsHeading.key||"",valueType:e.subItemsHeading.valueType||e.valueType,granularity:e.subItemsHeading.granularity||e.granularity,displayUnit:e.subItemsHeading.displayUnit||e.displayUnit,label:""}:null}_renderTableRow(e,t){const n=this._dom.createElement("tr");for(const r of t){if(!r||!r.key){this._dom.createChildOf(n,"td","lh-table-column--empty");continue}const t=e[r.key];let i;if(null!=t&&(i=this._renderTableValue(t,r)),i){const e=`lh-table-column--${r.valueType}`;this._dom.createChildOf(n,"td",e).appendChild(i)}else this._dom.createChildOf(n,"td","lh-table-column--empty")}return n}_renderTableRowsFromItem(e,t){const n=this._dom.createFragment();if(n.append(this._renderTableRow(e,t)),!e.subItems)return n;const r=t.map(this._getDerivedsubItemsHeading);if(!r.some(Boolean))return n;for(const t of e.subItems.items){const e=this._renderTableRow(t,r);e.classList.add("lh-sub-item-row"),n.append(e)}return n}_renderTable(e){if(!e.items.length)return this._dom.createElement("span");const t=this._dom.createElement("table","lh-table"),n=this._dom.createChildOf(t,"thead"),r=this._dom.createChildOf(n,"tr"),i=this._getCanonicalizedHeadingsFromTable(e);for(const e of i){const t=`lh-table-column--${e.valueType||"text"}`,n=this._dom.createElement("div","lh-text");n.textContent=e.label,this._dom.createChildOf(r,"th",t).appendChild(n)}const o=this._dom.createChildOf(t,"tbody");let s=!0;for(const t of e.items){const e=this._renderTableRowsFromItem(t,i);for(const t of this._dom.findAll("tr",e))t.classList.add(s?"lh-row--even":"lh-row--odd");s=!s,o.append(e)}return t}_renderList(e){const t=this._dom.createElement("div","lh-list");return e.items.forEach((e=>{const n=A.render(this._dom,e,this);t.appendChild(n)})),t}renderNode(e){const t=this._dom.createElement("span","lh-node");if(e.nodeLabel){const n=this._dom.createElement("div");n.textContent=e.nodeLabel,t.appendChild(n)}if(e.snippet){const n=this._dom.createElement("div");n.classList.add("lh-node__snippet"),n.textContent=e.snippet,t.appendChild(n)}if(e.selector&&(t.title=e.selector),e.path&&t.setAttribute("data-path",e.path),e.selector&&t.setAttribute("data-selector",e.selector),e.snippet&&t.setAttribute("data-snippet",e.snippet),!this._fullPageScreenshot)return t;const n=e.lhId&&this._fullPageScreenshot.nodes[e.lhId];if(!n||0===n.width||0===n.height)return t;const r=S.render(this._dom,this._fullPageScreenshot.screenshot,n,{width:147,height:100});return r&&t.prepend(r),t}renderSourceLocation(e){if(!e.url)return null;const t=`${e.url}:${e.line+1}:${e.column}`;let n,r;if(e.original){n=`${e.original.file||"<unmapped>"}:${e.original.line+1}:${e.original.column}`}if("network"===e.urlProvider&&n)r=this._renderLink({url:e.url,text:n}),r.title=`maps to generated location ${t}`;else if("network"!==e.urlProvider||n)if("comment"===e.urlProvider&&n)r=this._renderText(`${n} (from source map)`),r.title=`${t} (from sourceURL)`;else{if("comment"!==e.urlProvider||n)return null;r=this._renderText(`${t} (from sourceURL)`)}else r=this.renderTextURL(e.url),this._dom.find(".lh-link",r).textContent+=`:${e.line+1}:${e.column}`;return r.classList.add("lh-source-location"),r.setAttribute("data-source-url",e.url),r.setAttribute("data-source-line",String(e.line)),r.setAttribute("data-source-column",String(e.column)),r}_renderFilmstrip(e){const t=this._dom.createElement("div","lh-filmstrip");for(const n of e.items){const e=this._dom.createChildOf(t,"div","lh-filmstrip__frame"),r=this._dom.createChildOf(e,"img","lh-filmstrip__thumbnail");r.src=n.data,r.alt="Screenshot"}return t}_renderCode(e){const t=this._dom.createElement("pre","lh-code");return t.textContent=e,t}}
1917
/**
1918
   * @license Copyright 2020 The Lighthouse Authors. All Rights Reserved.
1919
   * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
1920
   * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
1921
   */const M=1024;class N{constructor(e,t){"en-XA"===e&&(e="de"),this._numberDateLocale=e,this._numberFormatter=new Intl.NumberFormat(e),this._percentFormatter=new Intl.NumberFormat(e,{style:"percent"}),this._strings=t}get strings(){return this._strings}formatNumber(e,t=.1){const n=Math.round(e/t)*t;return this._numberFormatter.format(n)}formatPercent(e){return this._percentFormatter.format(e)}formatBytesToKiB(e,t=.1){return`${this._byteFormatterForGranularity(t).format(Math.round(e/1024/t)*t)} KiB`}formatBytesToMiB(e,t=.1){return`${this._byteFormatterForGranularity(t).format(Math.round(e/1048576/t)*t)} MiB`}formatBytes(e,t=1){return`${this._byteFormatterForGranularity(t).format(Math.round(e/t)*t)} bytes`}formatBytesWithBestUnit(e,t=.1){return e>=1048576?this.formatBytesToMiB(e,t):e>=M?this.formatBytesToKiB(e,t):this.formatNumber(e,t)+" B"}_byteFormatterForGranularity(e){let t=0;return e<1&&(t=-Math.floor(Math.log10(e))),new Intl.NumberFormat(this._numberDateLocale,{...this._numberFormatter.resolvedOptions(),maximumFractionDigits:t,minimumFractionDigits:t})}formatMilliseconds(e,t=10){const n=Math.round(e/t)*t;return 0===n?`${this._numberFormatter.format(0)} ms`:`${this._numberFormatter.format(n)} ms`}formatSeconds(e,t=.1){const n=Math.round(e/1e3/t)*t;return`${this._numberFormatter.format(n)} s`}formatDateTime(e){const t={month:"short",day:"numeric",year:"numeric",hour:"numeric",minute:"numeric",timeZoneName:"short"};let n;try{n=new Intl.DateTimeFormat(this._numberDateLocale,t)}catch(e){t.timeZone="UTC",n=new Intl.DateTimeFormat(this._numberDateLocale,t)}return n.format(new Date(e))}formatDuration(e){let t=e/1e3;if(0===Math.round(t))return"None";const n=[],r={d:86400,h:3600,m:60,s:1};return Object.keys(r).forEach((e=>{const i=r[e],o=Math.floor(t/i);o>0&&(t-=o*i,n.push(`${o} ${e}`))})),n.join(" ")}}
1922
/**
1923
   * @license
1924
   * Copyright 2018 The Lighthouse Authors. All Rights Reserved.
1925
   *
1926
   * Licensed under the Apache License, Version 2.0 (the "License");
1927
   * you may not use this file except in compliance with the License.
1928
   * You may obtain a copy of the License at
1929
   *
1930
   *      http://www.apache.org/licenses/LICENSE-2.0
1931
   *
1932
   * Unless required by applicable law or agreed to in writing, software
1933
   * distributed under the License is distributed on an "AS-IS" BASIS,
1934
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1935
   * See the License for the specific language governing permissions and
1936
   * limitations under the License.
1937
   */class T extends c{_renderMetric(e){const t=this.dom.createComponent("metric"),n=this.dom.find(".lh-metric",t);n.id=e.result.id;const r=a.calculateRating(e.result.score,e.result.scoreDisplayMode);n.classList.add(`lh-metric--${r}`);this.dom.find(".lh-metric__title",t).textContent=e.result.title;const i=this.dom.find(".lh-metric__value",t);i.textContent=e.result.displayValue||"";const o=this.dom.find(".lh-metric__description",t);if(o.appendChild(this.dom.convertMarkdownLinkSnippets(e.result.description)),"error"===e.result.scoreDisplayMode){o.textContent="",i.textContent="Error!";this.dom.createChildOf(o,"span").textContent=e.result.errorMessage||"Report error: no metric information"}return n}_renderOpportunity(e,t){const n=this.dom.createComponent("opportunity"),r=this.populateAuditValues(e,n);if(r.id=e.result.id,!e.result.details||"error"===e.result.scoreDisplayMode)return r;const i=e.result.details;if("opportunity"!==i.type)return r;const o=this.dom.find("span.lh-audit__display-text, div.lh-audit__display-text",r),s=i.overallSavingsMs/t*100+"%";if(this.dom.find("div.lh-sparkline__bar",r).style.width=s,o.textContent=a.i18n.formatSeconds(i.overallSavingsMs,.01),e.result.displayValue){const t=e.result.displayValue;this.dom.find("div.lh-load-opportunity__sparkline",r).title=t,o.title=t}return r}_getWastedMs(e){if(e.result.details&&"opportunity"===e.result.details.type){const t=e.result.details;if("number"!=typeof t.overallSavingsMs)throw new Error("non-opportunity details passed to _getWastedMs");return t.overallSavingsMs}return Number.MIN_VALUE}_getScoringCalculatorHref(e){const t=e.filter((e=>"metrics"===e.group)),n=e.find((e=>"first-cpu-idle"===e.id)),r=e.find((e=>"first-meaningful-paint"===e.id));n&&t.push(n),r&&t.push(r);const i=[...t.map((e=>{let t;var n;return"number"==typeof e.result.numericValue?(t="cumulative-layout-shift"===e.id?(n=e.result.numericValue,Math.round(100*n)/100):Math.round(e.result.numericValue),t=t.toString()):t="null",[e.acronym||e.id,t]}))];a.reportJson&&(i.push(["device",a.reportJson.configSettings.formFactor]),i.push(["version",a.reportJson.lighthouseVersion]));const o=new URLSearchParams(i),s=new URL("https://googlechrome.github.io/lighthouse/scorecalc/");return s.hash=o.toString(),s.href}render(e,t,n){const r=a.i18n.strings,i=this.dom.createElement("div","lh-category");if(n&&"PSI"===n.environment){const r=this.dom.createElement("div","lh-score__gauge");r.appendChild(this.renderCategoryScore(e,t,n)),i.appendChild(r)}else this.createPermalinkSpan(i,e.id),i.appendChild(this.renderCategoryHeader(e,t,n));const o=this.renderAuditGroup(t.metrics),s=this.dom.createComponent("metricsToggle"),l=this.dom.find(".lh-metrics-toggle",s);o.append(...l.childNodes);const d=e.auditRefs.filter((e=>"metrics"===e.group)),c=this.dom.createChildOf(o,"div","lh-metrics-container");d.forEach((e=>{c.appendChild(this._renderMetric(e))}));const p=this.dom.createChildOf(o,"div","lh-metrics__disclaimer"),h=this.dom.convertMarkdownLinkSnippets(r.varianceDisclaimer);p.appendChild(h);const u=this.dom.createChildOf(p,"a","lh-calclink");u.target="_blank",u.textContent=r.calculatorLink,this.dom.safelySetHref(u,this._getScoringCalculatorHref(e.auditRefs)),o.classList.add("lh-audit-group--metrics"),i.appendChild(o);const m=this.dom.createChildOf(i,"div","lh-filmstrip-container"),g=e.auditRefs.find((e=>"screenshot-thumbnails"===e.id)),f=g&&g.result;if(f&&f.details){m.id=f.id;const e=this.detailsRenderer.render(f.details);e&&m.appendChild(e)}const _=e.auditRefs.filter((e=>"load-opportunities"===e.group&&!a.showAsPassed(e.result))).sort(((e,t)=>this._getWastedMs(t)-this._getWastedMs(e))),b=d.filter((e=>!!e.relevantAudits));if(b.length&&this.renderMetricAuditFilter(b,i),_.length){const e=2e3,n=_.map((e=>this._getWastedMs(e))),o=Math.max(...n),s=Math.max(1e3*Math.ceil(o/1e3),e),a=this.renderAuditGroup(t["load-opportunities"]),l=this.dom.createComponent("opportunityHeader");this.dom.find(".lh-load-opportunity__col--one",l).textContent=r.opportunityResourceColumnLabel,this.dom.find(".lh-load-opportunity__col--two",l).textContent=r.opportunitySavingsColumnLabel;const d=this.dom.find(".lh-load-opportunity__header",l);a.appendChild(d),_.forEach((e=>a.appendChild(this._renderOpportunity(e,s)))),a.classList.add("lh-audit-group--load-opportunities"),i.appendChild(a)}const w=e.auditRefs.filter((e=>"diagnostics"===e.group&&!a.showAsPassed(e.result))).sort(((e,t)=>("informative"===e.result.scoreDisplayMode?100:Number(e.result.score))-("informative"===t.result.scoreDisplayMode?100:Number(t.result.score))));if(w.length){const e=this.renderAuditGroup(t.diagnostics);w.forEach((t=>e.appendChild(this.renderAudit(t)))),e.classList.add("lh-audit-group--diagnostics"),i.appendChild(e)}const v=e.auditRefs.filter((e=>("load-opportunities"===e.group||"diagnostics"===e.group)&&a.showAsPassed(e.result)));if(!v.length)return i;const y={auditRefs:v,groupDefinitions:t},x=this.renderClump("passed",y);i.appendChild(x);const E=[];if(["performance-budget","timing-budget"].forEach((t=>{const n=e.auditRefs.find((e=>e.id===t));if(n&&n.result.details){const e=this.detailsRenderer.render(n.result.details);e&&(e.id=t,e.classList.add("lh-audit"),E.push(e))}})),E.length>0){const e=this.renderAuditGroup(t.budgets);E.forEach((t=>e.appendChild(t))),e.classList.add("lh-audit-group--budgets"),i.appendChild(e)}return i}renderMetricAuditFilter(e,t){const n=this.dom.createElement("div","lh-metricfilter");this.dom.createChildOf(n,"span","lh-metricfilter__text").textContent=a.i18n.strings.showRelevantAudits;const r=[{acronym:"All"},...e],i=a.getUniqueSuffix();for(const e of r){const r=`metric-${e.acronym}-${i}`,o=this.dom.createChildOf(n,"input","lh-metricfilter__radio");o.type="radio",o.name=`metricsfilter-${i}`,o.id=r;const s=this.dom.createChildOf(n,"label","lh-metricfilter__label");s.htmlFor=r,s.title=e.result&&e.result.title,s.textContent=e.acronym||e.id,"All"===e.acronym&&(o.checked=!0,s.classList.add("lh-metricfilter__label--active")),t.append(n),o.addEventListener("input",(n=>{for(const e of t.querySelectorAll("label.lh-metricfilter__label"))e.classList.toggle("lh-metricfilter__label--active",e.htmlFor===r);t.classList.toggle("lh-category--filtered","All"!==e.acronym);for(const n of t.querySelectorAll("div.lh-audit"))"All"!==e.acronym?(n.hidden=!0,e.relevantAudits&&e.relevantAudits.includes(n.id)&&(n.hidden=!1)):n.hidden=!1;const i=t.querySelectorAll("div.lh-audit-group, details.lh-audit-group");for(const e of i){e.hidden=!1;const t=Array.from(e.querySelectorAll("div.lh-audit")),n=!!t.length&&t.every((e=>e.hidden));e.hidden=n}}))}}}
1938
/**
1939
   * @license
1940
   * Copyright 2018 The Lighthouse Authors. All Rights Reserved.
1941
   *
1942
   * Licensed under the Apache License, Version 2.0 (the "License");
1943
   * you may not use this file except in compliance with the License.
1944
   * You may obtain a copy of the License at
1945
   *
1946
   *      http://www.apache.org/licenses/LICENSE-2.0
1947
   *
1948
   * Unless required by applicable law or agreed to in writing, software
1949
   * distributed under the License is distributed on an "AS-IS" BASIS,
1950
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1951
   * See the License for the specific language governing permissions and
1952
   * limitations under the License.
1953
   */class D extends c{render(e,t={}){const n=this.dom.createElement("div","lh-category");this.createPermalinkSpan(n,e.id),n.appendChild(this.renderCategoryHeader(e,t));const r=e.auditRefs,i=r.filter((e=>"manual"!==e.result.scoreDisplayMode)),o=this._renderAudits(i,t);n.appendChild(o);const s=r.filter((e=>"manual"===e.result.scoreDisplayMode)),a=this.renderClump("manual",{auditRefs:s,description:e.manualDescription});return n.appendChild(a),n}renderScoreGauge(e,t){return this.renderCategoryScore(e,t)}renderCategoryScore(e,t){if(null===e.score)return super.renderScoreGauge(e,t);const n=this.dom.createComponent("gaugePwa"),r=this.dom.find("a.lh-gauge--pwa__wrapper",n);this.dom.safelySetHref(r,`#${e.id}`);const i=n.querySelector("svg");if(!i)throw new Error("no SVG element found in PWA score gauge template");D._makeSvgReferencesUnique(i);const o=this._getGroupIds(e.auditRefs),s=this._getPassingGroupIds(e.auditRefs);if(s.size===o.size)r.classList.add("lh-badged--all");else for(const e of s)r.classList.add(`lh-badged--${e}`);return this.dom.find(".lh-gauge__label",n).textContent=e.title,r.title=this._getGaugeTooltip(e.auditRefs,t),n}_getGroupIds(e){const t=e.map((e=>e.group)).filter((e=>!!e));return new Set(t)}_getPassingGroupIds(e){const t=this._getGroupIds(e);for(const n of e)!a.showAsPassed(n.result)&&n.group&&t.delete(n.group);return t}_getGaugeTooltip(e,t){const n=this._getGroupIds(e),r=[];for(const i of n){const n=e.filter((e=>e.group===i)),o=n.length,s=n.filter((e=>a.showAsPassed(e.result))).length,l=t[i].title;r.push(`${l}: ${s}/${o}`)}return r.join(", ")}_renderAudits(e,t){const n=this.renderUnexpandableClump(e,t),r=this._getPassingGroupIds(e);for(const e of r){this.dom.find(`.lh-audit-group--${e}`,n).classList.add("lh-badged")}return n}static _makeSvgReferencesUnique(e){const t=e.querySelector("defs");if(!t)return;const n=a.getUniqueSuffix(),r=t.querySelectorAll("[id]");for(const t of r){const r=t.id,i=`${r}-${n}`;t.id=i;const o=e.querySelectorAll(`use[href="#${r}"]`);for(const e of o)e.setAttribute("href",`#${i}`);const s=e.querySelectorAll(`[fill="url(#${r})"]`);for(const e of s)e.setAttribute("fill",`url(#${i})`)}}}
1954
/**
1955
   * @license
1956
   * Copyright 2017 The Lighthouse Authors. All Rights Reserved.
1957
   *
1958
   * Licensed under the Apache License, Version 2.0 (the "License");
1959
   * you may not use this file except in compliance with the License.
1960
   * You may obtain a copy of the License at
1961
   *
1962
   *      http://www.apache.org/licenses/LICENSE-2.0
1963
   *
1964
   * Unless required by applicable law or agreed to in writing, software
1965
   * distributed under the License is distributed on an "AS-IS" BASIS,
1966
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1967
   * See the License for the specific language governing permissions and
1968
   * limitations under the License.
1969
   *
1970
   * Dummy text for ensuring report robustness: <\/script> pre$`post %%LIGHTHOUSE_JSON%%
1971
   * (this is handled by terser)
1972
   */class F{constructor(e){this._dom=e}renderReport(e,t){this._dom.setLighthouseChannel(e.configSettings.channel||"unknown");const n=a.prepareReportResult(e);return t.textContent="",t.appendChild(this._renderReport(n)),t}_renderReportTopbar(e){const t=this._dom.createComponent("topbar"),n=this._dom.find("a.lh-topbar__url",t);return n.textContent=e.finalUrl,n.title=e.finalUrl,this._dom.safelySetHref(n,e.finalUrl),t}_renderReportHeader(){const e=this._dom.createComponent("heading"),t=this._dom.createComponent("scoresWrapper");return this._dom.find(".lh-scores-wrapper-placeholder",e).replaceWith(t),e}_renderReportFooter(e){const t=this._dom.createComponent("footer"),n=this._dom.find(".lh-env__items",t);n.id="runtime-settings",this._dom.find(".lh-env__title",t).textContent=a.i18n.strings.runtimeSettingsTitle;const r=a.getEnvironmentDisplayValues(e.configSettings||{}),i=[{name:a.i18n.strings.runtimeSettingsUrl,description:e.finalUrl},{name:a.i18n.strings.runtimeSettingsFetchTime,description:a.i18n.formatDateTime(e.fetchTime)},...r,{name:a.i18n.strings.runtimeSettingsChannel,description:e.configSettings.channel},{name:a.i18n.strings.runtimeSettingsUA,description:e.userAgent},{name:a.i18n.strings.runtimeSettingsUANetwork,description:e.environment&&e.environment.networkUserAgent},{name:a.i18n.strings.runtimeSettingsBenchmark,description:e.environment&&e.environment.benchmarkIndex.toFixed(0)}];e.environment.credits&&e.environment.credits["axe-core"]&&i.push({name:a.i18n.strings.runtimeSettingsAxeVersion,description:e.environment.credits["axe-core"]});for(const e of i){if(!e.description)continue;const t=this._dom.createComponent("envItem");this._dom.find(".lh-env__name",t).textContent=e.name,this._dom.find(".lh-env__description",t).textContent=e.description,n.appendChild(t)}return this._dom.find(".lh-footer__version_issue",t).textContent=a.i18n.strings.footerIssue,this._dom.find(".lh-footer__version",t).textContent=e.lighthouseVersion,t}_renderReportWarnings(e){if(!e.runWarnings||0===e.runWarnings.length)return this._dom.createElement("div");const t=this._dom.createComponent("warningsToplevel");this._dom.find(".lh-warnings__msg",t).textContent=a.i18n.strings.toplevelWarningsMessage;const n=this._dom.find("ul",t);for(const t of e.runWarnings){n.appendChild(this._dom.createElement("li")).appendChild(this._dom.convertMarkdownLinkSnippets(t))}return t}_renderScoreGauges(e,t,n){const r=[],i=[],o=[];for(const s of Object.values(e.categories)){const l=n[s.id]||t,d=l.renderCategoryScore(s,e.categoryGroups||{},{gatherMode:e.gatherMode});a.isPluginCategory(s.id)?o.push(d):l.renderCategoryScore===t.renderCategoryScore?r.push(d):i.push(d)}return[...r,...i,...o]}_renderReport(e){const t=new N(e.configSettings.locale,{...a.UIStrings,...e.i18n.rendererFormattedStrings});a.i18n=t,a.reportJson=e;const n=e.audits["full-page-screenshot"]&&e.audits["full-page-screenshot"].details&&"full-page-screenshot"===e.audits["full-page-screenshot"].details.type?e.audits["full-page-screenshot"].details:void 0,r=new L(this._dom,{fullPageScreenshot:n}),i=new c(this._dom,r),o={performance:new T(this._dom,r),pwa:new D(this._dom,r)},s=this._dom.createElement("div");s.appendChild(this._renderReportHeader());const l=this._dom.createElement("div","lh-container"),d=this._dom.createElement("div","lh-report");let p;d.appendChild(this._renderReportWarnings(e));if(1===Object.keys(e.categories).length?s.classList.add("lh-header--solo-category"):p=this._dom.createElement("div","lh-scores-header"),p){const t=this._dom.createComponent("scorescale"),n=this._dom.find(".lh-scores-container",s);p.append(...this._renderScoreGauges(e,i,o)),n.appendChild(p),n.appendChild(t);const r=this._dom.createElement("div","lh-sticky-header");r.append(...this._renderScoreGauges(e,i,o)),l.appendChild(r)}const h=d.appendChild(this._dom.createElement("div","lh-categories")),u={gatherMode:e.gatherMode};for(const t of Object.values(e.categories)){const n=o[t.id]||i;n.dom.createChildOf(h,"div","lh-category-wrapper").appendChild(n.render(t,e.categoryGroups,u))}const m=this._dom.createFragment(),g=this._renderReportTopbar(e);return m.appendChild(g),m.appendChild(l),l.appendChild(s),l.appendChild(d),d.appendChild(this._renderReportFooter(e)),n&&S.installFullPageScreenshot(l,n.screenshot),m}}
1973
/**
1974
   * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
1975
   * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
1976
   * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
1977
   */function R(e,t){const n=e.find(".lh-vars",e.document());void 0===t?n.classList.toggle("lh-dark"):n.classList.toggle("lh-dark",t)}
1978
/**
1979
   * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
1980
   * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
1981
   * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
1982
   */const U="undefined"!=typeof btoa?btoa:e=>Buffer.from(e).toString("base64"),P="undefined"!=typeof atob?atob:e=>Buffer.from(e,"base64").toString();const $={toBase64:async function(e,t){let n=(new TextEncoder).encode(e);if(t.gzip)if("undefined"!=typeof CompressionStream){const e=new CompressionStream("gzip"),t=e.writable.getWriter();t.write(n),t.close();const r=await new Response(e.readable).arrayBuffer();n=new Uint8Array(r)}else{n=window.pako.gzip(e)}let r="";for(let e=0;e<n.length;e+=5e3)r+=String.fromCharCode(...n.subarray(e,e+5e3));return U(r)},fromBase64:function(e,t){const n=P(e),r=Uint8Array.from(n,(e=>e.charCodeAt(0)));if(t.gzip){return window.pako.ungzip(r,{to:"string"})}return(new TextDecoder).decode(r)}};
1983
/**
1984
   * @license
1985
   * Copyright 2021 The Lighthouse Authors. All Rights Reserved.
1986
   *
1987
   * Licensed under the Apache License, Version 2.0 (the "License");
1988
   * you may not use this file except in compliance with the License.
1989
   * You may obtain a copy of the License at
1990
   *
1991
   *      http://www.apache.org/licenses/LICENSE-2.0
1992
   *
1993
   * Unless required by applicable law or agreed to in writing, software
1994
   * distributed under the License is distributed on an "AS-IS" BASIS,
1995
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1996
   * See the License for the specific language governing permissions and
1997
   * limitations under the License.
1998
   */function H(){const e=window.location.host.endsWith(".vercel.app"),t=new URLSearchParams(window.location.search).has("dev");return e?`https://${window.location.host}/gh-pages`:t?"http://localhost:8000":"https://googlechrome.github.io/lighthouse"}function O(e){const t=e.generatedTime,n=e.fetchTime||t;return`${e.lighthouseVersion}-${e.requestedUrl}-${n}`}async function z(e,t,n){const r=new URL(t),i=Boolean(window.CompressionStream);r.hash=await $.toBase64(JSON.stringify(e),{gzip:i}),i&&r.searchParams.set("gzip","1"),window.open(r.toString(),n)}async function I(e){const t="viewer-"+O(e);!function(e,t,n){const r=new URL(t).origin;window.addEventListener("message",(function t(n){n.origin===r&&i&&n.data.opened&&(i.postMessage(e,r),window.removeEventListener("message",t))}));const i=window.open(t,n)}({lhr:e},H()+"/viewer/",t)}
1999
/**
2000
   * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
2001
   * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
2002
   * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2003
   */
2004
class B{constructor(e){this._dom=e,this._toggleEl,this._menuEl,this.onDocumentKeyDown=this.onDocumentKeyDown.bind(this),this.onToggleClick=this.onToggleClick.bind(this),this.onToggleKeydown=this.onToggleKeydown.bind(this),this.onMenuFocusOut=this.onMenuFocusOut.bind(this),this.onMenuKeydown=this.onMenuKeydown.bind(this),this._getNextMenuItem=this._getNextMenuItem.bind(this),this._getNextSelectableNode=this._getNextSelectableNode.bind(this),this._getPreviousMenuItem=this._getPreviousMenuItem.bind(this)}setup(e){this._toggleEl=this._dom.find("button.lh-tools__button",this._dom.document()),this._toggleEl.addEventListener("click",this.onToggleClick),this._toggleEl.addEventListener("keydown",this.onToggleKeydown),this._menuEl=this._dom.find("div.lh-tools__dropdown",this._dom.document()),this._menuEl.addEventListener("keydown",this.onMenuKeydown),this._menuEl.addEventListener("click",e)}close(){this._toggleEl.classList.remove("lh-active"),this._toggleEl.setAttribute("aria-expanded","false"),this._menuEl.contains(this._dom.document().activeElement)&&this._toggleEl.focus(),this._menuEl.removeEventListener("focusout",this.onMenuFocusOut),this._dom.document().removeEventListener("keydown",this.onDocumentKeyDown)}open(e){this._toggleEl.classList.contains("lh-active")?e.focus():this._menuEl.addEventListener("transitionend",(()=>{e.focus()}),{once:!0}),this._toggleEl.classList.add("lh-active"),this._toggleEl.setAttribute("aria-expanded","true"),this._menuEl.addEventListener("focusout",this.onMenuFocusOut),this._dom.document().addEventListener("keydown",this.onDocumentKeyDown)}onToggleClick(e){e.preventDefault(),e.stopImmediatePropagation(),this._toggleEl.classList.contains("lh-active")?this.close():this.open(this._getNextMenuItem())}onToggleKeydown(e){switch(e.code){case"ArrowUp":e.preventDefault(),this.open(this._getPreviousMenuItem());break;case"ArrowDown":case"Enter":case" ":e.preventDefault(),this.open(this._getNextMenuItem())}}onMenuKeydown(e){const t=e.target;switch(e.code){case"ArrowUp":e.preventDefault(),this._getPreviousMenuItem(t).focus();break;case"ArrowDown":e.preventDefault(),this._getNextMenuItem(t).focus();break;case"Home":e.preventDefault(),this._getNextMenuItem().focus();break;case"End":e.preventDefault(),this._getPreviousMenuItem().focus()}}onDocumentKeyDown(e){27===e.keyCode&&this.close()}onMenuFocusOut(e){const t=e.relatedTarget;this._menuEl.contains(t)||this.close()}_getNextSelectableNode(e,t){const n=e.filter((e=>e instanceof HTMLElement&&(!e.hasAttribute("disabled")&&"none"!==window.getComputedStyle(e).display)));let r=t?n.indexOf(t)+1:0;return r>=n.length&&(r=0),n[r]}_getNextMenuItem(e){const t=Array.from(this._menuEl.childNodes);return this._getNextSelectableNode(t,e)}_getPreviousMenuItem(e){const t=Array.from(this._menuEl.childNodes).reverse();return this._getNextSelectableNode(t,e)}}
2005
/**
2006
   * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
2007
   * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
2008
   * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2009
   */class G{constructor(e,t){this.lhr,this._reportUIFeatures=e,this._dom=t,this._document=this._dom.document(),this._dropDownMenu=new B(this._dom),this._copyAttempt=!1,this.topbarEl,this.scoreScaleEl,this.stickyHeaderEl,this.highlightEl,this.onDropDownMenuClick=this.onDropDownMenuClick.bind(this),this.onKeyUp=this.onKeyUp.bind(this),this.onCopy=this.onCopy.bind(this),this.collapseAllDetails=this.collapseAllDetails.bind(this),this._updateStickyHeaderOnScroll=this._updateStickyHeaderOnScroll.bind(this)}enable(e){this.lhr=e,this._document.addEventListener("keyup",this.onKeyUp),this._document.addEventListener("copy",this.onCopy),this._dropDownMenu.setup(this.onDropDownMenuClick),this._setUpCollapseDetailsAfterPrinting();if(this._dom.find(".lh-topbar__logo",this._document).addEventListener("click",(()=>R(this._dom))),Object.keys(this.lhr.categories).length>=2){this._setupStickyHeaderElements();const e=this._dom.find(".lh-container",this._document);if(this._getScrollParent(e).addEventListener("scroll",this._updateStickyHeaderOnScroll),this._dom.isDevTools()){new window.ResizeObserver(this._updateStickyHeaderOnScroll).observe(e)}else window.addEventListener("resize",this._updateStickyHeaderOnScroll)}}onDropDownMenuClick(e){e.preventDefault();const t=e.target;if(t&&t.hasAttribute("data-action")){switch(t.getAttribute("data-action")){case"copy":this.onCopyButtonClick();break;case"print-summary":this.collapseAllDetails(),this._print();break;case"print-expanded":this.expandAllDetails(),this._print();break;case"save-json":{const e=JSON.stringify(this.lhr,null,2);this._reportUIFeatures._saveFile(new Blob([e],{type:"application/json"}));break}case"save-html":{const t=this._reportUIFeatures.getReportHtml();try{this._reportUIFeatures._saveFile(new Blob([t],{type:"text/html"}))}catch(e){this._dom.fireEventOn("lh-log",this._document,{cmd:"error",msg:"Could not export as HTML. "+e.message})}break}case"open-viewer":this._dom.isDevTools()?async function(e){const t="viewer-"+O(e),n=H()+"/viewer/";await z({lhr:e},n,t)}(this.lhr):I(this.lhr);break;case"save-gist":this._reportUIFeatures.saveAsGist();break;case"toggle-dark":R(this._dom)}this._dropDownMenu.close()}}onCopy(e){this._copyAttempt&&e.clipboardData&&(e.preventDefault(),e.clipboardData.setData("text/plain",JSON.stringify(this.lhr,null,2)),this._dom.fireEventOn("lh-log",this._document,{cmd:"log",msg:"Report JSON copied to clipboard"})),this._copyAttempt=!1}onCopyButtonClick(){this._dom.fireEventOn("lh-analytics",this._document,{cmd:"send",fields:{hitType:"event",eventCategory:"report",eventAction:"copy"}});try{this._document.queryCommandSupported("copy")&&(this._copyAttempt=!0,this._document.execCommand("copy")||(this._copyAttempt=!1,this._dom.fireEventOn("lh-log",this._document,{cmd:"warn",msg:"Your browser does not support copy to clipboard."})))}catch(e){this._copyAttempt=!1,this._dom.fireEventOn("lh-log",this._document,{cmd:"log",msg:e.message})}}onKeyUp(e){(e.ctrlKey||e.metaKey)&&80===e.keyCode&&this._dropDownMenu.close()}expandAllDetails(){this._dom.findAll(".lh-categories details",this._document).map((e=>e.open=!0))}collapseAllDetails(){this._dom.findAll(".lh-categories details",this._document).map((e=>e.open=!1))}_print(){self.print()}resetUIState(){this._dropDownMenu.close()}_getScrollParent(e){const{overflowY:t}=window.getComputedStyle(e);return"visible"!==t&&"hidden"!==t?e:e.parentElement?this._getScrollParent(e.parentElement):document}_setUpCollapseDetailsAfterPrinting(){"onbeforeprint"in self?self.addEventListener("afterprint",this.collapseAllDetails):self.matchMedia("print").addListener((e=>{e.matches?this.expandAllDetails():this.collapseAllDetails()}))}_setupStickyHeaderElements(){this.topbarEl=this._dom.find("div.lh-topbar",this._document),this.scoreScaleEl=this._dom.find("div.lh-scorescale",this._document),this.stickyHeaderEl=this._dom.find("div.lh-sticky-header",this._document),this.highlightEl=this._dom.createChildOf(this.stickyHeaderEl,"div","lh-highlighter")}_updateStickyHeaderOnScroll(){const e=this.topbarEl.getBoundingClientRect().bottom>=this.scoreScaleEl.getBoundingClientRect().top,t=Array.from(this._document.querySelectorAll(".lh-category")).filter((e=>e.getBoundingClientRect().top-window.innerHeight/2<0)),n=t.length>0?t.length-1:0,r=this.stickyHeaderEl.querySelectorAll(".lh-gauge__wrapper"),i=r[n],o=r[0].getBoundingClientRect().left,s=i.getBoundingClientRect().left-o;this.highlightEl.style.transform=`translate(${s}px)`,this.stickyHeaderEl.classList.toggle("lh-sticky-header--visible",e)}}
2010
/**
2011
   * @license Copyright 2017 The Lighthouse Authors. All Rights Reserved.
2012
   * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
2013
   * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2014
   */var j=function(e){const t=new URL(e.finalUrl).hostname,n=e.fetchTime&&new Date(e.fetchTime)||new Date,r=n.toLocaleTimeString("en-US",{hour12:!1}),i=n.toLocaleDateString("en-US",{year:"numeric",month:"2-digit",day:"2-digit"}).split("/");return i.unshift(i.pop()),`${t}_${i.join("-")}_${r}`.replace(/[/?<>\\:*|"]/g,"-")};class q{constructor(e){this.json,this._dom=e,this._document=this._dom.document(),this._topbar=new G(this,e),this.onMediaQueryChange=this.onMediaQueryChange.bind(this)}initFeatures(e){this.json=e,this._topbar.enable(e),this._topbar.resetUIState(),this._setupMediaQueryListeners(),this._setupThirdPartyFilter(),this._setupElementScreenshotOverlay(this._dom.find(".lh-container",this._document));let t=!1;!this._dom.isDevTools()&&window.matchMedia("(prefers-color-scheme: dark)").matches&&(t=!0);["performance","accessibility","best-practices","seo"].every((t=>{const n=e.categories[t];return n&&1===n.score}))&&(t=!0,this._enableFireworks()),t&&R(this._dom,!0);if(e.categories.performance&&e.categories.performance.auditRefs.some((t=>Boolean("metrics"===t.group&&e.audits[t.id].errorMessage)))){this._dom.find("input.lh-metrics-toggle__input",this._document).checked=!0}this.json.audits["script-treemap-data"]&&this.json.audits["script-treemap-data"].details&&this.addButton({text:a.i18n.strings.viewTreemapLabel,icon:"treemap",onClick:()=>function(e){if(!e.audits["script-treemap-data"].details)throw new Error("no script treemap data found");z({lhr:{requestedUrl:e.requestedUrl,finalUrl:e.finalUrl,audits:{"script-treemap-data":e.audits["script-treemap-data"]},configSettings:{locale:e.configSettings.locale}}},H()+"/treemap/","treemap-"+O(e))}(this.json)});for(const e of this._dom.findAll("[data-i18n]",this._dom.document())){const t=e.getAttribute("data-i18n");e.textContent=a.i18n.strings[t]}}addButton(e){const t=this._document.querySelector(".lh-audit-group--metrics"),n=e.container||t;if(!n)return;let r=n.querySelector(".lh-buttons");r||(r=this._dom.createChildOf(n,"div","lh-buttons"));const i=["lh-button"];e.icon&&(i.push("lh-report-icon"),i.push(`lh-report-icon--${e.icon}`));const o=this._dom.createChildOf(r,"button",i.join(" "));return o.textContent=e.text,o.addEventListener("click",e.onClick),o}getReportHtml(){return this._topbar.resetUIState(),this._document.documentElement.outerHTML}saveAsGist(){throw new Error("Cannot save as gist from base report")}_enableFireworks(){const e=this._dom.find(".lh-scores-container",this._document);e.classList.add("lh-score100"),e.addEventListener("click",(t=>{e.classList.toggle("lh-fireworks-paused")}))}_setupMediaQueryListeners(){const e=self.matchMedia("(max-width: 500px)");e.addListener(this.onMediaQueryChange),this.onMediaQueryChange(e)}_resetUIState(){this._topbar.resetUIState()}onMediaQueryChange(e){this._dom.find(".lh-root",this._document).classList.toggle("lh-narrow",e.matches)}_setupThirdPartyFilter(){const e=["uses-rel-preconnect","third-party-facades"],t=["legacy-javascript"];Array.from(this._document.querySelectorAll("table.lh-table")).filter((e=>e.querySelector("td.lh-table-column--url, td.lh-table-column--source-location"))).filter((t=>{const n=t.closest(".lh-audit");if(!n)throw new Error(".lh-table not within audit");return!e.includes(n.id)})).forEach((e=>{const n=
2015
/**
2016
   * @license
2017
   * Copyright 2017 The Lighthouse Authors. All Rights Reserved.
2018
   *
2019
   * Licensed under the Apache License, Version 2.0 (the "License");
2020
   * you may not use this file except in compliance with the License.
2021
   * You may obtain a copy of the License at
2022
   *
2023
   *      http://www.apache.org/licenses/LICENSE-2.0
2024
   *
2025
   * Unless required by applicable law or agreed to in writing, software
2026
   * distributed under the License is distributed on an "AS-IS" BASIS,
2027
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2028
   * See the License for the specific language governing permissions and
2029
   * limitations under the License.
2030
   */
2031
function(e){return Array.from(e.tBodies[0].rows)}(e),r=this._getThirdPartyRows(n,this.json.finalUrl),i=this._dom.createComponent("3pFilter"),o=this._dom.find("input",i);o.addEventListener("change",(e=>{const t=e.target instanceof HTMLInputElement&&!e.target.checked;let i=!0,o=n[0];for(;o;){const e=t&&r.includes(o);do{o.classList.toggle("lh-row--hidden",e),o.classList.toggle("lh-row--even",!e&&i),o.classList.toggle("lh-row--odd",!e&&!i),o=o.nextElementSibling}while(o&&o.classList.contains("lh-sub-item-row"));e||(i=!i)}})),this._dom.find(".lh-3p-filter-count",i).textContent=`${r.length}`,this._dom.find(".lh-3p-ui-string",i).textContent=a.i18n.strings.thirdPartyResourcesLabel;const s=r.length===n.length,l=!r.length;if((s||l)&&(o.disabled=!0,o.checked=s),!e.parentNode)return;e.parentNode.insertBefore(i,e);const d=e.closest(".lh-audit");if(!d)throw new Error(".lh-table not within audit");t.includes(d.id)&&!s&&o.click()}))}_setupElementScreenshotOverlay(e){const t=this.json.audits["full-page-screenshot"]&&this.json.audits["full-page-screenshot"].details&&"full-page-screenshot"===this.json.audits["full-page-screenshot"].details.type&&this.json.audits["full-page-screenshot"].details;t&&S.installOverlayFeature({dom:this._dom,reportEl:e,overlayContainerEl:e,fullPageScreenshot:t})}_getThirdPartyRows(e,t){const n=[],r=a.getRootDomain(t);for(const t of e){if(t.classList.contains("lh-sub-item-row"))continue;const e=t.querySelector("div.lh-text__url");if(!e)continue;const i=e.dataset.url;if(!i)continue;a.getRootDomain(i)!==r&&n.push(t)}return n}_saveFile(e){const t=j({finalUrl:this.json.finalUrl,fetchTime:this.json.fetchTime}),n=e.type.match("json")?".json":".html",r=this._dom.createElement("a");r.download=`${t}${n}`,this._dom.safelySetBlobHref(r,e),this._document.body.appendChild(r),r.click(),this._document.body.removeChild(r),setTimeout((()=>URL.revokeObjectURL(r.href)),500)}}
2032
/**
2033
   * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.
2034
   * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
2035
   * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2036
   */window.__initLighthouseReport__=function(){const e=new l(document),t=new F(e),n=e.find("main",document),r=window.__LIGHTHOUSE_JSON__;t.renderReport(r,n),new q(e).initFeatures(r),document.addEventListener("lh-analytics",(e=>{window.ga&&ga(e.detail.cmd,e.detail.fields)})),document.addEventListener("lh-log",(e=>{const t=document.querySelector("#lh-log");if(!t)return;const n=new d(t),r=e.detail;switch(r.cmd){case"log":n.log(r.msg);break;case"warn":n.warn(r.msg);break;case"error":n.error(r.msg);break;case"hide":n.hide()}}))}}();
2037

    
2038
/*# sourceURL=third_party/lighthouse/report-assets/report.js */
2039
  __initLighthouseReport__();
2040
  //# sourceURL=compiled-reportrenderer.js
2041
  </script>
2042
  <script>console.log('window.__LIGHTHOUSE_JSON__', __LIGHTHOUSE_JSON__);</script>
2043
</body>
2044
</html>
(1-1/2)