From ca6946619ebc4154d68c1f4d401c4ab98da48f30 Mon Sep 17 00:00:00 2001 From: Faizal Hasanwala Date: Tue, 2 Oct 2018 04:48:56 +0530 Subject: [PATCH 1/6] Major UI update. Added author and tag pages --- .../font-awesome.min.scssc | Bin 0 -> 474807 bytes 404.html | 130 +- CNAME | 1 + GHOST.txt | 22 + LICENSE | 21 + README.md | 47 + _config.yml | 95 + _data/authors.yml | 23 + _data/tags.yml | 13 + _includes/analytics.html | 11 + _includes/author_pagination.html | 13 + _includes/dynamic_tag_info.html | 7 + _includes/dynamic_title.html | 16 + _includes/facebook.html | 1 + _includes/floating-header.html | 17 + _includes/ghost-logo.html | 1 + _includes/head.html | 69 + _includes/infinity.html | 1 + _includes/location.html | 1 + _includes/loop.html | 52 + _includes/navigation.html | 9 + _includes/page-scripts.html | 6 + _includes/point.html | 3 + _includes/post-card-error.html | 46 + _includes/post-card-next.html | 40 + _includes/post-card-previous.html | 40 + _includes/post-card.html | 34 + _includes/post-scripts.html | 63 + _includes/post_pagination.html | 13 + _includes/rss.html | 1 + _includes/site-nav.html | 26 + _includes/subscribe-form.html | 0 _includes/tag_pagination.html | 13 + _includes/twitter.html | 1 + _includes/website.html | 1 + _layouts/author.html | 77 + _layouts/default.html | 128 + _layouts/error.html | 3 + _layouts/page.html | 48 + _layouts/post.html | 104 + _layouts/tag.html | 41 + _posts/2018-09-30-basic-infosec-resources.md | 38 + _sass/bootstrap.min.scss | 6 + _sass/font-awesome.min.scss | 4 + .../2018/09/30/basic-infosec-resources.html | 147 +- _site/404.html | 164 + _site/GHOST.txt | 22 + _site/LICENSE | 21 + _site/README.md | 47 + {about => _site/about}/index.html | 146 +- _site/assets/built/global.css | 2 + _site/assets/built/global.css.map | 1 + _site/assets/built/screen.css | 4003 +++++++++++++++++ _site/assets/built/screen.css.map | 1 + _site/assets/built/screen.edited.css | 2 + _site/assets/built/screen.edited.css.map | 1 + _site/assets/built/syntax.css | 2 + _site/assets/built/syntax.css.map | 1 + _site/assets/css/csscomb.json | 240 + _site/assets/css/global.css | 491 ++ _site/assets/css/screen.css | 1910 ++++++++ _site/assets/css/screen.edited.css | 146 + _site/assets/css/syntax.css | 66 + _site/assets/images/a.jpg | Bin 0 -> 282992 bytes _site/assets/images/advanced.jpg | Bin 0 -> 99911 bytes .../images/authors/infoseciitr-cover.png | Bin 0 -> 23949 bytes _site/assets/images/authors/infoseciitr.png | Bin 0 -> 4191 bytes _site/assets/images/b.jpg | Bin 0 -> 245659 bytes _site/assets/images/bear.jpg | Bin 0 -> 188562 bytes _site/assets/images/blog-cover.jpg | Bin 0 -> 85788 bytes _site/assets/images/blog-head.jpeg | Bin 0 -> 499209 bytes _site/assets/images/blog-icon.png | Bin 0 -> 9004 bytes _site/assets/images/bus.jpg | Bin 0 -> 96575 bytes _site/assets/images/c.jpg | Bin 0 -> 1548930 bytes _site/assets/images/design.jpg | Bin 0 -> 133835 bytes _site/assets/images/fables.jpg | Bin 0 -> 209249 bytes _site/assets/images/favicon.png | Bin 0 -> 6792 bytes _site/assets/images/ghost-logo.svg | 1 + _site/assets/images/ghost.png | Bin 0 -> 5563 bytes _site/assets/images/grapes.jpg | Bin 0 -> 113783 bytes _site/assets/images/infosec.jpeg | Bin 0 -> 32999 bytes _site/assets/images/locked.jpg | Bin 0 -> 109454 bytes _site/assets/images/logo.png | Bin 0 -> 87857 bytes _site/assets/images/sky.jpg | Bin 0 -> 100820 bytes _site/assets/images/small-logo.jpg | Bin 0 -> 29598 bytes _site/assets/images/speeches.jpg | Bin 0 -> 97547 bytes _site/assets/images/summit.jpg | Bin 0 -> 190081 bytes _site/assets/images/tags.jpg | Bin 0 -> 121192 bytes _site/assets/images/tags/beginner-cover.jpeg | Bin 0 -> 499209 bytes _site/assets/images/team.jpg | Bin 0 -> 144470 bytes _site/assets/images/water.jpg | Bin 0 -> 197598 bytes _site/assets/images/waves.jpg | Bin 0 -> 171933 bytes _site/assets/images/welcome.jpg | Bin 0 -> 101623 bytes _site/assets/images/writing.jpg | Bin 0 -> 79040 bytes _site/assets/js/infinitescroll.js | 83 + _site/assets/js/jquery.fitvids.js | 89 + _site/atom.xml | 28 + .../author/InfoSecIITR.html | 187 +- _site/blog/index.html | 409 ++ {calendar => _site/calendar}/index.html | 219 +- {contact => _site/contact}/index.html | 122 +- _site/feed.xml | 36 + _site/fonts/Ubuntu-B.ttf | Bin 0 -> 333612 bytes _site/fonts/Ubuntu-BI.ttf | Bin 0 -> 356980 bytes _site/fonts/Ubuntu-C.ttf | Bin 0 -> 350444 bytes _site/fonts/Ubuntu-L.ttf | Bin 0 -> 415552 bytes _site/fonts/Ubuntu-LI.ttf | Bin 0 -> 409608 bytes _site/fonts/Ubuntu-M.ttf | Bin 0 -> 341324 bytes _site/fonts/Ubuntu-MI.ttf | Bin 0 -> 366992 bytes _site/fonts/Ubuntu-R.ttf | Bin 0 -> 353824 bytes _site/fonts/Ubuntu-RI.ttf | Bin 0 -> 386440 bytes _site/fonts/UbuntuMono-B.ttf | Bin 0 -> 191400 bytes _site/fonts/UbuntuMono-BI.ttf | Bin 0 -> 216208 bytes _site/fonts/UbuntuMono-R.ttf | Bin 0 -> 205748 bytes _site/fonts/UbuntuMono-RI.ttf | Bin 0 -> 210216 bytes _site/gulpfile.js | 70 + _site/index.html | 271 ++ _site/package.json | 54 + _site/resources/index.html | 391 ++ _site/robots.txt | 2 + _site/script.py | 29 + _site/sitemap.xml | 37 + .../index.html => _site/tag/beginner.html | 196 +- .../tag/reading-material.html | 181 +- {tools => _site/tools}/index.html | 137 +- a-full-and-comprehensive-style-test.html | 803 ---- about/index.md | 43 + advanced-markdown.html | 436 -- assets/built/global.css | 2 +- assets/built/screen.css | 2 - assets/built/screen.css.map | 2 +- assets/built/screen.scss | 8 + assets/css/.csscomb.json | 237 + assets/css/csscomb.json | 240 + assets/css/global.css | 491 ++ assets/css/screen.css | 1910 ++++++++ assets/css/screen.edited.css | 146 + assets/css/syntax.css | 66 + assets/images/abraham.jpg | Bin 505563 -> 0 bytes assets/images/authors/infoseciitr-cover.png | Bin 0 -> 23949 bytes assets/images/authors/infoseciitr.png | Bin 0 -> 4191 bytes assets/images/edgar.gif | Bin 33685 -> 0 bytes assets/images/hannah-cover.jpg | Bin 292065 -> 0 bytes assets/images/hannah.jpg | Bin 125188 -> 0 bytes assets/images/john.jpg | Bin 23542 -> 0 bytes assets/images/lewis.jpeg | Bin 8403 -> 0 bytes assets/images/logo.jpg | Bin 25142 -> 0 bytes assets/images/logo.png | Bin 0 -> 87857 bytes assets/images/logoa.png | Bin 7077 -> 0 bytes assets/images/martin.jpg | Bin 21828 -> 0 bytes assets/images/piano.jpg | Bin 43299 -> 0 bytes assets/images/tags/beginner-cover.jpeg | Bin 0 -> 499209 bytes assets/screenshot-desktop.jpg | Bin 107983 -> 0 bytes assets/screenshot-mobile.jpg | Bin 104333 -> 0 bytes atom.xml | 34 +- author/InfoSecIITR.html | 7 + author/abraham/index.html | 318 -- author/edgar/index.html | 324 -- author/hannah/index.html | 330 -- author/john/index.html | 321 -- author/lewis/index.html | 372 -- author/martin/index.html | 372 -- blog/index.html | 181 + calendar/index.md | 23 + contact/index.md | 17 + down-the-rabbit-hole.html | 442 -- feed.xml | 1 - gettysburg-address.html | 388 -- gulpfile.js | 70 + i-have-a-dream.html | 486 -- index.html | 326 +- looking-glass-house.html | 421 -- managing-users.html | 404 -- out-to-sea.html | 468 -- package.json | 54 + private-sites.html | 399 -- resources/index.md | 119 + robots.txt | 4 + script.py | 29 + tag/beginner.html | 7 + tag/fiction/index.html | 367 -- tag/getting-started/index.html | 463 -- tag/reading-material.html | 7 + tag/speeches/index.html | 333 -- test.html | 8 + the-businessman-and-fisherman.html | 426 -- the-editor.html | 435 -- the-purpose-of-education.html | 406 -- themes.html | 410 -- tools/index.md | 63 + using-tags.html | 414 -- 191 files changed, 14185 insertions(+), 10691 deletions(-) create mode 100644 .sass-cache/d4779418bc17422c449f30d6da0a6bc1671ddc0b/font-awesome.min.scssc create mode 100644 CNAME create mode 100755 GHOST.txt create mode 100644 LICENSE create mode 100644 README.md create mode 100644 _config.yml create mode 100644 _data/authors.yml create mode 100644 _data/tags.yml create mode 100644 _includes/analytics.html create mode 100644 _includes/author_pagination.html create mode 100644 _includes/dynamic_tag_info.html create mode 100644 _includes/dynamic_title.html create mode 100755 _includes/facebook.html create mode 100644 _includes/floating-header.html create mode 100755 _includes/ghost-logo.html create mode 100644 _includes/head.html create mode 100755 _includes/infinity.html create mode 100755 _includes/location.html create mode 100644 _includes/loop.html create mode 100644 _includes/navigation.html create mode 100644 _includes/page-scripts.html create mode 100755 _includes/point.html create mode 100644 _includes/post-card-error.html create mode 100644 _includes/post-card-next.html create mode 100644 _includes/post-card-previous.html create mode 100644 _includes/post-card.html create mode 100644 _includes/post-scripts.html create mode 100644 _includes/post_pagination.html create mode 100755 _includes/rss.html create mode 100644 _includes/site-nav.html create mode 100644 _includes/subscribe-form.html create mode 100644 _includes/tag_pagination.html create mode 100755 _includes/twitter.html create mode 100755 _includes/website.html create mode 100644 _layouts/author.html create mode 100644 _layouts/default.html create mode 100644 _layouts/error.html create mode 100644 _layouts/page.html create mode 100644 _layouts/post.html create mode 100644 _layouts/tag.html create mode 100644 _posts/2018-09-30-basic-infosec-resources.md create mode 100644 _sass/bootstrap.min.scss create mode 100644 _sass/font-awesome.min.scss rename welcome.html => _site/2018/09/30/basic-infosec-resources.html (61%) create mode 100644 _site/404.html create mode 100755 _site/GHOST.txt create mode 100644 _site/LICENSE create mode 100644 _site/README.md rename {about => _site/about}/index.html (58%) create mode 100755 _site/assets/built/global.css create mode 100644 _site/assets/built/global.css.map create mode 100644 _site/assets/built/screen.css create mode 100644 _site/assets/built/screen.css.map create mode 100644 _site/assets/built/screen.edited.css create mode 100644 _site/assets/built/screen.edited.css.map create mode 100644 _site/assets/built/syntax.css create mode 100644 _site/assets/built/syntax.css.map create mode 100755 _site/assets/css/csscomb.json create mode 100755 _site/assets/css/global.css create mode 100755 _site/assets/css/screen.css create mode 100644 _site/assets/css/screen.edited.css create mode 100644 _site/assets/css/syntax.css create mode 100644 _site/assets/images/a.jpg create mode 100644 _site/assets/images/advanced.jpg create mode 100644 _site/assets/images/authors/infoseciitr-cover.png create mode 100644 _site/assets/images/authors/infoseciitr.png create mode 100644 _site/assets/images/b.jpg create mode 100644 _site/assets/images/bear.jpg create mode 100644 _site/assets/images/blog-cover.jpg create mode 100644 _site/assets/images/blog-head.jpeg create mode 100644 _site/assets/images/blog-icon.png create mode 100644 _site/assets/images/bus.jpg create mode 100644 _site/assets/images/c.jpg create mode 100644 _site/assets/images/design.jpg create mode 100644 _site/assets/images/fables.jpg create mode 100644 _site/assets/images/favicon.png create mode 100644 _site/assets/images/ghost-logo.svg create mode 100644 _site/assets/images/ghost.png create mode 100644 _site/assets/images/grapes.jpg create mode 100644 _site/assets/images/infosec.jpeg create mode 100644 _site/assets/images/locked.jpg create mode 100644 _site/assets/images/logo.png create mode 100644 _site/assets/images/sky.jpg create mode 100644 _site/assets/images/small-logo.jpg create mode 100644 _site/assets/images/speeches.jpg create mode 100644 _site/assets/images/summit.jpg create mode 100644 _site/assets/images/tags.jpg create mode 100644 _site/assets/images/tags/beginner-cover.jpeg create mode 100644 _site/assets/images/team.jpg create mode 100644 _site/assets/images/water.jpg create mode 100644 _site/assets/images/waves.jpg create mode 100644 _site/assets/images/welcome.jpg create mode 100644 _site/assets/images/writing.jpg create mode 100755 _site/assets/js/infinitescroll.js create mode 100755 _site/assets/js/jquery.fitvids.js create mode 100644 _site/atom.xml rename author/ghost/index.html => _site/author/InfoSecIITR.html (56%) create mode 100644 _site/blog/index.html rename {calendar => _site/calendar}/index.html (64%) rename {contact => _site/contact}/index.html (62%) create mode 100644 _site/feed.xml create mode 100644 _site/fonts/Ubuntu-B.ttf create mode 100644 _site/fonts/Ubuntu-BI.ttf create mode 100644 _site/fonts/Ubuntu-C.ttf create mode 100644 _site/fonts/Ubuntu-L.ttf create mode 100644 _site/fonts/Ubuntu-LI.ttf create mode 100644 _site/fonts/Ubuntu-M.ttf create mode 100644 _site/fonts/Ubuntu-MI.ttf create mode 100644 _site/fonts/Ubuntu-R.ttf create mode 100644 _site/fonts/Ubuntu-RI.ttf create mode 100644 _site/fonts/UbuntuMono-B.ttf create mode 100644 _site/fonts/UbuntuMono-BI.ttf create mode 100644 _site/fonts/UbuntuMono-R.ttf create mode 100644 _site/fonts/UbuntuMono-RI.ttf create mode 100644 _site/gulpfile.js create mode 100644 _site/index.html create mode 100644 _site/package.json create mode 100644 _site/resources/index.html create mode 100644 _site/robots.txt create mode 100644 _site/script.py create mode 100644 _site/sitemap.xml rename tag/fables/index.html => _site/tag/beginner.html (54%) rename tag/blog/index.html => _site/tag/reading-material.html (64%) rename {tools => _site/tools}/index.html (73%) delete mode 100644 a-full-and-comprehensive-style-test.html create mode 100644 about/index.md delete mode 100644 advanced-markdown.html delete mode 100755 assets/built/screen.css create mode 100755 assets/built/screen.scss create mode 100755 assets/css/.csscomb.json create mode 100755 assets/css/csscomb.json create mode 100755 assets/css/global.css create mode 100755 assets/css/screen.css create mode 100644 assets/css/screen.edited.css create mode 100644 assets/css/syntax.css delete mode 100644 assets/images/abraham.jpg create mode 100644 assets/images/authors/infoseciitr-cover.png create mode 100644 assets/images/authors/infoseciitr.png delete mode 100644 assets/images/edgar.gif delete mode 100644 assets/images/hannah-cover.jpg delete mode 100644 assets/images/hannah.jpg delete mode 100644 assets/images/john.jpg delete mode 100644 assets/images/lewis.jpeg delete mode 100644 assets/images/logo.jpg create mode 100644 assets/images/logo.png delete mode 100644 assets/images/logoa.png delete mode 100644 assets/images/martin.jpg delete mode 100644 assets/images/piano.jpg create mode 100644 assets/images/tags/beginner-cover.jpeg delete mode 100755 assets/screenshot-desktop.jpg delete mode 100755 assets/screenshot-mobile.jpg create mode 100644 author/InfoSecIITR.html delete mode 100644 author/abraham/index.html delete mode 100644 author/edgar/index.html delete mode 100644 author/hannah/index.html delete mode 100644 author/john/index.html delete mode 100644 author/lewis/index.html delete mode 100644 author/martin/index.html create mode 100644 blog/index.html create mode 100644 calendar/index.md create mode 100644 contact/index.md delete mode 100644 down-the-rabbit-hole.html delete mode 100644 feed.xml delete mode 100644 gettysburg-address.html create mode 100644 gulpfile.js delete mode 100644 i-have-a-dream.html delete mode 100644 looking-glass-house.html delete mode 100644 managing-users.html delete mode 100644 out-to-sea.html create mode 100644 package.json delete mode 100644 private-sites.html create mode 100644 resources/index.md create mode 100644 robots.txt create mode 100644 script.py create mode 100644 tag/beginner.html delete mode 100644 tag/fiction/index.html delete mode 100644 tag/getting-started/index.html create mode 100644 tag/reading-material.html delete mode 100644 tag/speeches/index.html create mode 100644 test.html delete mode 100644 the-businessman-and-fisherman.html delete mode 100644 the-editor.html delete mode 100644 the-purpose-of-education.html delete mode 100644 themes.html create mode 100644 tools/index.md delete mode 100644 using-tags.html diff --git a/.sass-cache/d4779418bc17422c449f30d6da0a6bc1671ddc0b/font-awesome.min.scssc b/.sass-cache/d4779418bc17422c449f30d6da0a6bc1671ddc0b/font-awesome.min.scssc new file mode 100644 index 0000000000000000000000000000000000000000..2bdc184003170a4b53a9589035f9ddf3e0000f42 GIT binary patch literal 474807 zcmd3v2b`Q$)&I!@WYZfYp(WXbUN*_5K(a%5C;~xxkQOw~&d%-*nVnf?X48-^MNo<$ zMLGhCG(k}5O=*HOQ7Hn72uc-D6j1*6+?l!O+%xw+d+(Ed-hbZD$Iq*q=bm%!?|$dj z^W10l^lhil95z2aYj*3rOtvH2I(NIy_IdML=gsfzm@_LqbG!CzM3m;y(clHs23<2_tEt19w`y+Qy;!I;@4PHqF7{-b=S<&j`po9`70qEsdTF*R zUFcZR+|t}#sr0tZn9(VoOjjSAo-2yKhvYBP*50{HwouO6ip-5%bns;5eu&sHY1qU_PjBF_^&KTS__)7=14GSwPdb4dq^Toc7)Zj&Hh$?sH z^4UVVCp)ukWLWI2@SY#=$=hO|6p~ zDm+6(3#RQqqg&`WqpLJ~c42P!oQ|2xX6%+NFR2uJXXFZ<#d0>2%T-F#yKcTppYndXT7UuBW$Hs$@$=A(#YULG2HMh24eI@``dL+cQLj zP!dcmnAR361mSFVAxJ5k&M#hNJL`pI(Kd^rffg@ImkPN;mr!`f!fa)*2(vp~?mlLX z-HUCLtM#b@y<4u7%~Wzrvq1I8)DWO_v?Q#hGo8swF$4(d_Hu3w0l_f#d)U8J?1hqJ zgahyk#m4}jqI6F#zXHmGQKjO-Oexn}ssEhz&IyIn`5`IsJFCfDf8b#F&9t>GtdvAG zhNgxrm^N;6;J5ah*<4y484gbkYa5;G5I?qDXD(Z6n-+FtdqtJfm2Ai2TtS%cU7S6t zFDHJ2;+dI}oYBS9n4zh$MI@;?wJ!NzEvfP0=+uO8Olop&jkd92uc+kW@(S@YT;4XM zkX;5phSZ3eDew*?HriX)Y_Dyi6lt;cE0M8;n`$Md)FWtHuiAMSijaUs_~B;tBE{5{ zF{x%~h#}=trk@7by|0i-=kueXI}`su-JZ|ROf`$5eWiS@?bD^MvS`56RM7~<)HK-? z9nd$GMdy_1C>&Xyo`Ei+GoLPHr)P>iGtx(0a^whll0fe7Z6d9uPmNuEo{=X=(OZdMM}8 zP$Vsar_`pY&H4vuy3Nw&Rd&Nrd!SW$+MyvydZ zFsPM9Cy<&wA~k1GQ!%yW=+sskFsZFMD@&4MW#e47Gq-%R24qs(*kKuTiKbhy)}XpF zfJ>^Sn3~>{nsM|RshQ$Gtus@zY}5_9P&c%;Zb)$|9bYweP zioHT!G2|lsQB?^>4$?zt)E5%aVuyU^$8pNO4OX8+JKtq) zFVfw5RNxF|>HE4R7$fJVwoPqkLnPn|G#c}i6FnWaFtwZA>kr48t{T-SrXkyd1+T2l8s@?TbluwvR!>* z^6dD-Jew)C)|zoUmTxmlYwMOgxEUg9<{19SHT8aFobJ>EnZeA`I=ZF)k>T|>8E6|O zRx~|n`}hS@oN&-TwKf3P&QtwC=jnowDC(2_L7!@m47xyhYn<*^CJM{))Kpk|*H(4I3vy9J8ggU%Ogd<0@^6OnJJ&r}*KVX<`CtSa|E8d$#_G$k zLYN!Z*6=96Xt^&@uB^ycXV|M)|5+^bc^H;^{WrH8QT3n9>fefv4E2Yw!eEN3e{G{e z?9GV{pvCn)%Y!Tv_MsYR!F=V4?fV?qmzO(6qhbF`{CBzCFugMk>46Gm8V0$#ZP;AR&3z_T?vA5R)YoHQrGqg?O57(b-O6>^$zH!69i=DcB zw*J)c>Qfu=r*_SYO}rtnwb4|KQVK8vHZse7?MI5h5QS9g7jW|G*El8&T36#-uqI z9T}v7u)^SQgEXV69h}(IGV3!USLn``a#i(Uj2f1T>fpb{LO&bBa<(u0E86=#~Kva5H?enr`fd&J2^w^fNTX|ZW8_CV93t9BIRZdR8^Fiv+t zuCW_Yf}F(!xeFZ`1c9)^;B12+8@2QlSGE+(%bgS%)m2KbD2t77x&;^Y6M2nQ0K zyB?3)jVL{?WO}@cjtqK0SYdFL(!+3A5eD;^Niy!tKd6{$8=XqQs6Jeb>Mi-|k7@g2 zYKI|mfKBaG9gb6?7lC0pwX+;shvBo;VKBAJ%+#*#!|4dyaGKh!VP8A=JJan0)C9yI zyl4oH8vS*RV_T=suKi!O$MMJT8S~$?R(;OtKKT#+VK<^0|1s85pJGJ~jSpdk!Q-m& zQG_vacF-NM0vI-ZySdKwUw18i;c7s?Y^jnH zKkpXN>va{(gXGYb*14NH60ju;z6Aqw|M_oVH=-1HmnpCXIx;8#VTHkaN&(}~|4wF- z{CXOG{M9zSwR=wRx5`P&YaEioy*+E^V+k? zxA}=ox6@FQYMVFVcs^`duA|azp1_Hz{H%F%w`-jOJVj4SKq=bs(H^+(W4_W9pVpyQPTm3Jw8&UOtgw_9A zbY!SMgcSyls`?uzvez<`gqsHN`(#pE%4s57dp3FSZ(_RLhMH8tAA;>Zwm03;A$D|H z^4U(yF6iKyj*b2x^ZStQ*R9cSw;NH7{yuA=2hfqB(IKob_&_x}R(?#6$iT}LBI-VN z)^zc^m%o1J-~Q9A1}|fD?(F~4ZbZp2h%NP>LPrJ}AgnM5)KVX1ST~<5i_JYa$7)e$ z^^NV8|z&b{XZ}=cM1MzH=-mEXPeqt$2;iAAOVCG!VzKAn&veI7y0$jpZ_S> z#_G%Om=^~)A|;vk0OBXsxRW(-J-~u#gLeeK%1ixqfraW!>`T?`%AxXzsv4!pu!Edx znQftkA^QqB38)_f27W@obr`i#b74=Awy)QHMrJN1)jVxtF+N?+`ckGMS zUR#9?nf<}YwN<0L6ZkocpBPaD^7F2>(2;>a2rCSBk0x+i1~rk55?I|xHRC6QZN#sJ zYVrfnC?@{8s7bZmMZ#}=C#Ao37cUAF^L-W9cAv~#Z>GC;8-vE%ji`3-VU08i9U0mk z!U}_eYIm&vQ2W3;t|i9kvki-VKE~w^{^oWgN&tQkw>3I42moP)!SMzGBB$Ol1PEE| zdt+Sg0<_tUC;|96+)n7oAOM6F2H!OZFhsmnWbX9F_)k6#V1XZjLAlp{AG;A%`yVj= z_eV#D+Cx}jfXAK4{{SyMx>@K249mU#U$q-i^}n6fzY851>JMRwg_ml5%p~bH zX}>>K9-!qMj?tR5W3=i>QSJS;f2f|t#TpjI`Ai3jOxB}OGH9E@aO_tf79zXF*6G#t z_`GeMC*>zF-)HK+-NuD)*o`PI#6hYyBRw7+8MuJ3!ay9aM$Jf{W+sVll#9_oM7wx3 zskTbzQ__Yx!6^OtSOARi0pKjA-$kfR6@VcKz=+zy)Z804!T0S(6b9n#R>R;*bY#E)!U}^SYI=+^3?~iRFex4{rbfAr=IJx%2^lud zW?d&qcd`mRj={Nil0UT@Q7VWNTup^L(2+p}2rCT4@nu7%<+!Q}Ev0lvu1~&DE8hXt zlGTPzZ*}esUSP5R5#w?f;MaB|N`S4I0DnM71_2qg>&3Xg!Bci>*IOq*} z`|^3*-RQSN7~4=JR-dqrPoMA#Q}Jz7s9{hT)|oHX-g;~JE#QFBe8v%puMic=@v*sF(jtm4qSYhyuXadB+p#~KZ zj1n+j5TGDXi%c5>P4yX}p3PkU>j3o(6MVoJ$K;)c(lvlFwziXt3^aBS)7{VK#g4Zo z@f_W?8y*|mjVL^>VQo1B9U1U|u)=^GahP&4&SxfxY!r_P6c3awCLaUUb4>IBWG)kU zcNDJykp8#&hkEd_ka<2t_w2^U9(E&&53!}Mfp{P~GVlRmg@M@Uj~YPkXC{eil#emf z<>aA%GQ_f?nyWdQ6^J!-jP(KFP^O@`oT6Uy1^}Yw4qijYk<6*c{iaUc+Fs;GYwb#m zsJ8!vHI!Jt*Bu$!9>NNPe@D0dTg)U8jJEygYTNfaXsD(irB5_twY=9#Qf!!M`mIE5 zyjtF8)_4N*d9v=)t>KTh8&M5Eh0TbLM@NQ+hp@t+8E2NJL17FtN%W!(4~quJwr{Hc z?9CH~fgr+b9dQa1_FNRLfrtT~EnLZ5U!%Kr1LHiq5e3Eq){0l4BLf%^Rv7FR4F=!n zCbCg5U^!6*qyGV+A2J4HnDAO*T+5`r4P|RUV_@eA4=~Ta(mlJ8al74!BBRX6xE~!E z$bhiIpb||+2Qx`jqhySPHAcBNSIvI6O&`@rF@ioFYn&M6GedZoY4;n{rP}lY*7}z7 zg!;Qq=|WCit|KmuGw(f4sa2tQR=HVR2A3;{JI9*gO$hCc`>3~k{=}mCOpnS9i>K^H z6c!h=Hhc{o8L)t`!r&5x1xhn2aY+U@=>vLmlbY;6L%B)vIg^AKQIg!qBv~6B86<(Q z!r&$)iE&5n+sq_^jQ&z&#)z0Gm9vtoet#+>tGh9^$7B6gys|Z>vL@IHmGSzm$g8}D z>i4^8Kl}c-XLewr?1rI;TeWJYEf@Ul+Xt_H4@(UZ^JU?wZG2eh>k*d%iWkKf_le)C zcqv?D&y=AJ#PxaNqQ9cJsFD0DTuWILqn!9-UcB7hDxb8x-5z|21-geR(AsSXBkP@o zZ2ta5*pu1bpV?Mdr417oNA_03B$t8h0TPUqx5Vu!t`}S&{iX4@0yF!=l0{o{Nr zb9$WS)CcF~%+m3?rT%f|&1W#+j`QL6XcW$T3p0Ze8*qm3!k`tW2c|{j!|WGA1_&7E zCc$m5O$(;27uF|I;tI^p5+ocpLzlN;nl=ikF{S=uaMR39WzV?%Ow-G`m#{ithV@aF z8fJ18ac^)L?n;z~<(9AlZFs3z5tq8kf8pKc8ntc{?mX?tR`Vlj9q7=R^*_Lf+;~%K z@Cz2`-599fjgY}D%+fu&C4kPInal0Q6f;M#`O{C(p@A6)FATn_m?2%@{}0`tVikN2 zgZI?^QD*74x+Oo|@3k9Kx{KWyZ8z%?bZF2W!V3ejk)%53hMR-KU}t8M{9NdqbZG0$ z$Y0&_EczEPvVs5A1zm&ezq{eH=g#lvm-i71_CFY`Cjsv;OP}hN{0Ml_ZcGtyC2Ov? z(V>9=2v1zcpa>X%U*4)}KVpcE@VFs}r`J8W!P?ByI=Ur4?LTAM6JtvI`NmO`$AUc>gY_g}IkR+%Zpn{;PP;Khz-&gqGIVGl0KyA{If?-6`9{U<@m6(oy^vM% zGOU27_UAB5m+O}Nv_I8uOli+Ig3d;V2JIodFgQ?YUmq*UKp6(>vF0Q{8<){ljHX)0 zf2E2DFR7B*lhp-c%Y3nvHoW22kWLLbQhJeCd$wMuo+5UwE;p&V)W&VG4_jXqk8bHH zw}{W%)ZgN6$dKA;n)onDSFWRNw?h~7q`R^Q)mP8c_sL~S;^R7E#G`ERxxQPh2dA#w*gGEfI$g~2h3I@D~H=Q@k+ zE1F^R``bzw#coesN8Aot`;d(1&%TLST35H^_p|>eYXD+QHNf{-0}Muoh6aG}!r)>< z1B?S`<955NB>q-RvKd$dPw_WqmS*af{KOw`H>SkrTTo)lw$6<~dl*_#Dc6%RwmYv<&}-Gfa!P$YE+%{{$C7Pvz&*l3=8*CJzTdT>rlH9#m@g&L${+N z13M5_7<{4F8NeZH&~5fHYq(&mpIx}0v%21c_3-@p{)Ab&SGVN%^S#V&Of|tqY+$%g87Y2tZ>5T)|`>a1B z{k(19nzfz(z*R4k{J`~3rsJB!)U4|NZs3~jJaCO3rY{W_=;68zTx;2lD0Yr#?2JN3 z26iB%bs{KW*l9yuzJhlHWvvh@S$xr*!?8cP#FEZ`VL5BwIA-phnNoj8!yN+Te zNmozDuJs`Ixig>ZZRr*ngDc?!T#okvPP7z^HHxk8lM#I-Q}i}e%YPJG5Oc?H<~Gee zxl*ZE^4L4Pp9Q|waBcW?8_#aH8&Nz3Y@ELj6*BMyVTHk(YQBVhsnd8i48IPswfO#R z+vc_J3~ArZ{YoKSTCra*B(aM9*5UG7>EeGBI_gQbTH2q;^;GF`BBRTm?Kye4K4?rq zMa6F((qN@a_&}>jk?kwnj;o{Xz+!UM;+)FjoTkO;lg2lZS=v~)>yV{>$7RM*>dV7Zd#{@6^I7%UFmxCZ_DSt)mmbNGebm}<}mS%W@?4h;zd`~`I^+N(rp{^@8RxW&h~W_ zhqtX8mRE>?G?%<~tF$cW&>Zz?j^qYIZFyn%UguE!oytr6mSgu{T^5KG&3f|V@TkPcp&p;M zIG#EErtZ{jO25KxM2$7yVq?v5=*Tc>fUv^g^ysl>B{N9`n|}}{zsidW%Ayaie)HSu zq5^z8)^gD6qJoo|dS{|C)pjQzIPdTC0-m3hxRANNLU--f`e)gVsMf!QHPr>^$k6%_ zRv6r>S|7O|_z%2a$D+R-BLnr_B)HOUL`m=vli)|_$RGiP6$ZaFND%db0gvx=-pxY3 z55sY<_s{G`RK1^P^}Y)o8R`vTg~9I(^&TGeVP21lKf+>u9OH4X`2BVxs^V|5ia(5w z3>Am4!r(1K#ryv(u}AHH&jNoDgL1F^ukA)u?f=7S|2uSKs6B)g2A>*g@AOgP;XS#I z4(G3u|DA>Z0fy$T!Ao`{N`v8S4fZ#5WY7S@3WE{21~aX%u41y1!Gex?ljSv5Fy^(i zF5d?K2m4ZSQ*DOa@bbqPu`rWkpeQakQ)3N-jh|EK-=E+2k=N0tTlzYqpXt^=SOX3l zsWt_Gg29VO;%M*2Rxd$(i0px@)&FXSm&n0#F2tF`p>W%QT4B|`p-v4 zhWbNTVbG`QZ#;pT!Az1)f_As^8#Y>h+3zYNsUBALdSc`-EHHOw8t#MoRC_$K!0dn0 zF(Oy!&X#g=2TUGiME?p7XU@~QbGJTkU%L@S!6mH84ns!<3Lva7xHOuA?=X`@I12@A zoE5^#9mj}q)^FU?_YE7z*$4{SnT7?_r-6b|ogxXWrJP$?y;rEA^Y@r|u3&Dzp}Tc! z|DxT9YX4ud##)Y!4DAnLg~6|)+y8cEl1N6|e+C}J#3T3s>u4Ridw z?$`~JhwVlbCLwFnC()4s69`M(Qx=U$D>F$%qnOBqrn0zzIn(XM$tcmCREs4GidVMN z@0iqYqKvUXndJ(~2h8y&x??v`-m)7}pd86s^?h_?00qJdgC)_REMg{!XcUwUVA#ou z8Ao2^Hn$YLV1d&~ESfAZ8~U7s{hLWXQe2T<%hrem%xqU+CXCWM@kzR4H(*BDjVNHw zW34+L9T|Xuu)^Sb(ZKLSBqACGM$S{ZMbA?4Vg=?YvQ)B|c+FELGoh!Wh_Nu4e7@*o`Pm?q!&4i;fJKKv-cwj&V%$l$)7JA{xbHUFcWDen!cQ5_uo4D3mND z<9+&)otVt~qJ*&^nd=J4A}NNkAbE?m=)vg7011Q@2IL&V1j!4`BoU25 zQk|uU_Vyfjo3zThLL0Q2ZAFn%h1LY{Y5e3RPHmoj3M+Q(J ztS}(w1tw6|WG0Dd6cpK;^p&&zy$KXb780-Cg+h@3{U3U>qKBfAj=$epY;KgAjv z0D-W=;I3#uu4g8RXcUl%u*!i>Ay@WW4#Tlctz5FGtmm`VS#xws+k+mjx7grC_7*!r54cqhJYgGcY82gS0akBerz4CKem&Yn8-xE)~QNO2k z^s)nujDG&UkqL1Q74bw%dK%<(O{V>e{3vKvvze1o;`b?C@|41^_aGml25 zhnXazQDinE$jCc@OntDGnRSsFSvXl}Ciy^fE0g^(lr#=BtdE9P9 zL31r@;b+j10U8J^41O35%>~RP5sgB#K0wo3T$U9Z-JP9Y#K0@Ns${abY~X{-i%jtM zP|R4kI45s>!W{okckG7C`*tG=m#10V{tF!$aDlMG;F)M#_+AYWjp9;07Rhyq@9lcA z0yDg_ES4-NjWfK6`O6nf>M>)qT>#%TWvg@Y#`~3`aXzkcH3JrqPyF92wXn` z-5V527Lvy9En-M4Gnr3B31dOxoKkWIbNpT1u^S{O*^MYjPG&87Iyy2y0%3*0DbbKD zWhRMe6q4#qe!0AFE+fpH#4)famMkbV>d|NvKvv5tjV5v9~~JWfw010EqulV z$;XU4A{vE6CYE#*mlg89pg>|tyRXIqF`xZHCzWB8DN31!eDwdER&f@A{vE7F5J`NzW-${nOrFY(+-J%R|m79;KpDh zS%kb6&Kt2tXhVTx^*7F`C%ZDod+Cnd5K7sND1;7S?Y#>+G9UzDg~6fG2=PTf5se}= z7508u^Y`_70kpo!LbCWw^VxU#GHZY?6gL(=&gm$<%<(eau^T?!b|VU(6Bs^4bY#E> z!U_Yj@G%WnV&Sh%lZa>(ADNDlE3_Avdm#fy_Oev6n0Te5EN4QWh9bto#5o=19On2! z-LV@c-?AG~m|V}=^lWrwzy!hy1G17bVR8vGNkpTVOoCpfH=kai#wjmc;37<|bh6k? z_UTbbt|v#z1Bz0%H=C~iMFLUZ#A~vh3Bb8IHJ2<#jpydJxM0_)TAhK8XtL_X z;kaUk57-YfG~UK$j|H}K`p3u2@n^bYH?ZHa8&P2M$^A#@$N)Bk6$T^m8B>4wUj{Z2 zje;$AjY`?hQnu`u77n{cwQ>WEik>OtwQKY_6MK}n2WS=6c(a^O@h6T`e9QamChLyf zP#JAEqEOkE)o=njGN1xsg~4{wsBF$m6459sazg+T!&}mMV{d2OIf4y=dckC2@!AlW z!sMQXQpV|5W;vhar`4@XA^NFb~*I3pU8 zqnSw}S_34V`Lr>=!`hnwBv5EIf+WLaE}?|6AaOn=Kbko{QFrVHN!e~hL2?^w(Us`P z011Q@2De8;at$*{M5B<%3thxb8y&sf#e(@20V^tSp$isG78tJ!T~1<>Ux;$X0>=5o z{7UBdN4jG-U@o#7QNX;yTK5WcWB>-j3WHapfq9CVB%(C{v$UA+>k+%qp4q7Y3>ICD zfVqxIelN-y3mE5<^GBHD-{_9rfVt0ZL;*8|J@YU+G5`Z%i7zkVGp04re;6=CGzyG- zYogZbaBk%_Wr4RQNZDkO@p^0GDJJL}C{`?FoKMi-V~+o+J9b0nuXZB}nOW?achQjn z83-#3#I(7-A~YehF*8X-qsYhv_*%1j9#TL8yegS2E?x=n|6(;CCSJ;3m8G-uS^7G7 zW4&BDZ=gGN!)3VLh{ELvR>N`V$bbuk6$W38#$_L7l88oekx5)fl`_Q+zg$1qj;j_+ z78I`}t__*g+n|iG`W5GM^tsIO_PS#?P+IIp6ey>#R-J>644^<*VQ^|RD9e~hA{qrn zZpXEYTP}S`f$g|jxnxoC+K$_SiM<~R84DHX^YTNP$AE4btZBF1&oD=^O^WE=J;6Mu^S>q zyAg%Riwu#a=*WNwgcSxaMI-WSW|D|T5s{m4qPhLv1BU$-D3mNDUYl^oF`3Uq31dOx zd?J1Ub9|ZZ*bS1i>_!wMYq4j}M@I%oAgnN08=o;vWyQ2xOPnC0H9*o{Ec)-%LZQ_N zlFONdH=#VSAaOqb{yB4eukP3llAG;D6eQExGe1K|21p>RFqnbQm>`+LOcK#3B=YPB z+Pf!R@&g6Ve(D92g~jXa=RQ{NXHlkDusEM7zr-B>S$FIP%X4-k3Kl*EdJ!ENV1cm0 z;4pl~1j_>EmWW1Sk*Qd{rCh=9ln_#}WT|8^@k+&doz?gw6et!Zovt@ee9j!NDJE59 zHSUJV$95wMlM~r9pJ5FRm_S%za1uUa!lcYh6459oa#5T~_hd_HuN^m76jzHS3yRmG zc&&9)+F(0gZ!h2E^4ZR}O-yEvH`N`xfil5vM1gVxYt>2U$N&n26$Up(gK{Y|NkpTd z$Z0HmcF7A9c}yq@B@2nyGd{)wHr~8{EoHg4(P}L z34|2}zmJCG5oVHz)&NO+G4KCQ6BJsFAlaSC{1uci79`GDDPLobv$|t9NDj6eQIM>` zp7|;|GC%@hg~1?v#x&&ogF!+>qmalUCs#@5J-;>tLr%3=vY>bkIh{<#WhhZBP@FSU zj%SWf)g8NmvfOS&fwC2Q<~Vd@00qJdgRSuy6DS)plSDKMiaZjmWS3V&`T$Aym91Y- z?zLtez>y#+n=CS3M}nuZ+FyoZ#X`n8PvwWq@lCp8H)Jli8&Sv{#Gbhp9T|{;u)=_J z7A9oGV5v>*h-efUnWrL~eOa!<^NwXmJHVpJ0^^mZax<&@FHz1|z&PirJjopYR(I?M z%&+W56fnoKXP!Vu24EnpFd+Sq378@?NknS^Mhrz=g_eA_({FMMz+lnU2$<(t-T#hq z#sbDUPvs-#_*31n8!&I%jVNG##Gd&O9T|Xuu)^Rve8vRKMa(1-jRGUDYOJ<;Mtot? z^W!1#$_Xu;EHsU;oJ8Co^BJrEII*fCn;qVZXXi|n4ae(U`!wCL8#L?KjVNfIWi{LY z9T}j3u)^TEXlNc{CW&Yi8ab1xwmW@sNw&VzOoo(A78$RZ%*IUg`6y_te#SXlWf$gn zf$rE1nKru-h0N!yeRoDj24o__&ME4j`UUK=m)j-*yP zS!}%Ck=%<3-;Scj!p1pwWeIa!(jB{Dld&67*lfn0IT9Tiuz|3`U~_!NG(1gYCW&Yi zo9Zhcz8{W|uY8C?$wDG3I5Rb2W_=8TYZz-E7T>Ly8Z$ICwwM~%B>%KdE-175o`~|q zg2Xv%S#}yXWo!{a5>~Ay109n71%R!5a6Xr{%+IkQW8v(a zVRJuo{D|(@4d-9jjVPQ?WzXD)jtn?MSYdD)K4ZdpIWtK_qc~SL6bm+Xty@HLLs1qR zXi)T*XB*j#==UCFb$$UQiUo>umd&4;Pvs}552ie zrLSbUAasaru#)K(U^`iu8q+PJ0+Mwb=zu1s>N69#dSdg2vC|fi{8T|*+kp;h3oWSa z8-j}Hr^hj9_e3CL_0!I|O9wE=hw6^qesT-!M$}Jk3VUXMbY%F+L0DnXjL(?*=`qYC z5sm)j_!wQ9HtUF zGJpbMg~49KESfAZUdKI0v$~&+QpEzsIYH$j z=J*QTu^TYw*o`P)IGGosBLgrHRv1+9851xa%qf#RH`au;*_pzhcWl%Lv-C{QkC&)kWQ44^<*VQ?8fV*=$&W|D|TL8-pA z;hQ}x-`Ws`l7&P}Yu)$J9%A)<7UhWriF1O=OU&_~b;oXyJZCqeAbEs6^CCJjKmuWf z!K3($36fthlSDKM$qZN;WIJ;8zNESkkn@(7@=<+h+j5}EHrWM!z~28gKel)#ig>CM zDpj9>4h@xtb-_#@v|q=va`8D*^q#A*>Yd}9NHYN!Gt%)S-LV_mqwGc$+W%uU9FL9+ zXhT?G@I^G*?=zD`G>Z0QK)c)x2uG1@-CLW`P<)`l(Wm57e88E^q~8u@jnyYQC)9+@ z@gBNkH*n_JjVN%oV9)G?jtt;HSYfawK4a<=*Jmb)Xbs@VZ%fAqM=!n_fwL#mAdQm6 z0>?SA=1AuFDBZCeIPG>L3Y-JkGdXl*00+VnpUuT*OyKOwOcK#3IMt~+++OeZrmUQr z%VNobA}Z-V>ngE2pM(;{0>wF*=G)Bixw>OFP`+t5qCoiud*%#uWB>)i5+BROXH1~< zFq1?y3X05(C|9z*;;x0vl4a?V-`fU|8KIR<78|e3i1U~NH=tm#uyIbPxt%$_TX*b+ z&5d>=3Y%-$Gq<5512zzr_*^bNW5VVFW|D~3fK6vw+?*O48?E$egv~unf#*@MSlBox z)V#tRzo9#J!{&E(BMO_R*)xAcM+R&lEb-Y~e8z;$1I#25jbc-M={inFBVW3%6-*Wu zua~a>%If_elqnW0&WSYvrccOK(@=4X4Oy;}mqyAcJ+a`sF+Ix;{4VTHj8e8vPxj+rE)QAp%f zb)ChM_bLdoBx~i8MMYH8y+2vPYJCif6blvSq>59R-B3B!ZbYGS6?^7nbYwsU z!U}^Q;4>yv&SfTvXcQHh{3cg0ad?5`H(EGZXuOi&&Sdq!2IYza&0OaMi<_9^+jYlo z&|GUbqM&(#J#!;EGC%`ig~5~fj0u{1m`Ng912l5CBrY_x@M;9j&shD5T(O{WPO|tN zbNokaCvfZr&2Q{R6g2;0&peNg4A4MWVekn)V}j;QW|D|Tp^+2Z?2*|_{ajSGd%y3w z!30;9N){8Z3GOSb#_yp(u`qE?u@Eg$&zF>o<^So9-7tCIZbV_yyuR*8U{ha}8!&;e z!eFY{aHy@^O_+>jCW&Yi6FDG>qn@RuVvLusVL+mVlZD1>K>C8oJ^|&51&wpc#S|v| zX1ZfHXeQc?C}{R#&rC)~252CxF!(Y)V}d5dOcK#3G;;I5-tPYI(!%DyRytX1yf*(g zXA10ug2lqdIh|oo=6FBdu^Tp_-H5`b!k*a!9T~8Ju)?4ZpD|&RWhRMe6dU;hc5l9~ zT>Ijv*Zv$_B}2+4i;UL`*!#2EccNIaka13AC^E-Ob;oYVblHt4WG-XR6wr|Y83-#3 zF2`p~$ehJY6459!a(L>=72+`i!xJr>EHqxj(=t~7Gf}Qs&^RYCT)-TQwyjSiz_A-N zy!D6?1FtLGvMd=3aDUfCj<}gOBhT6Ev?glSH%zXvC}}vn0;wRGSE^ z!mAN9kFff`f^x-z#yOqgP3HJL-LV@quiA|$Xg1nF|5^MM9T}j3u)<)H_##lm>S-i1 zNkpU2Oo0T=qx!PqY7nt}%H&F!yx(~e!G&mk5iv^Bz+QYY) z?QO;-}2O4iUo^v3WWFxYvaUTx??w3Qg$N>mh;&&qQ9vRHU?NAtT4C$ zpE1F5Dl7?3?9H|Ou*d2OcK#3FfFj_+mp`a>&d&dgKT;8gnV7!bh6!KyWc^c zQW9&)Qq*`#X^RU|!DMX)I-tp_OM%-aru$%h6lC zV^-(8P@-6%I45QNk~#jh?$`~KyX{64C{s65KO>o(_z*fWfC6EK!89>Ljab2rVIIX9#cOu;1e5z!lrk19&dC`3m-)W#*bSD~SoFk*g5}Gs zW#2?c23R1hFxWd9mhG8IA{vFI_BLjpA1KwgG5c1hFRy>VWc~srj0K5v^2HD)^k{4s zaO?)j8g?TJl0NoK6FM?L0%3*0QhdfV^mHSI`qn^B-xm^i0fY{?wY)E&EF!Uq*%L}79{bF>9IGGGE>g~1j0j0uyonMooV#iY8d z7caAva%KN-uZvqJWWi)%@fvtqS-p2dnPS1>oM5pJb9|8Q*bSC1*^MYz9%IjtLB#+I zgcSylV=yLI?qnv3XcU%duu97=&*alR>A2}R8yHO_3(&?s)7-BxElMa|EP$NTEskc6 zPt+Z|0aUgdQ2>3!o>_^G3;;n`Vem0NV*=d|7wHr~8Oq!I^b}7G)jtr1MSYa?(?1V(Dg+?)xM6?D- z^4WB!*Te-NfkLYhBtKv>--;5(g2XwU;x6X+LEW(%BtNwqQIPDxT2zc9bpQ;IKv-e0 zXEY@9m`Ng910b!F_|LjyH%Okd8&QxP#ai@5 zbYy@8!U}^@G$ifJBoU25B2y=_EBqLN)Co~0Swy^2CthbF{{sb#g@|+N#HY;hAZ!(I z?1spPb|VUri&=aA2Wx0R1i}h~OE4JIjO5$QBoU1wvc8oAi@2DUNe^tCiYSkG8QV%=@iE?$EWCy-B4L(H=sX83mfMo ziXSn@H|vhwu(`r+L}9a(web(pkpUYBD-4!JW7EY<6459&a>CnL%y)Qx7#b$L)ndtl z;x*y@36uH(lra`4&WRL{Gsn;9j@>|c&~8M5as_ME$Iy`h6bLH}u8aod9A=V;MnREp zc~)Dzr6@jk>b2zpZ+Vik$s!|;``r7MXPM}4p`fvlaZaoF2XicDru7K}ICevZ&pn9| zh0NoueLp})24o!UZANg|pJ7Qdr&0!#O51j{5= z@0lo5ELfZqE#@=Fq3+lXmR7qF1oX zhfwZLlfubDNZ?CMb8wwjIWzF*`~pe2Pmy1i%nx5 zpe-PH_XBD%(DC3GlwnG~na|8>ebyrLu>oUY?3@;|3v;|cckG67o85@Qc+S+6w*9g* zIx=7kVTHlmsgdi=O_@m|8pXJNqXuLU8OgOy#%nif$bth6i#`qa+R56B$^BK7G8Qb( zsUe-ragXlU4VJIjjVM^Y##%OujtsCsSYfa@8kYT-Ng^7BMedYWy8C+C%Pqwg&)g8$ zhahE>MW%5dA|g4Yz(oHh3K|O;=j4#@FvsWVj@^(s*=|H3a~f;kZ=)jvG7wf6d@CB6 z70e_NjUpotZ&kBxbU?YF`{sJnYHbU=*WNzgcSyVjK<|jW|D|Tago_X-C{D1JLa_!wSgQw|^#5%5icw#^W z!U}_?Y3do%y6qE&3K5N>A}74%Tvwr`*yoo>1QXtR!DM0an(z*0^~wMEvWtBRXf!b50GJ#vE^{J9dL*1G^Cg z%S;B#RCHv31;Pr0)@WF!GLu9!3X9x#&gTkCvK_fX+VO!`pRiZ&M$Kj66tH@l10U9>U%X4`)4R* z98~5zr(fL196zi(cI#n&Za1P(`2%a$d(n{r6$mQ~UWi8JF=mp8Mp2O&(UnrMx7+Vv z3o@ds#gYZZD@r(67qIetrb>;}pUb|VUuVB?gw7<&yJ89;%s!eC8t zhhsz%+D8l&A{qrn4n}h!Aug-C@6BylF#;tFIW4ey@BXvY0fcRYV*!9>Rp~LJ?zO;+)3N%N#G$9lK%DZ8xGY`7vwLB04f) z0%3*0_0gDI%uEu|C??fi-J|-_rL1R{B6oFb1(SuvYgczUllu&mG8Qb(X$A{v>;o^u&ll;}qVb|VUupR!i{Iyy3d0%3*0ZPB1y%}f%}8bIkQeKawi{8P{E@ZliRj1x3WOB~uSA3L8)lM-MnRD& z=$Vqp$Em; zJn*uisKY>qGeI>H%%j9F);*c*RtCY-*ub$6c24qmfjNFnckG7nGj<~i;T;*me?UhD zgdwaj*eM#}8O$URjUp^}!Mi&;JU6T0?e_}%a14WF3N!mHV<5T8% z5ROOS*bS2p?M4(P-KIIX9 z#cLNlU_JbJz0G`co72uo9+R2lO?Ag^uuQNUQLucMwd^ExWPk<23WIZ_VL6GJB%)DR zd{)wHr~8+|62a z2XthB1i}h~d!iw^k(nf-QAn!O?QE%%>&#`+6~AxX$muqgO%@ri>GtkS^dnHvILM@( zk;yX0dEK!aGGDbDQONw2wQmPHG9UwCg~6NA$o!s}B%)Ddh^od z1`bPT;bfulIxOj7vVRjLjRlQ!n#XsT{!vsp@8qkS748K8l%!eFep z${`}-a1b*|M5EBiex}y$`K;%MkD;F-Ws^n5tDpHE6a9J=G!`<>DIa22PHV}#bjNPU z++a7NkZEJ>E4C2pI2e$Du)-h}jm*}}BoU1wBVQ4&HM{3k1n`QmDw!-UUatt>%>;iM z#f*iEbJE8P%<*fwV>eu$u^Umibg;Jl13EI`0%3(gHX4_&Fq1?yiVN*wyssf3Jxuc7 zsPO7x{=`K81O<(SjC0z@8f-Qo_V?;Pd~ocB4Bx>cMieqb<89Yjp8${0U!VA@CKY8X(CyG#CDZC zKyz6W9EkG9>VKTmLKZQ{?Yd((fEL<~D1iRVTKjNxWB>@l3WL|90eX&^B%)D(9V<@pp8`Zs;6qH=@uPvAN#6o{WwR=s;Lu zFmiJ>j+$<{_%B0;h(^(A9J;*cJPkuv@-rW=q3cZ606#`?W8veRj`36G_)gui8$Q?D zjVOG!W%%5RjtuxfSYfbTG(MX%lSDL%k34Vc$`{-HHvHhcNtQ~sm+?Apx{C?@YZNgS zCeFzizh#bJ(jB{D@`T-p!sP3$O`k(Y223EVFi1yZasV?)M5CC<^sZ&4Y$4qKvUXaZbVb7jyhy-LV@e@7awgP)=v9`cHIZ00qJdgEOK*IhvUy zqES#}e^N=8m-t;V3jK*Jl`JM+{mK8B(4%mw7Yh^TG>3_7X|5G98lVw6CLI= z$D!`n4U|^95e3RCtX1csBLgT9Rv5e*4a!r@BoU2*BKLmVOSx=kCSCTMqsZ^h)JrCd zi`U-o&P;Hztx5OOe0O5nol_mY#vGIFR^ZePmxJv_6fQ%yNNIabU&R_4aDlMGVCWV~ z1=DKiKMWTl8pTDv@Fy3-<(72b??4jXrNE-e0@L^|MMT;|CzJeWlrvWU;(U|EH<{xz zbjNPMe8X-;0W*sMa}qi-00Uu#!R%;YHfAP?XcU;uVC$}{R8;#dGH0}}oK?5|OAzYU zi#FM^H06Q_%p}WA;{+xuAX$xp4oJV=Uv%>BTZrFgDBOt690%l#^FaAC=J+1nu^Y%Y z*^MZWbBwy%(UAdU2rCSZj0X8|W|D|TL6%>s5TBA$cY{fgZI{bMaxAS3G&Y0PkO29{ z?i@oJ8q{K-^y+K$sE6@J9fkPRl5;|@fD1@zoH`p#t@eH zL~k_4=P;8*G>WlYKW6g9zIqP7Z1;NiYkiFjx?fpppfMTT54I7*_WMleFHpo-m^csH zL)cttG|t4qu^T39*o`Pm9%pUZgpLfDKv?3lywRB4#Y_^>8Zhb1i+u*KhRAa67#Z!nWYG>XaQFuTjB z+rQB3dKL#oqdbo|0v; z6_ynr=rQ$yO*VF_pZ)4h`0I6zdHuF{;1Y~lJq8+O{T(+ilsgy!Kn-!T>xn2{z)_ET6>8X+f zjf+0l^V-w9fC+v*iWv(R=X_4Sg@2ds*bSE(SoFk*!sXknZGVc647fm8Vep-3T#jKT ziD(p;EnpBYr08Y4`^XqLc7ypfyAcKRLyWvP(UAdW2rCSJ84dGo%p?(w!YmKI%JLRMuZ|B6 zzN*Cr8Wg?P^E&wYfJr?FC+)F7an30n#-{&cb;oX?1a>0|ly_OHl2Zx;C=gZ{ycZ41 zE6gMjje^n!yywhbeM6@!QG!Z zK16ry_JiBgZbbdyTDMZ_$OYDZ=*aMcgRsJ2)>e@VtZB?75sm)fs#jI#%9WNrzZa$D zRn^sU1C5H_H#h#8B2YP$iA_!!V)f0=Ik#ozcqO)=`yjr=ZbYH7h_!189T`x8u)^So zXjJxQCW&ZfREjZCDJJ|{y%#D+GqJyeLdHVHIluON=J-k#ePH7HOckG7AWV;cCNejbdQ*>m&1i}h~>Cu=>W+sVf4VY9)eV#Y8 z%H9M@twxwkXF~6YBF4hRIaOy5=6GM-u^T2k*^MYn4qE7~PLeDop;fP}*4VI4AO4 z$Q)m;J9g`9&bAv-@LbPY`T}%hfCs_~gBzmZxrCV{qEUF{4GUexVwbp@qc`7Ij)M=} zu+V5CS%AE5Sh#{U!96H%EP$NTXC7vbpVS?@0d%k3hyv(&*4n>9M+Sf(tT6apG(ZnC zlSDKMkh~O#w7%B_7%l}OWs^n5>r$ZKFwy^lg2qC|IZcHhjD4&-c0=Y37CkYdkokhO z?>p$ofDD8c25W2+xmx;wnIxi7WaOe+e7Q1PPq~uq-tYd4TrEMVWHIqtRR5C+y*BPT z#KOcmJ!KSIn2y&SyJ0feZbV_SC7!CuMfFH@WWWT%3WKepG1-8bB%)DF-j3WI~9 zf!U3jB%)DZEG%AkcW=++-VddW1&ebU$f3;fV%@PDEc@Gy zC|HhREqe$$GQa|1g~74WuoRd{A{vE-^e*04(qZocMUw@_t9SW2le`b*j0KEy8pE;7 zu{am3Z>xf1H(>b5A2FhU`5|lFW6+TS7zis2eiRMNh0G)ojRI4>$6F3Z{+H0nd%Ur1 zvdDN%bj4|`wrPF|3K|O;=X8c^nByCC$8N}6YB!>gd4{#`)#%8841^U1&qgEjATvos zqsYk2mrOC=*HiGjwFNR?YUPqe#VeiRMke-sC}b>DoYNT|WsaZH9lN1&zukyJ)O;JIo{zjiMrRvHJ?*{i%xnl_mI#X-(Z^%dUgDOx;kj@HEb4Y%xK` zA5>(ZZA{D8U!i)U zE(49Uo-Hm0P4~WfM+QX)Hh8SQ+BtQlhdHk3j@^*X+KniruVDP;(UAdZ2us`x5smaY z%p?(wA}u#fvW2Bt@w${>k`usEFF4S!=$&%oL?a^4sgKEh8cG=lmaKCE%Q?*Pg}P%m zSiWU9qF{NPwd~pG$N&q3C2og^hUG41l8Dv-3tSo_J|0_tc}6yUznk{}OTFM~1j|KC zZgQv^3l`@zmfM-*yRi+yu^TKm+Knh!K4vX@8#*$;0%3_eBBEh=gPA0vQCQ?)St?e< zH_zx-ALM{3@@V~Du7?d2Vk=pM8aGgE112nNpe_R)&!kj+76kJ@ufg&j2F2^x;IWW) zPPKW5IsQm@?1uDT>_!yQTTfT&$c4?@=*WOHgeC5Zn675QriIN$%p?(wA}ueq%V)dN z^|w9>K2w}IVfeIGLv#^Xjy zERdbkekQXmn@x4cZXi#v8&M#)GwLRxBLm0~mbfV*8svq{BoU2*JOdUo9qDp+dlA0? zFJZ2vGu_3WtmXb-E77nTR`v!OBAsgYB|4nbV0{KUDt(PU(+BO%7##a!!^c9~IU(sV z=J@NnV>h%9up3cmU&J^(6df7RhOolm`_X8h&P)=~DB3c6HdE~B$rdW+Yb+w)@KGfP z8khbcj#$#9nc#gWW-MHslaa(xYkeLfN7|Eh$8NYRwHr~mJjB{ooD0`Ctqiz8SmNG@ zXk2b%CW&Yim+Coi6&K5mPgY*!Ij}04EHGZ@z^5?DFGe|I0ppyObTxB)z3$izm`m(N z6fp0y*8KrGG5`Z%iTfj>fq8|QB%)DZSe{LnbCqmQ+V7??xour7H_)i)LuBK&b;J<)M<(|BC}b>D zoKvO#%^ZKBJ9b0m1G^E0%D${!KS4(ZR3NM{*e@EDotQ}?8bw8J5%=}9m$LbM+H@9e z9U$ddbgf{ruy}0|ufaC3*1`R*Sg<&!No~X&i}Td_PZ=D$!LqL1h=OG~YuOFakpUJ6 zD-2dd!y-;0wYeY>jl!~(d>biUuG9|`-MWygJtgjKGp z%0LID50qk0%YC5Sgdwp2n>!ZJ&PiMcGRKGMj@^LX%WgygeKVu)0CZ#k8p0AcMnnUB z1v5!Rqd?2NzkIH%yVBm5Z}(hL!nQRjJJ87J17_p4b;N+lPrQ3k&{)VgCv&Y}t$n=i z*bSMZ>_!waFR=Dqj*bk-Kv?3|h-hRUXC{eg6q)Lo>T>b9heB7q8`OHd$N@83E0`=S zUIXR{Oz!hg%2=>CCre$*9AB+Fc7x@6b|VUwHD~Ih+a>7801JdA?v4<9ei0M#j~OgP zGz!aP7%=507G$m(D#b;o;hDm=f${GtC=VYWunB(8*j@`hy&u&D4 z)55@c7#$hFfw07F64BsHW+sVf6r7C^oW5RfY}QrSR0}5y%_JXao?^296(x-YjdQxs z`^@pbbjNPcylFS0pgDxK@O$XU01bpC?v{v#W>034h(@82%YOKLRZEXwHv`N5TDfFV z@mltO!o(hmTYPa)>2yx^8OJsY*Vi4pp)$;FM4@s5YuB;p$bbrjCGM4oMy13|6459s za^fo%UzP4+Ipdog1`}UWHd$o6CcYam(PyHdv5;|2`I*lghq_}oWLoV;6f)Pd_ML~0 z49GxO;x>tBWG-PQiD(oVIq@y`ej7VmG2-d7icG5$MPO3xp+Zj);ckVP=wuMq!aRwzrEtMb9<$DABc4izN$+*NyF2 zCiPO3F%BqcXHbq~j!)4YyMeOIZbX6d1#8t~(UAcZ2us`-(Hglz`hb}vqBVe$DRy>d z{T9;zO10Q(1j?yQ>I+fEIG}Vor+!??9REmn>;?)?>mWuHC|kCsw2k5`(2)TY2us`; z5e>=)%p?(wf>M3ovagcQmi(?3k?&hp%O#77*W~s()?#;|kg-s4PWup<6eW! zmly9oba~EMAX5m7CJT&LrqD-B@*%hZ9t#-f6pOKJcXU17u^TW$?M4(ZKV+>t1|1oI zfw07l5z)Y0$V?K^8h{at=iXc;?K{Z@V6f>*Yu#r}(UC8*&b>U=Ml}r|w#{BDuV@950 zvJl0Lg^P2l#SyHfGrD6pTn@4uQMi1@+IA5-GT;JXi8~{rae0TCB%)DV@r!XAL9G|Q^b^~Rp-G~BZ(^)BPR(%XQGJpbM zg~4XC)P&gd+R_AOl88n@sZDl83WM19KQik_OLelV$|j49*JSq;Ci*2PXe?x$Qy8vc zj&IN%yCHL_-H1YFKi0liqay<{5LOuMAB{}NOcK#3GV8+OVtZD74^K9GJz>k*v&bA` zQ7BnR8ovV?F#z4jWWF0Ej0K5v>cX#><0o{-Zjjt#H=-a}!CLf}=*R#GgcSxWqaitx znIxi7NaS{ZcbqGuVY|OxFj-ixCa=(UB#)8E;UEy!c@dvtNH(35;H=*8^FotcOPt+Z| zAv45oL?QDeYv0l6$bbxl6$ZbFM&@2-l88o;nF@oD$e|OvbRES$@i`@WkAT~Vw7$tg zviMB%$#q$eHNYGcHwHefGo2F{c3_To(;d6vGuLiJ;qwV=>+R8z0Urn}4E`OB&s)qS z5sl&_zipu5<9~4{eA}SWM6v*RecRwmtO?pt-dF%Rr!y>Jjzv~UeeWI|y8)E38&LpF zot@IwO-G_513(Z~7)+b3f-$X|#xavbGz!p^hWK&+!m*{J8Ge4WGO0Mif4MtgRnJM+ST#tT0#_jZY^tNkpUg z$g`&ExD)Gkax9uGFkWX(zh;uZhH}ON#yR!jZ_KgCJMkZ?{$w|zfVrHt?px@{01Si` z23JG_b2c+cM5DmS)m63C{U|65se}vcW9pO-|M44c;H1c#NU(AvSv~u$|K~ zcqUeWrwHKK4eXCt^u&k)`&mZer&vP+*br72JQof2L(C)*je;%LY?)jsBfvIZplwaf zfHhma;6THoUqj-xW?PdT<%oPRBTlIX+)^?1svzb|VUvm8@OQL`Mcx zAgnMrIvSNF%p?(wq9T|1)hUQ+@@<{Dz$CX?ELl*zmiZSjsegnr#sbAT?cx^Z_!qik zH&Cv#8&RNK&06&*=*R#HgcSzYM1%4@W|D|TL6IMh=}G7EEv0O4zWye!T)WXfNE+%B znI_v32_`aVD_MdXCo;CE;Pz)(mw^swqZD1Yi7R5=FOj^1LGda!cr2uy(?NJT*ZaC- zH>6)<(Gw#I>6aLPZ=xdu(hyb{yc~`66U-zLjUp|l;$68)cVBx;+I&;Ewf_TxvFJbp zqp#f>364mu|A0xpHl8%a0>(K3WE4BI8m~Kc17@(@hyrHqZPm|7PQ^!}BLgrHRu~N4 zHgYQdF9r+|jRGSV`klpmhj?Shf1zJ5m@F(_3;hX9?k!QuSg<%Jf6QWz=j)E$VA;xU zM8PtH!P1J346s00VK6fqmS$#>h(=+VG+lHN^)~O#7Cea=&r2tZ&19cJsf`JLAc`6b z8|MU&Ma*%#?$`~Rg?1wfo5NTeAC8U;*g#leaCkH}dohzlG>T1i?bZXEmPkh(hH?)~+PW z(0~er6$Up&qjDKDNkpTljEBLfC)@1_3ap4^sbn#k;4}DK$ArE^Z!O=$iB{($+6S3q zkt9gFGB-?k8Xz&EF!?=e(+ALz0TT!-4E_*}$)n695shLZ2cNEVPqx?dzH1nKYUPqe z#cS{pDVbXL{W1y}t4DD@^n8Oken)rghRPr9MieT8w$p1U5(n!{8c>0-!XVgAJ!3kS z_>iGOM5Cz4#q*Nv3i$yM&u#@4&sa2BV7wO3?=r~)Jo1YLjPt?gaCUe&PIv4E%$jy1 z3Ye`KFvHN10T>8Ne5N-Vn2nf8A{qro?lg;!tNGs21v|~vV#$KywbQ%~lX?@BF%~G! z2c9j=@f_W;8z`IFjVMsQ!di73bYuVp!U}_fqe0o7nIxi7P~^84WQ%9IvzaB?Qr7QM zbolmyUOZWFyuQ6Kmr1`b${GtC=VQ-9nB%YMj@`i7&u&D4a~x~sgVB)z90)56j*kYX zmzgA@QE=q;oVZP=Cs$D40+&r+Kaa5P=0YA$y!FjF%-=-`V?pA4=*crluhJd6L2@pOo)}S(JjYt}`{>9334|2}zm10Em&_y)jY2Y8 zE}PY%r#L0b)1*~-SV;b;G1O!`W`ywx4?m%JvNSc0PqxV5zCu-}fexxURbPui@~UV; z_e0PhFi4(30AeBTd5geZ~+c zqEW>62gJ*jbg88~o$qYP_ViY?!+rdx&OV)f{1@X!^$;6naQ_09l@14*HU0dw@%{x{ zXzgYMYv$2r|@MEyATWk1fj=*aNngs{X%exrY!J28_)H2UL|OQC!*ldj~7g_d+l z?DczPX#vlA@qq?M|D`n!H4)(K$fQ36WsL=n^WpQ?nd2_qu^Tvt+Kni1ma|q~jE)T8 zKv?2~ztQ02m`NfU1*bZ@EqT7>DQCB$P_mGW_vu}_nas;j!dQ?vA2lD(9G|K?c7tTO z-H3wZD%PUMp(6t%5LOucAR3Z$nMooVg+$(L4XYWErcheq)v?HLF4s#Yi;LII)~7MS zFF`S5;o^MTfJm~ePjBS}?grhl8!ngHjVN56U~MZhLL+wkA*?WXG8&hAm`NfU#YMiq z*H_5r3UyYhUlH$4=L#+DrQ(uo!NgFLZAt?hyH#_^0yMFqzp+ImKfg(;GthCZrx@{m zfA21OXe?x$Q*U_g;4H)M8U(Gw#InG;z1E$eq5@b93Q zv2bxtz&W2ezEpSYhRd0DBMO)2S=)XO9T{+eu*9c*qj7ndnIxi7Tx0@Hwv-m%nfDrx zV4YSimMkcZ>$Hg33(tGK8D)$GigN>|;& zE>|pQoRe=}V~*d{9lJpzQhc>7CSpWEvt^t9%&X|g01bpCKJyz5%?8XQ5sgA4^Fe!Z z8L@p#?sk%m-*5Vjd>vR7O%@ohe9*U;o<=?vi54VeG2=!p>p z%tF?>Yoj9rFc6mb*l#p2yD^hQGzv^J^fCxcOF5q|cY6&?>lq9r3(r)a1@&a4u&Nxnk+D0!_pB<@}p4BSim@^T&!e{PtYB^0aLOYQNTRI zT6YCHG5`Z%iO>B;1M?s=NkpT-$Zv#n=1N(y2Uii_6z|KGyFC|7@QsiL3(4Z+^^K4d zSp!^#;>Nf&*w;NITe8$@PT6AQ<2f`Ac|Bc4y9cGeiFk zTkzY#gMq19ELl({`V34rGpX-K8DoLsoP6;ZbNsaK*bS5i>_!wQn_}XdJal{%9T`A@ zu*BzoQ)<;{T4YaPCW&Ybp!B4dXFB|j908PSvDFBaXPDG~Mj2y);+%HzHgo);?$`~K z*X>3WDEqNi{X04`fC6EOkN!r35;BuSGz!Ybuuc+hLM<(c6u{bLvEH8_+R$txS%fz6 z>1#e>jW8B-R$?LKoZzqlOA?r>J9a~8oZW~*Xa#HU_0f?5AqY!+5;z*6BbiAe8bxRm z1490HiEh-$kTjAkM4S3RG>tXG&M0v#h@2B2_F|3?&>g!$w2R${g6IdV#TTF>14Iy( z_*8H-MCUP+L^KMKoEWoy$nz6LFfnehkSso46XOF}0~Ao)Sok=nL@Z;DkJTN!;Zw95 zQTRN`+IlHEGT;MYiO&W{<8v=FNkpUgn1(U$j}{q*vE;vAP#~R^M6gU<_&M6Yt zGRHUSj@=Nt%x**>^a*S4YtWGaAqY!+Iyf4kx0p#H8bwH6V$)se$uESfAZ8~Ok< zmPx)D${7n7=R}AZ%<;CmV>e(nw;NHwT+UjTB!3%#fw06!f1`mpo0%k{QDEfT1nuJ0 z;c|9`-{lf;3(5au?mWOGE2_S)m#|CDVaY5x4D2o}X$Tj|836%7LeEUkOtUl7v)w%# z$S5chRgwe&1wlnYB`L{|=u1>dl2L*fP(e^Y(pRT?y3VQ7RmG`#`@Rp)^F8nPzO&T% zpZ?eH)~$Q*sj61PVquvS1Iy;j?%nM^i`{TQ%MOjEdk+dZfPu8s!M|Z(wqPNN zX%rZ}c4>5|GGyP>WGzl4T(ZlOZ_$^ylhRiGeAO@M4 ztbhN8LJnjgEp-HN7?~axl9)!3(GSy&N>b57vstmAL_JKu&8(ge>q3%15f?oy$|_8j zv4v%z%LMuQ00q)gM*xRGIfI2HrcqGz$^x}L<5<$|NFVr18W#)A$}ywM zvds1_v@{7CaRJ0;On4hxSO(2T{vZaLdsz=pMmcS7FC(g2b#p2yIOQM_l%BBoiL6g=OFz>R?a;!gy zfo0OR-PUu`S5U|S3#652D{LElPFj$KB&JbV^qZJwpGSX|hUX+~S}ZV8Z(`11mVX!R zOaew+(C{NB{4-lv2F&;TK@2cEu-^S43ORs*wDN4nFfg04ki;|!jGoKr9m-Q4t(#j7 zsqM|j8y5>r)LiE0%=Y`y(j;iaB@C*7-@5ppwuNQTJm3#vpc!U8tX3Pe)`2>pfwb~$ zBn-{rEF>|FLZc6bQ-{Izs&iBmUdX_qa8~PLv57hq?iptMztGeqY{VrEyx2d(ViORS zVe=Nto&+)2T)_JHzxWFs*g#r&_U$k>r?Qa5G>VNb;8g2T$~CpKeHZM&mO>8{aJqsN z3sF=7=RB+uXtLdx(chZHB@Y`g;c2$845BssK@3E9vL0U_g&Yt;T6uO?7^0uEki;|! zk-lNo2h~g96nNlP;}52sYlXSX7ped4f8WnLUg~CZQrOe3-?A zkF$kksEqi77*v+ouG^YKjiHbO6-X=3mfg<9cIJfd3M6!~M74ic@TH~ek=uV-r_)>6bSdl`sybAD zbi(lrnd=dU6yT?ei#Kj#!gt%kGT?9U2Qk3!$>_Wlg&e>`T6wlt82D{iNMafVelr5R zdBNnu-Tb2rcG#S29QLt-_u^imjU^xIdhLdddgqf{(E?p9v6F*-4@2eOh(QwQ;-Zs} znDBg9=K;bp(EsBPVnF{2qw+)ig$~dmEp^av81x1UNlc@lZ%sg_>&9HH(|?!Y4l~Pf z-2V^OleNz*eZ=eaZZ`3SgkNGIiD?w!rC{71=oxh(>)omv5K(P9jfhR`(lMjlam?h?(ZD1`#HBmuGU1DD zVHqN4_=6ZkR?N)>q_?3s2ZbDnKw5dWQXYJ0TbP9;rcp%J0z~?%Lqnz3z^2E!vAT0# zE$=wDsEJZ6H|>=?p^;AgicY7qyy+--6k9t6<4YI_w_ztIVJt2zx|az*WDCnMzTF?h zV7wn=?j96!U<_&H+5TaScVHojX%u7qg1n}7z-|?|YKki(EvPjHpZJymR*LE%ou)Kd^;m5dYmD#6bLYMjWZzcR&nj z<=JUrh>vC=iD?w#9LD0_5$pKH+HlYK-CGkq*POAV|IedFTmP{I_yQrGlt8C>vhi-e zw};YEKd{s3EMwulM%x%2N=F&o>2%h#(wP>Oj_Tk}r?ZKb&h~BT1olt|FUi|uHVr{Hv z$hw2os%?K6YYhk*jMhDEq7UlkJxzt}G)MMDFTbb3RI&N9I-QYyTU)n{Y@bE&#G{<= zbUN!<7h2TI%-tBOMglhT8ISJv z)`Z6UeiB}(L!(YZVl&(RN<9F{-k2dcw<{whRbUHAO@E|u)bXfg&ep*T6y-zFfPAiA&F@e7rj`lUad9MW<8^W zrLI!lc~kT<1B=D%=EZ`uYRt`O3bTGUv^5DFaiQaWO!$koune5t{Xq;k3x3Yrs`X>R z=TXQ34y2W53w_QEdamlV_Zc|EGz!kDFsmXx-&c+#XSw$F#iFxX3_6D}^BZVv5<23- z$K#mr$+oZzoiTq9gU+T5onukRfexgVXVb&zti?hS(>&-5SI0)w(36agY5yrg=M-lC zWoT>)I-7}02!FtYud{_^=v?j(V$eC9_4CyzQ@#56ZNBV)tmTBSF7;4$!!0G}dw_!@4Ye-MMq{5y18YlA+ILJnLYtvs8s zL-6V99fk`rjpCv=6&uHetPRq=|A}w>^x~f;Fvaiozf#Nya|kni6b(&6MqJW0mkFO} z3(Jt1=?`L%nZl5ngF+5uAgw%`8b)Sy7Lu4okIFMGJ9U2B_4;GS`M#0fbR>ylj z>U}YM5F2k-EGq3E!~$=N`ErHZ(a0oJ#6>svv0i@I7M7uMhd+ox-t`3Ez7UMyovLPlJo zu?Q=OTiO5g&e3rT6xwLMrCCdl9)zOX@2Eyl+^Zd)mi0Q|4`LgzZm|?Z8a|zoK<7S zm?N3>bJ5l$aKz;iUuME;B}nUj0m3qH_*xGV#DH@k>*bSB$N>(dm1hTq!P$j{B&Jbt z^lQ7yNWD=SsFjAJMj3c*XId7EOVn#Swf4puurEb3lW-9iMO@8HxTQjpQP{;ufq?Kpu?PTWMu1D!fEF>|F!qYsEMtz(fil4VMbhBbX ziJG@;&#c}LZA=11T*h!H6YjBvWuWZu4`M*skM-&yDC7VI(o*|IghAPXg(Rj?Q1pJ> z%^pt~VqiaRt97y1tP=AW-OG$W22D-EMqJKtG7~=C7M5XitUrjs=2+IpUqK-UHjq}H z9T&!Cn1v*!QEYUv_)t}S5-8Pb)!E+tOuY|CP%O^c7mLnnG3f9mVOOECN$7~n8m?o# zu9h9ezk%Tki%1ZI&Q+|RuSFpTI*?YLT^&Z}0v3{(M$yqD4(WRL-k@G^V8pRn7mH2Q zh@%#KS@-+jps7jNh>IGYV!|)l!m<(PxBegoo8PiN{yhpguz|Gl>~~>o?qnf}X%rhi z;tZAh;}*lQ5eM2Ai%!&t!xxPG7mZCqM_lAE5365O3y|VRoc9?zB#1%hzpS4#6mp;g zY314bVRZh+LK4#`I{Hb9j2Ye?TD^k~JW25Y#lo|C%2BvyMNAfoIK~?O(VN3OV3`wDN4NoejyZC#hvvNMag=XBk))R~j9ST%--V&gfRf zV$#0rOyK3-=FI3_(8MH6#03xgGU0=4VHqa7`hyru_GW#m79q6;GY2M+R-Ww>#$-Dd zl9)y@(ci9TS4LEQZu~J3W%}2K?7L%x(&!x=h zYth6cOvFVEH#6ZoY+)HD*ZG4OOdeu=dJ_scFoCr4?BOsbx3iGMG>VBn=e4g^>FL4U z^K{pL;>r>@=e5XYO8%<68mF=b@gLR{FeBNJ9jzFPe!A6d5c z2Qi>DSg-DYLXMFI(#o^3Feqgfl9<*8N`HB{6!}U;*VO4|pCVB9WL6)BHYR~0E@J3s z!o#+(Y(zQSAH;xiDeKiT3OPW5wDRn-FeqoUki;|!ie8)+jR`DHgGR+d616yOgxP!? zT9^chxPalSO!!P&SO&@Q{vZaD|6x5!Rwp_jfwc1M{xBrJWFd)Z6q5Df{p>)c(Wtae z`O$m9s_Jg_7x%iO3BKJ|VT5UhDi)shTahm#cs^_WluqYlpX9PZ%slEWhQ#$YSJCq* zacRYEO!#hFSO)YB{vZbEj~RWpqL2e%X7zv2#w1Y0g%ck$;rX$2 z7ldV?yyFjIK-r)5>PPqs9iTv3d3Hb;lpR?}Vj2ZSf0-)PdIu}B;@n}9F@Lgi5^45g%C$D;eK0K28db+ z+nSN-IR^=10Qnv3&BIa10SKg(XOD&fxr>D)rcprj^mTT*(i1;@)vb!fBx?FPz>J=a zCMJy|;vxvX-t}v?undzqEPE2fVDdie(-Tn0feECQXCH(yd7XtMrcq4v^tDzVQU5P$ zEP?53vstmAL``2$WmaE^HYR~0E`j(S6aJwsECb~te-H!8TD#d}&UaDB0Scs*XKU|f zMpf72@Ukoh8$OrVj)^9X7c+U>xSjA#y$xmanZ!;tXf~Kj-|718AN>j zD+yvCx`OriYAED@2-3>4E5i_-%R&;cJ(3&v_sWr;h6UZ)T za0)_OipwbWWx@y9!ZL(*^#?HsJCX4&S%2kv4v&8pXCo?fS-4FUI}MHf^($(t$V-{+H=?CU(1=Sz?qI_A+QKquZt@2) z&}_t@xgCWZ&_G&wws9DmRar=48ihtzC(a%$mxt6GzY@2{1ym%s!qI*S^g~A znFNfuOym_NtkzY=&&;0l2Qk1L%zF1_6mkFqY311$!@%suLK4#`FnW}kRT(Z21dX^9V_{ZqzLYI28)fG82Qkomnf35ODCB?!(#o^1grTXk zki;|!%?5fdHddQasSm0JHMP?Ctw~SD8a3yp#uI$A9AKzHV*Ot;Kiy>2y}< zZapHvY-_`q+1AnwimkB2laLmdjqJdLcejOQNO${#7^Hv6`1>3RIgp05^6Zu{(m!G$ ziD?vRz5B-K&{*9(Mnp}wVD}BHb*HhJ-@+zp_l-T6@x5qj5;o!@k|8Esw}oZc^!bAr zY+h!4JOhOs*g#r&_DUF=$5}{XS{pX?(NeEEiDq!D(TFVF25hX>pCW7;%=k0V)Ff=g z1tsS(;Y(~`88&D7gBWZU*~45^`q}PW6mnn#Y313XdzdMp>)Gxjh7B=|V$-Z;98%kK zM~yPNmJwPNi%HbS;O{V_e}X0^VInRnxrqs@HKFm7^K1P<3?`d1Om0LW2PTkKo^27v zWL*}Lm_{+td;63}W|fDkqe(|y!QMWseX;07?d@|1Gyf?xHVGYZxyc`y@SkmA*$DHr zKZrr6#QOOUDC9r~(#o@*Fgp9Oki;~Kj{ZD6yISiTt(EKXpNCD$VsVN3Jp31C_=jj_ z5-#GhllfVJ`XabM1B7L`e8jRRK@2XZv%Z}Vg&ep*T6uOx7?)#NNMahrMVFnZL1rX! z>kTM7X*Mesl&G?kMOlBXiZ&*JA}%{wmkDod3(G*^OPfg$1Imr8SJy!y2PlwMp4}7% zhL ziUmvlH3rtt!7uD|KKAFA_7?&^o8WaVI^5~3y1MCW3bnd^O82r;S}PS6tt`;`Uw5o_ zFTOzc64mY{C+I&dRmrBXt6&J>OuGEUWjtybZYya$pFh?XmR)|s{vhV^dyic!YRzzK z>gl-rAgw(6Z}{^2D+@_XqnF=iaQO{aYmHK^tEXD3wKhu9*PB`p*Egn?_o=lny`|Qw zKMlqwegTD-a5QYEahl)s47~Mff065h9LkRDpVjHi?Duh-$AEquL*-h;APIDF+0o5R z_zqiG2KsgWAO`d)dzyaJSJX`?vT%uvYVBd z@EW$T43wq)K@2F@vR+*gg&d$jTIx{WFesO?ki;|!ivAGP?D3Q@;_yb_YF#WgQ6GZV zWX5lerY4Oq;=-GqnDCyqune1R{6P#hPq98$OMwFub4W`a>>I}Beio9LMzNU;6Z5)0 z@}oR93NvtBEFE=ITEQ8jSb)}unegt#y5K0ZHwhqdAx@nMA8iZE0Gib4#s zYbfLxcOWfw$nRbTGS`InEd~%VjRK?(6DI&gkpr(xNZVqOX@6xBco}dEGyR)rXc98w zGMtN;@ON!t88YAU2QkQO$dI`Zg&fF0TI#UhFfuE%ki;~KjDE-8rxt+qR;pw1@Ays2 zVsVLj$NxQM_)TbL5-#ErmtQgA`)pwuE;svw7+elyeR~HAIdFlr)Dgd7Ty|k0iD?uU zy=_=uWgu=F19i3rS3)kTmO{D&@Ye(aLDK)-~#UkLcZsUDrX;*2Q8IHT`{!8UHbwnuLwG zpk*Q}_+Jbc#DK62o6q=z7;JvT`gj5gIk17W)G@zdY%XRYiD?uYy}Wc3JH9j&_m~au zdF|%Kf)lm8ba7_=dT47BIN}nQX-s%aTUZ9p`u-pWoX1%&PemaIIFOb){5K5Fy(}a# zje?_J;PutUMoU9cGhTQv(`;5OC{Zu)wqjQAfi@)v#Dtq7HpHp4t6Pv@!`6aXHIHO!&LDund-O`GXi(_G3MJAqqKQfwa^yzhPK* zU?GWV6c)X+TYo9;7#Ua@qS_RTNYu`5-(x2K6b(#5L|k(5OD6pPY+)H9Kl2AMh#brM z^A{-OKm^iKNBV{l8D=4gX%rDXp7e}WhWaWaagWY0p0pYk3ro~^awoIy5B!>k^+VO zx>d25M3pVP%8XXa)?43Fk}wgMEqug;$#QxSmSOTAe-MMoZ&{yyh`-Q*38bYC?G0mc zCkshTqnPO1&S+_N)bs>yJE~2wh(z6X=4Y#2mc}(zDTwrl3l>&p!fV>XGDMc~2Qi5J zm-XjLDC9r{(#o^*M&V?x z3Q2QTqWU}TBcYy^K&xUgi5g4#nbEV*#3W3_B?u=l;jh}lGE8RsgBVQaus%H=g&deb zTIvAaFeViil9)y@(L3Vzl-1^ty>Y_{?1(?!u2@u}cEtZ0Gy6g`G6@xN>B0Ay@DFWa z87dd~gBVo4$NKfVDC9r|(ozTThEX|(g(Rj?RP^_r@h(p(lY{R)cJpGviTd8dw~V+O zZA}74T!iot>+{EKVHr60_=6a59%8-xAPPCafwa_-ykT%|XCaAc6rAR?woxt($4_ga zRk4^v-HP}Y5oAY+BuvC*2!Cfi{5JL;2+J^e)gQ!Q@*mcxucMFy6G%%P#v8`uH5QVX zMlsRbQq`fuQ$`n9%|sg)3r+iKra(R1znSd|$crHQLS=D%~t3F^!_K9+YdB z#v0Y(YEQ+`qE}I>9amlOOz?xinHEdySLOc4zA|7 zQJPbU0=bDyPp6TwS5CISU-l6U@2KE6bUL49EQF)>_a0*qoP!;lgs`}5;}Rx(g)J;Y z_*{PwgYYjHZx^GG17S!j&wd$3_=hYcF^wXuUu3HD&g1Uf8WPp0(~#KEM!m?qlG%Jc zT9^chxLo5lCVaOoEQ90*e-H!7ORPt4MIi?ykXD|(9ERjE7Lu4oA<;9u`e?OL>38la z;;jOM8QyriVo`~j;oZZ`eiDsLLPcD*@gfuclPxSm<@f#|29@kh^t11DIGQ~7MS)aUEt~QHD>t-XlD{I z;?j-z*dn%tanU3Q%YgZiWlw?_U^ZjG%!@(}U?8nL+dK@+IxHkHtqquZb!?=scc?lR zSHA(kVAD?#FpIE$n~ZiQ0V6Kr*nkO7vxQ~Atl^vr-tC&$E!k zGzyF^4C^a3N|u1lro{pibvrtUSw4hzCIKTZ z?BJVz9BT{9fEi}llOP6|8(8l)P{;ucq?KnkhJpD$3rS3)!07ehy4PVZ&PZZlJveDw zEHY8+!H;96pM!=bAtNsHxP%E`VGGNUIoBV=AoBw2--}VmfefUTXD^14`3(z6Oryx? zk0!d?)ftWDp-5)nqX}(XEHqIcO|E3N--?zdK_f2uxQ7WpXba1rxy>KMKr?Z_ZtIo% z-6-UM2GYv21@;R*C%wm@A*NAiR);s?y5C2uv&*&7YGtGmNzNo!gktfT9P{S+A=UwZ zMst(!5f_5I$%Nmvg=P5s#UI4rGmYW%1`0Xwfwb~$lQ2GOu#m(wiqGDN&tSDtHRR}5 z&`qo=z3O-ub!;eoIj#StGOSi;nZIjbT9xt>eQ$-$C^g!YD;Bf%QOcJW6tvhsx6_$@ z(ngiO%#35>c6U0jEzHOTpM=!cfB83+7b?84l^AH-ak zv)EO%I|?~2Oh_xwW`{4#0Tz;&MlZ}w&4qb%Wz<|`cv+TeYQf1Y&*eA42a|ae(Lpwf|HV+@lF7kVW@E-uJgh%Fgg z(iWCMK94_$fqcdN&16o0u3Hd=9FRj=dA8F2!N<^rSx90Ug&bdZ^;Y|kaf@Z|*Io0v ztJ${G$k-@Hz3y6ynNGI2NJ2(j^fZkLZ;3q#!ZKvm_Xjb^?8N$aDhfG}fwb~$=P)vx zv5>?xij1xpnN=By`}P7ABhaW=NTMo6wqiE#h88A4A}%Z9`)+*E7M4M>JIkH~F_2VQ zkA5D79FRa-c{Un`_4%*$q{-3mIQh@B&MFtUIIASxvFB+DV+1 zE>CR2(CL(Rwo*D+oRUEbVC-~KU$l}MZc8dq0{2}uEKJ1pW=VsZxCCwqwsLKGTUa)z zE#MDg2DQ}>Fz)Dwu*FfxF{nXWc{cd~b31m`OfJbn64SOkpxV9FV%^<`&cEAay{fl) za6wnKYoyxf9gLbY!FyP{d8fg#AH||p^-f~ePeWUiz!8_ibu;15*}^h#Ht`2B;OxPA zc`FohfCFje*`8r=wq_xTX%w6-;ci%KZOo}}gX-AXO1(k05*Yt$PuaQA>qOsxy`YX< zEJsVV4M4tZ;P!#PtkYR7Z7zJcsjVl@3O4Gfm6fxdPH25Ap{?2y3XIb`FkojRj478} zpSYOtL?-+-TUd6v@l7~L5OcYm&903TP{?t)L0WnCjqv4mA`3}OqnF#7aJiYyP4$IU z9v-dKoNq!V_*jN3YoOrwAo43~QI$>eM|2uu`>I+i2I5m0OIKqTCqXPOaQrC~zS$O* zLHq-M5CidjjJWGi$N@2=m1n;WLwqv}Nlc><>x$TcN+V@~KMcdzw9~-YlZ^Jy(1B6! z7tC_9X+{z-;_}8Pneg-2k02}q<`I7o1I!z&cb`BZ2QZLUp1m0c=8r5SF^vMFH%(N% z9yKL}MXjn$v4|`kGp4-2Onw~=OhQCl%=m96{DCbjL*(!NAO?{YzF?*e`T^!`6mlQ} zY3139UkERUPdT%@2QyD2Wsx^CX(Ra$Zy^cQ)mU?HX(@sXpvz=R{ zP4wMES9I$Yi(C7eWnX&m5O02Or;}RC^fJs=w`{uxd`ZFAI^uVy)7r{POD#K<*Q0&N z;NArnttMTX;zH4V*_y_KY+>1@xvM{jxik-F*U>&GR_RRnen4&Y7#c$GRC<~_(WS+hRsZW z5QELBtdHlQkOLb?E6=_j#%3-HNlc^IED0m}%$ZU5e0Z>#IkQ+m+8=BJvqHWx$XRG# z5+LFdzzbO4UTO==06E(q!~pVh)|=;}kOL4%E6=VE19AlmNlc@FtP6n5F82yc^g(>;WSY45 zJ5cEYu{zC;eWzTeZGz>a8RmWDw{$wKWi6yPY)dPEG~a#XJ?!u#q{W4O8C#>Z0ImZB zVHwi@Wk{1C2I0q4w5dzr^KMWAR}y3?D!%)saV@pi>B993Jk6EpiD zG%^VlaTy}t!ehV|mZ5Sm%bo-=sGP+5^#~MlpaN;B4f?{U)L2Mj8bw8yH;;cBZw$I8 zre0j&#!1>1i%e8`^B^<*cr-K#8F4w{*O>5Gwy+GD6Z}C8GS{&F{VEDMkb$)F?8jkb zE@2^wX%rcKGU{Nt)MskOWP=ObADhjJ1*QG|7?@$5&8)s0ZA=11T#EQZCj3)dSO&^> z{Xq;UPq1G70SY-lfwc1M$uKDQv5>?x3d$syVU3n*rGZ*$G_GI=-Vd9W#p2RlHyFU> zXUy<>(aa=V#6@0@FySX`VHqy>`GXi-K4yLUFbX+vfwc1MGY17H|F;kkBzVN-K%Zm6yV=4rc((EfG4LG6dU|^la=-&= z<=OFJct%)AVj6`TWNTCSEmt+MXCM6vM(`MRMz@Moz7|1?$(R~N;js(jDbfnK+ea`Pr_SVzH}KA zzRDJs;eCNWh{5{>#-iGbq_x!1fj6Y3Ht-AM{TmjNm`3r|6>g12+{;9$a8qqMjfnj+ zJgUO&YG(3{XkZc|;xd{$nDD)}undu#{6P#N6Av~Qkp7%fv@;19aRCkA)a7rs zund^zSoS1{0cIKl=4BLe00U{M4f?{stieJO(?93Oaew+sIoo-W~wbL17@;6hymuStasN#AqOy!R-Sz= z49sj6l9)z;(H|!ovn#PHMB(E^vstmAEEhASoyM%*0c}hIMO^-|CllV^7M6jsqd$lN z<)^Gy_dp>BD3Dg3{VWX1cUeec8U;n)e&&{kMx(|Qc&vv;#X=Hw`#FHw+=~__K_V`s z7-GV8TUZ83pFfC!C@38a;0&xRp+kcA|sQAqUHaaeoNEDwvT42Q4dq;0Xt zM137^Fw@mOG_5CqBxJ+|73VNvvOf+8%aA$UAH*OtFK*`K4$h(quDWf)hWQL&IjjVl*3n}38BCP5-Dp}3w2-(m~PAi2gL z#6YqUgXHHZYrK`7gVgtgg3B- zW#h|A{vZaMAG1DQ1BD#eKw5eBlQ1^lVIhfW6r1L5l)Y*L(t2yN92qcrH_B$aVo_N> z=D~SGX7;vdWXcHBFD|Cog$eI%3(HX1&L6~}@+9lmol(ev3Z#{1zYnAGYZj82Mp4lt zOmA=3aH-xX*VIw&tu;Y1U|@u?S{I8=)CjW=GkyR~O~OW8Mls5SXWPOuYzF;73^t!R zq`UQjRX-P1QOJP}q?Ko%JtX*C^d`fGm`1T_7Mk~V^;PP$F{{H6ZI%P zhnapB8k&TRxTxX+CVZ(aEJKFx6h(pv6yfq3GyHutGYJ=QslvQ$ z1-aT0iM~vh;qn2?o&+(t{DAfCJSgPA1=7m1ABJ(ckcA|sQCym}EoD{KS05_X<5sfh z+7{EaSYV=F*DcKYZFRIW2^ewN!um{jsx2%7X0kts0p?NGyX&El0~kmv&mIc{b2ke~ zOryZ)18>!~r{lo57m|C27&uOgHZB&L_G7*R?_j1e+jm1tlb{ioF6_sIzi11~pxNCY z#6a@_>*3F%kOLY>E6+X*L-ThQl9)!JSq5r|8@1R02KLz1t%}8D*_ih)hcKg$LKBlP z5f?7hnefrJundzK{vZaEwGZvK9;9n1hEb?)vx!0CyTP!kBZ*pH@rvDcWO+rRozAz749={-Nz5v29WZq}llOP6}M_B)6 zDC9r}(#o^ngpv6b3rS3)$mnlIJ(XHxu&<{Lzi11~fZ5$2!~iq-OWoG9(dSXf0Su&-XKQ>Z z_-wQk3rS3)z%+N9QAbh7^8(LCqpg<3;u7_2bOsE zVsP1$_3bPaa^M1K<=I|gT()5$iD?uUJ-!U7Gj|hsf$;^K77I+&_;LcX{9Lp%2^et^ z!*`hQmA0@9nDhKW3^21;@2Y*vT3;L-z(87gHaiT=01HV>qrm7gO!Wz%(LWsZoCIZ< z&1S`d5>ojb50Zz9y76|!q7qe6*Uik{3yn-dMO?ygAQL{!7M6`Hd;5bJ zRCZ*}^hF z9`gq=fV{za^BEL!00L>LBX`4q{E>wurcppPhg!M%V0lKlwH{h;w5k3w)Ba0k$T@?V z=-b>9-qbbY7E97{ZIhT!$VmOJPG_`yck3|(Hrs4JYt5Gt%<`14ola+cE1fOc3<{K` zzRX}<=3w)*lys?y%RN?Mn}V!m3(GFGW&J_SrMBte#vQ$IZ)Fs6TxyV3o=rd8xZrwb zT#JPyrqN4ndAQVu%cYUgQX{VP9X5(>HS9Dj_Aa24VqjUD*}WxNnFNct(BpGVcsE;E z2Fq6dAO@DhSl9)z;Sp`NH zwOPYRxwp|*o>d;I#%;*9Y+LhU!C5tCq#0$_e;sX20!Lix@hv8Np)D)}=QMv11J2J` zFMkt-9N<7&>UiBSI9ITc#54+yzAg2s#S*<^J#p1!a9e6MEEbli+tNkM?w_EQDX>fx z7kb>pgm1TnWw2c94`N_>j`i$~DCB?z(#o^v!>~NeLK4&3VCk>c#)f;!@vyWSeu`kZ zgW3H%v@!`6aghh#i}8=Pund+*S@tA|fo1+9x?4{tdcylO3OQhbwDN4i5y1)XI}8?L z8ihr_)*ONf?^xWKAMjdpyj`)VEFW_ddWo6+HX50Pinz?y?q7v7s4JuQp*pFl}5cG%Lr9F6%Jcw?#{nMi+5$$1Y5GZ(CRf&367E2AY#u5ATdZ z4rm~)JUb-}%@_+wOry}~g*Nrd@aWLop0UbM+-DP5XhYf-i_A(f$n3*RFQcJJ$cPI( zMwsxJEi6N(-yg&vb1m!NVH9#818L>ibzx*KVE~kbVwO=G{Uo1MS z#f&t+V&*@M#wMX7F8_Fm3ID|wmZ9^EKZrqRLx#>DQOJP~q?Kn~VRTkzA&F@e9sNk% zS1AowN8)x1g-7b~cEzF+^+^3!X7&eYWD+Xk(vSJrPBIH0VlHeDmZ93W;|Jh_0>vfVG<gur7dbzh2xyLy?8IiWd zA`|sw)WuBS0S!$;MqI|QCllV^7M3Biqd$m2=0~i5_dp>BGLTlDT@yy;ViuB^Mv>89 zriZKQw2k=ccla`mO^XF4>dQ3WaJ7PVCIKTZWvH>fo@)!sfH}$^!~pX+>)n|sTW!+M@^+0_)3OR6rwDN4dl9_kA9;hd= zki;~Ki{9{YR(T}y-3x5^s9P0_$+9t++{cW55=~6OWSaPU^ovaRPqwfOli&M;7)|F zqOvi($5lJ`1-sSlJ#`rNxfPVlVS&tzkh(YF1 z*1u1pkOLV=E6=_ZMrKbIl9)!3(eI&~Lq+s69lVFero{rYV$6-{MP~WiXlK$GBmQ>& zArqeWOBSgzVE*k7Vt_e?_3j7w3mw2fT6y->Ffg-NNMafV2FDn6=2SIu=VUX+G}{)7 zOw<@NAKTz+MZ4#s#~AT9^fj6A2DY#anU(xO3^LcT{v})7I*@_1^6aN!WG-hRiD?uW zz5AfPwKTiEYgW|93)p?oYF#WgtHg{n8#3c}w0kca8}V0lwd1UHS2@5ImSMA#KZwER zY1YSTd)(H|*MSYBm1oa{v3Y=nB&G$iiCgZ?u^IdnVe7 zuo+?5lOP70d3tR=$56)qQ?$N>zb zm1hTsf!URXB&JbdR);s${iWV=PqjJ&HpH#;R!Xf6e>4N1c$C#7SA=5mnH)2pxsP?g zOK5HiKAVVFegBOK|H~GZ;q$UTh{5M1*4KYUAqPH?R-S!1j8Bb)B&Jb(^pn%5{xVUn zt3?h`cPDsqB5jLBW~CTp-eRUNfIDg>AtV0Qz9ie5YmzN2LuNsL5QEG$tbdn4AqO&$ zR-XMhjLao0Br%O5qt{Q(9xOHLrO`NE;3HV8VX?5Ze*_DBZCZiZ-Gx>r!6N?Vz8MqV z#uk>rvXMWCf#nI-v(r(?0Sly+XHSM3*U>Om;v00q*@v(NMepOD^QA&F@e6kQjnOU{!P z+L@Nc;<7@_P3TBwcmvH$!bSWQ`#2_ivMnsbWy~MM;Idv{xAns3SQK*L0%_&h`e9sF zU?GWV6c_!Rq&vM)87{{^Ct=fKfr)xfI)zz&5!#sqjQHF26-@X?wy+GCi~T_iF#EIK z{T>QAfPu8~?0_&ZJF<|(Gz!d`@SHSQZP;6%_LQA#?I!q2W}vQA2Pu}C_PSDELV7p( za$l#@SkGKe4a2Qd(z#)x|qg&Yt=T6uPQ z7~*4CNMag=SXVI4s+4-GmAGZaP{BCfuG6U4wK`E1jL$N&|Bgl`p(6f<{vRg%p)D*! zBAd3IwMmG85V#59VEE}U0oT9Kf@0H<3Oi%I(c7kEDVh#9>o z?su1jiTKO;a%?lSRcv7yCX4xl7))MZeYz|PIWU2=^6bShCcj}JiD?v*=JVND&+JlM zNi=+zsOx6Mf)e$7wkorF3fh0!P^K|Z z4nZLYD3Dg3Z4w4$4HlA^MnPF0Cfajb=ThjRd3Bt5b-1T8Qc^36T`!m?_-40oUd7!1 z^Ybcv*+2m+{VAOWdTDcQ!=!tIm`QgpLqcs<-71Jk0$Tj-{+mqr+qSR_XthnY^%{W$ zF+f)secwPK2hfmKo*fki`Vbb9m_~utl|t3gMrA}Ta3871e!_>6536;jv9TxMtHfY) zAv6AGXlfER;xGBPFyT9GVHq}jV{H<|U~>-Z<6okX0~<&y&&~~Fb21A_OrzN7&m`5+ z@(66_KM_r_iXw*v%PWzc-YvL`_dG_SE9o)3i_&_G&w_UAA(PqC21Gz!g*Fw^QOHPjtx zZr7&cLyVqqjsMZ{r>_37AtziDeX}0eb-{=fOIG{W6<<>DK5IOwPN%eDcWW*Jv#_o< z*nKI%McDEQOzw1E8(Den)RtG^1A;?^<9AI_jT7lBAZUR(h59VUFGEi6O+Jbw^_ zd=KOE5)^VE4{7CDZy5RgSx90UMSdzpewqvU!O~EFGU(GfjZrG-bVP?=)akrzyr;$B z{e1?=@38Ze@D`UWJ;Q|mXba2me$*et;C&%uk!NX_8V2ho$_jIm`Hu>U3&0?#RYkJc(mdCCM24zOzAX7sffetw-)01 zCv`e88}LnH0H4ed*$2Bn32kOLY>OYKz=hGrHENlc^A=+k`1`+aOA9ve8#*KS@cIIG6on$)(^ z)*a#>XloKU;!>@5n6TR5I366ng)s?Yz`2g~@_$gs0S=_4cB}}4b2$r1OrzlFrF!*7 zrFX{Mt`Swp?0Wq4-ko5n9%)-FGEqzQ)V9(VGRxpDcS*>Ii?&u_o1U#@3(LluW&J@6 zGEcMqT^WTO$Us_Zw~8<_53rELG>VL#1e0#>szyNr&rVkBVzG&u1h37E-xf_x!bV)e zwF?v8+ZL8#vzRzG=M8upy>VY;;j*Z*SL8y>W;8 zE~ z0p}pr%ilsF2RM+H+O;AK&aNyZF^z(wS10riRY&4xF|ay8w<;EssMQGF^s|~0Ve(RBwUU*U>ZHq-F>PhKUX8QYRXbLjZ#brG6vQ5qw!mac` zScc38EPE2fAoB$4-+55TfefUj_NfRXa~}&yOrywb2H(T5+pW*O_~&}VQ_DNSSHWY` zRPcx2cA9)?!G~Y=vpNm>%H6HUdZ?q@JmxLZ!i=|V5Q8Mp#l<^2GvU2#VHxP#`hytI z7p@q0^mnnHP{;u~q?KojRD#cTA2QI1X%zJ7Ht1IQ4iXVvz+-b>a0!o`b9lh8e^s%V zZx)03-VBuE5rQPl#YH?{W5Q?I!ZOTH@CPxN@4zr8yFEKFhqUr+$1vubvXI0yin%W0 z!JfAYGx5*r92eIMG2v)la7Ct^a+v2@KdM;Bql$RWW|-VzvljcYdb+rX=hsa55nEUW z`LFyz4CF^MBJV>X2jq}eo*fg0dd`dD4+F^@%h#fbiMt=g-$5Or}B9uYBQu_VbyL_HmWw3;Sm_`BLM9*!Z+v|<$ zs392vA1#fl^UxCsZ^rC2O7>VOCmgCr^hG=Vn>wABjrgW9^V(?)k|Pm-B*eufM-?VK zY75H{FZqKQ#Fsp(yY+CZAKwO1$bmSdm1j#G6?}Y~hlM1jQN;D>ZMxs|;jZH#FTzGUY6Ta9MmZ5WoKZrqRYu3-_ppXL{NGs2_ z38T}+LK4#`I{Ib0MrWvUbg9h*e2OIs~4hEa?+WoF-vEW1%2K=2_KR@oomIRKt^k^}*RoAk%une3D{vZaNTUakI zib4)>Agw&RH4M%*EF>|Ff`g;YXjvU<5s8f%ZN?iH3r*B$vmCR1BeXOL8gUuY=1h27 zTUZ9o#{M7%npap4Z-zn+XdtaTdo>Kr6D%Y#jY6Z}gQ;CB`^xG_wi&MX7vB35yazKa zi^V1CJ=k{4aJ6wVt!IvYZ7ME4`VtfFwS{H4s4bhV=OYrt;Iilp`@cC9g&ep*T6wnE z4C8{Uyzyg(3o(u2qW2E3l?N)YmzR43XfH2t#u7Fy7MQ5L!~2-!bJ5PE@kLyQ^kpXe zbz4{l%+dZJ2AC}vFejmq0~kmv&$bK$vmOgcOryZ82Je-6Yvod-GOG-G8NxnrQNzsg zjsV5NvwF;9H{a1(?J@kn8g0bINY}D{Cwm_QwK90F@&_^S^st`(3I0L{Jdl>!Eh7xi z{wyRhjl#1ez%wuqg$wL^IWSNxAWOvnauc)oZnQ6DblFT?dh`$ze#{n@0dkK&hymmb z)|(HakOL4%E6>gh19BV-Nlc@F=-JD_Kv!?2)*D&i2(uT{vRGWAW-pI3!~cwCCgCD3 z;CYh?ziSK2aQTZrh{5G1*0*ntD5-cIzdA0~tsw&%Pc;W-bd!Oryv&53wormuhhn zn?)5Zb=|C3P@>i=-^Z-}J=&NAins*g4@_8XY~AWV5SD@Rls||8<>#zdUqm4XD3Dg3 zT^|PJ3Ko)>)&@%NV68eFH-`aGn$12%pr}p6tqc1-v@r=3anVE8ZwoJgI}*x4`7g_! z1TmmI$9na%DC7VI(#o^v!=OCOLK4#`DEgqi{z|RfU!4jo$J-T)O4LDn3$h+l zdt1{>JN9eRX5vzZwU{v3b6bwe%Kjh*mHCHlCfCGY=s*S1%CiZ>#s$|?(mM13(;&J^U--7vm{lw`?cbJs*}x+{{*X>*WuK_FUJT5~FdQz$u17CqWD-x3XUS9~5$c0%_&hZDCM; z%t8{=C@6YvHGRsI(YQ%C%&l~*Vlj!DTd8f^TZri;BY#8_lQ0pNSp1a(jrWkOLD)E6@HE#^gyBl9)y@(c?*JxOBApRu~*ln$3y@C2BnR7qfaE+zB!T zl+DGZ77Me@0hh9cWuVOK4`M)BY{b447D6EhD3Dg3Ek0rfH`lY;XIMyL8U;nKo`P+p zM*2#%uF;{fl+{zLeX;07t)5z%nZFSln}m+I>|%2!ysa%PLuX@u5QEN^te-bSAqP5; zR-SDYMrVB%l9)!(Y1RO?&>60bM6;u709k-y;fbmN+>Y6Q2wIy2kGKG%mkA$b3(Mf) zo4}JG2A*El(>*BUfCtjbv%WAq2e6RDG(S9z%5XV$;IZHt5AZ31X9nv-vQ>H#JmNBp zvzhSu*ry;YgXe4hAO@Z@Sx=vZLJoK!tvov`4A1c_Br(koPw!yaw@HI{o@2o?9^g|1 z&jrl>pQE)&@QBMVZe_xE*}^h-uJ;Eq@Z8LL`W6&&zyoRJ*)PKI{D6fdrcrpB=b4Q3 zjnx}9=V?w}Xy6p;%6P+KVTn4=6tr>Ax&{62zdgP_^57sqk48a-aff<=Mj3;FHt`3>9J;MMW2_LzmYp1CeWC zplIE+EEbojqV)w?ucHDLK4#`F8W0tbb8ziUwDzHTNR5*)Qh~0nbF&!iAkf1xa@*&t-g;fEV}{aEPE2f zU~&ZO(_K)=feECQXGexH*_VYRrcq3mg0Ebv!=t{WFVt*PEFw$Cd^_5gnS3}Jn1qP9 z++u(UkJ!R8M2_$WF^GJf^=Cf{IS_%g^6a!QB1f~3#59VCt|x{inB|d1Wh8D{9eixW zro{piRZm=HmY)kU@$N>zbm1j4Efw_`}B&Jbd z^o|nP>ydXL*inKuE*6@o9VO0Vwv)Z{lb{ioTinQmZ^OO>VHq?(@dq)`JkNUg1{88Y z18L>i3t?y;VIhfW6dFBWQCsRBeRR~V2<9ugRk4^v%~x(`Mn8-uCSf8jWKbLPTMsAC z+rlzT9`Oe;m`oV8h14kmt%6G%%PGCXSj8`t-wcNr$cv^Gp;sn@yj(^}o?Q-sM2 z%;0T=rxkiD_-P^s73jN^k5wBY=x(`6O=kEOXl4p7TZoGqwr9e-+QKqiw)6)v zxSYcJHb)@`E|8WwP&kasEEbZOMsd*-T(yr;U!~Di8mg4zUfse3mo_dIny3lxZp`*0 z(b6Pn#N`YXCOm2j%b+RwgBWP8V?8{GLJnvkEp?c17@EsjNMag=W@&iSQtlgwyBjS$ z-l$kemWg@SGLzYSB3hUPiMVXx>rD6?wy+G6ll(ypBu}#*Jr#uk} z`8HYLYv8!LgCJ z87_<~v~jV}M2#!EFxwADOOv1x7b>W8C#+fLh%GFG<_Lcf1I-hxht(k&ffxUfmO3st z49$HkBr%Obqo=pSl{xA#`Z4DblHO7|nBKM;77I(%^tQ_E{xVvb1dF(2;dCbaEn8Ry z%UAqC3@jhBo;?kP93u>*m1m!+8K7KWiQZr#iD?v;=JrIrwMtJMDzMzOuA3DLO4RbS zbC}gvqK!$Qh)WfI!h~S~km_|1Uzt%x)(7MiGA(T&XZhtSd_XvC!o`~ZpPY+)HR53}q^5ChHrtcM>*AqO;& zR-PRYhGs_=l9)!J(MRo!l75e@aDk(C?B>OS6Lr+i^UV7Hpsh*Zh>I6KX2SF1M!X;_ z1Lqxo5ChI}td~E+U+4e_(#o^r!{Cgtki;|!j^1cdA8MH}*uX}Mq;0XtL~XPGsH> z1~!tmS{I8=)JD=9G2?eeQVwr$wXSHOtEUuKwF~na+PGL~qUJRRG22Jb(iCX66qhy3X2QqY!ZK*8 z{vZaL_gN3mLLmn=k!2ZbD{Kw5dWZy1%F zg(Rj?RK`m)$I6XrwJ{h~?AWeK4>QBb86ruzh|3!O%7ovWymbx4`PtHg7xp>DC9r}(#o?d!^oV=LK4#`GWuquwg>K23)Z5> z7q}UXw<{KvsGHFwX7&bXWD+Xk5(j>SNw+O5LuEsjJqcn^d6@OZ=e3&gP17&Z25Ch6P ztXIE)LJm+Mtvq`-49cHbNMafVMK6M#J=&wrupJqR+(jA|!D7>5fr(lK%a5F?qn$~> zh>IMKWqth>TUZ86!ym)|vwEZ3dLlXog&e>@T6s3P5qu(Al7%FuQDF2|FqM~m?<&jyH$O8@FCe&@=JdZ1Iifd z)&GY=4p1PiJew5;rJsc)rcqGzj+kR3>PYNby)@KS>g_Gp;|3SlmyQQ07M`dbG4E&g zzk=2#!6Pnp_&XDR+ZL9=^Qu3Hf#)*T)32kD10F~#&n^$c^9>e~m`35zU#({kmdiuE zgQZF>dSwZGwYHlV3r^Hm>wh!r7sXw!lfV&|J1occ%U;D6mVvXFKZpV6e%8y&qL2d| zNGs1C2!nGA3rS3);OKKyW{#EX4R!Fvc$rM(XGl0lr7c3S_(YwfvMTFVVj*rR7iZEP9!E(SLC z(5;HaBx+-iJ(p@h zb5RzOm_{+tqfBY6uTt&mD?<(DC=54I$iOJm7NJ;tqDGlv)&XBfbCd897d)slWUOAj z&=!{AbDBSh!DkoN*XqEV)^O&)2hz&3UBmcn!9o(#C_eh+>{->Jv0+uosWx(`RfoDp z2dg7-tF7VWY*&zCAzCYD_4P%p8-9rvr$AH^7eL&_gzvY7Wf0xs4`Lvi$$I=w6mmcW zY2{fh3{ejYNlc><>323gwNhnhD2^L=XEWZeSX83k**w6^eh!UHLPcEgz|W<5-4>Ri z@;u9)1Tm;w%=+~e6mp;fY311^VN}jwA&F@el?`Awhf=*>QM2M%<*p(1|CdLg)~Y^N z{cn-4{MHD^Di)~?V@999vrbtGcfn3VN?aJR65Aws4O>`-)YASS2B~{l|F4Kb4x}Kh zJi9N9)J-fTF^wX%PZO!3=9!hFwKCalQy)KA8ZOr=y`>So19aC=X=GrmG*EW^=bD(U ztKHj7?B4d!3BHp6;bl;%ZtE4xTKmf&Uv3*fZlC;nJDu+2?$$&JPNmy7=F(V`!8L;5 zBwZTfB9PfkSRHcFnskA%?9!1IF-n9Ck;6HagK1}o>2kQh|8lC29ev7O2b%MT}prVrf z#!jcUf|c5)ZOHplgUukou1@DO-O6XjwtTu5tt`;39yE8Xb}zm__Y&3aB`4@VEmg@* zU=ZJqfF@mn;-Z@SnDE24u{-8pT9ELg^0gid%C4k5J?7ibW;r5$d1J z?9bv}$4RJ&OKKKm+u^ElF8-#T`GXi#&Sm|&017!!fwc1Myf7-Ku#m(wipmtYsl#C= z?8Xg$GP7IP9ejfCmIMrq2mHTg$d{5{fJJ{$rxTlGZU``Aof>nyT$16j4R(DJ+~V?| zotf}nwy=h>L)Rm~h<|mI2e}4`P7%H|yOQDC7VJ(#o^{gn{`J3rS3) zz~~~NS(Q>>PEj1Inti&A6*4 z;%B0e0~AOr&sLjl?%}S9_~I-iF^z(vR|GeEysJKQtW=Aeki!khYF#WgQ7eMaXU1QP zrY2z{F8{fi3EyE0%dol5AH-m@8|&knP{@G|q?Kp8hq2j;g(Rj?Z1ny~^^wx3s{V;v z6#?%>S`CYZrTx7~;9>t)%wpZVBEz6;})(I6}X z=R=k~31Yzc4(sK4QOE%fq?KovhQT?Dg(Rj?aGFcV$48lz+ml{GZnrNMov0<`i?AMC z2aQcaM_d3jg$ZwN3(L@1*B`{7^J~`68>5f|9Y`zB{wIviFIY%o8bwDxF{!Pq`_x&u zY7w66!9V!KgiVVDChCc43ugIVXlD{I;*y^Onebt@und^J{Xq;cZ?fL~0tz{Rfwc1M zUtwTgVj+oX6d1iSxW7`XH@d2|zDQzVWiV-5EHY6mgAZq>H_*@&WO~E}KF2ZPlWk!c zGGqQA2ALJ-bho~;>Sw28QOJP|q?KnY%?Um`EzCj^(RVli1Z z=H(qf{pLJ0F$oiKanGf!hre$N%P=|LAH-m?6YJCOppXL-NGs2F4r8(z3rS3)nCLAk z8iVEGa-|+w2?kqKn3l!j617FeRm|{P(99%U#DzO|GhuZQO8ke6Tm3-{E>+gIccG92 z7f375M#H!q$wCs-C@!Ca4;cg1>cCLBYjkL=Zf_;3ixKF*R{Q%ay_M3CYlbty_Z?vc zr$n)Ut(0rZ!~f!4sok$9nFBfOw5s6%xc z9Q&ikQf=V)z-}I5fj_0wc`a=Ly+K=E0iY)_B(}xwP6Aq7?6M0J-rE+I0ll3+hynU} zM&HgT1cwS{Haob3-{u$juRIUj`_ z*g#t9pyDt#lUYb&8pTGxFts{9awJy}R%8bwD}45)Rr)yR@es2FHAD;AXHVrDZBFsq+M z8%RqU~AH;xi3hULEQOE%bq@|844udj_g(Rj?Q1oWdrM|wJDxUA^ zsa9vWo;r)Mn7HGu!9EZIF|o5to@P%r;bB$`+PEGp|30f#y2a!waF1 z0~$z69akKN=5iL2m`0(|pMYtfURVF;k7M5W>;16Q3Ui@g| zj()yV2d}i=COfc(wDN3;qs@QgdcONC3rS3)SWh)rn}JZj=%Of?f03aL9QZ&j{na1q(?`qj>8#Ug{XMn*H&@0@*u7gg0KKZLu&%z45w%nf?G8 znuLtFVCOL={ERIuL*_w$5QEH2*1zQZ7zZ+tmf9^Nj7$#;Nlc^2=r>-Z+ufs|7aDlu zWwkCAo2WNl&oblRvU@M~M5`Wg*^WBMrFHk$_qTa)^J3sthRxglAO@R@Ss$xYX971; zNK5UU5ys{W7Lu4ovC*$BbjMetottKh#^y=xMsbA^Oo1Uahl`#nRONYTY+ahewC;pVaA;RyUBs z1bvejz;|be%*O6d0$f~VbRrY}nk_5?e2zbe0etOaj63@Nd;$tN0Ee{lY@K7w(Cm8t zT#kh#rcuB*a{z8;ToiHhM-9d&zF&b&6B*=1KaRF|Fg05?HXO2}P zH^Ybbgt}Fy$3y#7O8a}lzzd59n9Q zokiH5&P&_EGH~Ye2QlFMjP>%uDC7VK(#o@+hr#(C3rS3);ONJSMtP__P%8~bAp?&U zt%k+I67^WI46}P(v@!`6ae2;ECcK3$EQ4h|e-H!9v#e*QppXL=NGs2t3&Zjd3rS3) zu+K88?FwQ8|v-oru3s0`3KLRyZXn5oQ2*KeN!HIEk@#YZCWg8?XSgriNQ-= zl31tHTD80NYz(up>20$yUs|wpm>p3R; zvMnsT1RnPXF_*xBjMryT$Z-ikT6uO*_!8KKg(RlYOJGZWf12jI1O`h(&h1de;7{u` zQmNqc5g&e8r*pG$-zsLre}w_FJnn#-guA#XZFRPn?z*gf<9<8~Nlc@-Z_RO^>cf3}tRMepjmIax3gbil)J{{CO8km!s2~4voleh&ew!HR z*JIcmiAW?tFD|I7FyT>KSO$H`AH+a^4vVE9@ZB-M^FvCmLL8ES7nj;y$5>T|3⪙z1knd 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 - 404 - Page Not Found + {{ page.title }} - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + {% include head.html %}
-
@@ -104,47 +53,7 @@

