From 2180298b9f96cc7a1a501af7bec6775da4712083 Mon Sep 17 00:00:00 2001 From: PierreMesure Date: Tue, 8 Oct 2024 02:57:44 +0000 Subject: [PATCH] jekyll build from Action 24e86b3c0edb78bcc15a48f9c7e081d2138209e4 --- .nojekyll | 0 CNAME | 1 + assets/android-chrome-192x192.png | Bin 0 -> 6672 bytes assets/android-chrome-512x512.png | Bin 0 -> 19472 bytes assets/apple-touch-icon.png | Bin 0 -> 2082 bytes assets/browserconfig.xml | 9 + assets/css/main.css | 1 + assets/favicon-16x16.png | Bin 0 -> 655 bytes assets/favicon-32x32.png | Bin 0 -> 931 bytes assets/favicon.ico | Bin 0 -> 15086 bytes assets/images/favicon.png | Bin 0 -> 2617 bytes assets/images/logo/logo.svg | 8 + assets/mstile-144x144.png | Bin 0 -> 2908 bytes assets/mstile-150x150.png | Bin 0 -> 2896 bytes assets/mstile-310x150.png | Bin 0 -> 3150 bytes assets/mstile-310x310.png | Bin 0 -> 6221 bytes assets/mstile-70x70.png | Bin 0 -> 1939 bytes assets/safari-pinned-tab.svg | 38 + assets/search.js | 1 + assets/site.webmanifest | 19 + feed.xml | 1 + index.html | 4112 +++++++++++++++++++++++++++++ platform/100.html | 711 +++++ platform/103.html | 746 ++++++ platform/104.html | 746 ++++++ platform/106.html | 746 ++++++ platform/108.html | 746 ++++++ platform/109.html | 746 ++++++ platform/110.html | 746 ++++++ platform/114.html | 711 +++++ platform/116.html | 711 +++++ platform/118.html | 750 ++++++ platform/119.html | 750 ++++++ platform/12.html | 711 +++++ platform/120.html | 750 ++++++ platform/126.html | 750 ++++++ platform/128.html | 750 ++++++ platform/131.html | 750 ++++++ platform/132.html | 750 ++++++ platform/133.html | 750 ++++++ platform/138.html | 750 ++++++ platform/139.html | 750 ++++++ platform/140.html | 750 ++++++ platform/141.html | 750 ++++++ platform/142.html | 750 ++++++ platform/143.html | 750 ++++++ platform/144.html | 750 ++++++ platform/145.html | 750 ++++++ platform/146.html | 750 ++++++ platform/147.html | 750 ++++++ platform/149.html | 750 ++++++ platform/15.html | 750 ++++++ platform/150.html | 750 ++++++ platform/151.html | 750 ++++++ platform/152.html | 750 ++++++ platform/153.html | 750 ++++++ platform/154.html | 750 ++++++ platform/155.html | 750 ++++++ platform/158.html | 750 ++++++ platform/159.html | 750 ++++++ platform/161.html | 750 ++++++ platform/162.html | 746 ++++++ platform/166.html | 750 ++++++ platform/167.html | 750 ++++++ platform/168.html | 746 ++++++ platform/19.html | 750 ++++++ platform/2.html | 750 ++++++ platform/20.html | 750 ++++++ platform/22.html | 750 ++++++ platform/23.html | 715 +++++ platform/25.html | 746 ++++++ platform/3.html | 715 +++++ platform/31.html | 750 ++++++ platform/32.html | 746 ++++++ platform/33.html | 750 ++++++ platform/34.html | 711 +++++ platform/35.html | 750 ++++++ platform/36.html | 750 ++++++ platform/38.html | 750 ++++++ platform/40.html | 746 ++++++ platform/42.html | 750 ++++++ platform/43.html | 746 ++++++ platform/46.html | 750 ++++++ platform/47.html | 750 ++++++ platform/49.html | 750 ++++++ platform/5.html | 715 +++++ platform/50.html | 715 +++++ platform/52.html | 750 ++++++ platform/54.html | 746 ++++++ platform/57.html | 750 ++++++ platform/58.html | 746 ++++++ platform/59.html | 746 ++++++ platform/60.html | 746 ++++++ platform/63.html | 746 ++++++ platform/66.html | 746 ++++++ platform/67.html | 750 ++++++ platform/69.html | 750 ++++++ platform/7.html | 715 +++++ platform/71.html | 746 ++++++ platform/74.html | 746 ++++++ platform/81.html | 750 ++++++ platform/83.html | 750 ++++++ platform/84.html | 746 ++++++ platform/87.html | 750 ++++++ platform/89.html | 750 ++++++ platform/90.html | 750 ++++++ platform/91.html | 750 ++++++ platform/92.html | 746 ++++++ platform/96.html | 750 ++++++ platform_dynamic.html | 719 +++++ robots.txt | 1 + sitemap.xml | 270 ++ 112 files changed, 69972 insertions(+) create mode 100644 .nojekyll create mode 100644 CNAME create mode 100644 assets/android-chrome-192x192.png create mode 100644 assets/android-chrome-512x512.png create mode 100644 assets/apple-touch-icon.png create mode 100644 assets/browserconfig.xml create mode 100644 assets/css/main.css create mode 100644 assets/favicon-16x16.png create mode 100644 assets/favicon-32x32.png create mode 100644 assets/favicon.ico create mode 100644 assets/images/favicon.png create mode 100644 assets/images/logo/logo.svg create mode 100644 assets/mstile-144x144.png create mode 100644 assets/mstile-150x150.png create mode 100644 assets/mstile-310x150.png create mode 100644 assets/mstile-310x310.png create mode 100644 assets/mstile-70x70.png create mode 100644 assets/safari-pinned-tab.svg create mode 100644 assets/search.js create mode 100644 assets/site.webmanifest create mode 100644 feed.xml create mode 100644 index.html create mode 100644 platform/100.html create mode 100644 platform/103.html create mode 100644 platform/104.html create mode 100644 platform/106.html create mode 100644 platform/108.html create mode 100644 platform/109.html create mode 100644 platform/110.html create mode 100644 platform/114.html create mode 100644 platform/116.html create mode 100644 platform/118.html create mode 100644 platform/119.html create mode 100644 platform/12.html create mode 100644 platform/120.html create mode 100644 platform/126.html create mode 100644 platform/128.html create mode 100644 platform/131.html create mode 100644 platform/132.html create mode 100644 platform/133.html create mode 100644 platform/138.html create mode 100644 platform/139.html create mode 100644 platform/140.html create mode 100644 platform/141.html create mode 100644 platform/142.html create mode 100644 platform/143.html create mode 100644 platform/144.html create mode 100644 platform/145.html create mode 100644 platform/146.html create mode 100644 platform/147.html create mode 100644 platform/149.html create mode 100644 platform/15.html create mode 100644 platform/150.html create mode 100644 platform/151.html create mode 100644 platform/152.html create mode 100644 platform/153.html create mode 100644 platform/154.html create mode 100644 platform/155.html create mode 100644 platform/158.html create mode 100644 platform/159.html create mode 100644 platform/161.html create mode 100644 platform/162.html create mode 100644 platform/166.html create mode 100644 platform/167.html create mode 100644 platform/168.html create mode 100644 platform/19.html create mode 100644 platform/2.html create mode 100644 platform/20.html create mode 100644 platform/22.html create mode 100644 platform/23.html create mode 100644 platform/25.html create mode 100644 platform/3.html create mode 100644 platform/31.html create mode 100644 platform/32.html create mode 100644 platform/33.html create mode 100644 platform/34.html create mode 100644 platform/35.html create mode 100644 platform/36.html create mode 100644 platform/38.html create mode 100644 platform/40.html create mode 100644 platform/42.html create mode 100644 platform/43.html create mode 100644 platform/46.html create mode 100644 platform/47.html create mode 100644 platform/49.html create mode 100644 platform/5.html create mode 100644 platform/50.html create mode 100644 platform/52.html create mode 100644 platform/54.html create mode 100644 platform/57.html create mode 100644 platform/58.html create mode 100644 platform/59.html create mode 100644 platform/60.html create mode 100644 platform/63.html create mode 100644 platform/66.html create mode 100644 platform/67.html create mode 100644 platform/69.html create mode 100644 platform/7.html create mode 100644 platform/71.html create mode 100644 platform/74.html create mode 100644 platform/81.html create mode 100644 platform/83.html create mode 100644 platform/84.html create mode 100644 platform/87.html create mode 100644 platform/89.html create mode 100644 platform/90.html create mode 100644 platform/91.html create mode 100644 platform/92.html create mode 100644 platform/96.html create mode 100644 platform_dynamic.html create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000000..e69de29bb2 diff --git a/CNAME b/CNAME new file mode 100644 index 0000000000..b9ba62a539 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +decidim-census.digidemlab.org \ No newline at end of file diff --git a/assets/android-chrome-192x192.png b/assets/android-chrome-192x192.png new file mode 100644 index 0000000000000000000000000000000000000000..91cdd01f14fd78e44bcf45a9634e2b187df212ce GIT binary patch literal 6672 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 QJN@e4_R11a<)b^rhX literal 0 HcmV?d00001 diff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..fe848f40ab7b93fd682460ff714e58b0cdf0b2db GIT binary patch literal 2082 zcmZ{lc{tRI8pnS!V`MDZx5*k!B4dom5@RrtZIFu5*oIM~aK@ghg*}AfZ?nECAH!!gm9p0@esR=iveX3AzA~k`4gdf>jC#0MRG_So8+~ z^I`x{j3{p*SPBk@0?*^^fCGB&K)ZloG)EVE*c?nqTu81+y$J#UBE61wSg$zV^2C8L zA`}5z-TgI}n65_f(yj@l%|FV!>J)}5Qu^`ao+0lTuL_+S%+{8+XJl=AYd%quCZ#ra zX#CZ@tfp6<*tW6|Pp$f}({$x}EXl9w!`Yps?>AkQz6H1cXkZm&bS9l10km z7uNN^tf~p~hCJln!0%k0u(~n1^w}m*J(XCD01Fm9VL25%^{pjcbzbmj`-M9jBWKch z8AYF~f4-)q2dYt#wmTKNh%*UuEdh^LSuQb+GJNNdnzUAl3LJ#t&V6~4wgaoooqVYg z;(&~GLGygGENBg;&R!494dt!QQ|{tr$4anSKYg`Yh8)eJe%J?K?ve^KHu6>H#?Xf1KKS@eqF`#QX(4gxbEJoP)GQJkVHqvc^M#cp*8A3e- ziF%>}W+)-P4$WE48+3SK`Tck&&K1Kp#H%FuZ;DRc>p{mllHXwvyi0}LRr%$mTOe=$ z&y~fHqfZ`NYv=SgD`_jfPm-!Wy1mq?iez)NpnjoegS;Tt1Nc3mjMGn#6?@)v2%X^M z9u;<{kW{Si=H;is<24U76BI7iF%z^ONe{g%N)G6-rK+N3sfu|^E(cIgmiD6 zndG=Q+_>1}8l0(mf^U-lMl}iqNOLN3hZUi3z(y zr@2-!dr-l;woQuey~*lnJ2!{_1Iy5Hmu0AOWsC3XC#m$^`aClTeLMK-Y(CK9t-Nh& zMyp2ir6NEqnKCg{2P6=c&Eb+()#69t^eco+hvF$Zz^j&I#FI`n{H0^7tnz)s9+Kps zye*H|z8@_SgsN?W3|=9J5EpR3GJ)RX{N#vDyEnZjTT7IQ=T;iQNzlQ)w*&o3w*j9; zb`$PI8gAMnv&ZGDoQ$XwKT4W4ZdF+SWi13G=x^Fc(jv&zar7age=^3Orig<^tI{FJ=mwxyt4E>(Ug-rrBW2ZQX;;UBKxXQF&-;fA_)pcH!PeXG)mWvd8N`I9OIHrFs2~t4Ro2_*7r3SMi-Tys zwX)bT6jL#X(5*eFk`u!6yKP)#Om)F08gqJOpU>OyThLvL9tdy+W7J=guUvUj&^@wa0B{S{LF@H(pT5-hUX56HCwyb1xlt?wWmRSXA$? zsr-i6$5)kgo9=i>Qn*GhA|9!`nGtE)shqf(YFO|y=e+HWDc_>-(-ybZ5Eg@wxJ(HF0uKYAgp1H zEH%1$FwOn?cUs8&&loBFEm??~m?jn|@-$zNaym5oOSIqs8reK3iYyQSjWRMbK$#k# zjJ%A{<|rd`H0mTuFrX$m`7{4z2)_{=783ve4gbhKNfa0^CU{+wbjj#w>5CFuL|9f3rG}0T1eCzgZ!10p@Agm2P6$F>nmOY;@CoHRBmxAdE7S?X` q(s(yE+}AzOjp&BGOF74MIt45$O4HVDO$r1r07rXQyJxokss8~+TEJ=m literal 0 HcmV?d00001 diff --git a/assets/browserconfig.xml b/assets/browserconfig.xml new file mode 100644 index 0000000000..86a2869eac --- /dev/null +++ b/assets/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #b91d47 + + + diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000000..61cecd3a8e --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1 @@ +figure.highlight::before{color:#8e908c !important;background-color:#f7f7f7 !important}pre.lineno{color:#8e908c !important}.highlight>pre{color:#4d4d4c;background-color:#f7f7f7 !important}.highlight>pre .c{color:#8e908c}.highlight>pre .err{color:#c82829}.highlight>pre .k{color:#8959a8}.highlight>pre .l{color:#f5871f}.highlight>pre .n{color:#4d4d4c}.highlight>pre .o{color:#3e999f}.highlight>pre .p{color:#4d4d4c}.highlight>pre .cm{color:#8e908c}.highlight>pre .cp{color:#8e908c}.highlight>pre .c1{color:#8e908c}.highlight>pre .cs{color:#8e908c}.highlight>pre .gd{color:#c82829}.highlight>pre .ge{font-style:italic}.highlight>pre .gh{font-weight:bold;color:#4d4d4c}.highlight>pre .gi{color:#718c00}.highlight>pre .gp{font-weight:bold;color:#8e908c}.highlight>pre .gs{font-weight:bold}.highlight>pre .gu{font-weight:bold;color:#3e999f}.highlight>pre .kc{color:#8959a8}.highlight>pre .kd{color:#8959a8}.highlight>pre .kn{color:#3e999f}.highlight>pre .kp{color:#8959a8}.highlight>pre .kr{color:#8959a8}.highlight>pre .kt{color:#eab700}.highlight>pre .ld{color:#718c00}.highlight>pre .m{color:#f5871f}.highlight>pre .s{color:#718c00}.highlight>pre .na{color:#4271ae}.highlight>pre .nb{color:#4d4d4c}.highlight>pre .nc{color:#eab700}.highlight>pre .no{color:#c82829}.highlight>pre .nd{color:#3e999f}.highlight>pre .ni{color:#4d4d4c}.highlight>pre .ne{color:#c82829}.highlight>pre .nf{color:#4271ae}.highlight>pre .nl{color:#4d4d4c}.highlight>pre .nn{color:#eab700}.highlight>pre .nx{color:#4271ae}.highlight>pre .py{color:#4d4d4c}.highlight>pre .nt{color:#3e999f}.highlight>pre .nv{color:#c82829}.highlight>pre .ow{color:#3e999f}.highlight>pre .w{color:#4d4d4c}.highlight>pre .mf{color:#f5871f}.highlight>pre .mh{color:#f5871f}.highlight>pre .mi{color:#f5871f}.highlight>pre .mo{color:#f5871f}.highlight>pre .sb{color:#718c00}.highlight>pre .sc{color:#4d4d4c}.highlight>pre .sd{color:#8e908c}.highlight>pre .s2{color:#718c00}.highlight>pre .se{color:#f5871f}.highlight>pre .sh{color:#718c00}.highlight>pre .si{color:#f5871f}.highlight>pre .sx{color:#718c00}.highlight>pre .sr{color:#718c00}.highlight>pre .s1{color:#718c00}.highlight>pre .ss{color:#718c00}.highlight>pre .bp{color:#4d4d4c}.highlight>pre .vc{color:#c82829}.highlight>pre .vg{color:#c82829}.highlight>pre .vi{color:#c82829}.highlight>pre .il{color:#f5871f}.clearfix::after{display:table;clear:both;content:""}.left{float:left}.right{float:right}@media (min-width: 0){.d-none{display:none !important}}@media (min-width: 500px){.d-md-none{display:none !important}}@media (min-width: 1024px){.d-lg-none{display:none !important}}@media print{.d-print-none,.extensions{display:none !important}}.horizontal-rules::before{display:block;font-size:1.9rem;color:#888;text-align:center;letter-spacing:1.5rem;content:"..."}.text--light,.card__image>.overlay--light,.hero--light,.header--light{color:#222}.text--light h1,.card__image>.overlay--light h1,.hero--light h1,.header--light h1,.text--light h2,.card__image>.overlay--light h2,.hero--light h2,.header--light h2,.text--light h3,.card__image>.overlay--light h3,.hero--light h3,.header--light h3{color:#000}.text--light h4,.card__image>.overlay--light h4,.hero--light h4,.header--light h4,.text--light h5,.card__image>.overlay--light h5,.hero--light h5,.header--light h5{color:#222}.text--light h6,.card__image>.overlay--light h6,.hero--light h6,.header--light h6{color:#888}.text--light a:not(.button):not(.swiper__button),.card__image>.overlay--light a:not(.button):not(.swiper__button),.hero--light a:not(.button):not(.swiper__button),.header--light a:not(.button):not(.swiper__button){-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.text--light a:not(.button):not(.swiper__button),.card__image>.overlay--light a:not(.button):not(.swiper__button),.hero--light a:not(.button):not(.swiper__button),.header--light a:not(.button):not(.swiper__button),.text--light a:not(.button):not(.swiper__button):link,.card__image>.overlay--light a:not(.button):not(.swiper__button):link,.hero--light a:not(.button):not(.swiper__button):link,.header--light a:not(.button):not(.swiper__button):link,.text--light a:not(.button):not(.swiper__button):visited,.card__image>.overlay--light a:not(.button):not(.swiper__button):visited,.hero--light a:not(.button):not(.swiper__button):visited,.header--light a:not(.button):not(.swiper__button):visited{text-decoration:none}.root[data-is-touch="false"] .text--light a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .card__image>.overlay--light a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .hero--light a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .header--light a:not(.button):not(.swiper__button):hover{text-decoration:underline}.root[data-is-touch] .text--light a:not(.button):not(.swiper__button).active,.root[data-is-touch] .card__image>.overlay--light a:not(.button):not(.swiper__button).active,.root[data-is-touch] .hero--light a:not(.button):not(.swiper__button).active,.root[data-is-touch] .header--light a:not(.button):not(.swiper__button).active,.root[data-is-touch] .text--light a:not(.button):not(.swiper__button):active,.root[data-is-touch] .card__image>.overlay--light a:not(.button):not(.swiper__button):active,.root[data-is-touch] .hero--light a:not(.button):not(.swiper__button):active,.root[data-is-touch] .header--light a:not(.button):not(.swiper__button):active{text-decoration:none}.text--light a:not(.button):not(.swiper__button),.card__image>.overlay--light a:not(.button):not(.swiper__button),.hero--light a:not(.button):not(.swiper__button),.header--light a:not(.button):not(.swiper__button),.text--light a:not(.button):not(.swiper__button):link,.card__image>.overlay--light a:not(.button):not(.swiper__button):link,.hero--light a:not(.button):not(.swiper__button):link,.header--light a:not(.button):not(.swiper__button):link,.text--light a:not(.button):not(.swiper__button):visited,.card__image>.overlay--light a:not(.button):not(.swiper__button):visited,.hero--light a:not(.button):not(.swiper__button):visited,.header--light a:not(.button):not(.swiper__button):visited{color:#222}.root[data-is-touch="false"] .text--light a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .card__image>.overlay--light a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .hero--light a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .header--light a:not(.button):not(.swiper__button):hover{color:#fc4d50}.root[data-is-touch] .text--light a:not(.button):not(.swiper__button).active,.root[data-is-touch] .card__image>.overlay--light a:not(.button):not(.swiper__button).active,.root[data-is-touch] .hero--light a:not(.button):not(.swiper__button).active,.root[data-is-touch] .header--light a:not(.button):not(.swiper__button).active,.root[data-is-touch] .text--light a:not(.button):not(.swiper__button):active,.root[data-is-touch] .card__image>.overlay--light a:not(.button):not(.swiper__button):active,.root[data-is-touch] .hero--light a:not(.button):not(.swiper__button):active,.root[data-is-touch] .header--light a:not(.button):not(.swiper__button):active{color:#f80408}.text--light a:not(.button):not(.swiper__button).disabled,.card__image>.overlay--light a:not(.button):not(.swiper__button).disabled,.hero--light a:not(.button):not(.swiper__button).disabled,.header--light a:not(.button):not(.swiper__button).disabled,.text--light a:not(.button):not(.swiper__button):disabled,.card__image>.overlay--light a:not(.button):not(.swiper__button):disabled,.hero--light a:not(.button):not(.swiper__button):disabled,.header--light a:not(.button):not(.swiper__button):disabled{color:rgba(34,34,34,0.2) !important}.text--dark,.card__image>.overlay,.card__image>.overlay--dark,.hero--dark,.header--dark{color:rgba(255,255,255,0.95)}.text--dark h1,.card__image>.overlay h1,.card__image>.overlay--dark h1,.hero--dark h1,.header--dark h1,.text--dark h2,.card__image>.overlay h2,.card__image>.overlay--dark h2,.hero--dark h2,.header--dark h2,.text--dark h3,.card__image>.overlay h3,.card__image>.overlay--dark h3,.hero--dark h3,.header--dark h3{color:#fff}.text--dark h4,.card__image>.overlay h4,.card__image>.overlay--dark h4,.hero--dark h4,.header--dark h4,.text--dark h5,.card__image>.overlay h5,.card__image>.overlay--dark h5,.hero--dark h5,.header--dark h5{color:rgba(255,255,255,0.95)}.text--dark h6,.card__image>.overlay h6,.card__image>.overlay--dark h6,.hero--dark h6,.header--dark h6{color:rgba(255,255,255,0.85)}.text--dark a:not(.button):not(.swiper__button),.card__image>.overlay a:not(.button):not(.swiper__button),.card__image>.overlay--dark a:not(.button):not(.swiper__button),.hero--dark a:not(.button):not(.swiper__button),.header--dark a:not(.button):not(.swiper__button){-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.text--dark a:not(.button):not(.swiper__button),.card__image>.overlay a:not(.button):not(.swiper__button),.card__image>.overlay--dark a:not(.button):not(.swiper__button),.hero--dark a:not(.button):not(.swiper__button),.header--dark a:not(.button):not(.swiper__button),.text--dark a:not(.button):not(.swiper__button):link,.card__image>.overlay a:not(.button):not(.swiper__button):link,.card__image>.overlay--dark a:not(.button):not(.swiper__button):link,.hero--dark a:not(.button):not(.swiper__button):link,.header--dark a:not(.button):not(.swiper__button):link,.text--dark a:not(.button):not(.swiper__button):visited,.card__image>.overlay a:not(.button):not(.swiper__button):visited,.card__image>.overlay--dark a:not(.button):not(.swiper__button):visited,.hero--dark a:not(.button):not(.swiper__button):visited,.header--dark a:not(.button):not(.swiper__button):visited{text-decoration:none}.root[data-is-touch="false"] .text--dark a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .card__image>.overlay a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .card__image>.overlay--dark a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .hero--dark a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .header--dark a:not(.button):not(.swiper__button):hover{text-decoration:underline}.root[data-is-touch] .text--dark a:not(.button):not(.swiper__button).active,.root[data-is-touch] .card__image>.overlay a:not(.button):not(.swiper__button).active,.root[data-is-touch] .card__image>.overlay--dark a:not(.button):not(.swiper__button).active,.root[data-is-touch] .hero--dark a:not(.button):not(.swiper__button).active,.root[data-is-touch] .header--dark a:not(.button):not(.swiper__button).active,.root[data-is-touch] .text--dark a:not(.button):not(.swiper__button):active,.root[data-is-touch] .card__image>.overlay a:not(.button):not(.swiper__button):active,.root[data-is-touch] .card__image>.overlay--dark a:not(.button):not(.swiper__button):active,.root[data-is-touch] .hero--dark a:not(.button):not(.swiper__button):active,.root[data-is-touch] .header--dark a:not(.button):not(.swiper__button):active{text-decoration:none}.text--dark a:not(.button):not(.swiper__button),.card__image>.overlay a:not(.button):not(.swiper__button),.card__image>.overlay--dark a:not(.button):not(.swiper__button),.hero--dark a:not(.button):not(.swiper__button),.header--dark a:not(.button):not(.swiper__button),.text--dark a:not(.button):not(.swiper__button):link,.card__image>.overlay a:not(.button):not(.swiper__button):link,.card__image>.overlay--dark a:not(.button):not(.swiper__button):link,.hero--dark a:not(.button):not(.swiper__button):link,.header--dark a:not(.button):not(.swiper__button):link,.text--dark a:not(.button):not(.swiper__button):visited,.card__image>.overlay a:not(.button):not(.swiper__button):visited,.card__image>.overlay--dark a:not(.button):not(.swiper__button):visited,.hero--dark a:not(.button):not(.swiper__button):visited,.header--dark a:not(.button):not(.swiper__button):visited{color:rgba(255,255,255,0.95)}.root[data-is-touch="false"] .text--dark a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .card__image>.overlay a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .card__image>.overlay--dark a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .hero--dark a:not(.button):not(.swiper__button):hover,.root[data-is-touch="false"] .header--dark a:not(.button):not(.swiper__button):hover{color:#fc4d50}.root[data-is-touch] .text--dark a:not(.button):not(.swiper__button).active,.root[data-is-touch] .card__image>.overlay a:not(.button):not(.swiper__button).active,.root[data-is-touch] .card__image>.overlay--dark a:not(.button):not(.swiper__button).active,.root[data-is-touch] .hero--dark a:not(.button):not(.swiper__button).active,.root[data-is-touch] .header--dark a:not(.button):not(.swiper__button).active,.root[data-is-touch] .text--dark a:not(.button):not(.swiper__button):active,.root[data-is-touch] .card__image>.overlay a:not(.button):not(.swiper__button):active,.root[data-is-touch] .card__image>.overlay--dark a:not(.button):not(.swiper__button):active,.root[data-is-touch] .hero--dark a:not(.button):not(.swiper__button):active,.root[data-is-touch] .header--dark a:not(.button):not(.swiper__button):active{color:#f80408}.text--dark a:not(.button):not(.swiper__button).disabled,.card__image>.overlay a:not(.button):not(.swiper__button).disabled,.card__image>.overlay--dark a:not(.button):not(.swiper__button).disabled,.hero--dark a:not(.button):not(.swiper__button).disabled,.header--dark a:not(.button):not(.swiper__button).disabled,.text--dark a:not(.button):not(.swiper__button):disabled,.card__image>.overlay a:not(.button):not(.swiper__button):disabled,.card__image>.overlay--dark a:not(.button):not(.swiper__button):disabled,.hero--dark a:not(.button):not(.swiper__button):disabled,.header--dark a:not(.button):not(.swiper__button):disabled{color:rgba(255,255,255,0.2) !important}.of-auto{overflow:auto;-webkit-overflow-scrolling:touch}.of-hidden{overflow:hidden}.box-shadow-1{box-shadow:0 4px 8px rgba(0,0,0,0.23),0 1px 3px rgba(0,0,0,0.08),0 6px 12px rgba(0,0,0,0.02)}.box-shadow-2{box-shadow:0 8px 16px rgba(0,0,0,0.23),0 2px 6px rgba(0,0,0,0.08),0 12px 24px rgba(0,0,0,0.02)}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:1rem}.ml-4{margin-left:1.5rem}.ml-5{margin-left:3rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:1rem}.mr-4{margin-right:1.5rem}.mr-5{margin-right:3rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:1rem;margin-right:1rem}.mx-4{margin-left:1.5rem;margin-right:1.5rem}.mx-5{margin-left:3rem;margin-right:3rem}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:1rem;margin-bottom:1rem}.my-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-5{margin-top:3rem;margin-bottom:3rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:1rem}.m-4{margin:1.5rem}.m-5{margin:3rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:1rem}.pt-4{padding-top:1.5rem}.pt-5{padding-top:3rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:1rem}.pb-4{padding-bottom:1.5rem}.pb-5{padding-bottom:3rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:1rem}.pl-4{padding-left:1.5rem}.pl-5{padding-left:3rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:1rem}.pr-4{padding-right:1.5rem}.pr-5{padding-right:3rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:1rem;padding-right:1rem}.px-4{padding-left:1.5rem;padding-right:1.5rem}.px-5{padding-left:3rem;padding-right:3rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:1rem;padding-bottom:1rem}.py-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-5{padding-top:3rem;padding-bottom:3rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.m-auto{margin:auto}.grid-container{overflow:hidden}.cell{min-width:0}.grid{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width: 0){.grid>.cell--1{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:8.3333333333%}}@media (min-width: 0){.grid>.cell--2{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:16.6666666667%}}@media (min-width: 0){.grid>.cell--3{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:25%}}@media (min-width: 0){.grid>.cell--4{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:33.3333333333%}}@media (min-width: 0){.grid>.cell--5{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:41.6666666667%}}@media (min-width: 0){.grid>.cell--6{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:50%}}@media (min-width: 0){.grid>.cell--7{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:58.3333333333%}}@media (min-width: 0){.grid>.cell--8{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:66.6666666667%}}@media (min-width: 0){.grid>.cell--9{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:75%}}@media (min-width: 0){.grid>.cell--10{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:83.3333333333%}}@media (min-width: 0){.grid>.cell--11{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:91.6666666667%}}@media (min-width: 0){.grid>.cell--12{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:100%}}@media (min-width: 0){.grid>.cell--auto{-webkit-box-flex:1;-webkit-flex:1 1 0;-moz-box-flex:1;-moz-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;width:auto}}@media (min-width: 0){.grid>.cell--shrink{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}@media (min-width: 0){.grid>.cell--stretch{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1}}@media (min-width: 500px){.grid>.cell--md-1{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:8.3333333333%}}@media (min-width: 500px){.grid>.cell--md-2{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:16.6666666667%}}@media (min-width: 500px){.grid>.cell--md-3{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:25%}}@media (min-width: 500px){.grid>.cell--md-4{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:33.3333333333%}}@media (min-width: 500px){.grid>.cell--md-5{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:41.6666666667%}}@media (min-width: 500px){.grid>.cell--md-6{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:50%}}@media (min-width: 500px){.grid>.cell--md-7{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:58.3333333333%}}@media (min-width: 500px){.grid>.cell--md-8{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:66.6666666667%}}@media (min-width: 500px){.grid>.cell--md-9{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:75%}}@media (min-width: 500px){.grid>.cell--md-10{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:83.3333333333%}}@media (min-width: 500px){.grid>.cell--md-11{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:91.6666666667%}}@media (min-width: 500px){.grid>.cell--md-12{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:100%}}@media (min-width: 500px){.grid>.cell--md-auto{-webkit-box-flex:1;-webkit-flex:1 1 0;-moz-box-flex:1;-moz-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;width:auto}}@media (min-width: 500px){.grid>.cell--md-shrink{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}@media (min-width: 500px){.grid>.cell--md-stretch{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1}}@media (min-width: 1024px){.grid>.cell--lg-1{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:8.3333333333%}}@media (min-width: 1024px){.grid>.cell--lg-2{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:16.6666666667%}}@media (min-width: 1024px){.grid>.cell--lg-3{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:25%}}@media (min-width: 1024px){.grid>.cell--lg-4{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:33.3333333333%}}@media (min-width: 1024px){.grid>.cell--lg-5{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:41.6666666667%}}@media (min-width: 1024px){.grid>.cell--lg-6{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:50%}}@media (min-width: 1024px){.grid>.cell--lg-7{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:58.3333333333%}}@media (min-width: 1024px){.grid>.cell--lg-8{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:66.6666666667%}}@media (min-width: 1024px){.grid>.cell--lg-9{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:75%}}@media (min-width: 1024px){.grid>.cell--lg-10{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:83.3333333333%}}@media (min-width: 1024px){.grid>.cell--lg-11{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:91.6666666667%}}@media (min-width: 1024px){.grid>.cell--lg-12{-webkit-box-flex:none;-webkit-flex:none;-moz-box-flex:none;-moz-flex:none;-ms-flex:none;flex:none;width:100%}}@media (min-width: 1024px){.grid>.cell--lg-auto{-webkit-box-flex:1;-webkit-flex:1 1 0;-moz-box-flex:1;-moz-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;width:auto}}@media (min-width: 1024px){.grid>.cell--lg-shrink{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}}@media (min-width: 1024px){.grid>.cell--lg-stretch{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1}}.grid--reverse{flex-direction:row-reverse}.grid--px-0{margin-left:0;margin-right:0}.grid--px-0 .cell{padding-left:0;padding-right:0}.grid--px-1{margin-left:-0.25rem;margin-right:-0.25rem}.grid--px-1 .cell{padding-left:.25rem;padding-right:.25rem}.grid--px-2{margin-left:-0.5rem;margin-right:-0.5rem}.grid--px-2 .cell{padding-left:.5rem;padding-right:.5rem}.grid--px-3{margin-left:-1rem;margin-right:-1rem}.grid--px-3 .cell{padding-left:1rem;padding-right:1rem}.grid--px-4{margin-left:-1.5rem;margin-right:-1.5rem}.grid--px-4 .cell{padding-left:1.5rem;padding-right:1.5rem}.grid--px-5{margin-left:-3rem;margin-right:-3rem}.grid--px-5 .cell{padding-left:3rem;padding-right:3rem}.grid--py-0{margin-top:0;margin-bottom:0}.grid--py-0 .cell{padding-top:0;padding-bottom:0}.grid--py-1{margin-top:-0.25rem;margin-bottom:-0.25rem}.grid--py-1 .cell{padding-top:.25rem;padding-bottom:.25rem}.grid--py-2{margin-top:-0.5rem;margin-bottom:-0.5rem}.grid--py-2 .cell{padding-top:.5rem;padding-bottom:.5rem}.grid--py-3{margin-top:-1rem;margin-bottom:-1rem}.grid--py-3 .cell{padding-top:1rem;padding-bottom:1rem}.grid--py-4{margin-top:-1.5rem;margin-bottom:-1.5rem}.grid--py-4 .cell{padding-top:1.5rem;padding-bottom:1.5rem}.grid--py-5{margin-top:-3rem;margin-bottom:-3rem}.grid--py-5 .cell{padding-top:3rem;padding-bottom:3rem}.grid--p-0{margin:0}.grid--p-0 .cell{padding:0}.grid--p-1{margin:-0.25rem}.grid--p-1 .cell{padding:.25rem}.grid--p-2{margin:-0.5rem}.grid--p-2 .cell{padding:.5rem}.grid--p-3{margin:-1rem}.grid--p-3 .cell{padding:1rem}.grid--p-4{margin:-1.5rem}.grid--p-4 .cell{padding:1.5rem}.grid--p-5{margin:-3rem}.grid--p-5 .cell{padding:3rem}*,::before,::after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{font-size:16px;-webkit-text-size-adjust:100%}@media print{html{font-size:14px}}body{padding:0;margin:0;font:400 1rem/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}body ::-moz-selection{background:rgba(252,77,80,0.5)}body ::-webkit-selection{background:rgba(252,77,80,0.5)}body ::selection{background:rgba(252,77,80,0.5)}h1,h2,h3,h4,h5,h6,p,hr,blockquote,figure,pre,.highlighter-rouge,ul,ol,dl,table,.footnotes{padding:0;margin:.5rem 0}input,textarea,select,button{font:400 1rem/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;color:#222}h1,h2,h3,h4,h5,h6,strong{font-weight:700}h1{font-size:2.5rem;color:#000}@media (max-width: 499px){h1{font-size:2rem}}h2{font-size:1.9rem;color:#000}@media (max-width: 499px){h2{font-size:1.5rem}}h3{font-size:1.5rem;color:#000}@media (max-width: 499px){h3{font-size:1.35rem}}h4{font-size:1.2rem;color:#222}@media (max-width: 499px){h4{font-size:1.15rem}}h5{font-size:1rem;color:#222}@media (max-width: 499px){h5{font-size:1rem}}h6{font-size:1rem;color:#888}@media (max-width: 499px){h6{font-size:1rem}}a{font-weight:700;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}a,a:link,a:visited{text-decoration:none}.root[data-is-touch="false"] a:hover{text-decoration:underline}.root[data-is-touch] a.active,.root[data-is-touch] a:active{text-decoration:none}a,a:link,a:visited{color:#fc4d50}.root[data-is-touch="false"] a:hover{color:#fb070b}.root[data-is-touch] a.active,.root[data-is-touch] a:active{color:#b20306}a.disabled,a:disabled{color:rgba(252,77,80,0.2) !important}pre,code{font-family:Menlo,Monaco,Consolas,Andale Mono,lucida console,Courier New,monospace}code{font-size:.7rem;line-height:1.4}figure>img{display:block}figcaption{font-size:.85rem}button{padding:0;margin:0;font-size:1rem;cursor:pointer;background-color:transparent;border-width:0;outline:none}input::-ms-clear{display:none}input:focus{outline:none}.mermaidTooltip{display:none}@media print{a,a:link,a:visited{text-decoration:underline}.root[data-is-touch="false"] a:hover{text-decoration:underline}.root[data-is-touch] a.active,.root[data-is-touch] a:active{text-decoration:underline}img,tr,pre,blockquote{page-break-inside:avoid}}.button,.swiper__button{display:inline-block;font-weight:700;line-height:1 !important;text-decoration:none !important;cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button svg,.swiper__button svg{width:1rem;height:1rem}.button.disabled,.disabled.swiper__button,.button:disabled,.swiper__button:disabled{cursor:not-allowed}.button--primary{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--primary svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--primary,.button--primary:link,.button--primary:visited{color:#fff;background-color:#fc4d50}.button--primary svg path,.button--primary:link svg path,.button--primary:visited svg path{fill:#fff}.root[data-is-touch="false"] .button--primary:hover{color:#fff;background-color:#fb070b}.root[data-is-touch="false"] .button--primary:hover svg path{fill:#fff}.root[data-is-touch] .button--primary.active,.root[data-is-touch] .button--primary:active{color:#fff;background-color:#b20306}.root[data-is-touch] .button--primary.active svg path,.root[data-is-touch] .button--primary:active svg path{fill:#fff}.root[data-is-touch] .button--primary.focus{color:default;background-color:#fb070b;box-shadow:0 0 0 2px rgba(251,7,11,0.4)}.root[data-is-touch] .button--primary.focus svg path{fill:default}.button--primary.disabled,.button--primary:disabled{color:rgba(255,255,255,0.2) !important;background-color:#fc4d50 !important}.button--primary.disabled svg path,.button--primary:disabled svg path{fill:rgba(255,255,255,0.2) !important}.button--secondary{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--secondary svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--secondary,.button--secondary:link,.button--secondary:visited{color:#333;background-color:#f2f2f2}.button--secondary svg path,.button--secondary:link svg path,.button--secondary:visited svg path{fill:#333}.root[data-is-touch="false"] .button--secondary:hover{color:#333;background-color:#cecece}.root[data-is-touch="false"] .button--secondary:hover svg path{fill:#333}.root[data-is-touch] .button--secondary.active,.root[data-is-touch] .button--secondary:active{color:#333;background-color:#a8a8a8}.root[data-is-touch] .button--secondary.active svg path,.root[data-is-touch] .button--secondary:active svg path{fill:#333}.root[data-is-touch] .button--secondary.focus{color:default;background-color:#cecece;box-shadow:0 0 0 2px rgba(206,206,206,0.4)}.root[data-is-touch] .button--secondary.focus svg path{fill:default}.button--secondary.disabled,.button--secondary:disabled{color:rgba(51,51,51,0.2) !important;background-color:#f2f2f2 !important}.button--secondary.disabled svg path,.button--secondary:disabled svg path{fill:rgba(51,51,51,0.2) !important}.button--success{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--success svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--success,.button--success:link,.button--success:visited{color:#fff;background-color:#52c41a}.button--success svg path,.button--success:link svg path,.button--success:visited svg path{fill:#fff}.root[data-is-touch="false"] .button--success:hover{color:#fff;background-color:#388512}.root[data-is-touch="false"] .button--success:hover svg path{fill:#fff}.root[data-is-touch] .button--success.active,.root[data-is-touch] .button--success:active{color:#fff;background-color:#1b4109}.root[data-is-touch] .button--success.active svg path,.root[data-is-touch] .button--success:active svg path{fill:#fff}.root[data-is-touch] .button--success.focus{color:default;background-color:#388512;box-shadow:0 0 0 2px rgba(56,133,18,0.4)}.root[data-is-touch] .button--success.focus svg path{fill:default}.button--success.disabled,.button--success:disabled{color:rgba(255,255,255,0.2) !important;background-color:#52c41a !important}.button--success.disabled svg path,.button--success:disabled svg path{fill:rgba(255,255,255,0.2) !important}.button--info{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--info svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--info,.button--info:link,.button--info:visited{color:#fff;background-color:#1890ff}.button--info svg path,.button--info:link svg path,.button--info:visited svg path{fill:#fff}.root[data-is-touch="false"] .button--info:hover{color:#fff;background-color:#006cd0}.root[data-is-touch="false"] .button--info:hover svg path{fill:#fff}.root[data-is-touch] .button--info.active,.root[data-is-touch] .button--info:active{color:#fff;background-color:#004483}.root[data-is-touch] .button--info.active svg path,.root[data-is-touch] .button--info:active svg path{fill:#fff}.root[data-is-touch] .button--info.focus{color:default;background-color:#006cd0;box-shadow:0 0 0 2px rgba(0,108,208,0.4)}.root[data-is-touch] .button--info.focus svg path{fill:default}.button--info.disabled,.button--info:disabled{color:rgba(255,255,255,0.2) !important;background-color:#1890ff !important}.button--info.disabled svg path,.button--info:disabled svg path{fill:rgba(255,255,255,0.2) !important}.button--warning{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--warning svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--warning,.button--warning:link,.button--warning:visited{color:#fff;background-color:#fa8c16}.button--warning svg path,.button--warning:link svg path,.button--warning:visited svg path{fill:#fff}.root[data-is-touch="false"] .button--warning:hover{color:#fff;background-color:#c46804}.root[data-is-touch="false"] .button--warning:hover svg path{fill:#fff}.root[data-is-touch] .button--warning.active,.root[data-is-touch] .button--warning:active{color:#fff;background-color:#794003}.root[data-is-touch] .button--warning.active svg path,.root[data-is-touch] .button--warning:active svg path{fill:#fff}.root[data-is-touch] .button--warning.focus{color:default;background-color:#c46804;box-shadow:0 0 0 2px rgba(196,104,4,0.4)}.root[data-is-touch] .button--warning.focus svg path{fill:default}.button--warning.disabled,.button--warning:disabled{color:rgba(255,255,255,0.2) !important;background-color:#fa8c16 !important}.button--warning.disabled svg path,.button--warning:disabled svg path{fill:rgba(255,255,255,0.2) !important}.button--error{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--error svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--error,.button--error:link,.button--error:visited{color:#fff;background-color:#f5222d}.button--error svg path,.button--error:link svg path,.button--error:visited svg path{fill:#fff}.root[data-is-touch="false"] .button--error:hover{color:#fff;background-color:#c70913}.root[data-is-touch="false"] .button--error:hover svg path{fill:#fff}.root[data-is-touch] .button--error.active,.root[data-is-touch] .button--error:active{color:#fff;background-color:#7d060c}.root[data-is-touch] .button--error.active svg path,.root[data-is-touch] .button--error:active svg path{fill:#fff}.root[data-is-touch] .button--error.focus{color:default;background-color:#c70913;box-shadow:0 0 0 2px rgba(199,9,19,0.4)}.root[data-is-touch] .button--error.focus svg path{fill:default}.button--error.disabled,.button--error:disabled{color:rgba(255,255,255,0.2) !important;background-color:#f5222d !important}.button--error.disabled svg path,.button--error:disabled svg path{fill:rgba(255,255,255,0.2) !important}.button--theme-light{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--theme-light svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--theme-light,.button--theme-light:link,.button--theme-light:visited{color:rgba(255,255,255,0.95);background-color:rgba(0,0,0,0.9)}.button--theme-light svg path,.button--theme-light:link svg path,.button--theme-light:visited svg path{fill:rgba(255,255,255,0.95)}.root[data-is-touch="false"] .button--theme-light:hover{color:rgba(255,255,255,0.95);background-color:rgba(46,46,46,0.9)}.root[data-is-touch="false"] .button--theme-light:hover svg path{fill:rgba(255,255,255,0.95)}.root[data-is-touch] .button--theme-light.active,.root[data-is-touch] .button--theme-light:active{color:rgba(255,255,255,0.95);background-color:rgba(87,87,87,0.9)}.root[data-is-touch] .button--theme-light.active svg path,.root[data-is-touch] .button--theme-light:active svg path{fill:rgba(255,255,255,0.95)}.root[data-is-touch] .button--theme-light.focus{color:default;background-color:rgba(46,46,46,0.9);box-shadow:0 0 0 2px rgba(46,46,46,0.4)}.root[data-is-touch] .button--theme-light.focus svg path{fill:default}.button--theme-light.disabled,.button--theme-light:disabled{color:rgba(255,255,255,0.4) !important;background-color:rgba(0,0,0,0.9) !important}.button--theme-light.disabled svg path,.button--theme-light:disabled svg path{fill:rgba(255,255,255,0.4) !important}.button--theme-dark{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--theme-dark svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--theme-dark,.button--theme-dark:link,.button--theme-dark:visited{color:#222;background-color:rgba(255,255,255,0.9)}.button--theme-dark svg path,.button--theme-dark:link svg path,.button--theme-dark:visited svg path{fill:#222}.root[data-is-touch="false"] .button--theme-dark:hover{color:#222;background-color:rgba(219,219,219,0.9)}.root[data-is-touch="false"] .button--theme-dark:hover svg path{fill:#222}.root[data-is-touch] .button--theme-dark.active,.root[data-is-touch] .button--theme-dark:active{color:#222;background-color:rgba(181,181,181,0.9)}.root[data-is-touch] .button--theme-dark.active svg path,.root[data-is-touch] .button--theme-dark:active svg path{fill:#222}.root[data-is-touch] .button--theme-dark.focus{color:default;background-color:rgba(219,219,219,0.9);box-shadow:0 0 0 2px rgba(219,219,219,0.4)}.root[data-is-touch] .button--theme-dark.focus svg path{fill:default}.button--theme-dark.disabled,.button--theme-dark:disabled{color:rgba(34,34,34,0.2) !important;background-color:rgba(255,255,255,0.9) !important}.button--theme-dark.disabled svg path,.button--theme-dark:disabled svg path{fill:rgba(34,34,34,0.2) !important}.button--outline-primary{color:#fc4d50;border:1px solid #fc4d50;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-primary svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-primary,.button--outline-primary:link,.button--outline-primary:visited{color:#fc4d50;background-color:transparent}.button--outline-primary svg path,.button--outline-primary:link svg path,.button--outline-primary:visited svg path{fill:#fc4d50}.root[data-is-touch="false"] .button--outline-primary:hover{color:#fff;background-color:#fc4d50}.root[data-is-touch="false"] .button--outline-primary:hover svg path{fill:#fff}.root[data-is-touch] .button--outline-primary.active,.root[data-is-touch] .button--outline-primary:active{color:#fff;background-color:#f80408}.root[data-is-touch] .button--outline-primary.active svg path,.root[data-is-touch] .button--outline-primary:active svg path{fill:#fff}.root[data-is-touch] .button--outline-primary.focus{color:default;background-color:#fc4d50;box-shadow:0 0 0 2px rgba(252,77,80,0.4)}.root[data-is-touch] .button--outline-primary.focus svg path{fill:default}.button--outline-primary.disabled,.button--outline-primary:disabled{color:rgba(252,77,80,0.2) !important;background-color:transparent !important}.button--outline-primary.disabled svg path,.button--outline-primary:disabled svg path{fill:rgba(252,77,80,0.2) !important}.button--outline-secondary{color:#f2f2f2;border:1px solid #f2f2f2;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-secondary svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-secondary,.button--outline-secondary:link,.button--outline-secondary:visited{color:#f2f2f2;background-color:transparent}.button--outline-secondary svg path,.button--outline-secondary:link svg path,.button--outline-secondary:visited svg path{fill:#f2f2f2}.root[data-is-touch="false"] .button--outline-secondary:hover{color:#333;background-color:#f2f2f2}.root[data-is-touch="false"] .button--outline-secondary:hover svg path{fill:#333}.root[data-is-touch] .button--outline-secondary.active,.root[data-is-touch] .button--outline-secondary:active{color:#333;background-color:#ccc}.root[data-is-touch] .button--outline-secondary.active svg path,.root[data-is-touch] .button--outline-secondary:active svg path{fill:#333}.root[data-is-touch] .button--outline-secondary.focus{color:default;background-color:#f2f2f2;box-shadow:0 0 0 2px rgba(242,242,242,0.4)}.root[data-is-touch] .button--outline-secondary.focus svg path{fill:default}.button--outline-secondary.disabled,.button--outline-secondary:disabled{color:rgba(242,242,242,0.2) !important;background-color:transparent !important}.button--outline-secondary.disabled svg path,.button--outline-secondary:disabled svg path{fill:rgba(242,242,242,0.2) !important}.button--outline-success{color:#52c41a;border:1px solid #52c41a;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-success svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-success,.button--outline-success:link,.button--outline-success:visited{color:#52c41a;background-color:transparent}.button--outline-success svg path,.button--outline-success:link svg path,.button--outline-success:visited svg path{fill:#52c41a}.root[data-is-touch="false"] .button--outline-success:hover{color:#fff;background-color:#52c41a}.root[data-is-touch="false"] .button--outline-success:hover svg path{fill:#fff}.root[data-is-touch] .button--outline-success.active,.root[data-is-touch] .button--outline-success:active{color:#fff;background-color:#368011}.root[data-is-touch] .button--outline-success.active svg path,.root[data-is-touch] .button--outline-success:active svg path{fill:#fff}.root[data-is-touch] .button--outline-success.focus{color:default;background-color:#52c41a;box-shadow:0 0 0 2px rgba(82,196,26,0.4)}.root[data-is-touch] .button--outline-success.focus svg path{fill:default}.button--outline-success.disabled,.button--outline-success:disabled{color:rgba(82,196,26,0.2) !important;background-color:transparent !important}.button--outline-success.disabled svg path,.button--outline-success:disabled svg path{fill:rgba(82,196,26,0.2) !important}.button--outline-info{color:#1890ff;border:1px solid #1890ff;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-info svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-info,.button--outline-info:link,.button--outline-info:visited{color:#1890ff;background-color:transparent}.button--outline-info svg path,.button--outline-info:link svg path,.button--outline-info:visited svg path{fill:#1890ff}.root[data-is-touch="false"] .button--outline-info:hover{color:#fff;background-color:#1890ff}.root[data-is-touch="false"] .button--outline-info:hover svg path{fill:#fff}.root[data-is-touch] .button--outline-info.active,.root[data-is-touch] .button--outline-info:active{color:#fff;background-color:#0069cb}.root[data-is-touch] .button--outline-info.active svg path,.root[data-is-touch] .button--outline-info:active svg path{fill:#fff}.root[data-is-touch] .button--outline-info.focus{color:default;background-color:#1890ff;box-shadow:0 0 0 2px rgba(24,144,255,0.4)}.root[data-is-touch] .button--outline-info.focus svg path{fill:default}.button--outline-info.disabled,.button--outline-info:disabled{color:rgba(24,144,255,0.2) !important;background-color:transparent !important}.button--outline-info.disabled svg path,.button--outline-info:disabled svg path{fill:rgba(24,144,255,0.2) !important}.button--outline-warning{color:#fa8c16;border:1px solid #fa8c16;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-warning svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-warning,.button--outline-warning:link,.button--outline-warning:visited{color:#fa8c16;background-color:transparent}.button--outline-warning svg path,.button--outline-warning:link svg path,.button--outline-warning:visited svg path{fill:#fa8c16}.root[data-is-touch="false"] .button--outline-warning:hover{color:#fff;background-color:#fa8c16}.root[data-is-touch="false"] .button--outline-warning:hover svg path{fill:#fff}.root[data-is-touch] .button--outline-warning.active,.root[data-is-touch] .button--outline-warning:active{color:#fff;background-color:#bf6504}.root[data-is-touch] .button--outline-warning.active svg path,.root[data-is-touch] .button--outline-warning:active svg path{fill:#fff}.root[data-is-touch] .button--outline-warning.focus{color:default;background-color:#fa8c16;box-shadow:0 0 0 2px rgba(250,140,22,0.4)}.root[data-is-touch] .button--outline-warning.focus svg path{fill:default}.button--outline-warning.disabled,.button--outline-warning:disabled{color:rgba(250,140,22,0.2) !important;background-color:transparent !important}.button--outline-warning.disabled svg path,.button--outline-warning:disabled svg path{fill:rgba(250,140,22,0.2) !important}.button--outline-error{color:#f5222d;border:1px solid #f5222d;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-error svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-error,.button--outline-error:link,.button--outline-error:visited{color:#f5222d;background-color:transparent}.button--outline-error svg path,.button--outline-error:link svg path,.button--outline-error:visited svg path{fill:#f5222d}.root[data-is-touch="false"] .button--outline-error:hover{color:#fff;background-color:#f5222d}.root[data-is-touch="false"] .button--outline-error:hover svg path{fill:#fff}.root[data-is-touch] .button--outline-error.active,.root[data-is-touch] .button--outline-error:active{color:#fff;background-color:#c20912}.root[data-is-touch] .button--outline-error.active svg path,.root[data-is-touch] .button--outline-error:active svg path{fill:#fff}.root[data-is-touch] .button--outline-error.focus{color:default;background-color:#f5222d;box-shadow:0 0 0 2px rgba(245,34,45,0.4)}.root[data-is-touch] .button--outline-error.focus svg path{fill:default}.button--outline-error.disabled,.button--outline-error:disabled{color:rgba(245,34,45,0.2) !important;background-color:transparent !important}.button--outline-error.disabled svg path,.button--outline-error:disabled svg path{fill:rgba(245,34,45,0.2) !important}.button--outline-theme-light{color:rgba(0,0,0,0.9);border:1px solid rgba(0,0,0,0.9);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-theme-light svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-theme-light,.button--outline-theme-light:link,.button--outline-theme-light:visited{color:rgba(0,0,0,0.9);background-color:transparent}.button--outline-theme-light svg path,.button--outline-theme-light:link svg path,.button--outline-theme-light:visited svg path{fill:rgba(0,0,0,0.9)}.root[data-is-touch="false"] .button--outline-theme-light:hover{color:rgba(255,255,255,0.95);background-color:rgba(0,0,0,0.9)}.root[data-is-touch="false"] .button--outline-theme-light:hover svg path{fill:rgba(255,255,255,0.95)}.root[data-is-touch] .button--outline-theme-light.active,.root[data-is-touch] .button--outline-theme-light:active{color:rgba(255,255,255,0.95);background-color:rgba(41,41,41,0.9)}.root[data-is-touch] .button--outline-theme-light.active svg path,.root[data-is-touch] .button--outline-theme-light:active svg path{fill:rgba(255,255,255,0.95)}.root[data-is-touch] .button--outline-theme-light.focus{color:default;background-color:rgba(0,0,0,0.9);box-shadow:0 0 0 2px rgba(0,0,0,0.4)}.root[data-is-touch] .button--outline-theme-light.focus svg path{fill:default}.button--outline-theme-light.disabled,.button--outline-theme-light:disabled{color:rgba(0,0,0,0.4) !important;background-color:transparent !important}.button--outline-theme-light.disabled svg path,.button--outline-theme-light:disabled svg path{fill:rgba(0,0,0,0.4) !important}.button--outline-theme-dark{color:rgba(255,255,255,0.9);border:1px solid rgba(255,255,255,0.9);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-theme-dark svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.button--outline-theme-dark,.button--outline-theme-dark:link,.button--outline-theme-dark:visited{color:rgba(255,255,255,0.9);background-color:transparent}.button--outline-theme-dark svg path,.button--outline-theme-dark:link svg path,.button--outline-theme-dark:visited svg path{fill:rgba(255,255,255,0.9)}.root[data-is-touch="false"] .button--outline-theme-dark:hover{color:#222;background-color:rgba(255,255,255,0.9)}.root[data-is-touch="false"] .button--outline-theme-dark:hover svg path{fill:#222}.root[data-is-touch] .button--outline-theme-dark.active,.root[data-is-touch] .button--outline-theme-dark:active{color:#222;background-color:rgba(217,217,217,0.9)}.root[data-is-touch] .button--outline-theme-dark.active svg path,.root[data-is-touch] .button--outline-theme-dark:active svg path{fill:#222}.root[data-is-touch] .button--outline-theme-dark.focus{color:default;background-color:rgba(255,255,255,0.9);box-shadow:0 0 0 2px rgba(255,255,255,0.4)}.root[data-is-touch] .button--outline-theme-dark.focus svg path{fill:default}.button--outline-theme-dark.disabled,.button--outline-theme-dark:disabled{color:rgba(255,255,255,0.2) !important;background-color:transparent !important}.button--outline-theme-dark.disabled svg path,.button--outline-theme-dark:disabled svg path{fill:rgba(255,255,255,0.2) !important}.button--pill{border-radius:6rem}.button--rounded{border-radius:.4rem}.button--circle,.swiper__button{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;border-radius:50%}.button--md,.button--pill,.button--rounded,.button--circle,.swiper__button{padding:.45rem .6333333333rem;font-size:1rem}.button--md.button--circle,.button--circle,.swiper__button{width:1.9rem;height:1.9rem}.button--xs{padding:.25rem .4rem;font-size:.7rem}.button--xs.button--circle,.button--xs.swiper__button{width:1.2rem;height:1.2rem}.button--sm{padding:.325rem .5rem;font-size:.85rem}.button--sm.button--circle,.button--sm.swiper__button{width:1.5rem;height:1.5rem}.button--lg{padding:.525rem .7666666667rem;font-size:1.25rem}.button--lg.button--circle,.button--lg.swiper__button{width:2.3rem;height:2.3rem}.button--xl{padding:.65rem .9333333333rem;font-size:1.5rem}.button--xl.button--circle,.button--xl.swiper__button{width:2.8rem;height:2.8rem}.image{max-width:100%}.image--md,.image{width:12rem}.image--xl{width:20em}.image--lg{width:16rem}.image--sm{width:8rem}.image--xs{width:4rem}.card{max-width:18rem;border-radius:.4rem;box-shadow:0 4px 8px rgba(0,0,0,0.23),0 1px 3px rgba(0,0,0,0.08),0 6px 12px rgba(0,0,0,0.02);-webkit-transition:box-shadow .4s ease-in-out;transition:box-shadow .4s ease-in-out}.card>:first-child{border-top-left-radius:.4rem;border-top-right-radius:.4rem}.card>:last-child{border-bottom-right-radius:.4rem;border-bottom-left-radius:.4rem}.cell>.card{max-width:unset}.card__content{padding:.5rem 1rem}.card__header,.card__header>a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.card__header,.card__header:link,.card__header:visited,.card__header>a,.card__header>a:link,.card__header>a:visited{text-decoration:none}.root[data-is-touch="false"] .card__header:hover,.root[data-is-touch="false"] .card__header>a:hover{text-decoration:underline}.root[data-is-touch] .card__header.active,.root[data-is-touch] .card__header:active,.root[data-is-touch] .card__header>a.active,.root[data-is-touch] .card__header>a:active{text-decoration:none}.card__header,.card__header:link,.card__header:visited,.card__header>a,.card__header>a:link,.card__header>a:visited{color:#000}.root[data-is-touch="false"] .card__header:hover,.root[data-is-touch="false"] .card__header>a:hover{color:#fc4d50}.root[data-is-touch] .card__header.active,.root[data-is-touch] .card__header:active,.root[data-is-touch] .card__header>a.active,.root[data-is-touch] .card__header>a:active{color:#f80408}.card__header.disabled,.card__header:disabled,.card__header>a.disabled,.card__header>a:disabled{color:rgba(0,0,0,0.2) !important}.card__image{position:relative;width:100%}.card__image>img{display:block;width:100%;height:auto;border-radius:inherit}.card__image>.overlay{position:absolute;width:100%;max-height:100%;padding:.5rem}.card__image>.overlay a{text-decoration:none !important}.card__image>.overlay,.card__image>.overlay--top{top:0;bottom:auto;border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom-right-radius:0;border-bottom-left-radius:0}.card__image>.overlay--bottom{top:auto;bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.card__image>.overlay--full{top:0;bottom:0}.card__image>.overlay,.card__image>.overlay--dark{background-color:rgba(0,0,0,0.4)}.card__image>.overlay--light{background:rgba(255,255,255,0.4)}.card--clickable{cursor:pointer;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.root[data-is-touch="false"] .card--clickable:hover{box-shadow:0 8px 16px rgba(0,0,0,0.23),0 2px 6px rgba(0,0,0,0.08),0 12px 24px rgba(0,0,0,0.02)}.root[data-is-touch="false"] .card--clickable:hover .card__image>img{height:inherit}.card--flat{box-shadow:none}.card--flat .card__image>img{border-radius:.4rem}.card--flat .card__content{padding-top:0;padding-left:0}.gallery{height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.gallery__swiper{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1}.gallery-item{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;height:100%;overflow:hidden}.gallery-item__main{display:block}.hero{background-position:50% 50%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;background-size:cover}.hero h1{font-size:3.5rem}.hero h2{font-size:2.5rem}.hero h3{font-size:2rem}.hero h4{font-size:1.75rem}.hero h5{font-size:1.5rem}.hero h6{font-size:1.5rem}.hero p{font-size:1.5rem}@media (max-width: 1023px){.hero h1{font-size:3rem}.hero h2{font-size:2rem}.hero h3{font-size:1.75rem}.hero h4{font-size:1.5rem}.hero h5{font-size:1.25rem}.hero h6{font-size:1.25rem}.hero p{font-size:1.25rem}}@media (max-width: 499px){.hero h1{font-size:2rem}.hero h2{font-size:1.5rem}.hero h3{font-size:1.35rem}.hero h4{font-size:1.15rem}.hero h5{font-size:1rem}.hero h6{font-size:1rem}.hero p{font-size:1rem}}.hero--center{text-align:center}.hero__content{margin:3rem}@media (max-width: 1023px){.hero__content{margin:3rem 1.5rem}}@media (max-width: 499px){.hero__content{margin:1.5rem 1rem}}.heros>.hero{margin:3rem}@media (max-width: 1023px){.heros>.hero{margin:1rem}}@media (max-width: 499px){.heros>.hero{margin:.5rem 0}}.menu{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0;margin-bottom:0;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.menu>li{margin-top:.25rem;margin-bottom:.25rem;margin-right:.25rem;list-style-type:none}.menu>li:last-child{margin-right:0}.menu--vertical{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:normal;-ms-flex-align:normal;-webkit-align-items:normal;-moz-align-items:normal;align-items:normal}.menu--vertical>li{margin-right:0}.menu--inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.menu--center,.hero--center .menu{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}.menu--nowrap{-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap}.menu--grow{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.modal{position:fixed;top:0;left:0;z-index:999;width:100%;height:100%;color:rgba(255,255,255,0.95);touch-action:none;background-color:rgba(0,0,0,0.9);opacity:0;-webkit-transform:translate(100%, 0);transform:translate(100%, 0);-webkit-transition:opacity .4s ease-in-out,transform 0s .4s ease-in-out;transition:opacity .4s ease-in-out,transform 0s .4s ease-in-out}.modal--show{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.modal--overflow{overflow:auto;-webkit-overflow-scrolling:touch}ul.toc{display:block;margin:0;color:#222;list-style-type:none}ul.toc>li{margin:.125rem 0}ul.toc>li a{display:inline-block;margin:.0625rem 0;text-decoration:none !important}ul.toc .toc-h1 a,ul.toc .toc-h2 a,ul.toc .toc-h3 a,ul.toc .toc-h4 a,ul.toc .toc-h5 a,ul.toc .toc-h6 a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}ul.toc .toc-h1 a,ul.toc .toc-h1 a:link,ul.toc .toc-h1 a:visited,ul.toc .toc-h2 a,ul.toc .toc-h2 a:link,ul.toc .toc-h2 a:visited,ul.toc .toc-h3 a,ul.toc .toc-h3 a:link,ul.toc .toc-h3 a:visited,ul.toc .toc-h4 a,ul.toc .toc-h4 a:link,ul.toc .toc-h4 a:visited,ul.toc .toc-h5 a,ul.toc .toc-h5 a:link,ul.toc .toc-h5 a:visited,ul.toc .toc-h6 a,ul.toc .toc-h6 a:link,ul.toc .toc-h6 a:visited{text-decoration:none}.root[data-is-touch="false"] ul.toc .toc-h1 a:hover,.root[data-is-touch="false"] ul.toc .toc-h2 a:hover,.root[data-is-touch="false"] ul.toc .toc-h3 a:hover,.root[data-is-touch="false"] ul.toc .toc-h4 a:hover,.root[data-is-touch="false"] ul.toc .toc-h5 a:hover,.root[data-is-touch="false"] ul.toc .toc-h6 a:hover{text-decoration:underline}.root[data-is-touch] ul.toc .toc-h1 a.active,.root[data-is-touch] ul.toc .toc-h1 a:active,.root[data-is-touch] ul.toc .toc-h2 a.active,.root[data-is-touch] ul.toc .toc-h2 a:active,.root[data-is-touch] ul.toc .toc-h3 a.active,.root[data-is-touch] ul.toc .toc-h3 a:active,.root[data-is-touch] ul.toc .toc-h4 a.active,.root[data-is-touch] ul.toc .toc-h4 a:active,.root[data-is-touch] ul.toc .toc-h5 a.active,.root[data-is-touch] ul.toc .toc-h5 a:active,.root[data-is-touch] ul.toc .toc-h6 a.active,.root[data-is-touch] ul.toc .toc-h6 a:active{text-decoration:none}ul.toc .toc-h1 a,ul.toc .toc-h1 a:link,ul.toc .toc-h1 a:visited,ul.toc .toc-h2 a,ul.toc .toc-h2 a:link,ul.toc .toc-h2 a:visited,ul.toc .toc-h3 a,ul.toc .toc-h3 a:link,ul.toc .toc-h3 a:visited,ul.toc .toc-h4 a,ul.toc .toc-h4 a:link,ul.toc .toc-h4 a:visited,ul.toc .toc-h5 a,ul.toc .toc-h5 a:link,ul.toc .toc-h5 a:visited,ul.toc .toc-h6 a,ul.toc .toc-h6 a:link,ul.toc .toc-h6 a:visited{color:#222}.root[data-is-touch="false"] ul.toc .toc-h1 a:hover,.root[data-is-touch="false"] ul.toc .toc-h2 a:hover,.root[data-is-touch="false"] ul.toc .toc-h3 a:hover,.root[data-is-touch="false"] ul.toc .toc-h4 a:hover,.root[data-is-touch="false"] ul.toc .toc-h5 a:hover,.root[data-is-touch="false"] ul.toc .toc-h6 a:hover{color:#fc4d50}.root[data-is-touch] ul.toc .toc-h1 a.active,.root[data-is-touch] ul.toc .toc-h1 a:active,.root[data-is-touch] ul.toc .toc-h2 a.active,.root[data-is-touch] ul.toc .toc-h2 a:active,.root[data-is-touch] ul.toc .toc-h3 a.active,.root[data-is-touch] ul.toc .toc-h3 a:active,.root[data-is-touch] ul.toc .toc-h4 a.active,.root[data-is-touch] ul.toc .toc-h4 a:active,.root[data-is-touch] ul.toc .toc-h5 a.active,.root[data-is-touch] ul.toc .toc-h5 a:active,.root[data-is-touch] ul.toc .toc-h6 a.active,.root[data-is-touch] ul.toc .toc-h6 a:active{color:#f80408}ul.toc .toc-h1 a.disabled,ul.toc .toc-h1 a:disabled,ul.toc .toc-h2 a.disabled,ul.toc .toc-h2 a:disabled,ul.toc .toc-h3 a.disabled,ul.toc .toc-h3 a:disabled,ul.toc .toc-h4 a.disabled,ul.toc .toc-h4 a:disabled,ul.toc .toc-h5 a.disabled,ul.toc .toc-h5 a:disabled,ul.toc .toc-h6 a.disabled,ul.toc .toc-h6 a:disabled{color:rgba(34,34,34,0.2) !important}ul.toc .toc-h1.active a,ul.toc .toc-h2.active a,ul.toc .toc-h3.active a,ul.toc .toc-h4.active a,ul.toc .toc-h5.active a,ul.toc .toc-h6.active a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}ul.toc .toc-h1.active a,ul.toc .toc-h1.active a:link,ul.toc .toc-h1.active a:visited,ul.toc .toc-h2.active a,ul.toc .toc-h2.active a:link,ul.toc .toc-h2.active a:visited,ul.toc .toc-h3.active a,ul.toc .toc-h3.active a:link,ul.toc .toc-h3.active a:visited,ul.toc .toc-h4.active a,ul.toc .toc-h4.active a:link,ul.toc .toc-h4.active a:visited,ul.toc .toc-h5.active a,ul.toc .toc-h5.active a:link,ul.toc .toc-h5.active a:visited,ul.toc .toc-h6.active a,ul.toc .toc-h6.active a:link,ul.toc .toc-h6.active a:visited{text-decoration:none}.root[data-is-touch="false"] ul.toc .toc-h1.active a:hover,.root[data-is-touch="false"] ul.toc .toc-h2.active a:hover,.root[data-is-touch="false"] ul.toc .toc-h3.active a:hover,.root[data-is-touch="false"] ul.toc .toc-h4.active a:hover,.root[data-is-touch="false"] ul.toc .toc-h5.active a:hover,.root[data-is-touch="false"] ul.toc .toc-h6.active a:hover{text-decoration:underline}.root[data-is-touch] ul.toc .toc-h1.active a.active,.root[data-is-touch] ul.toc .toc-h1.active a:active,.root[data-is-touch] ul.toc .toc-h2.active a.active,.root[data-is-touch] ul.toc .toc-h2.active a:active,.root[data-is-touch] ul.toc .toc-h3.active a.active,.root[data-is-touch] ul.toc .toc-h3.active a:active,.root[data-is-touch] ul.toc .toc-h4.active a.active,.root[data-is-touch] ul.toc .toc-h4.active a:active,.root[data-is-touch] ul.toc .toc-h5.active a.active,.root[data-is-touch] ul.toc .toc-h5.active a:active,.root[data-is-touch] ul.toc .toc-h6.active a.active,.root[data-is-touch] ul.toc .toc-h6.active a:active{text-decoration:none}ul.toc .toc-h1.active a,ul.toc .toc-h1.active a:link,ul.toc .toc-h1.active a:visited,ul.toc .toc-h2.active a,ul.toc .toc-h2.active a:link,ul.toc .toc-h2.active a:visited,ul.toc .toc-h3.active a,ul.toc .toc-h3.active a:link,ul.toc .toc-h3.active a:visited,ul.toc .toc-h4.active a,ul.toc .toc-h4.active a:link,ul.toc .toc-h4.active a:visited,ul.toc .toc-h5.active a,ul.toc .toc-h5.active a:link,ul.toc .toc-h5.active a:visited,ul.toc .toc-h6.active a,ul.toc .toc-h6.active a:link,ul.toc .toc-h6.active a:visited{color:#fc4d50}.root[data-is-touch="false"] ul.toc .toc-h1.active a:hover,.root[data-is-touch="false"] ul.toc .toc-h2.active a:hover,.root[data-is-touch="false"] ul.toc .toc-h3.active a:hover,.root[data-is-touch="false"] ul.toc .toc-h4.active a:hover,.root[data-is-touch="false"] ul.toc .toc-h5.active a:hover,.root[data-is-touch="false"] ul.toc .toc-h6.active a:hover{color:#fb070b}.root[data-is-touch] ul.toc .toc-h1.active a.active,.root[data-is-touch] ul.toc .toc-h1.active a:active,.root[data-is-touch] ul.toc .toc-h2.active a.active,.root[data-is-touch] ul.toc .toc-h2.active a:active,.root[data-is-touch] ul.toc .toc-h3.active a.active,.root[data-is-touch] ul.toc .toc-h3.active a:active,.root[data-is-touch] ul.toc .toc-h4.active a.active,.root[data-is-touch] ul.toc .toc-h4.active a:active,.root[data-is-touch] ul.toc .toc-h5.active a.active,.root[data-is-touch] ul.toc .toc-h5.active a:active,.root[data-is-touch] ul.toc .toc-h6.active a.active,.root[data-is-touch] ul.toc .toc-h6.active a:active{color:#b20306}ul.toc .toc-h1.active a.disabled,ul.toc .toc-h1.active a:disabled,ul.toc .toc-h2.active a.disabled,ul.toc .toc-h2.active a:disabled,ul.toc .toc-h3.active a.disabled,ul.toc .toc-h3.active a:disabled,ul.toc .toc-h4.active a.disabled,ul.toc .toc-h4.active a:disabled,ul.toc .toc-h5.active a.disabled,ul.toc .toc-h5.active a:disabled,ul.toc .toc-h6.active a.disabled,ul.toc .toc-h6.active a:disabled{color:rgba(252,77,80,0.2) !important}ul.toc .toc-h2,ul.toc .toc-h2 a,ul.toc .toc-h3,ul.toc .toc-h3 a,ul.toc .toc-h4,ul.toc .toc-h4 a,ul.toc .toc-h5,ul.toc .toc-h5 a,ul.toc .toc-h6,ul.toc .toc-h6 a{font-size:.7rem;font-weight:400;line-height:1.2}ul.toc .toc-h1{border:0 solid #e6e6e6;border-bottom-width:1px;padding:.5rem 0 .25rem 0;margin-bottom:.5rem;color:#000}ul.toc .toc-h1,ul.toc .toc-h1 a{font-size:.85rem;font-weight:700;line-height:1.4}ul.toc .toc-h1 a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}ul.toc .toc-h1 a,ul.toc .toc-h1 a:link,ul.toc .toc-h1 a:visited{text-decoration:none}.root[data-is-touch="false"] ul.toc .toc-h1 a:hover{text-decoration:underline}.root[data-is-touch] ul.toc .toc-h1 a.active,.root[data-is-touch] ul.toc .toc-h1 a:active{text-decoration:none}ul.toc .toc-h1 a,ul.toc .toc-h1 a:link,ul.toc .toc-h1 a:visited{color:#000}.root[data-is-touch="false"] ul.toc .toc-h1 a:hover{color:#fc4d50}.root[data-is-touch] ul.toc .toc-h1 a.active,.root[data-is-touch] ul.toc .toc-h1 a:active{color:#f80408}ul.toc .toc-h1 a.disabled,ul.toc .toc-h1 a:disabled{color:rgba(0,0,0,0.2) !important}ul.toc .toc-h2,ul.toc .toc-h2 a{font-weight:700}ul.toc .toc-h3{margin-left:1rem}ul.toc .toc-h4{margin-left:2rem}ul.toc .toc-h5,ul.toc .toc-h6{margin-left:3rem}ul.toc .toc-h6{color:#888}ul.toc .toc-h6 a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}ul.toc .toc-h6 a,ul.toc .toc-h6 a:link,ul.toc .toc-h6 a:visited{text-decoration:none}.root[data-is-touch="false"] ul.toc .toc-h6 a:hover{text-decoration:underline}.root[data-is-touch] ul.toc .toc-h6 a.active,.root[data-is-touch] ul.toc .toc-h6 a:active{text-decoration:none}ul.toc .toc-h6 a,ul.toc .toc-h6 a:link,ul.toc .toc-h6 a:visited{color:#888}.root[data-is-touch="false"] ul.toc .toc-h6 a:hover{color:#fc4d50}.root[data-is-touch] ul.toc .toc-h6 a.active,.root[data-is-touch] ul.toc .toc-h6 a:active{color:#f80408}ul.toc .toc-h6 a.disabled,ul.toc .toc-h6 a:disabled{color:rgba(136,136,136,0.2) !important}ul.toc--ellipsis>li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}ul.toc--navigator>li a{padding-left:.5rem;margin:.25rem 0}ul.toc--navigator>li.active a{margin-left:-4px;border:0 solid #fc4d50;border-left-width:4px}ul.toc--navigator .toc-h2,ul.toc--navigator .toc-h3,ul.toc--navigator .toc-h4{color:#888}ul.toc--navigator .toc-h2 a,ul.toc--navigator .toc-h3 a,ul.toc--navigator .toc-h4 a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}ul.toc--navigator .toc-h2 a,ul.toc--navigator .toc-h2 a:link,ul.toc--navigator .toc-h2 a:visited,ul.toc--navigator .toc-h3 a,ul.toc--navigator .toc-h3 a:link,ul.toc--navigator .toc-h3 a:visited,ul.toc--navigator .toc-h4 a,ul.toc--navigator .toc-h4 a:link,ul.toc--navigator .toc-h4 a:visited{text-decoration:none}.root[data-is-touch="false"] ul.toc--navigator .toc-h2 a:hover,.root[data-is-touch="false"] ul.toc--navigator .toc-h3 a:hover,.root[data-is-touch="false"] ul.toc--navigator .toc-h4 a:hover{text-decoration:underline}.root[data-is-touch] ul.toc--navigator .toc-h2 a.active,.root[data-is-touch] ul.toc--navigator .toc-h2 a:active,.root[data-is-touch] ul.toc--navigator .toc-h3 a.active,.root[data-is-touch] ul.toc--navigator .toc-h3 a:active,.root[data-is-touch] ul.toc--navigator .toc-h4 a.active,.root[data-is-touch] ul.toc--navigator .toc-h4 a:active{text-decoration:none}ul.toc--navigator .toc-h2 a,ul.toc--navigator .toc-h2 a:link,ul.toc--navigator .toc-h2 a:visited,ul.toc--navigator .toc-h3 a,ul.toc--navigator .toc-h3 a:link,ul.toc--navigator .toc-h3 a:visited,ul.toc--navigator .toc-h4 a,ul.toc--navigator .toc-h4 a:link,ul.toc--navigator .toc-h4 a:visited{color:#888}.root[data-is-touch="false"] ul.toc--navigator .toc-h2 a:hover,.root[data-is-touch="false"] ul.toc--navigator .toc-h3 a:hover,.root[data-is-touch="false"] ul.toc--navigator .toc-h4 a:hover{color:#646464}.root[data-is-touch] ul.toc--navigator .toc-h2 a.active,.root[data-is-touch] ul.toc--navigator .toc-h2 a:active,.root[data-is-touch] ul.toc--navigator .toc-h3 a.active,.root[data-is-touch] ul.toc--navigator .toc-h3 a:active,.root[data-is-touch] ul.toc--navigator .toc-h4 a.active,.root[data-is-touch] ul.toc--navigator .toc-h4 a:active{color:#3e3e3e}ul.toc--navigator .toc-h2 a.disabled,ul.toc--navigator .toc-h2 a:disabled,ul.toc--navigator .toc-h3 a.disabled,ul.toc--navigator .toc-h3 a:disabled,ul.toc--navigator .toc-h4 a.disabled,ul.toc--navigator .toc-h4 a:disabled{color:rgba(136,136,136,0.2) !important}ul.toc--navigator .toc-h1{color:#222}ul.toc--navigator .toc-h1,ul.toc--navigator .toc-h1 a{font-size:1rem;line-height:1.6}ul.toc--navigator .toc-h1 a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}ul.toc--navigator .toc-h1 a,ul.toc--navigator .toc-h1 a:link,ul.toc--navigator .toc-h1 a:visited{text-decoration:none}.root[data-is-touch="false"] ul.toc--navigator .toc-h1 a:hover{text-decoration:underline}.root[data-is-touch] ul.toc--navigator .toc-h1 a.active,.root[data-is-touch] ul.toc--navigator .toc-h1 a:active{text-decoration:none}ul.toc--navigator .toc-h1 a,ul.toc--navigator .toc-h1 a:link,ul.toc--navigator .toc-h1 a:visited{color:#000}.root[data-is-touch="false"] ul.toc--navigator .toc-h1 a:hover{color:#2e2e2e}.root[data-is-touch] ul.toc--navigator .toc-h1 a.active,.root[data-is-touch] ul.toc--navigator .toc-h1 a:active{color:#575757}ul.toc--navigator .toc-h1 a.disabled,ul.toc--navigator .toc-h1 a:disabled{color:rgba(0,0,0,0.4) !important}ul.toc--navigator .toc-h2,ul.toc--navigator .toc-h2 a{font-size:.85rem;font-weight:700;line-height:1.4}.item{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}@media (max-width: 499px){.item{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.item__image{margin-right:1rem}.item__image+.item__content>:first-child{margin-top:0}.item__image+.item__content>:first-child>:first-child{margin-top:0}@media (max-width: 499px){.item__image{margin-right:0}}.item__content{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1;min-width:0}a>.item__header,a.item__header,.item__header>a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}a>.item__header,a>.item__header:link,a>.item__header:visited,a.item__header,a.item__header:link,a.item__header:visited,.item__header>a,.item__header>a:link,.item__header>a:visited{text-decoration:none}.root[data-is-touch="false"] a>.item__header:hover,.root[data-is-touch="false"] a.item__header:hover,.root[data-is-touch="false"] .item__header>a:hover{text-decoration:underline}.root[data-is-touch] a>.item__header.active,.root[data-is-touch] a>.item__header:active,.root[data-is-touch] a.item__header.active,.root[data-is-touch] a.item__header:active,.root[data-is-touch] .item__header>a.active,.root[data-is-touch] .item__header>a:active{text-decoration:none}a>.item__header,a>.item__header:link,a>.item__header:visited,a.item__header,a.item__header:link,a.item__header:visited,.item__header>a,.item__header>a:link,.item__header>a:visited{color:#000}.root[data-is-touch="false"] a>.item__header:hover,.root[data-is-touch="false"] a.item__header:hover,.root[data-is-touch="false"] .item__header>a:hover{color:#fc4d50}.root[data-is-touch] a>.item__header.active,.root[data-is-touch] a>.item__header:active,.root[data-is-touch] a.item__header.active,.root[data-is-touch] a.item__header:active,.root[data-is-touch] .item__header>a.active,.root[data-is-touch] .item__header>a:active{color:#f80408}a>.item__header.disabled,a>.item__header:disabled,a.item__header.disabled,a.item__header:disabled,.item__header>a.disabled,.item__header>a:disabled{color:rgba(0,0,0,0.2) !important}.item__meta{color:#888}.item__description,.item__description .article__content{font-size:.85rem;line-height:1.6}.item__description h1,.item__description h2,.item__description h3,.item__description h4,.item__description h5,.item__description h6,.item__description p,.item__description hr,.item__description blockquote,.item__description figure,.item__description pre,.item__description .highlighter-rouge,.item__description ul,.item__description ol,.item__description dl,.item__description table,.item__description .footnotes,.item__description .article__content h1,.item__description .article__content h2,.item__description .article__content h3,.item__description .article__content h4,.item__description .article__content h5,.item__description .article__content h6,.item__description .article__content p,.item__description .article__content hr,.item__description .article__content blockquote,.item__description .article__content figure,.item__description .article__content pre,.item__description .article__content .highlighter-rouge,.item__description .article__content ul,.item__description .article__content ol,.item__description .article__content dl,.item__description .article__content table,.item__description .article__content .footnotes{margin-top:.5rem;margin-bottom:.5rem}.item__description h1,.item__description h2,.item__description h3,.item__description h4,.item__description h5,.item__description h6,.item__description .article__content h1,.item__description .article__content h2,.item__description .article__content h3,.item__description .article__content h4,.item__description .article__content h5,.item__description .article__content h6{margin-top:1rem}.item__description h1,.item__description h2,.item__description h3,.item__description .article__content h1,.item__description .article__content h2,.item__description .article__content h3{color:#222}.item__description h1,.item__description h2,.item__description .article__content h1,.item__description .article__content h2{padding:0;border:none}.item__description h1,.item__description .article__content h1{font-size:1.05rem}.item__description h2,.item__description .article__content h2{font-size:1rem}.item__description h3,.item__description .article__content h3{font-size:.95rem}.item__description h4,.item__description .article__content h4{font-size:.9rem}.item__description h5,.item__description .article__content h5{font-size:.85rem}.item__description h6,.item__description .article__content h6{font-size:.85rem}.item__description img,.item__description .article__content img{max-height:32rem}@media (max-width: 499px){.item__description img,.item__description .article__content img{max-height:14rem}}.items>.item:not(:last-child){margin-bottom:.5rem}.items--divided>.item{list-style-type:none}.items--divided>.item:not(:first-child){padding-top:1.5rem}.items--divided>.item:not(:last-child){padding-bottom:1.5rem;border:0 solid #e6e6e6;border-bottom-width:1px}.swiper{position:relative;overflow:hidden}.swiper__wrapper,.swiper__slide{width:100%;height:100%}.swiper__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.swiper__wrapper--animation{-webkit-transition:transform .4s ease-in-out;transition:transform .4s ease-in-out}.swiper__slide{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.swiper__slide>img{max-width:100%}.swiper__button{position:absolute;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.swiper__button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.swiper__button,.swiper__button:link,.swiper__button:visited{color:#000;background-color:rgba(242,242,242,0.4)}.swiper__button svg path,.swiper__button:link svg path,.swiper__button:visited svg path{fill:#000}.root[data-is-touch="false"] .swiper__button:hover{color:#000;background-color:rgba(206,206,206,0.4)}.root[data-is-touch="false"] .swiper__button:hover svg path{fill:#000}.root[data-is-touch] .swiper__button.active,.root[data-is-touch] .swiper__button:active{color:#000;background-color:rgba(168,168,168,0.4)}.root[data-is-touch] .swiper__button.active svg path,.root[data-is-touch] .swiper__button:active svg path{fill:#000}.root[data-is-touch] .swiper__button.focus{color:default;background-color:rgba(206,206,206,0.4);box-shadow:0 0 0 2px rgba(206,206,206,0.4)}.root[data-is-touch] .swiper__button.focus svg path{fill:default}.swiper__button.disabled,.swiper__button:disabled{color:rgba(0,0,0,0.2) !important;background-color:rgba(242,242,242,0.4) !important}.swiper__button.disabled svg path,.swiper__button:disabled svg path{fill:rgba(0,0,0,0.2) !important}.swiper--light .swiper__button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.swiper--light .swiper__button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.swiper--light .swiper__button,.swiper--light .swiper__button:link,.swiper--light .swiper__button:visited{color:#222;background-color:rgba(255,255,255,0.4)}.swiper--light .swiper__button svg path,.swiper--light .swiper__button:link svg path,.swiper--light .swiper__button:visited svg path{fill:#222}.root[data-is-touch="false"] .swiper--light .swiper__button:hover{color:#222;background-color:rgba(219,219,219,0.4)}.root[data-is-touch="false"] .swiper--light .swiper__button:hover svg path{fill:#222}.root[data-is-touch] .swiper--light .swiper__button.active,.root[data-is-touch] .swiper--light .swiper__button:active{color:#222;background-color:rgba(181,181,181,0.4)}.root[data-is-touch] .swiper--light .swiper__button.active svg path,.root[data-is-touch] .swiper--light .swiper__button:active svg path{fill:#222}.root[data-is-touch] .swiper--light .swiper__button.focus{color:default;background-color:rgba(219,219,219,0.4);box-shadow:0 0 0 2px rgba(219,219,219,0.4)}.root[data-is-touch] .swiper--light .swiper__button.focus svg path{fill:default}.swiper--light .swiper__button.disabled,.swiper--light .swiper__button:disabled{color:rgba(34,34,34,0.2) !important;background-color:rgba(255,255,255,0.4) !important}.swiper--light .swiper__button.disabled svg path,.swiper--light .swiper__button:disabled svg path{fill:rgba(34,34,34,0.2) !important}.swiper--dark .swiper__button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.swiper--dark .swiper__button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.swiper--dark .swiper__button,.swiper--dark .swiper__button:link,.swiper--dark .swiper__button:visited{color:rgba(255,255,255,0.95);background-color:rgba(0,0,0,0.4)}.swiper--dark .swiper__button svg path,.swiper--dark .swiper__button:link svg path,.swiper--dark .swiper__button:visited svg path{fill:rgba(255,255,255,0.95)}.root[data-is-touch="false"] .swiper--dark .swiper__button:hover{color:rgba(255,255,255,0.95);background-color:rgba(46,46,46,0.4)}.root[data-is-touch="false"] .swiper--dark .swiper__button:hover svg path{fill:rgba(255,255,255,0.95)}.root[data-is-touch] .swiper--dark .swiper__button.active,.root[data-is-touch] .swiper--dark .swiper__button:active{color:rgba(255,255,255,0.95);background-color:rgba(87,87,87,0.4)}.root[data-is-touch] .swiper--dark .swiper__button.active svg path,.root[data-is-touch] .swiper--dark .swiper__button:active svg path{fill:rgba(255,255,255,0.95)}.root[data-is-touch] .swiper--dark .swiper__button.focus{color:default;background-color:rgba(46,46,46,0.4);box-shadow:0 0 0 2px rgba(46,46,46,0.4)}.root[data-is-touch] .swiper--dark .swiper__button.focus svg path{fill:default}.swiper--dark .swiper__button.disabled,.swiper--dark .swiper__button:disabled{color:rgba(255,255,255,0.4) !important;background-color:rgba(0,0,0,0.4) !important}.swiper--dark .swiper__button.disabled svg path,.swiper--dark .swiper__button:disabled svg path{fill:rgba(255,255,255,0.4) !important}.swiper__button--prev{left:10px}.swiper__button--next{right:10px}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes fade-in-down{from{opacity:0;-webkit-transform:translateY(-2rem);transform:translateY(-2rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-in-down{from{opacity:0;-webkit-transform:translateY(-2rem);transform:translateY(-2rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fade-in-up{from{opacity:0;-webkit-transform:translateY(2rem);transform:translateY(2rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-in-up{from{opacity:0;-webkit-transform:translateY(2rem);transform:translateY(2rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.main{width:100%;max-width:950px;padding:0 3rem;margin:0 auto}@media (max-width: 1023px){.main{padding:0 1.5rem}}@media (max-width: 499px){.main{padding:0 1rem}}.has-aside .main{max-width:1170px}@media (max-width: 1023px){.has-aside .main{max-width:950px}}.full-width .main{width:100%;max-width:100%}.header{background:#f2f2f2}.header a{font-weight:400;text-decoration:none !important;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.header a,.header a:link,.header a:visited{text-decoration:none}.root[data-is-touch="false"] .header a:hover{text-decoration:underline}.root[data-is-touch] .header a.active,.root[data-is-touch] .header a:active{text-decoration:none}.header a,.header a:link,.header a:visited{color:#333}.root[data-is-touch="false"] .header a:hover{color:#fc4d50}.root[data-is-touch] .header a.active,.root[data-is-touch] .header a:active{color:#f80408}.header a.disabled,.header a:disabled{color:rgba(51,51,51,0.2) !important}.header .main{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}@media (max-width: 499px){.header .main{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.header--dark{background:rgba(0,0,0,0.15)}.header--dark .navigation__item--active::after{border:0 solid rgba(255,255,255,0.95);border-bottom-width:4px}.header--light{background:rgba(255,255,255,0.15)}.header--light .navigation__item--active::after{border:0 solid #222;border-bottom-width:4px}.header__title{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0;margin-bottom:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1;height:5rem;margin-right:1rem;white-space:nowrap}.header__title>li{margin-top:0;margin-bottom:0;margin-right:1rem;list-style-type:none}.header__title>li:last-child{margin-right:0}@media (max-width: 499px){.header__title{height:auto;margin-right:0}}.header__title>.header__brand{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1}@media (max-width: 499px){.header__title>.header__brand{height:3rem}}.header__title>.search-button{display:none;margin-left:.5rem}@media (max-width: 499px){.header__title>.search-button{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}}.header__brand{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.header__brand>svg{width:1.92rem;height:1.92rem;margin-right:1rem;vertical-align:middle}@media (max-width: 499px){.header__brand>svg{width:1.44rem;height:1.44rem}}.header__brand>a{display:inline-block;font-size:1.2rem}.navigation{overflow:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch}.navigation>ul{height:5rem;padding-bottom:0;margin:0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;margin-top:0;margin-bottom:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}@media (max-width: 499px){.navigation>ul{padding-bottom:4px;margin:-4px 0 0 0}}.navigation>ul>li{margin-top:.5rem;margin-bottom:.5rem;margin-right:1rem;list-style-type:none}.navigation>ul>li:last-child{margin-right:0}@media (max-width: 499px){.navigation>ul{height:auto}}@media (max-width: 499px){.navigation>ul .search-button{display:none}}.navigation__item::after{display:block;margin-bottom:-4px;content:"";border:0 solid transparent;border-bottom-width:4px}.navigation__item--active a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.navigation__item--active a,.navigation__item--active a:link,.navigation__item--active a:visited{text-decoration:none}.root[data-is-touch="false"] .navigation__item--active a:hover{text-decoration:underline}.root[data-is-touch] .navigation__item--active a.active,.root[data-is-touch] .navigation__item--active a:active{text-decoration:none}.navigation__item--active a,.navigation__item--active a:link,.navigation__item--active a:visited{color:#fc4d50}.root[data-is-touch="false"] .navigation__item--active a:hover{color:#fc4d50}.root[data-is-touch] .navigation__item--active a.active,.root[data-is-touch] .navigation__item--active a:active{color:#f80408}.navigation__item--active a.disabled,.navigation__item--active a:disabled{color:rgba(252,77,80,0.2) !important}.navigation__item--active::after{border:0 solid #fc4d50;border-bottom-width:4px}.footer{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;color:#333;background:#f2f2f2}.footer a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.footer a,.footer a:link,.footer a:visited{text-decoration:none}.root[data-is-touch="false"] .footer a:hover{text-decoration:underline}.root[data-is-touch] .footer a.active,.root[data-is-touch] .footer a:active{text-decoration:none}.footer a,.footer a:link,.footer a:visited{color:#333}.root[data-is-touch="false"] .footer a:hover{color:#fc4d50}.root[data-is-touch] .footer a.active,.root[data-is-touch] .footer a:active{color:#f80408}.footer a.disabled,.footer a:disabled{color:rgba(51,51,51,0.2) !important}.footer .site-info{font-size:.7rem;text-align:center}.footer .site-info .menu{line-height:1.2}.footer .site-info .menu>*:not(:last-child){border:0 solid #333;border-right-width:1px;padding-right:.25rem;margin-right:.25rem}.footer__author-links{overflow:auto;-webkit-overflow-scrolling:touch}.footer__author-links .author-links{text-align:center}.article-list .item__meta{padding:0 1rem 0 0;font-family:Menlo,Monaco,Consolas,Andale Mono,lucida console,Courier New,monospace;font-size:.85rem;white-space:nowrap}.article-list.grid--sm .card__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-list__group-header{margin-top:1rem}.article__info{font-size:.85rem;color:#888}.article__info .left-col{float:left}@media (max-width: 499px){.article__info .left-col{float:none}}.article__info .right-col{float:right;margin-left:.5rem}@media (max-width: 499px){.article__info .right-col{float:none}}.article__info .right-col>li:not(:last-child){border:0 solid #888;border-right-width:1px;padding-right:.5rem;margin-right:.5rem;line-height:1.2}.article__header{margin-top:3rem;margin-bottom:1.5rem}@media (max-width: 499px){.article__header{margin-top:1.5rem}}.article__header header,.article__header h1{display:inline}.article__header h1{word-wrap:break-word}.article__header .split-space{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.article__header .edit-on-github{text-decoration:none !important}.article__header--overlay .overlay{min-height:36rem;padding-top:6rem;padding-bottom:6rem}@media (max-width: 499px){.article__header--overlay .overlay{min-height:29rem;padding-top:3rem;padding-bottom:3rem}}.article__header--overlay .overlay__excerpt{font-size:2rem;font-weight:700}@media (max-width: 1023px){.article__header--overlay .overlay__excerpt{font-size:1.75rem}}@media (max-width: 499px){.article__header--overlay .overlay__excerpt{font-size:1.35rem}}.article__header--overlay .article__header{margin-top:0}.article__header--cover{width:100%}.article__content{line-height:1.8;word-wrap:break-word}@media print{.article__content{line-height:1.6}}.article__content h1,.article__content h2,.article__content h3,.article__content h4,.article__content h5,.article__content h6,.article__content p,.article__content hr,.article__content blockquote,.article__content figure,.article__content pre,.article__content .highlighter-rouge,.article__content ul,.article__content ol,.article__content dl,.article__content table,.article__content .footnotes{margin:1rem 0}@media print{.article__content h1,.article__content h2,.article__content h3,.article__content h4,.article__content h5,.article__content h6,.article__content p,.article__content hr,.article__content blockquote,.article__content figure,.article__content pre,.article__content .highlighter-rouge,.article__content ul,.article__content ol,.article__content dl,.article__content table,.article__content .footnotes{margin:.5rem 0}}.article__content h1,.article__content h2,.article__content h3,.article__content h4,.article__content h5,.article__content h6{position:relative;margin-top:1.5rem}@media print{.article__content h1,.article__content h2,.article__content h3,.article__content h4,.article__content h5,.article__content h6{margin-top:1rem}}.article__content h1>.anchor,.article__content h2>.anchor,.article__content h3>.anchor,.article__content h4>.anchor,.article__content h5>.anchor,.article__content h6>.anchor{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;margin-left:.25rem;text-decoration:none;visibility:hidden;opacity:0}.article__content h1>.anchor,.article__content h1>.anchor:link,.article__content h1>.anchor:visited,.article__content h2>.anchor,.article__content h2>.anchor:link,.article__content h2>.anchor:visited,.article__content h3>.anchor,.article__content h3>.anchor:link,.article__content h3>.anchor:visited,.article__content h4>.anchor,.article__content h4>.anchor:link,.article__content h4>.anchor:visited,.article__content h5>.anchor,.article__content h5>.anchor:link,.article__content h5>.anchor:visited,.article__content h6>.anchor,.article__content h6>.anchor:link,.article__content h6>.anchor:visited{text-decoration:none}.root[data-is-touch="false"] .article__content h1>.anchor:hover,.root[data-is-touch="false"] .article__content h2>.anchor:hover,.root[data-is-touch="false"] .article__content h3>.anchor:hover,.root[data-is-touch="false"] .article__content h4>.anchor:hover,.root[data-is-touch="false"] .article__content h5>.anchor:hover,.root[data-is-touch="false"] .article__content h6>.anchor:hover{text-decoration:underline}.root[data-is-touch] .article__content h1>.anchor.active,.root[data-is-touch] .article__content h1>.anchor:active,.root[data-is-touch] .article__content h2>.anchor.active,.root[data-is-touch] .article__content h2>.anchor:active,.root[data-is-touch] .article__content h3>.anchor.active,.root[data-is-touch] .article__content h3>.anchor:active,.root[data-is-touch] .article__content h4>.anchor.active,.root[data-is-touch] .article__content h4>.anchor:active,.root[data-is-touch] .article__content h5>.anchor.active,.root[data-is-touch] .article__content h5>.anchor:active,.root[data-is-touch] .article__content h6>.anchor.active,.root[data-is-touch] .article__content h6>.anchor:active{text-decoration:none}.article__content h1>.anchor,.article__content h1>.anchor:link,.article__content h1>.anchor:visited,.article__content h2>.anchor,.article__content h2>.anchor:link,.article__content h2>.anchor:visited,.article__content h3>.anchor,.article__content h3>.anchor:link,.article__content h3>.anchor:visited,.article__content h4>.anchor,.article__content h4>.anchor:link,.article__content h4>.anchor:visited,.article__content h5>.anchor,.article__content h5>.anchor:link,.article__content h5>.anchor:visited,.article__content h6>.anchor,.article__content h6>.anchor:link,.article__content h6>.anchor:visited{color:#ccc}.root[data-is-touch="false"] .article__content h1>.anchor:hover,.root[data-is-touch="false"] .article__content h2>.anchor:hover,.root[data-is-touch="false"] .article__content h3>.anchor:hover,.root[data-is-touch="false"] .article__content h4>.anchor:hover,.root[data-is-touch="false"] .article__content h5>.anchor:hover,.root[data-is-touch="false"] .article__content h6>.anchor:hover{color:#fc4d50}.root[data-is-touch] .article__content h1>.anchor.active,.root[data-is-touch] .article__content h1>.anchor:active,.root[data-is-touch] .article__content h2>.anchor.active,.root[data-is-touch] .article__content h2>.anchor:active,.root[data-is-touch] .article__content h3>.anchor.active,.root[data-is-touch] .article__content h3>.anchor:active,.root[data-is-touch] .article__content h4>.anchor.active,.root[data-is-touch] .article__content h4>.anchor:active,.root[data-is-touch] .article__content h5>.anchor.active,.root[data-is-touch] .article__content h5>.anchor:active,.root[data-is-touch] .article__content h6>.anchor.active,.root[data-is-touch] .article__content h6>.anchor:active{color:#f80408}.article__content h1>.anchor.disabled,.article__content h1>.anchor:disabled,.article__content h2>.anchor.disabled,.article__content h2>.anchor:disabled,.article__content h3>.anchor.disabled,.article__content h3>.anchor:disabled,.article__content h4>.anchor.disabled,.article__content h4>.anchor:disabled,.article__content h5>.anchor.disabled,.article__content h5>.anchor:disabled,.article__content h6>.anchor.disabled,.article__content h6>.anchor:disabled{color:rgba(204,204,204,0.2) !important}.article__content h1>.anchor>i,.article__content h2>.anchor>i,.article__content h3>.anchor>i,.article__content h4>.anchor>i,.article__content h5>.anchor>i,.article__content h6>.anchor>i{font-size:.85rem}.root[data-is-touch="false"] .article__content h1:hover>.anchor,.root[data-is-touch="false"] .article__content h2:hover>.anchor,.root[data-is-touch="false"] .article__content h3:hover>.anchor,.root[data-is-touch="false"] .article__content h4:hover>.anchor,.root[data-is-touch="false"] .article__content h5:hover>.anchor,.root[data-is-touch="false"] .article__content h6:hover>.anchor{cursor:pointer;visibility:visible;opacity:1}.article__content h1,.article__content h2{border:0 solid #e6e6e6;border-bottom-width:1px}.article__content hr{border:none}.article__content hr::before{display:block;font-size:1.9rem;color:#888;text-align:center;letter-spacing:1.5rem;content:"..."}.article__content blockquote{padding-left:1rem;font-size:.85rem;color:#888;border:0 solid #ccc;border-left-width:4px}.article__content blockquote p{margin:.5rem 0}.article__content blockquote>:last-child{margin-bottom:0}.article__content img:not(.emoji){max-width:100%;vertical-align:middle}.article__content .emoji{display:inline-block;width:1.26rem;height:1.26rem;vertical-align:text-bottom}.article__content .footnotes{border:0 solid #e6e6e6;border-top-width:1px;margin-top:3rem}@media print{.article__content .footnotes{margin-top:1rem}}.article__content code{padding:.25rem .5rem;background-color:rgba(0,0,0,0.05);border-radius:.4rem}.article__content code span{padding:0;margin:0}.article__content pre{overflow:auto;-webkit-overflow-scrolling:touch}.article__content pre>code{padding:0;word-wrap:normal;background-color:transparent}.article__content pre>code.language-mermaid,.article__content pre>code.language-chart{display:none}.article__content pre>code.language-mermaid svg,.article__content pre>code.language-chart svg{width:100%}.article__content pre>code.language-mermaid[data-processed],.article__content pre>code.language-chart[data-processed]{display:block}.article__content .highlighter-rouge>.highlight>pre,.article__content figure.highlight>pre{padding:1rem 0 1rem 1rem;margin:0;background-color:rgba(0,0,0,0.05);border-radius:.4rem}.article__content .highlighter-rouge>.highlight>pre>code,.article__content figure.highlight>pre>code{display:block}.article__content figure.highlight::before{display:block;padding:.5rem 1rem .5rem 0;font-weight:700;color:rgba(0,0,0,0.1);text-align:right;text-transform:uppercase;content:attr(data-lang);background-color:rgba(0,0,0,0.05);border-top-left-radius:.4rem;border-top-right-radius:.4rem}.article__content figure.highlight>pre{padding-top:0;border-top-left-radius:0;border-top-right-radius:0}.article__content figure.highlight>pre>code>.rouge-table{width:auto;margin:0 0 -1rem -1rem}.article__content figure.highlight>pre>code>.rouge-table tbody,.article__content figure.highlight>pre>code>.rouge-table tr,.article__content figure.highlight>pre>code>.rouge-table td{padding-top:0;padding-bottom:0;border:none}.article__content figure.highlight>pre>code>.rouge-table>tbody{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.article__content figure.highlight>pre>code>.rouge-table>tbody>tr{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.article__content figure.highlight>pre>code>.rouge-table>tbody>tr>.code{padding:0 0 1rem .5rem;overflow:auto;-webkit-overflow-scrolling:touch}.article__content figure.highlight>pre>code>.rouge-table tbody td.gl{padding-left:1rem}.article__content figure.highlight>pre>code>.rouge-table tbody td>pre{display:block;margin:0;border-radius:0;overflow:auto;-webkit-overflow-scrolling:touch}.article__content figure.highlight>pre>code>.rouge-table tbody td>pre.lineno{color:#888;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.article__content ul,.article__content ol{margin-left:1.5rem}.article__content ul ul,.article__content ul ol,.article__content ol ul,.article__content ol ol{margin-top:0;margin-bottom:0}.article__content ul li p,.article__content ol li p{margin:.5rem}@media print{.article__content ul li p,.article__content ol li p{margin:.25rem}}.article__content dl dt p,.article__content dl dd p{margin:.5rem}@media print{.article__content dl dt p,.article__content dl dd p{margin:.25rem}}.article__content dl dt{font-weight:700}.article__content dl dd{margin-left:2rem}.article__content ul.task-list{margin-left:0;list-style-type:none}.article__content ul.task-list ul,.article__content ul.task-list ol{margin-left:1.5rem}.article__content table{display:block;width:100%;border-collapse:collapse;overflow:auto;-webkit-overflow-scrolling:touch}.article__content table thead,.article__content table tfoot{background-color:rgba(0,0,0,0.05)}.article__content table th,.article__content table td{padding:.5rem;border:1px solid #e6e6e6}.article__content table th{font-weight:700}.article__footer{margin:1.5rem 0;font-size:.85rem}.article__license a,.article__subscribe a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.article__license a,.article__license a:link,.article__license a:visited,.article__subscribe a,.article__subscribe a:link,.article__subscribe a:visited{text-decoration:none}.root[data-is-touch="false"] .article__license a:hover,.root[data-is-touch="false"] .article__subscribe a:hover{text-decoration:underline}.root[data-is-touch] .article__license a.active,.root[data-is-touch] .article__license a:active,.root[data-is-touch] .article__subscribe a.active,.root[data-is-touch] .article__subscribe a:active{text-decoration:none}.article__license a,.article__license a:link,.article__license a:visited,.article__subscribe a,.article__subscribe a:link,.article__subscribe a:visited{color:#222}.root[data-is-touch="false"] .article__license a:hover,.root[data-is-touch="false"] .article__subscribe a:hover{color:#fc4d50}.root[data-is-touch] .article__license a.active,.root[data-is-touch] .article__license a:active,.root[data-is-touch] .article__subscribe a.active,.root[data-is-touch] .article__subscribe a:active{color:#f80408}.article__license a.disabled,.article__license a:disabled,.article__subscribe a.disabled,.article__subscribe a:disabled{color:rgba(34,34,34,0.2) !important}.article__license{color:#888}.article__license img{height:1.6rem}.author-links>ul{margin:0}.author-links>ul>li>.mail-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.mail-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.mail-button,.author-links>ul>li>.mail-button:link,.author-links>ul>li>.mail-button:visited{color:#fff;background-color:#0072c5}.author-links>ul>li>.mail-button svg path,.author-links>ul>li>.mail-button:link svg path,.author-links>ul>li>.mail-button:visited svg path{fill:#fff}.root[data-is-touch="false"] .author-links>ul>li>.mail-button:hover{color:#fff;background-color:#00497e}.root[data-is-touch="false"] .author-links>ul>li>.mail-button:hover svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.mail-button.active,.root[data-is-touch] .author-links>ul>li>.mail-button:active{color:#fff;background-color:#001c31}.root[data-is-touch] .author-links>ul>li>.mail-button.active svg path,.root[data-is-touch] .author-links>ul>li>.mail-button:active svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.mail-button.focus{color:default;background-color:#00497e;box-shadow:0 0 0 2px rgba(0,73,126,0.4)}.root[data-is-touch] .author-links>ul>li>.mail-button.focus svg path{fill:default}.author-links>ul>li>.mail-button.disabled,.author-links>ul>li>.mail-button:disabled{color:rgba(255,255,255,0.2) !important;background-color:#0072c5 !important}.author-links>ul>li>.mail-button.disabled svg path,.author-links>ul>li>.mail-button:disabled svg path{fill:rgba(255,255,255,0.2) !important}.author-links>ul>li>.facebook-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.facebook-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.facebook-button,.author-links>ul>li>.facebook-button:link,.author-links>ul>li>.facebook-button:visited{color:#fff;background-color:#4267b2}.author-links>ul>li>.facebook-button svg path,.author-links>ul>li>.facebook-button:link svg path,.author-links>ul>li>.facebook-button:visited svg path{fill:#fff}.root[data-is-touch="false"] .author-links>ul>li>.facebook-button:hover{color:#fff;background-color:#2f497e}.root[data-is-touch="false"] .author-links>ul>li>.facebook-button:hover svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.facebook-button.active,.root[data-is-touch] .author-links>ul>li>.facebook-button:active{color:#fff;background-color:#1a2946}.root[data-is-touch] .author-links>ul>li>.facebook-button.active svg path,.root[data-is-touch] .author-links>ul>li>.facebook-button:active svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.facebook-button.focus{color:default;background-color:#2f497e;box-shadow:0 0 0 2px rgba(47,73,126,0.4)}.root[data-is-touch] .author-links>ul>li>.facebook-button.focus svg path{fill:default}.author-links>ul>li>.facebook-button.disabled,.author-links>ul>li>.facebook-button:disabled{color:rgba(255,255,255,0.2) !important;background-color:#4267b2 !important}.author-links>ul>li>.facebook-button.disabled svg path,.author-links>ul>li>.facebook-button:disabled svg path{fill:rgba(255,255,255,0.2) !important}.author-links>ul>li>.twitter-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.twitter-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.twitter-button,.author-links>ul>li>.twitter-button:link,.author-links>ul>li>.twitter-button:visited{color:#fff;background-color:#1da1f2}.author-links>ul>li>.twitter-button svg path,.author-links>ul>li>.twitter-button:link svg path,.author-links>ul>li>.twitter-button:visited svg path{fill:#fff}.root[data-is-touch="false"] .author-links>ul>li>.twitter-button:hover{color:#fff;background-color:#0b79bd}.root[data-is-touch="false"] .author-links>ul>li>.twitter-button:hover svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.twitter-button.active,.root[data-is-touch] .author-links>ul>li>.twitter-button:active{color:#fff;background-color:#074b74}.root[data-is-touch] .author-links>ul>li>.twitter-button.active svg path,.root[data-is-touch] .author-links>ul>li>.twitter-button:active svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.twitter-button.focus{color:default;background-color:#0b79bd;box-shadow:0 0 0 2px rgba(11,121,189,0.4)}.root[data-is-touch] .author-links>ul>li>.twitter-button.focus svg path{fill:default}.author-links>ul>li>.twitter-button.disabled,.author-links>ul>li>.twitter-button:disabled{color:rgba(255,255,255,0.2) !important;background-color:#1da1f2 !important}.author-links>ul>li>.twitter-button.disabled svg path,.author-links>ul>li>.twitter-button:disabled svg path{fill:rgba(255,255,255,0.2) !important}.author-links>ul>li>.weibo-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.weibo-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.weibo-button,.author-links>ul>li>.weibo-button:link,.author-links>ul>li>.weibo-button:visited{color:#fff;background-color:#e6162d}.author-links>ul>li>.weibo-button svg path,.author-links>ul>li>.weibo-button:link svg path,.author-links>ul>li>.weibo-button:visited svg path{fill:#fff}.root[data-is-touch="false"] .author-links>ul>li>.weibo-button:hover{color:#fff;background-color:#a51020}.root[data-is-touch="false"] .author-links>ul>li>.weibo-button:hover svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.weibo-button.active,.root[data-is-touch] .author-links>ul>li>.weibo-button:active{color:#fff;background-color:#5f0913}.root[data-is-touch] .author-links>ul>li>.weibo-button.active svg path,.root[data-is-touch] .author-links>ul>li>.weibo-button:active svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.weibo-button.focus{color:default;background-color:#a51020;box-shadow:0 0 0 2px rgba(165,16,32,0.4)}.root[data-is-touch] .author-links>ul>li>.weibo-button.focus svg path{fill:default}.author-links>ul>li>.weibo-button.disabled,.author-links>ul>li>.weibo-button:disabled{color:rgba(255,255,255,0.2) !important;background-color:#e6162d !important}.author-links>ul>li>.weibo-button.disabled svg path,.author-links>ul>li>.weibo-button:disabled svg path{fill:rgba(255,255,255,0.2) !important}.author-links>ul>li>.googlepluse-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.googlepluse-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.googlepluse-button,.author-links>ul>li>.googlepluse-button:link,.author-links>ul>li>.googlepluse-button:visited{color:#fff;background-color:#ea4335}.author-links>ul>li>.googlepluse-button svg path,.author-links>ul>li>.googlepluse-button:link svg path,.author-links>ul>li>.googlepluse-button:visited svg path{fill:#fff}.root[data-is-touch="false"] .author-links>ul>li>.googlepluse-button:hover{color:#fff;background-color:#c32214}.root[data-is-touch="false"] .author-links>ul>li>.googlepluse-button:hover svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.googlepluse-button.active,.root[data-is-touch] .author-links>ul>li>.googlepluse-button:active{color:#fff;background-color:#7e160d}.root[data-is-touch] .author-links>ul>li>.googlepluse-button.active svg path,.root[data-is-touch] .author-links>ul>li>.googlepluse-button:active svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.googlepluse-button.focus{color:default;background-color:#c32214;box-shadow:0 0 0 2px rgba(195,34,20,0.4)}.root[data-is-touch] .author-links>ul>li>.googlepluse-button.focus svg path{fill:default}.author-links>ul>li>.googlepluse-button.disabled,.author-links>ul>li>.googlepluse-button:disabled{color:rgba(255,255,255,0.2) !important;background-color:#ea4335 !important}.author-links>ul>li>.googlepluse-button.disabled svg path,.author-links>ul>li>.googlepluse-button:disabled svg path{fill:rgba(255,255,255,0.2) !important}.author-links>ul>li>.telegram-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.telegram-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.telegram-button,.author-links>ul>li>.telegram-button:link,.author-links>ul>li>.telegram-button:visited{color:#fff;background-color:#32afed}.author-links>ul>li>.telegram-button svg path,.author-links>ul>li>.telegram-button:link svg path,.author-links>ul>li>.telegram-button:visited svg path{fill:#fff}.root[data-is-touch="false"] .author-links>ul>li>.telegram-button:hover{color:#fff;background-color:#118ac6}.root[data-is-touch="false"] .author-links>ul>li>.telegram-button:hover svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.telegram-button.active,.root[data-is-touch] .author-links>ul>li>.telegram-button:active{color:#fff;background-color:#0b5980}.root[data-is-touch] .author-links>ul>li>.telegram-button.active svg path,.root[data-is-touch] .author-links>ul>li>.telegram-button:active svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.telegram-button.focus{color:default;background-color:#118ac6;box-shadow:0 0 0 2px rgba(17,138,198,0.4)}.root[data-is-touch] .author-links>ul>li>.telegram-button.focus svg path{fill:default}.author-links>ul>li>.telegram-button.disabled,.author-links>ul>li>.telegram-button:disabled{color:rgba(255,255,255,0.2) !important;background-color:#32afed !important}.author-links>ul>li>.telegram-button.disabled svg path,.author-links>ul>li>.telegram-button:disabled svg path{fill:rgba(255,255,255,0.2) !important}.author-links>ul>li>.medium-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.medium-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.medium-button,.author-links>ul>li>.medium-button:link,.author-links>ul>li>.medium-button:visited{color:#fff;background-color:#000}.author-links>ul>li>.medium-button svg path,.author-links>ul>li>.medium-button:link svg path,.author-links>ul>li>.medium-button:visited svg path{fill:#fff}.root[data-is-touch="false"] .author-links>ul>li>.medium-button:hover{color:#fff;background-color:#2e2e2e}.root[data-is-touch="false"] .author-links>ul>li>.medium-button:hover svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.medium-button.active,.root[data-is-touch] .author-links>ul>li>.medium-button:active{color:#fff;background-color:#575757}.root[data-is-touch] .author-links>ul>li>.medium-button.active svg path,.root[data-is-touch] .author-links>ul>li>.medium-button:active svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.medium-button.focus{color:default;background-color:#2e2e2e;box-shadow:0 0 0 2px rgba(46,46,46,0.4)}.root[data-is-touch] .author-links>ul>li>.medium-button.focus svg path{fill:default}.author-links>ul>li>.medium-button.disabled,.author-links>ul>li>.medium-button:disabled{color:rgba(255,255,255,0.4) !important;background-color:#000 !important}.author-links>ul>li>.medium-button.disabled svg path,.author-links>ul>li>.medium-button:disabled svg path{fill:rgba(255,255,255,0.4) !important}.author-links>ul>li>.zhihu-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.zhihu-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.zhihu-button,.author-links>ul>li>.zhihu-button:link,.author-links>ul>li>.zhihu-button:visited{color:#fff;background-color:#0084ff}.author-links>ul>li>.zhihu-button svg path,.author-links>ul>li>.zhihu-button:link svg path,.author-links>ul>li>.zhihu-button:visited svg path{fill:#fff}.root[data-is-touch="false"] .author-links>ul>li>.zhihu-button:hover{color:#fff;background-color:#005fb8}.root[data-is-touch="false"] .author-links>ul>li>.zhihu-button:hover svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.zhihu-button.active,.root[data-is-touch] .author-links>ul>li>.zhihu-button:active{color:#fff;background-color:#00376b}.root[data-is-touch] .author-links>ul>li>.zhihu-button.active svg path,.root[data-is-touch] .author-links>ul>li>.zhihu-button:active svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.zhihu-button.focus{color:default;background-color:#005fb8;box-shadow:0 0 0 2px rgba(0,95,184,0.4)}.root[data-is-touch] .author-links>ul>li>.zhihu-button.focus svg path{fill:default}.author-links>ul>li>.zhihu-button.disabled,.author-links>ul>li>.zhihu-button:disabled{color:rgba(255,255,255,0.2) !important;background-color:#0084ff !important}.author-links>ul>li>.zhihu-button.disabled svg path,.author-links>ul>li>.zhihu-button:disabled svg path{fill:rgba(255,255,255,0.2) !important}.author-links>ul>li>.douban-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.douban-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.douban-button,.author-links>ul>li>.douban-button:link,.author-links>ul>li>.douban-button:visited{color:#fff;background-color:#42bd56}.author-links>ul>li>.douban-button svg path,.author-links>ul>li>.douban-button:link svg path,.author-links>ul>li>.douban-button:visited svg path{fill:#fff}.root[data-is-touch="false"] .author-links>ul>li>.douban-button:hover{color:#fff;background-color:#30883e}.root[data-is-touch="false"] .author-links>ul>li>.douban-button:hover svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.douban-button.active,.root[data-is-touch] .author-links>ul>li>.douban-button:active{color:#fff;background-color:#1c4f24}.root[data-is-touch] .author-links>ul>li>.douban-button.active svg path,.root[data-is-touch] .author-links>ul>li>.douban-button:active svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.douban-button.focus{color:default;background-color:#30883e;box-shadow:0 0 0 2px rgba(48,136,62,0.4)}.root[data-is-touch] .author-links>ul>li>.douban-button.focus svg path{fill:default}.author-links>ul>li>.douban-button.disabled,.author-links>ul>li>.douban-button:disabled{color:rgba(255,255,255,0.2) !important;background-color:#42bd56 !important}.author-links>ul>li>.douban-button.disabled svg path,.author-links>ul>li>.douban-button:disabled svg path{fill:rgba(255,255,255,0.2) !important}.author-links>ul>li>.linkedin-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.linkedin-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.linkedin-button,.author-links>ul>li>.linkedin-button:link,.author-links>ul>li>.linkedin-button:visited{color:#fff;background-color:#1074af}.author-links>ul>li>.linkedin-button svg path,.author-links>ul>li>.linkedin-button:link svg path,.author-links>ul>li>.linkedin-button:visited svg path{fill:#fff}.root[data-is-touch="false"] .author-links>ul>li>.linkedin-button:hover{color:#fff;background-color:#0a496e}.root[data-is-touch="false"] .author-links>ul>li>.linkedin-button:hover svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.linkedin-button.active,.root[data-is-touch] .author-links>ul>li>.linkedin-button:active{color:#fff;background-color:#041a27}.root[data-is-touch] .author-links>ul>li>.linkedin-button.active svg path,.root[data-is-touch] .author-links>ul>li>.linkedin-button:active svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.linkedin-button.focus{color:default;background-color:#0a496e;box-shadow:0 0 0 2px rgba(10,73,110,0.4)}.root[data-is-touch] .author-links>ul>li>.linkedin-button.focus svg path{fill:default}.author-links>ul>li>.linkedin-button.disabled,.author-links>ul>li>.linkedin-button:disabled{color:rgba(255,255,255,0.2) !important;background-color:#1074af !important}.author-links>ul>li>.linkedin-button.disabled svg path,.author-links>ul>li>.linkedin-button:disabled svg path{fill:rgba(255,255,255,0.2) !important}.author-links>ul>li>.github-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.github-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.github-button,.author-links>ul>li>.github-button:link,.author-links>ul>li>.github-button:visited{color:#fff;background-color:#000}.author-links>ul>li>.github-button svg path,.author-links>ul>li>.github-button:link svg path,.author-links>ul>li>.github-button:visited svg path{fill:#fff}.root[data-is-touch="false"] .author-links>ul>li>.github-button:hover{color:#fff;background-color:#2e2e2e}.root[data-is-touch="false"] .author-links>ul>li>.github-button:hover svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.github-button.active,.root[data-is-touch] .author-links>ul>li>.github-button:active{color:#fff;background-color:#575757}.root[data-is-touch] .author-links>ul>li>.github-button.active svg path,.root[data-is-touch] .author-links>ul>li>.github-button:active svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.github-button.focus{color:default;background-color:#2e2e2e;box-shadow:0 0 0 2px rgba(46,46,46,0.4)}.root[data-is-touch] .author-links>ul>li>.github-button.focus svg path{fill:default}.author-links>ul>li>.github-button.disabled,.author-links>ul>li>.github-button:disabled{color:rgba(255,255,255,0.4) !important;background-color:#000 !important}.author-links>ul>li>.github-button.disabled svg path,.author-links>ul>li>.github-button:disabled svg path{fill:rgba(255,255,255,0.4) !important}.author-links>ul>li>.npm-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.npm-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-links>ul>li>.npm-button,.author-links>ul>li>.npm-button:link,.author-links>ul>li>.npm-button:visited{color:#fff;background-color:#fff}.author-links>ul>li>.npm-button svg path,.author-links>ul>li>.npm-button:link svg path,.author-links>ul>li>.npm-button:visited svg path{fill:#fff}.root[data-is-touch="false"] .author-links>ul>li>.npm-button:hover{color:#fff;background-color:#dbdbdb}.root[data-is-touch="false"] .author-links>ul>li>.npm-button:hover svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.npm-button.active,.root[data-is-touch] .author-links>ul>li>.npm-button:active{color:#fff;background-color:#b5b5b5}.root[data-is-touch] .author-links>ul>li>.npm-button.active svg path,.root[data-is-touch] .author-links>ul>li>.npm-button:active svg path{fill:#fff}.root[data-is-touch] .author-links>ul>li>.npm-button.focus{color:default;background-color:#dbdbdb;box-shadow:0 0 0 2px rgba(219,219,219,0.4)}.root[data-is-touch] .author-links>ul>li>.npm-button.focus svg path{fill:default}.author-links>ul>li>.npm-button.disabled,.author-links>ul>li>.npm-button:disabled{color:rgba(255,255,255,0.2) !important;background-color:#fff !important}.author-links>ul>li>.npm-button.disabled svg path,.author-links>ul>li>.npm-button:disabled svg path{fill:rgba(255,255,255,0.2) !important}.author-profile{max-width:25rem;padding:.5rem 1rem;margin:1.5rem 0;font-size:.85rem;background-color:rgba(0,0,0,0.05)}@media (max-width: 499px){.author-profile{text-align:center}}.author-profile__avatar{width:5rem;height:5rem;margin-top:.5rem;border-radius:50%}.author-profile__name{font-size:1.25rem;font-weight:700}.author-profile__name a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.author-profile__name a,.author-profile__name a:link,.author-profile__name a:visited{text-decoration:none}.root[data-is-touch="false"] .author-profile__name a:hover{text-decoration:underline}.root[data-is-touch] .author-profile__name a.active,.root[data-is-touch] .author-profile__name a:active{text-decoration:none}.author-profile__name a,.author-profile__name a:link,.author-profile__name a:visited{color:#222}.root[data-is-touch="false"] .author-profile__name a:hover{color:#fc4d50}.root[data-is-touch] .author-profile__name a.active,.root[data-is-touch] .author-profile__name a:active{color:#f80408}.author-profile__name a.disabled,.author-profile__name a:disabled{color:rgba(34,34,34,0.2) !important}.author-profile__links{overflow:auto;-webkit-overflow-scrolling:touch}.site-tags .tag-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.site-tags .tag-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.site-tags .tag-button,.site-tags .tag-button:link,.site-tags .tag-button:visited{color:#333;background-color:#f2f2f2}.site-tags .tag-button svg path,.site-tags .tag-button:link svg path,.site-tags .tag-button:visited svg path{fill:#333}.root[data-is-touch="false"] .site-tags .tag-button:hover{color:#333;background-color:#cecece}.root[data-is-touch="false"] .site-tags .tag-button:hover svg path{fill:#333}.root[data-is-touch] .site-tags .tag-button.active,.root[data-is-touch] .site-tags .tag-button:active{color:#fff;background-color:#fca24d}.root[data-is-touch] .site-tags .tag-button.active svg path,.root[data-is-touch] .site-tags .tag-button:active svg path{fill:#fff}.root[data-is-touch] .site-tags .tag-button.focus{color:#fff;background-color:#fca24d;box-shadow:0 0 0 2px rgba(252,162,77,0.4)}.root[data-is-touch] .site-tags .tag-button.focus svg path{fill:#fff}.site-tags .tag-button.disabled,.site-tags .tag-button:disabled{color:rgba(51,51,51,0.2) !important;background-color:#f2f2f2 !important}.site-tags .tag-button.disabled svg path,.site-tags .tag-button:disabled svg path{fill:rgba(51,51,51,0.2) !important}.site-tags .tag-button>.tag-button__count{display:inline-block;margin-left:.25rem;font-size:.7rem;line-height:1;vertical-align:top}.site-tags .tag-button-1{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.site-tags .tag-button-1 svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.site-tags .tag-button-1,.site-tags .tag-button-1:link,.site-tags .tag-button-1:visited{color:#fff;background-color:rgba(252,77,80,0.4)}.site-tags .tag-button-1 svg path,.site-tags .tag-button-1:link svg path,.site-tags .tag-button-1:visited svg path{fill:#fff}.root[data-is-touch="false"] .site-tags .tag-button-1:hover{color:#fff;background-color:rgba(251,7,11,0.4)}.root[data-is-touch="false"] .site-tags .tag-button-1:hover svg path{fill:#fff}.root[data-is-touch] .site-tags .tag-button-1.active,.root[data-is-touch] .site-tags .tag-button-1:active{color:#fff;background-color:#fca24d}.root[data-is-touch] .site-tags .tag-button-1.active svg path,.root[data-is-touch] .site-tags .tag-button-1:active svg path{fill:#fff}.root[data-is-touch] .site-tags .tag-button-1.focus{color:#fff;background-color:#fca24d;box-shadow:0 0 0 2px rgba(252,162,77,0.4)}.root[data-is-touch] .site-tags .tag-button-1.focus svg path{fill:#fff}.site-tags .tag-button-1.disabled,.site-tags .tag-button-1:disabled{color:rgba(255,255,255,0.2) !important;background-color:rgba(252,77,80,0.4) !important}.site-tags .tag-button-1.disabled svg path,.site-tags .tag-button-1:disabled svg path{fill:rgba(255,255,255,0.2) !important}.site-tags .tag-button-2{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.site-tags .tag-button-2 svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.site-tags .tag-button-2,.site-tags .tag-button-2:link,.site-tags .tag-button-2:visited{color:#fff;background-color:rgba(252,77,80,0.55)}.site-tags .tag-button-2 svg path,.site-tags .tag-button-2:link svg path,.site-tags .tag-button-2:visited svg path{fill:#fff}.root[data-is-touch="false"] .site-tags .tag-button-2:hover{color:#fff;background-color:rgba(251,7,11,0.55)}.root[data-is-touch="false"] .site-tags .tag-button-2:hover svg path{fill:#fff}.root[data-is-touch] .site-tags .tag-button-2.active,.root[data-is-touch] .site-tags .tag-button-2:active{color:#fff;background-color:#fca24d}.root[data-is-touch] .site-tags .tag-button-2.active svg path,.root[data-is-touch] .site-tags .tag-button-2:active svg path{fill:#fff}.root[data-is-touch] .site-tags .tag-button-2.focus{color:#fff;background-color:#fca24d;box-shadow:0 0 0 2px rgba(252,162,77,0.4)}.root[data-is-touch] .site-tags .tag-button-2.focus svg path{fill:#fff}.site-tags .tag-button-2.disabled,.site-tags .tag-button-2:disabled{color:rgba(255,255,255,0.2) !important;background-color:rgba(252,77,80,0.55) !important}.site-tags .tag-button-2.disabled svg path,.site-tags .tag-button-2:disabled svg path{fill:rgba(255,255,255,0.2) !important}.site-tags .tag-button-3{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.site-tags .tag-button-3 svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.site-tags .tag-button-3,.site-tags .tag-button-3:link,.site-tags .tag-button-3:visited{color:#fff;background-color:rgba(252,77,80,0.7)}.site-tags .tag-button-3 svg path,.site-tags .tag-button-3:link svg path,.site-tags .tag-button-3:visited svg path{fill:#fff}.root[data-is-touch="false"] .site-tags .tag-button-3:hover{color:#fff;background-color:rgba(251,7,11,0.7)}.root[data-is-touch="false"] .site-tags .tag-button-3:hover svg path{fill:#fff}.root[data-is-touch] .site-tags .tag-button-3.active,.root[data-is-touch] .site-tags .tag-button-3:active{color:#fff;background-color:#fca24d}.root[data-is-touch] .site-tags .tag-button-3.active svg path,.root[data-is-touch] .site-tags .tag-button-3:active svg path{fill:#fff}.root[data-is-touch] .site-tags .tag-button-3.focus{color:#fff;background-color:#fca24d;box-shadow:0 0 0 2px rgba(252,162,77,0.4)}.root[data-is-touch] .site-tags .tag-button-3.focus svg path{fill:#fff}.site-tags .tag-button-3.disabled,.site-tags .tag-button-3:disabled{color:rgba(255,255,255,0.2) !important;background-color:rgba(252,77,80,0.7) !important}.site-tags .tag-button-3.disabled svg path,.site-tags .tag-button-3:disabled svg path{fill:rgba(255,255,255,0.2) !important}.site-tags .tag-button-4{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.site-tags .tag-button-4 svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.site-tags .tag-button-4,.site-tags .tag-button-4:link,.site-tags .tag-button-4:visited{color:#fff;background-color:rgba(252,77,80,0.9)}.site-tags .tag-button-4 svg path,.site-tags .tag-button-4:link svg path,.site-tags .tag-button-4:visited svg path{fill:#fff}.root[data-is-touch="false"] .site-tags .tag-button-4:hover{color:#fff;background-color:rgba(251,7,11,0.9)}.root[data-is-touch="false"] .site-tags .tag-button-4:hover svg path{fill:#fff}.root[data-is-touch] .site-tags .tag-button-4.active,.root[data-is-touch] .site-tags .tag-button-4:active{color:#fff;background-color:#fca24d}.root[data-is-touch] .site-tags .tag-button-4.active svg path,.root[data-is-touch] .site-tags .tag-button-4:active svg path{fill:#fff}.root[data-is-touch] .site-tags .tag-button-4.focus{color:#fff;background-color:#fca24d;box-shadow:0 0 0 2px rgba(252,162,77,0.4)}.root[data-is-touch] .site-tags .tag-button-4.focus svg path{fill:#fff}.site-tags .tag-button-4.disabled,.site-tags .tag-button-4:disabled{color:rgba(255,255,255,0.2) !important;background-color:rgba(252,77,80,0.9) !important}.site-tags .tag-button-4.disabled svg path,.site-tags .tag-button-4:disabled svg path{fill:rgba(255,255,255,0.2) !important}.search{overflow:auto;-webkit-overflow-scrolling:touch}.search--google-custom-search-engine .main{padding-top:1.5rem;padding-bottom:1.5rem}@media (max-width: 499px){.search--google-custom-search-engine .main{position:absolute;padding:0}}.search__header{margin-top:1.5rem;font-size:2.5rem;font-weight:700;color:#000}.search--light .search__header{color:#000}.search--dark .search__header{color:#fff}@media (max-width: 499px){.search__header{display:none}}.search-bar{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin:1rem 0 1.5rem 0}.search-box{position:relative;width:100%;max-width:22rem}@media (max-width: 499px){.search-box{width:100%;max-width:none}}.search-box>input{display:inline-block;width:100%;height:2.3rem;padding:0 2rem;margin:0;line-height:1 !important;color:#222;background-color:transparent;border:2px solid #ccc;border-radius:6rem;-webkit-appearance:none;-webkit-transition:box-shadow .4s ease-in-out;transition:box-shadow .4s ease-in-out}.root[data-is-touch] .search-box>input.focus{box-shadow:0 0 0 2px rgba(204,204,204,0.4)}.search--light .search-box>input{color:#222;border-color:#222}.root[data-is-touch] .search--light .search-box>input.focus{box-shadow:0 0 0 2px rgba(34,34,34,0.4)}.search--dark .search-box>input{color:rgba(255,255,255,0.95);border-color:rgba(255,255,255,0.95)}.root[data-is-touch] .search--dark .search-box>input.focus{box-shadow:0 0 0 2px rgba(255,255,255,0.4)}.search-box>.search-box__icon-search{color:#888}.search--light .search-box>.search-box__icon-search{color:#888}.search--dark .search-box>.search-box__icon-search{color:rgba(255,255,255,0.85)}.search-box>.search-box__icon-clear>a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;cursor:pointer}.search-box>.search-box__icon-clear>a,.search-box>.search-box__icon-clear>a:link,.search-box>.search-box__icon-clear>a:visited{text-decoration:none}.root[data-is-touch="false"] .search-box>.search-box__icon-clear>a:hover{text-decoration:underline}.root[data-is-touch] .search-box>.search-box__icon-clear>a.active,.root[data-is-touch] .search-box>.search-box__icon-clear>a:active{text-decoration:none}.search-box>.search-box__icon-clear>a,.search-box>.search-box__icon-clear>a:link,.search-box>.search-box__icon-clear>a:visited{color:#222}.root[data-is-touch="false"] .search-box>.search-box__icon-clear>a:hover{color:#505050}.root[data-is-touch] .search-box>.search-box__icon-clear>a.active,.root[data-is-touch] .search-box>.search-box__icon-clear>a:active{color:#797979}.search-box>.search-box__icon-clear>a.disabled,.search-box>.search-box__icon-clear>a:disabled{color:rgba(34,34,34,0.4) !important}.search--light .search-box>.search-box__icon-clear>a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.search--light .search-box>.search-box__icon-clear>a,.search--light .search-box>.search-box__icon-clear>a:link,.search--light .search-box>.search-box__icon-clear>a:visited{text-decoration:none}.root[data-is-touch="false"] .search--light .search-box>.search-box__icon-clear>a:hover{text-decoration:underline}.root[data-is-touch] .search--light .search-box>.search-box__icon-clear>a.active,.root[data-is-touch] .search--light .search-box>.search-box__icon-clear>a:active{text-decoration:none}.search--light .search-box>.search-box__icon-clear>a,.search--light .search-box>.search-box__icon-clear>a:link,.search--light .search-box>.search-box__icon-clear>a:visited{color:#222}.root[data-is-touch="false"] .search--light .search-box>.search-box__icon-clear>a:hover{color:#505050}.root[data-is-touch] .search--light .search-box>.search-box__icon-clear>a.active,.root[data-is-touch] .search--light .search-box>.search-box__icon-clear>a:active{color:#797979}.search--light .search-box>.search-box__icon-clear>a.disabled,.search--light .search-box>.search-box__icon-clear>a:disabled{color:rgba(34,34,34,0.4) !important}.search--dark .search-box>.search-box__icon-clear>a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.search--dark .search-box>.search-box__icon-clear>a,.search--dark .search-box>.search-box__icon-clear>a:link,.search--dark .search-box>.search-box__icon-clear>a:visited{text-decoration:none}.root[data-is-touch="false"] .search--dark .search-box>.search-box__icon-clear>a:hover{text-decoration:underline}.root[data-is-touch] .search--dark .search-box>.search-box__icon-clear>a.active,.root[data-is-touch] .search--dark .search-box>.search-box__icon-clear>a:active{text-decoration:none}.search--dark .search-box>.search-box__icon-clear>a,.search--dark .search-box>.search-box__icon-clear>a:link,.search--dark .search-box>.search-box__icon-clear>a:visited{color:rgba(255,255,255,0.95)}.root[data-is-touch="false"] .search--dark .search-box>.search-box__icon-clear>a:hover{color:rgba(219,219,219,0.95)}.root[data-is-touch] .search--dark .search-box>.search-box__icon-clear>a.active,.root[data-is-touch] .search--dark .search-box>.search-box__icon-clear>a:active{color:rgba(181,181,181,0.95)}.search--dark .search-box>.search-box__icon-clear>a.disabled,.search--dark .search-box>.search-box__icon-clear>a:disabled{color:rgba(255,255,255,0.2) !important}.search-box>.search-box__icon-search,.search-box>.search-box__icon-clear{position:absolute;width:2.3rem;height:2.3rem;line-height:2.3rem;text-align:center;vertical-align:middle}.search-box.not-empty>.search-box__icon-clear{display:block}.search-box>.search-box__icon-clear{top:0;right:0;display:none}.search-box>.search-box__icon-search{top:0;left:0}.search__cancel{margin-left:.5rem;font-weight:700;white-space:nowrap}.search-result{margin:1.5rem 0;font-size:.85rem;line-height:1.4}.search-result__header{margin:1rem 0 .5rem 0;font-size:1.25rem;font-weight:700;color:#888;text-transform:uppercase}.search--light .search-result__header{color:#888}.search--dark .search-result__header{color:rgba(255,255,255,0.85)}.search-result__item{list-style-type:none}.search-result__item a{padding:.25rem 1rem;-webkit-transition:none;transition:none;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.search-result__item a svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.search-result__item a,.search-result__item a:link,.search-result__item a:visited{color:#222;background-color:transparent}.search-result__item a svg path,.search-result__item a:link svg path,.search-result__item a:visited svg path{fill:#222}.root[data-is-touch="false"] .search-result__item a:hover{color:#333;background-color:#f2f2f2}.root[data-is-touch="false"] .search-result__item a:hover svg path{fill:#333}.root[data-is-touch] .search-result__item a.active,.root[data-is-touch] .search-result__item a:active{color:#333;background-color:#ccc}.root[data-is-touch] .search-result__item a.active svg path,.root[data-is-touch] .search-result__item a:active svg path{fill:#333}.root[data-is-touch] .search-result__item a.focus{color:default;background-color:#f2f2f2;box-shadow:0 0 0 2px rgba(242,242,242,0.4)}.root[data-is-touch] .search-result__item a.focus svg path{fill:default}.search-result__item a.disabled,.search-result__item a:disabled{color:rgba(34,34,34,0.2) !important;background-color:transparent !important}.search-result__item a.disabled svg path,.search-result__item a:disabled svg path{fill:rgba(34,34,34,0.2) !important}.search--light .search-result__item a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.search--light .search-result__item a svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.search--light .search-result__item a,.search--light .search-result__item a:link,.search--light .search-result__item a:visited{color:#222;background-color:transparent}.search--light .search-result__item a svg path,.search--light .search-result__item a:link svg path,.search--light .search-result__item a:visited svg path{fill:#222}.root[data-is-touch="false"] .search--light .search-result__item a:hover{color:rgba(255,255,255,0.95);background-color:rgba(0,0,0,0.9)}.root[data-is-touch="false"] .search--light .search-result__item a:hover svg path{fill:rgba(255,255,255,0.95)}.root[data-is-touch] .search--light .search-result__item a.active,.root[data-is-touch] .search--light .search-result__item a:active{color:rgba(255,255,255,0.95);background-color:rgba(41,41,41,0.9)}.root[data-is-touch] .search--light .search-result__item a.active svg path,.root[data-is-touch] .search--light .search-result__item a:active svg path{fill:rgba(255,255,255,0.95)}.root[data-is-touch] .search--light .search-result__item a.focus{color:default;background-color:rgba(0,0,0,0.9);box-shadow:0 0 0 2px rgba(0,0,0,0.4)}.root[data-is-touch] .search--light .search-result__item a.focus svg path{fill:default}.search--light .search-result__item a.disabled,.search--light .search-result__item a:disabled{color:rgba(34,34,34,0.4) !important;background-color:transparent !important}.search--light .search-result__item a.disabled svg path,.search--light .search-result__item a:disabled svg path{fill:rgba(34,34,34,0.4) !important}.search--dark .search-result__item a{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.search--dark .search-result__item a svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.search--dark .search-result__item a,.search--dark .search-result__item a:link,.search--dark .search-result__item a:visited{color:rgba(255,255,255,0.95);background-color:transparent}.search--dark .search-result__item a svg path,.search--dark .search-result__item a:link svg path,.search--dark .search-result__item a:visited svg path{fill:rgba(255,255,255,0.95)}.root[data-is-touch="false"] .search--dark .search-result__item a:hover{color:#222;background-color:rgba(255,255,255,0.9)}.root[data-is-touch="false"] .search--dark .search-result__item a:hover svg path{fill:#222}.root[data-is-touch] .search--dark .search-result__item a.active,.root[data-is-touch] .search--dark .search-result__item a:active{color:#222;background-color:rgba(217,217,217,0.9)}.root[data-is-touch] .search--dark .search-result__item a.active svg path,.root[data-is-touch] .search--dark .search-result__item a:active svg path{fill:#222}.root[data-is-touch] .search--dark .search-result__item a.focus{color:default;background-color:rgba(255,255,255,0.9);box-shadow:0 0 0 2px rgba(255,255,255,0.4)}.root[data-is-touch] .search--dark .search-result__item a.focus svg path{fill:default}.search--dark .search-result__item a.disabled,.search--dark .search-result__item a:disabled{color:rgba(255,255,255,0.2) !important;background-color:transparent !important}.search--dark .search-result__item a.disabled svg path,.search--dark .search-result__item a:disabled svg path{fill:rgba(255,255,255,0.2) !important}.search-result__item.active a,.search-result__item.active a:link,.search-result__item.active a:visited{color:#333;background-color:#f2f2f2}.search--light .search-result__item.active a,.search--light .search-result__item.active a:link,.search--light .search-result__item.active a:visited{color:rgba(255,255,255,0.95);background-color:rgba(0,0,0,0.9)}.search--dark .search-result__item.active a,.search--dark .search-result__item.active a:link,.search--dark .search-result__item.active a:visited{color:#222;background-color:rgba(255,255,255,0.9)}.root[data-is-touch] .search-result__item.active a.active,.root[data-is-touch] .search-result__item.active a:active{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.gsc-control-cse *,.gsc-control-cse ::before,.gsc-control-cse ::after{box-sizing:initial}.popup-image{cursor:pointer;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.root[data-is-touch="false"] .popup-image:hover{box-shadow:0 8px 16px rgba(0,0,0,0.23),0 2px 6px rgba(0,0,0,0.08),0 12px 24px rgba(0,0,0,0.02)}.extensions{margin:1rem 0}.extensions--video,.extensions--slide,.extensions--demo{position:relative;width:100%;padding:0}.extensions--video>iframe,.extensions--slide>iframe,.extensions--demo>iframe{position:absolute;top:0;left:0;width:100%;height:100%}.extensions--video{padding-top:56.25%}.extensions--slide{padding-top:81.3021702838%}.extensions--demo{min-height:340px;padding-top:56.25%}.extensions--audio{display:block;max-width:100% !important}.article__content p.success{padding:.5rem 1rem;background-color:rgba(82,196,26,0.1);border:1px solid #52c41a;border-radius:.4rem}.article__content p.info{padding:.5rem 1rem;background-color:rgba(24,144,255,0.1);border:1px solid #1890ff;border-radius:.4rem}.article__content p.warning{padding:.5rem 1rem;background-color:rgba(250,140,22,0.1);border:1px solid #fa8c16;border-radius:.4rem}.article__content p.error{padding:.5rem 1rem;background-color:rgba(245,34,45,0.1);border:1px solid #f5222d;border-radius:.4rem}.article__content code.success{color:#fff;background-color:#52c41a}.article__content code.info{color:#fff;background-color:#1890ff}.article__content code.warning{color:#fff;background-color:#fa8c16}.article__content code.error{color:#fff;background-color:#f5222d}.article__content img.shadow,.article__content .shadow>img{box-shadow:0 4px 8px rgba(0,0,0,0.23),0 1px 3px rgba(0,0,0,0.08),0 6px 12px rgba(0,0,0,0.02)}.article__content img.border,.article__content .border>img{border:1px solid #e6e6e6}.article__content img.rounded,.article__content .rounded>img{border-radius:.4rem}.article__content img.circle,.article__content .circle>img{border-radius:50%}.icon{display:block}.icon>svg{display:block}body,html,.root,.layout--page{height:100%}.layout--page.layout--page--sidebar .page__viewport,.layout--page.layout--page--sidebar .page__grid{height:100%}@media (max-width: 1023px){.layout--page.layout--page--sidebar .page__main{overflow:unset}}.page__main{height:100%;color:#222}.page__main .col-aside{display:none}.page__main .col-aside>aside{position:absolute;width:220px;overflow:hidden}.page__main-inner{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100%;background-color:#fff}.page__content{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1;width:100%;margin:0 auto}@media print{.page__content{padding-bottom:0}}.hide-footer .page__content{padding-bottom:0}.page__comments{margin:1.5rem 0}.page__aside .toc-aside{padding:3rem 0 1rem 3rem}.page__actions{position:fixed;bottom:3rem;left:1rem;z-index:996;display:none}.page__sidebar{z-index:998;display:block;width:80%;max-width:250px;height:100%;background-color:#fff;border:0 solid #e6e6e6;border-right-width:1px;-webkit-transition:transform .4s;transition:transform .4s;overflow:auto;-webkit-overflow-scrolling:touch}.page__sidebar .sidebar-toc{padding:1rem 1rem 1.5rem 1.5rem}.sidebar-button{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.sidebar-button svg path{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.sidebar-button,.sidebar-button:link,.sidebar-button:visited{color:#000;background-color:rgba(242,242,242,0.75)}.sidebar-button svg path,.sidebar-button:link svg path,.sidebar-button:visited svg path{fill:#000}.root[data-is-touch="false"] .sidebar-button:hover{color:#000;background-color:rgba(206,206,206,0.75)}.root[data-is-touch="false"] .sidebar-button:hover svg path{fill:#000}.root[data-is-touch] .sidebar-button.active,.root[data-is-touch] .sidebar-button:active{color:#000;background-color:rgba(168,168,168,0.75)}.root[data-is-touch] .sidebar-button.active svg path,.root[data-is-touch] .sidebar-button:active svg path{fill:#000}.root[data-is-touch] .sidebar-button.focus{color:default;background-color:rgba(206,206,206,0.75);box-shadow:0 0 0 2px rgba(206,206,206,0.4)}.root[data-is-touch] .sidebar-button.focus svg path{fill:default}.sidebar-button.disabled,.sidebar-button:disabled{color:rgba(0,0,0,0.2) !important;background-color:rgba(242,242,242,0.75) !important}.sidebar-button.disabled svg path,.sidebar-button:disabled svg path{fill:rgba(0,0,0,0.2) !important}.page__mask{position:fixed;top:0;left:0;z-index:997;width:100%;height:100%;color:rgba(255,255,255,0.95);touch-action:none;background-color:rgba(0,0,0,0.9);opacity:0;-webkit-transform:translate(100%, 0);transform:translate(100%, 0);-webkit-transition:opacity .4s ease-in-out,transform 0s .4s ease-in-out;transition:opacity .4s ease-in-out,transform 0s .4s ease-in-out;cursor:pointer}.layout--page--sidebar .page__main{overflow:auto;-webkit-overflow-scrolling:touch}@media print{.layout--page--sidebar .page__main{overflow:unset}}.has-aside .col-aside{position:relative;display:block;width:220px}.has-aside .col-aside>aside.fixed{position:fixed;-webkit-font-smoothing:subpixel-antialiased}@media (max-width: 1023px){.has-aside .col-aside{display:none}}@media (max-width: 1023px){.page__sidebar{position:fixed;-webkit-transform:translate(-250px, 0);transform:translate(-250px, 0)}.page__actions{display:block}.show-sidebar .page__actions{visibility:hidden}.show-sidebar .page__sidebar{-webkit-transform:translate(0);transform:translate(0)}.show-sidebar .page__mask{opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}}.hero--light .article__info{color:#222}.hero--dark .article__info{color:rgba(255,255,255,0.95)}.page__main--immersive .page__header{position:absolute;width:100%}.page__main--immersive .hero__content{padding-top:5rem}.article__sharing{margin:1.5rem 0}.article__section-navigator{padding-top:1rem;margin:1.5rem 0 1rem 0;word-wrap:break-word;border:0 solid #e6e6e6;border-top-width:4px}.article__section-navigator>.previous,.article__section-navigator>.next{width:50%}.article__section-navigator>.previous>span,.article__section-navigator>.next>span{font-weight:700;color:#888}.article__section-navigator>.previous>a,.article__section-navigator>.next>a{display:block;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.article__section-navigator>.previous>a,.article__section-navigator>.previous>a:link,.article__section-navigator>.previous>a:visited,.article__section-navigator>.next>a,.article__section-navigator>.next>a:link,.article__section-navigator>.next>a:visited{text-decoration:none}.root[data-is-touch="false"] .article__section-navigator>.previous>a:hover,.root[data-is-touch="false"] .article__section-navigator>.next>a:hover{text-decoration:underline}.root[data-is-touch] .article__section-navigator>.previous>a.active,.root[data-is-touch] .article__section-navigator>.previous>a:active,.root[data-is-touch] .article__section-navigator>.next>a.active,.root[data-is-touch] .article__section-navigator>.next>a:active{text-decoration:none}.article__section-navigator>.previous>a,.article__section-navigator>.previous>a:link,.article__section-navigator>.previous>a:visited,.article__section-navigator>.next>a,.article__section-navigator>.next>a:link,.article__section-navigator>.next>a:visited{color:#222}.root[data-is-touch="false"] .article__section-navigator>.previous>a:hover,.root[data-is-touch="false"] .article__section-navigator>.next>a:hover{color:#fc4d50}.root[data-is-touch] .article__section-navigator>.previous>a.active,.root[data-is-touch] .article__section-navigator>.previous>a:active,.root[data-is-touch] .article__section-navigator>.next>a.active,.root[data-is-touch] .article__section-navigator>.next>a:active{color:#f80408}.article__section-navigator>.previous>a.disabled,.article__section-navigator>.previous>a:disabled,.article__section-navigator>.next>a.disabled,.article__section-navigator>.next>a:disabled{color:rgba(34,34,34,0.2) !important}.article__section-navigator>.previous{float:left;padding-right:.5rem}.article__section-navigator>.next{float:right;padding-left:.5rem;text-align:right}.layout--articles{margin:1.5rem 0;margin-top:3rem}@media (max-width: 499px){.layout--articles{margin-top:1.5rem}}.layout--articles .card__header{font-size:1rem}.layout--articles .card__image>.overlay,.layout--articles .card__image>.overlay .card__header{font-size:.85rem}.layout--archive>.layout--archive__result{margin:1.5rem 0}.layout--home .pagination{margin:1.5rem 0}.layout--home .pagination__menu{max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch}.layout--home .pagination__omit{color:#888}.layout--home .items{margin-top:2.25rem}.layout--landing .heros{max-width:1900px;margin-right:auto;margin-left:auto}.layout--landing .hero img{display:block;width:100%;margin:0 auto}.layout--landing .hero__content{margin-bottom:0}.layout--landing .hero__cover{max-width:950px}.layout--landing .hero__cover--full-width{max-width:none}.layout--404 .sign{display:table;margin:1.5rem auto;margin-top:3rem}.layout--404 .sign h1{font-size:6rem;line-height:1}.layout--404 .sign p{font-size:1.8rem} diff --git a/assets/favicon-16x16.png b/assets/favicon-16x16.png new file mode 100644 index 0000000000000000000000000000000000000000..7477a30c8120ec7d06917d5ce7a4f569c132e06d GIT binary patch literal 655 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wlNoGJgf6SkfJR9T^xl_H+M9WCijSl0AZa z85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=YDR+ueoXe|!I#{XiaP zfk$L9kg@_{#t$izynur2C7!;n?2p(Pc^Jhi1+QrUg?@RuIEHAPZ=GoC&Fm=9Hb1g; zv)6@;m9A3Ug1Ss%NfVteYQ2+2Xiqh|#KSRb*u+XN)sGT(YQ>-EiS zX3tZSlh5$xOz6tt-@;h#^#6F0`ritDy{Fo5_AR;Jpcm|NXRBDq(d8a_r7z2wHrLgq zZkjoLVMiXX(Sa?^{Q;*Kck(kmwtNuAROWAG>0rvRr$;8uA$OYA@u+g+sD}-&d1h4f zGo+TEnWvVT8nG=ie(fz;SI3(%cRKdn>I$0OAH4p_{`db__#=X^d}Mpl0}KV#64!{5 zl*E!$tK_0oAjM#0U}&LhV6JOm7-DE-WngG!WTb5XWEgn)HJwD!kei>9nO2EggSD_# zDNutX$cEtjw370~qEv?R@^Zb*yzJuS#DY}4{G#;P?`))iio&ZxB1(c1%M}WW^3yVN zQWZ)n3sMy_3rdn17%JvG{=~yk7^b0d%K!8k&!<5Q%*xz)$=t%q!rqfbn1vNw8cYtS wFe`5kQ8<0$%84Uqj>sHgKi%N5z)O$emAGKZCnwXXKr0wLUHx3vIVCg!08AR_)&Kwi literal 0 HcmV?d00001 diff --git a/assets/favicon-32x32.png b/assets/favicon-32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..7a610234b78486cfe163a8c5a274f85c36589a09 GIT binary patch literal 931 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE0wix1Z>k4UEa{HEjtmSN`?>!lvVtU&J%W50 z7^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+10f+@+{-G$+Qd;gjJKptm- zM`SSrgHQ3@o&>7 zv)}ah=zem7)qYv`S;j|si7Pf|FZg1&Tf$z|c+KiluJcZX+~55A>9mHBmuI^iZUA=1@yP}n&;d4t4x5M<)e2q(&XdlV4-|o9;O;4adw}Mc7&gACm zGXH1Mhq*##n#MQ1`MiZ;mNEO3TE@y^20{A+{hZL>u<-JM?^Kc%oZTmnkJE z{N7sggVN--w)YF}^VOtoW_)12ea=a*%Xzj22`TNocRJi{7zEcbe27#lS+U2RS$ns| zs^mT2d=v7Y#$_wk`Muk?VDe}Etq-?!evO)L8LO^)J6c}vDr3;WOWJu>m(PaHeRF;H zn|0I5=X96qF0txLmdVO%KjXBpf2G&QWBa0N7igR~@$sPF(!Zke{nL|w3P)#gbqU?> zm~lf?wXkT(_1M$(_H+L;iElZ&>_JPk5-_o-mbgZgq$HN4S|t~y0x1R~149d419M#i z!w^FwD+5C-BV%m?Aj9B|WoIplhTQy=%(P0}8s?@L9t3KT1lbUrpH@mmtT}V`<;yxP*HeQNJL3cV!1*=QGQxxPO3slWkIS!W2I`Q&6e6=(&6r>mdKI;Vst0NvVlI{*Lx literal 0 HcmV?d00001 diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..6f48a2dbd152e57b33b5e228f1f1f1f54c60b54f GIT binary patch literal 15086 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 + + + \ No newline at end of file diff --git a/assets/mstile-144x144.png b/assets/mstile-144x144.png new file mode 100644 index 0000000000000000000000000000000000000000..1eddae64ebec7e62679413bc5d29b0ff7ddd495f GIT binary patch literal 2908 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 AkN^Mx literal 0 HcmV?d00001 diff --git a/assets/mstile-150x150.png b/assets/mstile-150x150.png new file mode 100644 index 0000000000000000000000000000000000000000..1e3579a37590846f82c28dfec8742cc25c761703 GIT binary patch literal 2896 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 UF{_SNcf=(CS7#4gtz#hNKMVL)C;$Ke literal 0 HcmV?d00001 diff --git a/assets/mstile-310x150.png b/assets/mstile-310x150.png new file mode 100644 index 0000000000000000000000000000000000000000..e364eadd910b3309ccc345a33324a56f84733ec5 GIT binary patch literal 3150 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 Cv1M5R literal 0 HcmV?d00001 diff --git a/assets/mstile-310x310.png b/assets/mstile-310x310.png new file mode 100644 index 0000000000000000000000000000000000000000..1e4181b5420bc1f8d6e5b41d2cc98d634801572d GIT binary patch literal 6221 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 DA2&(X literal 0 HcmV?d00001 diff --git a/assets/safari-pinned-tab.svg b/assets/safari-pinned-tab.svg new file mode 100644 index 0000000000..f300623791 --- /dev/null +++ b/assets/safari-pinned-tab.svg @@ -0,0 +1,38 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/assets/search.js b/assets/search.js new file mode 100644 index 0000000000..093df5d681 --- /dev/null +++ b/assets/search.js @@ -0,0 +1 @@ +window.TEXT_SEARCH_DATA={'posts':[]}; diff --git a/assets/site.webmanifest b/assets/site.webmanifest new file mode 100644 index 0000000000..2b120c405d --- /dev/null +++ b/assets/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "TeXt Theme", + "short_name": "TeXt Theme", + "icons": [ + { + "src": "android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000000..3b2fd95b8a --- /dev/null +++ b/feed.xml @@ -0,0 +1 @@ +Jekyll2024-10-08T04:57:36+02:00https://github.com/pages/digidemlab/decidim-census/feed.xmlDecidim CensusDive into open data from Decidim platforms \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000000..284dd8203b --- /dev/null +++ b/index.html @@ -0,0 +1,4112 @@ + + + + + + + +Decidim Census - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+ +
+ +
+ + + +

Decidim Census

+ +
+

A small static website gathering open data from Decidim platforms around the world.

+ +

Find the data and the code on Github.

+ +

Created by Pierre Mesure at Digidem Lab.

+ + + + + +
+

Key metrics

+
+
+
+ 1847148 users +
+
+
+
+ 268 processes +
+
+
+
+ 67887 proposals +
+
+
+
+

All platforms

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+ + +
+
+ +
+
+ +
+ + + + +
+ + + diff --git a/platform/100.html b/platform/100.html new file mode 100644 index 0000000000..e096897844 --- /dev/null +++ b/platform/100.html @@ -0,0 +1,711 @@ + + + +Gavà Participa, Gavà Decideix - Decidim Census + + + + + + + + + + +
+
+ +
+ +
+ +
+ + +

Gavà Participa, Gavà Decideix

+
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 3215 users +
+
+
+
+ 2 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 766 proposals +
+
+
+
+ 185 accepted proposals +
+
+
+
+ 284 comments +
+
+
+
+ 3 debates +
+
+
+
+ 30 meetings +
+
+
+
+ 2576 survey answers +
+
+
+
+ 2 results +
+
+
+
+ 15626 supports +
+
+
+
+ 422 endorsements +
+
+
+
+
+
+ +
+ + +
+
+
+ + + + + + + + + diff --git a/platform/103.html b/platform/103.html new file mode 100644 index 0000000000..25633d885b --- /dev/null +++ b/platform/103.html @@ -0,0 +1,746 @@ + + + + + + + +(CO)INCIDIM - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

(CO)INCIDIM

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.0 +
+
+ +
+

Key metrics

+
+
+
+ 668 users +
+
+
+
+ 5 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 160 proposals +
+
+
+
+ 2 accepted proposals +
+
+
+
+ 3 comments +
+
+
+
+ 0 debates +
+
+
+
+ 5 meetings +
+
+
+
+ 12 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 10 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/104.html b/platform/104.html new file mode 100644 index 0000000000..09491bbcc2 --- /dev/null +++ b/platform/104.html @@ -0,0 +1,746 @@ + + + + + + + +Barcelona En Comú - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Barcelona En Comú

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 5383 users +
+
+
+
+ 0 processes +
+
+
+
+ 11 assemblies +
+
+
+
+ 296 proposals +
+
+
+
+ 25 accepted proposals +
+
+
+
+ 137 comments +
+
+
+
+ 2 debates +
+
+
+
+ 19 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 3479 supports +
+
+
+
+ 14 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/106.html b/platform/106.html new file mode 100644 index 0000000000..afea921f01 --- /dev/null +++ b/platform/106.html @@ -0,0 +1,746 @@ + + + + + + + +United Cities and Local Governments - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

United Cities and Local Governments

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.3 +
+
+ +
+

Key metrics

+
+
+
+ 8568 users +
+
+
+
+ 0 processes +
+
+
+
+ 1 assemblies +
+
+
+
+ 76 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 82 comments +
+
+
+
+ 0 debates +
+
+
+
+ 144 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 3 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/108.html b/platform/108.html new file mode 100644 index 0000000000..704bec283d --- /dev/null +++ b/platform/108.html @@ -0,0 +1,746 @@ + + + + + + + +OpenHeritage Participatory Platform - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

OpenHeritage Participatory Platform

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.5 +
+
+ +
+

Key metrics

+
+
+
+ 7613 users +
+
+
+
+ 4 processes +
+
+
+
+ 3 assemblies +
+
+
+
+ 502 proposals +
+
+
+
+ 25 accepted proposals +
+
+
+
+ 3817 comments +
+
+
+
+ 0 debates +
+
+
+
+ 37 meetings +
+
+
+
+ 839 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 190 supports +
+
+
+
+ 19 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/109.html b/platform/109.html new file mode 100644 index 0000000000..7761e114f2 --- /dev/null +++ b/platform/109.html @@ -0,0 +1,746 @@ + + + + + + + +barcelonadema-participa - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

barcelonadema-participa

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.5 +
+
+ +
+

Key metrics

+
+
+
+ 19795 users +
+
+
+
+ 0 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 600 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 62 comments +
+
+
+
+ 0 debates +
+
+
+
+ 40 meetings +
+
+
+
+ 5053 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 28 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/110.html b/platform/110.html new file mode 100644 index 0000000000..1f7a1599b4 --- /dev/null +++ b/platform/110.html @@ -0,0 +1,746 @@ + + + + + + + +inDICEs Participatory Space - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

inDICEs Participatory Space

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.1 +
+
+ +
+

Key metrics

+
+
+
+ 15373 users +
+
+
+
+ 6 processes +
+
+
+
+ 8 assemblies +
+
+
+
+ 171 proposals +
+
+
+
+ 23 accepted proposals +
+
+
+
+ 47 comments +
+
+
+
+ 1 debates +
+
+
+
+ 93 meetings +
+
+
+
+ 7595 survey answers +
+
+
+
+ 10 results +
+
+
+
+ 113 supports +
+
+
+
+ 67 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/114.html b/platform/114.html new file mode 100644 index 0000000000..4dfcca28a2 --- /dev/null +++ b/platform/114.html @@ -0,0 +1,711 @@ + + + +Decidim Cunit - Decidim Census + + + + + + + + + + +
+
+ +
+ +
+ +
+ + +

Decidim Cunit

+
+
+
+
+
+ 0.27.6 +
+
+ +
+

Key metrics

+
+
+
+ 24818 users +
+
+
+
+ 3 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 175 proposals +
+
+
+
+ 60 accepted proposals +
+
+
+
+ 111 comments +
+
+
+
+ 0 debates +
+
+
+
+ 31 meetings +
+
+
+
+ 832 survey answers +
+
+
+
+ 9 results +
+
+
+
+ 0 supports +
+
+
+
+ 519 endorsements +
+
+
+
+
+
+ +
+ + +
+
+
+ + + + + + + + + diff --git a/platform/116.html b/platform/116.html new file mode 100644 index 0000000000..68d9690e2b --- /dev/null +++ b/platform/116.html @@ -0,0 +1,711 @@ + + + +Participa aFFaC - Decidim Census + + + + + + + + + + +
+
+ +
+ +
+ +
+ + +

Participa aFFaC

+
+
+
+
+
+ 0.27.9 +
+
+ +
+

Key metrics

+
+
+
+ 3880 users +
+
+
+
+ 0 processes +
+
+
+
+ 1 assemblies +
+
+
+
+ 0 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 0 comments +
+
+
+
+ 5 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 72471 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+ + +
+
+
+ + + + + + + + + diff --git a/platform/118.html b/platform/118.html new file mode 100644 index 0000000000..aa6a4c24a9 --- /dev/null +++ b/platform/118.html @@ -0,0 +1,750 @@ + + + + + + + +Parlons Ensemble de Cachan - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Parlons Ensemble de Cachan

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 1102 users +
+
+
+
+ 4 processes +
+
+
+
+ 7 assemblies +
+
+
+
+ 146 proposals +
+
+
+
+ 6 accepted proposals +
+
+
+
+ 166 comments +
+
+
+
+ 3 debates +
+
+
+
+ 66 meetings +
+
+
+
+ 150 survey answers +
+
+
+
+ 38 results +
+
+
+
+ 0 supports +
+
+
+
+ 740 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/119.html b/platform/119.html new file mode 100644 index 0000000000..62700b0115 --- /dev/null +++ b/platform/119.html @@ -0,0 +1,750 @@ + + + + + + + +Participatory Budgeting Chicago - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Participatory Budgeting Chicago

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 5985 users +
+
+
+
+ 0 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 568 proposals +
+
+
+
+ 67 accepted proposals +
+
+
+
+ 540 comments +
+
+
+
+ 0 debates +
+
+
+
+ 6 meetings +
+
+
+
+ 20676 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 185 supports +
+
+
+
+ 2404 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/12.html b/platform/12.html new file mode 100644 index 0000000000..39ae1aa8af --- /dev/null +++ b/platform/12.html @@ -0,0 +1,711 @@ + + + +Borgerkraft - Decidim Census + + + + + + + + + + +
+
+ +
+ +
+ +
+ + +

Borgerkraft

+
+
+
+
+
+ 0.28.0 +
+
+ +
+

Key metrics

+
+
+
+ 2474 users +
+
+
+
+ 0 processes +
+
+
+
+ 1 assemblies +
+
+
+
+ 115 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 49 comments +
+
+
+
+ 0 debates +
+
+
+
+ 12 meetings +
+
+
+
+ 56 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 6 supports +
+
+
+
+ 1 endorsements +
+
+
+
+
+
+ +
+ + +
+
+
+ + + + + + + + + diff --git a/platform/120.html b/platform/120.html new file mode 100644 index 0000000000..0b99389534 --- /dev/null +++ b/platform/120.html @@ -0,0 +1,750 @@ + + + + + + + +Nuorten budjetti - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Nuorten budjetti

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 41 users +
+
+
+
+ 1 processes +
+
+
+
+ 1 assemblies +
+
+
+
+ 0 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 103 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/126.html b/platform/126.html new file mode 100644 index 0000000000..3b60953da8 --- /dev/null +++ b/platform/126.html @@ -0,0 +1,750 @@ + + + + + + + +Plateforme de participation citoyenne de la Ville de Verrières-le-Buisson - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Plateforme de participation citoyenne de la Ville de Verrières-le-Buisson

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 738 users +
+
+
+
+ 0 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 378 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 215 comments +
+
+
+
+ 0 debates +
+
+
+
+ 25 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 730 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/128.html b/platform/128.html new file mode 100644 index 0000000000..46c7d9a895 --- /dev/null +++ b/platform/128.html @@ -0,0 +1,750 @@ + + + + + + + +Lens - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Lens

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 417 users +
+
+
+
+ 1 processes +
+
+
+
+ 5 assemblies +
+
+
+
+ 22 proposals +
+
+
+
+ 5 accepted proposals +
+
+
+
+ 30 comments +
+
+
+
+ 0 debates +
+
+
+
+ 2 meetings +
+
+
+
+ 54 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 1 supports +
+
+
+
+ 23 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/131.html b/platform/131.html new file mode 100644 index 0000000000..00d39ff076 --- /dev/null +++ b/platform/131.html @@ -0,0 +1,750 @@ + + + + + + + +Plateforme participative de Malakoff - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Plateforme participative de Malakoff

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 2776 users +
+
+
+
+ 0 processes +
+
+
+
+ 9 assemblies +
+
+
+
+ 194 proposals +
+
+
+
+ 36 accepted proposals +
+
+
+
+ 122 comments +
+
+
+
+ 0 debates +
+
+
+
+ 1 meetings +
+
+
+
+ 4441 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 319 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/132.html b/platform/132.html new file mode 100644 index 0000000000..eb75c312fd --- /dev/null +++ b/platform/132.html @@ -0,0 +1,750 @@ + + + + + + + +Bordeaux Participation - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Bordeaux Participation

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 19985 users +
+
+
+
+ 6 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 656 proposals +
+
+
+
+ 134 accepted proposals +
+
+
+
+ 2458 comments +
+
+
+
+ 0 debates +
+
+
+
+ 151 meetings +
+
+
+
+ 132172 survey answers +
+
+
+
+ 41 results +
+
+
+
+ 0 supports +
+
+
+
+ 252 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/133.html b/platform/133.html new file mode 100644 index 0000000000..9900063c9c --- /dev/null +++ b/platform/133.html @@ -0,0 +1,750 @@ + + + + + + + +Chambéry - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Chambéry

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 2535 users +
+
+
+
+ 9 processes +
+
+
+
+ 9 assemblies +
+
+
+
+ 198 proposals +
+
+
+
+ 64 accepted proposals +
+
+
+
+ 89 comments +
+
+
+
+ 0 debates +
+
+
+
+ 127 meetings +
+
+
+
+ 2007 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 264 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/138.html b/platform/138.html new file mode 100644 index 0000000000..6fd583f49b --- /dev/null +++ b/platform/138.html @@ -0,0 +1,750 @@ + + + + + + + +Plateforme participons-communes - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Plateforme participons-communes

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 638 users +
+
+
+
+ 2 processes +
+
+
+
+ 14 assemblies +
+
+
+
+ 55 proposals +
+
+
+
+ 18 accepted proposals +
+
+
+
+ 3 comments +
+
+
+
+ 0 debates +
+
+
+
+ 1 meetings +
+
+
+
+ 9 survey answers +
+
+
+
+ 3 results +
+
+
+
+ 0 supports +
+
+
+
+ 9 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/139.html b/platform/139.html new file mode 100644 index 0000000000..c6318f15fd --- /dev/null +++ b/platform/139.html @@ -0,0 +1,750 @@ + + + + + + + +Convention citoyenne étudiante de l'université Paris-Est Créteil - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Convention citoyenne étudiante de l'université Paris-Est Créteil

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.2 +
+
+ +
+

Key metrics

+
+
+
+ 2140 users +
+
+
+
+ 5 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 816 proposals +
+
+
+
+ 85 accepted proposals +
+
+
+
+ 1192 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 4581 survey answers +
+
+
+
+ 42 results +
+
+
+
+ 68 supports +
+
+
+
+ 1210 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/140.html b/platform/140.html new file mode 100644 index 0000000000..4a4622d9ad --- /dev/null +++ b/platform/140.html @@ -0,0 +1,750 @@ + + + + + + + +Ville d'Arcueil - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Ville d'Arcueil

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 708 users +
+
+
+
+ 1 processes +
+
+
+
+ 11 assemblies +
+
+
+
+ 170 proposals +
+
+
+
+ 37 accepted proposals +
+
+
+
+ 5 comments +
+
+
+
+ 0 debates +
+
+
+
+ 62 meetings +
+
+
+
+ 3691 survey answers +
+
+
+
+ 29 results +
+
+
+
+ 0 supports +
+
+
+
+ 29 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/141.html b/platform/141.html new file mode 100644 index 0000000000..dad291032a --- /dev/null +++ b/platform/141.html @@ -0,0 +1,750 @@ + + + + + + + +jeparticipe.villejuif.fr - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

jeparticipe.villejuif.fr

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 973 users +
+
+
+
+ 3 processes +
+
+
+
+ 10 assemblies +
+
+
+
+ 404 proposals +
+
+
+
+ 103 accepted proposals +
+
+
+
+ 132 comments +
+
+
+
+ 0 debates +
+
+
+
+ 117 meetings +
+
+
+
+ 9113 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 7 supports +
+
+
+
+ 1247 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/142.html b/platform/142.html new file mode 100644 index 0000000000..3e99c504f4 --- /dev/null +++ b/platform/142.html @@ -0,0 +1,750 @@ + + + + + + + +la plateforme de participation citoyenne de Valbonne Sophia Antipolis - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

la plateforme de participation citoyenne de Valbonne Sophia Antipolis

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 594 users +
+
+
+
+ 0 processes +
+
+
+
+ 9 assemblies +
+
+
+
+ 31 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 35 comments +
+
+
+
+ 0 debates +
+
+
+
+ 4 meetings +
+
+
+
+ 10248 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 2 supports +
+
+
+
+ 118 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/143.html b/platform/143.html new file mode 100644 index 0000000000..01f2ea5bc9 --- /dev/null +++ b/platform/143.html @@ -0,0 +1,750 @@ + + + + + + + +Décidons ensemble - Ville de Tours - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Décidons ensemble - Ville de Tours

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 9729 users +
+
+
+
+ 4 processes +
+
+
+
+ 9 assemblies +
+
+
+
+ 910 proposals +
+
+
+
+ 155 accepted proposals +
+
+
+
+ 992 comments +
+
+
+
+ 0 debates +
+
+
+
+ 145 meetings +
+
+
+
+ 1214 survey answers +
+
+
+
+ 26 results +
+
+
+
+ 6563 supports +
+
+
+
+ 3493 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/144.html b/platform/144.html new file mode 100644 index 0000000000..ba5ea88a6f --- /dev/null +++ b/platform/144.html @@ -0,0 +1,750 @@ + + + + + + + +Sainte-Savine - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Sainte-Savine

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 565 users +
+
+
+
+ 0 processes +
+
+
+
+ 1 assemblies +
+
+
+
+ 118 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 70 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 392 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 940 supports +
+
+
+
+ 72 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/145.html b/platform/145.html new file mode 100644 index 0000000000..c9fa9cc70a --- /dev/null +++ b/platform/145.html @@ -0,0 +1,750 @@ + + + + + + + +Montlouis-sur-Loire - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Montlouis-sur-Loire

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 5032 users +
+
+
+
+ 3 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 75 proposals +
+
+
+
+ 41 accepted proposals +
+
+
+
+ 30 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 24 results +
+
+
+
+ 0 supports +
+
+
+
+ 161 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/146.html b/platform/146.html new file mode 100644 index 0000000000..cb26e4af28 --- /dev/null +++ b/platform/146.html @@ -0,0 +1,750 @@ + + + + + + + +Plateforme de participation de la Ville de Marseille - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Plateforme de participation de la Ville de Marseille

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 5953 users +
+
+
+
+ 3 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 894 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 101 comments +
+
+
+
+ 0 debates +
+
+
+
+ 47 meetings +
+
+
+
+ 12 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 4 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/147.html b/platform/147.html new file mode 100644 index 0000000000..ea30afc89a --- /dev/null +++ b/platform/147.html @@ -0,0 +1,750 @@ + + + + + + + +Plateforme de participation citoyenne de la Ville de Lyon - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Plateforme de participation citoyenne de la Ville de Lyon

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.5 +
+
+ +
+

Key metrics

+
+
+
+ 15777 users +
+
+
+
+ 5 processes +
+
+
+
+ 2 assemblies +
+
+
+
+ 361 proposals +
+
+
+
+ 46 accepted proposals +
+
+
+
+ 575 comments +
+
+
+
+ 0 debates +
+
+
+
+ 193 meetings +
+
+
+
+ 233126 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 4759 supports +
+
+
+
+ 89 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/149.html b/platform/149.html new file mode 100644 index 0000000000..157783e5eb --- /dev/null +++ b/platform/149.html @@ -0,0 +1,750 @@ + + + + + + + +participons-granville.fr - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

participons-granville.fr

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 380 users +
+
+
+
+ 3 processes +
+
+
+
+ 5 assemblies +
+
+
+
+ 83 proposals +
+
+
+
+ 22 accepted proposals +
+
+
+
+ 25 comments +
+
+
+
+ 0 debates +
+
+
+
+ 53 meetings +
+
+
+
+ 211 survey answers +
+
+
+
+ 12 results +
+
+
+
+ 0 supports +
+
+
+
+ 6 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/15.html b/platform/15.html new file mode 100644 index 0000000000..132cf0897b --- /dev/null +++ b/platform/15.html @@ -0,0 +1,750 @@ + + + + + + + +Lausanne participe - Plateforme de participation de la Ville de Lausanne - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Lausanne participe - Plateforme de participation de la Ville de Lausanne

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.6 +
+
+ +
+

Key metrics

+
+
+
+ 4078 users +
+
+
+
+ 9 processes +
+
+
+
+ 1 assemblies +
+
+
+
+ 228 proposals +
+
+
+
+ 74 accepted proposals +
+
+
+
+ 342 comments +
+
+
+
+ 0 debates +
+
+
+
+ 14 meetings +
+
+
+
+ 5134 survey answers +
+
+
+
+ 13 results +
+
+
+
+ 0 supports +
+
+
+
+ 530 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/150.html b/platform/150.html new file mode 100644 index 0000000000..275d62d0f3 --- /dev/null +++ b/platform/150.html @@ -0,0 +1,750 @@ + + + + + + + +Fleury-les-Aubrais - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Fleury-les-Aubrais

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 3819 users +
+
+
+
+ 2 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 321 proposals +
+
+
+
+ 97 accepted proposals +
+
+
+
+ 461 comments +
+
+
+
+ 0 debates +
+
+
+
+ 4 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 40 results +
+
+
+
+ 120 supports +
+
+
+
+ 1 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/151.html b/platform/151.html new file mode 100644 index 0000000000..289fa85697 --- /dev/null +++ b/platform/151.html @@ -0,0 +1,750 @@ + + + + + + + +participons.colombes.fr - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

participons.colombes.fr

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 3230 users +
+
+
+
+ 0 processes +
+
+
+
+ 17 assemblies +
+
+
+
+ 396 proposals +
+
+
+
+ 84 accepted proposals +
+
+
+
+ 918 comments +
+
+
+
+ 0 debates +
+
+
+
+ 85 meetings +
+
+
+
+ 45097 survey answers +
+
+
+
+ 29 results +
+
+
+
+ 0 supports +
+
+
+
+ 3696 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/152.html b/platform/152.html new file mode 100644 index 0000000000..9c60a1b284 --- /dev/null +++ b/platform/152.html @@ -0,0 +1,750 @@ + + + + + + + +Mairie de Bagneux - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Mairie de Bagneux

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 644 users +
+
+
+
+ 6 processes +
+
+
+
+ 23 assemblies +
+
+
+
+ 13 proposals +
+
+
+
+ 18 accepted proposals +
+
+
+
+ 0 comments +
+
+
+
+ 1 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 351 survey answers +
+
+
+
+ 22 results +
+
+
+
+ 0 supports +
+
+
+
+ 2 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/153.html b/platform/153.html new file mode 100644 index 0000000000..4e2c6ad28a --- /dev/null +++ b/platform/153.html @@ -0,0 +1,750 @@ + + + + + + + +Auch - Agir pour ma ville - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Auch - Agir pour ma ville

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 370 users +
+
+
+
+ 1 processes +
+
+
+
+ 4 assemblies +
+
+
+
+ 24 proposals +
+
+
+
+ 2 accepted proposals +
+
+
+
+ 72 comments +
+
+
+
+ 0 debates +
+
+
+
+ 11 meetings +
+
+
+
+ 2664 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 20 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/154.html b/platform/154.html new file mode 100644 index 0000000000..dfb8a8f2b6 --- /dev/null +++ b/platform/154.html @@ -0,0 +1,750 @@ + + + + + + + +la plateforme de participation citoyenne d’Antibes Juan-les-Pins - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

la plateforme de participation citoyenne d’Antibes Juan-les-Pins

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 1564 users +
+
+
+
+ 13 processes +
+
+
+
+ 12 assemblies +
+
+
+
+ 0 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 50 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/155.html b/platform/155.html new file mode 100644 index 0000000000..9d6998f09a --- /dev/null +++ b/platform/155.html @@ -0,0 +1,750 @@ + + + + + + + +jeparticipe.unicaen.fr - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

jeparticipe.unicaen.fr

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.2 +
+
+ +
+

Key metrics

+
+
+
+ 5786 users +
+
+
+
+ 0 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 240 proposals +
+
+
+
+ 11 accepted proposals +
+
+
+
+ 466 comments +
+
+
+
+ 0 debates +
+
+
+
+ 5 meetings +
+
+
+
+ 6272 survey answers +
+
+
+
+ 3 results +
+
+
+
+ 2 supports +
+
+
+
+ 2284 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/158.html b/platform/158.html new file mode 100644 index 0000000000..5dafac54b5 --- /dev/null +++ b/platform/158.html @@ -0,0 +1,750 @@ + + + + + + + +People Powered - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

People Powered

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 344 users +
+
+
+
+ 5 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 316 proposals +
+
+
+
+ 72 accepted proposals +
+
+
+
+ 271 comments +
+
+
+
+ 0 debates +
+
+
+
+ 2 meetings +
+
+
+
+ 1498 survey answers +
+
+
+
+ 21 results +
+
+
+
+ 425 supports +
+
+
+
+ 625 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/159.html b/platform/159.html new file mode 100644 index 0000000000..3b166e069b --- /dev/null +++ b/platform/159.html @@ -0,0 +1,750 @@ + + + + + + + +Je participe - Métropole du Grand Nancy - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Je participe - Métropole du Grand Nancy

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 10647 users +
+
+
+
+ 18 processes +
+
+
+
+ 22 assemblies +
+
+
+
+ 2056 proposals +
+
+
+
+ 389 accepted proposals +
+
+
+
+ 1292 comments +
+
+
+
+ 4 debates +
+
+
+
+ 298 meetings +
+
+
+
+ 19628 survey answers +
+
+
+
+ 58 results +
+
+
+
+ 37 supports +
+
+
+
+ 6255 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/161.html b/platform/161.html new file mode 100644 index 0000000000..2322a66326 --- /dev/null +++ b/platform/161.html @@ -0,0 +1,750 @@ + + + + + + + +Le14participe - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Le14participe

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 373 users +
+
+
+
+ 0 processes +
+
+
+
+ 13 assemblies +
+
+
+
+ 7 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 26 comments +
+
+
+
+ 0 debates +
+
+
+
+ 288 meetings +
+
+
+
+ 3439 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 1 supports +
+
+
+
+ 49 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/162.html b/platform/162.html new file mode 100644 index 0000000000..82725bf53e --- /dev/null +++ b/platform/162.html @@ -0,0 +1,746 @@ + + + + + + + +Ensemble pour le climat - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Ensemble pour le climat

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 1076 users +
+
+
+
+ 0 processes +
+
+
+
+ 2 assemblies +
+
+
+
+ 2 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 0 comments +
+
+
+
+ 0 debates +
+
+
+
+ 5 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 5 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/166.html b/platform/166.html new file mode 100644 index 0000000000..d1f469b85d --- /dev/null +++ b/platform/166.html @@ -0,0 +1,750 @@ + + + + + + + +Plateforme de participation de la Cour des Comptes - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Plateforme de participation de la Cour des Comptes

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 31997 users +
+
+
+
+ 2 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 1898 proposals +
+
+
+
+ 52 accepted proposals +
+
+
+
+ 8211 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 762 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 55995 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/167.html b/platform/167.html new file mode 100644 index 0000000000..357405cd85 --- /dev/null +++ b/platform/167.html @@ -0,0 +1,750 @@ + + + + + + + +la plateforme participative du Conseil de développement de la CASA - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

la plateforme participative du Conseil de développement de la CASA

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 60 users +
+
+
+
+ 0 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 37 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 0 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 3 supports +
+
+
+
+ 4 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/168.html b/platform/168.html new file mode 100644 index 0000000000..c5b77f4b9d --- /dev/null +++ b/platform/168.html @@ -0,0 +1,746 @@ + + + + + + + +Plateforme participative de Binic-Etables sur Mer - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Plateforme participative de Binic-Etables sur Mer

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 326 users +
+
+
+
+ 4 processes +
+
+
+
+ 5 assemblies +
+
+
+
+ 16 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 6 comments +
+
+
+
+ 0 debates +
+
+
+
+ 23 meetings +
+
+
+
+ 3180 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 1 supports +
+
+
+
+ 7 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/19.html b/platform/19.html new file mode 100644 index 0000000000..ddcd79a4ec --- /dev/null +++ b/platform/19.html @@ -0,0 +1,750 @@ + + + + + + + +l'h-on participa - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

l'h-on participa

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 16718 users +
+
+
+
+ 0 processes +
+
+
+
+ 22 assemblies +
+
+
+
+ 9470 proposals +
+
+
+
+ 20 accepted proposals +
+
+
+
+ 2 comments +
+
+
+
+ 0 debates +
+
+
+
+ 276 meetings +
+
+
+
+ 113070 survey answers +
+
+
+
+ 215 results +
+
+
+
+ 12 supports +
+
+
+
+ 15 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/2.html b/platform/2.html new file mode 100644 index 0000000000..8b755b5592 --- /dev/null +++ b/platform/2.html @@ -0,0 +1,750 @@ + + + + + + + +NYC Civic Engagement Commission (CEC) - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

NYC Civic Engagement Commission (CEC)

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 18481 users +
+
+
+
+ 1 processes +
+
+
+
+ 4 assemblies +
+
+
+
+ 6997 proposals +
+
+
+
+ 96 accepted proposals +
+
+
+
+ 3112 comments +
+
+
+
+ 0 debates +
+
+
+
+ 37 meetings +
+
+
+
+ 24394 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 7169 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/20.html b/platform/20.html new file mode 100644 index 0000000000..d968a16d74 --- /dev/null +++ b/platform/20.html @@ -0,0 +1,750 @@ + + + + + + + +Decidim Sant Cugat - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Decidim Sant Cugat

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.2 +
+
+ +
+

Key metrics

+
+
+
+ 66480 users +
+
+
+
+ 5 processes +
+
+
+
+ 16 assemblies +
+
+
+
+ 789 proposals +
+
+
+
+ 56 accepted proposals +
+
+
+
+ 546 comments +
+
+
+
+ 0 debates +
+
+
+
+ 247 meetings +
+
+
+
+ 2263 survey answers +
+
+
+
+ 251 results +
+
+
+
+ 22816 supports +
+
+
+
+ 309 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/22.html b/platform/22.html new file mode 100644 index 0000000000..d9fedc22b3 --- /dev/null +++ b/platform/22.html @@ -0,0 +1,750 @@ + + + + + + + +participez.nanterre.fr - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

participez.nanterre.fr

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 8297 users +
+
+
+
+ 3 processes +
+
+
+
+ 9 assemblies +
+
+
+
+ 529 proposals +
+
+
+
+ 193 accepted proposals +
+
+
+
+ 769 comments +
+
+
+
+ 56 debates +
+
+
+
+ 84 meetings +
+
+
+
+ 12863 survey answers +
+
+
+
+ 217 results +
+
+
+
+ 0 supports +
+
+
+
+ 788 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/23.html b/platform/23.html new file mode 100644 index 0000000000..45e94e43f8 --- /dev/null +++ b/platform/23.html @@ -0,0 +1,715 @@ + + + +Participa311 decideix.esparreguera.cat - Decidim Census + + + + + + + + + + +
+
+ +
+ +
+ +
+ + +

Participa311 decideix.esparreguera.cat

+
+
+ +

Key metrics

+
+
+
+ 1166 users +
+
+
+
+ 1 processes +
+
+
+
+ 8 assemblies +
+
+
+
+ 349 proposals +
+
+
+
+ 104 accepted proposals +
+
+
+
+ 108 comments +
+
+
+
+ 0 debates +
+
+
+
+ 47 meetings +
+
+
+
+ 6340 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 1 supports +
+
+
+
+ 665 endorsements +
+
+
+
+
+
+ +
+ + +
+
+
+ + + + + + + + + diff --git a/platform/25.html b/platform/25.html new file mode 100644 index 0000000000..9cc711909e --- /dev/null +++ b/platform/25.html @@ -0,0 +1,746 @@ + + + + + + + +Tuusulan kunta - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Tuusulan kunta

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.5 +
+
+ +
+

Key metrics

+
+
+
+ 12644 users +
+
+
+
+ 1 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 2824 proposals +
+
+
+
+ 1119 accepted proposals +
+
+
+
+ 1060 comments +
+
+
+
+ 0 debates +
+
+
+
+ 36 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 171 results +
+
+
+
+ 344 supports +
+
+
+
+ 244 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/3.html b/platform/3.html new file mode 100644 index 0000000000..2ff7bbff31 --- /dev/null +++ b/platform/3.html @@ -0,0 +1,715 @@ + + + +OmaStadi - Decidim Census + + + + + + + + + + +
+
+ +
+ +
+ +
+ + +

OmaStadi

+
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 51112 users +
+
+
+
+ 1 processes +
+
+
+
+ 1 assemblies +
+
+
+
+ 0 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 12663 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+ + +
+
+
+ + + + + + + + + diff --git a/platform/31.html b/platform/31.html new file mode 100644 index 0000000000..ad8275e461 --- /dev/null +++ b/platform/31.html @@ -0,0 +1,750 @@ + + + + + + + +L'atelier de vos idées - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

L'atelier de vos idées

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 30719 users +
+
+
+
+ 1 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 350 proposals +
+
+
+
+ 150 accepted proposals +
+
+
+
+ 1260 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 14 survey answers +
+
+
+
+ 48 results +
+
+
+
+ 6 supports +
+
+
+
+ 861 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/32.html b/platform/32.html new file mode 100644 index 0000000000..cf363eea46 --- /dev/null +++ b/platform/32.html @@ -0,0 +1,746 @@ + + + + + + + +Uccle - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Uccle

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.5 +
+
+ +
+

Key metrics

+
+
+
+ 59453 users +
+
+
+
+ 4 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 213 proposals +
+
+
+
+ 51 accepted proposals +
+
+
+
+ 31 comments +
+
+
+
+ 0 debates +
+
+
+
+ 17 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 94 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/33.html b/platform/33.html new file mode 100644 index 0000000000..38cd6f1018 --- /dev/null +++ b/platform/33.html @@ -0,0 +1,750 @@ + + + + + + + +Decidim Calafell - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Decidim Calafell

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.5 +
+
+ +
+

Key metrics

+
+
+
+ 31839 users +
+
+
+
+ 8 processes +
+
+
+
+ 12 assemblies +
+
+
+
+ 475 proposals +
+
+
+
+ 253 accepted proposals +
+
+
+
+ 297 comments +
+
+
+
+ 1 debates +
+
+
+
+ 89 meetings +
+
+
+
+ 1455 survey answers +
+
+
+
+ 202 results +
+
+
+
+ 3366 supports +
+
+
+
+ 459 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/34.html b/platform/34.html new file mode 100644 index 0000000000..20dd8e16b3 --- /dev/null +++ b/platform/34.html @@ -0,0 +1,711 @@ + + + +Ajuntament de Sant Boi de Llobregat - Decidim Census + + + + + + + + + + +
+
+ +
+ +
+ +
+ + +

Ajuntament de Sant Boi de Llobregat

+
+
+
+
+
+ 0.27.3 +
+
+ +
+

Key metrics

+
+
+
+ 18332 users +
+
+
+
+ 2 processes +
+
+
+
+ 18 assemblies +
+
+
+
+ 162 proposals +
+
+
+
+ 59 accepted proposals +
+
+
+
+ 300 comments +
+
+
+
+ 32 debates +
+
+
+
+ 122 meetings +
+
+
+
+ 9 survey answers +
+
+
+
+ 43 results +
+
+
+
+ 1499 supports +
+
+
+
+ 329 endorsements +
+
+
+
+
+
+ +
+ + +
+
+
+ + + + + + + + + diff --git a/platform/35.html b/platform/35.html new file mode 100644 index 0000000000..e73ccd5da3 --- /dev/null +++ b/platform/35.html @@ -0,0 +1,750 @@ + + + + + + + +À Vous La Parole ! - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

À Vous La Parole !

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 25517 users +
+
+
+
+ 11 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 896 proposals +
+
+
+
+ 82 accepted proposals +
+
+
+
+ 422 comments +
+
+
+
+ 45 debates +
+
+
+
+ 118 meetings +
+
+
+
+ 57272 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 612 supports +
+
+
+
+ 262 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/36.html b/platform/36.html new file mode 100644 index 0000000000..a09f55bab4 --- /dev/null +++ b/platform/36.html @@ -0,0 +1,750 @@ + + + + + + + +Participa gencat - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Participa gencat

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.9 +
+
+ +
+

Key metrics

+
+
+
+ 69544 users +
+
+
+
+ 16 processes +
+
+
+
+ 80 assemblies +
+
+
+
+ 10991 proposals +
+
+
+
+ 1925 accepted proposals +
+
+
+
+ 6593 comments +
+
+
+
+ 12 debates +
+
+
+
+ 742 meetings +
+
+
+
+ 130184 survey answers +
+
+
+
+ 7 results +
+
+
+
+ 12741 supports +
+
+
+
+ 17177 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/38.html b/platform/38.html new file mode 100644 index 0000000000..153fb8d802 --- /dev/null +++ b/platform/38.html @@ -0,0 +1,750 @@ + + + + + + + +e-pétitions du Sénat - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

e-pétitions du Sénat

+ +
+
+ +
+ +
+
+
+
+
+ 0.22.0.dev +
+
+ +
+

Key metrics

+
+
+
+ 589886 users +
+
+
+
+ 0 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 0 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 0 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/40.html b/platform/40.html new file mode 100644 index 0000000000..ebd66d0225 --- /dev/null +++ b/platform/40.html @@ -0,0 +1,746 @@ + + + + + + + +Pétitions - Petities - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Pétitions - Petities

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.5 +
+
+ +
+

Key metrics

+
+
+
+ 195718 users +
+
+
+
+ 0 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 0 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 0 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/42.html b/platform/42.html new file mode 100644 index 0000000000..b1c1c987a3 --- /dev/null +++ b/platform/42.html @@ -0,0 +1,750 @@ + + + + + + + +ParteciPa - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

ParteciPa

+ +
+
+ +
+ +
+
+
+
+
+ 0.25.2 +
+
+ +
+

Key metrics

+
+
+
+ 22887 users +
+
+
+
+ 1 processes +
+
+
+
+ 9 assemblies +
+
+
+
+ 1004 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 836 comments +
+
+
+
+ 0 debates +
+
+
+
+ 36 meetings +
+
+
+
+ 209948 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 14317 supports +
+
+
+
+ 430 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/43.html b/platform/43.html new file mode 100644 index 0000000000..00bc08c287 --- /dev/null +++ b/platform/43.html @@ -0,0 +1,746 @@ + + + + + + + +VISC - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

VISC

+ +
+
+ +
+ +
+
+
+
+
+ 0.20.0 +
+
+ +
+

Key metrics

+
+
+
+ 422 users +
+
+
+
+ 1 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 0 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 37 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/46.html b/platform/46.html new file mode 100644 index 0000000000..baf913773a --- /dev/null +++ b/platform/46.html @@ -0,0 +1,750 @@ + + + + + + + +participer.loire-atlantique.fr - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

participer.loire-atlantique.fr

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 28726 users +
+
+
+
+ 6 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 2030 proposals +
+
+
+
+ 332 accepted proposals +
+
+
+
+ 635 comments +
+
+
+
+ 0 debates +
+
+
+
+ 109 meetings +
+
+
+
+ 1576 survey answers +
+
+
+
+ 56 results +
+
+
+
+ 684 supports +
+
+
+
+ 1 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/47.html b/platform/47.html new file mode 100644 index 0000000000..8744349195 --- /dev/null +++ b/platform/47.html @@ -0,0 +1,750 @@ + + + + + + + +La Région vous donne la parole - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

La Région vous donne la parole

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 27982 users +
+
+
+
+ 15 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 4480 proposals +
+
+
+
+ 35 accepted proposals +
+
+
+
+ 1062 comments +
+
+
+
+ 0 debates +
+
+
+
+ 71 meetings +
+
+
+
+ 6 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 12848 supports +
+
+
+
+ 2362 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/49.html b/platform/49.html new file mode 100644 index 0000000000..660a15de2c --- /dev/null +++ b/platform/49.html @@ -0,0 +1,750 @@ + + + + + + + +Ecrivons Angers - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Ecrivons Angers

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 21253 users +
+
+
+
+ 5 processes +
+
+
+
+ 2 assemblies +
+
+
+
+ 3201 proposals +
+
+
+
+ 1036 accepted proposals +
+
+
+
+ 3714 comments +
+
+
+
+ 0 debates +
+
+
+
+ 180 meetings +
+
+
+
+ 14569 survey answers +
+
+
+
+ 73 results +
+
+
+
+ 1023 supports +
+
+
+
+ 8208 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/5.html b/platform/5.html new file mode 100644 index 0000000000..b1814720f8 --- /dev/null +++ b/platform/5.html @@ -0,0 +1,715 @@ + + + +加古川市 市民参加型合意形成プラットフォーム - Decidim Census + + + + + + + + + + +
+
+ +
+ +
+ +
+ + +

加古川市 市民参加型合意形成プラットフォーム

+
+
+
+
+
+ 0.27.7 +
+
+ +
+

Key metrics

+
+
+
+ 3125 users +
+
+
+
+ 4 processes +
+
+
+
+ 3 assemblies +
+
+
+
+ 359 proposals +
+
+
+
+ 2 accepted proposals +
+
+
+
+ 92 comments +
+
+
+
+ 131 debates +
+
+
+
+ 5 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 4 results +
+
+
+
+ 316 supports +
+
+
+
+ 7 endorsements +
+
+
+
+
+
+ +
+ + +
+
+
+ + + + + + + + + diff --git a/platform/50.html b/platform/50.html new file mode 100644 index 0000000000..ce80b202dc --- /dev/null +++ b/platform/50.html @@ -0,0 +1,715 @@ + + + +Decidim Diputació de Barcelona - Decidim Census + + + + + + + + + + +
+
+ +
+ +
+ +
+ + +

Decidim Diputació de Barcelona

+
+
+
+
+
+ 0.28.2 +
+
+ +
+

Key metrics

+
+
+
+ 66 users +
+
+
+
+ 0 processes +
+
+
+
+ 1 assemblies +
+
+
+
+ 0 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 0 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 34 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+ + +
+
+
+ + + + + + + + + diff --git a/platform/52.html b/platform/52.html new file mode 100644 index 0000000000..572fc80f4e --- /dev/null +++ b/platform/52.html @@ -0,0 +1,750 @@ + + + + + + + +OpenHeritage Participatory Platform - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

OpenHeritage Participatory Platform

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.5 +
+
+ +
+

Key metrics

+
+
+
+ 7613 users +
+
+
+
+ 4 processes +
+
+
+
+ 3 assemblies +
+
+
+
+ 502 proposals +
+
+
+
+ 25 accepted proposals +
+
+
+
+ 3817 comments +
+
+
+
+ 0 debates +
+
+
+
+ 37 meetings +
+
+
+
+ 839 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 190 supports +
+
+
+
+ 19 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/54.html b/platform/54.html new file mode 100644 index 0000000000..cc168fed84 --- /dev/null +++ b/platform/54.html @@ -0,0 +1,746 @@ + + + + + + + +Code for France - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Code for France

+ +
+
+ +
+ +
+
+
+
+
+ 0.16.1 +
+
+ +
+

Key metrics

+
+
+
+ 179 users +
+
+
+
+ 9 processes +
+
+
+
+ 3 assemblies +
+
+
+
+ 0 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 7 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/57.html b/platform/57.html new file mode 100644 index 0000000000..f416e9d476 --- /dev/null +++ b/platform/57.html @@ -0,0 +1,750 @@ + + + + + + + +Université de Bordeaux - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Université de Bordeaux

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 16284 users +
+
+
+
+ 8 processes +
+
+
+
+ 12 assemblies +
+
+
+
+ 453 proposals +
+
+
+
+ 41 accepted proposals +
+
+
+
+ 698 comments +
+
+
+
+ 6 debates +
+
+
+
+ 31 meetings +
+
+
+
+ 128 survey answers +
+
+
+
+ 28 results +
+
+
+
+ 2699 supports +
+
+
+
+ 1228 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/58.html b/platform/58.html new file mode 100644 index 0000000000..1fa1e22bcf --- /dev/null +++ b/platform/58.html @@ -0,0 +1,746 @@ + + + + + + + +Participa - FAVB - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Participa - FAVB

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 15793 users +
+
+
+
+ 3 processes +
+
+
+
+ 17 assemblies +
+
+
+
+ 1541 proposals +
+
+
+
+ 10 accepted proposals +
+
+
+
+ 404 comments +
+
+
+
+ 0 debates +
+
+
+
+ 396 meetings +
+
+
+
+ 156 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 223 supports +
+
+
+
+ 4 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/59.html b/platform/59.html new file mode 100644 index 0000000000..e5b33922a0 --- /dev/null +++ b/platform/59.html @@ -0,0 +1,746 @@ + + + + + + + +OIDP - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

OIDP

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.3 +
+
+ +
+

Key metrics

+
+
+
+ 60489 users +
+
+
+
+ 1 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 701 proposals +
+
+
+
+ 193 accepted proposals +
+
+
+
+ 8587 comments +
+
+
+
+ 0 debates +
+
+
+
+ 9 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 98199 supports +
+
+
+
+ 3162 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/60.html b/platform/60.html new file mode 100644 index 0000000000..816b7642c3 --- /dev/null +++ b/platform/60.html @@ -0,0 +1,746 @@ + + + + + + + +Decidim Fabra i Coats - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Decidim Fabra i Coats

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 12309 users +
+
+
+
+ 0 processes +
+
+
+
+ 3 assemblies +
+
+
+
+ 6 proposals +
+
+
+
+ 2 accepted proposals +
+
+
+
+ 3 comments +
+
+
+
+ 0 debates +
+
+
+
+ 11 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 12 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/63.html b/platform/63.html new file mode 100644 index 0000000000..802d7e18d7 --- /dev/null +++ b/platform/63.html @@ -0,0 +1,746 @@ + + + + + + + +Decidim Torre Jussana - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Decidim Torre Jussana

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 22399 users +
+
+
+
+ 0 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 33 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 54 comments +
+
+
+
+ 0 debates +
+
+
+
+ 21 meetings +
+
+
+
+ 2280 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 13 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/66.html b/platform/66.html new file mode 100644 index 0000000000..a534094332 --- /dev/null +++ b/platform/66.html @@ -0,0 +1,746 @@ + + + + + + + +Decidim ECONOMAT SOCIAL - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Decidim ECONOMAT SOCIAL

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 9567 users +
+
+
+
+ 0 processes +
+
+
+
+ 4 assemblies +
+
+
+
+ 0 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 123 comments +
+
+
+
+ 0 debates +
+
+
+
+ 4 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/67.html b/platform/67.html new file mode 100644 index 0000000000..ea66d6ebbf --- /dev/null +++ b/platform/67.html @@ -0,0 +1,750 @@ + + + + + + + +Medborgarbudget Hisingen - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Medborgarbudget Hisingen

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 2637 users +
+
+
+
+ 0 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 144 proposals +
+
+
+
+ 105 accepted proposals +
+
+
+
+ 3 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 432 survey answers +
+
+
+
+ 7 results +
+
+
+
+ 0 supports +
+
+
+
+ 14 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/69.html b/platform/69.html new file mode 100644 index 0000000000..eb45ca05bf --- /dev/null +++ b/platform/69.html @@ -0,0 +1,750 @@ + + + + + + + +Sigtuna - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Sigtuna

+ +
+
+ +
+ +
+
+
+
+
+ 0.25.2 +
+
+ +
+

Key metrics

+
+
+
+ 805 users +
+
+
+
+ 0 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 162 proposals +
+
+
+
+ 126 accepted proposals +
+
+
+
+ 10 comments +
+
+
+
+ 0 debates +
+
+
+
+ 5 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 5 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/7.html b/platform/7.html new file mode 100644 index 0000000000..1a6a7d24bb --- /dev/null +++ b/platform/7.html @@ -0,0 +1,715 @@ + + + +Comune di Milano | Milano Partecipa - Decidim Census + + + + + + + + + + +
+
+ +
+ +
+ +
+ + +

Comune di Milano | Milano Partecipa

+
+
+ +

Key metrics

+
+
+
+ 35312 users +
+
+
+
+ 3 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 0 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 64 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+ + +
+
+
+ + + + + + + + + diff --git a/platform/71.html b/platform/71.html new file mode 100644 index 0000000000..ee561172da --- /dev/null +++ b/platform/71.html @@ -0,0 +1,746 @@ + + + + + + + +democratie.brussels - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

democratie.brussels

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.5 +
+
+ +
+

Key metrics

+
+
+
+ 10332 users +
+
+
+
+ 0 processes +
+
+
+
+ 6 assemblies +
+
+
+
+ 0 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 0 comments +
+
+
+
+ 0 debates +
+
+
+
+ 1 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 15 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/74.html b/platform/74.html new file mode 100644 index 0000000000..83871f7296 --- /dev/null +++ b/platform/74.html @@ -0,0 +1,746 @@ + + + + + + + +Plateforme collaborative du CNRHR La Pépinière - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Plateforme collaborative du CNRHR La Pépinière

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 499 users +
+
+
+
+ 0 processes +
+
+
+
+ 3 assemblies +
+
+
+
+ 176 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 22 comments +
+
+
+
+ 0 debates +
+
+
+
+ 11 meetings +
+
+
+
+ 8 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 13 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/81.html b/platform/81.html new file mode 100644 index 0000000000..5c88fe3630 --- /dev/null +++ b/platform/81.html @@ -0,0 +1,750 @@ + + + + + + + +CD37 - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

CD37

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 12816 users +
+
+
+
+ 2 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 255 proposals +
+
+
+
+ 187 accepted proposals +
+
+
+
+ 124 comments +
+
+
+
+ 0 debates +
+
+
+
+ 10 meetings +
+
+
+
+ 32503 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 44199 supports +
+
+
+
+ 919 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/83.html b/platform/83.html new file mode 100644 index 0000000000..e94e74fefe --- /dev/null +++ b/platform/83.html @@ -0,0 +1,750 @@ + + + + + + + +Plateforme de participation du Département du Val-de-Marne - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Plateforme de participation du Département du Val-de-Marne

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 19203 users +
+
+
+
+ 0 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 1056 proposals +
+
+
+
+ 290 accepted proposals +
+
+
+
+ 0 comments +
+
+
+
+ 4 debates +
+
+
+
+ 5 meetings +
+
+
+
+ 32 survey answers +
+
+
+
+ 51 results +
+
+
+
+ 0 supports +
+
+
+
+ 428 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/84.html b/platform/84.html new file mode 100644 index 0000000000..48c8280e87 --- /dev/null +++ b/platform/84.html @@ -0,0 +1,746 @@ + + + + + + + +Rillieux-la-Pape - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Rillieux-la-Pape

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 6530 users +
+
+
+
+ 0 processes +
+
+
+
+ 3 assemblies +
+
+
+
+ 7 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 0 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 38431 survey answers +
+
+
+
+ 633 results +
+
+
+
+ 5 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/87.html b/platform/87.html new file mode 100644 index 0000000000..99cb4d7219 --- /dev/null +++ b/platform/87.html @@ -0,0 +1,750 @@ + + + + + + + +Budget participatif de Saint-Jean de Braye - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Budget participatif de Saint-Jean de Braye

+ +
+
+ +
+ +
+
+ +

Key metrics

+
+
+
+ 2070 users +
+
+
+
+ 1 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 319 proposals +
+
+
+
+ 141 accepted proposals +
+
+
+
+ 443 comments +
+
+
+
+ 0 debates +
+
+
+
+ 21 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 41 results +
+
+
+
+ 23 supports +
+
+
+
+ 376 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/89.html b/platform/89.html new file mode 100644 index 0000000000..48b67f7ef1 --- /dev/null +++ b/platform/89.html @@ -0,0 +1,750 @@ + + + + + + + +L'atelier de vos idées - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

L'atelier de vos idées

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 30719 users +
+
+
+
+ 1 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 350 proposals +
+
+
+
+ 150 accepted proposals +
+
+
+
+ 1260 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 14 survey answers +
+
+
+
+ 48 results +
+
+
+
+ 6 supports +
+
+
+
+ 861 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/90.html b/platform/90.html new file mode 100644 index 0000000000..1f369187f4 --- /dev/null +++ b/platform/90.html @@ -0,0 +1,750 @@ + + + + + + + +Participez à Villeurbanne - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Participez à Villeurbanne

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.4 +
+
+ +
+

Key metrics

+
+
+
+ 21904 users +
+
+
+
+ 10 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 1178 proposals +
+
+
+
+ 200 accepted proposals +
+
+
+
+ 2120 comments +
+
+
+
+ 2 debates +
+
+
+
+ 120 meetings +
+
+
+
+ 13644 survey answers +
+
+
+
+ 59 results +
+
+
+
+ 21 supports +
+
+
+
+ 4199 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/91.html b/platform/91.html new file mode 100644 index 0000000000..4633a29ba2 --- /dev/null +++ b/platform/91.html @@ -0,0 +1,750 @@ + + + + + + + +Turku Asukasbudjetti - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Turku Asukasbudjetti

+ +
+
+ +
+ +
+
+
+
+
+ 0.27.5 +
+
+ +
+

Key metrics

+
+
+
+ 11109 users +
+
+
+
+ 1 processes +
+
+
+
+ 0 assemblies +
+
+
+
+ 1200 proposals +
+
+
+
+ 662 accepted proposals +
+
+
+
+ 847 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 141 results +
+
+
+
+ 621 supports +
+
+
+
+ 211 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/92.html b/platform/92.html new file mode 100644 index 0000000000..4e9ef4f96b --- /dev/null +++ b/platform/92.html @@ -0,0 +1,746 @@ + + + + + + + +Club des utilisateurs francophones de Decidim - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Club des utilisateurs francophones de Decidim

+ +
+
+ +
+ +
+
+
+
+
+ 0.26.7 +
+
+ +
+

Key metrics

+
+
+
+ 802 users +
+
+
+
+ 0 processes +
+
+
+
+ 5 assemblies +
+
+
+
+ 191 proposals +
+
+
+
+ 21 accepted proposals +
+
+
+
+ 411 comments +
+
+
+
+ 4 debates +
+
+
+
+ 10 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 22 results +
+
+
+
+ 3 supports +
+
+
+
+ 65 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform/96.html b/platform/96.html new file mode 100644 index 0000000000..c898099b4d --- /dev/null +++ b/platform/96.html @@ -0,0 +1,750 @@ + + + + + + + +Decidim Mataró - Decidim Census + + + + + + + + + + + + + + +
+
+
+ +
+ +
+
+ +
+ +
+ + + +

Decidim Mataró

+ +
+
+ +
+ +
+
+
+
+
+ 0.21.0 +
+
+ +
+

Key metrics

+
+
+
+ 15241 users +
+
+
+
+ 9 processes +
+
+
+
+ 26 assemblies +
+
+
+
+ 0 proposals +
+
+
+
+ 0 accepted proposals +
+
+
+
+ 545 comments +
+
+
+
+ 0 debates +
+
+
+
+ 0 meetings +
+
+
+
+ 0 survey answers +
+
+
+
+ 0 results +
+
+
+
+ 0 supports +
+
+
+
+ 0 endorsements +
+
+
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + diff --git a/platform_dynamic.html b/platform_dynamic.html new file mode 100644 index 0000000000..9b79f60311 --- /dev/null +++ b/platform_dynamic.html @@ -0,0 +1,719 @@ + + + +Test with JS - Decidim Census + + + + + + + + + + +
+
+ +
+ +
+ +
+ + +

Test with JS

+ + +
+
+
+
+
+ +
+
+
+ + + + +
+
+

Key metrics

+
+
+
+ users +
+
+
+
+ processes +
+
+
+
+ assemblies +
+
+
+
+ proposals +
+
+
+
+ accepted proposals +
+
+
+
+ comments +
+
+
+
+ debates +
+
+
+
+ meetings +
+
+
+
+ survey answers +
+
+
+
+ results +
+
+
+
+ supports +
+
+
+
+ endorsements +
+
+
+
+
+
+ +
+ + +
+
+
+ + + + + + + + + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000000..045aa584b0 --- /dev/null +++ b/robots.txt @@ -0,0 +1 @@ +Sitemap: https://github.com/pages/digidemlab/decidim-census/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000000..05342dfe18 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,270 @@ + + + +https://github.com/pages/digidemlab/decidim-census/ + + +https://github.com/pages/digidemlab/decidim-census/platform_dynamic + + +https://github.com/pages/digidemlab/decidim-census/platform/2.html + + +https://github.com/pages/digidemlab/decidim-census/platform/3.html + + +https://github.com/pages/digidemlab/decidim-census/platform/5.html + + +https://github.com/pages/digidemlab/decidim-census/platform/7.html + + +https://github.com/pages/digidemlab/decidim-census/platform/12.html + + +https://github.com/pages/digidemlab/decidim-census/platform/15.html + + +https://github.com/pages/digidemlab/decidim-census/platform/19.html + + +https://github.com/pages/digidemlab/decidim-census/platform/20.html + + +https://github.com/pages/digidemlab/decidim-census/platform/22.html + + +https://github.com/pages/digidemlab/decidim-census/platform/23.html + + +https://github.com/pages/digidemlab/decidim-census/platform/25.html + + +https://github.com/pages/digidemlab/decidim-census/platform/31.html + + +https://github.com/pages/digidemlab/decidim-census/platform/32.html + + +https://github.com/pages/digidemlab/decidim-census/platform/33.html + + +https://github.com/pages/digidemlab/decidim-census/platform/34.html + + +https://github.com/pages/digidemlab/decidim-census/platform/35.html + + +https://github.com/pages/digidemlab/decidim-census/platform/36.html + + +https://github.com/pages/digidemlab/decidim-census/platform/38.html + + +https://github.com/pages/digidemlab/decidim-census/platform/40.html + + +https://github.com/pages/digidemlab/decidim-census/platform/42.html + + +https://github.com/pages/digidemlab/decidim-census/platform/43.html + + +https://github.com/pages/digidemlab/decidim-census/platform/46.html + + +https://github.com/pages/digidemlab/decidim-census/platform/47.html + + +https://github.com/pages/digidemlab/decidim-census/platform/49.html + + +https://github.com/pages/digidemlab/decidim-census/platform/50.html + + +https://github.com/pages/digidemlab/decidim-census/platform/52.html + + +https://github.com/pages/digidemlab/decidim-census/platform/54.html + + +https://github.com/pages/digidemlab/decidim-census/platform/57.html + + +https://github.com/pages/digidemlab/decidim-census/platform/58.html + + +https://github.com/pages/digidemlab/decidim-census/platform/59.html + + +https://github.com/pages/digidemlab/decidim-census/platform/60.html + + +https://github.com/pages/digidemlab/decidim-census/platform/63.html + + +https://github.com/pages/digidemlab/decidim-census/platform/66.html + + +https://github.com/pages/digidemlab/decidim-census/platform/67.html + + +https://github.com/pages/digidemlab/decidim-census/platform/69.html + + +https://github.com/pages/digidemlab/decidim-census/platform/71.html + + +https://github.com/pages/digidemlab/decidim-census/platform/74.html + + +https://github.com/pages/digidemlab/decidim-census/platform/81.html + + +https://github.com/pages/digidemlab/decidim-census/platform/83.html + + +https://github.com/pages/digidemlab/decidim-census/platform/84.html + + +https://github.com/pages/digidemlab/decidim-census/platform/87.html + + +https://github.com/pages/digidemlab/decidim-census/platform/89.html + + +https://github.com/pages/digidemlab/decidim-census/platform/90.html + + +https://github.com/pages/digidemlab/decidim-census/platform/91.html + + +https://github.com/pages/digidemlab/decidim-census/platform/92.html + + +https://github.com/pages/digidemlab/decidim-census/platform/96.html + + +https://github.com/pages/digidemlab/decidim-census/platform/100.html + + +https://github.com/pages/digidemlab/decidim-census/platform/103.html + + +https://github.com/pages/digidemlab/decidim-census/platform/104.html + + +https://github.com/pages/digidemlab/decidim-census/platform/106.html + + +https://github.com/pages/digidemlab/decidim-census/platform/108.html + + +https://github.com/pages/digidemlab/decidim-census/platform/109.html + + +https://github.com/pages/digidemlab/decidim-census/platform/110.html + + +https://github.com/pages/digidemlab/decidim-census/platform/114.html + + +https://github.com/pages/digidemlab/decidim-census/platform/116.html + + +https://github.com/pages/digidemlab/decidim-census/platform/118.html + + +https://github.com/pages/digidemlab/decidim-census/platform/119.html + + +https://github.com/pages/digidemlab/decidim-census/platform/120.html + + +https://github.com/pages/digidemlab/decidim-census/platform/126.html + + +https://github.com/pages/digidemlab/decidim-census/platform/128.html + + +https://github.com/pages/digidemlab/decidim-census/platform/131.html + + +https://github.com/pages/digidemlab/decidim-census/platform/132.html + + +https://github.com/pages/digidemlab/decidim-census/platform/133.html + + +https://github.com/pages/digidemlab/decidim-census/platform/138.html + + +https://github.com/pages/digidemlab/decidim-census/platform/139.html + + +https://github.com/pages/digidemlab/decidim-census/platform/140.html + + +https://github.com/pages/digidemlab/decidim-census/platform/141.html + + +https://github.com/pages/digidemlab/decidim-census/platform/142.html + + +https://github.com/pages/digidemlab/decidim-census/platform/143.html + + +https://github.com/pages/digidemlab/decidim-census/platform/144.html + + +https://github.com/pages/digidemlab/decidim-census/platform/145.html + + +https://github.com/pages/digidemlab/decidim-census/platform/146.html + + +https://github.com/pages/digidemlab/decidim-census/platform/147.html + + +https://github.com/pages/digidemlab/decidim-census/platform/149.html + + +https://github.com/pages/digidemlab/decidim-census/platform/150.html + + +https://github.com/pages/digidemlab/decidim-census/platform/151.html + + +https://github.com/pages/digidemlab/decidim-census/platform/152.html + + +https://github.com/pages/digidemlab/decidim-census/platform/153.html + + +https://github.com/pages/digidemlab/decidim-census/platform/154.html + + +https://github.com/pages/digidemlab/decidim-census/platform/155.html + + +https://github.com/pages/digidemlab/decidim-census/platform/158.html + + +https://github.com/pages/digidemlab/decidim-census/platform/159.html + + +https://github.com/pages/digidemlab/decidim-census/platform/161.html + + +https://github.com/pages/digidemlab/decidim-census/platform/162.html + + +https://github.com/pages/digidemlab/decidim-census/platform/166.html + + +https://github.com/pages/digidemlab/decidim-census/platform/167.html + + +https://github.com/pages/digidemlab/decidim-census/platform/168.html + +