├── .gitattributes ├── seetingWeb ├── .DS_Store ├── img │ ├── lazyload-ph.png │ └── pageload-spinner.gif ├── fonts │ ├── fa-brands-400.eot │ ├── fa-brands-400.ttf │ ├── fa-brands-400.woff │ ├── fa-regular-400.eot │ ├── fa-regular-400.ttf │ ├── fa-solid-900.eot │ ├── fa-solid-900.ttf │ ├── fa-solid-900.woff │ ├── fa-solid-900.woff2 │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.woff │ └── fa-regular-400.woff2 ├── style.css ├── index.html ├── js │ └── blocs.js └── css │ └── all.min.css ├── README ├── image-20220605153852187.png └── image-20220605155346852.png ├── README.md ├── Digit77Helper.js ├── LICENSE └── README.html /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /seetingWeb/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/.DS_Store -------------------------------------------------------------------------------- /seetingWeb/img/lazyload-ph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/img/lazyload-ph.png -------------------------------------------------------------------------------- /README/image-20220605153852187.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/README/image-20220605153852187.png -------------------------------------------------------------------------------- /README/image-20220605155346852.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/README/image-20220605155346852.png -------------------------------------------------------------------------------- /seetingWeb/fonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/fonts/fa-brands-400.eot -------------------------------------------------------------------------------- /seetingWeb/fonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/fonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /seetingWeb/fonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/fonts/fa-brands-400.woff -------------------------------------------------------------------------------- /seetingWeb/fonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/fonts/fa-regular-400.eot -------------------------------------------------------------------------------- /seetingWeb/fonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/fonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /seetingWeb/fonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/fonts/fa-solid-900.eot -------------------------------------------------------------------------------- /seetingWeb/fonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/fonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /seetingWeb/fonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/fonts/fa-solid-900.woff -------------------------------------------------------------------------------- /seetingWeb/fonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/fonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /seetingWeb/img/pageload-spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/img/pageload-spinner.gif -------------------------------------------------------------------------------- /seetingWeb/fonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/fonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /seetingWeb/fonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/fonts/fa-regular-400.woff -------------------------------------------------------------------------------- /seetingWeb/fonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XYZliang/Digit77Helper/HEAD/seetingWeb/fonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 |

3 | 4 | Digit77 5 | 6 |

7 | 8 |

Digit77 Helper