404

- - - - - - - - + {% include post-card-error.html %}
@@ -153,6 +62,3 @@

Welcome

- - - diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..40dac6c --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +faizalhasanwala.co \ No newline at end of file diff --git a/GHOST.txt b/GHOST.txt new file mode 100755 index 0000000..d82a83b --- /dev/null +++ b/GHOST.txt @@ -0,0 +1,22 @@ +Copyright (c) 2013-2017 Ghost Foundation - Released under The MIT License. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b47d7cf --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Fábio Madeira + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..de80d00 --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +## Adding new posts +* Create a new file under \_posts folder. Name it according to `YYYY-MM-DD-name-of-post.md` +* Paste following content in the created file(Change relevant field) +``` +--- +layout: post +current: post +cover: False # Use URL here if you want to add any image as cover +navigation: True +title: POST-TITLE-HERE +date: YYYY-MM-DD HH:MM:SS +tags: ['POST-TAG-1','POST-TAG-2'] +class: post-template +subclass: 'post tag' +author: 'AUTHOR-USERNAME' +--- +``` +* Happy bloging +* If adding new tag or author in a post. Check relevant instructions + +## Adding new tag +* Create a new file under \_tag by name `tag-name.html` +* Paste following content in the created file(Change relevant field) +``` +--- +layout: tag +current: tag +tagname: tag-name-here # Must be only alphanum and hypen. Same as used in new file +class: page-template +subclass: 'post page' +--- +``` +* Fillup new tag's information in \_data/tags.yml file. Use template-tag for the same + +## Adding new author +* Create a new file under \_author by name `author-username.html` +* Paste following content in the created file(Change relevant field) +``` +--- +layout: author +current: author +author: AUTHOR-USERNAME-HERE #Must be only alphanum and hypen. Same as used in new file +class: page-template +subclass: 'post page' +--- +``` +* Fillup new tag's information in \_data/authors.yml file. Use template-author for the same \ No newline at end of file diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..d378eb5 --- /dev/null +++ b/_config.yml @@ -0,0 +1,95 @@ +# Jekyll configuration +markdown: kramdown +highlighter: rouge +paginate: 10 # it will paginate after this number +paginate_path: "/blog/page:num/" +language: 'en-uk' + +# edit baseurl to simply '/' if using as your personal page (instead of a project page) +url: "http://localhost:8080/" #Value gets overwritten at time of deployment by jekyll +baseurl: "/bl0g/../" + +# Website info +title: InfosecIITR +description: The official website of InfosecIITR +cover: /assets/images/infosec.jpeg +logo: /assets/images/infosec.jpeg +logo_dark: /assets/images/small-logo.jpg +favicon: /assets/images/small-logo.jpg +production_url: https://jekyller.github.io/jasper2/ +source_url: https://github.com/jekyller/jasper2/ + +# Social info +navigation: True # show the navbar links +subscribers: False # you need to connect an external service for this to work, +# if 'True' the submit button is disabled for now, but you can change that +# by editing `_includes/subscribe-form.html` +twitter: infoseciitr # replace by your username +facebook: InfoSecIITR # replace by your username + +# Disqus +disqus: False +disqus_shortname: # replace with your disqus username + +# Google Analytics +google_analytics: # replace with your GA tracking identifier + +# Permalinks +# permalink: /:title +# permalink: /author/:author +# permalink: /tag/:tag + +# Authors' info in `_data/authors.yml` +# Tags' info in `_data/tags_info.yml` + +# gems and other configs +plugins: [jekyll-paginate, jekyll-feed, jekyll-sitemap] + +feed: + path: feed.xml + +# Additional settings available on the front-matter +# Site logo in the index.html (as in demo.ghost.io) +# Author's page cover in _layouts/author.html +# The same for page.html and tag.html layouts +# Post's page cover as a per-post basis _posts/... +# Disqus comments as a per-post basis +# ... + +# Settings for builing master branch with travis-ci +# with jekyll-travis + +# Settings for deploy rake task +# Username and repo of Github repo, e.g. +# https://github.com/USERNAME/REPO.git +# username defaults to ENV['GIT_NAME'] used by Travis +# repo defaults to USERNAME.github.io +# Branch defaults to "source" for USERNAME.github.io +# or "master" otherwise +# safe: False +# lsi: False +# username: jekyller +# repo: jasper2 +# branch: master +# relative_source: ../jasper2/ +# destination: ../jasper2-pages/ +# production_url: https://jekyller.github.io/jasper2/ +# source_url: https://github.com/jekyller/jasper2/ + +# exclude: +# - assets/css +# - node_modules +# - vendor +# - .travis.yml +# - Gemfile +# - Gemfile.lock +# - GHOST.txt +# - gulpfile.js +# - LICENSE +# - package.json +# - Rakefile +# - README.md +# - script.py +# - changelog.md +# - "*.Rmd" +# - .git* diff --git a/_data/authors.yml b/_data/authors.yml new file mode 100644 index 0000000..bde5c56 --- /dev/null +++ b/_data/authors.yml @@ -0,0 +1,23 @@ +template-author: + username: template-author # same as above + name: AUTHOR NAME + location: False # Roorkee, IN + url_full: False #http://example.com + url: False #example.com + bio: False # My bio + picture: False #assets/images/authors/xyz.jpg + facebook: False #user.name + twitter: False # handel + cover: False #assets/images/authors/xyz-cover.jpg + +InfoSecIITR: + username: InfoSecIITR # same as above + name: InfoSecIITR Team + location: False # Roorkee, IN + url_full: https://infoseciitr.github.io + url: False #example.com + bio: Team of InfoSecIITR + picture: /assets/images/authors/infoseciitr.png + facebook: InfoSecIITR + twitter: infoseciitr + cover: /assets/images/authors/infoseciitr-cover.png \ No newline at end of file diff --git a/_data/tags.yml b/_data/tags.yml new file mode 100644 index 0000000..c870505 --- /dev/null +++ b/_data/tags.yml @@ -0,0 +1,13 @@ +template-tag: + name: Display name here + description: Tag description + cover: False # url to cover if any image + +reading-material: + name: Reading Material + description: Posts regarding reading material + cover: False +beginner: + name: Beginner + description: Beginner related posts + cover: "/assets/images/tags/beginner-cover.jpeg" diff --git a/_includes/analytics.html b/_includes/analytics.html new file mode 100644 index 0000000..e7cdcc2 --- /dev/null +++ b/_includes/analytics.html @@ -0,0 +1,11 @@ + + diff --git a/_includes/author_pagination.html b/_includes/author_pagination.html new file mode 100644 index 0000000..ebfb8cc --- /dev/null +++ b/_includes/author_pagination.html @@ -0,0 +1,13 @@ + diff --git a/_includes/dynamic_tag_info.html b/_includes/dynamic_tag_info.html new file mode 100644 index 0000000..4b4d351 --- /dev/null +++ b/_includes/dynamic_tag_info.html @@ -0,0 +1,7 @@ + +{% for tag in site.data.tags %} + {% if page.url contains tag[1].name %} + {% assign cover = tag[1].cover %} + {% assign tag_description = tag[1].description %} + {% endif %} +{% endfor %} diff --git a/_includes/dynamic_title.html b/_includes/dynamic_title.html new file mode 100644 index 0000000..0320485 --- /dev/null +++ b/_includes/dynamic_title.html @@ -0,0 +1,16 @@ + +{% if page.url %} + {% if page.url contains "tag/" %} + {% assign title = page.url | remove: 'tag' | remove: '/' | replace: '-', ' ' | capitalizeall %} + {% elsif page.url contains "author/" %} + {% assign username = page.url | remove: 'author' | remove: '/' | replace: '-', ' ' | remove: ' ' %} + {% for author in site.data.authors %} + {% if author[1].username == username %} + {% assign title = author[1].name %} + {% endif %} + {% endfor %} + {% endif %} +{% endif %} +{% if title %} + {% assign title = title | append: ' - ' | append: site.title %} +{% endif %} diff --git a/_includes/facebook.html b/_includes/facebook.html new file mode 100755 index 0000000..7332072 --- /dev/null +++ b/_includes/facebook.html @@ -0,0 +1 @@ + diff --git a/_includes/floating-header.html b/_includes/floating-header.html new file mode 100644 index 0000000..058ed7d --- /dev/null +++ b/_includes/floating-header.html @@ -0,0 +1,17 @@ + diff --git a/_includes/ghost-logo.html b/_includes/ghost-logo.html new file mode 100755 index 0000000..637a2b5 --- /dev/null +++ b/_includes/ghost-logo.html @@ -0,0 +1 @@ +Ghost Logo diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..e882bab --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,69 @@ + + + + + + {% if page.content and page.current == 'post' or page.current == 'about' %} + {% assign excerpt = page.content | strip_html | truncatewords: 50, "" %} + {% endif %} + + + + + + + {% if excerpt %} + + + {% endif %}{% if page.tags.size > 0 %} + {% endif %} + + + + + + + {% if page.tags.size > 0 %} + + {% endif %} + + {% if excerpt %} + + {% else %} + + {% endif %} + + + + + + + diff --git a/_includes/infinity.html b/_includes/infinity.html new file mode 100755 index 0000000..87e44ea --- /dev/null +++ b/_includes/infinity.html @@ -0,0 +1 @@ + diff --git a/_includes/location.html b/_includes/location.html new file mode 100755 index 0000000..0c2d866 --- /dev/null +++ b/_includes/location.html @@ -0,0 +1 @@ + diff --git a/_includes/loop.html b/_includes/loop.html new file mode 100644 index 0000000..fee7e72 --- /dev/null +++ b/_includes/loop.html @@ -0,0 +1,52 @@ + +
+ {% if page.class == 'home-template' %} + {% include post_pagination.html %} + {% elsif page.class == 'page-template' %} + {% include post_pagination.html %} + {% elsif page.class == 'author-template' %} + {% include author_pagination.html %} + {% elsif page.class == 'tag-template' %} + {% include tag_pagination.html %} + {% else %} + {% include post_pagination.html %} + {% endif %} +
+ + + {% for post in paginator.posts %} +
+
+

{{ post.title }}

+
+
+

{{ post.content | strip_html | truncatewords: 26 }} »

+
+
+ {% for author in site.data.authors %} + {% if author[1].username == post.author %} + + {% if author[1].assets %}Author image{% endif %} + + {{ author[1].name }} + + {% endif %} + {% endfor %} + + +
+
+ {% endfor %} + + + {% if page.class == 'home-template' %} + {% include post_pagination.html %} + {% elsif page.class == 'page-template' %} + {% include post_pagination.html %} + {% elsif page.class == 'author-template' %} + {% include author_pagination.html %} + {% elsif page.class == 'tag-template' %} + {% include tag_pagination.html %} + {% else %} + {% include post_pagination.html %} + {% endif %} diff --git a/_includes/navigation.html b/_includes/navigation.html new file mode 100644 index 0000000..62d4465 --- /dev/null +++ b/_includes/navigation.html @@ -0,0 +1,9 @@ + diff --git a/_includes/page-scripts.html b/_includes/page-scripts.html new file mode 100644 index 0000000..068ebf8 --- /dev/null +++ b/_includes/page-scripts.html @@ -0,0 +1,6 @@ + diff --git a/_includes/point.html b/_includes/point.html new file mode 100755 index 0000000..f3c7025 --- /dev/null +++ b/_includes/point.html @@ -0,0 +1,3 @@ + + + diff --git a/_includes/post-card-error.html b/_includes/post-card-error.html new file mode 100644 index 0000000..d55f217 --- /dev/null +++ b/_includes/post-card-error.html @@ -0,0 +1,46 @@ +{% assign count = 0 %} +{% for post in site.posts %} + {% assign count = count | plus: 1 %} + {% if count <= 3 %} +
+ {% if post.cover %} + +
+
+ {% endif %} +
+ +
+ {% if post.tags.size > 0 %} + {% for tag in post.tags %} + {% if forloop.index == post.tags.size %} + {{ tag | capitalize }} + + {% else %} + {{ tag | capitalize }} + {% endif %} + {% endfor %} + {% endif %} + +