9 | 10 |
11 | 👉 自动复制下载网址的提取码 自动跳过广告链接的等待时间 网盘自动填写提取码、自动下载、自动保存! 12 | 👈
13 | 适用于Digit77.com Mac精品应用免费分享网的油猴脚本 14 |
15 | 16 | **Digit77网页助手油猴脚本**。自动复制下载网址的提取码 自动跳过广告链接的等待时间 网盘自动填写提取码、自动下载、自动保存! 17 | 18 | [在greasyfork查看](https://greasyfork.org/zh-CN/scripts/445961-digit77-helper) 19 | 20 | [在GitHub查看](https://github.com/XYZliang/Digit77Helper) 21 | 22 | ## 💽 安装地址 23 | 24 | - [**greasyfork下载地址(如果网络支持,更新最快)**](https://greasyfork.org/scripts/445961-digit77-helper/code/Digit77%20Helper.user.js) 25 | - **[全球快速下载地址凯速云(推荐)](https://download.kstore.space/download/2078/Digit77Helper/Digit77Helper.js)** 26 | - [全球备用下载地址千牛云](https://qianniuossplus.jxufesoftware.club/Digit77Helper.js) 27 | - [github下载地址](https://github.com/XYZliang/Digit77Helper/raw/main/Digit77%20Helper.user.js) 28 | 29 | ## 🔧 助手配置 30 | 31 | 进入[Digit77.com Mac精品应用免费分享网](https://www.digit77.com/)后,在软件下载页面的下载框后出现一个配置选项,点击即可进入设置:(注意翻到底部点击保存设置!) 32 | 33 | image-20220605153852187 34 | 35 | ## 💯 常见问题 36 | 37 | 💡 **总是碰到一个用户脚本试图访问跨园资源的提示?** 38 | 39 | image-20220605155346852 40 | 41 | 42 | 43 | A:为了能无需通过用户剪贴板进行提取码的传输,我们需要获取网盘的链接,从而模仿ouo这个广告链接的协议请求真正的网盘链接来进行提取码的传递,**建议点击 总是允许此域名/总是允许全部域名 来防止油猴插件多次弹出提醒**。如果拒绝,脚本会自动复制提取码到剪贴板,请自行粘贴提取码。 44 | 45 | 💡 **助手安全吗?** 46 | 47 | A:助手免费开源,代码均在本地运行,获Digit77 Helper站长推荐。 48 | 49 | ## 👻 BUG反馈 50 | 51 | 如果您在使用过程中有无法识别的文本,请 [在GitHub提交issues](https://github.com/XYZliang/Digit77Helper/issues) 进行反馈。 52 | 53 | ## 📜ToDo 54 | 55 | - [x] 自动复制提取码 56 | - [x] 跳过ouo的等待时间 57 | - [x] 实现分秒帧自动填写提取码、自动开始下载、自动保存、自动收藏 58 | - [x] 实现OneDrive自动填写提取码、自动开始下载 59 | - [x] 实现天翼云盘自动填写提取码、自动下自动转存到云盘、自动开始下载 60 | - [x] 实现阿里云盘自动填写提取码、自动下自动转存到云盘、自动开始下载 61 | - [x] UI设置界面 62 | - [x] 下载后复制解压密码digit77.com 63 | - [ ] 实现国外版digit77的脚本 64 | 65 | ## 📖 更新日志 66 | 67 | **v2.3** 加入下载后自动复制解压密码的功能digit77.com 68 | 69 | **v2.2** 完善文档,加入多个下载地址,修复初始化bug,修复分秒帧卡在最后一步确定 70 | 71 | **v2.1** 添加Web设置页面 72 | 73 | **v2.0** 加入对onedrive 阿里云盘 天翼云盘 的支持, 74 | 75 | **v1.2** 加入对分秒帧网盘的支持 76 | 77 | **v1.1** 取消自动复制剪切板,由程序自动记录 78 | 79 | **v1.0** ouo广告自动跳转,提取码自动复制到剪贴板 80 | 81 | ## 🫶🏼 特别鸣谢 82 | 83 | 感谢Digit77.com站长的公益分享和对本插件的支持 84 | 85 | 感谢[网盘智能识别助手](https://github.com/syhyz1990/panAI),引用部分代码实现对天翼和阿里网盘的支持 86 | 87 | 感谢[凯速网](https://my.ksust.com/kstore.htm)提供的[免费网盘和静态资源储存](https://my.ksust.com/kstore.htm?aff=2078),实现设置页面和全球高速脚本下载 88 | 89 | 感谢千牛云提供的OSS和全球CDN作为备用下载 90 | -------------------------------------------------------------------------------- /seetingWeb/style.css: -------------------------------------------------------------------------------- 1 | /*----------------------------------------------------------------------------------- 2 | Digit77 3 | About: A shiny new Blocs website. 4 | Author: 张亮 5 | Version: 1.0 6 | Built with Blocs 7 | -----------------------------------------------------------------------------------*/ 8 | body{ 9 | margin:0; 10 | padding:0; 11 | background:#FFFFFF; 12 | overflow-x:hidden; 13 | -webkit-font-smoothing: antialiased; 14 | -moz-osx-font-smoothing: grayscale; 15 | } 16 | .page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */ 17 | a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */ 18 | a:hover{text-decoration: none; cursor:pointer;} 19 | 20 | 21 | /* Preloader */ 22 | 23 | .page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;} 24 | .preloader-complete{animation-delay:0.1s;} 25 | @keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}} 26 | 27 | /* = Blocs 28 | -------------------------------------------------------------- */ 29 | 30 | .bloc{ 31 | width:100%; 32 | clear:both; 33 | background: 50% 50% no-repeat; 34 | padding:0 20px; 35 | -webkit-background-size: cover; 36 | -moz-background-size: cover; 37 | -o-background-size: cover; 38 | background-size: cover; 39 | position:relative; 40 | display:flex; 41 | } 42 | .bloc .container{ 43 | padding-left:0; 44 | padding-right:0; 45 | } 46 | 47 | 48 | /* Sizes */ 49 | 50 | .bloc-lg{ 51 | padding:100px 20px; 52 | } 53 | 54 | 55 | /* Light theme */ 56 | 57 | .d-bloc .card,.l-bloc{ 58 | color:rgba(0,0,0,.5); 59 | } 60 | .d-bloc .card button:hover,.l-bloc button:hover{ 61 | color:rgba(0,0,0,.7); 62 | } 63 | .l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{ 64 | border-color:rgba(0,0,0,.7); 65 | } 66 | .d-bloc .card .divider-h span,.l-bloc .divider-h span{ 67 | border-color:rgba(0,0,0,.1); 68 | } 69 | .d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{ 70 | color:rgba(0,0,0,.6); 71 | } 72 | .d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{ 73 | color:rgba(0,0,0,1); 74 | } 75 | .l-bloc .navbar-toggle .icon-bar{ 76 | color:rgba(0,0,0,.6); 77 | } 78 | .d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{ 79 | color:rgba(0,0,0,.7); 80 | border-color:rgba(0,0,0,.3); 81 | } 82 | 83 | 84 | /* = NavBar 85 | -------------------------------------------------------------- */ 86 | 87 | /* Handle Multi Level Navigation */ 88 | .dropdown-menu .dropdown-menu{ 89 | border:none} 90 | @media (min-width:576px){ 91 | 92 | .navbar-expand-sm .dropdown-menu .dropdown-menu{ 93 | border:1px solid rgba(0,0,0,.15); 94 | position:absolute; 95 | left:100%; 96 | top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{ 97 | right:100%; 98 | left:auto}}@media (min-width:768px){ 99 | .navbar-expand-md .dropdown-menu .dropdown-menu{ 100 | border:1px solid rgba(0,0,0,.15); 101 | border:1px solid rgba(0,0,0,.15); 102 | position:absolute; 103 | left:100%; 104 | top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{ 105 | right:100%; 106 | left:auto}}@media (min-width:992px){ 107 | .navbar-expand-lg .dropdown-menu .dropdown-menu{ 108 | border:1px solid rgba(0,0,0,.15); 109 | position:absolute; 110 | left:100%; 111 | top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{ 112 | right:100%; 113 | left:auto} 114 | } 115 | /* = Bric adjustment margins 116 | -------------------------------------------------------------- */ 117 | 118 | .mg-md{ 119 | margin-top:10px; 120 | margin-bottom:20px; 121 | } 122 | 123 | /* = Buttons 124 | -------------------------------------------------------------- */ 125 | 126 | .btn-d,.btn-d:hover,.btn-d:focus{ 127 | color:#FFF; 128 | background:rgba(0,0,0,.3); 129 | } 130 | 131 | /* Prevent ugly blue glow on chrome and safari */ 132 | button{ 133 | outline: none!important; 134 | } 135 | 136 | .btn-rd{ 137 | border-radius: 40px; 138 | } 139 | 140 | /* = Icons 141 | -------------------------------------------------------------- */ 142 | .icon-md{ 143 | font-size:30px!important; 144 | } 145 | 146 | 147 | /* = Text & Icon Styles 148 | -------------------------------------------------------------- */ 149 | .blockquote{ 150 | padding:0 20px; 151 | border-left:2px solid; 152 | } 153 | .blockquote.text-right{ 154 | border-left:0; 155 | border-right:2px solid; 156 | } 157 | 158 | 159 | .card-sq, .card-sq .card-header, .card-sq .card-footer{ 160 | border-radius:0; 161 | } 162 | .card-rd{ 163 | border-radius:30px; 164 | } 165 | .card-rd .card-header{ 166 | border-radius:29px 29px 0 0; 167 | } 168 | .card-rd .card-footer{ 169 | border-radius:0 0 29px 29px; 170 | } 171 | 172 | 173 | 174 | 175 | 176 | /* ScrollToTop button */ 177 | 178 | .scrollToTop{ 179 | width:36px; 180 | height:36px; 181 | padding:5px; 182 | position:fixed; 183 | bottom:20px; 184 | right:20px; 185 | opacity:0; 186 | z-index:999; 187 | transition: all .3s ease-in-out; 188 | pointer-events:none; 189 | } 190 | .showScrollTop{ 191 | opacity: 1; 192 | pointer-events:all; 193 | } 194 | .scroll-to-top-btn-icon{ 195 | fill: none; 196 | stroke: #fff; 197 | stroke-width: 2px; 198 | fill-rule: evenodd; 199 | stroke-linecap:round; 200 | } 201 | 202 | /* Toggle Visibility */ 203 | .toggled-item{ 204 | transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out; 205 | overflow: hidden; 206 | } 207 | .toggled-item-hidden{ 208 | padding-top:0!important; 209 | padding-bottom:0!important; 210 | border-top:0!important; 211 | border-bottom:0!important; 212 | outline:0!important; 213 | opacity: 0; 214 | } 215 | 216 | /* Hide Object */ 217 | .object-hidden{ 218 | display:none; 219 | } 220 | 221 | /* = Custom Styling 222 | -------------------------------------------------------------- */ 223 | 224 | h1,h2,h3,h4,h5,h6,p,label,.btn,a{ 225 | font-family:"Helvetica"; 226 | } 227 | .container{ 228 | max-width:1140px; 229 | } 230 | .label-style{ 231 | font-size:16px; 232 | line-height:24px; 233 | } 234 | .h4-style{ 235 | line-height:24px; 236 | } 237 | .link{ 238 | padding:24px 24px 24px 24px; 239 | } 240 | .linklogo{ 241 | border-style:dotted; 242 | width:60px; 243 | height:60px; 244 | text-align:center; 245 | margin:16px 16px 16px 16px; 246 | padding:13px 13px 13px 13px; 247 | border-radius:25px 25px 25px 25px; 248 | } 249 | .homelogo{ 250 | padding-left:10px; 251 | } 252 | 253 | /* = Colour 254 | -------------------------------------------------------------- */ 255 | 256 | 257 | /* Button colour styles */ 258 | 259 | .btn-coral-pink{ 260 | background:#FF7D78; 261 | color:#FFFFFF!important; 262 | } 263 | .btn-coral-pink:hover{ 264 | background:#cc6460!important; 265 | color:#FFFFFF!important; 266 | } 267 | 268 | 269 | 270 | 271 | /* = Bloc Padding Multi Breakpoint 272 | -------------------------------------------------------------- */ 273 | 274 | @media (min-width: 576px) { 275 | .bloc-xxl-sm{padding:200px 20px;} 276 | .bloc-xl-sm{padding:150px 20px;} 277 | .bloc-lg-sm{padding:100px 20px;} 278 | .bloc-md-sm{padding:50px 20px;} 279 | .bloc-sm-sm{padding:20px;} 280 | .bloc-no-padding-sm{padding:0 20px;} 281 | } 282 | @media (min-width: 768px) { 283 | .bloc-xxl-md{padding:200px 20px;} 284 | .bloc-xl-md{padding:150px 20px;} 285 | .bloc-lg-md{padding:100px 20px;} 286 | .bloc-md-md{padding:50px 20px;} 287 | .bloc-sm-md{padding:20px 20px;} 288 | .bloc-no-padding-md{padding:0 20px;} 289 | } 290 | @media (min-width: 992px) { 291 | .bloc-xxl-lg{padding:200px 20px;} 292 | .bloc-xl-lg{padding:150px 20px;} 293 | .bloc-lg-lg{padding:100px 20px;} 294 | .bloc-md-lg{padding:50px 20px;} 295 | .bloc-sm-lg{padding:20px;} 296 | .bloc-no-padding-lg{padding:0 20px;} 297 | } 298 | 299 | 300 | /* = Mobile adjustments 301 | -------------------------------------------------------------- */ 302 | @media (max-width: 1024px) 303 | { 304 | .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{ 305 | padding-left: 0; 306 | padding-right: 0; 307 | } 308 | } 309 | @media (max-width: 991px) 310 | { 311 | .container{width:100%;} 312 | .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/ 313 | .bloc-group, .bloc-group .bloc{display:block;width:100%;} 314 | } 315 | @media (max-width: 767px) 316 | { 317 | .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{ 318 | padding-left:0;padding-right:0; 319 | } 320 | .btn-dwn{ 321 | display:none; 322 | } 323 | .voffset{ 324 | margin-top:5px; 325 | } 326 | .voffset-md{ 327 | margin-top:20px; 328 | } 329 | .voffset-lg{ 330 | margin-top:30px; 331 | } 332 | form{ 333 | padding:5px; 334 | } 335 | .close-lightbox{ 336 | display:inline-block; 337 | } 338 | .blocsapp-device-iphone5{ 339 | background-size: 216px 425px; 340 | padding-top:60px; 341 | width:216px; 342 | height:425px; 343 | } 344 | .blocsapp-device-iphone5 img{ 345 | width: 180px; 346 | height: 320px; 347 | } 348 | } 349 | -------------------------------------------------------------------------------- /seetingWeb/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 20 | 22 | 23 | 24 | 25 | Home 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 |
39 | 40 | 41 | 42 | 43 |
44 | 45 | 46 |
47 |
48 |
49 |
50 |
51 |

52 | Digit77 Helper设置 53 |

54 |
55 | 57 | 60 |
61 |
62 | 64 | 67 |
68 |
69 | 71 | 74 |
75 |
76 | 78 | 81 |
82 |
83 | 85 | 88 |
89 |
90 | 92 | 95 |
96 |
97 | 99 | 102 |
103 |
104 | 106 | 109 |
110 |
111 | 113 | 116 |
117 | 126 |
127 |

128 |  分秒帧高级设置 129 |

130 |
131 | 133 | 136 |
137 |
138 | 140 | 143 |
144 |
145 | 147 | 150 |
151 |
152 | 154 | 157 |
158 |
159 |
160 |

161 |  百度网盘高级设置 162 |

163 |
164 | 166 | 169 |
170 |
171 | 173 | 176 |
177 |
178 | 180 | 183 |
184 |
185 |
186 |

187 | OneDriver高级设置 188 |

189 |
190 | 192 | 195 |
196 |
197 | 199 | 202 |
203 |
204 |
205 |

206 | 天翼网盘高级设置 207 |

208 |
209 | 211 | 214 |
215 |
216 | 218 | 221 |
222 |
223 | 225 | 228 |
229 |
230 |
231 |

232 | 阿里云盘高级设置 233 |

234 |
235 | 237 | 240 |
241 |
242 | 244 | 247 |
248 |
249 | 251 | 254 |
255 |
256 | 保存设置 257 | 清除缓存 258 | 关于插件 259 | 267 |
268 |
269 |
270 |
271 |
272 | 273 | 274 | 275 | 277 | 278 | 279 | 280 | 281 | 282 |
283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 357 | 358 | 359 | -------------------------------------------------------------------------------- /Digit77Helper.js: -------------------------------------------------------------------------------- 1 | // ==UserScript== 2 | // @name Digit77 Helper 3 | // @namespace cn.XYZliang.digit77Helper 4 | // @version 2.3 5 | // @description Digit77下载助手。自动复制提取码,跳过ouo.io的三秒等待时间! 6 | // @require https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.slim.min.js 7 | // @license GNU General Public License v3.0 8 | // @author XYZliang 9 | // @supportURL https://qianniuossplus.jxufesoftware.club/README.html 10 | // @homepage https://greasyfork.org/zh-CN/scripts/445961-digit77-helper 11 | // @updateURL https://download.kstore.space/download/2078/Digit77Helper/Digit77Helper.js 12 | // @downloadURL https://greasyfork.org/scripts/445961-digit77-helper/code/Digit77%20Helper.user.js 13 | // @match *://www.digit77.com/* 14 | // @match *://ouo.press/* 15 | // @match *://ouo.io/* 16 | // @match *://app.mediatrack.cn/shares/* 17 | // @match *://app.mediatrack.cn/shares/* 18 | // @match *://download.kstore.space/download/2078/Digit77Helper/* 19 | // @match *://*.sharepoint.com/* 20 | // @match *://www.aliyundrive.com/* 21 | // @match *://cloud.189.cn/* 22 | // @match *://*.jxufesoftware.club/* 23 | // @match *://www.wulihub.com.cn/gc/JPKAvA/* 24 | // @icon https://www.digit77.com/lib/img/logo.svg 25 | // @grant unsafeWindow 26 | // @grant GM_setClipboard 27 | // @grant GM_setValue 28 | // @grant GM_getValue 29 | // @grant GM_deleteValue 30 | // @grant GM_listValues 31 | // @grant GM_xmlhttpRequest 32 | // @grant GM_notification 33 | // @run-at document-end 34 | // @connect * 35 | 36 | // ==/UserScript== 37 | /* globals jQuery, $ */ 38 | 39 | // 用户设置 40 | let seeting = GM_getValue("seeting") 41 | if (seeting == null || seeting.length == 0 || seeting == undefined || seeting) { 42 | seeting = "{\"autofill\":true,\"ouo\":true,\"unzip\":true,\"fenmiaozhen\":true,\"baidu\":true,\"onedriver\":true,\"tianyi\":true,\"aliyun\":true,\"error\":true,\"fmzautofill\":true,\"fmzautodown\":true,\"fmzautofav\":false,\"fmzautosave\":false,\"bdautofill\":true,\"bdautodown\":true,\"bdautosave\":false,\"odautofill\":true,\"odautodown\":false,\"tyautofill\":true,\"tyautodown\":true,\"tyautosave\":false,\"alautofill\":true,\"alautodown\":true,\"alautosave\":false}" 43 | GM_setValue("seeting", seeting) 44 | } 45 | seeting = JSON.parse(seeting) 46 | let values = GM_listValues() 47 | if (values.length > 200) { 48 | for (let i = 0; i < values.length; i++) { 49 | if (values[i] != "seeting") { 50 | GM_deleteValue(values[i]) 51 | } 52 | } 53 | consoleLog("已自动清除缓存!") 54 | } 55 | // 脚本代码 56 | 'use strict'; 57 | let url = location.host; 58 | consoleLog("Digit77 Helper 加载成功!") 59 | if (url == "www.digit77.com" && seeting.autofill) { 60 | if ($("#history_version details").length > 0) { 61 | $("#history_version th")[2].innerText = "下载链接(已开启Digit77 Helper自动复制提取码)" 62 | $("#history_version a").each(function () { 63 | let codeText = this.innerHTML; 64 | let code = codeText.split(" ")[1] 65 | if (code != undefined) { 66 | let ouoLinkCode = (this.href).split("/") 67 | GM_setValue(ouoLinkCode[ouoLinkCode.length - 1], code); 68 | // this.addEventListener('click', function () { 69 | // let text=code 70 | // GM_setClipboard(text) 71 | // }); 72 | } 73 | }) 74 | let frontElement = $("#history_version details")[0] 75 | let insertHtml = '
' + 76 | 'Digit77 Helper设置' + 77 | '
' + 78 | '
' + 80 | '
' 81 | frontElement.insertAdjacentHTML('afterend', insertHtml); 82 | } 83 | } else if (url.indexOf("ouo") != -1 && seeting.ouo) { 84 | consoleLog("正在跳过ouo") 85 | $(document).ready(function () { 86 | $("h4").innerText = "Digit77 Help正在跳过等待!" 87 | $(".btn-main").innerText = "欢迎使用Digit77 Helper" 88 | }) 89 | if (location.pathname.split("/")[1] == "go") { 90 | let reallyUrlGeter = location.origin + "/xreallcygo/" + location.pathname.split("/")[2] 91 | let reallyUrlData = $("#form-go").serializeArray() 92 | GM_xmlhttpRequest({ 93 | method: "POST", 94 | url: reallyUrlGeter, 95 | data: $.param(reallyUrlData), 96 | headers: { 97 | "Content-Type": "application/x-www-form-urlencoded;charset=UTF-8", 98 | }, 99 | onload: function (response) { 100 | let url = addGetParameter(response.finalUrl, "Digit77HelperPwd", GM_getValue(location.pathname.split("/")[2])) 101 | if (response.status == 200) { 102 | //延长一下待在页面的时间,提升广告的佣金? 103 | setTimeout(function () { 104 | window.location.href = url 105 | }, 1000) 106 | } else { 107 | failedToGetJumpAddress(GM_getValue(location.pathname.split("/")[2])) 108 | } 109 | }, 110 | onerror: function () { 111 | failedToGetJumpAddress(GM_getValue(location.pathname.split("/")[2])) 112 | } 113 | }); 114 | } else { 115 | //延长一下待在页面的时间,提升广告的佣金? 116 | setTimeout(function () { 117 | $(".btn-main").click() 118 | }, 1500) 119 | } 120 | } else if (url == "app.mediatrack.cn" && seeting.fenmiaozhen) { 121 | let pass = getUrlParam("Digit77HelperPwd") 122 | if ((pass != null || pass != "") && seeting.fmzautofill) { 123 | let code = (location.pathname).split("/")[2] 124 | let keyName = "mtweb_" + code + "password" 125 | let extractCodeThere = false 126 | if (localStorage.getItem(keyName) != null) { 127 | extractCodeThere = true 128 | consoleLog("提取码存在!延期提取码。") 129 | } else { 130 | extractCodeThere = false 131 | consoleLog("提取码不存在!注入提取码。") 132 | } 133 | //{"value":"9742","options":{"seconds":86400},"expiredAt":1654346827431,"createAt":1654260427431} 134 | let now = new Date().getTime() 135 | let expiredTime = 24 * 60 * 60 136 | let codeValue = { 137 | "value": pass, 138 | "options": { 139 | "seconds": expiredTime 140 | }, 141 | "expiredAt": now + expiredTime * 1000, 142 | "createAt": now 143 | } 144 | window.localStorage.setItem(keyName, JSON.stringify(codeValue)) 145 | consoleLog("已注入提取" + pass) 146 | if (!extractCodeThere) { 147 | window.location.reload() 148 | } 149 | } else { 150 | consoleLog("没有提取码或未打开功能!") 151 | } 152 | let time = setInterval(function () { 153 | let fun = document.getElementsByClassName("MuiButtonBase-root MuiButton-root MuiButton-contained btn normal") 154 | if (fun.length > 2) { 155 | if (seeting.fmzautodown) { 156 | fun[2].click() 157 | let time1 = setInterval(function () { 158 | let downFun = $(":contains(确定)") 159 | if (downFun.length > 0) { 160 | consoleLog("检测到下载框") 161 | clearInterval(time1) 162 | setTimeout(function () { 163 | downFun[downFun.length -1].click() 164 | copyUnzipPwd() 165 | }, 500) 166 | } 167 | }, 333) 168 | } 169 | if (seeting.fmzautofav) { 170 | fun[0].click() 171 | } 172 | if (seeting.fmzautosave) { 173 | fun[1].click() 174 | } 175 | clearInterval(time) 176 | } 177 | }, 333) 178 | } else if (url.indexOf("sharepoint.com") != -1 && seeting.onedriver) { 179 | if (location.pathname.indexOf("onedrive.aspx") == -1) { 180 | consoleLog("非下载页面") 181 | if (seeting.odautofill && getUrlParam("Digit77HelperPwd") != null) { 182 | document.getElementById("txtPassword").value = getUrlParam("Digit77HelperPwd") 183 | document.getElementById("btnSubmitPassword").click(); 184 | } 185 | } else { 186 | consoleLog("下载页面") 187 | if (seeting.odautodown) { 188 | let time = setInterval(function () { 189 | let downFun = document.getElementsByName("下载") 190 | if (downFun.length > 0) { 191 | consoleLog("检测到下载框") 192 | clearInterval(time) 193 | setTimeout(function () { 194 | downFun[0].click() 195 | copyUnzipPwd() 196 | }, 333) 197 | } 198 | }, 333) 199 | } 200 | } 201 | } else if (url = "www.aliyundrive.com" && document.title == "阿里云盘分享" && seeting.aliyun) { 202 | function downSave() { 203 | let time = setInterval(function () { 204 | let downFun = document.getElementsByClassName("ant-dropdown-trigger") 205 | if (downFun.length > 0) { 206 | clearInterval(time) 207 | setTimeout(function () { 208 | document.getElementsByClassName("ant-dropdown-trigger")[1].click() 209 | if (seeting.alautodown) { 210 | let time = setInterval(function () { 211 | let downFun = $(":contains(下载)") 212 | if (downFun.length > 10) { 213 | consoleLog("检测到下载框") 214 | clearInterval(time) 215 | setTimeout(function () { 216 | downFun[downFun.length - 1].click() 217 | copyUnzipPwd() 218 | }, 333) 219 | } 220 | }, 333) 221 | } 222 | if (seeting.alautosave) { 223 | let time = setInterval(function () { 224 | let saveFun = $(":contains(转存)") 225 | if (saveFun.length > 5) { 226 | consoleLog("检测到转存框") 227 | clearInterval(time) 228 | setTimeout(function () { 229 | saveFun[saveFun.length - 1].click() 230 | }, 333) 231 | } 232 | }, 333) 233 | } 234 | }, 333) 235 | } 236 | }, 333) 237 | 238 | } 239 | let time = setInterval(function () { 240 | let saveFun = $(":contains(下载)") 241 | if (saveFun.length > 5) { 242 | consoleLog("加载完成") 243 | clearInterval(time) 244 | if ($(":contains(极速查看文件)").length > 0 && seeting.alautofill) { 245 | let input = ['.ant-input', 'input[type="text"]'] 246 | let button = ['.button--fep7l', 'button[type="submit"]'] 247 | doFillAction(input, button, getUrlParam("Digit77HelperPwd")); 248 | downSave() 249 | } else { 250 | downSave() 251 | } 252 | } 253 | }, 333) 254 | } else if (location.host == "cloud.189.cn" && seeting.tianyi) { 255 | function downSave() { 256 | if (seeting.tyautodown) { 257 | let time = setInterval(function () { 258 | let downFun = $(":contains(下载)") 259 | if (downFun.length > 10) { 260 | consoleLog("检测到下载框") 261 | clearInterval(time) 262 | setTimeout(function () { 263 | $(".btn-download")[0].click() 264 | }, 333) 265 | } 266 | }, 333) 267 | } 268 | if (seeting.tyautosave) { 269 | let time = setInterval(function () { 270 | let saveFun = $(":contains(转存)") 271 | if (saveFun.length > 5) { 272 | consoleLog("检测到转存框") 273 | clearInterval(time) 274 | setTimeout(function () { 275 | document.getElementsByClassName("btn-save-as")[0].click() 276 | }, 333) 277 | } 278 | }, 333) 279 | } 280 | } 281 | let time = setInterval(function () { 282 | let saveFun = $(":contains(属于私密分享)") 283 | if (saveFun.length > 5) { 284 | consoleLog("加载完成") 285 | clearInterval(time) 286 | let notice = $(":contains(属于私密分享)") 287 | setTimeout(function () { 288 | if ($(notice[notice.length - 1]).is(":visible") && seeting.tyautofill) { 289 | var input = ['.access-code-item #code_txt'] 290 | var button = ['.access-code-item .visit'] 291 | doFillAction(input, button, getUrlParam("Digit77HelperPwd")); 292 | downSave() 293 | } else { 294 | downSave() 295 | } 296 | }, 1000) 297 | } 298 | }, 333) 299 | } else { 300 | if ($(":contains(Helper设置)").length > 5) { 301 | consoleLog("进入设置页面!") 302 | document.getElementById("save").addEventListener('click', function () { 303 | let data = sumbit() 304 | GM_setValue("seeting", data); 305 | GM_notification("设置保存成功!", "Digit77 Helper") 306 | }) 307 | document.getElementById("clean").addEventListener('click', function () { 308 | let datas = GM_listValues() 309 | for (let i = 0; i < datas.length; i++) { 310 | if (datas[i] != "seeting") { 311 | GM_deleteValue(datas[i]) 312 | } 313 | } 314 | GM_notification("设置清除成功!", "Digit77 Helper") 315 | }) 316 | let inputs = $("#seeting input") 317 | inputs.each(function () { 318 | let key = this.id 319 | this.checked = seeting[key] 320 | }) 321 | updateForm() 322 | } 323 | } 324 | 325 | function failedToGetJumpAddress(pwd) { 326 | if (!seeting.error) { 327 | return 328 | } 329 | GM_notification("获取ouo跳转链接失败!这导致无法自动填写提取码,请手动粘贴提取码!", "Digit77 helper错误") 330 | GM_setClipboard(pwd) 331 | } 332 | 333 | function addGetParameter(url, name, value) { 334 | url += (url.split("?")[1] ? "&" : "?") + name + "=" + value; 335 | return url; 336 | } 337 | 338 | function getUrlParam(name) { 339 | var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //构造一个含有目标参数的正则表达式对象 340 | var r = window.location.search.substr(1).match(reg); //匹配目标参数 341 | if (r != null) return encodeURI(r[2]); 342 | return null; //返回参数值 343 | } 344 | 345 | function consoleLog(text) { 346 | console.log("%c" + text, "color: #ff0000; font-size: 16px; font-weight: bold;"); 347 | } 348 | 349 | function insterScript(src, type) { 350 | var importJs = document.createElement('script') //在页面新建一个script标签 351 | importJs.setAttribute("type", type) //给script标签增加type属性 352 | importJs.setAttribute("src", src) //给script标签增加src属性, url地址为cdn公共库里的 353 | document.body.insertBefore(importJs, document.body.firstChild) 354 | } 355 | 356 | function sumbit() { 357 | let inputs = $("#seeting input") 358 | let datas = {} 359 | inputs.each(function () { 360 | datas[$(this).attr("id")] = this.checked 361 | }) 362 | let data = JSON.stringify(datas) 363 | return data 364 | } 365 | 366 | function updateForm(notFirst = true) { 367 | let inputs = $("#seeting input") 368 | inputs.each(function () { 369 | let id = $(this).attr("id") 370 | switch (id) { 371 | case "fenmiaozhen": 372 | if (this.value == "on" || notFirst) 373 | openfmz.click() 374 | break 375 | case "baidu": 376 | if (this.value == "on" || notFirst) 377 | openbd.click() 378 | break 379 | case "onedriver": 380 | if (this.value == "on" || notFirst) 381 | openod.click() 382 | break 383 | case "tianyi": 384 | if (this.value == "on" || notFirst) 385 | openty.click() 386 | break 387 | case "aliyun": 388 | if (this.value == "on" || notFirst) 389 | openal.click() 390 | break 391 | } 392 | }) 393 | } 394 | 395 | function copyUnzipPwd(){ 396 | GM.GM_setClipboard("digit77.com") 397 | } 398 | //  以下代码修改自 网盘智能识别助手 399 | let util = { 400 | clog(c) { 401 | console.group('[网盘智能识别助手]'); 402 | console.log(c); 403 | console.groupEnd(); 404 | }, 405 | 406 | parseQuery(name) { 407 | let reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); 408 | let r = location.search.substr(1).match(reg); 409 | if (r != null) return (r[2]); 410 | return null; 411 | }, 412 | 413 | getValue(name) { 414 | return GM_getValue(name); 415 | }, 416 | 417 | setValue(name, value) { 418 | GM_setValue(name, value); 419 | }, 420 | 421 | sleep(time) { 422 | return new Promise((resolve) => setTimeout(resolve, time)); 423 | }, 424 | 425 | addStyle(id, tag, css) { 426 | tag = tag || 'style'; 427 | let doc = document, 428 | styleDom = doc.getElementById(id); 429 | if (styleDom) return; 430 | let style = doc.createElement(tag); 431 | style.rel = 'stylesheet'; 432 | style.id = id; 433 | tag === 'style' ? style.innerHTML = css : style.href = css; 434 | document.head.appendChild(style); 435 | }, 436 | 437 | isHidden(el) { 438 | try { 439 | return el.offsetParent === null; 440 | } catch (e) { 441 | return false; 442 | } 443 | }, 444 | 445 | query(selector) { 446 | if (Array.isArray(selector)) { 447 | let obj = null; 448 | for (let i = 0; i < selector.length; i++) { 449 | let o = document.querySelector(selector[i]); 450 | if (o) { 451 | obj = o; 452 | break; 453 | } 454 | } 455 | return obj; 456 | } 457 | return document.querySelector(selector); 458 | } 459 | }; 460 | 461 | function doFillAction(inputSelector, buttonSelector, pwd) { 462 | let maxTime = 10; 463 | let ins = setInterval(async () => { 464 | maxTime--; 465 | let input = util.query(inputSelector); 466 | let button = util.query(buttonSelector); 467 | if (input && !util.isHidden(input)) { 468 | clearInterval(ins); 469 | let lastValue = input.value; 470 | input.value = pwd; 471 | //Vue & React 触发 input 事件 472 | let event = new Event('input', { 473 | bubbles: true 474 | }); 475 | let tracker = input._valueTracker; 476 | if (tracker) { 477 | tracker.setValue(lastValue); 478 | } 479 | input.dispatchEvent(event); 480 | await util.sleep(500); //1秒后点击按钮 481 | button.click(); 482 | 483 | } else { 484 | maxTime === 0 && clearInterval(ins); 485 | } 486 | }, 333); 487 | } -------------------------------------------------------------------------------- /seetingWeb/js/blocs.js: -------------------------------------------------------------------------------- 1 | // Blocs v4.2 2 | document.addEventListener('DOMContentLoaded', function() 3 | { 4 | setUpNavExtras(); 5 | setUpSpecialNavs(); 6 | setUpLightBox(); 7 | setUpVisibilityToggle(); 8 | setUpClassToggle(); 9 | setUpImgProtection(); 10 | 11 | // Initialise Tool tips 12 | $('[data-toggle="tooltip"]').tooltip(); 13 | 14 | // Auto Stop Videos When Modal Closes 15 | $('.modal').on('hidden.bs.modal', function (e){e.target.querySelectorAll(".embed-responsive-item").forEach(videoItem =>{if (videoItem.tagName=='VIDEO'){videoItem.pause();}else{videoItem.setAttribute('src',videoItem.getAttribute('data-src'));}});}); 16 | 17 | document.querySelectorAll("a[onclick^=\"scrollToTarget\"]").forEach(function(targetObj){targetObj.addEventListener("click", function(e){e.preventDefault();});}); // Prevent page jump on scroll to links 18 | document.querySelectorAll(".nav-item [data-active-page]").forEach(function(targetObj){targetObj.classList.add(targetObj.getAttribute('data-active-page'));}); // Apply Active Link Classes 19 | 20 | // Internet Explorer Polyfill .closest() 21 | window.Element&&!Element.prototype.closest&&(Element.prototype.closest=function(e){var t,o=(this.document||this.ownerDocument).querySelectorAll(e),n=this;do{for(t=o.length;--t>=0&&o.item(t)!==n;);}while(t<0&&(n=n.parentElement));return n}); 22 | 23 | // Internet Explorer Polyfill .matches() 24 | if (!Element.prototype.matches) {Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector;}; 25 | 26 | // Dark Mode 27 | if (window.matchMedia("(prefers-color-scheme: dark)").matches) {document.body.classList.add("dark-theme");} 28 | 29 | // Internet Explorer & Safari Polyfill .ScrollTo() - Animates 30 | scrollToPolyFill(); 31 | }) 32 | 33 | // Loading page complete 34 | window.addEventListener("load", function() 35 | { 36 | hideAll(); 37 | inViewCheck(); 38 | 39 | window.addEventListener("scroll", function() { 40 | inViewCheck(); 41 | scrollBtnVisible(); 42 | stickyNavToggle(); 43 | }); 44 | 45 | var preloader = document.getElementById('page-loading-blocs-notifaction'); 46 | 47 | // Remove page loading UI 48 | if (preloader) 49 | { 50 | preloader.classList.add('preloader-complete'); 51 | } 52 | }) 53 | 54 | // Set Up Special NavBars 55 | function setUpSpecialNavs() 56 | { 57 | document.querySelectorAll(".navbar-toggler").forEach(function(targetObj) 58 | { 59 | targetObj.addEventListener("click", function(e) 60 | { 61 | var targetJSNav = e.target.closest('nav'); 62 | var targetMenu = targetJSNav.querySelector('ul.site-navigation'); 63 | var menuHTML = targetMenu.parentNode.innerHTML; 64 | 65 | if (targetMenu.parentNode.matches('.fullscreen-nav, .sidebar-nav')) // Special navigation menu 66 | { 67 | e.stopPropagation(); // Dont do this is normal menu in use 68 | targetMenu.parentNode.classList.add('nav-special'); 69 | 70 | if (!e.target.classList.contains('selected-nav')) // Open menu 71 | { 72 | e.target.classList.add('selected-nav'); 73 | var navClasses = targetJSNav.getAttribute('class').replace('navbar','').replace('row','').replace('hover-open-submenu',''); 74 | var menuClasses = targetMenu.parentNode.getAttribute('class').replace('navbar-collapse','').replace('collapse','').replace('collapsing',''); 75 | 76 | if (!document.querySelector('.content-tint')) 77 | { 78 | document.body.insertAdjacentHTML("beforeend","
"); 79 | } 80 | 81 | // Add menu HTML 82 | document.querySelector(".page-container").insertAdjacentHTML("beforebegin","
"+menuHTML+"
"); 83 | 84 | // Add close button 85 | document.querySelector("blocsnav").insertAdjacentHTML("afterbegin","
"); 86 | 87 | animateNavItems(); 88 | 89 | setTimeout(function() 90 | { 91 | document.querySelector(".blocsapp-special-menu blocsnav").classList.add("open"); 92 | document.querySelector(".content-tint").classList.add("on"); 93 | document.body.classList.add("lock-scroll"); 94 | 95 | }, 10); 96 | } 97 | else // Close menu 98 | { 99 | document.querySelector(".close-special-menu").remove(); 100 | document.querySelector(".blocsapp-special-menu blocsnav").classList.remove("open"); 101 | document.querySelector(".selected-nav").classList.remove("selected-nav"); 102 | 103 | setTimeout(function() 104 | { 105 | document.querySelector('.blocsapp-special-menu').remove(); 106 | document.body.classList.remove('lock-scroll'); 107 | document.querySelector('.nav-special').classList.remove('nav-special'); 108 | }, 300); 109 | } 110 | } 111 | }) 112 | }); 113 | 114 | // Handle speical menu link click 115 | delegateSelector('body', "click", '.blocsapp-special-menu a', function(e) 116 | { 117 | if (!e.target.closest('.dropdown-toggle')) 118 | { 119 | hideNav(); 120 | } 121 | }); 122 | 123 | // Handle tint and close button touch events 124 | delegateSelector('body', "mousedown touchstart", '.content-tint, .close-special-menu, .close-special-menu .close-icon', function(e) 125 | { 126 | hideNav(); 127 | }); 128 | 129 | // Hide special navigation menu 130 | function hideNav() 131 | { 132 | document.querySelector('.content-tint').classList.remove("on"); 133 | document.querySelector('.selected-nav').click(); 134 | setTimeout(function(){document.querySelector('.content-tint').remove();}, 10); 135 | } 136 | 137 | // Animate Nav Items 138 | function animateNavItems() 139 | { 140 | var delay = 0; 141 | var increaseVal = 60; 142 | var animationStyle = "fadeInRight"; 143 | 144 | if (document.querySelector(".blocsapp-special-menu blocsnav").classList.contains("fullscreen-nav")) // Full Screen 145 | { 146 | animationStyle = "fadeIn"; 147 | increaseVal = 100; 148 | } 149 | else if (document.querySelector(".blocsapp-special-menu").classList.contains("nav-invert")) // Inverted 150 | { 151 | animationStyle = "fadeInLeft"; 152 | } 153 | 154 | document.querySelectorAll(".blocsapp-special-menu blocsnav li").forEach(navItem => 155 | { 156 | if (navItem.parentNode.classList.contains("dropdown-menu")) // Not dropdown menu 157 | { 158 | navItem.classList.add.apply(navItem.classList,["animated","fadeIn"]); 159 | } 160 | else 161 | { 162 | delay += increaseVal; 163 | navItem.classList.add.apply(navItem.classList,["animated",animationStyle]); 164 | navItem.setAttribute("style","animation-delay:"+delay+"ms") 165 | } 166 | }); 167 | } 168 | } 169 | 170 | // Extra Nav Functions 171 | function setUpNavExtras() 172 | { 173 | // Programically added nav item clicks 174 | delegateSelector('body', "click", '.dropdown-menu a.dropdown-toggle', function(e) 175 | { 176 | menuPosition(e.target); 177 | }); 178 | 179 | document.querySelectorAll(".dropdown-menu a.dropdown-toggle").forEach(function(targetObj) 180 | { 181 | targetObj.addEventListener("click", function(e) 182 | { 183 | menuPosition(e.target); 184 | }); 185 | }); 186 | 187 | // Prevent multi level dropdown buttons resetting scroll position 188 | document.querySelectorAll("ul.dropdown-menu [data-toggle=dropdown]").forEach(function(targetObj) 189 | { 190 | targetObj.addEventListener("click", function(e) 191 | { 192 | e.stopPropagation(); 193 | }); 194 | }); 195 | 196 | // Set Sub Menu Position 197 | function menuPosition(target) 198 | { 199 | var parentMenu = target.closest(".dropdown-menu"); 200 | 201 | if (parentMenu) 202 | { 203 | var subMenu = target.parentNode.querySelector(".dropdown-menu"); 204 | 205 | if (!parentMenu.parentNode.classList.contains("navbar-nav")) 206 | { 207 | if (!target.closest(".nav-special")) // Vanilla navigation 208 | { 209 | var x = (parentMenu.offsetWidth - 2); 210 | var targetMenu = target.parentNode.querySelector(".dropdown-menu"); 211 | var targetMenuWidth = targetMenu.offsetWidth; 212 | subMenu.classList.remove('submenu-left'); 213 | 214 | if (targetMenuWidth == 0) 215 | { 216 | targetMenuWidth = 160; 217 | } 218 | 219 | if ((parentMenu.getBoundingClientRect().left+targetMenuWidth+x) > window.innerWidth) // Offscreen 220 | { 221 | subMenu.classList.add('submenu-left'); 222 | } 223 | } 224 | } 225 | } 226 | } 227 | } 228 | 229 | // Scroll to target 230 | function scrollToTarget(D,T) 231 | { 232 | var scrollY = window.scrollY || document.documentElement.scrollTop, 233 | currentTime = 0, 234 | speed = 1000, 235 | scrollTargetY = 0; // Top of page (default) 236 | 237 | if (D == 0) // Next Bloc 238 | { 239 | scrollTargetY = T.closest('.bloc').offsetHeight; 240 | } 241 | else if (D == 2) // Bottom of Page 242 | { 243 | scrollTargetY = document.documentElement.scrollHeight 244 | } 245 | else if (D != 1) // Specific Bloc 246 | { 247 | scrollTargetY = document.querySelector(D).getBoundingClientRect().top + window.scrollY; 248 | 249 | var stickyNav = document.querySelector(".sticky-nav"); 250 | 251 | if (stickyNav) // Has sticky navigation 252 | { 253 | scrollTargetY -= stickyNav.offsetHeight; 254 | } 255 | } 256 | 257 | if (T.matches("[data-scroll-speed]")) // Use assigned scroll speed 258 | { 259 | speed = parseInt(T.getAttribute("data-scroll-speed")); 260 | } 261 | 262 | // Start Scroll Animation 263 | var time = Math.max(.1, Math.min(Math.abs(scrollY - scrollTargetY) / speed, .8)); 264 | 265 | // Animate Scroll Frames 266 | function animateFrame() 267 | { 268 | currentTime += 1 / 60; 269 | 270 | var pos = currentTime / time; 271 | var ease = Math.sin(pos * (Math.PI / 2)); 272 | var scrollPos = scrollTargetY; 273 | 274 | if (pos < 1) 275 | { 276 | requestAnimFrame(animateFrame); 277 | scrollPos = scrollY + ((scrollTargetY - scrollY) * ease); 278 | } 279 | 280 | window.scrollTo(0, scrollPos); 281 | } 282 | 283 | // Start Animation 284 | animateFrame(); 285 | } 286 | 287 | // Sticky Nav Bar Toggle On / Off 288 | function stickyNavToggle() 289 | { 290 | var stickyNav = document.querySelector(".sticky-nav"); 291 | 292 | if (stickyNav) 293 | { 294 | var targetRect = stickyNav.getBoundingClientRect(); 295 | var offsetVal = (targetRect.top + window.scrollY); // Offset Value 296 | 297 | var classes = ["sticky"]; // Classes 298 | var targetContainer = document.querySelector(".page-container"); 299 | var isFillScreenSticky = stickyNav.classList.contains('fill-bloc-top-edge'); 300 | 301 | if (isFillScreenSticky) // Nav in Hero Bloc 302 | { 303 | targetContainer = document.querySelector(".fill-bloc-top-edge.sticky-nav").parentNode; 304 | classes = ["sticky","animated","fadeIn"]; 305 | } 306 | 307 | if (stickyNav.classList.contains('sticky')) // Use original offset 308 | { 309 | offsetVal = stickyNav.getAttribute('data-original-offset') 310 | } 311 | 312 | var currentScrollTop = window.pageYOffset || document.documentElement.scrollTop; 313 | 314 | if (currentScrollTop > offsetVal) // Scroll Window 315 | { 316 | if (!stickyNav.classList.contains('sticky')) // Add Sticky 317 | { 318 | stickyNav.classList.add.apply(stickyNav.classList,classes); 319 | stickyNav.setAttribute("data-original-offset",offsetVal); 320 | 321 | offsetVal = stickyNav.offsetHeight; 322 | 323 | if (isFillScreenSticky) 324 | { 325 | stickyNav.style.background = getBlocBgColor(targetContainer); 326 | offsetVal += parseInt(window.getComputedStyle(targetContainer, null).getPropertyValue('padding-top')); 327 | } 328 | 329 | targetContainer.style.paddingTop = offsetVal+'px'; 330 | } 331 | } 332 | else if (stickyNav.classList.contains('sticky')) // Remove Sticky 333 | { 334 | stickyNav.classList.remove.apply(stickyNav.classList,classes); 335 | stickyNav.removeAttribute("style"); 336 | targetContainer.removeAttribute("style"); 337 | } 338 | } 339 | } 340 | 341 | // Get Bloc Background Color 342 | function getBlocBgColor(targetContainer) 343 | { 344 | var bgColor = window.getComputedStyle(targetContainer ,null).getPropertyValue('background-color'); 345 | if (targetContainer.classList.contains('b-parallax')) bgColor = window.getComputedStyle(targetContainer.querySelector('.parallax') ,null).getPropertyValue('background-color'); 346 | if (bgColor == "rgba(0, 0, 0, 0)") bgColor = '#FFFFFF'; // Prevent Transparent 347 | return bgColor; 348 | } 349 | 350 | // Hide all animation elements 351 | function hideAll() 352 | { 353 | document.querySelectorAll('.animated').forEach(targetObj => 354 | { 355 | if ((!document.body.classList.contains('mob-disable-anim')) || (document.body.classList.contains('mob-disable-anim') && window.innerWidth > 767)) 356 | { 357 | var targetRect = targetObj.getBoundingClientRect(); 358 | var targetObjX = targetRect.top + (targetObj.offsetHeight/3); 359 | 360 | if (targetObjX > window.innerHeight) // Animation item below fold 361 | { 362 | targetObj.classList.remove("animated"); 363 | targetObj.classList.add("hideMe"); 364 | } 365 | } 366 | }); 367 | } 368 | 369 | // Check if object is inView 370 | function inViewCheck() 371 | { 372 | const hiddenItems = [].slice.call(document.querySelectorAll('.hideMe'), 0).reverse(); 373 | 374 | hiddenItems.forEach(targetObj => 375 | { 376 | var targetRect = targetObj.getBoundingClientRect(); 377 | var offsetTop = (targetRect.top + window.scrollY); 378 | var a = offsetTop + targetObj.offsetHeight; 379 | var b = window.pageYOffset + window.innerHeight; 380 | 381 | if (targetObj.offsetHeight > window.innerHeight) // If object height is greater than window height 382 | { 383 | a = offsetTop 384 | } 385 | 386 | if (a < b) 387 | { 388 | var objectClass = targetObj.className.replace('hideMe','animated'); 389 | targetObj.style.visibility = "hidden"; 390 | targetObj.removeAttribute("class"); 391 | 392 | setTimeout(function(){ 393 | targetObj.style.visibility = "visible"; 394 | targetObj.setAttribute('class',objectClass); 395 | },0.01); 396 | 397 | // Listen for animation end events 398 | var animEvents = ["webkitAnimationEnd", "mozAnimationEnd", "oAnimationEnd", "animationEnd"]; 399 | animEvents.forEach(function(e) 400 | { 401 | window.addEventListener(e, function(event) 402 | { 403 | targetObj.classList.remove(targetObj.getAttribute("data-appear-anim-style")); 404 | }); 405 | }); 406 | } 407 | }); 408 | }; 409 | 410 | // Handle Scroll To Top Button Visibility 411 | function scrollBtnVisible() 412 | { 413 | var scrollBtn = document.querySelector('.scrollToTop'); 414 | 415 | if (scrollBtn) 416 | { 417 | if (window.pageYOffset > (window.innerHeight/3)) 418 | { 419 | if (!scrollBtn.classList.contains('showScrollTop')) 420 | { 421 | scrollBtn.classList.add('showScrollTop'); 422 | } 423 | } 424 | else 425 | { 426 | scrollBtn.classList.remove('showScrollTop'); 427 | } 428 | } 429 | }; 430 | 431 | // Toggle Visibility 432 | function setUpVisibilityToggle() 433 | { 434 | document.querySelectorAll("[data-toggle-visibility]").forEach(function(targetObj) 435 | { 436 | targetObj.addEventListener("click", function(e) 437 | { 438 | e.preventDefault(); 439 | var targetID = e.currentTarget.getAttribute('data-toggle-visibility'); 440 | var targeArray = [targetID]; 441 | 442 | if (targetID.indexOf(',')!=-1) // Has multiple targets 443 | { 444 | targeArray = targetID.split(','); 445 | } 446 | 447 | targeArray.forEach(function(targetID) 448 | { 449 | toggleVisibility(document.getElementById(targetID)); 450 | }); 451 | }); 452 | }); 453 | 454 | function toggleVisibility(targetObj) 455 | { 456 | if (targetObj) // Item Exists 457 | { 458 | if (!targetObj.classList.contains('toggled-item')) // Add toggle class 459 | { 460 | targetObj.classList.add('toggled-item'); 461 | } 462 | 463 | if (window.getComputedStyle(targetObj, null).getPropertyValue("height") == '0px' || targetObj.classList.contains('object-hidden')) // Show 464 | { 465 | targetObj.classList.remove('object-hidden'); 466 | targetObj.style.removeProperty("display"); 467 | targetObj.style.height = 'auto'; 468 | var height = targetObj.clientHeight + 'px'; 469 | targetObj.style.height = '0px'; 470 | targetObj.offsetHeight; // Force Reflow 471 | targetObj.classList.remove("toggled-item-hidden"); 472 | setTimeout(function (){targetObj.style.height = height;}, 0); 473 | setTimeout(function (){targetObj.style.minHeight = height;targetObj.style.removeProperty("height");}, 360); 474 | } 475 | else // Hide 476 | { 477 | targetObj.style.height = targetObj.scrollHeight + 'px'; // Start height 478 | targetObj.offsetHeight; // Force Reflow 479 | targetObj.style.removeProperty("min-height"); // Remove min-height 480 | targetObj.classList.add('toggled-item-hidden'); 481 | window.setTimeout(function (){targetObj.style.height = "0"; if (targetObj.style.height == 0){targetObj.style.display = "none";}}, 0); // Set height to 0 482 | } 483 | 484 | reCalculateParallax(); 485 | } 486 | } 487 | } 488 | 489 | // Toggle Classes On Objects 490 | function setUpClassToggle() 491 | { 492 | document.querySelectorAll("[data-toggle-class-target]").forEach(function(targetObj) 493 | { 494 | targetObj.addEventListener("click", function(e) 495 | { 496 | e.preventDefault(); 497 | var targetID = e.currentTarget.getAttribute('data-toggle-class-target'); 498 | var targetClass = e.currentTarget.getAttribute('data-toggle-class'); 499 | 500 | if (targetClass.length) 501 | { 502 | if (targetID.indexOf(',')!=-1) // Multiple 503 | { 504 | var targeArray = targetID.split(','); 505 | 506 | targeArray.forEach(function(targetID) 507 | { 508 | document.getElementById(targetID).classList.toggle(targetClass); 509 | }); 510 | } 511 | else // Single 512 | { 513 | document.getElementById(targetID).classList.toggle(targetClass); 514 | } 515 | 516 | reCalculateParallax(); 517 | } 518 | }); 519 | }); 520 | } 521 | 522 | // Light box support 523 | function setUpLightBox() 524 | { 525 | window.targetJSLightbox; 526 | 527 | document.querySelectorAll("[data-lightbox]").forEach(function(lightboxObj) 528 | { 529 | lightboxObj.addEventListener("click", function(e) // Create lightbox Modal 530 | { 531 | e.preventDefault(); 532 | 533 | targetJSLightbox = lightboxObj; 534 | 535 | var lightBoxPath = targetJSLightbox.getAttribute('data-lightbox'); 536 | var caption = targetJSLightbox.getAttribute('data-caption'); 537 | var lightBoxFrame = targetJSLightbox.getAttribute('data-frame'); 538 | var protectionClass = ""; 539 | var autoplay = ""; 540 | 541 | if (targetJSLightbox.getAttribute('data-autoplay') == 1) // Has auto play 542 | { 543 | autoplay = "autoplay"; 544 | } 545 | 546 | // Check for image protection 547 | var lightboxImg = targetJSLightbox.querySelector('img'); 548 | 549 | if (lightboxImg) 550 | { 551 | if (lightboxImg.classList.contains('img-protected')) 552 | { 553 | protectionClass = "img-protected"; 554 | } 555 | } 556 | 557 | // Assign Modal 558 | var lbModal = document.querySelector('#lightbox-modal'); 559 | 560 | // Remove old Modal 561 | if (lbModal) 562 | { 563 | lbModal.remove(); 564 | } 565 | 566 | // Navigation icons 567 | var leftArrow = ''; 568 | var rightArrow = ''; 569 | var closeIcon = ''; 570 | 571 | 572 | var customModal = ''; 573 | document.body.insertAdjacentHTML("beforeend",customModal); 574 | setUpLightboxNavigation(); 575 | setUpLightboxSwipe(); 576 | 577 | // Re-assign modal 578 | lbModal = document.querySelector('#lightbox-modal'); 579 | 580 | if (lightBoxFrame == "fullscreen-lb") // Full screen lightbox 581 | { 582 | lbModal.classList.add("fullscreen-modal"); 583 | document.querySelector("#blocs-lightbox-close-btn").remove(); 584 | lbModal.insertAdjacentHTML('beforeend',""+closeIcon+""); 585 | } 586 | 587 | setLightboxUI(); 588 | 589 | // Trigger BS Modal 590 | var lightboxModal = new bootstrap.Modal(document.querySelector('#lightbox-modal'),{}); 591 | lightboxModal.show(); 592 | 593 | // Enable Image Protection 594 | if (protectionClass.length) 595 | { 596 | var protectedImg = document.querySelector("#lightbox-modal .img-protected"); 597 | protectedImg.addEventListener("contextmenu", function(e){e.preventDefault();}); 598 | protectedImg.addEventListener("mousedown", function(e){e.preventDefault();}); 599 | } 600 | 601 | // Close lightbox (required for BS4) 602 | delegateSelector('body', "click", "[data-bs-dismiss=\"modal\"]", function(e){lightboxModal.hide();}); 603 | }); 604 | }); 605 | 606 | // Navigation Controls 607 | function setUpLightboxNavigation() 608 | { 609 | document.querySelectorAll(".next-lightbox, .prev-lightbox").forEach(function(navBtn) 610 | { 611 | navBtn.addEventListener("click", function(e) 612 | { 613 | e.preventDefault(); 614 | var lightBoxLinks = document.querySelectorAll("a[data-lightbox]"); 615 | 616 | if (targetJSLightbox.getAttribute('data-gallery-id')) // Has Gallery ID so use 617 | { 618 | var galleryID = targetJSLightbox.getAttribute("data-gallery-id"); 619 | lightBoxLinks = document.querySelectorAll("a[data-gallery-id=\""+galleryID+"\"]"); 620 | } 621 | 622 | // Target Index (Next Item) 623 | var targetIdx = Array.from(lightBoxLinks).indexOf(targetJSLightbox)+1; 624 | 625 | if (navBtn.classList.contains("prev-lightbox")) // Previous 626 | { 627 | targetIdx -= 2; 628 | } 629 | 630 | if (targetIdx > -1 && lightBoxLinks.length > targetIdx) 631 | { 632 | targetJSLightbox = lightBoxLinks[targetIdx]; 633 | setLightboxUI(); 634 | } 635 | }); 636 | }); 637 | } 638 | 639 | // Set up the required UI for lightbox item 640 | function setLightboxUI() 641 | { 642 | // User Interfaces 643 | var imageUI = document.querySelector("#lightbox-image"); 644 | var captionUI = document.querySelector(".lightbox-caption"); 645 | var videoUI = document.querySelector("#lightbox-video-container"); 646 | 647 | imageUI.style.display = "block"; 648 | captionUI.style.display = "none"; 649 | videoUI.style.display = "none"; 650 | 651 | // Media File Path 652 | var filePath = targetJSLightbox.getAttribute("data-lightbox"); 653 | 654 | if (filePath.substring(filePath.length-4) == ".mp4") // Video Object 655 | { 656 | var autoplay = ""; 657 | 658 | if (targetJSLightbox.getAttribute("data-autoplay") == 1) // Add Auto Play 659 | { 660 | autoplay = "autoplay"; 661 | } 662 | 663 | imageUI.style.display = "none"; 664 | videoUI.style.display = "block"; 665 | videoUI.innerHTML = ""; 666 | } 667 | else // Image Object 668 | { 669 | imageUI.setAttribute("src",filePath); 670 | 671 | var caption = targetJSLightbox.getAttribute('data-caption'); 672 | 673 | if (caption) 674 | { 675 | captionUI.innerHTML = caption; 676 | captionUI.style.display = "block"; 677 | } 678 | } 679 | 680 | var prevBtn = document.querySelector(".prev-lightbox"); 681 | var nextBtn = document.querySelector(".next-lightbox"); 682 | prevBtn.style.display = "block"; 683 | nextBtn.style.display = "block"; 684 | 685 | var lightBoxLinks = document.querySelectorAll("a[data-lightbox]"); 686 | 687 | if (targetJSLightbox.getAttribute('data-gallery-id')) // Has Gallery ID 688 | { 689 | var galleryID = targetJSLightbox.getAttribute('data-gallery-id'); 690 | lightBoxLinks = document.querySelectorAll("a[data-gallery-id=\""+galleryID+"\"]"); 691 | } 692 | 693 | var idx = Array.from(lightBoxLinks).indexOf(targetJSLightbox); 694 | 695 | if (idx == 0) // Hide Previous 696 | { 697 | prevBtn.style.display = "none"; 698 | 699 | if (lightBoxLinks.length == 1) // Hide Next (No other lightbox items) 700 | { 701 | nextBtn.style.display = "none"; 702 | } 703 | } 704 | else if (idx == lightBoxLinks.length-1) // Hide Next 705 | { 706 | nextBtn.style.display = "none"; 707 | } 708 | } 709 | 710 | // Setup Lightbox Swipe Support 711 | function setUpLightboxSwipe() 712 | { 713 | const gestureZone = document.getElementById("lightbox-image"); 714 | 715 | if (gestureZone) 716 | { 717 | // Register swipe events 718 | let touchstartX=0,touchstartY=0,touchendX=0,touchendY=0;gestureZone.addEventListener("touchstart",function(e){touchstartX=e.changedTouches[0].screenX,touchstartY=e.changedTouches[0].screenY},!1),gestureZone.addEventListener("touchend",function(e){touchendX=e.changedTouches[0].screenX,touchendY=e.changedTouches[0].screenY,handleGesture()},!1); 719 | 720 | function handleGesture() 721 | { 722 | var prevBtn = document.querySelector(".prev-lightbox"); 723 | var nextBtn = document.querySelector(".next-lightbox"); 724 | 725 | if (touchendX <= touchstartX) 726 | { 727 | if (nextBtn.style.display != "none") // Swipe left 728 | { 729 | nextBtn.click(); 730 | } 731 | } 732 | 733 | if (touchendX >= touchstartX) // Swipe right 734 | { 735 | if (prevBtn.style.display != "none") 736 | { 737 | prevBtn.click(); 738 | } 739 | } 740 | } 741 | } 742 | } 743 | 744 | // Keyboard Navigation 745 | window.addEventListener("keydown", event => 746 | { 747 | var targetBtn = document.querySelector('.prev-lightbox'); 748 | 749 | if (event.which == 37 || event.which == 39) // Left & Right Arrows 750 | { 751 | if (event.which == 39) // Arrow Right 752 | { 753 | targetBtn = document.querySelector('.next-lightbox'); 754 | } 755 | 756 | if (targetBtn.style.display != "none") // Lightbox Back 757 | { 758 | targetBtn.click(); 759 | } 760 | } 761 | else if (event.which == 27) // Escape - Close 762 | { 763 | document.getElementById('blocs-lightbox-close-btn').click(); 764 | } 765 | }); 766 | } 767 | 768 | // Set Up Image protection 769 | function setUpImgProtection() 770 | { 771 | document.querySelectorAll(".img-protected").forEach(function(targetObj) 772 | { 773 | targetObj.addEventListener("contextmenu", function(e){e.preventDefault();}); 774 | targetObj.addEventListener("mousedown", function(e){e.preventDefault();}); 775 | }); 776 | } 777 | 778 | // Recalculate Parallax 779 | function reCalculateParallax() 780 | { 781 | if (document.querySelector(".b-parallax")) 782 | { 783 | var parallax = document.querySelectorAll(".parallax__container .parallax"); 784 | parallax.forEach(targetObj =>{targetObj.style.height = "100%";}); 785 | setTimeout(function(){calculateHeight(parallax,3)}, 400); 786 | } 787 | } 788 | 789 | // Add multi level dropdown support 790 | $.fn.dropdown=function(){var o=$.fn.dropdown;return function(d){"string"==typeof d&&"toggle"===d&&($(".has-child-dropdown-show").removeClass("has-child-dropdown-show"),$(this).closest(".dropdown").parents(".dropdown").addClass("has-child-dropdown-show"));var n=o.call($(this),d);return $(this).off("click.bs.dropdown"),n}}(),$(function(){$("body").on("click",'.dropdown [data-toggle="dropdown"]',function(o){$(this).dropdown("toggle"),o.stopPropagation()}),$("body").on("hide.bs.dropdown",".dropdown",function(o){$(this).is(".has-child-dropdown-show")&&($(this).removeClass("has-child-dropdown-show"),o.preventDefault()),o.stopPropagation()}),$('.dropdown [data-toggle="dropdown"]').on("click",function(o){$(this).dropdown("toggle"),o.stopPropagation()}),$(".dropdown").on("hide.bs.dropdown",function(o){$(this).is(".has-child-dropdown-show")&&($(this).removeClass("has-child-dropdown-show"),o.preventDefault()),o.stopPropagation()}),$("a.dropdown-toggle").click(function(o) {o.preventDefault();})}); 791 | 792 | // Scroll To Poly Fill 793 | function scrollToPolyFill(){var o=window,t=document;if(!("scrollBehavior"in t.documentElement.style&&!0!==o.__forceSmoothScrollPolyfill__)){var l,e=o.HTMLElement||o.Element,r=468,i={scroll:o.scroll||o.scrollTo,scrollBy:o.scrollBy,elementScroll:e.prototype.scroll||n,scrollIntoView:e.prototype.scrollIntoView},s=o.performance&&o.performance.now?o.performance.now.bind(o.performance):Date.now,c=(l=o.navigator.userAgent,new RegExp(["MSIE ","Trident/","Edge/"].join("|")).test(l)?1:0);o.scroll=o.scrollTo=function(){void 0!==arguments[0]&&(!0!==f(arguments[0])?v.call(o,t.body,void 0!==arguments[0].left?~~arguments[0].left:o.scrollX||o.pageXOffset,void 0!==arguments[0].top?~~arguments[0].top:o.scrollY||o.pageYOffset):i.scroll.call(o,void 0!==arguments[0].left?arguments[0].left:"object"!=typeof arguments[0]?arguments[0]:o.scrollX||o.pageXOffset,void 0!==arguments[0].top?arguments[0].top:void 0!==arguments[1]?arguments[1]:o.scrollY||o.pageYOffset))},o.scrollBy=function(){void 0!==arguments[0]&&(f(arguments[0])?i.scrollBy.call(o,void 0!==arguments[0].left?arguments[0].left:"object"!=typeof arguments[0]?arguments[0]:0,void 0!==arguments[0].top?arguments[0].top:void 0!==arguments[1]?arguments[1]:0):v.call(o,t.body,~~arguments[0].left+(o.scrollX||o.pageXOffset),~~arguments[0].top+(o.scrollY||o.pageYOffset)))},e.prototype.scroll=e.prototype.scrollTo=function(){if(void 0!==arguments[0])if(!0!==f(arguments[0])){var o=arguments[0].left,t=arguments[0].top;v.call(this,this,void 0===o?this.scrollLeft:~~o,void 0===t?this.scrollTop:~~t)}else{if("number"==typeof arguments[0]&&void 0===arguments[1])throw new SyntaxError("Value could not be converted");i.elementScroll.call(this,void 0!==arguments[0].left?~~arguments[0].left:"object"!=typeof arguments[0]?~~arguments[0]:this.scrollLeft,void 0!==arguments[0].top?~~arguments[0].top:void 0!==arguments[1]?~~arguments[1]:this.scrollTop)}},e.prototype.scrollBy=function(){void 0!==arguments[0]&&(!0!==f(arguments[0])?this.scroll({left:~~arguments[0].left+this.scrollLeft,top:~~arguments[0].top+this.scrollTop,behavior:arguments[0].behavior}):i.elementScroll.call(this,void 0!==arguments[0].left?~~arguments[0].left+this.scrollLeft:~~arguments[0]+this.scrollLeft,void 0!==arguments[0].top?~~arguments[0].top+this.scrollTop:~~arguments[1]+this.scrollTop))},e.prototype.scrollIntoView=function(){if(!0!==f(arguments[0])){var l=function(o){for(;o!==t.body&&!1===d(o);)o=o.parentNode||o.host;return o}(this),e=l.getBoundingClientRect(),r=this.getBoundingClientRect();l!==t.body?(v.call(this,l,l.scrollLeft+r.left-e.left,l.scrollTop+r.top-e.top),"fixed"!==o.getComputedStyle(l).position&&o.scrollBy({left:e.left,top:e.top,behavior:"smooth"})):o.scrollBy({left:r.left,top:r.top,behavior:"smooth"})}else i.scrollIntoView.call(this,void 0===arguments[0]||arguments[0])}}function n(o,t){this.scrollLeft=o,this.scrollTop=t}function f(o){if(null===o||"object"!=typeof o||void 0===o.behavior||"auto"===o.behavior||"instant"===o.behavior)return!0;if("object"==typeof o&&"smooth"===o.behavior)return!1;throw new TypeError("behavior member of ScrollOptions "+o.behavior+" is not a valid value for enumeration ScrollBehavior.")}function p(o,t){return"Y"===t?o.clientHeight+c1?1:n,l=.5*(1-Math.cos(Math.PI*c)),e=t.startX+(t.x-t.startX)*l,i=t.startY+(t.y-t.startY)*l,t.method.call(t.scrollable,e,i),e===t.x&&i===t.y||o.requestAnimationFrame(h.bind(o,t))}function v(l,e,r){var c,f,p,a,d=s();l===t.body?(c=o,f=o.scrollX||o.pageXOffset,p=o.scrollY||o.pageYOffset,a=i.scroll):(c=l,f=l.scrollLeft,p=l.scrollTop,a=n),h({scrollable:c,method:a,startTime:d,startX:f,startY:p,x:e,y:r})}} 794 | 795 | // Add Event Listeners to Programically Added Elements 796 | function delegateSelector(e,t,c,n){t.split(" ").forEach(t=>{var a=document.querySelectorAll(e);[].forEach.call(a,function(e,a){e.addEventListener(t,function(e){e.target.matches(c)&&n(e)})})})} 797 | 798 | // http://www.paulirish.com/2011/requestanimationframe-for-smart-animating/ 799 | window.requestAnimFrame = (function(){return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || function( callback ){window.setTimeout(callback, 1000 / 60);};})(); -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /README.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | README 1381 | 1382 |
1383 |
1384 |

1385 | 1386 | Digit77 1387 | 1388 |

Digit77 Helper

1389 | 👉 自动复制下载网址的提取码 自动跳过广告链接的等待时间 网盘自动填写提取码、自动下载、自动保存! 1390 | 👈
1391 | 适用于Digit77.com Mac精品应用免费分享网的油猴脚本 1392 |

Digit77网页助手油猴脚本。自动复制下载网址的提取码 自动跳过广告链接的等待时间 网盘自动填写提取码、自动下载、自动保存!

在greasyfork查看

在GitHub查看

💽 安装地址

🔧 助手配置

进入Digit77.com Mac精品应用免费分享网后,在软件下载页面的下载框后出现一个配置选项,点击即可进入设置:(注意翻到底部点击保存设置!)

image-20220605153852187

💯 常见问题

💡 总是碰到一个用户脚本试图访问跨园资源的提示?

image-20220605155346852

 

A:为了能无需通过用户剪贴板进行提取码的传输,我们需要获取网盘的链接,从而模仿ouo这个广告链接的协议请求真正的网盘链接来进行提取码的传递,建议点击 总是允许此域名/总是允许全部域名 来防止油猴插件多次弹出提醒。如果拒绝,脚本会自动复制提取码到剪贴板,请自行粘贴提取码。

💡 助手安全吗?

A:助手免费开源,代码均在本地运行,获Digit77 Helper站长推荐。

👻 BUG反馈

如果您在使用过程中有无法识别的文本,请 在GitHub提交issues 进行反馈。

📜ToDo

  • 自动复制提取码

  • 跳过ouo的等待时间

  • 实现分秒帧自动填写提取码、自动开始下载、自动保存、自动收藏

  • 实现OneDrive自动填写提取码、自动开始下载

  • 实现天翼云盘自动填写提取码、自动下自动转存到云盘、自动开始下载

  • 实现阿里云盘自动填写提取码、自动下自动转存到云盘、自动开始下载

  • UI设置界面

  • 下载后复制解压密码digit77.com

  • 实现国外版digit77的脚本

📖 更新日志

v2.3 加入下载后自动复制解压密码的功能digit77.com

v2.2 完善文档,加入多个下载地址,修复初始化bug,修复分秒帧卡在最后一步确定

v2.1 添加Web设置页面

v2.0 加入对onedrive 阿里云盘 天翼云盘 的支持,

v1.2 加入对分秒帧网盘的支持

v1.1 取消自动复制剪切板,由程序自动记录

v1.0 ouo广告自动跳转,提取码自动复制到剪贴板

🫶🏼 特别鸣谢

感谢Digit77.com站长的公益分享和对本插件的支持

感谢网盘智能识别助手,引用部分代码实现对天翼和阿里网盘的支持

感谢凯速网提供的免费网盘和静态资源储存,实现设置页面和全球高速脚本下载

感谢千牛云提供的OSS和全球CDN作为备用下载

1393 | 1394 | -------------------------------------------------------------------------------- /seetingWeb/css/all.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com 3 | * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 | */ 5 | .fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-brands-400.eot);src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-regular-400.eot);src:url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.woff) format("woff"),url(../fonts/fa-regular-400.ttf) format("truetype"),url(../fonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900} --------------------------------------------------------------------------------