{{ post.title }}

+
+
+

{{ post.content | strip_html | truncatewords: 33, "" }}

+
+
+
+ {% for author in site.data.authors %} + {% if author[1].username == post.author %} + {% if author[1].picture %} + {{ author[1].name }} + {% endif %} + + {{ author[1].name }} + + {% endif %} + {% endfor %} +
+
+
+ {% endif %} +{% endfor %} diff --git a/_includes/post-card-next.html b/_includes/post-card-next.html new file mode 100644 index 0000000..2acd6ce --- /dev/null +++ b/_includes/post-card-next.html @@ -0,0 +1,40 @@ + +
+ {% if page.next.cover %} + +
+
+ {% endif %} +
+ +
+ {% if page.next.tags.size > 0 %} + {% for tag in page.next.tags %} + {% if forloop.index == page.next.tags.size %} + {{ tag | capitalize }} + {% else %} + {{ tag | capitalize }} + {% endif %} + {% endfor %} + {% endif %} + +

{{ page.next.title }}

+
+
+

{{ page.next.content | strip_html | truncatewords: 33, "" }}

+
+
+
+ {% for author in site.data.authors %} + {% if author[1].username == page.next.author %} + {% if author[1].picture %} + {{ author[1].name }} + {% endif %} + + {{ author[1].name }} + + {% endif %} + {% endfor %} +
+
+
diff --git a/_includes/post-card-previous.html b/_includes/post-card-previous.html new file mode 100644 index 0000000..10af35c --- /dev/null +++ b/_includes/post-card-previous.html @@ -0,0 +1,40 @@ + +
+ {% if page.previous.cover %} + +
+
+ {% endif %} +
+ +
+ {% if page.previous.tags.size > 0 %} + {% for tag in page.previous.tags %} + {% if forloop.index == page.previous.tags.size %} + {{ tag | capitalize }} + {% else %} + {{ tag | capitalize }} + {% endif %} + {% endfor %} + {% endif %} + +

{{ page.previous.title }}

+
+
+

{{ page.previous.content | strip_html | truncatewords: 33, "" }}

+
+
+
+ {% for author in site.data.authors %} + {% if author[1].username == page.previous.author %} + {% if author[1].picture %} + {{ author[1].name }} + {% endif %} + + {{ author[1].name }} + + {% endif %} + {% endfor %} +
+
+
diff --git a/_includes/post-card.html b/_includes/post-card.html new file mode 100644 index 0000000..01a7a90 --- /dev/null +++ b/_includes/post-card.html @@ -0,0 +1,34 @@ +{% for post in post_arr %} + +{% endfor %} \ No newline at end of file diff --git a/_includes/post-scripts.html b/_includes/post-scripts.html new file mode 100644 index 0000000..777b675 --- /dev/null +++ b/_includes/post-scripts.html @@ -0,0 +1,63 @@ + diff --git a/_includes/post_pagination.html b/_includes/post_pagination.html new file mode 100644 index 0000000..6244525 --- /dev/null +++ b/_includes/post_pagination.html @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/_includes/rss.html b/_includes/rss.html new file mode 100755 index 0000000..3840238 --- /dev/null +++ b/_includes/rss.html @@ -0,0 +1 @@ + diff --git a/_includes/site-nav.html b/_includes/site-nav.html new file mode 100644 index 0000000..bb5dfd9 --- /dev/null +++ b/_includes/site-nav.html @@ -0,0 +1,26 @@ + diff --git a/_includes/subscribe-form.html b/_includes/subscribe-form.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/tag_pagination.html b/_includes/tag_pagination.html new file mode 100644 index 0000000..3aef828 --- /dev/null +++ b/_includes/tag_pagination.html @@ -0,0 +1,13 @@ + diff --git a/_includes/twitter.html b/_includes/twitter.html new file mode 100755 index 0000000..19de4af --- /dev/null +++ b/_includes/twitter.html @@ -0,0 +1 @@ + diff --git a/_includes/website.html b/_includes/website.html new file mode 100755 index 0000000..08be39f --- /dev/null +++ b/_includes/website.html @@ -0,0 +1 @@ + diff --git a/_layouts/author.html b/_layouts/author.html new file mode 100644 index 0000000..4410499 --- /dev/null +++ b/_layouts/author.html @@ -0,0 +1,77 @@ +--- +layout: default +current: author +title: Author Page +cover: false +class: 'author-template' +navigation: True +label: Author +logo: 'assets/images/ghost.png' +--- + + + + + +{% assign author = False %} +{% for x in site.data.authors %} + {% if x[1].username == page.author %} + {% assign author = x[1] %} + {% endif %} +{% endfor %} + +{% assign post_arr = "" | split: ',' %} +{% assign post_count = 0 %} +{% for post in site.posts %} + {% if post.author contains author.username %} + {% assign post_arr = post_arr | push: post %} + {% assign post_count = post_count | plus: 1 %} + {% endif %} +{% endfor %} + + + + + + + +
+
+
+ + + {% include post-card.html %} +
+
+
diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..cf0aeef --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,128 @@ + + + + + + + + + + {% include dynamic_title.html %} + {% if title %}{{ title }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + + + + + + + + + + + + {% include head.html %} + + + + +
+ + {{ content }} + + + {% if paginator.total_posts > site.paginate %} + {% if page.class == 'home-template' %} + {% include post_pagination.html %} + {% elsif page.class == 'page-template' %} + {% include post_pagination.html %} + {% elsif page.class == 'author-template' %} + {% include author_pagination.html %} + {% elsif page.class == 'tag-template' %} + {% include tag_pagination.html %} + {% else %} + {% include post_pagination.html %} + {% endif %} + {% endif %} + + + + +
+ + + {% if site.subscribers %} + + {% endif %} + + + + + + + + + + + + + + + + + {% if paginator.total_pages > site.paginate %} + + + {% endif %} + + + + {% include analytics.html %} + + + {% if page.class == "post-template" %} + {% include post-scripts.html %} + {% elsif page.class == "page-template" %} + {% include page-scripts.html %} + {% endif %} + + + + + + + + diff --git a/_layouts/error.html b/_layouts/error.html new file mode 100644 index 0000000..346c958 --- /dev/null +++ b/_layouts/error.html @@ -0,0 +1,3 @@ +{{ content }} + + diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..875d793 --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,48 @@ +--- +layout: default +current: page +class: page-template +disqus: false +--- + + + + + + + + + + +
+
+ +
+ +
+

{{ page.title }}

+
+ + {% if page.cover %} +
+
+ {% endif %} + +
+ {{ content }} +
+ +
+ +
+
+ + + + +{% include page-scripts.html %} diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..db03ca7 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,104 @@ +--- +layout: default +current: post +class: post-template +disqus: false +--- + + + + + + + + + + +
+
+ +
+ +
+
+ + {% if page.tags.size > 0 %} + / + {% for tag in page.tags %} + {% if forloop.index == page.tags.size %} + {{ tag | upcase }} + {% else %} + {{ tag | upcase }}, + {% endif %} + {% endfor %} + {% endif %} +
+

{{ page.title }}

+
+ + {% if page.cover %} +
+
+ {% endif %} + +
+
+ {{ content }} +
+
+ + +
+ + + {% for author in site.data.authors %} + {% if author[1].username == page.author %} +
+
+

+

+
+ {% endif %} + {% endfor %} + +
+ + + {% if site.disqus or page.disqus %} +
+
+ +
+ {% endif %} + +
+ +
+
+ + + + +{% include floating-header.html %} + + + + diff --git a/_layouts/tag.html b/_layouts/tag.html new file mode 100644 index 0000000..af1f9e1 --- /dev/null +++ b/_layouts/tag.html @@ -0,0 +1,41 @@ +--- +layout: default +current: tag +cover: False +class: 'tag-template' +navigation: True +logo: 'assets/images/small-logo.jpg' +--- + + +{% assign tag_name = page.tagname | downcase | replace: ' ','-' %} + + + + + +
+
+
+ + + + {% assign post_arr = site.tags[page.tagname] %} + {% include post-card.html %} +
+
+
\ No newline at end of file diff --git a/_posts/2018-09-30-basic-infosec-resources.md b/_posts/2018-09-30-basic-infosec-resources.md new file mode 100644 index 0000000..26ea2e3 --- /dev/null +++ b/_posts/2018-09-30-basic-infosec-resources.md @@ -0,0 +1,38 @@ +--- +layout: post +current: post +cover: False # Use URL here if you want to add any image as cover +navigation: True +title: InfoSec Resources for Beginner +sdate: 2018-09-30 22:00:00 +tags: ['beginner','reading-material'] +class: post-template +subclass: 'post tag' +author: 'InfoSecIITR' +--- + +### General Information-Security Beginner Book + * [https://leanpub.com/ltr101-breaking-into-infosec](https://drive.google.com/file/d/1HOsMnF22YYbV-iArNl7tKLKQD_MGyxsI/view) + + * Hacking : The Art of Exploitation - Jon Erickson + + +### Basics of Networking + * [https://web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm](https://web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm) + +### Binary Exploitation + * [Live Overflow Binary Exp. Series](https://www.youtube.com/watch?v=iyAyN3GFM7A&list=PLhixgUqwRTjxglIswKp9mpkfPNfHkzyeN) + * [https://sensepost.com/blogstatic/2014/01/SensePost_crash_course_in_x86_assembly-.pdf](https://sensepost.com/blogstatic/2014/01/SensePost_crash_course_in_x86_assembly-.pdf) + +### Cryptography + * [Cryptopals](http://cryptopals.com/) + * [http://www.inf.ufsc.br/~bosco.sobral/ensino/ine5680/material-cripto-seg/2014-1/Stallings/Stallings_Cryptography_and_Network_Security.pdf](http://www.inf.ufsc.br/~bosco.sobral/ensino/ine5680/material-cripto-seg/2014-1/Stallings/Stallings_Cryptography_and_Network_Security.pdf)(Ask us the parts to read.) + + +### Web Exploitation + * [Web hacker's handbook](https://leaksource.files.wordpress.com/2014/08/the-web-application-hackers-handbook.pdf) + +###### Important: For each category, solve previous CTF problems as many as possible. + +
+The original list is maintained [here](https://docs.google.com/document/d/1R3UXBuYUiH55HzY2t9n5qUs8zwkRuIykb3iYFXc3iPM/) \ No newline at end of file diff --git a/_sass/bootstrap.min.scss b/_sass/bootstrap.min.scss new file mode 100644 index 0000000..ed3905e --- /dev/null +++ b/_sass/bootstrap.min.scss @@ -0,0 +1,6 @@ +/*! + * Bootstrap v3.3.7 (http://getbootstrap.com) + * Copyright 2011-2016 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}} +/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/_sass/font-awesome.min.scss b/_sass/font-awesome.min.scss new file mode 100644 index 0000000..856f0ac --- /dev/null +++ b/_sass/font-awesome.min.scss @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/welcome.html b/_site/2018/09/30/basic-infosec-resources.html similarity index 61% rename from welcome.html rename to _site/2018/09/30/basic-infosec-resources.html index 9dcb936..aa782bc 100644 --- a/welcome.html +++ b/_site/2018/09/30/basic-infosec-resources.html @@ -11,7 +11,7 @@ - Welcome + InfoSec Resources for Beginner @@ -23,34 +23,32 @@ - - - + + + - + - - - - - - - - - + + + + + + + + + - - - - + + + + - + - + @@ -62,22 +60,21 @@ "@type": "Website", "publisher": { "@type": "Organization", - "name": "InfoSecIITR", - "logo": "http://localhost:4000/assets/images/blog-icon.png" + "name": "InfosecIITR", + "logo": "/assets/images/infosec.jpeg" }, - "url": "http://localhost:4000/welcome", + "url": "/2018/09/30/basic-infosec-resources.html", "image": { "@type": "ImageObject", - "url": "http://localhost:4000/assets/images/blog-cover.jpg", + "url": "/assets/images/infosec.jpeg", "width": 2000, "height": 666 }, "mainEntityOfPage": { "@type": "WebPage", - "@id": "http://localhost:4000/welcome" + "@id": "/2018/09/30/basic-infosec-resources.html" }, - "description": "Hack The Planet! -" + "description": "General Information-Security Beginner Book https://leanpub.com/ltr101-breaking-into-infosec Hacking : The Art of Exploitation - Jon Erickson Basics of Networking https://web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm Binary Exploitation Live Overflow Binary Exp. Series https://sensepost.com/blogstatic/2014/01/SensePost_crash_course_in_x86_assembly-.pdf Cryptography Cryptopals http://www.inf.ufsc.br/~bosco.sobral/ensino/ine5680/material-cripto-seg/2014-1/Stallings/Stallings_Cryptography_and_Network_Security.pdf(Ask us the parts to read.) Web Exploitation Web hacker’s handbook Important: For each category, solve previous CTF problems as many as" } @@ -90,7 +87,7 @@ --> - + @@ -109,25 +106,26 @@ -