From 6ae1a546d42c03c5bfbf08aaa21a2175669cda5d Mon Sep 17 00:00:00 2001 From: nicrausaz <n.crausaz99@gmail.com> Date: Thu, 21 Mar 2019 10:28:32 +0100 Subject: [PATCH] update epfl css --- canapEPFL/assets/epfl2018/css/base.css | 2 +- canapEPFL/assets/epfl2018/favicons/README.md | 3 - .../favicons/android-chrome-192x192.png | Bin 9604 -> 1247 bytes .../favicons/android-chrome-512x512.png | Bin 37195 -> 2396 bytes .../epfl2018/favicons/apple-touch-icon.png | Bin 8963 -> 1208 bytes .../epfl2018/favicons/browserconfig.xml | 2 +- .../assets/epfl2018/favicons/favicon-120.png | Bin 742 -> 845 bytes .../assets/epfl2018/favicons/favicon-128.png | Bin 810 -> 873 bytes .../assets/epfl2018/favicons/favicon-144.png | Bin 961 -> 948 bytes .../assets/epfl2018/favicons/favicon-152.png | Bin 1055 -> 969 bytes .../assets/epfl2018/favicons/favicon-16.png | Bin 146 -> 619 bytes .../assets/epfl2018/favicons/favicon-180.png | Bin 1306 -> 1143 bytes .../assets/epfl2018/favicons/favicon-228.png | Bin 1912 -> 1323 bytes .../assets/epfl2018/favicons/favicon-32.png | Bin 188 -> 795 bytes .../assets/epfl2018/favicons/favicon-57.png | Bin 712 -> 436 bytes .../assets/epfl2018/favicons/favicon-76.png | Bin 536 -> 628 bytes .../assets/epfl2018/favicons/favicon-96.png | Bin 529 -> 658 bytes .../assets/epfl2018/favicons/favicon.ico | Bin 1150 -> 15086 bytes .../epfl2018/favicons/mstile-144x144.png | Bin 0 -> 1096 bytes .../epfl2018/favicons/mstile-150x150.png | Bin 9233 -> 1159 bytes .../epfl2018/favicons/mstile-310x150.png | Bin 0 -> 1293 bytes .../epfl2018/favicons/mstile-310x310.png | Bin 0 -> 1781 bytes .../assets/epfl2018/favicons/mstile-70x70.png | Bin 0 -> 980 bytes .../epfl2018/favicons/safari-pinned-tab.svg | 211 ------------------ canapEPFL/assets/epfl2018/js/app.bundle.js | 2 +- canapEPFL/assets/epfl2018/package.json | 2 +- .../epfl2018/svg/epfl-logo-negative-old.svg | 11 + .../epfl2018/svg/epfl-logo-negative.svg | 12 +- .../assets/epfl2018/svg/epfl-logo-old.svg | 1 + canapEPFL/assets/epfl2018/svg/epfl-logo.svg | 2 +- 30 files changed, 18 insertions(+), 230 deletions(-) delete mode 100644 canapEPFL/assets/epfl2018/favicons/README.md create mode 100644 canapEPFL/assets/epfl2018/favicons/mstile-144x144.png create mode 100644 canapEPFL/assets/epfl2018/favicons/mstile-310x150.png create mode 100644 canapEPFL/assets/epfl2018/favicons/mstile-310x310.png create mode 100644 canapEPFL/assets/epfl2018/favicons/mstile-70x70.png delete mode 100644 canapEPFL/assets/epfl2018/favicons/safari-pinned-tab.svg create mode 100644 canapEPFL/assets/epfl2018/svg/epfl-logo-negative-old.svg create mode 100644 canapEPFL/assets/epfl2018/svg/epfl-logo-old.svg diff --git a/canapEPFL/assets/epfl2018/css/base.css b/canapEPFL/assets/epfl2018/css/base.css index b06fd84..6d7479a 100644 --- a/canapEPFL/assets/epfl2018/css/base.css +++ b/canapEPFL/assets/epfl2018/css/base.css @@ -4,4 +4,4 @@ * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */:root{--blue:#4a90e2;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#e30713;--orange:#f5a623;--yellow:#ffc107;--green:#7ed321;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#707070;--gray-dark:#343a40;--primary:#e30713;--secondary:#fff;--success:#7ed321;--info:#4a90e2;--warning:#f5a623;--danger:#e30713;--light:#e6e6e6;--dark:#212121;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-xxl:1600px;--font-family-sans-serif:"Open Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:Open Sans,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212121;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#212121;text-decoration:underline;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#e30713;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.6rem;padding-bottom:.6rem;color:#707070;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:400;line-height:1.2;color:inherit}.h1,h1{font-size:3rem}.h2,h2{font-size:2.33rem}.h3,h3{font-size:1.78rem}.h4,h4{font-size:1.44rem}.h5,h5{font-size:1.17rem}.h6,h6{font-size:1rem}.lead{font-size:1.28rem;font-weight:400}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(33,33,33,.1)}.small,small{font-size:.83rem;font-weight:400}.mark,mark{padding:.2em;background-color:rgba(227,7,19,.2)}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.44rem}.blockquote-footer{display:block;font-size:80%;color:#707070}.blockquote-footer:before{content:"\2014 \00A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #c1c1c1;border-radius:2px}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.83rem;color:#707070}.container{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xxl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:16px;padding-left:16px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1,.col-auto{-webkit-box-flex:0}.col-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-2,.col-3{-webkit-box-flex:0}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-4,.col-5{-webkit-box-flex:0}.col-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-6,.col-7{-webkit-box-flex:0}.col-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-8,.col-9{-webkit-box-flex:0}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-10,.col-11{-webkit-box-flex:0}.col-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}@media (min-width:1600px){.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}}.form-control,.selectize-control .selectize-input{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#212121;background-color:#fff;background-clip:padding-box;border:1px solid #d5d5d5;border-radius:2px;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.form-control::-ms-expand,.selectize-control .selectize-input::-ms-expand{background-color:transparent;border:0}.form-control:focus,.selectize-control .selectize-input:focus{color:#212121;background-color:#fff;border-color:#212121;outline:0;-webkit-box-shadow:0 0 0 1px #d5d5d5;box-shadow:0 0 0 1px #d5d5d5}.form-control::-webkit-input-placeholder,.selectize-control .selectize-input::-webkit-input-placeholder{color:#707070;opacity:1}.form-control:-ms-input-placeholder,.form-control::-ms-input-placeholder,.selectize-control .selectize-input:-ms-input-placeholder,.selectize-control .selectize-input::-ms-input-placeholder{color:#707070;opacity:1}.form-control::placeholder,.selectize-control .selectize-input::placeholder{color:#707070;opacity:1}.form-control:disabled,.form-control[readonly],.selectize-control .selectize-input:disabled,.selectize-control .selectize-input[readonly]{background-color:#e6e6e6;opacity:1}.selectize-control select.selectize-input:not([size]):not([multiple]),select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}.selectize-control select.selectize-input:focus::-ms-value,select.form-control:focus::-ms-value{color:#212121;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.35rem + 1px);padding-bottom:calc(.35rem + 1px);font-size:.83rem;line-height:1.575}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.selectize-control .input-group-lg>.form-control-plaintext.selectize-input,.selectize-control .input-group-sm>.form-control-plaintext.selectize-input{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text,.selectize-control .input-group-sm>.selectize-input{padding:.35rem .7rem;font-size:.83rem;line-height:1.575;border-radius:2px}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.selectize-control .input-group-sm>select.selectize-input:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(2.00725rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text,.selectize-control .input-group-lg>.selectize-input{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:4px}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.selectize-control .input-group-lg>select.selectize-input:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.55rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#707070}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.55rem;font-size:.83rem;color:#7ed321}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(126,211,33,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.selectize-control .is-valid.selectize-input,.selectize-control .was-validated .selectize-input:valid,.was-validated .custom-select:valid,.was-validated .form-control:valid,.was-validated .selectize-control .selectize-input:valid{border-color:#7ed321}.custom-select.is-valid:focus,.form-control.is-valid:focus,.selectize-control .is-valid.selectize-input:focus,.selectize-control .was-validated .selectize-input:valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus,.was-validated .selectize-control .selectize-input:valid:focus{border-color:#7ed321;-webkit-box-shadow:0 0 0 .2rem rgba(126,211,33,.25);box-shadow:0 0 0 .2rem rgba(126,211,33,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.selectize-control .is-valid.selectize-input~.valid-feedback,.selectize-control .is-valid.selectize-input~.valid-tooltip,.selectize-control .was-validated .selectize-input:valid~.valid-feedback,.selectize-control .was-validated .selectize-input:valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip,.was-validated .selectize-control .selectize-input:valid~.valid-feedback,.was-validated .selectize-control .selectize-input:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#7ed321}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#7ed321}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{background-color:#bcec87}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#97e245}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(126,211,33,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(126,211,33,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#7ed321}.custom-file-input.is-valid~.custom-file-label:before,.was-validated .custom-file-input:valid~.custom-file-label:before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{-webkit-box-shadow:0 0 0 .2rem rgba(126,211,33,.25);box-shadow:0 0 0 .2rem rgba(126,211,33,.25)}.invalid-feedback{display:none;width:100%;margin-top:.55rem;font-size:.83rem;color:#e30713}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(227,7,19,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.selectize-control .is-invalid.selectize-input,.selectize-control .was-validated .selectize-input:invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid,.was-validated .selectize-control .selectize-input:invalid{border-color:#e30713}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.selectize-control .is-invalid.selectize-input:focus,.selectize-control .was-validated .selectize-input:invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus,.was-validated .selectize-control .selectize-input:invalid:focus{border-color:#e30713;-webkit-box-shadow:0 0 0 .2rem rgba(227,7,19,.25);box-shadow:0 0 0 .2rem rgba(227,7,19,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.selectize-control .is-invalid.selectize-input~.invalid-feedback,.selectize-control .is-invalid.selectize-input~.invalid-tooltip,.selectize-control .was-validated .selectize-input:invalid~.invalid-feedback,.selectize-control .was-validated .selectize-input:invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip,.was-validated .selectize-control .selectize-input:invalid~.invalid-feedback,.was-validated .selectize-control .selectize-input:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#e30713}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#e30713}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{background-color:#fb6f77}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#f82530}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(227,7,19,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(227,7,19,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#e30713}.custom-file-input.is-invalid~.custom-file-label:before,.was-validated .custom-file-input:invalid~.custom-file-label:before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{-webkit-box-shadow:0 0 0 .2rem rgba(227,7,19,.25);box-shadow:0 0 0 .2rem rgba(227,7,19,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .form-group,.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:0}.form-inline .form-group{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center}.form-inline .form-control,.form-inline .selectize-control .selectize-input,.selectize-control .form-inline .selectize-input{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.68rem 1.4rem;font-size:1rem;line-height:1.5;border-radius:2px;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(227,7,19,.25);box-shadow:0 0 0 .2rem rgba(227,7,19,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#e30713;border-color:#e30713}.btn-primary:hover{color:#fff;background-color:#be0610;border-color:#b2050f}.btn-primary.focus,.btn-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(227,7,19,.5);box-shadow:0 0 0 .2rem rgba(227,7,19,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#e30713;border-color:#e30713}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#b2050f;border-color:#a5050e}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(227,7,19,.5);box-shadow:0 0 0 .2rem rgba(227,7,19,.5)}.btn-secondary{color:#212121;background-color:#fff;border-color:#fff}.btn-secondary:hover{color:#212121;background-color:#ececec;border-color:#e6e6e6}.btn-secondary.focus,.btn-secondary:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#212121;background-color:#fff;border-color:#fff}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#212121;background-color:#e6e6e6;border-color:#dfdfdf}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-success{color:#212121;background-color:#7ed321;border-color:#7ed321}.btn-success:hover{color:#fff;background-color:#6ab21c;border-color:#64a71a}.btn-success.focus,.btn-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(126,211,33,.5);box-shadow:0 0 0 .2rem rgba(126,211,33,.5)}.btn-success.disabled,.btn-success:disabled{color:#212121;background-color:#7ed321;border-color:#7ed321}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#64a71a;border-color:#5d9c18}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(126,211,33,.5);box-shadow:0 0 0 .2rem rgba(126,211,33,.5)}.btn-info{color:#fff;background-color:#4a90e2;border-color:#4a90e2}.btn-info:hover{color:#fff;background-color:#297cdd;border-color:#2275d7}.btn-info.focus,.btn-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(74,144,226,.5);box-shadow:0 0 0 .2rem rgba(74,144,226,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#4a90e2;border-color:#4a90e2}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#2275d7;border-color:#216fcc}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(74,144,226,.5);box-shadow:0 0 0 .2rem rgba(74,144,226,.5)}.btn-warning{color:#212121;background-color:#f5a623;border-color:#f5a623}.btn-warning:hover{color:#212121;background-color:#e7940b;border-color:#db8c0a}.btn-warning.focus,.btn-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(245,166,35,.5);box-shadow:0 0 0 .2rem rgba(245,166,35,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212121;background-color:#f5a623;border-color:#f5a623}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:#db8c0a;border-color:#cf8509}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(245,166,35,.5);box-shadow:0 0 0 .2rem rgba(245,166,35,.5)}.btn-danger{color:#fff;background-color:#e30713;border-color:#e30713}.btn-danger:hover{color:#fff;background-color:#be0610;border-color:#b2050f}.btn-danger.focus,.btn-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(227,7,19,.5);box-shadow:0 0 0 .2rem rgba(227,7,19,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#e30713;border-color:#e30713}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b2050f;border-color:#a5050e}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(227,7,19,.5);box-shadow:0 0 0 .2rem rgba(227,7,19,.5)}.btn-light{color:#212121;background-color:#e6e6e6;border-color:#e6e6e6}.btn-light:hover{color:#212121;background-color:#d3d3d3;border-color:#cdcdcd}.btn-light.focus,.btn-light:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5)}.btn-light.disabled,.btn-light:disabled{color:#212121;background-color:#e6e6e6;border-color:#e6e6e6}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212121;background-color:#cdcdcd;border-color:#c6c6c6}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5)}.btn-dark{color:#fff;background-color:#212121;border-color:#212121}.btn-dark:hover{color:#fff;background-color:#0e0e0e;border-color:#080808}.btn-dark.focus,.btn-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(33,33,33,.5);box-shadow:0 0 0 .2rem rgba(33,33,33,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212121;border-color:#212121}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#080808;border-color:#010101}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(33,33,33,.5);box-shadow:0 0 0 .2rem rgba(33,33,33,.5)}.btn-outline-primary{color:#e30713;background-color:transparent;background-image:none;border-color:#e30713}.btn-outline-primary:hover{color:#fff;background-color:#e30713;border-color:#e30713}.btn-outline-primary.focus,.btn-outline-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(227,7,19,.5);box-shadow:0 0 0 .2rem rgba(227,7,19,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#e30713;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#e30713;border-color:#e30713}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(227,7,19,.5);box-shadow:0 0 0 .2rem rgba(227,7,19,.5)}.btn-outline-secondary{color:#fff;background-color:transparent;background-image:none;border-color:#fff}.btn-outline-secondary:hover{color:#212121;background-color:#fff;border-color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#fff;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#212121;background-color:#fff;border-color:#fff}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-outline-success{color:#7ed321;background-color:transparent;background-image:none;border-color:#7ed321}.btn-outline-success:hover{color:#212121;background-color:#7ed321;border-color:#7ed321}.btn-outline-success.focus,.btn-outline-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(126,211,33,.5);box-shadow:0 0 0 .2rem rgba(126,211,33,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#7ed321;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#212121;background-color:#7ed321;border-color:#7ed321}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(126,211,33,.5);box-shadow:0 0 0 .2rem rgba(126,211,33,.5)}.btn-outline-info{color:#4a90e2;background-color:transparent;background-image:none;border-color:#4a90e2}.btn-outline-info:hover{color:#fff;background-color:#4a90e2;border-color:#4a90e2}.btn-outline-info.focus,.btn-outline-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(74,144,226,.5);box-shadow:0 0 0 .2rem rgba(74,144,226,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#4a90e2;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#4a90e2;border-color:#4a90e2}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(74,144,226,.5);box-shadow:0 0 0 .2rem rgba(74,144,226,.5)}.btn-outline-warning{color:#f5a623;background-color:transparent;background-image:none;border-color:#f5a623}.btn-outline-warning:hover{color:#212121;background-color:#f5a623;border-color:#f5a623}.btn-outline-warning.focus,.btn-outline-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(245,166,35,.5);box-shadow:0 0 0 .2rem rgba(245,166,35,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#f5a623;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212121;background-color:#f5a623;border-color:#f5a623}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(245,166,35,.5);box-shadow:0 0 0 .2rem rgba(245,166,35,.5)}.btn-outline-danger{color:#e30713;background-color:transparent;background-image:none;border-color:#e30713}.btn-outline-danger:hover{color:#fff;background-color:#e30713;border-color:#e30713}.btn-outline-danger.focus,.btn-outline-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(227,7,19,.5);box-shadow:0 0 0 .2rem rgba(227,7,19,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#e30713;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#e30713;border-color:#e30713}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(227,7,19,.5);box-shadow:0 0 0 .2rem rgba(227,7,19,.5)}.btn-outline-light{color:#e6e6e6;background-color:transparent;background-image:none;border-color:#e6e6e6}.btn-outline-light:hover{color:#212121;background-color:#e6e6e6;border-color:#e6e6e6}.btn-outline-light.focus,.btn-outline-light:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#e6e6e6;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212121;background-color:#e6e6e6;border-color:#e6e6e6}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5)}.btn-outline-dark{color:#212121;background-color:transparent;background-image:none;border-color:#212121}.btn-outline-dark:hover{color:#fff;background-color:#212121;border-color:#212121}.btn-outline-dark.focus,.btn-outline-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(33,33,33,.5);box-shadow:0 0 0 .2rem rgba(33,33,33,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212121;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#212121;border-color:#212121}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(33,33,33,.5);box-shadow:0 0 0 .2rem rgba(33,33,33,.5)}.btn-link{font-weight:400;color:#212121;background-color:transparent}.btn-link:hover{color:#e30713;background-color:transparent}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline;border-color:transparent}.btn-link.focus,.btn-link:focus{-webkit-box-shadow:none;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#707070}.btn-lg{padding:1rem 2rem;font-size:1.25rem;line-height:1.5;border-radius:4px}.btn-sm{padding:.35rem .7rem;font-size:.83rem;line-height:1.575;border-radius:2px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}.collapsing,.dropdown,.dropup{position:relative}.dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212121;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(33,33,33,.15);border-radius:2px}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #d5d5d5}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212121;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#141414;text-decoration:none;background-color:#e6e6e6}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#e30713}.dropdown-item.disabled,.dropdown-item:disabled{color:#707070;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.83rem;color:#707070;white-space:nowrap}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.selectize-control .input-group>.selectize-input{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus,.selectize-control .input-group>.selectize-input:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.selectize-control .input-group>.custom-file+.selectize-input,.selectize-control .input-group>.custom-select+.selectize-input,.selectize-control .input-group>.form-control+.selectize-input,.selectize-control .input-group>.selectize-input+.custom-file,.selectize-control .input-group>.selectize-input+.custom-select,.selectize-control .input-group>.selectize-input+.form-control,.selectize-control .input-group>.selectize-input+.selectize-input{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child),.selectize-control .input-group>.selectize-input:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child),.selectize-control .input-group>.selectize-input:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label:before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#212121;text-align:center;white-space:nowrap;background-color:#d5d5d5;border:1px solid #d5d5d5;border-radius:2px}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;background-color:#e30713}.custom-control-input:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(227,7,19,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(227,7,19,.25)}.custom-control-input:active~.custom-control-label:before{color:#fff;background-color:#fca0a5}.custom-control-input:disabled~.custom-control-label{color:#707070}.custom-control-input:disabled~.custom-control-label:before{background-color:#d5d5d5}.custom-control-label{margin-bottom:0}.custom-control-label:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background-repeat:no-repeat;background-position:50%;background-size:50% 50%}.custom-checkbox .custom-control-label:before{border-radius:2px}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#e30713}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#e30713}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(227,7,19,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(227,7,19,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#e30713}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(227,7,19,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#212121;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23212121' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #d5d5d5;border-radius:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#212121;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(33,33,33,.075),0 0 5px rgba(33,33,33,.5);box-shadow:inset 0 1px 2px rgba(33,33,33,.075),0 0 5px rgba(33,33,33,.5)}.custom-select:focus::-ms-value{color:#212121;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#707070;background-color:#d5d5d5}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(2.00725rem + 2px);font-size:75%}.custom-select-lg,.custom-select-sm{padding-top:.375rem;padding-bottom:.375rem}.custom-select-lg{height:calc(2.875rem + 2px);font-size:125%}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(2.25rem + 2px)}.custom-file-input{z-index:2;margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#212121;-webkit-box-shadow:0 0 0 .2rem rgba(227,7,19,.25);box-shadow:0 0 0 .2rem rgba(227,7,19,.25)}.custom-file-input:focus~.custom-file-control:before{border-color:#212121}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-label{left:0;z-index:1;height:calc(2.25rem + 2px);background-color:#fff;border:1px solid #d5d5d5;border-radius:2px}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#212121}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc((2.25rem + 2px) - 1px * 2);content:"Browse";background-color:#d5d5d5;border-left:1px solid #d5d5d5;border-radius:0 2px 2px 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#707070}.nav-tabs{border-bottom:1px solid #d5d5d5}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:2px;border-top-right-radius:2px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#d5d5d5}.nav-tabs .nav-link.disabled{color:#707070;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#707070;background-color:#fff;border-color:#d5d5d5 #d5d5d5 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:2px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#e30713}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid #d5d5d5;border-radius:2px}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.35rem}.card-title{margin-bottom:.9rem}.card-subtitle{margin-top:-.45rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.35rem}.card-header{padding:.9rem 1.35rem;margin-bottom:0;background-color:transparent;border-bottom:1px solid #d5d5d5}.card-header:first-child{border-radius:1px 1px 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.9rem 1.35rem;background-color:transparent;border-top:1px solid #d5d5d5}.card-footer:last-child{border-radius:0 0 1px 1px}.card-header-tabs{margin-bottom:-.9rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.675rem;margin-left:-.675rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.35rem}.card-img{width:100%;border-radius:1px}.card-img-top{width:100%;border-top-left-radius:1px;border-top-right-radius:1px}.card-img-bottom{width:100%;border-bottom-right-radius:1px;border-bottom-left-radius:1px}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:16px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-16px;margin-left:-16px}.card-deck,.card-deck .card{-webkit-box-direction:normal}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;margin-right:16px;margin-bottom:0;margin-left:16px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:16px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:2px}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:2px;border-top-right-radius:2px}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.9rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:2px}.page-link{display:block;padding:.5rem .25rem;margin-left:-1px;line-height:1.25;border:1px solid #d5d5d5}.page-link,.page-link:hover{color:#e30713;background-color:#fff}.page-link:hover{text-decoration:none;border-color:#707070}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(227,7,19,.25);box-shadow:0 0 0 .2rem rgba(227,7,19,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:2px;border-bottom-left-radius:2px}.page-item:last-child .page-link{border-top-right-radius:2px;border-bottom-right-radius:2px}.page-item.active .page-link{z-index:1;color:#707070;background-color:#e6e6e6;border-color:#e6e6e6}.page-item.disabled .page-link{color:#d5d5d5;pointer-events:none;cursor:auto;background-color:#fff;border-color:#c1c1c1}.pagination-lg .page-link{padding:.75rem .25rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination-sm .page-link{padding:.25rem;font-size:.83rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:2px;border-bottom-left-radius:2px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:2px;border-bottom-right-radius:2px}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:2px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#e30713}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#b2050f}.badge-secondary{color:#212121;background-color:#fff}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#212121;text-decoration:none;background-color:#e6e6e6}.badge-success{color:#212121;background-color:#7ed321}.badge-success[href]:focus,.badge-success[href]:hover{color:#212121;text-decoration:none;background-color:#64a71a}.badge-info{color:#fff;background-color:#4a90e2}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#2275d7}.badge-warning{color:#212121;background-color:#f5a623}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212121;text-decoration:none;background-color:#db8c0a}.badge-danger{color:#fff;background-color:#e30713}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#b2050f}.badge-light{color:#212121;background-color:#e6e6e6}.badge-light[href]:focus,.badge-light[href]:hover{color:#212121;text-decoration:none;background-color:#cdcdcd}.badge-dark{color:#fff;background-color:#212121}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#080808}.alert{padding:.4rem .6rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3.2rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.4rem .6rem;color:inherit}.alert-primary{color:#76040a;background-color:#f9cdd0;border-color:#f7babd}.alert-primary hr{border-top-color:#f4a3a7}.alert-primary .alert-link{color:#450206}.alert-secondary{color:#858585;background-color:#fff}.alert-secondary .alert-link{color:#6c6c6c}.alert-success{color:#426e11;background-color:#e5f6d3;border-color:#dbf3c1}.alert-success hr{border-top-color:#cfefac}.alert-success .alert-link{color:#27420a}.alert-info{color:#264b76;background-color:#dbe9f9;border-color:#cce0f7}.alert-info hr{border-top-color:#b6d3f4}.alert-info .alert-link{color:#1a324f}.alert-warning{color:#7f5612;background-color:#fdedd3;border-color:#fce6c1}.alert-warning hr{border-top-color:#fbdca9}.alert-warning .alert-link{color:#52380c}.alert-danger{color:#76040a;background-color:#f9cdd0;border-color:#f7babd}.alert-danger hr{border-top-color:#f4a3a7}.alert-danger .alert-link{color:#450206}.alert-light{color:#787878;background-color:#fafafa;border-color:#f8f8f8}.alert-light hr{border-top-color:#ebebeb}.alert-light .alert-link{color:#5f5f5f}.alert-dark{color:#111;background-color:#d3d3d3;border-color:#c1c1c1}.alert-dark hr{border-top-color:#b4b4b4}.alert-dark .alert-link{color:#000}@-webkit-keyframes a{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes a{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;overflow:hidden;font-size:.75rem;background-color:#d5d5d5;border-radius:2px}.progress,.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex}.progress-bar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#e30713;-webkit-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#707070;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#707070;text-decoration:none;background-color:#e6e6e6}.list-group-item-action:active{color:#212121;background-color:#d5d5d5}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(33,33,33,.125)}.list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#707070;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#e30713;border-color:#e30713}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#76040a;background-color:#f7babd}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#76040a;background-color:#f4a3a7}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#76040a;border-color:#76040a}.list-group-item-secondary{color:#858585;background-color:#fff}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#858585;background-color:#f2f2f2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-success{color:#426e11;background-color:#dbf3c1}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#426e11;background-color:#cfefac}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#426e11;border-color:#426e11}.list-group-item-info{color:#264b76;background-color:#cce0f7}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#264b76;background-color:#b6d3f4}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#264b76;border-color:#264b76}.list-group-item-warning{color:#7f5612;background-color:#fce6c1}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#7f5612;background-color:#fbdca9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#7f5612;border-color:#7f5612}.list-group-item-danger{color:#76040a;background-color:#f7babd}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#76040a;background-color:#f4a3a7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#76040a;border-color:#76040a}.list-group-item-light{color:#787878;background-color:#f8f8f8}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#787878;background-color:#ebebeb}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#787878;border-color:#787878}.list-group-item-dark{color:#111;background-color:#c1c1c1}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#111;background-color:#b4b4b4}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#111;border-color:#111}.close{float:right;font-size:2rem;font-weight:300;line-height:1;color:#707070;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#707070;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:Open Sans,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.83rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#212121}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#212121}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#212121}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#212121}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#212121;border-radius:2px}.popover{top:0;left:0;z-index:1060;max-width:296px;font-family:Open Sans,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.83rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #d5d5d5;border-radius:0}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:10px;height:10px;margin:0 4px}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:10px}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:-11px}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before{border-width:10px 5px 0}.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:before{bottom:0;border-top-color:#d5d5d5}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:10px}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:-11px;width:10px;height:10px;margin:4px 0}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before{border-width:5px 10px 5px 0}.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:before{left:0;border-right-color:#d5d5d5}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:10px}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:-11px}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before{border-width:0 5px 10px}.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:before{top:0;border-bottom-color:#d5d5d5}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:10px;margin-left:-5px;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:10px}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:-11px;width:10px;height:10px;margin:4px 0}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before{border-width:5px 0 5px 10px}.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before{right:0;border-left-color:#d5d5d5}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after{right:1px;border-left-color:#fff}.popover-header{padding:16px;margin-bottom:0;font-size:1rem;color:#707070;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:3px;border-top-right-radius:3px}.popover-header:empty{display:none}.popover-body{padding:16px;color:#212121}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#e30713!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#b2050f!important}.bg-secondary{background-color:#fff!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#e6e6e6!important}.bg-success{background-color:#7ed321!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#64a71a!important}.bg-info{background-color:#4a90e2!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#2275d7!important}.bg-warning{background-color:#f5a623!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#db8c0a!important}.bg-danger{background-color:#e30713!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#b2050f!important}.bg-light{background-color:#e6e6e6!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#cdcdcd!important}.bg-dark{background-color:#212121!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#080808!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #c1c1c1!important}.border-top{border-top:1px solid #c1c1c1!important}.border-right{border-right:1px solid #c1c1c1!important}.border-bottom{border-bottom:1px solid #c1c1c1!important}.border-left{border-left:1px solid #c1c1c1!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#e30713!important}.border-secondary{border-color:#fff!important}.border-success{border-color:#7ed321!important}.border-info{border-color:#4a90e2!important}.border-warning{border-color:#f5a623!important}.border-danger{border-color:#e30713!important}.border-light{border-color:#e6e6e6!important}.border-dark{border-color:#212121!important}.border-white{border-color:#fff!important}.rounded{border-radius:2px!important}.rounded-top{border-top-left-radius:2px!important}.rounded-right,.rounded-top{border-top-right-radius:2px!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:2px!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:2px!important}.rounded-left{border-top-left-radius:2px!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1600px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1600px){.flex-xxl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column,.flex-xxl-row{-webkit-box-direction:normal!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xxl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xxl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media (min-width:1600px){.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.float-xxl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.m-gutter{margin:16px!important}.mt-gutter,.my-gutter{margin-top:16px!important}.mr-gutter,.mx-gutter{margin-right:16px!important}.mb-gutter,.my-gutter{margin-bottom:16px!important}.ml-gutter,.mx-gutter{margin-left:16px!important}.m-6{margin:6rem!important}.mt-6,.my-6{margin-top:6rem!important}.mr-6,.mx-6{margin-right:6rem!important}.mb-6,.my-6{margin-bottom:6rem!important}.ml-6,.mx-6{margin-left:6rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.p-gutter{padding:16px!important}.pt-gutter,.py-gutter{padding-top:16px!important}.pr-gutter,.px-gutter{padding-right:16px!important}.pb-gutter,.py-gutter{padding-bottom:16px!important}.pl-gutter,.px-gutter{padding-left:16px!important}.p-6{padding:6rem!important}.pt-6,.py-6{padding-top:6rem!important}.pr-6,.px-6{padding-right:6rem!important}.pb-6,.py-6{padding-bottom:6rem!important}.pl-6,.px-6{padding-left:6rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.m-sm-gutter{margin:16px!important}.mt-sm-gutter,.my-sm-gutter{margin-top:16px!important}.mr-sm-gutter,.mx-sm-gutter{margin-right:16px!important}.mb-sm-gutter,.my-sm-gutter{margin-bottom:16px!important}.ml-sm-gutter,.mx-sm-gutter{margin-left:16px!important}.m-sm-6{margin:6rem!important}.mt-sm-6,.my-sm-6{margin-top:6rem!important}.mr-sm-6,.mx-sm-6{margin-right:6rem!important}.mb-sm-6,.my-sm-6{margin-bottom:6rem!important}.ml-sm-6,.mx-sm-6{margin-left:6rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.p-sm-gutter{padding:16px!important}.pt-sm-gutter,.py-sm-gutter{padding-top:16px!important}.pr-sm-gutter,.px-sm-gutter{padding-right:16px!important}.pb-sm-gutter,.py-sm-gutter{padding-bottom:16px!important}.pl-sm-gutter,.px-sm-gutter{padding-left:16px!important}.p-sm-6{padding:6rem!important}.pt-sm-6,.py-sm-6{padding-top:6rem!important}.pr-sm-6,.px-sm-6{padding-right:6rem!important}.pb-sm-6,.py-sm-6{padding-bottom:6rem!important}.pl-sm-6,.px-sm-6{padding-left:6rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.m-md-gutter{margin:16px!important}.mt-md-gutter,.my-md-gutter{margin-top:16px!important}.mr-md-gutter,.mx-md-gutter{margin-right:16px!important}.mb-md-gutter,.my-md-gutter{margin-bottom:16px!important}.ml-md-gutter,.mx-md-gutter{margin-left:16px!important}.m-md-6{margin:6rem!important}.mt-md-6,.my-md-6{margin-top:6rem!important}.mr-md-6,.mx-md-6{margin-right:6rem!important}.mb-md-6,.my-md-6{margin-bottom:6rem!important}.ml-md-6,.mx-md-6{margin-left:6rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.p-md-gutter{padding:16px!important}.pt-md-gutter,.py-md-gutter{padding-top:16px!important}.pr-md-gutter,.px-md-gutter{padding-right:16px!important}.pb-md-gutter,.py-md-gutter{padding-bottom:16px!important}.pl-md-gutter,.px-md-gutter{padding-left:16px!important}.p-md-6{padding:6rem!important}.pt-md-6,.py-md-6{padding-top:6rem!important}.pr-md-6,.px-md-6{padding-right:6rem!important}.pb-md-6,.py-md-6{padding-bottom:6rem!important}.pl-md-6,.px-md-6{padding-left:6rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.m-lg-gutter{margin:16px!important}.mt-lg-gutter,.my-lg-gutter{margin-top:16px!important}.mr-lg-gutter,.mx-lg-gutter{margin-right:16px!important}.mb-lg-gutter,.my-lg-gutter{margin-bottom:16px!important}.ml-lg-gutter,.mx-lg-gutter{margin-left:16px!important}.m-lg-6{margin:6rem!important}.mt-lg-6,.my-lg-6{margin-top:6rem!important}.mr-lg-6,.mx-lg-6{margin-right:6rem!important}.mb-lg-6,.my-lg-6{margin-bottom:6rem!important}.ml-lg-6,.mx-lg-6{margin-left:6rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.p-lg-gutter{padding:16px!important}.pt-lg-gutter,.py-lg-gutter{padding-top:16px!important}.pr-lg-gutter,.px-lg-gutter{padding-right:16px!important}.pb-lg-gutter,.py-lg-gutter{padding-bottom:16px!important}.pl-lg-gutter,.px-lg-gutter{padding-left:16px!important}.p-lg-6{padding:6rem!important}.pt-lg-6,.py-lg-6{padding-top:6rem!important}.pr-lg-6,.px-lg-6{padding-right:6rem!important}.pb-lg-6,.py-lg-6{padding-bottom:6rem!important}.pl-lg-6,.px-lg-6{padding-left:6rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.m-xl-gutter{margin:16px!important}.mt-xl-gutter,.my-xl-gutter{margin-top:16px!important}.mr-xl-gutter,.mx-xl-gutter{margin-right:16px!important}.mb-xl-gutter,.my-xl-gutter{margin-bottom:16px!important}.ml-xl-gutter,.mx-xl-gutter{margin-left:16px!important}.m-xl-6{margin:6rem!important}.mt-xl-6,.my-xl-6{margin-top:6rem!important}.mr-xl-6,.mx-xl-6{margin-right:6rem!important}.mb-xl-6,.my-xl-6{margin-bottom:6rem!important}.ml-xl-6,.mx-xl-6{margin-left:6rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.p-xl-gutter{padding:16px!important}.pt-xl-gutter,.py-xl-gutter{padding-top:16px!important}.pr-xl-gutter,.px-xl-gutter{padding-right:16px!important}.pb-xl-gutter,.py-xl-gutter{padding-bottom:16px!important}.pl-xl-gutter,.px-xl-gutter{padding-left:16px!important}.p-xl-6{padding:6rem!important}.pt-xl-6,.py-xl-6{padding-top:6rem!important}.pr-xl-6,.px-xl-6{padding-right:6rem!important}.pb-xl-6,.py-xl-6{padding-bottom:6rem!important}.pl-xl-6,.px-xl-6{padding-left:6rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width:1600px){.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}.m-xxl-gutter{margin:16px!important}.mt-xxl-gutter,.my-xxl-gutter{margin-top:16px!important}.mr-xxl-gutter,.mx-xxl-gutter{margin-right:16px!important}.mb-xxl-gutter,.my-xxl-gutter{margin-bottom:16px!important}.ml-xxl-gutter,.mx-xxl-gutter{margin-left:16px!important}.m-xxl-6{margin:6rem!important}.mt-xxl-6,.my-xxl-6{margin-top:6rem!important}.mr-xxl-6,.mx-xxl-6{margin-right:6rem!important}.mb-xxl-6,.my-xxl-6{margin-bottom:6rem!important}.ml-xxl-6,.mx-xxl-6{margin-left:6rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}.p-xxl-gutter{padding:16px!important}.pt-xxl-gutter,.py-xxl-gutter{padding-top:16px!important}.pr-xxl-gutter,.px-xxl-gutter{padding-right:16px!important}.pb-xxl-gutter,.py-xxl-gutter{padding-bottom:16px!important}.pl-xxl-gutter,.px-xxl-gutter{padding-left:16px!important}.p-xxl-6{padding:6rem!important}.pt-xxl-6,.py-xxl-6{padding-top:6rem!important}.pr-xxl-6,.px-xxl-6{padding-right:6rem!important}.pb-xxl-6,.py-xxl-6{padding-bottom:6rem!important}.pl-xxl-6,.px-xxl-6{padding-left:6rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1600px){.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#e30713!important}a.text-primary:focus,a.text-primary:hover{color:#b2050f!important}.text-secondary{color:#fff!important}a.text-secondary:focus,a.text-secondary:hover{color:#e6e6e6!important}.text-success{color:#7ed321!important}a.text-success:focus,a.text-success:hover{color:#64a71a!important}.text-info{color:#4a90e2!important}a.text-info:focus,a.text-info:hover{color:#2275d7!important}.text-warning{color:#f5a623!important}a.text-warning:focus,a.text-warning:hover{color:#db8c0a!important}.text-danger{color:#e30713!important}a.text-danger:focus,a.text-danger:hover{color:#b2050f!important}.text-light{color:#e6e6e6!important}a.text-light:focus,a.text-light:hover{color:#cdcdcd!important}.text-dark{color:#212121!important}a.text-dark:focus,a.text-dark:hover{color:#080808!important}.text-muted{color:#707070!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.semaineDeRef,.table{border-collapse:collapse!important}.semaineDeRef td,.semaineDeRef th,.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}body{font-size:1.125rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-shadow:1px 1px 1px rgba(0,0,0,.004)}@media (max-width:767.98px){body{font-size:1rem}}@media (max-width:575.98px){body{font-size:.875rem}}h1{line-height:1.111em}.h3,h1,h3{font-weight:700}.h3,.h4,h3,h4{line-height:1.35em}.h5,h5{line-height:1.4em;font-weight:700}.h6,h6{line-height:1.5em;text-transform:uppercase}del,s,small{color:#707070}blockquote{padding-left:1.66rem;border-left:1px solid #d5d5d5}blockquote p{line-height:1.3em;font-style:italic}blockquote p:before{content:"\201C";padding-right:.2rem}blockquote p:after{content:"\201D";padding-left:.2rem}blockquote.blockquote-fr p:before{content:"\00AB"}blockquote.blockquote-fr p:after{content:"\00BB"}blockquote .blockquote-footer{margin-top:.72rem;font-size:.83rem}blockquote .blockquote-footer cite{font-style:normal}table{font-size:.83rem}.container-grid{display:-ms-grid;display:grid;-ms-grid-rows:auto;grid-template-rows:auto;grid-column-gap:32px;-ms-grid-columns:[full-start] 1fr [content-start] minmax(auto,540px) [content-end] 1fr [full-end];grid-template-columns:[full-start] 1fr [content-start] minmax(auto,540px) [content-end] 1fr [full-end];max-width:100%}@media (max-width:767.98px){.container-grid{grid-gap:32px}}@media (min-width:768px){.container-grid{-ms-grid-columns:[full-start] 1fr [content-start] 600px [content-end] 1fr [full-end];grid-template-columns:[full-start] 1fr [content-start] 600px [content-end] 1fr [full-end]}}@media (min-width:992px){.container-grid{-ms-grid-columns:[full-start] 1fr [content-start] 640px [content-end] 1fr [full-end];grid-template-columns:[full-start] 1fr [content-start] 640px [content-end] 1fr [full-end]}}@media (min-width:1200px){.container-grid{-ms-grid-columns:[full-start] 1fr [content-start] 570px [content-end] 1fr [full-end];grid-template-columns:[full-start] 1fr [content-start] 570px [content-end] 1fr [full-end]}}.container-grid>*{grid-column:content}.container-grid .container,.container-grid .container-full,.container-grid .embed-responsive,.container-grid>iframe{grid-column:full}.container-full[class*=bg-]+.container-full[class*=bg-]{margin-top:0!important}:root .container-grid,_:-ms-fullscreen{display:block}:root .container-grid>*,_:-ms-fullscreen{max-width:800px;margin:0 auto}@media (min-width:992px){:root .container-grid>*,_:-ms-fullscreen{max-width:640px}}@media (min-width:1200px){:root .container-grid>*,_:-ms-fullscreen{max-width:570px}}:root .container-grid .container-full,_:-ms-fullscreen{max-width:100%;width:100%}.sr-only-xs{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}@media (min-width:576px){.sr-only-sm{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}}@media (min-width:768px){.sr-only-md{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}}@media (min-width:992px){.sr-only-lg{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}}@media (min-width:1200px){.sr-only-xl{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}}@media (min-width:1600px){.sr-only-xxl{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}}.introjs-tooltip{min-width:500px!important;max-width:60%!important}.introjs-helperNumberLayer{background:#e30713!important}.btn,.focused,.link-pretty{position:relative}.btn:before,.focused:before,.link-pretty:before{content:" ";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:1px solid transparent;border-radius:4px;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:border-color .3s,-webkit-transform .1s ease;transition:border-color .3s,-webkit-transform .1s ease;transition:transform .1s ease,border-color .3s;transition:transform .1s ease,border-color .3s,-webkit-transform .1s ease}.btn:focus,.focus.btn,.focus.link-pretty,.focused.focus,.focused:focus,.link-pretty:focus{-webkit-box-shadow:none!important;box-shadow:none!important;outline:none!important}.btn:focus:before,.focus.btn:before,.focus.link-pretty:before,.focused.focus:before,.focused:focus:before,.link-pretty:focus:before{-webkit-transform:scale(1);transform:scale(1);border-color:#e30713}.btn:active:before,.focused:active:before,.link-pretty:active:before{content:none}.flex-grow{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.offset-top{margin-top:-4rem}@media (min-width:576px){.offset-sm-top{margin-top:-4rem}}@media (min-width:768px){.offset-md-top{margin-top:-4rem}}@media (min-width:992px){.offset-lg-top{margin-top:-4rem}}@media (min-width:1200px){.offset-xl-top{margin-top:-4rem}}@media (min-width:1600px){.offset-xxl-top{margin-top:-4rem}}.overflow-hidden{overflow:hidden}.text-small{font-size:.778rem}.text-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.text-arrow:after{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23707070' d='M11.586 7L6.293 1.707 7.707.293 15.414 8l-7.707 7.707-1.414-1.414L11.586 9H0V7h11.586z'/%3E%3C/svg%3E");display:block;margin-left:auto;opacity:.6;-webkit-transition:opacity .2s;transition:opacity .2s}a:hover .text-arrow:after{opacity:1}.text-padded{background-color:#fff;-webkit-box-shadow:.444rem 0 0 #fff,-.444rem 0 0 #fff;box-shadow:.444rem 0 0 #fff,-.444rem 0 0 #fff;-webkit-box-decoration-break:clone;box-decoration-break:clone}.text-spread{letter-spacing:3px}.triangle-outer-bottom-right{position:relative}.triangle-outer-bottom-right:after{bottom:-.24rem}.triangle-outer-bottom-right:after,.triangle-outer-top-right:after{content:"";display:block;position:absolute;left:-1.3rem;border-left:1rem solid transparent;border-top:1rem solid #e30713;border-right:1rem solid transparent;width:0;height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:background .15s;transition:background .15s}.triangle-outer-top-right:after{top:.479rem}.bg-gray-100{background-color:#e6e6e6!important}a.bg-gray-100:focus,a.bg-gray-100:hover,button.bg-gray-100:focus,button.bg-gray-100:hover{background-color:#cdcdcd!important}.bg-gray-200{background-color:#d5d5d5!important}a.bg-gray-200:focus,a.bg-gray-200:hover,button.bg-gray-200:focus,button.bg-gray-200:hover{background-color:#bcbcbc!important}.bg-gray-300{background-color:#c1c1c1!important}a.bg-gray-300:focus,a.bg-gray-300:hover,button.bg-gray-300:focus,button.bg-gray-300:hover{background-color:#a8a8a8!important}.bg-gray-400{background-color:#ced4da!important}a.bg-gray-400:focus,a.bg-gray-400:hover,button.bg-gray-400:focus,button.bg-gray-400:hover{background-color:#b1bbc4!important}.bg-gray-500{background-color:#adb5bd!important}a.bg-gray-500:focus,a.bg-gray-500:hover,button.bg-gray-500:focus,button.bg-gray-500:hover{background-color:#919ca6!important}.bg-gray-600{background-color:#707070!important}a.bg-gray-600:focus,a.bg-gray-600:hover,button.bg-gray-600:focus,button.bg-gray-600:hover{background-color:#575757!important}.bg-gray-700{background-color:#495057!important}a.bg-gray-700:focus,a.bg-gray-700:hover,button.bg-gray-700:focus,button.bg-gray-700:hover{background-color:#32373b!important}.bg-gray-800{background-color:#343a40!important}a.bg-gray-800:focus,a.bg-gray-800:hover,button.bg-gray-800:focus,button.bg-gray-800:hover{background-color:#1d2124!important}.bg-gray-900{background-color:#212529!important}a.bg-gray-900:focus,a.bg-gray-900:hover,button.bg-gray-900:focus,button.bg-gray-900:hover{background-color:#0a0c0d!important}.text-gray-100{color:#e6e6e6!important}.text-gray-200{color:#d5d5d5!important}.text-gray-300{color:#c1c1c1!important}.text-gray-400{color:#ced4da!important}.text-gray-500{color:#adb5bd!important}.text-gray-600{color:#707070!important}.text-gray-700{color:#495057!important}.text-gray-800{color:#343a40!important}.text-gray-900{color:#212529!important}body.epfl-wp .entry-content>img{max-width:100%;height:auto;margin-left:auto;margin-right:auto;margin-bottom:1rem}.btn{text-decoration:none;white-space:normal;-webkit-transition:background .15s,color .15s,border-color .15s;transition:background .15s,color .15s,border-color .15s}.btn:before{border-width:2px}.btn.disabled,.btn:disabled{opacity:1}.btn-primary{font-weight:700}.btn-primary.hover,.btn-primary:hover{background:#a80e17;border-color:#a80e17}.btn-primary.focus:before,.btn-primary:focus:before{border-color:#a80e17}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active{background:#790a11;border-color:#790a11}.btn-primary.disabled,.btn-primary:disabled{background:#e6e6e6;border-color:#c1c1c1;color:#c1c1c1}.bg-dark .btn-primary.disabled,.bg-dark .btn-primary:disabled{background:#212121;border-color:#707070;color:#707070}.btn-secondary{background:transparent;border-color:#c1c1c1}.bg-dark .btn-secondary{border-color:#707070;color:#fff!important}.bg-gray-100 .btn-secondary{background-color:#fff}.btn-secondary.hover,.btn-secondary:hover{background:#e6e6e6;border-color:#707070}.bg-dark .btn-secondary.hover,.bg-dark .btn-secondary:hover{background:transparent;border-color:#e6e6e6}.btn-secondary.focus:before,.btn-secondary:focus:before{border-color:#707070}.bg-dark .btn-secondary.focus,.bg-dark .btn-secondary.focus:before,.bg-dark .btn-secondary:focus,.bg-dark .btn-secondary:focus:before{border-color:#e6e6e6}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active{background:-webkit-gradient(linear,left top,left bottom,from(#e6e6e6),to(#fff));background:linear-gradient(180deg,#e6e6e6 0,#fff);border-color:#c1c1c1}.bg-dark .btn-secondary:not(:disabled):not(.disabled).active,.bg-dark .btn-secondary:not(:disabled):not(.disabled):active{background:#707070;border-color:#fff}.btn-secondary.disabled,.btn-secondary:disabled{background:transparent;border-color:#707070;color:#707070!important}.btn-light,.btn-light:hover{border-color:#707070}.btn-circle{border-radius:50%;width:20px;height:20px;padding:0;background-color:#fff;border:none;-webkit-box-shadow:0 0 0 2px rgba(33,33,33,.4);box-shadow:0 0 0 2px rgba(33,33,33,.4);line-height:1;color:rgba(33,33,33,.4);-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s;cursor:pointer}.btn-circle:hover{-webkit-box-shadow:0 0 0 5px rgba(33,33,33,.6);box-shadow:0 0 0 5px rgba(33,33,33,.6);outline:1rem solid transparent;color:rgba(33,33,33,.6)}a.tag:hover{background:#e6e6e6;border-top-color:#a8a8a8;border-right-color:#a8a8a8;border-left-color:#a8a8a8;color:#212121}.tag,a.tag:hover{text-decoration:none}.tag{display:inline-block;margin:0 .1em .3em 0;padding:.4em .6em;background:#fff;border:1px solid #c1c1c1;line-height:1;font-weight:400;color:#343a40;border-radius:2px;-webkit-transition:color .2s ease-in-out,background .2s ease-in-out;transition:color .2s ease-in-out,background .2s ease-in-out}.tag .remove{text-decoration:none;float:right;font-size:1.25em;line-height:.5em;margin-top:.2em;margin-left:.3em;color:inherit}.tag .remove:hover{color:#e30713}.tag.tag-sm{font-size:.75em}.tag.tag-plain{border-color:#707070;background:#707070;color:#fff}.tag.tag-primary{border-bottom:1px solid #e30713}.tag.tag-secondary{border-bottom:1px solid #212121}.tag.tag-success{border-bottom:1px solid #7ed321}.tag.tag-info{border-bottom:1px solid #4a90e2}.tag.tag-warning{border-bottom:1px solid #f5a623}.tag.tag-danger{border-bottom:1px solid #e30713}.tag.tag-light{border-bottom:1px solid #c1c1c1}.tag.tag-dark{border-bottom:1px solid #212121}.tag-group{padding:1em;background:#f2f2f2;border-radius:2px;border:1px solid #c1c1c1}.tag-group label{font-size:.85em;color:#707070}.tag-input:not(.selectize-control){width:100%}.tag-input.tag-input-sm+.tag-input .tag{font-size:.83rem}.tag-input .selectize-input{padding:.3em .2em .1em;background:#f2f2f2;border-radius:2px;border:1px solid #c1c1c1}.selectize-control{cursor:text}.selectize-control .selectize-input{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(2.25rem + 2px)}.selectize-control .selectize-input .tag{margin-right:.4em;cursor:pointer}.selectize-control .selectize-input .tag.active,.selectize-control .selectize-input .tag:hover{background:#e6e6e6;border-top-color:#a8a8a8;border-right-color:#a8a8a8;border-left-color:#a8a8a8;color:#212121;text-decoration:none}.selectize-control .selectize-input input{margin:0 .1em .2em 0;padding:.2em .4em;background:none;min-width:15px!important;border:0;line-height:1;outline:none}.selectize-control .selectize-dropdown{position:absolute;background:#fff;border:1px solid #c1c1c1;border-top:none}.selectize-control .selectize-dropdown-content{max-height:200px;overflow-x:hidden;overflow-y:auto}.selectize-control .selectize-dropdown-content .create,.selectize-control .selectize-dropdown-content .option{border-top:1px solid #d5d5d5;padding:.4em .6em;color:#495057;cursor:pointer}.selectize-control .selectize-dropdown-content .create.active,.selectize-control .selectize-dropdown-content .create:hover,.selectize-control .selectize-dropdown-content .option.active,.selectize-control .selectize-dropdown-content .option:hover{background-color:#f3f3f3;color:#212121}.alert{position:relative;min-height:2.96rem;padding-top:.64rem;padding-left:3.2rem;background:#fff;color:#212121}.alert:before{display:inline-block;position:absolute;top:50%;left:.6rem;width:2rem;height:2rem;margin-top:-1rem}.alert-primary{border-color:#e30713}.alert-primary hr{border-top-color:#ca0611}.alert-primary .alert-link{color:#b2050f}.alert-secondary{border-color:#fff}.alert-secondary hr{border-top-color:#f2f2f2}.alert-secondary .alert-link{color:#e6e6e6}.alert-success{border-color:#7ed321}.alert-success hr{border-top-color:#71bd1e}.alert-success .alert-link{color:#64a71a}.alert-info{border-color:#4a90e2}.alert-info hr{border-top-color:#3483de}.alert-info .alert-link{color:#2275d7}.alert-warning{border-color:#f5a623}.alert-warning hr{border-top-color:#f39c0b}.alert-warning .alert-link{color:#db8c0a}.alert-danger{border-color:#e30713}.alert-danger hr{border-top-color:#ca0611}.alert-danger .alert-link{color:#b2050f}.alert-light{border-color:#e6e6e6}.alert-light hr{border-top-color:#d9d9d9}.alert-light .alert-link{color:#cdcdcd}.alert-dark{border-color:#212121}.alert-dark hr{border-top-color:#141414}.alert-dark .alert-link{color:#080808}.alert-success:before{content:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%237ed321' cx='18' cy='18' r='18'/%3E%3Cpath stroke='%23FFF' stroke-width='3' d='M10 16.976L16 23l10-10'/%3E%3C/g%3E%3C/svg%3E")}.alert-danger:before{content:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23e30713' d='M24.042 0L34 9.958v14.084L24.042 34H9.958L0 24.042V9.958L9.958 0z'/%3E%3Cg stroke='%23FFF' stroke-width='4'%3E%3Cpath d='M17 9v10M17 21v4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.alert-warning:before{content:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 36 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M19.746 1.124l15.591 27.9A2 2 0 0 1 33.591 32H2.41a2 2 0 0 1-1.746-2.976l15.591-27.9a2 2 0 0 1 3.492 0z' fill='%23ffc107'/%3E%3Cpath d='M18 12v10M18 24v2' stroke='%23FFF' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")}.alert-info:before{content:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%234a90e2' width='34' height='34' rx='4'/%3E%3Cpath d='M17 25V15M17 13V9' stroke='%23FFF' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E")}.close:hover{color:#e30713}.custom-checkbox .custom-control-label:before{border:1px solid #707070}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{border-color:#e30713}.custom-control-label:before{top:3px}@media (min-width:576px){.custom-control-label:before{top:4px}}@media (min-width:768px){.custom-control-label:before{top:5px}}.collapse-title{position:relative;padding:0;background:none;border:none;-webkit-transition:-webkit-box-shadow .25s;transition:-webkit-box-shadow .25s;transition:box-shadow .25s;transition:box-shadow .25s,-webkit-box-shadow .25s}.collapse-title:before{content:" ";position:absolute;top:0;left:-.3rem;width:.6rem;height:100%;background:#e30713;opacity:0;-webkit-transition:opacity .3s,-webkit-transform .2s;transition:opacity .3s,-webkit-transform .2s;transition:opacity .3s,transform .2s;transition:opacity .3s,transform .2s,-webkit-transform .2s;z-index:-1}.collapse-title:focus{outline:none;position:relative}.collapse-title:focus:before{-webkit-transform:translateX(-.7rem);transform:translateX(-.7rem);opacity:1}.collapse-title.collapse-title-desktop{display:block;position:relative;width:100%;margin-bottom:0;padding:.9rem 16px .9rem 0;border-top:1px solid #c1c1c1;font-size:1.1rem;text-align:left;font-weight:800}.collapse-title.collapse-title-desktop:hover{cursor:pointer}.collapse-title.collapse-title-desktop:after{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23707070' viewBox='0 0 6 3'%3E%3Cpath d='M3 0 6 3 0 3z'/%3E%3C/svg%3E");position:absolute;top:12px;right:0;width:12px;height:6px;border:0}.collapse-title.collapse-title-desktop.collapsed:after{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e30713' viewBox='0 0 6 3'%3E%3Cpath d='M3 3 6 0 0 0z'/%3E%3C/svg%3E")}@media (max-width:767.98px){.collapse-title{display:block;position:relative;width:100%;margin-bottom:0;padding:.9rem 16px .9rem 0;border-top:1px solid #c1c1c1;font-size:1.1rem;text-align:left;font-weight:800}.collapse-title:hover{cursor:pointer}.collapse-title:after{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23707070' viewBox='0 0 6 3'%3E%3Cpath d='M3 0 6 3 0 3z'/%3E%3C/svg%3E");position:absolute;top:12px;right:0;width:12px;height:6px;border:0}.collapse-title.collapsed:after{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e30713' viewBox='0 0 6 3'%3E%3Cpath d='M3 3 6 0 0 0z'/%3E%3C/svg%3E")}}@media (min-width:768px){.collapse-item:not(.collapse-item-desktop){display:block!important;height:auto!important;min-height:1px!important;overflow:visible!important;-webkit-transition:none!important;transition:none!important}}.collapse-group{border-bottom:1px solid #c1c1c1;margin-bottom:2rem}.link-collapse{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;text-decoration:none}.link-collapse:after{content:"";display:inline-block;width:12px;height:12px;margin-left:6px;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23707070' viewBox='0 0 6 3'%3E%3Cpath d='M3 0 6 3 0 3z'/%3E%3C/svg%3E") no-repeat 50%;background-size:contain}.link-collapse.collapsed:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e30713' viewBox='0 0 6 3'%3E%3Cpath d='M3 3 6 0 0 0z'/%3E%3C/svg%3E")}.collapse-show{display:block}@media (min-width:576px){.collapse-sm-show{display:block}}@media (min-width:768px){.collapse-md-show{display:block}}@media (min-width:992px){.collapse-lg-show{display:block}}@media (min-width:1200px){.collapse-xl-show{display:block}}@media (min-width:1600px){.collapse-xxl-show{display:block}}.collapse-drop-toggle{position:relative;margin-bottom:9.6px}.collapse-drop-toggle:not(.collapsed),.collapse-drop-toggle:not(.collapsed):hover{background:#212121;color:#fff}.collapse-drop-toggle:not(.collapsed):after{content:"";position:absolute;top:calc(100% + 9.6px);left:50%;width:0;height:0;border-left:7.2px solid transparent;border-bottom:7.2px solid #c1c1c1;border-right:7.2px solid transparent;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.collapse-drop.collapsing,.collapse-drop.show{position:relative;margin-top:4.8px;border-top:2px solid #c1c1c1}.collapse-drop.collapsing>form,.collapse-drop.show>form{-webkit-box-shadow:0 .5rem 1rem rgba(33,33,33,.175);box-shadow:0 .5rem 1rem rgba(33,33,33,.175);border-bottom:1px solid #c1c1c1}.collapse-partial:not(.show){display:block!important;position:relative;height:7rem;overflow:hidden;margin-bottom:1rem}.collapse-partial>*{margin:0}.collapse-partial:not(.show):after{content:" ";position:absolute;bottom:0;left:0;width:100%;height:40%;background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(15%,hsla(0,0%,100%,.9)),to(transparent));background:linear-gradient(0deg,#fff,hsla(0,0%,100%,.9) 15%,transparent)}.collapse-partial-0:not(.show){height:0}.collapse-partial-1:not(.show){height:2rem}.collapse-partial-2:not(.show){height:4rem}.collapse-partial-3:not(.show){height:6rem}.collapse-partial-4:not(.show){height:8rem}.collapse-partial-5:not(.show){height:10rem}.collapse-partial-6:not(.show){height:12rem}.collapse-partial-7:not(.show){height:14rem}.collapse-partial-8:not(.show){height:16rem}.collapse-partial-9:not(.show){height:18rem}.drawer{display:inline-block;position:relative;width:20px;height:100%;min-height:6.5rem;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;background:#e30713;-webkit-transition:width .3s ease;transition:width .3s ease}@media (min-width:1200px){.drawer.open{width:auto}}@media (max-width:1199.98px){.drawer.open{width:50%}}.drawer .drawer-link{display:block;position:relative;width:20px;height:100%;min-height:6.5rem;line-height:1.2;z-index:5;color:#fff;-webkit-transition:width .3s ease;transition:width .3s ease}.drawer .drawer-link:hover{background:#a80e17}.drawer .drawer-link .text{position:absolute;white-space:nowrap;top:50%;padding:0 2.1em 0 1.1em;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-decoration:underline}.drawer .drawer-toggle{display:block;position:absolute;top:0;right:0;width:20px;height:100%;background:#e30713;border:none;cursor:pointer;z-index:10;color:#fff}.drawer .drawer-toggle .icon{position:absolute;top:50%;right:0;font-size:1.1rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.drawer .drawer-toggle:hover{background:#a80e17}.drawer.open .drawer-toggle .icon{-webkit-transform:rotate(180deg) translateY(50%);transform:rotate(180deg) translateY(50%)}.icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-item-align:center;align-self:center;position:relative;top:.11em;color:inherit;fill:currentColor;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.icon,.icon svg{width:1em;height:1em}.icon-right .icon{margin-left:.4em}.icon-left .icon{margin-right:.4em}.icon-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.form-control,.selectize-control .selectize-input{-webkit-transition:color .3s,border-color .3s,outline .3s,-webkit-box-shadow .3s;transition:color .3s,border-color .3s,outline .3s,-webkit-box-shadow .3s;transition:color .3s,border-color .3s,outline .3s,box-shadow .3s;transition:color .3s,border-color .3s,outline .3s,box-shadow .3s,-webkit-box-shadow .3s}.form-control.hover,.form-control:hover,.selectize-control .hover.selectize-input,.selectize-control .selectize-input:hover{border-color:#707070}.form-control.focus,.form-control:focus,.selectize-control .focus.selectize-input,.selectize-control .selectize-input:focus{border-color:#212121!important;-webkit-box-shadow:0 0 0 1px #d5d5d5!important;box-shadow:0 0 0 1px #d5d5d5!important}.form-control.is-invalid,.selectize-control .is-invalid.selectize-input{border-color:#e30713!important;font-weight:700}.form-control.disabled,.form-control:disabled,.selectize-control .disabled.selectize-input,.selectize-control .selectize-input:disabled{color:#707070;border-color:#d5d5d5!important}@media (max-width:767.98px){.form-control,.selectize-control .selectize-input{font-size:16px}}.nav-lang{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:3rem}.nav-lang.show .dropdown-toggle{border:1px solid #adb5bd}.nav-lang .dropdown-item,.nav-lang .dropdown-toggle{position:relative;padding:.4rem 2rem .6rem .7rem;font-size:.83rem;font-weight:700;-webkit-transition:background .2s ease;transition:background .2s ease}.nav-lang .dropdown-toggle:before{content:" ";position:absolute;top:calc(50% - .35rem);right:.5rem;left:auto;width:0;height:0;border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.nav-lang .dropdown-toggle:after{position:absolute;right:.5rem;bottom:calc(50% - .45rem)}.nav-lang .dropdown-menu a,.nav-lang .dropdown-menu li,.nav-lang .dropdown-menu ul,.nav-lang .dropdown-toggle{width:5.8rem}.nav-lang .dropdown-menu{padding:0;background:none;border:0;margin-top:0;-webkit-transform:translate3d(0,40px,0)!important;transform:translate3d(0,40px,0)!important}.nav-lang .dropdown-menu a:not(.active){background:#fff;border:1px solid #adb5bd}.nav-lang .dropdown-menu a:not(.active):hover{background:#e6e6e6}.nav-lang a.active{border:1px solid #e30713;color:#fff!important}.nav-lang a.active .icon{color:#fff}.nav-lang .icon{margin-right:.5rem;font-size:1.1rem;color:#707070;-webkit-transform:translateY(.13rem);transform:translateY(.13rem)}.nav-lang .dropdown-item{margin-top:-1px}.nav-lang .dropdown-item:not(.active):active{color:#212121;border-color:#000!important;z-index:20}.nav-lang-short ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;list-style-type:none;margin-bottom:0;padding:0;font-size:1rem}.nav-lang-short ul li{position:relative;font-weight:700}.nav-lang-short ul li+li a{padding-left:.5rem}.nav-lang-short ul li+li:before{content:" ";display:block;position:absolute;top:.3rem;left:0;width:1px;height:.9rem;background:#d5d5d5}.nav-lang-short ul li .active{color:#e30713}.nav-lang-short ul li a{color:#adb5bd}.nav-lang-short ul li a:hover{color:#212121}.nav-lang-short ul li a,.nav-lang-short ul li span{padding:.4rem;text-decoration:none}.nav-lang-mobile{display:none;position:fixed;right:0;bottom:0;width:5.9rem;height:3.1rem!important;border-radius:0;overflow:hidden;opacity:0;z-index:1142}@media (max-width:1199.98px){.nav-lang{position:fixed;right:0;bottom:-3rem;width:5.8rem;margin:0;-webkit-transition:bottom .3s ease;transition:bottom .3s ease;z-index:1140}.nav-lang .dropdown-toggle,.nav-lang.nav-lang-short ul{height:3rem;padding-top:.67rem;background:#707070;border-color:#707070;color:#fff;border-radius:0}.nav-lang .dropdown-toggle .icon,.nav-lang.nav-lang-short ul .icon{color:#fff}.nav-lang.nav-lang-short ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding-left:.5em;padding-right:.5em;padding-top:0;font-size:1rem}.nav-lang.nav-lang-short ul li{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0}.nav-lang.nav-lang-short ul li a,.nav-lang.nav-lang-short ul li span{display:block;padding:0;line-height:3rem;text-align:center;color:#c1c1c1}.nav-lang.nav-lang-short ul li a.active,.nav-lang.nav-lang-short ul li span.active{color:#fff}.nav-lang.nav-lang-short ul li+li:before{display:none}}.nav-toggle-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-left:1rem;padding:.7rem 1.2rem;font-size:1.25rem;font-weight:700!important}.nav-toggle-mobile .hamburger{margin-left:.4rem}.nav-toggle-mobile .hamburger span{display:block;width:1rem;height:2px;background:#212121;opacity:1;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.nav-toggle-mobile .hamburger span+span{margin-top:3px}.mobile-menu-open .hamburger{position:relative}.mobile-menu-open .hamburger span{background:#e30713}.mobile-menu-open .hamburger span:first-child{-webkit-transform:rotate(45deg) translateY(.17rem) translateX(.28rem);transform:rotate(45deg) translateY(.17rem) translateX(.28rem)}.mobile-menu-open .hamburger span:nth-child(2){-webkit-transform:rotate(-45deg) translateY(.06rem) translateX(.05rem);transform:rotate(-45deg) translateY(.06rem) translateX(.05rem)}.mobile-menu-open .hamburger span:nth-child(3){opacity:0}.mobile-menu-open .header{overflow:hidden}a{-webkit-text-decoration-color:#e30713;text-decoration-color:#e30713;-webkit-transition:color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;transition:color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;transition:text-decoration-color .2s ease-in-out,color .2s ease-in-out;transition:text-decoration-color .2s ease-in-out,color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out}a:active,a:focus,a:hover{-webkit-text-decoration-color:#212121;text-decoration-color:#212121}a:active{color:#e30713}a.text-muted{-webkit-text-decoration-color:#707070;text-decoration-color:#707070}a.text-muted:hover{color:#212121!important;-webkit-text-decoration-color:#212121;text-decoration-color:#212121}a.text-primary:focus,a.text-primary:hover{-webkit-text-decoration-color:#e30713;text-decoration-color:#e30713}a.text-secondary:focus,a.text-secondary:hover{-webkit-text-decoration-color:#fff;text-decoration-color:#fff}a.text-success:focus,a.text-success:hover{-webkit-text-decoration-color:#7ed321;text-decoration-color:#7ed321}a.text-info:focus,a.text-info:hover{-webkit-text-decoration-color:#4a90e2;text-decoration-color:#4a90e2}a.text-warning:focus,a.text-warning:hover{-webkit-text-decoration-color:#f5a623;text-decoration-color:#f5a623}a.text-danger:focus,a.text-danger:hover{-webkit-text-decoration-color:#e30713;text-decoration-color:#e30713}a.text-light:focus,a.text-light:hover{-webkit-text-decoration-color:#e6e6e6;text-decoration-color:#e6e6e6}a.text-dark:focus,a.text-dark:hover{-webkit-text-decoration-color:#212121;text-decoration-color:#212121}a.text-white:focus,a.text-white:hover{-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.link-pretty{text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#e30713),to(#e30713));background-image:linear-gradient(#e30713,#e30713);background-repeat:repeat-x;background-size:1px 1px;background-position:0 100%;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff}@media (-webkit-min-device-pixel-ratio:1.75),(min-resolution:168dpi){.link-pretty{background-image:-webkit-gradient(linear,left top,left bottom,from(#e30713),to(#e30713));background-image:linear-gradient(#e30713,#e30713);background-position:0 100%}}.link-pretty::-moz-selection{background-color:rgba(227,7,19,.4);color:#212121;text-shadow:none}.link-pretty::selection{background-color:rgba(227,7,19,.4);color:#212121;text-shadow:none}.link-pretty.hover,.link-pretty:hover{color:#e30713;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#495057),to(#495057));background-image:linear-gradient(#495057,#495057)}.bg-primary .link-pretty{color:#fff;text-shadow:3px 0 #e30713,2px 0 #e30713,1px 0 #e30713,-1px 0 #e30713,-2px 0 #e30713,-3px 0 #e30713}.bg-primary .link-pretty.hover,.bg-primary .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-secondary .link-pretty{color:#212121;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff}.bg-secondary .link-pretty.hover,.bg-secondary .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-success .link-pretty{color:#212121;text-shadow:3px 0 #7ed321,2px 0 #7ed321,1px 0 #7ed321,-1px 0 #7ed321,-2px 0 #7ed321,-3px 0 #7ed321}.bg-success .link-pretty.hover,.bg-success .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-info .link-pretty{color:#fff;text-shadow:3px 0 #4a90e2,2px 0 #4a90e2,1px 0 #4a90e2,-1px 0 #4a90e2,-2px 0 #4a90e2,-3px 0 #4a90e2}.bg-info .link-pretty.hover,.bg-info .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-warning .link-pretty{color:#212121;text-shadow:3px 0 #f5a623,2px 0 #f5a623,1px 0 #f5a623,-1px 0 #f5a623,-2px 0 #f5a623,-3px 0 #f5a623}.bg-warning .link-pretty.hover,.bg-warning .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-danger .link-pretty{color:#fff;text-shadow:3px 0 #e30713,2px 0 #e30713,1px 0 #e30713,-1px 0 #e30713,-2px 0 #e30713,-3px 0 #e30713}.bg-danger .link-pretty.hover,.bg-danger .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-light .link-pretty{color:#212121;text-shadow:3px 0 #e6e6e6,2px 0 #e6e6e6,1px 0 #e6e6e6,-1px 0 #e6e6e6,-2px 0 #e6e6e6,-3px 0 #e6e6e6}.bg-light .link-pretty.hover,.bg-light .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-dark .link-pretty{color:#fff;text-shadow:3px 0 #212121,2px 0 #212121,1px 0 #212121,-1px 0 #212121,-2px 0 #212121,-3px 0 #212121}.bg-dark .link-pretty.hover,.bg-dark .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.link-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.link-icon .icon{content:"";width:16px;height:16px;opacity:.5;-webkit-transition:opacity .2s;transition:opacity .2s}.link-icon:hover .icon,.link-icon a:hover .link-icon .icon{opacity:1}.list-bullet{padding-left:0;margin-left:-.7rem}.list-bullet li{list-style-type:none}.list-bullet li:before{content:"\2022";display:inline-block;padding-right:.3rem;height:.9rem;font-size:1.1rem;line-height:.9rem;color:#e30713}.list-bullet.list-unstyled{margin-left:0}.list-bullet.list-unstyled li:before{display:none}.list-bullet ul{padding-left:1.6rem}.list-bullet ul li:before{content:"\25e6"}.list-bullet ul ul li:before{content:"\25aa"}.list-numbered{counter-reset:a;padding-left:0;margin-left:-.9rem}.list-numbered li{list-style-type:none}.list-numbered li:before{content:counter(a);counter-increment:a;display:inline-block;padding-right:.5rem;font-size:.8rem;font-weight:700;color:#e30713}.list-numbered ol{counter-reset:b;padding-left:2.2rem}.list-numbered ol ol{counter-reset:c}.list-numbered ol li:before{content:counter(a) "." counter(b);counter-increment:b;font-weight:400}.list-numbered ol ol li:before{content:counter(a) "." counter(b) "." counter(c);counter-increment:c}picture .img-fluid{width:100%}.custom-radio .custom-control-label:before{border:1px solid #707070}.custom-radio .custom-control-input:checked~.custom-control-label:before{border-color:#e30713}.ms-parent{display:block;position:relative}.ms-choice{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;overflow:hidden;white-space:nowrap;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23212121' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #d5d5d5;border-radius:2px;text-align:left;text-decoration:none;line-height:1.5;color:#212121}.ms-choice:focus{border-color:#212121;-webkit-box-shadow:inset 0 1px 2px rgba(33,33,33,.075),0 0 5px rgba(33,33,33,.5);box-shadow:inset 0 1px 2px rgba(33,33,33,.075),0 0 5px rgba(33,33,33,.5);outline:none}.ms-choice.disabled{background-color:#d5d5d5;background-image:none;border:1px solid #d5d5d5;cursor:default}.ms-choice>span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-choice>span.placeholder{color:#707070}.ms-choice>div{position:absolute;top:0;right:0;width:20px;height:25px;background:url(multiple-select.png) 0 0 no-repeat}.ms-choice>div.open{background:url(multiple-select.png) 100% 0 no-repeat}.ms-drop{display:none;position:absolute;width:100%;min-width:10rem;overflow:hidden;margin-top:-1px;padding:.5rem 0;z-index:1000;background:#fff;border:1px solid rgba(33,33,33,.15);color:#212121;-webkit-box-shadow:0 .5rem 1rem rgba(33,33,33,.175);box-shadow:0 .5rem 1rem rgba(33,33,33,.175)}.ms-drop.bottom{top:100%;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.ms-drop.top{bottom:100%;border-top-right-radius:2px;border-top-left-radius:2px}.ms-drop ul{overflow:auto;margin:0;padding:0}.ms-drop ul>li{list-style:none;background-image:none}.ms-drop ul>li .disabled{color:#707070}.ms-drop ul>li.multiple{display:block;float:left}.ms-drop ul>li.group{clear:both}.ms-drop label{display:block;margin-bottom:0;padding:.25rem 1.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-drop label:hover{background-color:#e6e6e6;color:#141414}.ms-drop label.optgroup{font-weight:700}.ms-drop input[type=checkbox]{vertical-align:middle;margin-right:.5em;margin-bottom:.25em}.ms-drop .ms-no-results{display:none}hr{width:100%}hr.bold{border-top-width:3px}.social-icon{display:inline-block;padding:.7rem;background:#e6e6e6;border-radius:.17rem;line-height:0}.social-icon .icon{top:0;font-size:24px;color:#fff}a.social-icon{margin-bottom:.3rem;-webkit-transition:background-color .2s ease,background-image .2s ease,-webkit-transform .2s ease;transition:background-color .2s ease,background-image .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,background-color .2s ease,background-image .2s ease;transition:transform .2s ease,background-color .2s ease,background-image .2s ease,-webkit-transform .2s ease}a.social-icon:focus,a.social-icon:hover{-webkit-transform:translateY(-.2rem);transform:translateY(-.2rem);-webkit-box-shadow:0;box-shadow:0}.social-icon-facebook{background-color:#3b5998}.social-icon-twitter{background-color:#1da1f2}.social-icon-whatsapp{background-color:#25d366}.social-icon-mail-plane{background-color:#4a90e2}.social-icon-googleplus{background-color:#db4437}.social-icon-linkedin{background-color:#007bb5}.social-icon-youtube{background-color:red}.social-icon-youtube svg{-webkit-transform:scale(1.3);transform:scale(1.3)}.social-icon-instagram,.social-icon-round.social-icon-instagram{background:radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),-webkit-gradient(linear,left top,left bottom,from(#6559ca),color-stop(30%,#bc318f),color-stop(50%,#e33f5f),color-stop(70%,#f77638),to(#fec66d));background:radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d)}.social-icon-round{padding:.8rem}.social-icon-round,.social-icon-round:before{border-radius:100%!important}.social-icon-negative{padding:.5rem;background:transparent;-webkit-transition:background .2s;transition:background .2s}.social-icon-negative .icon{font-size:1.5rem;color:#212121;-webkit-transition:fill .2s;transition:fill .2s}.social-icon-negative:hover{background:#e30713!important}.social-icon-negative:hover .icon{color:#fff!important}.social-icon-discrete .icon{-webkit-transition:fill .2s ease;transition:fill .2s ease}.social-icon-discrete:not(:hover){background:#e6e6e6}.social-icon-discrete:not(:hover) .icon{color:#707070}.upload{padding:1rem .85rem;border:1px solid #c1c1c1}.upload ul{margin-left:.3rem}.upload-input{position:absolute;overflow:hidden;width:.1px;height:.1px;opacity:0;z-index:-1}.dropdown-item{text-decoration:none}.nav-toggle{display:none;position:relative;top:1px;z-index:1120;margin-right:10.66667px;padding:.25rem .5rem}.nav-toggle:hover{cursor:pointer}.nav-toggle .loader{display:none;margin-right:.2rem}.nav-toggle.is-loading .loader{display:inline-block}.nav-toggle.is-loading .icon{display:none!important}.nav-toggle .icon{margin-right:.2rem;font-size:.7rem}.nav-toggle .icon:first-of-type{display:block}.nav-toggle .icon:last-of-type{display:none}@media (min-width:1200px){.nav-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bg-gray-100 .nav-toggle:after{background:#e6e6e6}}.desktop-menu-open .nav-toggle .icon:first-of-type{display:none}.desktop-menu-open .nav-toggle .icon:last-of-type{display:block}.popover{border-bottom-color:#212121}@media (max-width:767.98px){.popover{width:296px;max-width:90vw}}.popover:after,.popover:before{content:"";position:absolute;top:100%;right:10px;border-style:solid;border-width:0 10px 10px 0;border-color:transparent #fff transparent transparent}.popover:before{border-width:0 11px 11px 0;border-right-color:#d5d5d5}.popover:after{-webkit-box-shadow:1px 0 0 0 #212121;box-shadow:1px 0 0 0 #212121}.bs-popover-auto[x-placement^=bottom]:after,.bs-popover-auto[x-placement^=bottom]:before,.bs-popover-bottom:after,.bs-popover-bottom:before{top:auto;bottom:100%;border-width:10px 10px 0 0;border-color:transparent #fff transparent transparent}.bs-popover-auto[x-placement^=bottom]:before,.bs-popover-bottom:before{border-width:11px 11px 0 0;border-right-color:#d5d5d5}.btn-circle[data-toggle=popover] .icon:last-child{display:none}.btn-circle[data-toggle=popover][aria-describedby]{color:#e30713}.btn-circle[data-toggle=popover][aria-describedby] .icon:first-child{display:none}.btn-circle[data-toggle=popover][aria-describedby] .icon:last-child{display:inline-block}.btn-circle[data-toggle=popover][aria-describedby]:hover{color:#ca0611}.trapeze-vertical-container{display:block;position:relative;z-index:1;-webkit-transition:margin .2s,padding .2s;transition:margin .2s,padding .2s}.trapeze-vertical-container:focus,.trapeze-vertical-container:hover{padding-left:.5rem;margin-right:-.5rem}.trapeze-vertical-container:focus .trapeze-vertical,.trapeze-vertical-container:hover .trapeze-vertical{border-right-width:.5rem}.trapeze-vertical{display:block;position:absolute;z-index:0;top:0;left:0;width:0;height:100%;margin-right:-.5rem;border-right:0 solid #d5d5d5;border-top:.5rem solid transparent;border-bottom:.5rem solid transparent;-webkit-transition:border .2s;transition:border .2s}.trapeze-horizontal-container{display:block;position:relative;z-index:1;-webkit-transition:margin .2s,padding .2s;transition:margin .2s,padding .2s}.trapeze-horizontal-container:focus,.trapeze-horizontal-container:hover{margin-top:-.5rem!important;padding-bottom:.5rem}.trapeze-horizontal-container:focus .trapeze-horizontal,.trapeze-horizontal-container:hover .trapeze-horizontal{border-top-width:.5rem}.trapeze-horizontal{display:block;position:absolute;z-index:0;bottom:0;left:0;width:100%;height:0;margin-top:-.5rem;border-top:0 solid #d5d5d5;border-left:.5rem solid transparent;border-right:.5rem solid transparent;-webkit-transition:border .2s;transition:border .2s}.link-trapeze-vertical{position:relative;z-index:0;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.link-trapeze-vertical:before{content:"";display:block;position:absolute;z-index:-1;border:.5rem solid transparent;-webkit-transition:border .2s;transition:border .2s;top:0;right:100%;width:0;height:100%;border-right-width:0;border-right-color:#d5d5d5;border-left-width:0}.link-trapeze-vertical:focus,.link-trapeze-vertical:hover{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}.link-trapeze-vertical:focus:before,.link-trapeze-vertical:hover:before{border-right-width:.5rem}.link-trapeze-horizontal{position:relative;z-index:0;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.link-trapeze-horizontal:before{content:"";display:block;position:absolute;z-index:-1;border:.5rem solid transparent;-webkit-transition:border .2s;transition:border .2s;top:100%;left:0;width:100%;height:0;border-bottom-width:0;border-top-width:0;border-top-color:#d5d5d5}.link-trapeze-horizontal:focus,.link-trapeze-horizontal:hover{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}.link-trapeze-horizontal:focus:before,.link-trapeze-horizontal:hover:before{border-top-width:.5rem}.definition-list{margin:1rem 0;padding-top:1rem;border-top:2px solid #e6e6e6;border-bottom:2px solid #e6e6e6}.definition-list dd{margin-bottom:1rem}.definition-list-grid{display:-ms-grid;display:grid;-ms-grid-columns:minmax(min-content,100px) 1fr;grid-template-columns:minmax(-webkit-min-content,100px) 1fr;grid-template-columns:minmax(min-content,100px) 1fr;grid-auto-rows:auto;border:none}.definition-list-grid dt{-ms-grid-column:1;grid-column:1;font-weight:400;color:#707070;padding-right:16px}.definition-list-grid dt:last-of-type{border-bottom:none}.definition-list-grid dt.definition-list-item-full{padding-bottom:0;border-bottom:none}.definition-list-grid dd{-ms-grid-column:2;grid-column:2}.definition-list-grid dd:last-of-type{border-bottom:none}.definition-list-grid dd,.definition-list-grid dt{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #c1c1c1}.definition-list-grid dd:first-of-type,.definition-list-grid dt:first-of-type{padding-top:16px;border-top:1px solid #c1c1c1}.definition-list-grid .definition-list-item-full{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/span 2}:root .definition-list-grid,_:-ms-fullscreen{display:block}:root .definition-list-grid dt,_:-ms-fullscreen{float:left;margin:0;border:none}:root .definition-list-grid dd:after,_:-ms-fullscreen:after{display:block;clear:both;content:""}:root .definition-list-grid .definition-list-item-full,_:-ms-fullscreen{float:none;width:100%}:root .definition-list-grid .definition-list-item-full:after,_:-ms-fullscreen:after{display:block;clear:both;content:""}figure picture{display:block;margin-bottom:.5rem}figcaption{font-size:.778rem;color:#707070}@-webkit-keyframes b{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes b{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loader{display:inline-block;width:.9rem;height:.9rem;border:3px solid #d5d5d5;border-right-color:#707070;border-radius:100%;-webkit-animation:b 1s linear infinite;animation:b 1s linear infinite}.search{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.search .dropdown-toggle{padding:1rem}.search .dropdown-toggle:after{display:none}.search .search-form{display:-webkit-box;display:-ms-flexbox;display:flex;border:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.search input[type=text]{width:12rem;-webkit-box-shadow:none!important;box-shadow:none!important}.search-mobile{display:none}@media (max-width:1599.98px){.search-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:fixed;bottom:-3rem;left:0;width:calc(100% - 5.8rem);height:3rem;-webkit-transition:bottom .3s;transition:bottom .3s;z-index:1139}.search-mobile .form-control,.search-mobile .selectize-control .selectize-input,.selectize-control .search-mobile .selectize-input{padding:0 0 0 .4rem;background:#212121;border:0;color:#fff;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0}.search-mobile .form-control::-webkit-input-placeholder,.search-mobile .selectize-control .selectize-input::-webkit-input-placeholder,.selectize-control .search-mobile .selectize-input::-webkit-input-placeholder{color:#c1c1c1}.search-mobile .form-control:-ms-input-placeholder,.search-mobile .form-control::-ms-input-placeholder,.search-mobile .selectize-control .selectize-input:-ms-input-placeholder,.search-mobile .selectize-control .selectize-input::-ms-input-placeholder,.selectize-control .search-mobile .selectize-input:-ms-input-placeholder,.selectize-control .search-mobile .selectize-input::-ms-input-placeholder{color:#c1c1c1}.search-mobile .form-control::placeholder,.search-mobile .selectize-control .selectize-input::placeholder,.selectize-control .search-mobile .selectize-input::placeholder{color:#c1c1c1}.search-mobile .input-group-text{background:#212121;border-radius:0;border:0}.search-mobile .icon{color:#c1c1c1}}.access-nav{position:absolute;top:-1000px}.access-nav ul{margin-bottom:0;padding-left:0;list-style:none}.access-nav li a{display:block;position:fixed;top:0;left:25px;z-index:3003;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,transform .2s;transition:opacity .2s,transform .2s,-webkit-transform .2s;opacity:0}.access-nav li a:focus{top:25px;-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.avatar-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}.avatar-teaser-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:.5rem 0;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;font-size:.83rem;color:#707070}.avatar-teaser-body>*{margin:0}.bg-gray-100 .avatar-teaser-body{border-color:#d5d5d5;color:#212121}.avatar-teaser-img{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;width:50px;margin-right:.6rem;border-radius:50%}.avatar-teaser-img img{max-width:100%;border-radius:50%}.avatar-teaser-img+.avatar-teaser-img,.avatar-teaser-img+.avatar-teaser-img-placeholder{margin-left:-2.25rem}@media (min-width:576px){.avatar-teaser-img+.avatar-teaser-img,.avatar-teaser-img+.avatar-teaser-img-placeholder{margin-left:-1.2rem}}.avatar-teaser-img-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50px;height:50px;margin-right:.6rem;background-color:#d5d5d5;border-radius:50%;text-decoration:none;font-weight:700;-webkit-transition:background-color .2s;transition:background-color .2s}a.avatar-teaser-img-placeholder:hover:before{background-color:#e6e6e6}a.avatar-teaser-img,a.avatar-teaser-img-placeholder{position:relative;z-index:0;text-decoration:none}a.avatar-teaser-img-placeholder:before,a.avatar-teaser-img:before{content:"";display:block;position:absolute;z-index:-1;top:-3px;right:-3px;bottom:-3px;left:-3px;border:1px solid #e30713;background-color:#fff;border-radius:50%;opacity:0;-webkit-transform:scale(.8);transform:scale(.8);-webkit-transition:background-color .2s,opacity .2s,-webkit-transform .2s;transition:background-color .2s,opacity .2s,-webkit-transform .2s;transition:background-color .2s,opacity .2s,transform .2s;transition:background-color .2s,opacity .2s,transform .2s,-webkit-transform .2s}a.avatar-teaser-img-placeholder:focus:before,a.avatar-teaser-img-placeholder:hover:before,a.avatar-teaser-img:focus:before,a.avatar-teaser-img:hover:before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.card{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%;margin-bottom:32px}.bg-gray-100 .card{border-color:#c1c1c1}.card-sm{margin-bottom:16px}.card-gray .card-body,.card-gray .card-footer{background:#e6e6e6;-webkit-transition:background .2s,-webkit-transform .2s;transition:background .2s,-webkit-transform .2s;transition:transform .2s,background .2s;transition:transform .2s,background .2s,-webkit-transform .2s}a.card-gray:hover .card-body{background:#fff}.card-body .card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem;padding-top:0;padding-right:0;padding-left:0;font-size:.83rem;color:#707070}.card-body+.card-footer{padding-top:0}.card-body p:last-of-type{margin-bottom:0}.card-body .card-img-top+.card-title{margin-top:.9rem}.card-img-top+.card-body{border-top:none!important}.card-body.card-sm,.card-sm .card-body{padding:.675rem}.card-header{border-color:rgba(33,33,33,.1)}.card-footer{padding-bottom:1.35rem;border:0}.card-distinction .card-body{position:relative;border-top:1px solid #e30713!important;padding-top:1.8rem}.card-distinction .card-body:before{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e30713' viewBox='0 0 20 30'%3E%3Cpath d='M0 0h20v30L10 19 0 30z'/%3E%3C/svg%3E");display:inline-block;position:absolute;top:0;left:1.35rem;width:20px;height:30px}.card-info{font-size:.83rem;margin-bottom:1rem;color:#707070}.card-info:last-of-type{margin-bottom:0}.card-info>:not(:last-of-type):after{content:" \203A ";margin:0 .25em 0 .15em}.card-info .card-info-date:not(:last-child):after{content:" \2013 "}.card-info a{display:inline-block;color:#e30713;text-decoration:none}.card-info a:hover{text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#e30713),to(#e30713));background-image:linear-gradient(#e30713,#e30713);background-repeat:repeat-x;background-size:1px 1px;background-position:0 100%;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff}@media (-webkit-min-device-pixel-ratio:1.75),(min-resolution:168dpi){.card-info a:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#e30713),to(#e30713));background-image:linear-gradient(#e30713,#e30713);background-position:0 100%}}.card-info a:hover::-moz-selection{background-color:rgba(227,7,19,.4);color:#212121;text-shadow:none}.card-info a:hover::selection{background-color:rgba(227,7,19,.4);color:#212121;text-shadow:none}.card-info a:hover.hover,.card-info a:hover:hover{color:#e30713;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#212121),to(#212121));background-image:linear-gradient(#212121,#212121)}.bg-primary .card-info a:hover{color:#fff;text-shadow:3px 0 #e30713,2px 0 #e30713,1px 0 #e30713,-1px 0 #e30713,-2px 0 #e30713,-3px 0 #e30713}.bg-primary .card-info a:hover.hover,.bg-primary .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-secondary .card-info a:hover{color:#212121;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff}.bg-secondary .card-info a:hover.hover,.bg-secondary .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-success .card-info a:hover{color:#212121;text-shadow:3px 0 #7ed321,2px 0 #7ed321,1px 0 #7ed321,-1px 0 #7ed321,-2px 0 #7ed321,-3px 0 #7ed321}.bg-success .card-info a:hover.hover,.bg-success .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-info .card-info a:hover{color:#fff;text-shadow:3px 0 #4a90e2,2px 0 #4a90e2,1px 0 #4a90e2,-1px 0 #4a90e2,-2px 0 #4a90e2,-3px 0 #4a90e2}.bg-info .card-info a:hover.hover,.bg-info .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-warning .card-info a:hover{color:#212121;text-shadow:3px 0 #f5a623,2px 0 #f5a623,1px 0 #f5a623,-1px 0 #f5a623,-2px 0 #f5a623,-3px 0 #f5a623}.bg-warning .card-info a:hover.hover,.bg-warning .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-danger .card-info a:hover{color:#fff;text-shadow:3px 0 #e30713,2px 0 #e30713,1px 0 #e30713,-1px 0 #e30713,-2px 0 #e30713,-3px 0 #e30713}.bg-danger .card-info a:hover.hover,.bg-danger .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-light .card-info a:hover{color:#212121;text-shadow:3px 0 #e6e6e6,2px 0 #e6e6e6,1px 0 #e6e6e6,-1px 0 #e6e6e6,-2px 0 #e6e6e6,-3px 0 #e6e6e6}.bg-light .card-info a:hover.hover,.bg-light .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-dark .card-info a:hover{color:#fff;text-shadow:3px 0 #212121,2px 0 #212121,1px 0 #212121,-1px 0 #212121,-2px 0 #212121,-3px 0 #212121}.bg-dark .card-info a:hover.hover,.bg-dark .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.card-info p{color:#212121}p+.card-info{margin-top:1rem}.card-info-bordered{padding:.75rem 0;border-top:1px solid rgba(33,33,33,.1);border-bottom:1px solid rgba(33,33,33,.1)}.card-info-border-sm{padding:.25rem 0}a.card-img-top{position:relative}.card-body a.card-img-top{display:block}a.card-img-top:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:inset 0 0 0 6px #e30713;box-shadow:inset 0 0 0 6px #e30713;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}a.card-img-top:hover:before{opacity:.6}.card-title a,a.card-title{-webkit-transition:color .3s;transition:color .3s;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#e30713),to(#e30713));background-image:linear-gradient(#e30713,#e30713);background-repeat:repeat-x;background-size:1px 1px;background-position:0 100%;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff;background-position:0 90%}@media (-webkit-min-device-pixel-ratio:1.75),(min-resolution:168dpi){.card-title a,a.card-title{background-image:-webkit-gradient(linear,left top,left bottom,from(#e30713),to(#e30713));background-image:linear-gradient(#e30713,#e30713);background-position:0 100%}}.card-title a::-moz-selection,a.card-title::-moz-selection{background-color:rgba(227,7,19,.4);color:#212121;text-shadow:none}.card-title a::selection,a.card-title::selection{background-color:rgba(227,7,19,.4);color:#212121;text-shadow:none}.card-title a.hover,.card-title a:hover,a.card-title.hover,a.card-title:hover{color:#e30713;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#212121),to(#212121));background-image:linear-gradient(#212121,#212121)}.bg-primary .card-title a,.bg-primary a.card-title{color:#fff;text-shadow:3px 0 #e30713,2px 0 #e30713,1px 0 #e30713,-1px 0 #e30713,-2px 0 #e30713,-3px 0 #e30713}.bg-primary .card-title a.hover,.bg-primary .card-title a:hover,.bg-primary a.card-title.hover,.bg-primary a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-secondary .card-title a,.bg-secondary a.card-title{color:#212121;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff}.bg-secondary .card-title a.hover,.bg-secondary .card-title a:hover,.bg-secondary a.card-title.hover,.bg-secondary a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-success .card-title a,.bg-success a.card-title{color:#212121;text-shadow:3px 0 #7ed321,2px 0 #7ed321,1px 0 #7ed321,-1px 0 #7ed321,-2px 0 #7ed321,-3px 0 #7ed321}.bg-success .card-title a.hover,.bg-success .card-title a:hover,.bg-success a.card-title.hover,.bg-success a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-info .card-title a,.bg-info a.card-title{color:#fff;text-shadow:3px 0 #4a90e2,2px 0 #4a90e2,1px 0 #4a90e2,-1px 0 #4a90e2,-2px 0 #4a90e2,-3px 0 #4a90e2}.bg-info .card-title a.hover,.bg-info .card-title a:hover,.bg-info a.card-title.hover,.bg-info a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-warning .card-title a,.bg-warning a.card-title{color:#212121;text-shadow:3px 0 #f5a623,2px 0 #f5a623,1px 0 #f5a623,-1px 0 #f5a623,-2px 0 #f5a623,-3px 0 #f5a623}.bg-warning .card-title a.hover,.bg-warning .card-title a:hover,.bg-warning a.card-title.hover,.bg-warning a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-danger .card-title a,.bg-danger a.card-title{color:#fff;text-shadow:3px 0 #e30713,2px 0 #e30713,1px 0 #e30713,-1px 0 #e30713,-2px 0 #e30713,-3px 0 #e30713}.bg-danger .card-title a.hover,.bg-danger .card-title a:hover,.bg-danger a.card-title.hover,.bg-danger a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-light .card-title a,.bg-light a.card-title{color:#212121;text-shadow:3px 0 #e6e6e6,2px 0 #e6e6e6,1px 0 #e6e6e6,-1px 0 #e6e6e6,-2px 0 #e6e6e6,-3px 0 #e6e6e6}.bg-light .card-title a.hover,.bg-light .card-title a:hover,.bg-light a.card-title.hover,.bg-light a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-dark .card-title a,.bg-dark a.card-title{color:#fff;text-shadow:3px 0 #212121,2px 0 #212121,1px 0 #212121,-1px 0 #212121,-2px 0 #212121,-3px 0 #212121}.bg-dark .card-title a.hover,.bg-dark .card-title a:hover,.bg-dark a.card-title.hover,.bg-dark a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.card-gray .card-title a,.card-gray a.card-title{text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#e30713),to(#e30713));background-image:linear-gradient(#e30713,#e30713);background-repeat:repeat-x;background-size:1px 1px;background-position:0 100%;text-shadow:3px 0 #e6e6e6,2px 0 #e6e6e6,1px 0 #e6e6e6,-1px 0 #e6e6e6,-2px 0 #e6e6e6,-3px 0 #e6e6e6}@media (-webkit-min-device-pixel-ratio:1.75),(min-resolution:168dpi){.card-gray .card-title a,.card-gray a.card-title{background-image:-webkit-gradient(linear,left top,left bottom,from(#e30713),to(#e30713));background-image:linear-gradient(#e30713,#e30713);background-position:0 100%}}.card-gray .card-title a::-moz-selection,.card-gray a.card-title::-moz-selection{background-color:rgba(227,7,19,.4);color:#212121;text-shadow:none}.card-gray .card-title a::selection,.card-gray a.card-title::selection{background-color:rgba(227,7,19,.4);color:#212121;text-shadow:none}.card-gray .card-title a.hover,.card-gray .card-title a:hover,.card-gray a.card-title.hover,.card-gray a.card-title:hover{color:#e30713;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#212121),to(#212121));background-image:linear-gradient(#212121,#212121)}.bg-primary .card-gray .card-title a,.bg-primary .card-gray a.card-title{color:#fff;text-shadow:3px 0 #e30713,2px 0 #e30713,1px 0 #e30713,-1px 0 #e30713,-2px 0 #e30713,-3px 0 #e30713}.bg-primary .card-gray .card-title a.hover,.bg-primary .card-gray .card-title a:hover,.bg-primary .card-gray a.card-title.hover,.bg-primary .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-secondary .card-gray .card-title a,.bg-secondary .card-gray a.card-title{color:#212121;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff}.bg-secondary .card-gray .card-title a.hover,.bg-secondary .card-gray .card-title a:hover,.bg-secondary .card-gray a.card-title.hover,.bg-secondary .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-success .card-gray .card-title a,.bg-success .card-gray a.card-title{color:#212121;text-shadow:3px 0 #7ed321,2px 0 #7ed321,1px 0 #7ed321,-1px 0 #7ed321,-2px 0 #7ed321,-3px 0 #7ed321}.bg-success .card-gray .card-title a.hover,.bg-success .card-gray .card-title a:hover,.bg-success .card-gray a.card-title.hover,.bg-success .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-info .card-gray .card-title a,.bg-info .card-gray a.card-title{color:#fff;text-shadow:3px 0 #4a90e2,2px 0 #4a90e2,1px 0 #4a90e2,-1px 0 #4a90e2,-2px 0 #4a90e2,-3px 0 #4a90e2}.bg-info .card-gray .card-title a.hover,.bg-info .card-gray .card-title a:hover,.bg-info .card-gray a.card-title.hover,.bg-info .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-warning .card-gray .card-title a,.bg-warning .card-gray a.card-title{color:#212121;text-shadow:3px 0 #f5a623,2px 0 #f5a623,1px 0 #f5a623,-1px 0 #f5a623,-2px 0 #f5a623,-3px 0 #f5a623}.bg-warning .card-gray .card-title a.hover,.bg-warning .card-gray .card-title a:hover,.bg-warning .card-gray a.card-title.hover,.bg-warning .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-danger .card-gray .card-title a,.bg-danger .card-gray a.card-title{color:#fff;text-shadow:3px 0 #e30713,2px 0 #e30713,1px 0 #e30713,-1px 0 #e30713,-2px 0 #e30713,-3px 0 #e30713}.bg-danger .card-gray .card-title a.hover,.bg-danger .card-gray .card-title a:hover,.bg-danger .card-gray a.card-title.hover,.bg-danger .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-light .card-gray .card-title a,.bg-light .card-gray a.card-title{color:#212121;text-shadow:3px 0 #e6e6e6,2px 0 #e6e6e6,1px 0 #e6e6e6,-1px 0 #e6e6e6,-2px 0 #e6e6e6,-3px 0 #e6e6e6}.bg-light .card-gray .card-title a.hover,.bg-light .card-gray .card-title a:hover,.bg-light .card-gray a.card-title.hover,.bg-light .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-dark .card-gray .card-title a,.bg-dark .card-gray a.card-title{color:#fff;text-shadow:3px 0 #212121,2px 0 #212121,1px 0 #212121,-1px 0 #212121,-2px 0 #212121,-3px 0 #212121}.bg-dark .card-gray .card-title a.hover,.bg-dark .card-gray .card-title a:hover,.bg-dark .card-gray a.card-title.hover,.bg-dark .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}a.card{border:none;text-decoration:none}a.card .card-body{border:1px solid #d5d5d5;-webkit-transition:border .3s;transition:border .3s}a.card .card-title{-webkit-transition:.4s ease;transition:.4s ease}a.card:hover{color:#212121}a.card:hover .card-body{border-color:#212121}a.card:hover .card-title{color:#e30713}.card-img-overlay{right:auto;max-width:400px}.card-img-overlay .card-title{margin-bottom:0}@media (max-width:767.98px){.card-img-overlay .card-title,.card-img-overlay .h4{font-size:1.152rem}}.card-img-top,.card-overlay .card-img{min-height:1px}.card-grayscale:hover .card-img-top img{-webkit-filter:grayscale(0);filter:grayscale(0)}.card-grayscale:hover .card-body{opacity:1}.card-grayscale .card-img-top img{-webkit-transition:-webkit-filter .2s;transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.card-grayscale .card-body{opacity:.75;-webkit-transition:opacity .3s,background .3s,border .3s!important;transition:opacity .3s,background .3s,border .3s!important}.datepicker{display:none}.datepicker-wrapper .picker__holder{padding:.5rem 0;background:#fff;border:1px solid #e6e6e6}.datepicker-wrapper .picker__header{margin-bottom:1.4em}@media (max-width:767.98px){.datepicker-wrapper .picker__header{text-align:left}}.datepicker-wrapper .picker__month{font-weight:700}.datepicker-wrapper .picker__year{font-style:normal}.datepicker-wrapper .picker__nav--next,.datepicker-wrapper .picker__nav--prev{right:0;width:2.4rem;height:2.4rem;padding:0;border:1px solid #e6e6e6;border-radius:100%;text-align:center;-webkit-transition:border .2s;transition:border .2s}.datepicker-wrapper .picker__nav--next:focus,.datepicker-wrapper .picker__nav--next:hover,.datepicker-wrapper .picker__nav--prev:focus,.datepicker-wrapper .picker__nav--prev:hover{background:transparent;border:1px solid #707070}.datepicker-wrapper .picker__nav--prev{right:auto;left:0}@media (max-width:767.98px){.datepicker-wrapper .picker__nav--prev{right:3rem;left:auto}}.datepicker-wrapper .picker__nav--next:before,.datepicker-wrapper .picker__nav--prev:before{content:" ";display:inline-block;position:relative;top:.95rem;right:.1rem;width:.5rem;height:.5rem;border-style:solid;border-width:2px 2px 0 0;border-color:#212121 #212121 transparent transparent;-webkit-transform:rotate(45deg);transform:rotate(45deg);vertical-align:top}.datepicker-wrapper .picker__nav--prev:before{right:auto;left:.1rem;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.datepicker-wrapper .picker__day{display:inline-block;width:2.4rem;height:2.4rem;padding:.55rem 0!important;background:transparent!important;line-height:1.65rem;border-radius:100%}.datepicker-wrapper .picker__day:focus,.datepicker-wrapper .picker__day:hover{border:1px solid #d5d5d5}.datepicker-wrapper .picker__day.picker__day--today{border-color:#e30713}.datepicker-wrapper .picker__day.picker__day--today:before{content:none}.datepicker-wrapper .picker__day.picker__day--highlighted{border-color:#d5d5d5!important;font-weight:400;color:#212121}.datepicker-wrapper .picker__day.picker__day--selected{background:#e30713!important;border-color:#e30713}.datepicker-fancy{display:none}.datepicker-fancy+.picker .picker__holder{background:none}@media (max-width:767.98px){.datepicker-fancy+.picker .picker__holder{overflow:hidden;padding:1.1rem 0 .9rem;border-left:0;border-right:0}.datepicker-fancy+.picker .picker__holder table{display:block;position:relative;min-height:3rem}.datepicker-fancy+.picker .picker__holder table tbody[data-week="1"]{left:0%}.datepicker-fancy+.picker .picker__holder table tbody[data-week="2"]{left:-100%}.datepicker-fancy+.picker .picker__holder table tbody[data-week="3"]{left:-200%}.datepicker-fancy+.picker .picker__holder table tbody[data-week="4"]{left:-300%}.datepicker-fancy+.picker .picker__holder table tbody[data-week="5"]{left:-400%}.datepicker-fancy+.picker .picker__holder table tbody[data-week="6"]{left:-500%}.datepicker-fancy+.picker .picker__holder table tbody{position:absolute;top:1.3;left:0}.datepicker-fancy+.picker .picker__holder table tbody,.datepicker-fancy+.picker .picker__holder table thead{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100%}.datepicker-fancy+.picker .picker__holder table tbody tr,.datepicker-fancy+.picker .picker__holder table thead tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.datepicker-fancy+.picker .picker__holder table tbody tr td,.datepicker-fancy+.picker .picker__holder table tbody tr th,.datepicker-fancy+.picker .picker__holder table thead tr td,.datepicker-fancy+.picker .picker__holder table thead tr th{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-bottom:.2rem}}@media (min-width:768px){.datepicker-fancy+.picker .picker__holder{padding:3.5rem 0 4rem!important}.datepicker-fancy+.picker .picker__holder .picker__header{position:static}.datepicker-fancy+.picker .picker__holder .picker__box{position:relative}.datepicker-fancy+.picker .picker__holder .picker__nav--next,.datepicker-fancy+.picker .picker__holder .picker__nav--prev{top:50%;width:3.8rem;height:3.8rem;background:#fff;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s;z-index:10}.datepicker-fancy+.picker .picker__holder .picker__nav--next:before,.datepicker-fancy+.picker .picker__holder .picker__nav--prev:before{top:1.64rem;left:0;border-color:#e30713 #e30713 transparent transparent;-webkit-transition:border-width .2s;transition:border-width .2s}.datepicker-fancy+.picker .picker__holder .picker__nav--next:hover,.datepicker-fancy+.picker .picker__holder .picker__nav--prev:hover{-webkit-box-shadow:0 0 20px 1px rgba(33,33,33,.25);box-shadow:0 0 20px 1px rgba(33,33,33,.25);border:1px solid #e6e6e6}.datepicker-fancy+.picker .picker__holder .picker__nav--next:hover:before,.datepicker-fancy+.picker .picker__holder .picker__nav--prev:hover:before{border-color:#a80e17 #a80e17 transparent transparent;border-width:3px 3px 0 0}.datepicker-fancy+.picker .picker__holder .picker__nav--prev{left:calc(50% - 500px / 2 - 4.3rem)}.datepicker-fancy+.picker .picker__holder .picker__nav--next{right:calc(50% - 500px / 2 - 4.3rem)}.datepicker-fancy+.picker .picker__holder .picker__table{max-width:500px;margin:auto}.datepicker-fancy+.picker .picker__holder .picker__day{width:2.7rem;height:2.7rem;padding:.4325em 0;line-height:1.6rem;-webkit-transition:border .2s;transition:border .2s;margin-bottom:.2rem}.datepicker-fancy+.picker .picker__holder .picker__weekday{padding-bottom:1.1em}}.datepicker-fancy+.picker .picker__holder .picker__day--highlighted{font-weight:700;color:#e30713;border-color:transparent}.datepicker-fancy+.picker .picker__holder .picker__day--highlighted.picker__day--selected{color:#fff}.datepicker-fancy+.picker .picker__holder .picker__day--today{border-color:#e30713}.datepicker-fancy+.picker .picker__holder .nextMonthLabel,.datepicker-fancy+.picker .picker__holder .prevMonthLabel{position:absolute;top:6.8rem;font-size:8rem;font-weight:700;color:#d5d5d5;text-transform:uppercase}.datepicker-fancy+.picker .picker__holder .nextMonthLabel{left:calc(50% + 19rem)}.datepicker-fancy+.picker .picker__holder .prevMonthLabel{right:calc(50% + 19rem)}.datepicker-fancy+.picker+.nextMonthLabel,.datepicker-fancy+.picker~.prevMonthLabel{display:none}article{counter-reset:d}article aside,article footer{margin-top:1.6rem;padding-top:.72rem;border-top:1px solid #c1c1c1;font-size:.83rem}article aside ol,article footer ol{counter-reset:a;padding-left:0;margin-left:0}article aside ol li,article footer ol li{display:block}article aside ol li:before,article footer ol li:before{content:counter(a);counter-increment:a;display:inline-block;height:.7rem;margin-right:.4rem;padding-right:.15rem;border-right:1px solid #c1c1c1;font-size:.7rem;line-height:.7rem;font-weight:700;color:#e30713}[aria-describedby=footnote-label],[aria-describedby=footnote-label]:hover,[aria-describedby=sidenote-label],[aria-describedby=sidenote-label]:hover{counter-increment:d;text-decoration:none;color:inherit;cursor:default;outline:none;border-bottom:none}[aria-describedby=footnote-label]:active,[aria-describedby=footnote-label]:focus,[aria-describedby=footnote-label]:focus:active,[aria-describedby=footnote-label]:hover:active,[aria-describedby=footnote-label]:hover:focus,[aria-describedby=footnote-label]:hover:focus:active,[aria-describedby=sidenote-label]:active,[aria-describedby=sidenote-label]:focus,[aria-describedby=sidenote-label]:focus:active,[aria-describedby=sidenote-label]:hover:active,[aria-describedby=sidenote-label]:hover:focus,[aria-describedby=sidenote-label]:hover:focus:active{-webkit-box-shadow:none!important;box-shadow:none!important}[aria-describedby=footnote-label]:after,[aria-describedby=footnote-label]:hover:after,[aria-describedby=sidenote-label]:after,[aria-describedby=sidenote-label]:hover:after{border-left-color:#e30713;border-right-color:#e30713}[aria-describedby=footnote-label]:after,[aria-describedby=sidenote-label]:after{content:counter(d);display:inline-block;height:.61rem;margin-left:2px;padding:0 .15rem;cursor:pointer;vertical-align:super;font-size:.61rem;line-height:.61rem;font-weight:700;border-left:1px solid #c1c1c1;border-right:1px solid #c1c1c1;color:#e30713;-webkit-transition:border .2s,color .2s;transition:border .2s,color .2s}[aria-describedby=footnote-label]:focus:after,[aria-describedby=sidenote-label]:focus:after{outline:thin dotted;outline-offset:2px}.back-to-content{font-size:.8em;color:#e30713;border-bottom:none}footer :target{background:rgba(227,7,19,.2)}article aside{margin-top:0;padding:0;border-top:none;color:#707070}.form-group label{font-size:.83rem;color:#707070}.form-group .invalid-label,.invalid-label{color:#e30713}.gallery.is-fullscreen{z-index:1120!important}.gallery,.gallery-nav{position:relative;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.gallery-nav.ready,.gallery.ready{opacity:1}.gallery-nav .img-fluid,.gallery .img-fluid{width:100%}.gallery-nav:after{content:" ";position:absolute;top:0;right:0;bottom:0;width:5%;background:-webkit-gradient(linear,left top,right top,from(transparent),to(#fff));background:linear-gradient(90deg,transparent 0,#fff)}.gallery.flickity-enabled.is-fullscreen{background:#fff}.gallery.flickity-enabled.is-fullscreen .flickity-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ie .gallery.flickity-enabled.is-fullscreen .flickity-slider{padding-top:20vmin;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.gallery.flickity-enabled.is-fullscreen .gallery-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-height:80vmin}.gallery.flickity-enabled.is-fullscreen .gallery-item .img-fluid{max-width:100vmin;margin:0 auto}.gallery.flickity-enabled.is-fullscreen .gallery-item figcaption span:last-child{padding-left:3rem}.gallery.flickity-enabled.is-fullscreen .flickity-prev-next-button{top:50%!important;border:1px solid #c1c1c1}.gallery.flickity-enabled.is-fullscreen .flickity-prev-next-button.next{right:6%}.gallery.flickity-enabled.is-fullscreen .flickity-prev-next-button.previous{left:6%}.gallery-item{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gallery-item,.gallery-item figcaption{display:-webkit-box;display:-ms-flexbox;display:flex}.gallery-item figcaption{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.6rem .2rem;font-size:.83rem;color:#707070}.gallery-item figcaption>span{display:inline-block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.gallery-item figcaption>span:last-child{text-align:right;padding-left:1rem}.gallery-nav-item{display:block;position:relative;width:calc(23% - .8rem);margin-right:.8rem;border-bottom:1px solid #c1c1c1}.gallery-nav-item:after{content:" ";position:absolute;top:0;left:50%;margin-left:-16px;width:0;height:0;border-style:solid;border-width:16px 16px 0;border-color:transparent;-webkit-transition:border-color .25s;transition:border-color .25s}.gallery-nav-item.is-nav-selected:after{border-color:#fff transparent transparent}.gallery-nav-item figcaption{overflow:hidden;padding:.4rem 0;font-size:.83rem;color:#707070;white-space:nowrap;text-overflow:ellipsis}.gallery .flickity-fullscreen-button,.gallery .flickity-prev-next-button{width:41px;height:41px;border-radius:41px;opacity:1}.gallery .flickity-fullscreen-button svg.flickity-button-icon,.gallery .flickity-prev-next-button svg.flickity-button-icon{position:static}.gallery .flickity-prev-next-button{display:-webkit-box;display:-ms-flexbox;display:flex;top:45%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:-20.5px;background:#fff;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s,-webkit-transform .25s}.gallery .flickity-prev-next-button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.gallery .flickity-prev-next-button.next{right:14px}.gallery .flickity-prev-next-button.previous{left:14px}@media (max-width:767.98px){.gallery .flickity-prev-next-button{display:none}}.gallery .flickity-fullscreen-button{top:14px;right:14px;background:#707070;text-align:center;-webkit-transition:background .25s;transition:background .25s}.gallery .flickity-fullscreen-button:hover{background:#212529}.gallery .flickity-fullscreen-button svg.flickity-button-icon{width:17px;margin-top:6px}.gallery .flickity-fullscreen-button svg.flickity-button-icon *{fill:#fff}.gallery .flickity-fullscreen-button.flickity-fullscreen-button-exit svg.flickity-button-icon{width:10px}.list-group-item-borderless{padding-right:0;padding-left:0;border-right:0;border-left:0}.list-group-item-gray .list-group-teaser-container{background:#e6e6e6;-webkit-transition:background .25s;transition:background .25s}.list-group-item-gray .list-group-teaser-container:hover{background:#fff}.list-group .list-group-teaser{display:block;text-decoration:none;padding:0;border:none}.list-group .list-group-teaser:hover{z-index:10}.list-group .list-group-teaser+.list-group-teaser{margin-top:-1px}.list-group .list-group-teaser-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 12rem;flex:0 0 12rem;padding:1rem;padding-top:1rem;z-index:1;border:1px solid #d5d5d5;-webkit-transition:border-color .2s;transition:border-color .2s}@media (min-width:992px){.list-group .list-group-teaser-thumbnail{border-right:none}}@media (max-width:991.98px){.list-group .list-group-teaser-thumbnail{border-bottom:none}}.list-group .list-group-teaser-content{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;padding:1rem;border:1px solid #d5d5d5;-webkit-transition:border-color .2s;transition:border-color .2s;z-index:1}@media (max-width:991.98px){.list-group .list-group-teaser-content{border-top:none;padding-right:0}}@media (min-width:992px){.list-group .list-group-teaser-content{border-left:none}}.list-group .list-group-teaser-content span{color:#212121}.list-group .list-group-teaser-content p{margin:0}.list-group .list-group-teaser-content p.h5{margin-bottom:.4rem}.list-group .list-group-teaser-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100%}@media (max-width:991.98px){.list-group .list-group-teaser-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.list-group .list-group-teaser-container:hover .list-group-teaser-content,.list-group .list-group-teaser-container:hover .list-group-teaser-thumbnail{border-color:#212121}.list-group .list-group-teaser-more{display:block;padding:.4rem 1rem;background:#fff;border:1px solid #d5d5d5!important;font-size:90%;background-image:none!important;text-align:center;margin-top:1rem;-webkit-transition:border .2s,color .3s;transition:border .2s,color .3s}.list-group .list-group-teaser-more:hover{border:1px solid #212121!important}.social-feed{position:relative;padding:2.2rem 1.5rem 1.5rem;background:#fff;color:#707070}.social-feed strong{color:#212121}.social-feed .social-icon{position:absolute;top:-1.3rem}.social-feed .social-feed-header{margin-bottom:.6rem}.social-feed picture img{margin-bottom:1rem}.breadcrumb-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-bottom:1.6rem}.breadcrumb-container:before{content:" ";position:absolute;top:0;right:0;width:3rem;height:calc(100% - 2px);background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(80%,#fff),to(#fff));background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 80%,#fff);z-index:120}@media (max-width:1199.98px){.breadcrumb-container{height:3.5rem;padding:0 .8rem}}@media (min-width:1200px){.breadcrumb-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin:0 3rem;margin-bottom:2rem}}.breadcrumb-wrapper{max-width:100%;width:100%;min-height:2.15rem;border-bottom:1px solid #c1c1c1}@media (min-width:992px){.breadcrumb-wrapper{overflow-x:auto;overflow-y:visible;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}.breadcrumb{padding:0;margin-bottom:0}@media (min-width:992px){.breadcrumb{max-width:100%;white-space:nowrap;padding:.1rem 0}.breadcrumb .breadcrumb-item:last-child{padding-right:3rem}}@media (max-width:1199.98px){.breadcrumb{height:3.5rem;overflow-x:scroll;white-space:nowrap;margin:0;padding:.64rem 0;z-index:110}.breadcrumb .icon{color:#c1c1c1}.breadcrumb li:last-child{padding-right:5rem}}.breadcrumb-item{display:inline-block;position:relative;font-size:.83rem;line-height:1.5rem}.breadcrumb-item:before{content:" ";display:block;position:absolute;bottom:-.1rem;left:0;width:0;height:1px;padding:0;background:#e30713;-webkit-transition:width .3s ease;transition:width .3s ease}.breadcrumb-item:not(.active):not(.breadcrumb-tags-wrapper):hover:before{width:calc(100% - .6rem)}.breadcrumb-item:after{content:"\203A";padding-left:.3rem;color:#495057}.breadcrumb-item a{background-image:none!important;color:#495057;text-decoration:none}.breadcrumb-item a:hover{color:#212121}.breadcrumb-item .icon{font-size:.86em}.breadcrumb-item:last-child:after{content:none}.breadcrumb-item.active{color:#495057}.links-group{padding:1.66rem;background:#fff;border:1px solid #d5d5d5}.links-group .nav-link{padding:0;margin-bottom:.8rem}.links-group.links-group-teaser h5{margin-bottom:1.2rem;padding-bottom:1.6rem;border-bottom:1px solid #d5d5d5}.media-map{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.media-map,.media-map figure{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.media-map picture{width:100%;margin-bottom:0}.media-map img{height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.media-map-over{position:absolute;right:16px;bottom:16px;left:16px}.cover{position:relative}.cover figcaption{position:absolute;right:16px;bottom:16px;z-index:1}@media (min-width:768px){.cover figcaption{right:32px;bottom:32px}}.page-item{background-color:#fff;border-top:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5}.page-item:first-child .page-link,.page-item:last-child .page-link{border-radius:0}.page-item:first-child{border-left:1px solid #d5d5d5}.page-item:first-child .page-link{margin-left:-1px}.page-item:last-child{border-right:1px solid #d5d5d5}.page-item:last-child .page-link{margin-right:-1px}.page-item.disabled .page-link{border-color:transparent}.page-item.disabled:last-child .page-link{margin-right:0}.page-item.disabled:first-child .page-link{margin-left:0}.page-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:2.25rem;height:100%;background-color:transparent;border-color:transparent;border-radius:0;text-decoration:none;font-weight:700;-webkit-transition:margin .1s ease-in-out;transition:margin .1s ease-in-out;position:relative;z-index:0;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.page-link:before{content:"";display:block;position:absolute;z-index:-1;border:5px solid transparent;-webkit-transition:border .2s;transition:border .2s;top:100%;left:0;width:100%;height:0;border-bottom-width:0;border-top-width:0;border-top-color:#d5d5d5}.page-link:focus,.page-link:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.page-link:focus:before,.page-link:hover:before{border-top-width:5px}.page-link:before{left:-1px;margin-top:1px;width:calc(100% + 2px)}.page-item:first-child .page-link:before{border-left-color:#fff}.page-item:last-child .page-link:before{border-right-color:#fff}.page-link:hover{z-index:2;border:1px solid #707070;-webkit-transform:translateY(-4px);transform:translateY(-4px)}.page-link:active,.page-link:focus,.page-link:hover{background-color:#fff}.question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}@-webkit-keyframes c{to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes c{to{-webkit-transform:scale(1);transform:scale(1)}}.question .h3,.question h3{margin-top:1rem;margin-bottom:3rem}.question .custom-control-label{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-preferred-size:0;flex-basis:0;position:relative;-webkit-transition:.2s;transition:.2s}.question .custom-control-label:before{width:1.7rem;height:1.7rem;border:none;border-radius:50%;margin-top:0;-webkit-box-shadow:none!important;box-shadow:none!important;z-index:15}.question .custom-control-label:after,.question .custom-control-label:before{content:" ";position:absolute;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:margin .2s;transition:margin .2s}.question .custom-control-label:after{width:.62963rem;height:.62963rem;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");z-index:25}.question .custom-control-input:checked+.custom-control-label,.question .custom-control-label:hover{cursor:pointer}.question .custom-control-input:checked+.custom-control-label .custom-control-label-content,.question .custom-control-label:hover .custom-control-label-content{border-color:#212121;z-index:10}.question .custom-control-label-content{display:block;position:relative;padding:1rem 1.3rem;background:#fff;border:1px solid #d5d5d5;z-index:5;-webkit-transition:.2s;transition:.2s}.question .custom-control-input:checked+.custom-control-label{z-index:10}.question .custom-control-input:checked+.custom-control-label .custom-control-label-content{border-color:#212121;z-index:10}.question .custom-control-input:checked+.custom-control-label:after,.question .custom-control-input:checked+.custom-control-label:before{-webkit-animation:c .2s forwards;animation:c .2s forwards}.question-title{font-size:1.2rem;text-transform:uppercase;color:#707070}.question-subtitle{font-size:1.4rem;font-weight:700}.question-img{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.question-content{padding:4rem}.question-answers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-right:1.7rem}@media (max-width:991.98px){.question .custom-control-label{display:block;position:relative;z-index:1;-webkit-transition:margin .2s,padding .2s;transition:margin .2s,padding .2s}.question .custom-control-input:checked+.custom-control-label,.question .custom-control-label:focus,.question .custom-control-label:hover{padding-left:.5rem;margin-right:-.5rem}.question .custom-control-input:checked+.custom-control-label .trapeze-vertical,.question .custom-control-label:focus .trapeze-vertical,.question .custom-control-label:hover .trapeze-vertical{border-right-width:.5rem}.question .custom-control-label:before{top:calc(50% - .85rem);right:-.85rem;left:auto}.question .custom-control-label:after{top:calc(50% - .31481rem);right:-.31481rem;left:auto}.question .custom-control-label-content{margin-bottom:-1px}.question-content{padding:1rem 0}.custom-control-input:checked+.custom-control-label{z-index:10}}@media (min-width:992px){.question{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-image:-webkit-gradient(linear,left top,right top,color-stop(30%,#fff),color-stop(30%,#e6e6e6));background-image:linear-gradient(90deg,#fff 30%,#e6e6e6 0);padding:10rem 0}.question .h3,.question h3{margin-top:0}.question .custom-control-label{display:block;position:relative;z-index:1;-webkit-transition:margin .2s,padding .2s;transition:margin .2s,padding .2s}.question .custom-control-input:checked+.custom-control-label,.question .custom-control-label:focus,.question .custom-control-label:hover{margin-top:-.5rem!important;padding-bottom:.5rem}.question .custom-control-input:checked+.custom-control-label .trapeze-horizontal,.question .custom-control-label:focus .trapeze-horizontal,.question .custom-control-label:hover .trapeze-horizontal{border-top-width:.5rem}.question .custom-control-label:before{top:-.85rem;left:calc(50% - .85rem)}.question .custom-control-label:after{top:-.31481rem;left:calc(50% - .31481rem)}.question .custom-control-input:checked+.custom-control-label,.question .custom-control-label:hover{z-index:10}.question .custom-control-label-content{height:100%;margin-left:-1px}.question-img{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%}.question-img img,.question-img picture{display:block;width:100%!important}.question-answers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;padding:0}.question-content{padding:0 4rem}}.social-share-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 1.5rem;background:#fff;color:#707070}@media (min-width:992px){.social-share-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.social-share-container.social-share-light{display:inline-block}.social-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:992px){.social-share{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.social-share .social-icon{margin-right:.25rem;margin-bottom:.25rem}@media (min-width:992px){.social-share .social-icon{margin-bottom:0}}.social-share .social-share-text{-ms-flex-preferred-size:100%;flex-basis:100%;margin-right:.5rem;margin-bottom:.25rem}@media (min-width:992px){.social-share .social-share-text{-ms-flex-preferred-size:auto;flex-basis:auto;margin-bottom:0}}.social-share-copylink{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:992px){.social-share-copylink{margin-top:0}}@media (max-width:991.98px){.social-share-copylink{white-space:normal}}.social-share-copylink .input-group{margin-left:.5rem;padding:.2rem;border:1px solid #d5d5d5}.selectize-control .social-share-copylink .input-group .selectize-input,.social-share-copylink .input-group .form-control,.social-share-copylink .input-group .selectize-control .selectize-input{border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.selectize-control .social-share-copylink .input-group .selectize-input:before,.social-share-copylink .input-group .form-control:before,.social-share-copylink .input-group .selectize-control .selectize-input:before{content:none}.semaineDeRef,.table{width:100%}.semaineDeRef thead th,.table thead th{border-bottom:3px solid #d5d5d5;padding:.3rem 0}.semaineDeRef tbody,.semaineDeRef tfoot,.table tbody,.table tfoot{color:#212121}.semaineDeRef tbody td,.semaineDeRef tfoot td,.table tbody td,.table tfoot td{padding:.3rem 0;border-bottom:1px solid #d5d5d5}@media (max-width:767.98px){.semaineDeRef tbody td:last-child,.semaineDeRef tfoot td:last-child,.table tbody td:last-child,.table tfoot td:last-child{margin-bottom:1.2rem}}.semaineDeRef tbody td .tablesaw-cell-label,.semaineDeRef tfoot td .tablesaw-cell-label,.table tbody td .tablesaw-cell-label,.table tfoot td .tablesaw-cell-label{color:#212121}.semaineDeRef tfoot td,.table tfoot td{border-top:3px solid #d5d5d5;font-weight:700}@media (min-width:768px){.semaineDeRef,.table-boxed{border:1px solid #d5d5d5}}.semaineDeRef thead th,.table-boxed thead th{border-top:1px solid #d5d5d5}.semaineDeRef tbody td,.semaineDeRef tfoot td,.semaineDeRef thead th,.table-boxed tbody td,.table-boxed tfoot td,.table-boxed thead th{padding-left:.45rem;padding-right:.45rem;border-right:1px solid #d5d5d5}@media (max-width:767.98px){.semaineDeRef tbody td,.semaineDeRef tfoot td,.semaineDeRef thead th,.table-boxed tbody td,.table-boxed tfoot td,.table-boxed thead th{border-left:1px solid #d5d5d5}}.table-sortable thead th{padding:0}.table-sortable thead th button{padding:.3rem;cursor:pointer}.table-sortable thead th button .tablesaw-sortable-arrow{display:block;position:relative;margin-top:.1rem;float:left;width:1rem;height:1rem}.table-sortable thead th button .tablesaw-sortable-arrow:after{top:0;border-bottom:.35rem solid #d5d5d5}.table-sortable thead th button .tablesaw-sortable-arrow:after,.table-sortable thead th button .tablesaw-sortable-arrow:before{content:" ";position:absolute;left:0;width:0;height:0;border-left:.29rem solid transparent;border-right:.29rem solid transparent;margin:0}.table-sortable thead th button .tablesaw-sortable-arrow:before{bottom:0;border-top:.35rem solid #d5d5d5}.table-sortable thead th.tablesaw-sortable-descending button .tablesaw-sortable-arrow:before{border-top-color:#e30713}.table-sortable thead th.tablesaw-sortable-ascending button .tablesaw-sortable-arrow:after{border-bottom-color:#e30713}.tablesaw-sortable-btn{background:transparent;border:none}.nav-tabs .nav-item+.nav-item .nav-link{margin-left:-1px}.nav-tabs .nav-item:first-child .nav-link{border-top-left-radius:2px}.nav-tabs .nav-item:last-child .nav-link{border-top-right-radius:2px}.nav-tabs .nav-link{position:relative;background-color:#e6e6e6;border-color:#d5d5d5;text-decoration:none;border-radius:0}.nav-tabs .nav-link:hover{z-index:1;background-color:#d9d9d9;color:#212121}.nav-tabs .nav-link:focus:not(:active){z-index:1;border-color:#ced4da;outline:1px solid #ced4da;border-radius:0!important}.nav-tabs .nav-link:active{z-index:1;background:-webkit-gradient(linear,left bottom,left top,from(#e6e6e6),to(#d9d9d9));background:linear-gradient(0deg,#e6e6e6,#d9d9d9)}.nav-tabs .nav-link.disabled{background-color:#d9d9d9;border-color:#d5d5d5;color:#c1c1c1;cursor:not-allowed}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#212121}.nav-tabs .nav-item.show .nav-link:hover,.nav-tabs .nav-link.active:hover{background-color:#fff}.nav-tabs-vertical-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.nav-tabs-vertical-wrapper .nav-tabs{-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%;max-width:30%;margin-right:-1px;border-top:1px solid #d5d5d5}.nav-tabs-vertical-wrapper .nav-item:first-child .nav-link{border-top:0}.nav-tabs-vertical-wrapper .nav-item .nav-link{margin-top:0;margin-left:0}.nav-tabs-vertical-wrapper .nav-item .nav-link:first-child{margin-left:0}.nav-tabs-vertical-wrapper .tab-content{-webkit-box-flex:2;-ms-flex:2 1 70%;flex:2 1 70%;border:1px solid #d5d5d5}.nav-tabs-vertical{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-bottom:none}.nav-tabs-vertical .nav-item:first-child .nav-link{border-top-left-radius:0}.nav-tabs-vertical .nav-item:last-child .nav-link{border-top-right-radius:0}.nav-tabs-vertical .nav-link.active{border-right:1px solid #fff;border-bottom-color:#d5d5d5}.nav-tabs-light-wrapper{margin-bottom:1rem;background-color:#fff;border-bottom:1px solid #d5d5d5}.nav-tabs-light .nav-link{position:relative;margin-right:2rem;padding-right:0;padding-left:0;text-decoration:none;font-weight:700}.nav-tabs-light .nav-link:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;border-bottom:0 solid #e30713;-webkit-transition:border-bottom .2s;transition:border-bottom .2s}.nav-tabs-light .nav-link.active:after{border-bottom-width:4px}.nav-tabs-light .nav-item:last-child .nav-link{margin-right:0}.card-deck{position:relative;margin-left:-.5rem;margin-right:-.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:992px){.card-deck>.card{z-index:1;margin:.5rem}.card-deck>.card:first-child:last-child{margin-right:auto}.card-deck>.card:first-child:last-child,.card-deck>.card:nth-last-child(n+2){-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;margin-left:auto}.card-deck>.card:nth-last-child(n+2)~*{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;margin-right:auto}.card-deck>.card:nth-last-child(n+3),.card-deck>.card:nth-last-child(n+3)~*{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%;margin:.5rem}.card-deck.card-deck-line:before{content:" ";position:absolute;top:50%;left:5%;width:30%;z-index:0;border-bottom:1px solid #e6e6e6}.bg-gray-100 .card-deck.card-deck-line:before{border-bottom-color:#c1c1c1}.card-deck.card-deck-line:after{content:" ";position:absolute;top:50%;right:5%;width:30%;z-index:0;border-bottom:1px solid #e6e6e6}.bg-gray-100 .card-deck.card-deck-line:after{border-bottom-color:#c1c1c1}.card-deck.card-deck-line>div.card:first-child:last-child{position:relative}.card-deck.card-deck-line>div.card:first-child:last-child:before{content:" ";display:block;position:absolute;top:0;left:calc(-1rem - 1px);width:1rem;height:100%;background:#fff}.bg-gray-100 .card-deck.card-deck-line>div.card:first-child:last-child:before{background-color:#e6e6e6}.card-deck.card-deck-line>div.card:first-child:last-child:after{content:" ";display:block;position:absolute;top:0;right:calc(-1rem - 1px);width:1rem;height:100%;background:#fff}.bg-gray-100 .card-deck.card-deck-line>div.card:first-child:last-child:after{background-color:#e6e6e6}.card-deck.card-deck-line>div.card:nth-last-child(n+2):before{content:" ";display:block;position:absolute;top:0;left:calc(-1rem - 1px);width:1rem;height:100%;background:#fff}.bg-gray-100 .card-deck.card-deck-line>div.card:nth-last-child(n+2):before{background-color:#e6e6e6}.card-deck.card-deck-line>div.card:nth-last-child(n+2)~:after{content:" ";display:block;position:absolute;top:0;right:calc(-1rem - 1px);width:1rem;height:100%;background:#fff}.bg-gray-100 .card-deck.card-deck-line>div.card:nth-last-child(n+2)~:after{background-color:#e6e6e6}.card-deck.card-deck-line>div.card:nth-last-child(n+3):after,.card-deck.card-deck-line>div.card:nth-last-child(n+3):before,.card-deck.card-deck-line>div.card:nth-last-child(n+3)~:after,.card-deck.card-deck-line>div.card:nth-last-child(n+3)~:before{content:none}.card-deck.card-deck-line>a.card:first-child:last-child{-webkit-box-flex:0;-ms-flex:0 0 calc(33% + 1.5rem);flex:0 0 calc(33% + 1.5rem);border-left:1rem solid #fff;border-right:1rem solid #fff}.bg-gray-100 .card-deck.card-deck-line>a.card:first-child:last-child{border-right-color:#e6e6e6;border-left-color:#e6e6e6}.card-deck.card-deck-line>a.card:nth-last-child(n+2){-webkit-box-flex:0;-ms-flex:0 0 calc(33% + 1.5rem);flex:0 0 calc(33% + 1.5rem);border-left:1rem solid #fff}.bg-gray-100 .card-deck.card-deck-line>a.card:nth-last-child(n+2){border-left-color:#e6e6e6}.card-deck.card-deck-line>a.card:nth-last-child(n+2)~*{-webkit-box-flex:0;-ms-flex:0 0 calc(0.33 + $spacer);flex:0 0 calc(0.33 + $spacer);border-right:1rem solid #fff}.bg-gray-100 .card-deck.card-deck-line>a.card:nth-last-child(n+2)~*{border-right-color:#e6e6e6}.card-deck.card-deck-line>a.card:nth-last-child(n+3),.card-deck.card-deck-line>a.card:nth-last-child(n+3)~*{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%;border:none}}.card-slider-wrapper{padding:1rem 0}.card-slider-wrapper .flickity-page-dots{display:-webkit-box;display:-ms-flexbox;display:flex;bottom:-.8rem;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-slider-wrapper .flickity-page-dots .dot{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;height:1px;margin:0;background:#707070;border-radius:0}.card-slider-wrapper .flickity-page-dots .dot.is-selected{height:5px;background:#e30713}.card-slider-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-slider-footer>div{margin-right:2rem}@media (max-width:767.98px){.card-slider-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:2.6rem}.card-slider-footer>div{margin-right:0}}.card-slider-btn{display:inline-block;position:relative;width:3rem;height:3rem;background:#fff;border:1px solid #c1c1c1;font-size:1.4rem;line-height:2.3rem;color:#e30713;-webkit-transition:opacity .3s,background .3s,border .3s,color .3s,-webkit-transform .3s;transition:opacity .3s,background .3s,border .3s,color .3s,-webkit-transform .3s;transition:opacity .3s,background .3s,border .3s,transform .3s,color .3s;transition:opacity .3s,background .3s,border .3s,transform .3s,color .3s,-webkit-transform .3s}.card-slider-btn:hover{cursor:pointer;border:1px solid #707070}.card-slider-btn:before{margin-top:1px}.card-slider-btn.disabled{background:transparent;color:#707070}@media (max-width:767.98px){.card-slider-btn{display:none}}.card-slider{height:100%}.card-slider .flickity-viewport{overflow:visible}.card-slider-cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:23%;min-width:360px;padding-right:32px}.card-slider-cell.card-slider-cell-lg{width:48%}.ie .card-slider-cell{display:block;height:auto!important}.ie .card-slider-cell .card-body{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media (max-width:991.98px){.card-slider-cell{width:100%;padding-right:0}.card-slider-cell.card-slider-cell-lg{width:100%}}.fullwidth-teaser{position:relative;width:100%;min-height:30rem}.fullwidth-teaser,.fullwidth-teaser .vimeo-wrapper{background:#e6e6e6}@media (min-width:768px){.fullwidth-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}@media (min-width:992px){.fullwidth-teaser{margin-bottom:0}}.fullwidth-teaser img{width:100%;height:auto}.fullwidth-teaser figure{margin-bottom:0}@media (min-width:768px){.fullwidth-teaser .fullwidth-teaser-text,.fullwidth-teaser figure,.fullwidth-teaser picture{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (max-width:767.98px){.fullwidth-teaser figure img,.fullwidth-teaser picture img{width:100%!important;height:auto}}@media (min-width:768px){.fullwidth-teaser figure,.fullwidth-teaser picture{position:relative;overflow:hidden}.fullwidth-teaser figure img,.fullwidth-teaser picture img{position:absolute;top:0;left:-10%;width:auto;height:100%}}@media (min-width:1200px){.fullwidth-teaser{display:block;padding:0}.fullwidth-teaser figure,.fullwidth-teaser picture{display:block;height:90vh;max-height:90vh}.fullwidth-teaser figure img,.fullwidth-teaser picture img{position:relative;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;font-family:"object-fit: cover;";width:100%;height:100%}}@media (min-width:1200px){.fullwidth-teaser .fullwidth-teaser-content p{float:right;max-width:28rem;margin-left:6rem;padding:1.2rem 1.6rem;background:hsla(0,0%,100%,.9)}}.fullwidth-teaser-text{padding:1rem 16px 0;background:#fff;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;max-width:1200px}@media (min-width:768px){.fullwidth-teaser-text{padding:1rem 32px 0}}@media (min-width:1200px){.fullwidth-teaser-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:8rem;width:auto;padding:2rem 0;min-height:100%;overflow:hidden;background:none}.fullwidth-teaser-text .fullwidth-teaser-title{padding:1.5rem 2rem;background-color:#fff;max-width:24rem}.fullwidth-teaser-text .fullwidth-teaser-title .list-inline{font-size:.85rem;margin-bottom:-.3rem;color:#707070}.fullwidth-teaser-text .fullwidth-teaser-title .list-inline li{margin-right:0}.fullwidth-teaser-text .fullwidth-teaser-title .list-inline li:not(:last-child):after{content:" \203A"}.fullwidth-teaser-text .h3,.fullwidth-teaser-text h3{display:inline-block;margin-bottom:0;font-size:1.75rem}}.fullwidth-teaser-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden}@media (min-width:1200px){.fullwidth-teaser-header{width:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-left:0}}.fullwidth-teaser-header a,.fullwidth-teaser-header h3{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}@media (min-width:1200px){.fullwidth-teaser-header a,.fullwidth-teaser-header h3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.fullwidth-teaser-header .btn{-webkit-transition:padding .15s;transition:padding .15s}.fullwidth-teaser-header .btn:before{border:none}.fullwidth-teaser-header .btn:focus,.fullwidth-teaser-header .btn:hover{background:#99050d;color:#fff}@media (min-width:1200px){.fullwidth-teaser-header .btn:focus,.fullwidth-teaser-header .btn:hover{padding-left:2rem}}.fullwidth-teaser-header .btn:focus:after,.fullwidth-teaser-header .btn:focus:before,.fullwidth-teaser-header .btn:hover:after,.fullwidth-teaser-header .btn:hover:before{background:none;border-top-color:#99050d}@media (min-width:768px){.fullwidth-teaser-content{padding:1rem 0}}@media (min-width:1200px){.fullwidth-teaser-content{padding:0}}.fullwidth-teaser-footer{margin-bottom:16px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:768px){.fullwidth-teaser-footer{margin:0}}@media (min-width:1200px){.fullwidth-teaser-horizontal .fullwidth-teaser-text{left:10%;width:80%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:6rem}.fullwidth-teaser-horizontal .fullwidth-teaser-header{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:visible}.fullwidth-teaser-horizontal .btn{margin-bottom:-1.62rem}.fullwidth-teaser-horizontal .fullwidth-teaser-title{width:auto;max-width:70%;overflow:visible;white-space:normal;text-overflow:clip}.fullwidth-teaser-horizontal .h3,.fullwidth-teaser-horizontal h3{margin:0}.fullwidth-teaser-horizontal .fullwidth-teaser-content p{width:89%;margin:0 11% 0 0;padding-right:5.3rem;max-width:none}}@media (min-width:1600px){.fullwidth-teaser-horizontal .fullwidth-teaser-text{left:20%;width:60%}}@media (min-width:768px){.fullwidth-teaser-left figure img,.fullwidth-teaser-left picture img{right:-10%;left:auto}}@media (min-width:992px){.fullwidth-teaser-left figure img,.fullwidth-teaser-left picture img{right:0}.fullwidth-teaser-left .fullwidth-teaser-text{right:auto;left:2rem}}.nav-main{position:relative;background:#fff;z-index:1110;-webkit-transition:left .3s;transition:left .3s;border-right:1px solid #e6e6e6}.nav-main li.current_page_item>a:first-child,.nav-main li.current_page_item>a:first-child:hover{background:#e30713;font-weight:700;color:#fff}.nav-main ul{display:none;position:absolute;top:0;left:100%;width:100%;margin:0;padding:0 1rem;-webkit-transition:left .2s;transition:left .2s}.nav-main li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;max-height:0;border-bottom:1px solid #d5d5d5;-webkit-transition:max-height 0s .2s;transition:max-height 0s .2s}.nav-main .current-menu-parent,.nav-main .current-menu-parent li{max-height:100%}.nav-main a{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:4px 0;padding:.4rem;-webkit-transition:all .2s;transition:all .2s;text-decoration:none;margin-left:-.7rem;padding-left:.7rem}.nav-main a:before{content:none}.nav-main a:focus,.nav-main a:hover{color:#212121}.nav-main a:focus .icon-container,.nav-main a:focus:not(.nav-arrow),.nav-main a:hover .icon-container,.nav-main a:hover:not(.nav-arrow){background:#e6e6e6}.nav-main .menu-item-has-children>.nav-arrow{margin-left:4px}.nav-main .nav-menu{display:block;left:0}.nav-back,.nav-home{display:block;padding-bottom:1.2rem;margin-left:-2rem;padding-left:2rem}.nav-back a,.nav-home a{color:#495057}.nav-back .icon,.nav-home .icon{color:#adb5bd}li.nav-back .icon{width:.8rem;margin-right:.2rem;color:#c1c1c1;-webkit-transition:fill .2s,-webkit-transform .2s;transition:fill .2s,-webkit-transform .2s;transition:transform .2s,fill .2s;transition:transform .2s,fill .2s,-webkit-transform .2s}li.nav-back:hover .icon{color:#212121;-webkit-transform:translateX(-.2rem);transform:translateX(-.2rem)}li.nav-home .icon{width:.6rem;margin-top:.1rem}a.nav-arrow{-webkit-box-flex:0;-ms-flex:0 0 3rem;flex:0 0 3rem;position:relative;margin-top:4px;margin-bottom:4px;padding:0 4px 0 5px!important;font-size:1.3rem!important;line-height:1rem!important;font-weight:400!important}a.nav-arrow .icon-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-transition:background-color .3s;transition:background-color .3s}a.nav-arrow:after,a.nav-arrow:before{content:" ";position:absolute;top:5%;left:0;width:1px;height:90%;background:#d5d5d5}a.nav-arrow:after{left:100%}a.nav-arrow .icon{width:1rem;-webkit-transform:translateY(-.1rem);transform:translateY(-.1rem)}a.nav-arrow:hover .icon-container{background:#e6e6e6}.nav-wrapper{width:100%;height:100%;overflow-y:auto}.nav-wrapper::-webkit-scrollbar{display:none}.nav-wrapper .current-menu-ancestor>ul{display:block;left:0}.nav-wrapper .current-menu-parent>ul{display:block;left:100%}.nav-container{display:block;position:relative;width:100%;margin-left:-100%;padding-left:100%}@media (min-width:1200px){.nav-solid-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.nav-solid-layout .nav-main{-webkit-box-flex:0;-ms-flex:0 0 28rem;flex:0 0 28rem;max-width:28rem;min-height:calc(100vh - 6.5rem)}.nav-solid-layout .content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.nav-solid-layout .overlay{display:none}.nav-toggle-layout .nav-main{position:fixed;left:-36.4rem;width:28rem;height:calc(100% - 6.5rem);border:1px solid #c1c1c1;border-radius:2px 2px 0 0}.nav-toggle-layout .content{position:relative}.nav-toggle-layout .nav-aside-wrapper{display:none}.desktop-menu-open{height:100vh;overflow:hidden}.desktop-menu-open .nav-toggle-layout .overlay{right:0;bottom:0;width:100%;height:100%;opacity:.95}.desktop-menu-open .nav-toggle-layout .nav-main{left:0}.nav-main li{font-size:.9rem}.nav-main .nav-back,.nav-main .nav-home{border-bottom:none}}@media (max-width:1199.98px){.main-container{position:relative}.nav-main{position:absolute;top:0;bottom:0;left:0;width:100%;border-top:1px solid #c1c1c1;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}ul.nav-menu a{font-size:1rem;padding-top:.8rem;padding-bottom:.8rem}.nav-arrow{-webkit-box-flex:0;-ms-flex:0 0 4rem;flex:0 0 4rem}.nav-home{display:none}.content .breadcrumb{position:absolute;top:0;left:0;width:100%}.nav-back,.nav-home{margin:0;padding:0}.mobile-menu-open{height:calc(100% - 10rem)}.mobile-menu-open .nav-main{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-menu-open .main-container{max-height:calc(100vh - 10rem);overflow:hidden}.mobile-menu-open .header .search-mobile,.mobile-menu-open .nav-lang{bottom:0}.mobile-menu-open .nav-lang-mobile{display:block}}.overlay{content:" ";position:fixed;top:0;left:0;width:0;height:0;overflow:hidden;cursor:pointer;z-index:1100;opacity:0;background:#fff;-webkit-transition:opacity .3s;transition:opacity .3s}@media (min-width:1200px){.nav-aside-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:1rem}.nav-aside-layout .nav-aside-wrapper{-webkit-box-flex:0;-ms-flex:0 0 22%;flex:0 0 22%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;max-width:22%;min-width:320px;border-right:1px solid #c1c1c1}.nav-aside-layout .content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.nav-aside-layout .content .container{width:90%}}.nav-aside-layout .nav-aside-wrapper{display:block}@media (min-width:1600px){.nav-aside-layout .nav-aside-wrapper{-webkit-box-flex:0;-ms-flex:0 0 16.1%;flex:0 0 16.1%;max-width:16.1%}}.nav-aside{padding-bottom:3rem}.nav-aside [class^=h]{padding-left:3rem}.nav-aside ul{padding-left:1.2rem}.nav-aside>ul{padding-left:0}.nav-aside li{list-style-type:none;font-size:.9rem}.nav-aside li li{border-top:none;margin:0;padding:0}.nav-aside li.active>a{margin-right:-1px;margin-left:2rem;padding-left:1rem;background:#e6e6e6;border-right:2px solid #e30713;font-weight:700;color:#212121}.nav-aside li.active>a+ul a{color:#212121}.nav-aside li.active:not(.menu-item-has-children)+li>a:before,.nav-aside li.active>a:before{content:none}@media (max-width:1199.98px){.nav-aside li.active>a{margin-right:2rem}}.nav-aside>ul>li:first-child>a:before{content:none}.nav-aside a{display:block;position:relative;padding:.625rem 3rem;text-decoration:none;color:#495057}.nav-aside a:before{content:" ";position:absolute;top:0;width:calc(100% - 6rem);height:1px;background:#d5d5d5;-webkit-transition:background .25s;transition:background .25s}.nav-aside a:hover{color:#e30713!important}.nav-aside a:hover:before{background:#e30713}.nav-aside ul ul>li:first-child a:before{content:none}.person-card-avatar{height:8rem}.contact-list{border-top:2px solid #d5d5d5;font-size:.95rem}.contact-list-row{position:relative;padding:.9rem 0 .9rem 3.1rem;border-top:1px solid #d5d5d5}@media (min-width:768px){.contact-list-row{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);grid-gap:0 .8rem;grid-auto-rows:auto;min-height:3.1rem}}@media (min-width:1200px){.contact-list-row{padding-top:.2em;padding-bottom:.2em;-ms-grid-columns:2.5rem (1fr)[4];grid-template-columns:2.5rem repeat(4,1fr)}}@media (min-width:768px){.contact-list-row .contact-list-item{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.contact-list-row .contact-list-item:nth-child(2){-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.contact-list-row .contact-list-item:nth-child(3){-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.contact-list-row .contact-list-item:nth-child(4){-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}.contact-list-row .contact-list-item:nth-child(5){-ms-grid-column:2;grid-column:2;-ms-grid-row:2;grid-row:2}.contact-list-row .contact-list-item:nth-child(6){-ms-grid-column:3;grid-column:3;-ms-grid-row:1;grid-row:1}}.contact-list-item{display:block;line-height:1.48rem}.contact-list-avatar{position:absolute;top:1rem;left:0;width:2.5rem}@media (min-width:1200px){.contact-list-avatar{top:.3rem}}@media (min-width:1200px){.contact-list{display:table;width:100%}.contact-list-row{display:table-row;padding:0}.contact-list-item{display:table-cell;vertical-align:middle}.contact-list-avatar{display:table-cell;position:relative;top:0;width:3.3rem;height:3.15rem;padding:.35rem .8rem .3rem 0}.contact-list-avatar,.contact-list-item{border-bottom:1px solid #d5d5d5}}.contact-list-avatar-placeholder img{background:#d5d5d5;color:#000;border-radius:50%;overflow:hidden}.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer-group{margin-bottom:1rem;-ms-flex-preferred-size:100%;flex-basis:100%}.footer-sitemap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.footer-faculties{border-bottom:1px solid #c1c1c1}@media (min-width:768px){.footer-faculties{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border:none}}.footer-faculties .footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}@media (min-width:768px){.footer-faculties .footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:.5rem}}.footer-faculties .footer-links li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;position:relative;padding-right:1.5rem;margin-bottom:1rem}@media (min-width:768px){.footer-faculties .footer-links li{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}}.footer-faculties .footer-links li:before{content:" ";display:block;position:absolute;top:.5rem;left:-.95rem;width:.5rem;height:.23rem;background:#e30713}.footer-faculties .footer-links li a{margin:0}.footer-faculties .footer-links li strong{display:block}.footer-legal{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #c1c1c1;padding-top:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;text-align:center;-ms-flex-preferred-size:100%;flex-basis:100%}.footer-legal a+a{margin-left:1rem}.footer-links{margin:0;padding-left:0}.footer-links a{display:inline-block;font-size:.83rem;line-height:1.2rem;color:#707070;text-decoration:none}.footer-links a:hover{color:#e30713}.footer-links li{margin:.5rem 0;list-style-type:none}.footer-links li:before{content:none}.footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767.98px){.footer-sitemap{margin-bottom:0}.footer-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer .btn{margin:0 .4em .6rem 0}.footer-links li:last-child{margin-bottom:1rem}}@media (min-width:768px){.footer-title{padding-top:.9rem;padding-bottom:.9rem;margin-bottom:.4rem;font-size:.83rem;color:#707070;border-bottom:1px solid #c1c1c1}.footer-buttons,.footer-socials{margin-bottom:2rem;-ms-flex-preferred-size:auto;flex-basis:auto}.footer-title-no-underline{border:none;padding-bottom:.3rem}.footer-sitemap-col{padding-right:.8rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.footer-legal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:1rem}.footer-legal>div{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.footer-legal a,.footer-legal p{font-size:.83rem;color:#707070}.footer-sitemap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.bg-dark .footer a{color:#fff}.bg-dark .footer a:hover{color:#e30713}.bg-dark .footer-title{color:#fff;border-color:#707070}.footer-light a{background-image:none!important}.footer-light ul li{color:#c1c1c1}.footer-light ul li:first-child{color:#212121}.footer-light-socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0;padding:.5rem 0;border-top:1px solid #e6e6e6}.footer-light-socials .social-icon-negative .icon{font-size:1.35rem}.bg-dark .footer-legal,.bg-dark .footer-light-socials{border-color:#707070}.bg-dark .social-icon .icon{color:#fff}.bg-dark .footer-legal-links a{color:#c1c1c1}.bg-dark .footer-legal-links a:hover{color:#fff}.bg-dark .footer-light ul li small{color:#c1c1c1}.bg-dark .footer-light ul li:first-child{color:#fff}.header{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:6.5rem}@media (min-width:1200px){.header{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.header img{margin-top:0;width:110px}.header .logo{margin:0;border:none;background-image:none;margin-left:3rem}.header .logo:before{content:none}.header .nav-header{-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:0 0 0 3.7rem;padding:0}.header .nav-header,.header .nav-header li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0}.header .nav-header li{-ms-flex:0 0 auto;flex:0 0 auto}.header .nav-header li a{position:relative;margin:0;padding:2rem .7rem;font-weight:700;text-decoration:none}.header .nav-header li.dropdown .btn:before,.header .nav-header li a:after{content:" ";display:block;position:absolute;top:1.3rem;left:.7rem;width:calc(100% - 1.4rem);height:3px;background:#e30713;opacity:0;-webkit-transform:none;transform:none;-webkit-transition:opacity .3s;transition:opacity .3s}.header .nav-header li.active a,.header .nav-header li.current-menu-item a,.header .nav-header li a.active,.header .nav-header li a.open,.header .nav-header li a:focus,.header .nav-header li a:hover{color:#e30713}.header .nav-header li.active a:before,.header .nav-header li.current-menu-item a:before,.header .nav-header li a.active:before,.header .nav-header li a.open:before,.header .nav-header li a:focus:before,.header .nav-header li a:hover:before{content:none}.header .nav-header li.active a:after,.header .nav-header li.current-menu-item a:after,.header .nav-header li a.active:after,.header .nav-header li a.open:after,.header .nav-header li a:focus:after,.header .nav-header li a:hover:after{opacity:1}.header .nav-header li:before{content:none}.header .nav-header .dropdown{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .nav-header .dropdown .btn{padding:.7rem;font-size:inherit;font-weight:700;text-decoration:none}.header .nav-header .dropdown .btn:before{top:0!important;border:none;border-radius:0}.header .nav-header .dropdown .btn:focus:before,.header .nav-header .dropdown .btn:hover:before{opacity:1}.header .nav-header .dropdown-item{padding:.25rem 1.25rem;font-weight:400}.header .nav-header .dropdown-item:after{content:none}.header .nav-header .dropdown-item:hover{color:#212121}.header .nav-header .icon{font-size:.9em}@media (max-width:1199.98px){.header{height:6.5rem;max-height:6.5rem;padding:0 .9rem}.header .logo{margin-left:0}}.header-light{padding-left:0;padding-right:0}.header-light .logo{margin-right:1rem;padding-right:1rem;border-right:1px solid #c1c1c1}.header-light h1{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:0;-ms-flex:0 1 100px;flex:0 1 100px;margin:auto 0;font-size:1rem;color:#e30713;text-transform:uppercase}@media (max-width:767.98px){.header-light .drawer.open+.header-light-content .nav-toggle-mobile{margin-right:-5rem;overflow:hidden}}.header-light .header-light-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767.98px){.header-light .header-light-content .nav-toggle-mobile{padding:.5rem .9rem}}@media (max-width:1199.98px){.header-light .header-light-content{height:100%;padding:.3rem 0;overflow:hidden}.header-light .header-light-content .logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0;padding:0;border:0}.header-light .header-light-content .logo img{width:90px}.header-light .header-light-content .nav-toggle-mobile{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0 1rem 0 0;-webkit-transition:margin .2s;transition:margin .2s}.header-light .header-light-content h1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:9px;margin-bottom:0;white-space:nowrap;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.header-light .nav-header{margin-left:2rem}@media (min-width:768px){.hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:768px){.hero-content-container{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;position:relative;z-index:5;margin-top:128px}}@media (min-width:992px){.hero-content-container{-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%}}@media (min-width:768px){.hero-content,.hero-title{padding:32px;background-color:#fff}}@media (min-width:768px){.hero-title{display:inline-block;max-width:100%;min-width:75%;margin-bottom:0;padding-top:16px;padding-bottom:16px;text-align:right}}@media (min-width:768px){.hero-content{width:110%}}.hero-img figure,.hero-img picture{display:block;height:100%;max-height:100%}.hero-img img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;font-family:"object-fit: cover;";width:100%;height:100%}@media (min-width:1600px){.hero-img picture{height:80vh;max-height:80vh}}@media (min-width:768px){.hero-img{-webkit-box-flex:0;-ms-flex:0 0 85%;flex:0 0 85%;margin-left:-35%}}@media (min-width:992px){.hero-img{margin-left:-15%}}.introduction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3rem 0 2.5rem;background:#fff}.introduction .h2,.introduction h2{margin-bottom:1rem}.input-group-inner-space button,.input-group-inner-space input{border-radius:2px!important}.input-group-inner-space .input-group-append{padding-left:8px}@media (max-width:575.98px){.newsletter-signup-wrapper{overflow:hidden}.newsletter-signup-wrapper .btn,.newsletter-signup-wrapper .form-control,.newsletter-signup-wrapper .input-group-append,.newsletter-signup-wrapper .selectize-control .selectize-input,.selectize-control .newsletter-signup-wrapper .selectize-input{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;width:100%}.newsletter-signup-wrapper .input-group-inner-space .input-group-append{padding-left:0;margin-top:8px}.newsletter-signup-wrapper .input-group-inner-space .input-group-append .btn{padding-top:.4rem;padding-bottom:.4rem}}.social-feed-group{padding:4rem 0}@media (min-width:992px){.social-feed-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:2rem 0}.social-feed-group .social-feed-container{padding:0 .7rem}.ie .social-feed-group .social-feed-container{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}.social-feed-group .social-feed-container .social-feed{height:100%}.social-feed-group .social-feed-container:first-child{padding-left:0}.social-feed-group .social-feed-container:last-child{padding-right:0}}.social-feed-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}@media (min-width:992px){.social-feed-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.social-feed-container .social-feed{margin-bottom:3rem}@media (min-width:992px){.social-feed-container .social-feed{margin-bottom:0;height:100%}}.social-feed-content{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.key-number-group{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}.key-number-group>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:.5rem}@media (min-width:768px){.key-number-group .key-number{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}}@media (min-width:992px){.key-number-group .key-number{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}.key-number-group .key-number-large{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}:root .key-number-group .key-number,_:-ms-fullscreen{flex:0 0 20%}:root .key-number-group .key-large,_:-ms-fullscreen{flex:0 0 45%}.cc-window{z-index:4004!important}a.cc-btn{text-decoration:none}.coursebook-program .tree{padding:0;list-style-type:none}.coursebook-program .tree>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;font-size:.83rem}.coursebook-program .tree>li strong{font-size:.747rem}.coursebook-program .tree>li .underline{display:inline}.coursebook-program .tree>li .underline>a{text-decoration:none}.coursebook-program .tree>li>ul{padding:0;list-style-type:none;font-size:.83rem}.coursebook-program .tree>li>ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%;padding:.4rem .2rem}.coursebook-program .tree>li>ul li>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.coursebook-program .tree>li>ul li>:first-child{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.coursebook-program .tree>li>ul li br{display:none}.coursebook-program .tree>li>ul strong{text-transform:uppercase}.coursebook-program .tree>li>ul>li:nth-child(2n){background:#e6e6e6}.semaineDeRef tbody tr:first-child th{padding:.12rem .66rem;background:#f4f4f4;border-left:1px solid #d5d5d5;border-bottom:3px solid #d5d5d5;text-transform:uppercase;color:#707070}.semaineDeRef tbody tr:first-child th:first-child{background:#fff}.semaineDeRef tbody tr .time{font-weight:700}.semaineDeRef tbody tr td{padding:.15rem .45rem}.local-color{background:#e30713}.local-color-light{background:#f29b0b}.local-color-dark{background:#4a90e2}.taken{color:#fff;vertical-align:middle;text-align:center}.taken a{color:#fff!important;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.taken a:hover{font-weight:700}.coursebook-reference-week>div>div{width:auto!important;margin-right:.9rem;font-size:.8881rem}.box.two-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.box.two-cols .box-col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.coursebook-legend h3{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;font-size:1.2rem}.coursebook-legend ul{list-style:none;padding:0;font-size:.83rem}.coursebook-legend ul li{margin-bottom:.1rem}.img_legende:before{margin-right:.3rem;float:left}.img_legende.automne:before{content:"ðŸ‚"}.img_legende.winter:before{content:"â„ï¸"}.img_legende.printemps:before{content:"🌼"}.img_legende.sun:before{content:"☀ï¸"}.img_legende.anglais:before{content:"ðŸ´ó §ó ¢ó ¥ó ®ó §ó ¿ó §ó ¢ó ¥ó ®ó §ó ¿"}.img_legende.francais:before{content:"🇫🇷"}.img_legende.allemand:before{content:"🇩🇪"}.table-like{--table-columns:1fr minmax(200px,3fr) minmax(auto,1fr) minmax(200px,3fr) 2fr 2fr 2fr minmax(200px,3fr) 1fr;overflow-x:scroll;max-width:100%}.table-like h4{font-weight:700;font-size:1rem}.table-like .first-line,.table-like .line{display:-ms-grid;display:grid;-ms-grid-columns:1fr minmax(200px,3fr) minmax(auto,1fr) minmax(200px,3fr) 2fr 2fr 2fr minmax(200px,3fr) 1fr;grid-template-columns:1fr minmax(200px,3fr) minmax(auto,1fr) minmax(200px,3fr) 2fr 2fr 2fr minmax(200px,3fr) 1fr;font-size:.9375rem}.table-like .first-line>div,.table-like .line>div{padding:.6rem;border-bottom:1px solid #d5d5d5}.table-like .first-line>div:first-child,.table-like .line>div:first-child{border-left:1px solid #d5d5d5}.table-like .first-line>div:last-child,.table-like .line>div:last-child{border-right:1px solid #d5d5d5}.table-like .first-line>div+div,.table-like .line>div+div{border-left:1px solid #d5d5d5}.table-like .first-line{color:#707070;font-weight:700;text-transform:uppercase;font-size:.6875rem}.table-like .first-line>div{border-top:1px solid #d5d5d5;border-bottom-width:2px}.table-like .line-up{position:-webkit-sticky;position:sticky;top:0;background-color:#f4f4f4}@supports (display:contents){.table-like{display:-ms-grid;display:grid;-ms-grid-columns:var(--table-columns);grid-template-columns:var(--table-columns);background-color:#d5d5d5}.table-like .first-line,.table-like .line,.table-like .line-down,.table-like .line-up{display:contents}.table-like .first-line>div,.table-like .line-down>div,.table-like .line-up>div,.table-like .line>div{background-color:#fff}.table-like .first-line>div{background-color:#f4f4f4}.table-like h4{grid-column:1/-1;background-color:#fff;margin-bottom:0;padding-bottom:.5rem}.table-like .first-line+.clear,.table-like .line+.clear{display:block;grid-column:1/-1;height:0}.table-like .line-down:last-child .clear{display:none}}.table-like .titre_bachlor{text-align:center}.table-like .bachlor-text,.table-like .bachlor .titre{display:-ms-grid;display:grid;grid-column-gap:2px;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.table-like .bachlor-text .cep,.table-like .bachlor .titre .cep{text-align:center}.table-like .bachlor .titre{margin-right:-.6rem;margin-left:-.6rem}.table-like .line-down .bachlor{padding:0!important}.table-like .bachlor-text{height:100%;background:repeating-linear-gradient(0deg,#fff,#fff 2px,#d5d5d5 0,#d5d5d5 4px)}.table-like .bachlor-text .cep{padding-top:.6rem;padding-bottom:.6rem;background-color:#fff}.table-like .bachlor-text .cep:nth-child(2),.table-like .line-down .bachlor:nth-child(4) .cep{background-color:#f4f4f4}.table-like .line-down .bachlor:nth-child(4) .cep:nth-child(2){background-color:#fff}.table-like .cours{display:-ms-grid;display:grid;-ms-grid-columns:minmax(200px,3fr) minmax(auto,1fr) minmax(200px,3fr);grid-template-columns:minmax(200px,3fr) minmax(auto,1fr) minmax(200px,3fr);grid-auto-rows:auto;grid-column:span 3;grid-column-gap:1px;padding:0!important;background-color:#d5d5d5!important}.table-like .cours>div{padding:.6rem;background-color:#fff}.table-like .cours .cours-code{-ms-grid-row:2;-ms-grid-column:1;grid-area:2/1}.table-like .cours .enseignement-name,.table-like .cours .section-name{grid-row:span 2}.table-like .cours-name{padding-bottom:0!important}.table-like .cours-code{padding-top:0!important}.table-like .cours-title .bold{color:#212121}.table-like .examen{display:-webkit-box;display:-ms-flexbox;display:flex}.table-like .credit-time{font-size:1.25rem;text-align:right;color:#707070}.table-like .first-line .langue:before{content:"Langue"}.table-like .langue.francais:before{content:"FR"}.table-like .langue.anglais:before{content:"EN"}.table-like .langue .diet_icon{display:none}.table-like .exam-icon .sun:before{content:"☀ï¸"}.table-like .exam-icon .winter:before{content:"â„ï¸"}.table-like .line:hover .cep,.table-like .line:hover .cours>div,.table-like .line:hover>div{background-color:#f4f4f4}.table-like .line:hover .bachlor:nth-child(4) .cep,.table-like .line:hover .cep:nth-child(2){background-color:#eaeaea}.table-like .line:hover .bachlor:nth-child(4) .cep:nth-child(2){background-color:#f4f4f4}.table-like .clear{display:none}:root .table-like .cours-title,_:-ms-fullscreen{-ms-grid-column:2}:root .table-like .cours,_:-ms-fullscreen{-ms-grid-columns:180px 100px 180px!important}.table-like .first-line,:root .table-like .line,_:-ms-fullscreen{-ms-grid-columns:100px 180px 100px 180px auto auto auto 180px 100px!important}:root .table-like .section,_:-ms-fullscreen{-ms-grid-column:3}:root .table-like .enseignement,_:-ms-fullscreen{-ms-grid-column:4}:root .table-like .bachlor,_:-ms-fullscreen{-ms-grid-column:5;min-width:160px}:root .table-like .bachlor+.bachlor,_:-ms-fullscreen{-ms-grid-column:6}:root .table-like .bachlor+.bachlor+.bachlor,_:-ms-fullscreen{-ms-grid-column:7}:root .table-like .examen,_:-ms-fullscreen{-ms-grid-column:8}:root .table-like .credit,_:-ms-fullscreen{-ms-grid-column:9}:root .table-like .line .cours,_:-ms-fullscreen{-ms-grid-column:2;-ms-grid-column-span:3}:root .table-like .line .bachlor,_:-ms-fullscreen{-ms-grid-column:5}:root .table-like .line .bachlor+.bachlor,_:-ms-fullscreen{-ms-grid-column:6}:root .table-like .line .bachlor+.bachlor+.bachlor,_:-ms-fullscreen{-ms-grid-column:7}:root .table-like .line .examen,_:-ms-fullscreen{-ms-grid-column:8}:root .table-like .line .credit,_:-ms-fullscreen{-ms-grid-column:9}:root .table-like .cours .section-name,_:-ms-fullscreen{-ms-grid-column:2;-ms-grid-row-span:2;border-left:1px solid #d5d5d5;border-right:1px solid #d5d5d5}:root .table-like .cours .enseignement-name,_:-ms-fullscreen{-ms-grid-column:3;-ms-grid-row-span:2}:root .table-like .cours .cours-code,_:-ms-fullscreen{-ms-grid-row:2}:root .cep+.cep,_:-ms-fullscreen{-ms-grid-column:2}:root .table-like .cep+.cep+.cep,_:-ms-fullscreen{-ms-grid-column:3}:root .table-like .cep+.cep,_:-ms-fullscreen{-ms-grid-column:2}:root .table-like .bachlor-text,_:-ms-fullscreen{-ms-grid-rows:100%}.press-teaser{border-bottom:1px solid #c1c1c1} \ No newline at end of file + */:root{--blue:#4a90e2;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:red;--orange:#f5a623;--yellow:#ffc107;--green:#7ed321;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#707070;--gray-dark:#343a40;--primary:red;--secondary:#fff;--success:#7ed321;--info:#4a90e2;--warning:#f5a623;--danger:red;--light:#e6e6e6;--dark:#212121;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-xxl:1600px;--font-family-sans-serif:"Open Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:Open Sans,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212121;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#212121;text-decoration:underline;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:red;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.6rem;padding-bottom:.6rem;color:#707070;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:400;line-height:1.2;color:inherit}.h1,h1{font-size:3rem}.h2,h2{font-size:2.33rem}.h3,h3{font-size:1.78rem}.h4,h4{font-size:1.44rem}.h5,h5{font-size:1.17rem}.h6,h6{font-size:1rem}.lead{font-size:1.28rem;font-weight:400}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(33,33,33,.1)}.small,small{font-size:.83rem;font-weight:400}.mark,mark{padding:.2em;background-color:rgba(255,0,0,.2)}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.44rem}.blockquote-footer{display:block;font-size:80%;color:#707070}.blockquote-footer:before{content:"\2014 \00A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #c1c1c1;border-radius:2px}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.83rem;color:#707070}.container{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xxl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-auto{position:relative;width:100%;min-height:1px;padding-right:16px;padding-left:16px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1,.col-auto{-webkit-box-flex:0}.col-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-2,.col-3{-webkit-box-flex:0}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-4,.col-5{-webkit-box-flex:0}.col-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-6,.col-7{-webkit-box-flex:0}.col-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-8,.col-9{-webkit-box-flex:0}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-10,.col-11{-webkit-box-flex:0}.col-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}@media (min-width:1600px){.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}}.form-control,.selectize-control .selectize-input{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#212121;background-color:#fff;background-clip:padding-box;border:1px solid #d5d5d5;border-radius:2px;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.form-control::-ms-expand,.selectize-control .selectize-input::-ms-expand{background-color:transparent;border:0}.form-control:focus,.selectize-control .selectize-input:focus{color:#212121;background-color:#fff;border-color:#212121;outline:0;-webkit-box-shadow:0 0 0 1px #d5d5d5;box-shadow:0 0 0 1px #d5d5d5}.form-control::-webkit-input-placeholder,.selectize-control .selectize-input::-webkit-input-placeholder{color:#707070;opacity:1}.form-control:-ms-input-placeholder,.form-control::-ms-input-placeholder,.selectize-control .selectize-input:-ms-input-placeholder,.selectize-control .selectize-input::-ms-input-placeholder{color:#707070;opacity:1}.form-control::placeholder,.selectize-control .selectize-input::placeholder{color:#707070;opacity:1}.form-control:disabled,.form-control[readonly],.selectize-control .selectize-input:disabled,.selectize-control .selectize-input[readonly]{background-color:#e6e6e6;opacity:1}.selectize-control select.selectize-input:not([size]):not([multiple]),select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}.selectize-control select.selectize-input:focus::-ms-value,select.form-control:focus::-ms-value{color:#212121;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.35rem + 1px);padding-bottom:calc(.35rem + 1px);font-size:.83rem;line-height:1.575}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.selectize-control .input-group-lg>.form-control-plaintext.selectize-input,.selectize-control .input-group-sm>.form-control-plaintext.selectize-input{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text,.selectize-control .input-group-sm>.selectize-input{padding:.35rem .7rem;font-size:.83rem;line-height:1.575;border-radius:2px}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.selectize-control .input-group-sm>select.selectize-input:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(2.00725rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text,.selectize-control .input-group-lg>.selectize-input{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:4px}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.selectize-control .input-group-lg>select.selectize-input:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.55rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#707070}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.55rem;font-size:.83rem;color:#7ed321}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(126,211,33,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.selectize-control .is-valid.selectize-input,.selectize-control .was-validated .selectize-input:valid,.was-validated .custom-select:valid,.was-validated .form-control:valid,.was-validated .selectize-control .selectize-input:valid{border-color:#7ed321}.custom-select.is-valid:focus,.form-control.is-valid:focus,.selectize-control .is-valid.selectize-input:focus,.selectize-control .was-validated .selectize-input:valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus,.was-validated .selectize-control .selectize-input:valid:focus{border-color:#7ed321;-webkit-box-shadow:0 0 0 .2rem rgba(126,211,33,.25);box-shadow:0 0 0 .2rem rgba(126,211,33,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.selectize-control .is-valid.selectize-input~.valid-feedback,.selectize-control .is-valid.selectize-input~.valid-tooltip,.selectize-control .was-validated .selectize-input:valid~.valid-feedback,.selectize-control .was-validated .selectize-input:valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip,.was-validated .selectize-control .selectize-input:valid~.valid-feedback,.was-validated .selectize-control .selectize-input:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#7ed321}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#7ed321}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{background-color:#bcec87}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#97e245}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(126,211,33,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(126,211,33,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#7ed321}.custom-file-input.is-valid~.custom-file-label:before,.was-validated .custom-file-input:valid~.custom-file-label:before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{-webkit-box-shadow:0 0 0 .2rem rgba(126,211,33,.25);box-shadow:0 0 0 .2rem rgba(126,211,33,.25)}.invalid-feedback{display:none;width:100%;margin-top:.55rem;font-size:.83rem;color:red}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(255,0,0,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.selectize-control .is-invalid.selectize-input,.selectize-control .was-validated .selectize-input:invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid,.was-validated .selectize-control .selectize-input:invalid{border-color:red}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.selectize-control .is-invalid.selectize-input:focus,.selectize-control .was-validated .selectize-input:invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus,.was-validated .selectize-control .selectize-input:invalid:focus{border-color:red;-webkit-box-shadow:0 0 0 .2rem rgba(255,0,0,.25);box-shadow:0 0 0 .2rem rgba(255,0,0,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.selectize-control .is-invalid.selectize-input~.invalid-feedback,.selectize-control .is-invalid.selectize-input~.invalid-tooltip,.selectize-control .was-validated .selectize-input:invalid~.invalid-feedback,.selectize-control .was-validated .selectize-input:invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip,.was-validated .selectize-control .selectize-input:invalid~.invalid-feedback,.was-validated .selectize-control .selectize-input:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:red}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:red}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{background-color:#ff8080}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#f33}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(255,0,0,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(255,0,0,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:red}.custom-file-input.is-invalid~.custom-file-label:before,.was-validated .custom-file-input:invalid~.custom-file-label:before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{-webkit-box-shadow:0 0 0 .2rem rgba(255,0,0,.25);box-shadow:0 0 0 .2rem rgba(255,0,0,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .form-group,.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:0}.form-inline .form-group{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center}.form-inline .form-control,.form-inline .selectize-control .selectize-input,.selectize-control .form-inline .selectize-input{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.68rem 1.4rem;font-size:1rem;line-height:1.5;border-radius:2px;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(255,0,0,.25);box-shadow:0 0 0 .2rem rgba(255,0,0,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:red;border-color:red}.btn-primary:hover{color:#fff;background-color:#d90000;border-color:#c00}.btn-primary.focus,.btn-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,0,0,.5);box-shadow:0 0 0 .2rem rgba(255,0,0,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:red;border-color:red}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#c00;border-color:#bf0000}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,0,0,.5);box-shadow:0 0 0 .2rem rgba(255,0,0,.5)}.btn-secondary{color:#212121;background-color:#fff;border-color:#fff}.btn-secondary:hover{color:#212121;background-color:#ececec;border-color:#e6e6e6}.btn-secondary.focus,.btn-secondary:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#212121;background-color:#fff;border-color:#fff}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#212121;background-color:#e6e6e6;border-color:#dfdfdf}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-success{color:#212121;background-color:#7ed321;border-color:#7ed321}.btn-success:hover{color:#fff;background-color:#6ab21c;border-color:#64a71a}.btn-success.focus,.btn-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(126,211,33,.5);box-shadow:0 0 0 .2rem rgba(126,211,33,.5)}.btn-success.disabled,.btn-success:disabled{color:#212121;background-color:#7ed321;border-color:#7ed321}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#64a71a;border-color:#5d9c18}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(126,211,33,.5);box-shadow:0 0 0 .2rem rgba(126,211,33,.5)}.btn-info{color:#fff;background-color:#4a90e2;border-color:#4a90e2}.btn-info:hover{color:#fff;background-color:#297cdd;border-color:#2275d7}.btn-info.focus,.btn-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(74,144,226,.5);box-shadow:0 0 0 .2rem rgba(74,144,226,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#4a90e2;border-color:#4a90e2}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#2275d7;border-color:#216fcc}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(74,144,226,.5);box-shadow:0 0 0 .2rem rgba(74,144,226,.5)}.btn-warning{color:#212121;background-color:#f5a623;border-color:#f5a623}.btn-warning:hover{color:#212121;background-color:#e7940b;border-color:#db8c0a}.btn-warning.focus,.btn-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(245,166,35,.5);box-shadow:0 0 0 .2rem rgba(245,166,35,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212121;background-color:#f5a623;border-color:#f5a623}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:#db8c0a;border-color:#cf8509}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(245,166,35,.5);box-shadow:0 0 0 .2rem rgba(245,166,35,.5)}.btn-danger{color:#fff;background-color:red;border-color:red}.btn-danger:hover{color:#fff;background-color:#d90000;border-color:#c00}.btn-danger.focus,.btn-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,0,0,.5);box-shadow:0 0 0 .2rem rgba(255,0,0,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:red;border-color:red}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#c00;border-color:#bf0000}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,0,0,.5);box-shadow:0 0 0 .2rem rgba(255,0,0,.5)}.btn-light{color:#212121;background-color:#e6e6e6;border-color:#e6e6e6}.btn-light:hover{color:#212121;background-color:#d3d3d3;border-color:#cdcdcd}.btn-light.focus,.btn-light:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5)}.btn-light.disabled,.btn-light:disabled{color:#212121;background-color:#e6e6e6;border-color:#e6e6e6}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212121;background-color:#cdcdcd;border-color:#c6c6c6}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5)}.btn-dark{color:#fff;background-color:#212121;border-color:#212121}.btn-dark:hover{color:#fff;background-color:#0e0e0e;border-color:#080808}.btn-dark.focus,.btn-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(33,33,33,.5);box-shadow:0 0 0 .2rem rgba(33,33,33,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212121;border-color:#212121}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#080808;border-color:#010101}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(33,33,33,.5);box-shadow:0 0 0 .2rem rgba(33,33,33,.5)}.btn-outline-primary{color:red;background-color:transparent;background-image:none;border-color:red}.btn-outline-primary:hover{color:#fff;background-color:red;border-color:red}.btn-outline-primary.focus,.btn-outline-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,0,0,.5);box-shadow:0 0 0 .2rem rgba(255,0,0,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:red;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:red;border-color:red}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,0,0,.5);box-shadow:0 0 0 .2rem rgba(255,0,0,.5)}.btn-outline-secondary{color:#fff;background-color:transparent;background-image:none;border-color:#fff}.btn-outline-secondary:hover{color:#212121;background-color:#fff;border-color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#fff;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#212121;background-color:#fff;border-color:#fff}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-outline-success{color:#7ed321;background-color:transparent;background-image:none;border-color:#7ed321}.btn-outline-success:hover{color:#212121;background-color:#7ed321;border-color:#7ed321}.btn-outline-success.focus,.btn-outline-success:focus{-webkit-box-shadow:0 0 0 .2rem rgba(126,211,33,.5);box-shadow:0 0 0 .2rem rgba(126,211,33,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#7ed321;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#212121;background-color:#7ed321;border-color:#7ed321}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(126,211,33,.5);box-shadow:0 0 0 .2rem rgba(126,211,33,.5)}.btn-outline-info{color:#4a90e2;background-color:transparent;background-image:none;border-color:#4a90e2}.btn-outline-info:hover{color:#fff;background-color:#4a90e2;border-color:#4a90e2}.btn-outline-info.focus,.btn-outline-info:focus{-webkit-box-shadow:0 0 0 .2rem rgba(74,144,226,.5);box-shadow:0 0 0 .2rem rgba(74,144,226,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#4a90e2;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#4a90e2;border-color:#4a90e2}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(74,144,226,.5);box-shadow:0 0 0 .2rem rgba(74,144,226,.5)}.btn-outline-warning{color:#f5a623;background-color:transparent;background-image:none;border-color:#f5a623}.btn-outline-warning:hover{color:#212121;background-color:#f5a623;border-color:#f5a623}.btn-outline-warning.focus,.btn-outline-warning:focus{-webkit-box-shadow:0 0 0 .2rem rgba(245,166,35,.5);box-shadow:0 0 0 .2rem rgba(245,166,35,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#f5a623;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212121;background-color:#f5a623;border-color:#f5a623}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(245,166,35,.5);box-shadow:0 0 0 .2rem rgba(245,166,35,.5)}.btn-outline-danger{color:red;background-color:transparent;background-image:none;border-color:red}.btn-outline-danger:hover{color:#fff;background-color:red;border-color:red}.btn-outline-danger.focus,.btn-outline-danger:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,0,0,.5);box-shadow:0 0 0 .2rem rgba(255,0,0,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:red;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:red;border-color:red}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,0,0,.5);box-shadow:0 0 0 .2rem rgba(255,0,0,.5)}.btn-outline-light{color:#e6e6e6;background-color:transparent;background-image:none;border-color:#e6e6e6}.btn-outline-light:hover{color:#212121;background-color:#e6e6e6;border-color:#e6e6e6}.btn-outline-light.focus,.btn-outline-light:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#e6e6e6;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212121;background-color:#e6e6e6;border-color:#e6e6e6}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5);box-shadow:0 0 0 .2rem hsla(0,0%,90%,.5)}.btn-outline-dark{color:#212121;background-color:transparent;background-image:none;border-color:#212121}.btn-outline-dark:hover{color:#fff;background-color:#212121;border-color:#212121}.btn-outline-dark.focus,.btn-outline-dark:focus{-webkit-box-shadow:0 0 0 .2rem rgba(33,33,33,.5);box-shadow:0 0 0 .2rem rgba(33,33,33,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212121;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#212121;border-color:#212121}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(33,33,33,.5);box-shadow:0 0 0 .2rem rgba(33,33,33,.5)}.btn-link{font-weight:400;color:#212121;background-color:transparent}.btn-link:hover{color:red;background-color:transparent}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline;border-color:transparent}.btn-link.focus,.btn-link:focus{-webkit-box-shadow:none;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#707070}.btn-lg{padding:1rem 2rem;font-size:1.25rem;line-height:1.5;border-radius:4px}.btn-sm{padding:.35rem .7rem;font-size:.83rem;line-height:1.575;border-radius:2px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}.collapsing,.dropdown,.dropup{position:relative}.dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212121;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(33,33,33,.15);border-radius:2px}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #d5d5d5}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212121;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#141414;text-decoration:none;background-color:#e6e6e6}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:red}.dropdown-item.disabled,.dropdown-item:disabled{color:#707070;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.83rem;color:#707070;white-space:nowrap}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.selectize-control .input-group>.selectize-input{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus,.selectize-control .input-group>.selectize-input:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.selectize-control .input-group>.custom-file+.selectize-input,.selectize-control .input-group>.custom-select+.selectize-input,.selectize-control .input-group>.form-control+.selectize-input,.selectize-control .input-group>.selectize-input+.custom-file,.selectize-control .input-group>.selectize-input+.custom-select,.selectize-control .input-group>.selectize-input+.form-control,.selectize-control .input-group>.selectize-input+.selectize-input{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child),.selectize-control .input-group>.selectize-input:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child),.selectize-control .input-group>.selectize-input:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label:before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#212121;text-align:center;white-space:nowrap;background-color:#d5d5d5;border:1px solid #d5d5d5;border-radius:2px}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;background-color:red}.custom-control-input:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(255,0,0,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(255,0,0,.25)}.custom-control-input:active~.custom-control-label:before{color:#fff;background-color:#ffb3b3}.custom-control-input:disabled~.custom-control-label{color:#707070}.custom-control-input:disabled~.custom-control-label:before{background-color:#d5d5d5}.custom-control-label{margin-bottom:0}.custom-control-label:before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background-repeat:no-repeat;background-position:50%;background-size:50% 50%}.custom-checkbox .custom-control-label:before{border-radius:2px}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:red}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:red}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(255,0,0,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(255,0,0,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:red}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(255,0,0,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#212121;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23212121' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #d5d5d5;border-radius:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#212121;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(33,33,33,.075),0 0 5px rgba(33,33,33,.5);box-shadow:inset 0 1px 2px rgba(33,33,33,.075),0 0 5px rgba(33,33,33,.5)}.custom-select:focus::-ms-value{color:#212121;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#707070;background-color:#d5d5d5}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(2.00725rem + 2px);font-size:75%}.custom-select-lg,.custom-select-sm{padding-top:.375rem;padding-bottom:.375rem}.custom-select-lg{height:calc(2.875rem + 2px);font-size:125%}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(2.25rem + 2px)}.custom-file-input{z-index:2;margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#212121;-webkit-box-shadow:0 0 0 .2rem rgba(255,0,0,.25);box-shadow:0 0 0 .2rem rgba(255,0,0,.25)}.custom-file-input:focus~.custom-file-control:before{border-color:#212121}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-label{left:0;z-index:1;height:calc(2.25rem + 2px);background-color:#fff;border:1px solid #d5d5d5;border-radius:2px}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#212121}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc((2.25rem + 2px) - 1px * 2);content:"Browse";background-color:#d5d5d5;border-left:1px solid #d5d5d5;border-radius:0 2px 2px 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#707070}.nav-tabs{border-bottom:1px solid #d5d5d5}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:2px;border-top-right-radius:2px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#d5d5d5}.nav-tabs .nav-link.disabled{color:#707070;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#707070;background-color:#fff;border-color:#d5d5d5 #d5d5d5 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:2px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:red}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid #d5d5d5;border-radius:2px}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.35rem}.card-title{margin-bottom:.9rem}.card-subtitle{margin-top:-.45rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.35rem}.card-header{padding:.9rem 1.35rem;margin-bottom:0;background-color:transparent;border-bottom:1px solid #d5d5d5}.card-header:first-child{border-radius:1px 1px 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.9rem 1.35rem;background-color:transparent;border-top:1px solid #d5d5d5}.card-footer:last-child{border-radius:0 0 1px 1px}.card-header-tabs{margin-bottom:-.9rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.675rem;margin-left:-.675rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.35rem}.card-img{width:100%;border-radius:1px}.card-img-top{width:100%;border-top-left-radius:1px;border-top-right-radius:1px}.card-img-bottom{width:100%;border-bottom-right-radius:1px;border-bottom-left-radius:1px}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:16px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-16px;margin-left:-16px}.card-deck,.card-deck .card{-webkit-box-direction:normal}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;margin-right:16px;margin-bottom:0;margin-left:16px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:16px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:2px}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:2px;border-top-right-radius:2px}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.9rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:2px}.page-link{display:block;padding:.5rem .25rem;margin-left:-1px;line-height:1.25;border:1px solid #d5d5d5}.page-link,.page-link:hover{color:red;background-color:#fff}.page-link:hover{text-decoration:none;border-color:#707070}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(255,0,0,.25);box-shadow:0 0 0 .2rem rgba(255,0,0,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:2px;border-bottom-left-radius:2px}.page-item:last-child .page-link{border-top-right-radius:2px;border-bottom-right-radius:2px}.page-item.active .page-link{z-index:1;color:#707070;background-color:#e6e6e6;border-color:#e6e6e6}.page-item.disabled .page-link{color:#d5d5d5;pointer-events:none;cursor:auto;background-color:#fff;border-color:#c1c1c1}.pagination-lg .page-link{padding:.75rem .25rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination-sm .page-link{padding:.25rem;font-size:.83rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:2px;border-bottom-left-radius:2px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:2px;border-bottom-right-radius:2px}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:2px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:red}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#c00}.badge-secondary{color:#212121;background-color:#fff}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#212121;text-decoration:none;background-color:#e6e6e6}.badge-success{color:#212121;background-color:#7ed321}.badge-success[href]:focus,.badge-success[href]:hover{color:#212121;text-decoration:none;background-color:#64a71a}.badge-info{color:#fff;background-color:#4a90e2}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#2275d7}.badge-warning{color:#212121;background-color:#f5a623}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212121;text-decoration:none;background-color:#db8c0a}.badge-danger{color:#fff;background-color:red}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#c00}.badge-light{color:#212121;background-color:#e6e6e6}.badge-light[href]:focus,.badge-light[href]:hover{color:#212121;text-decoration:none;background-color:#cdcdcd}.badge-dark{color:#fff;background-color:#212121}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#080808}.alert{padding:.4rem .6rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3.2rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.4rem .6rem;color:inherit}.alert-primary{color:#850000;background-color:#fcc;border-color:#ffb8b8}.alert-primary hr{border-top-color:#ff9f9f}.alert-primary .alert-link{color:#520000}.alert-secondary{color:#858585;background-color:#fff}.alert-secondary .alert-link{color:#6c6c6c}.alert-success{color:#426e11;background-color:#e5f6d3;border-color:#dbf3c1}.alert-success hr{border-top-color:#cfefac}.alert-success .alert-link{color:#27420a}.alert-info{color:#264b76;background-color:#dbe9f9;border-color:#cce0f7}.alert-info hr{border-top-color:#b6d3f4}.alert-info .alert-link{color:#1a324f}.alert-warning{color:#7f5612;background-color:#fdedd3;border-color:#fce6c1}.alert-warning hr{border-top-color:#fbdca9}.alert-warning .alert-link{color:#52380c}.alert-danger{color:#850000;background-color:#fcc;border-color:#ffb8b8}.alert-danger hr{border-top-color:#ff9f9f}.alert-danger .alert-link{color:#520000}.alert-light{color:#787878;background-color:#fafafa;border-color:#f8f8f8}.alert-light hr{border-top-color:#ebebeb}.alert-light .alert-link{color:#5f5f5f}.alert-dark{color:#111;background-color:#d3d3d3;border-color:#c1c1c1}.alert-dark hr{border-top-color:#b4b4b4}.alert-dark .alert-link{color:#000}@-webkit-keyframes a{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes a{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;overflow:hidden;font-size:.75rem;background-color:#d5d5d5;border-radius:2px}.progress,.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex}.progress-bar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:red;-webkit-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#707070;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#707070;text-decoration:none;background-color:#e6e6e6}.list-group-item-action:active{color:#212121;background-color:#d5d5d5}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(33,33,33,.125)}.list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#707070;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:red;border-color:red}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#850000;background-color:#ffb8b8}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#850000;background-color:#ff9f9f}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#850000;border-color:#850000}.list-group-item-secondary{color:#858585;background-color:#fff}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#858585;background-color:#f2f2f2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-success{color:#426e11;background-color:#dbf3c1}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#426e11;background-color:#cfefac}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#426e11;border-color:#426e11}.list-group-item-info{color:#264b76;background-color:#cce0f7}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#264b76;background-color:#b6d3f4}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#264b76;border-color:#264b76}.list-group-item-warning{color:#7f5612;background-color:#fce6c1}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#7f5612;background-color:#fbdca9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#7f5612;border-color:#7f5612}.list-group-item-danger{color:#850000;background-color:#ffb8b8}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#850000;background-color:#ff9f9f}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#850000;border-color:#850000}.list-group-item-light{color:#787878;background-color:#f8f8f8}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#787878;background-color:#ebebeb}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#787878;border-color:#787878}.list-group-item-dark{color:#111;background-color:#c1c1c1}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#111;background-color:#b4b4b4}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#111;border-color:#111}.close{float:right;font-size:2rem;font-weight:300;line-height:1;color:#707070;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#707070;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal,.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateY(-25%);transform:translateY(-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0);transform:translate(0)}.modal-dialog-centered{-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-content,.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex}.modal-content{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(33,33,33,.2);border-radius:4px;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#212121}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #d5d5d5;border-top-left-radius:4px;border-top-right-radius:4px}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #d5d5d5}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:Open Sans,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.83rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#212121}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#212121}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#212121}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#212121}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#212121;border-radius:2px}.popover{top:0;left:0;z-index:1060;max-width:296px;font-family:Open Sans,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.83rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #d5d5d5;border-radius:0}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:10px;height:10px;margin:0 4px}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:10px}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:-11px}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before{border-width:10px 5px 0}.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:before{bottom:0;border-top-color:#d5d5d5}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:10px}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:-11px;width:10px;height:10px;margin:4px 0}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before{border-width:5px 10px 5px 0}.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:before{left:0;border-right-color:#d5d5d5}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:10px}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:-11px}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before{border-width:0 5px 10px}.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:before{top:0;border-bottom-color:#d5d5d5}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:10px;margin-left:-5px;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:10px}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:-11px;width:10px;height:10px;margin:4px 0}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before{border-width:5px 0 5px 10px}.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before{right:0;border-left-color:#d5d5d5}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after{right:1px;border-left-color:#fff}.popover-header{padding:16px;margin-bottom:0;font-size:1rem;color:#707070;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:3px;border-top-right-radius:3px}.popover-header:empty{display:none}.popover-body{padding:16px;color:#212121}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:red!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#c00!important}.bg-secondary{background-color:#fff!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#e6e6e6!important}.bg-success{background-color:#7ed321!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#64a71a!important}.bg-info{background-color:#4a90e2!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#2275d7!important}.bg-warning{background-color:#f5a623!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#db8c0a!important}.bg-danger{background-color:red!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#c00!important}.bg-light{background-color:#e6e6e6!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#cdcdcd!important}.bg-dark{background-color:#212121!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#080808!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #c1c1c1!important}.border-top{border-top:1px solid #c1c1c1!important}.border-right{border-right:1px solid #c1c1c1!important}.border-bottom{border-bottom:1px solid #c1c1c1!important}.border-left{border-left:1px solid #c1c1c1!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:red!important}.border-secondary{border-color:#fff!important}.border-success{border-color:#7ed321!important}.border-info{border-color:#4a90e2!important}.border-warning{border-color:#f5a623!important}.border-danger{border-color:red!important}.border-light{border-color:#e6e6e6!important}.border-dark{border-color:#212121!important}.border-white{border-color:#fff!important}.rounded{border-radius:2px!important}.rounded-top{border-top-left-radius:2px!important}.rounded-right,.rounded-top{border-top-right-radius:2px!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:2px!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:2px!important}.rounded-left{border-top-left-radius:2px!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1600px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1600px){.flex-xxl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column,.flex-xxl-row{-webkit-box-direction:normal!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xxl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xxl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media (min-width:1600px){.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.float-xxl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.m-gutter{margin:16px!important}.mt-gutter,.my-gutter{margin-top:16px!important}.mr-gutter,.mx-gutter{margin-right:16px!important}.mb-gutter,.my-gutter{margin-bottom:16px!important}.ml-gutter,.mx-gutter{margin-left:16px!important}.m-6{margin:6rem!important}.mt-6,.my-6{margin-top:6rem!important}.mr-6,.mx-6{margin-right:6rem!important}.mb-6,.my-6{margin-bottom:6rem!important}.ml-6,.mx-6{margin-left:6rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.p-gutter{padding:16px!important}.pt-gutter,.py-gutter{padding-top:16px!important}.pr-gutter,.px-gutter{padding-right:16px!important}.pb-gutter,.py-gutter{padding-bottom:16px!important}.pl-gutter,.px-gutter{padding-left:16px!important}.p-6{padding:6rem!important}.pt-6,.py-6{padding-top:6rem!important}.pr-6,.px-6{padding-right:6rem!important}.pb-6,.py-6{padding-bottom:6rem!important}.pl-6,.px-6{padding-left:6rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.m-sm-gutter{margin:16px!important}.mt-sm-gutter,.my-sm-gutter{margin-top:16px!important}.mr-sm-gutter,.mx-sm-gutter{margin-right:16px!important}.mb-sm-gutter,.my-sm-gutter{margin-bottom:16px!important}.ml-sm-gutter,.mx-sm-gutter{margin-left:16px!important}.m-sm-6{margin:6rem!important}.mt-sm-6,.my-sm-6{margin-top:6rem!important}.mr-sm-6,.mx-sm-6{margin-right:6rem!important}.mb-sm-6,.my-sm-6{margin-bottom:6rem!important}.ml-sm-6,.mx-sm-6{margin-left:6rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.p-sm-gutter{padding:16px!important}.pt-sm-gutter,.py-sm-gutter{padding-top:16px!important}.pr-sm-gutter,.px-sm-gutter{padding-right:16px!important}.pb-sm-gutter,.py-sm-gutter{padding-bottom:16px!important}.pl-sm-gutter,.px-sm-gutter{padding-left:16px!important}.p-sm-6{padding:6rem!important}.pt-sm-6,.py-sm-6{padding-top:6rem!important}.pr-sm-6,.px-sm-6{padding-right:6rem!important}.pb-sm-6,.py-sm-6{padding-bottom:6rem!important}.pl-sm-6,.px-sm-6{padding-left:6rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.m-md-gutter{margin:16px!important}.mt-md-gutter,.my-md-gutter{margin-top:16px!important}.mr-md-gutter,.mx-md-gutter{margin-right:16px!important}.mb-md-gutter,.my-md-gutter{margin-bottom:16px!important}.ml-md-gutter,.mx-md-gutter{margin-left:16px!important}.m-md-6{margin:6rem!important}.mt-md-6,.my-md-6{margin-top:6rem!important}.mr-md-6,.mx-md-6{margin-right:6rem!important}.mb-md-6,.my-md-6{margin-bottom:6rem!important}.ml-md-6,.mx-md-6{margin-left:6rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.p-md-gutter{padding:16px!important}.pt-md-gutter,.py-md-gutter{padding-top:16px!important}.pr-md-gutter,.px-md-gutter{padding-right:16px!important}.pb-md-gutter,.py-md-gutter{padding-bottom:16px!important}.pl-md-gutter,.px-md-gutter{padding-left:16px!important}.p-md-6{padding:6rem!important}.pt-md-6,.py-md-6{padding-top:6rem!important}.pr-md-6,.px-md-6{padding-right:6rem!important}.pb-md-6,.py-md-6{padding-bottom:6rem!important}.pl-md-6,.px-md-6{padding-left:6rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.m-lg-gutter{margin:16px!important}.mt-lg-gutter,.my-lg-gutter{margin-top:16px!important}.mr-lg-gutter,.mx-lg-gutter{margin-right:16px!important}.mb-lg-gutter,.my-lg-gutter{margin-bottom:16px!important}.ml-lg-gutter,.mx-lg-gutter{margin-left:16px!important}.m-lg-6{margin:6rem!important}.mt-lg-6,.my-lg-6{margin-top:6rem!important}.mr-lg-6,.mx-lg-6{margin-right:6rem!important}.mb-lg-6,.my-lg-6{margin-bottom:6rem!important}.ml-lg-6,.mx-lg-6{margin-left:6rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.p-lg-gutter{padding:16px!important}.pt-lg-gutter,.py-lg-gutter{padding-top:16px!important}.pr-lg-gutter,.px-lg-gutter{padding-right:16px!important}.pb-lg-gutter,.py-lg-gutter{padding-bottom:16px!important}.pl-lg-gutter,.px-lg-gutter{padding-left:16px!important}.p-lg-6{padding:6rem!important}.pt-lg-6,.py-lg-6{padding-top:6rem!important}.pr-lg-6,.px-lg-6{padding-right:6rem!important}.pb-lg-6,.py-lg-6{padding-bottom:6rem!important}.pl-lg-6,.px-lg-6{padding-left:6rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.m-xl-gutter{margin:16px!important}.mt-xl-gutter,.my-xl-gutter{margin-top:16px!important}.mr-xl-gutter,.mx-xl-gutter{margin-right:16px!important}.mb-xl-gutter,.my-xl-gutter{margin-bottom:16px!important}.ml-xl-gutter,.mx-xl-gutter{margin-left:16px!important}.m-xl-6{margin:6rem!important}.mt-xl-6,.my-xl-6{margin-top:6rem!important}.mr-xl-6,.mx-xl-6{margin-right:6rem!important}.mb-xl-6,.my-xl-6{margin-bottom:6rem!important}.ml-xl-6,.mx-xl-6{margin-left:6rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.p-xl-gutter{padding:16px!important}.pt-xl-gutter,.py-xl-gutter{padding-top:16px!important}.pr-xl-gutter,.px-xl-gutter{padding-right:16px!important}.pb-xl-gutter,.py-xl-gutter{padding-bottom:16px!important}.pl-xl-gutter,.px-xl-gutter{padding-left:16px!important}.p-xl-6{padding:6rem!important}.pt-xl-6,.py-xl-6{padding-top:6rem!important}.pr-xl-6,.px-xl-6{padding-right:6rem!important}.pb-xl-6,.py-xl-6{padding-bottom:6rem!important}.pl-xl-6,.px-xl-6{padding-left:6rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width:1600px){.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}.m-xxl-gutter{margin:16px!important}.mt-xxl-gutter,.my-xxl-gutter{margin-top:16px!important}.mr-xxl-gutter,.mx-xxl-gutter{margin-right:16px!important}.mb-xxl-gutter,.my-xxl-gutter{margin-bottom:16px!important}.ml-xxl-gutter,.mx-xxl-gutter{margin-left:16px!important}.m-xxl-6{margin:6rem!important}.mt-xxl-6,.my-xxl-6{margin-top:6rem!important}.mr-xxl-6,.mx-xxl-6{margin-right:6rem!important}.mb-xxl-6,.my-xxl-6{margin-bottom:6rem!important}.ml-xxl-6,.mx-xxl-6{margin-left:6rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}.p-xxl-gutter{padding:16px!important}.pt-xxl-gutter,.py-xxl-gutter{padding-top:16px!important}.pr-xxl-gutter,.px-xxl-gutter{padding-right:16px!important}.pb-xxl-gutter,.py-xxl-gutter{padding-bottom:16px!important}.pl-xxl-gutter,.px-xxl-gutter{padding-left:16px!important}.p-xxl-6{padding:6rem!important}.pt-xxl-6,.py-xxl-6{padding-top:6rem!important}.pr-xxl-6,.px-xxl-6{padding-right:6rem!important}.pb-xxl-6,.py-xxl-6{padding-bottom:6rem!important}.pl-xxl-6,.px-xxl-6{padding-left:6rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1600px){.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:red!important}a.text-primary:focus,a.text-primary:hover{color:#c00!important}.text-secondary{color:#fff!important}a.text-secondary:focus,a.text-secondary:hover{color:#e6e6e6!important}.text-success{color:#7ed321!important}a.text-success:focus,a.text-success:hover{color:#64a71a!important}.text-info{color:#4a90e2!important}a.text-info:focus,a.text-info:hover{color:#2275d7!important}.text-warning{color:#f5a623!important}a.text-warning:focus,a.text-warning:hover{color:#db8c0a!important}.text-danger{color:red!important}a.text-danger:focus,a.text-danger:hover{color:#c00!important}.text-light{color:#e6e6e6!important}a.text-light:focus,a.text-light:hover{color:#cdcdcd!important}.text-dark{color:#212121!important}a.text-dark:focus,a.text-dark:hover{color:#080808!important}.text-muted{color:#707070!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.semaineDeRef,.table{border-collapse:collapse!important}.semaineDeRef td,.semaineDeRef th,.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}body{font-size:1.125rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-shadow:1px 1px 1px rgba(0,0,0,.004)}@media (max-width:767.98px){body{font-size:1rem}}@media (max-width:575.98px){body{font-size:.875rem}}h1{line-height:1.111em}.h3,h1,h3{font-weight:700}.h3,.h4,h3,h4{line-height:1.35em}.h5,h5{line-height:1.4em;font-weight:700}.h6,h6{line-height:1.5em;text-transform:uppercase}del,s,small{color:#707070}blockquote{padding-left:1.66rem;border-left:1px solid #d5d5d5}blockquote p{line-height:1.3em;font-style:italic}blockquote p:before{content:"\201C";padding-right:.2rem}blockquote p:after{content:"\201D";padding-left:.2rem}blockquote.blockquote-fr p:before{content:"\00AB"}blockquote.blockquote-fr p:after{content:"\00BB"}blockquote .blockquote-footer{margin-top:.72rem;font-size:.83rem}blockquote .blockquote-footer cite{font-style:normal}table{font-size:.83rem}.container-grid{display:-ms-grid;display:grid;-ms-grid-rows:auto;grid-template-rows:auto;grid-column-gap:32px;-ms-grid-columns:[full-start] 1fr [content-start] minmax(auto,540px) [content-end] 1fr [full-end];grid-template-columns:[full-start] 1fr [content-start] minmax(auto,540px) [content-end] 1fr [full-end];max-width:100%}@media (max-width:767.98px){.container-grid{grid-gap:32px}}@media (min-width:768px){.container-grid{-ms-grid-columns:[full-start] 1fr [content-start] 600px [content-end] 1fr [full-end];grid-template-columns:[full-start] 1fr [content-start] 600px [content-end] 1fr [full-end]}}@media (min-width:992px){.container-grid{-ms-grid-columns:[full-start] 1fr [content-start] 640px [content-end] 1fr [full-end];grid-template-columns:[full-start] 1fr [content-start] 640px [content-end] 1fr [full-end]}}@media (min-width:1200px){.container-grid{-ms-grid-columns:[full-start] 1fr [content-start] 570px [content-end] 1fr [full-end];grid-template-columns:[full-start] 1fr [content-start] 570px [content-end] 1fr [full-end]}}.container-grid>*{grid-column:content}.container-grid .container,.container-grid .container-full,.container-grid .embed-responsive,.container-grid>iframe{grid-column:full}.container-full[class*=bg-]+.container-full[class*=bg-]{margin-top:0!important}:root .container-grid,_:-ms-fullscreen{display:block}:root .container-grid>*,_:-ms-fullscreen{max-width:800px;margin:0 auto}@media (min-width:992px){:root .container-grid>*,_:-ms-fullscreen{max-width:640px}}@media (min-width:1200px){:root .container-grid>*,_:-ms-fullscreen{max-width:570px}}:root .container-grid .container-full,_:-ms-fullscreen{max-width:100%;width:100%}.sr-only-xs{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}@media (min-width:576px){.sr-only-sm{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}}@media (min-width:768px){.sr-only-md{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}}@media (min-width:992px){.sr-only-lg{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}}@media (min-width:1200px){.sr-only-xl{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}}@media (min-width:1600px){.sr-only-xxl{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}}.introjs-tooltip{min-width:500px!important;max-width:60%!important}.introjs-helperNumberLayer{background:red!important}.btn,.focused,.link-pretty{position:relative}.btn:before,.focused:before,.link-pretty:before{content:" ";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:1px solid transparent;border-radius:4px;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:border-color .3s,-webkit-transform .1s ease;transition:border-color .3s,-webkit-transform .1s ease;transition:transform .1s ease,border-color .3s;transition:transform .1s ease,border-color .3s,-webkit-transform .1s ease}.btn:focus,.focus.btn,.focus.link-pretty,.focused.focus,.focused:focus,.link-pretty:focus{-webkit-box-shadow:none!important;box-shadow:none!important;outline:none!important}.btn:focus:before,.focus.btn:before,.focus.link-pretty:before,.focused.focus:before,.focused:focus:before,.link-pretty:focus:before{-webkit-transform:scale(1);transform:scale(1);border-color:red}.btn:active:before,.focused:active:before,.link-pretty:active:before{content:none}.flex-grow{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.offset-top{margin-top:-4rem}@media (min-width:576px){.offset-sm-top{margin-top:-4rem}}@media (min-width:768px){.offset-md-top{margin-top:-4rem}}@media (min-width:992px){.offset-lg-top{margin-top:-4rem}}@media (min-width:1200px){.offset-xl-top{margin-top:-4rem}}@media (min-width:1600px){.offset-xxl-top{margin-top:-4rem}}.overflow-hidden{overflow:hidden}.text-small{font-size:.778rem}.text-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.text-arrow:after{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23707070' d='M11.586 7L6.293 1.707 7.707.293 15.414 8l-7.707 7.707-1.414-1.414L11.586 9H0V7h11.586z'/%3E%3C/svg%3E");display:block;margin-left:auto;opacity:.6;-webkit-transition:opacity .2s;transition:opacity .2s}a:hover .text-arrow:after{opacity:1}.text-padded{background-color:#fff;-webkit-box-shadow:.444rem 0 0 #fff,-.444rem 0 0 #fff;box-shadow:.444rem 0 0 #fff,-.444rem 0 0 #fff;-webkit-box-decoration-break:clone;box-decoration-break:clone}.text-spread{letter-spacing:3px}.triangle-outer-bottom-right{position:relative}.triangle-outer-bottom-right:after{bottom:-.24rem}.triangle-outer-bottom-right:after,.triangle-outer-top-right:after{content:"";display:block;position:absolute;left:-1.3rem;border-left:1rem solid transparent;border-top:1rem solid red;border-right:1rem solid transparent;width:0;height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:background .15s;transition:background .15s}.triangle-outer-top-right:after{top:.479rem}.bg-gray-100{background-color:#e6e6e6!important}a.bg-gray-100:focus,a.bg-gray-100:hover,button.bg-gray-100:focus,button.bg-gray-100:hover{background-color:#cdcdcd!important}.bg-gray-200{background-color:#d5d5d5!important}a.bg-gray-200:focus,a.bg-gray-200:hover,button.bg-gray-200:focus,button.bg-gray-200:hover{background-color:#bcbcbc!important}.bg-gray-300{background-color:#c1c1c1!important}a.bg-gray-300:focus,a.bg-gray-300:hover,button.bg-gray-300:focus,button.bg-gray-300:hover{background-color:#a8a8a8!important}.bg-gray-400{background-color:#ced4da!important}a.bg-gray-400:focus,a.bg-gray-400:hover,button.bg-gray-400:focus,button.bg-gray-400:hover{background-color:#b1bbc4!important}.bg-gray-500{background-color:#adb5bd!important}a.bg-gray-500:focus,a.bg-gray-500:hover,button.bg-gray-500:focus,button.bg-gray-500:hover{background-color:#919ca6!important}.bg-gray-600{background-color:#707070!important}a.bg-gray-600:focus,a.bg-gray-600:hover,button.bg-gray-600:focus,button.bg-gray-600:hover{background-color:#575757!important}.bg-gray-700{background-color:#495057!important}a.bg-gray-700:focus,a.bg-gray-700:hover,button.bg-gray-700:focus,button.bg-gray-700:hover{background-color:#32373b!important}.bg-gray-800{background-color:#343a40!important}a.bg-gray-800:focus,a.bg-gray-800:hover,button.bg-gray-800:focus,button.bg-gray-800:hover{background-color:#1d2124!important}.bg-gray-900{background-color:#212529!important}a.bg-gray-900:focus,a.bg-gray-900:hover,button.bg-gray-900:focus,button.bg-gray-900:hover{background-color:#0a0c0d!important}.text-gray-100{color:#e6e6e6!important}.text-gray-200{color:#d5d5d5!important}.text-gray-300{color:#c1c1c1!important}.text-gray-400{color:#ced4da!important}.text-gray-500{color:#adb5bd!important}.text-gray-600{color:#707070!important}.text-gray-700{color:#495057!important}.text-gray-800{color:#343a40!important}.text-gray-900{color:#212529!important}body.epfl-wp .entry-content>img{max-width:100%;height:auto;margin-left:auto;margin-right:auto;margin-bottom:1rem}.btn{text-decoration:none;white-space:normal;-webkit-transition:background .15s,color .15s,border-color .15s;transition:background .15s,color .15s,border-color .15s}.btn:before{border-width:2px}.btn.disabled,.btn:disabled{opacity:1}.btn-primary{font-weight:700}.btn-primary.hover,.btn-primary:hover{background:#b51f1f;border-color:#b51f1f}.btn-primary.focus:before,.btn-primary:focus:before{border-color:#b51f1f}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active{background:#891818;border-color:#891818}.btn-primary.disabled,.btn-primary:disabled{background:#e6e6e6;border-color:#c1c1c1;color:#c1c1c1}.bg-dark .btn-primary.disabled,.bg-dark .btn-primary:disabled{background:#212121;border-color:#707070;color:#707070}.btn-secondary{background:transparent;border-color:#c1c1c1}.bg-dark .btn-secondary{border-color:#707070;color:#fff!important}.bg-gray-100 .btn-secondary{background-color:#fff}.btn-secondary.hover,.btn-secondary:hover{background:#e6e6e6;border-color:#707070}.bg-dark .btn-secondary.hover,.bg-dark .btn-secondary:hover{background:transparent;border-color:#e6e6e6}.btn-secondary.focus:before,.btn-secondary:focus:before{border-color:#707070}.bg-dark .btn-secondary.focus,.bg-dark .btn-secondary.focus:before,.bg-dark .btn-secondary:focus,.bg-dark .btn-secondary:focus:before{border-color:#e6e6e6}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active{background:-webkit-gradient(linear,left top,left bottom,from(#e6e6e6),to(#fff));background:linear-gradient(180deg,#e6e6e6 0,#fff);border-color:#c1c1c1}.bg-dark .btn-secondary:not(:disabled):not(.disabled).active,.bg-dark .btn-secondary:not(:disabled):not(.disabled):active{background:#707070;border-color:#fff}.btn-secondary.disabled,.btn-secondary:disabled{background:transparent;border-color:#707070;color:#707070!important}.btn-light,.btn-light:hover{border-color:#707070}.btn-circle{border-radius:50%;width:20px;height:20px;padding:0;background-color:#fff;border:none;-webkit-box-shadow:0 0 0 2px rgba(33,33,33,.4);box-shadow:0 0 0 2px rgba(33,33,33,.4);line-height:1;color:rgba(33,33,33,.4);-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s;cursor:pointer}.btn-circle:hover{-webkit-box-shadow:0 0 0 5px rgba(33,33,33,.6);box-shadow:0 0 0 5px rgba(33,33,33,.6);outline:1rem solid transparent;color:rgba(33,33,33,.6)}a.tag:hover{background:#e6e6e6;border-top-color:#a8a8a8;border-right-color:#a8a8a8;border-left-color:#a8a8a8;color:#212121}.tag,a.tag:hover{text-decoration:none}.tag{display:inline-block;margin:0 .1em .3em 0;padding:.4em .6em;background:#fff;border:1px solid #c1c1c1;line-height:1;font-weight:400;color:#343a40;border-radius:2px;-webkit-transition:color .2s ease-in-out,background .2s ease-in-out;transition:color .2s ease-in-out,background .2s ease-in-out}.tag .remove{text-decoration:none;float:right;font-size:1.25em;line-height:.5em;margin-top:.2em;margin-left:.3em;color:inherit}.tag .remove:hover{color:red}.tag.tag-sm{font-size:.75em}.tag.tag-plain{border-color:#707070;background:#707070;color:#fff}.tag.tag-primary{border-bottom:1px solid red}.tag.tag-secondary{border-bottom:1px solid #212121}.tag.tag-success{border-bottom:1px solid #7ed321}.tag.tag-info{border-bottom:1px solid #4a90e2}.tag.tag-warning{border-bottom:1px solid #f5a623}.tag.tag-danger{border-bottom:1px solid red}.tag.tag-light{border-bottom:1px solid #c1c1c1}.tag.tag-dark{border-bottom:1px solid #212121}.tag-group{padding:1em;background:#f2f2f2;border-radius:2px;border:1px solid #c1c1c1}.tag-group label{font-size:.85em;color:#707070}.tag-input:not(.selectize-control){width:100%}.tag-input.tag-input-sm+.tag-input .tag{font-size:.83rem}.tag-input .selectize-input{padding:.3em .2em .1em;background:#f2f2f2;border-radius:2px;border:1px solid #c1c1c1}.selectize-control{cursor:text}.selectize-control .selectize-input{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(2.25rem + 2px)}.selectize-control .selectize-input .tag{margin-right:.4em;cursor:pointer}.selectize-control .selectize-input .tag.active,.selectize-control .selectize-input .tag:hover{background:#e6e6e6;border-top-color:#a8a8a8;border-right-color:#a8a8a8;border-left-color:#a8a8a8;color:#212121;text-decoration:none}.selectize-control .selectize-input input{margin:0 .1em .2em 0;padding:.2em .4em;background:none;min-width:15px!important;border:0;line-height:1;outline:none}.selectize-control .selectize-dropdown{position:absolute;background:#fff;border:1px solid #c1c1c1;border-top:none}.selectize-control .selectize-dropdown-content{max-height:200px;overflow-x:hidden;overflow-y:auto}.selectize-control .selectize-dropdown-content .create,.selectize-control .selectize-dropdown-content .option{border-top:1px solid #d5d5d5;padding:.4em .6em;color:#495057;cursor:pointer}.selectize-control .selectize-dropdown-content .create.active,.selectize-control .selectize-dropdown-content .create:hover,.selectize-control .selectize-dropdown-content .option.active,.selectize-control .selectize-dropdown-content .option:hover{background-color:#f3f3f3;color:#212121}.alert{position:relative;min-height:2.96rem;padding-top:.64rem;padding-left:3.2rem;background:#fff;color:#212121}.alert:before{display:inline-block;position:absolute;top:50%;left:.6rem;width:2rem;height:2rem;margin-top:-1rem}.alert-primary{border-color:red}.alert-primary hr{border-top-color:#e60000}.alert-primary .alert-link{color:#c00}.alert-secondary{border-color:#fff}.alert-secondary hr{border-top-color:#f2f2f2}.alert-secondary .alert-link{color:#e6e6e6}.alert-success{border-color:#7ed321}.alert-success hr{border-top-color:#71bd1e}.alert-success .alert-link{color:#64a71a}.alert-info{border-color:#4a90e2}.alert-info hr{border-top-color:#3483de}.alert-info .alert-link{color:#2275d7}.alert-warning{border-color:#f5a623}.alert-warning hr{border-top-color:#f39c0b}.alert-warning .alert-link{color:#db8c0a}.alert-danger{border-color:red}.alert-danger hr{border-top-color:#e60000}.alert-danger .alert-link{color:#c00}.alert-light{border-color:#e6e6e6}.alert-light hr{border-top-color:#d9d9d9}.alert-light .alert-link{color:#cdcdcd}.alert-dark{border-color:#212121}.alert-dark hr{border-top-color:#141414}.alert-dark .alert-link{color:#080808}.alert-success:before{content:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%237ed321' cx='18' cy='18' r='18'/%3E%3Cpath stroke='%23FFF' stroke-width='3' d='M10 16.976L16 23l10-10'/%3E%3C/g%3E%3C/svg%3E")}.alert-danger:before{content:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23ff0000' d='M24.042 0L34 9.958v14.084L24.042 34H9.958L0 24.042V9.958L9.958 0z'/%3E%3Cg stroke='%23FFF' stroke-width='4'%3E%3Cpath d='M17 9v10M17 21v4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.alert-warning:before{content:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 36 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M19.746 1.124l15.591 27.9A2 2 0 0 1 33.591 32H2.41a2 2 0 0 1-1.746-2.976l15.591-27.9a2 2 0 0 1 3.492 0z' fill='%23ffc107'/%3E%3Cpath d='M18 12v10M18 24v2' stroke='%23FFF' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E")}.alert-info:before{content:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%234a90e2' width='34' height='34' rx='4'/%3E%3Cpath d='M17 25V15M17 13V9' stroke='%23FFF' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E")}.close:hover{color:red}.custom-checkbox .custom-control-label:before{border:1px solid #707070}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{border-color:red}.custom-control-label:before{top:3px}@media (min-width:576px){.custom-control-label:before{top:4px}}@media (min-width:768px){.custom-control-label:before{top:5px}}.collapse-title{position:relative;padding:0;background:none;border:none;-webkit-transition:-webkit-box-shadow .25s;transition:-webkit-box-shadow .25s;transition:box-shadow .25s;transition:box-shadow .25s,-webkit-box-shadow .25s}.collapse-title:before{content:" ";position:absolute;top:0;left:-.3rem;width:.6rem;height:100%;background:red;opacity:0;-webkit-transition:opacity .3s,-webkit-transform .2s;transition:opacity .3s,-webkit-transform .2s;transition:opacity .3s,transform .2s;transition:opacity .3s,transform .2s,-webkit-transform .2s;z-index:-1}.collapse-title:focus{outline:none;position:relative}.collapse-title:focus:before{-webkit-transform:translateX(-.7rem);transform:translateX(-.7rem);opacity:1}.collapse-title.collapse-title-desktop{display:block;position:relative;width:100%;margin-bottom:0;padding:.9rem 16px .9rem 0;border-top:1px solid #c1c1c1;font-size:1.1rem;text-align:left;font-weight:800}.collapse-title.collapse-title-desktop:hover{cursor:pointer}.collapse-title.collapse-title-desktop:after{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23707070' viewBox='0 0 6 3'%3E%3Cpath d='M3 0 6 3 0 3z'/%3E%3C/svg%3E");position:absolute;top:12px;right:0;width:12px;height:6px;border:0}.collapse-title.collapse-title-desktop.collapsed:after{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 6 3'%3E%3Cpath d='M3 3 6 0 0 0z'/%3E%3C/svg%3E")}@media (max-width:767.98px){.collapse-title{display:block;position:relative;width:100%;margin-bottom:0;padding:.9rem 16px .9rem 0;border-top:1px solid #c1c1c1;font-size:1.1rem;text-align:left;font-weight:800}.collapse-title:hover{cursor:pointer}.collapse-title:after{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23707070' viewBox='0 0 6 3'%3E%3Cpath d='M3 0 6 3 0 3z'/%3E%3C/svg%3E");position:absolute;top:12px;right:0;width:12px;height:6px;border:0}.collapse-title.collapsed:after{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 6 3'%3E%3Cpath d='M3 3 6 0 0 0z'/%3E%3C/svg%3E")}}@media (min-width:768px){.collapse-item:not(.collapse-item-desktop){display:block!important;height:auto!important;min-height:1px!important;overflow:visible!important;-webkit-transition:none!important;transition:none!important}}.collapse-group{border-bottom:1px solid #c1c1c1;margin-bottom:2rem}.link-collapse{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;text-decoration:none}.link-collapse:after{content:"";display:inline-block;width:12px;height:12px;margin-left:6px;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23707070' viewBox='0 0 6 3'%3E%3Cpath d='M3 0 6 3 0 3z'/%3E%3C/svg%3E") no-repeat 50%;background-size:contain}.link-collapse.collapsed:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 6 3'%3E%3Cpath d='M3 3 6 0 0 0z'/%3E%3C/svg%3E")}.collapse-show{display:block}@media (min-width:576px){.collapse-sm-show{display:block}}@media (min-width:768px){.collapse-md-show{display:block}}@media (min-width:992px){.collapse-lg-show{display:block}}@media (min-width:1200px){.collapse-xl-show{display:block}}@media (min-width:1600px){.collapse-xxl-show{display:block}}.collapse-drop-toggle{position:relative;margin-bottom:9.6px}.collapse-drop-toggle:not(.collapsed),.collapse-drop-toggle:not(.collapsed):hover{background:#212121;color:#fff}.collapse-drop-toggle:not(.collapsed):after{content:"";position:absolute;top:calc(100% + 9.6px);left:50%;width:0;height:0;border-left:7.2px solid transparent;border-bottom:7.2px solid #c1c1c1;border-right:7.2px solid transparent;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.collapse-drop.collapsing,.collapse-drop.show{position:relative;margin-top:4.8px;border-top:2px solid #c1c1c1}.collapse-drop.collapsing>form,.collapse-drop.show>form{-webkit-box-shadow:0 .5rem 1rem rgba(33,33,33,.175);box-shadow:0 .5rem 1rem rgba(33,33,33,.175);border-bottom:1px solid #c1c1c1}.collapse-partial:not(.show){display:block!important;position:relative;height:7rem;overflow:hidden;margin-bottom:1rem}.collapse-partial>*{margin:0}.collapse-partial:not(.show):after{content:" ";position:absolute;bottom:0;left:0;width:100%;height:40%;background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(15%,hsla(0,0%,100%,.9)),to(transparent));background:linear-gradient(0deg,#fff,hsla(0,0%,100%,.9) 15%,transparent)}.collapse-partial-0:not(.show){height:0}.collapse-partial-1:not(.show){height:2rem}.collapse-partial-2:not(.show){height:4rem}.collapse-partial-3:not(.show){height:6rem}.collapse-partial-4:not(.show){height:8rem}.collapse-partial-5:not(.show){height:10rem}.collapse-partial-6:not(.show){height:12rem}.collapse-partial-7:not(.show){height:14rem}.collapse-partial-8:not(.show){height:16rem}.collapse-partial-9:not(.show){height:18rem}.drawer{display:inline-block;position:relative;width:20px;height:100%;min-height:6.5rem;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;background:red;-webkit-transition:width .3s ease;transition:width .3s ease}@media (min-width:1200px){.drawer.open{width:auto}}@media (max-width:1199.98px){.drawer.open{width:50%}}.drawer .drawer-link{display:block;position:relative;width:20px;height:100%;min-height:6.5rem;line-height:1.2;z-index:5;color:#fff;-webkit-transition:width .3s ease;transition:width .3s ease}.drawer .drawer-link:hover{background:#b51f1f}.drawer .drawer-link .text{position:absolute;white-space:nowrap;top:50%;padding:0 2.1em 0 1.1em;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-decoration:underline}.drawer .drawer-toggle{display:block;position:absolute;top:0;right:0;width:20px;height:100%;background:red;border:none;cursor:pointer;z-index:10;color:#fff}.drawer .drawer-toggle .icon{position:absolute;top:50%;right:0;font-size:1.1rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.drawer .drawer-toggle:hover{background:#b51f1f}.drawer.open .drawer-toggle .icon{-webkit-transform:rotate(180deg) translateY(50%);transform:rotate(180deg) translateY(50%)}.icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-item-align:center;align-self:center;position:relative;top:.11em;color:inherit;fill:currentColor;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.icon,.icon svg{width:1em;height:1em}.icon-right .icon{margin-left:.4em}.icon-left .icon{margin-right:.4em}.icon-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.form-control,.selectize-control .selectize-input{-webkit-transition:color .3s,border-color .3s,outline .3s,-webkit-box-shadow .3s;transition:color .3s,border-color .3s,outline .3s,-webkit-box-shadow .3s;transition:color .3s,border-color .3s,outline .3s,box-shadow .3s;transition:color .3s,border-color .3s,outline .3s,box-shadow .3s,-webkit-box-shadow .3s}.form-control.hover,.form-control:hover,.selectize-control .hover.selectize-input,.selectize-control .selectize-input:hover{border-color:#707070}.form-control.focus,.form-control:focus,.selectize-control .focus.selectize-input,.selectize-control .selectize-input:focus{border-color:#212121!important;-webkit-box-shadow:0 0 0 1px #d5d5d5!important;box-shadow:0 0 0 1px #d5d5d5!important}.form-control.is-invalid,.selectize-control .is-invalid.selectize-input{border-color:red!important;font-weight:700}.form-control.disabled,.form-control:disabled,.selectize-control .disabled.selectize-input,.selectize-control .selectize-input:disabled{color:#707070;border-color:#d5d5d5!important}@media (max-width:767.98px){.form-control,.selectize-control .selectize-input{font-size:16px}}.nav-lang{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:3rem}.nav-lang.show .dropdown-toggle{border:1px solid #adb5bd}.nav-lang .dropdown-item,.nav-lang .dropdown-toggle{position:relative;padding:.4rem 2rem .6rem .7rem;font-size:.83rem;font-weight:700;-webkit-transition:background .2s ease;transition:background .2s ease}.nav-lang .dropdown-toggle:before{content:" ";position:absolute;top:calc(50% - .35rem);right:.5rem;left:auto;width:0;height:0;border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.nav-lang .dropdown-toggle:after{position:absolute;right:.5rem;bottom:calc(50% - .45rem)}.nav-lang .dropdown-menu a,.nav-lang .dropdown-menu li,.nav-lang .dropdown-menu ul,.nav-lang .dropdown-toggle{width:5.8rem}.nav-lang .dropdown-menu{padding:0;background:none;border:0;margin-top:0;-webkit-transform:translate3d(0,40px,0)!important;transform:translate3d(0,40px,0)!important}.nav-lang .dropdown-menu a:not(.active){background:#fff;border:1px solid #adb5bd}.nav-lang .dropdown-menu a:not(.active):hover{background:#e6e6e6}.nav-lang a.active{border:1px solid red;color:#fff!important}.nav-lang a.active .icon{color:#fff}.nav-lang .icon{margin-right:.5rem;font-size:1.1rem;color:#707070;-webkit-transform:translateY(.13rem);transform:translateY(.13rem)}.nav-lang .dropdown-item{margin-top:-1px}.nav-lang .dropdown-item:not(.active):active{color:#212121;border-color:#000!important;z-index:20}.nav-lang-short ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;list-style-type:none;margin-bottom:0;padding:0;font-size:1rem}.nav-lang-short ul li{position:relative;font-weight:700}.nav-lang-short ul li+li a{padding-left:.5rem}.nav-lang-short ul li+li:before{content:" ";display:block;position:absolute;top:.3rem;left:0;width:1px;height:.9rem;background:#d5d5d5}.nav-lang-short ul li .active{color:red}.nav-lang-short ul li a{color:#adb5bd}.nav-lang-short ul li a:hover{color:#212121}.nav-lang-short ul li a,.nav-lang-short ul li span{padding:.4rem;text-decoration:none}.nav-lang-mobile{display:none;position:fixed;right:0;bottom:0;width:5.9rem;height:3.1rem!important;border-radius:0;overflow:hidden;opacity:0;z-index:1142}@media (max-width:1199.98px){.nav-lang{position:fixed;right:0;bottom:-3rem;width:5.8rem;margin:0;-webkit-transition:bottom .3s ease;transition:bottom .3s ease;z-index:1140}.nav-lang .dropdown-toggle,.nav-lang.nav-lang-short ul{height:3rem;padding-top:.67rem;background:#707070;border-color:#707070;color:#fff;border-radius:0}.nav-lang .dropdown-toggle .icon,.nav-lang.nav-lang-short ul .icon{color:#fff}.nav-lang.nav-lang-short ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding-left:.5em;padding-right:.5em;padding-top:0;font-size:1rem}.nav-lang.nav-lang-short ul li{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0}.nav-lang.nav-lang-short ul li a,.nav-lang.nav-lang-short ul li span{display:block;padding:0;line-height:3rem;text-align:center;color:#c1c1c1}.nav-lang.nav-lang-short ul li a.active,.nav-lang.nav-lang-short ul li span.active{color:#fff}.nav-lang.nav-lang-short ul li+li:before{display:none}}.nav-toggle-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-left:1rem;padding:.7rem 1.2rem;font-size:1.25rem;font-weight:700!important}.nav-toggle-mobile .hamburger{margin-left:.4rem}.nav-toggle-mobile .hamburger span{display:block;width:1rem;height:2px;background:#212121;opacity:1;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.nav-toggle-mobile .hamburger span+span{margin-top:3px}.mobile-menu-open .hamburger{position:relative}.mobile-menu-open .hamburger span{background:red}.mobile-menu-open .hamburger span:first-child{-webkit-transform:rotate(45deg) translateY(.17rem) translateX(.28rem);transform:rotate(45deg) translateY(.17rem) translateX(.28rem)}.mobile-menu-open .hamburger span:nth-child(2){-webkit-transform:rotate(-45deg) translateY(.06rem) translateX(.05rem);transform:rotate(-45deg) translateY(.06rem) translateX(.05rem)}.mobile-menu-open .hamburger span:nth-child(3){opacity:0}.mobile-menu-open .header{overflow:hidden}a{-webkit-text-decoration-color:red;text-decoration-color:red;-webkit-transition:color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;transition:color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;transition:text-decoration-color .2s ease-in-out,color .2s ease-in-out;transition:text-decoration-color .2s ease-in-out,color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out}a:active,a:focus,a:hover{-webkit-text-decoration-color:#212121;text-decoration-color:#212121}a:active{color:red}a.text-muted{-webkit-text-decoration-color:#707070;text-decoration-color:#707070}a.text-muted:hover{color:#212121!important;-webkit-text-decoration-color:#212121;text-decoration-color:#212121}a.text-primary:focus,a.text-primary:hover{-webkit-text-decoration-color:red;text-decoration-color:red}a.text-secondary:focus,a.text-secondary:hover{-webkit-text-decoration-color:#fff;text-decoration-color:#fff}a.text-success:focus,a.text-success:hover{-webkit-text-decoration-color:#7ed321;text-decoration-color:#7ed321}a.text-info:focus,a.text-info:hover{-webkit-text-decoration-color:#4a90e2;text-decoration-color:#4a90e2}a.text-warning:focus,a.text-warning:hover{-webkit-text-decoration-color:#f5a623;text-decoration-color:#f5a623}a.text-danger:focus,a.text-danger:hover{-webkit-text-decoration-color:red;text-decoration-color:red}a.text-light:focus,a.text-light:hover{-webkit-text-decoration-color:#e6e6e6;text-decoration-color:#e6e6e6}a.text-dark:focus,a.text-dark:hover{-webkit-text-decoration-color:#212121;text-decoration-color:#212121}a.text-white:focus,a.text-white:hover{-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.link-pretty{text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(red),to(red));background-image:linear-gradient(red,red);background-repeat:repeat-x;background-size:1px 1px;background-position:0 100%;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff}@media (-webkit-min-device-pixel-ratio:1.75),(min-resolution:168dpi){.link-pretty{background-image:-webkit-gradient(linear,left top,left bottom,from(red),to(red));background-image:linear-gradient(red,red);background-position:0 100%}}.link-pretty::-moz-selection{background-color:rgba(255,0,0,.4);color:#212121;text-shadow:none}.link-pretty::selection{background-color:rgba(255,0,0,.4);color:#212121;text-shadow:none}.link-pretty.hover,.link-pretty:hover{color:red;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#495057),to(#495057));background-image:linear-gradient(#495057,#495057)}.bg-primary .link-pretty{color:#fff;text-shadow:3px 0 red,2px 0 red,1px 0 red,-1px 0 red,-2px 0 red,-3px 0 red}.bg-primary .link-pretty.hover,.bg-primary .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-secondary .link-pretty{color:#212121;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff}.bg-secondary .link-pretty.hover,.bg-secondary .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-success .link-pretty{color:#212121;text-shadow:3px 0 #7ed321,2px 0 #7ed321,1px 0 #7ed321,-1px 0 #7ed321,-2px 0 #7ed321,-3px 0 #7ed321}.bg-success .link-pretty.hover,.bg-success .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-info .link-pretty{color:#fff;text-shadow:3px 0 #4a90e2,2px 0 #4a90e2,1px 0 #4a90e2,-1px 0 #4a90e2,-2px 0 #4a90e2,-3px 0 #4a90e2}.bg-info .link-pretty.hover,.bg-info .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-warning .link-pretty{color:#212121;text-shadow:3px 0 #f5a623,2px 0 #f5a623,1px 0 #f5a623,-1px 0 #f5a623,-2px 0 #f5a623,-3px 0 #f5a623}.bg-warning .link-pretty.hover,.bg-warning .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-danger .link-pretty{color:#fff;text-shadow:3px 0 red,2px 0 red,1px 0 red,-1px 0 red,-2px 0 red,-3px 0 red}.bg-danger .link-pretty.hover,.bg-danger .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-light .link-pretty{color:#212121;text-shadow:3px 0 #e6e6e6,2px 0 #e6e6e6,1px 0 #e6e6e6,-1px 0 #e6e6e6,-2px 0 #e6e6e6,-3px 0 #e6e6e6}.bg-light .link-pretty.hover,.bg-light .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-dark .link-pretty{color:#fff;text-shadow:3px 0 #212121,2px 0 #212121,1px 0 #212121,-1px 0 #212121,-2px 0 #212121,-3px 0 #212121}.bg-dark .link-pretty.hover,.bg-dark .link-pretty:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.link-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.link-icon .icon{content:"";width:16px;height:16px;opacity:.5;-webkit-transition:opacity .2s;transition:opacity .2s}.link-icon:hover .icon,.link-icon a:hover .link-icon .icon{opacity:1}.list-bullet{padding-left:0;margin-left:-.7rem}.list-bullet li{list-style-type:none;padding-left:1rem;position:relative}.list-bullet li:before{content:"";background:red;top:.7rem;right:calc(100% - .5rem);font-size:1.1rem;line-height:.8rem;position:absolute;width:6px;height:5px}.list-bullet.list-unstyled{margin-left:0}.list-bullet.list-unstyled li:before{display:none}.list-bullet ul{padding-left:0}.list-bullet ul li:before{background:transparent;border:1px solid red}.list-bullet ul ul li:before{background:red;border:none}.list-numbered{counter-reset:a;padding-left:0;margin-left:-.9rem}.list-numbered li{list-style-type:none;padding-left:1rem;position:relative}.list-numbered li:before{content:counter(a);counter-increment:a;position:absolute;top:.3rem;right:calc(100% - .5rem);font-size:.8rem;font-weight:700;color:red}.list-numbered ol{counter-reset:b;padding-left:0}.list-numbered ol ol{counter-reset:c}.list-numbered ol li:before{content:counter(a) "." counter(b);counter-increment:b;font-weight:400}.list-numbered ol ol li:before{content:counter(a) "." counter(b) "." counter(c);counter-increment:c}picture .img-fluid{width:100%}.custom-radio .custom-control-label:before{border:1px solid #707070}.custom-radio .custom-control-input:checked~.custom-control-label:before{border-color:red}.ms-parent{display:block;position:relative}.ms-choice{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;overflow:hidden;white-space:nowrap;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23212121' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #d5d5d5;border-radius:2px;text-align:left;text-decoration:none;line-height:1.5;color:#212121}.ms-choice:focus{border-color:#212121;-webkit-box-shadow:inset 0 1px 2px rgba(33,33,33,.075),0 0 5px rgba(33,33,33,.5);box-shadow:inset 0 1px 2px rgba(33,33,33,.075),0 0 5px rgba(33,33,33,.5);outline:none}.ms-choice.disabled{background-color:#d5d5d5;background-image:none;border:1px solid #d5d5d5;cursor:default}.ms-choice>span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-choice>span.placeholder{color:#707070}.ms-choice>div{position:absolute;top:0;right:0;width:20px;height:25px;background:url(multiple-select.png) 0 0 no-repeat}.ms-choice>div.open{background:url(multiple-select.png) 100% 0 no-repeat}.ms-drop{display:none;position:absolute;width:100%;min-width:10rem;overflow:hidden;margin-top:-1px;padding:.5rem 0;z-index:1000;background:#fff;border:1px solid rgba(33,33,33,.15);color:#212121;-webkit-box-shadow:0 .5rem 1rem rgba(33,33,33,.175);box-shadow:0 .5rem 1rem rgba(33,33,33,.175)}.ms-drop.bottom{top:100%;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.ms-drop.top{bottom:100%;border-top-right-radius:2px;border-top-left-radius:2px}.ms-drop ul{overflow:auto;margin:0;padding:0}.ms-drop ul>li{list-style:none;background-image:none}.ms-drop ul>li .disabled{color:#707070}.ms-drop ul>li.multiple{display:block;float:left}.ms-drop ul>li.group{clear:both}.ms-drop label{display:block;margin-bottom:0;padding:.25rem 1.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-drop label:hover{background-color:#e6e6e6;color:#141414}.ms-drop label.optgroup{font-weight:700}.ms-drop input[type=checkbox]{vertical-align:middle;margin-right:.5em;margin-bottom:.25em}.ms-drop .ms-no-results{display:none}hr{width:100%}hr.bold{border-top-width:3px}.social-icon{display:inline-block;padding:.7rem;background:#e6e6e6;border-radius:.17rem;line-height:0}.social-icon .icon{top:0;font-size:24px;color:#fff}a.social-icon{margin-bottom:.3rem;-webkit-transition:background-color .2s ease,background-image .2s ease,-webkit-transform .2s ease;transition:background-color .2s ease,background-image .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,background-color .2s ease,background-image .2s ease;transition:transform .2s ease,background-color .2s ease,background-image .2s ease,-webkit-transform .2s ease}a.social-icon:focus,a.social-icon:hover{-webkit-transform:translateY(-.2rem);transform:translateY(-.2rem);-webkit-box-shadow:0;box-shadow:0}.social-icon-facebook{background-color:#3b5998}.social-icon-twitter{background-color:#1da1f2}.social-icon-whatsapp{background-color:#25d366}.social-icon-mail-plane{background-color:#4a90e2}.social-icon-googleplus{background-color:#db4437}.social-icon-linkedin{background-color:#007bb5}.social-icon-youtube{background-color:red}.social-icon-youtube svg{-webkit-transform:scale(1.3);transform:scale(1.3)}.social-icon-instagram,.social-icon-round.social-icon-instagram{background:radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),-webkit-gradient(linear,left top,left bottom,from(#6559ca),color-stop(30%,#bc318f),color-stop(50%,#e33f5f),color-stop(70%,#f77638),to(#fec66d));background:radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d)}.social-icon-round{padding:.8rem}.social-icon-round,.social-icon-round:before{border-radius:100%!important}.social-icon-negative{padding:.5rem;background:transparent;-webkit-transition:background .2s;transition:background .2s}.social-icon-negative .icon{font-size:1.5rem;color:#212121;-webkit-transition:fill .2s;transition:fill .2s}.social-icon-negative:hover{background:red!important}.social-icon-negative:hover .icon{color:#fff!important}.social-icon-discrete .icon{-webkit-transition:fill .2s ease;transition:fill .2s ease}.social-icon-discrete:not(:hover){background:#e6e6e6}.social-icon-discrete:not(:hover) .icon{color:#707070}.upload{padding:1rem .85rem;border:1px solid #c1c1c1}.upload ul{margin-left:.3rem}.upload-input{position:absolute;overflow:hidden;width:.1px;height:.1px;opacity:0;z-index:-1}.dropdown-item{text-decoration:none}.dropdown-item.active{background:red;color:#fff!important}.nav-toggle{display:none;position:relative;top:1px;z-index:1120;margin-right:10.66667px;padding:.25rem .5rem}.nav-toggle:hover{cursor:pointer}.nav-toggle .loader{display:none;margin-right:.2rem}.nav-toggle.is-loading .loader{display:inline-block}.nav-toggle.is-loading .icon{display:none!important}.nav-toggle .icon{margin-right:.2rem;font-size:.7rem}.nav-toggle .icon:first-of-type{display:block}.nav-toggle .icon:last-of-type{display:none}@media (min-width:1200px){.nav-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bg-gray-100 .nav-toggle:after{background:#e6e6e6}}.desktop-menu-open .nav-toggle .icon:first-of-type{display:none}.desktop-menu-open .nav-toggle .icon:last-of-type{display:block}.popover{border-bottom-color:#212121}@media (max-width:767.98px){.popover{width:296px;max-width:90vw}}.popover:after,.popover:before{content:"";position:absolute;top:100%;right:10px;border-style:solid;border-width:0 10px 10px 0;border-color:transparent #fff transparent transparent}.popover:before{border-width:0 11px 11px 0;border-right-color:#d5d5d5}.popover:after{-webkit-box-shadow:1px 0 0 0 #212121;box-shadow:1px 0 0 0 #212121}.bs-popover-auto[x-placement^=bottom]:after,.bs-popover-auto[x-placement^=bottom]:before,.bs-popover-bottom:after,.bs-popover-bottom:before{top:auto;bottom:100%;border-width:10px 10px 0 0;border-color:transparent #fff transparent transparent}.bs-popover-auto[x-placement^=bottom]:before,.bs-popover-bottom:before{border-width:11px 11px 0 0;border-right-color:#d5d5d5}.btn-circle[data-toggle=popover] .icon:last-child{display:none}.btn-circle[data-toggle=popover][aria-describedby]{color:red}.btn-circle[data-toggle=popover][aria-describedby] .icon:first-child{display:none}.btn-circle[data-toggle=popover][aria-describedby] .icon:last-child{display:inline-block}.btn-circle[data-toggle=popover][aria-describedby]:hover{color:#e60000}.trapeze-vertical-container{display:block;position:relative;z-index:1;-webkit-transition:margin .2s,padding .2s;transition:margin .2s,padding .2s}.trapeze-vertical-container:focus,.trapeze-vertical-container:hover{padding-left:.5rem;margin-right:-.5rem}.trapeze-vertical-container:focus .trapeze-vertical,.trapeze-vertical-container:hover .trapeze-vertical{border-right-width:.5rem}.trapeze-vertical{display:block;position:absolute;z-index:0;top:0;left:0;width:0;height:100%;margin-right:-.5rem;border-right:0 solid #d5d5d5;border-top:.5rem solid transparent;border-bottom:.5rem solid transparent;-webkit-transition:border .2s;transition:border .2s}.trapeze-horizontal-container{display:block;position:relative;z-index:1;-webkit-transition:margin .2s,padding .2s;transition:margin .2s,padding .2s}.trapeze-horizontal-container:focus,.trapeze-horizontal-container:hover{margin-top:-.5rem!important;padding-bottom:.5rem}.trapeze-horizontal-container:focus .trapeze-horizontal,.trapeze-horizontal-container:hover .trapeze-horizontal{border-top-width:.5rem}.trapeze-horizontal{display:block;position:absolute;z-index:0;bottom:0;left:0;width:100%;height:0;margin-top:-.5rem;border-top:0 solid #d5d5d5;border-left:.5rem solid transparent;border-right:.5rem solid transparent;-webkit-transition:border .2s;transition:border .2s}.link-trapeze-vertical{position:relative;z-index:0;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.link-trapeze-vertical:before{content:"";display:block;position:absolute;z-index:-1;border:.5rem solid transparent;-webkit-transition:border .2s;transition:border .2s;top:0;right:100%;width:0;height:100%;border-right-width:0;border-right-color:#d5d5d5;border-left-width:0}.link-trapeze-vertical:focus,.link-trapeze-vertical:hover{-webkit-transform:translateX(.5rem);transform:translateX(.5rem)}.link-trapeze-vertical:focus:before,.link-trapeze-vertical:hover:before{border-right-width:.5rem}.link-trapeze-horizontal{position:relative;z-index:0;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.link-trapeze-horizontal:before{content:"";display:block;position:absolute;z-index:-1;border:.5rem solid transparent;-webkit-transition:border .2s;transition:border .2s;top:100%;left:0;width:100%;height:0;border-bottom-width:0;border-top-width:0;border-top-color:#d5d5d5}.link-trapeze-horizontal:focus,.link-trapeze-horizontal:hover{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem)}.link-trapeze-horizontal:focus:before,.link-trapeze-horizontal:hover:before{border-top-width:.5rem}.definition-list{margin:1rem 0;padding-top:1rem;border-top:2px solid #e6e6e6;border-bottom:2px solid #e6e6e6}.definition-list dd{margin-bottom:1rem}.definition-list-grid{display:-ms-grid;display:grid;-ms-grid-columns:minmax(min-content,100px) 1fr;grid-template-columns:minmax(-webkit-min-content,100px) 1fr;grid-template-columns:minmax(min-content,100px) 1fr;grid-auto-rows:auto;border:none}.definition-list-grid dt{-ms-grid-column:1;grid-column:1;font-weight:400;color:#707070;padding-right:16px}.definition-list-grid dt:last-of-type{border-bottom:none}.definition-list-grid dt.definition-list-item-full{padding-bottom:0;border-bottom:none}.definition-list-grid dd{-ms-grid-column:2;grid-column:2}.definition-list-grid dd:last-of-type{border-bottom:none}.definition-list-grid dd,.definition-list-grid dt{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #c1c1c1}.definition-list-grid dd:first-of-type,.definition-list-grid dt:first-of-type{padding-top:16px;border-top:1px solid #c1c1c1}.definition-list-grid .definition-list-item-full{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/span 2}:root .definition-list-grid,_:-ms-fullscreen{display:block}:root .definition-list-grid dt,_:-ms-fullscreen{float:left;margin:0;border:none}:root .definition-list-grid dd:after,_:-ms-fullscreen:after{display:block;clear:both;content:""}:root .definition-list-grid .definition-list-item-full,_:-ms-fullscreen{float:none;width:100%}:root .definition-list-grid .definition-list-item-full:after,_:-ms-fullscreen:after{display:block;clear:both;content:""}figure picture{display:block;margin-bottom:.5rem}figcaption{font-size:.778rem;color:#707070}@-webkit-keyframes b{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes b{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loader{display:inline-block;width:.9rem;height:.9rem;border:3px solid #d5d5d5;border-right-color:#707070;border-radius:100%;-webkit-animation:b 1s linear infinite;animation:b 1s linear infinite}.search{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.search .dropdown-toggle{padding:1rem}.search .dropdown-toggle:after{display:none}.search .search-form{display:-webkit-box;display:-ms-flexbox;display:flex;border:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.search input[type=text]{width:12rem;-webkit-box-shadow:none!important;box-shadow:none!important}.search-mobile{display:none}@media (max-width:1599.98px){.search-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:fixed;bottom:-3rem;left:0;width:calc(100% - 5.8rem);height:3rem;-webkit-transition:bottom .3s;transition:bottom .3s;z-index:1139}.search-mobile .form-control,.search-mobile .selectize-control .selectize-input,.selectize-control .search-mobile .selectize-input{padding:0 0 0 .4rem;background:#212121;border:0;color:#fff;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0}.search-mobile .form-control::-webkit-input-placeholder,.search-mobile .selectize-control .selectize-input::-webkit-input-placeholder,.selectize-control .search-mobile .selectize-input::-webkit-input-placeholder{color:#c1c1c1}.search-mobile .form-control:-ms-input-placeholder,.search-mobile .form-control::-ms-input-placeholder,.search-mobile .selectize-control .selectize-input:-ms-input-placeholder,.search-mobile .selectize-control .selectize-input::-ms-input-placeholder,.selectize-control .search-mobile .selectize-input:-ms-input-placeholder,.selectize-control .search-mobile .selectize-input::-ms-input-placeholder{color:#c1c1c1}.search-mobile .form-control::placeholder,.search-mobile .selectize-control .selectize-input::placeholder,.selectize-control .search-mobile .selectize-input::placeholder{color:#c1c1c1}.search-mobile .input-group-text{background:#212121;border-radius:0;border:0}.search-mobile .icon{color:#c1c1c1}}.access-nav{position:absolute;top:-1000px}.access-nav ul{margin-bottom:0;padding-left:0;list-style:none}.access-nav li a{display:block;position:fixed;top:0;left:25px;z-index:3003;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,transform .2s;transition:opacity .2s,transform .2s,-webkit-transform .2s;opacity:0}.access-nav li a:focus{top:25px;-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.avatar-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}.avatar-teaser-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:.5rem 0;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;font-size:.83rem;color:#707070}.avatar-teaser-body>*{margin:0}.bg-gray-100 .avatar-teaser-body{border-color:#d5d5d5;color:#212121}.avatar-teaser-img{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;width:50px;margin-right:.6rem;border-radius:50%}.avatar-teaser-img img{max-width:100%;border-radius:50%}.avatar-teaser-img+.avatar-teaser-img,.avatar-teaser-img+.avatar-teaser-img-placeholder{margin-left:-2.25rem}@media (min-width:576px){.avatar-teaser-img+.avatar-teaser-img,.avatar-teaser-img+.avatar-teaser-img-placeholder{margin-left:-1.2rem}}.avatar-teaser-img-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50px;height:50px;margin-right:.6rem;background-color:#d5d5d5;border-radius:50%;text-decoration:none;font-weight:700;-webkit-transition:background-color .2s;transition:background-color .2s}a.avatar-teaser-img-placeholder:hover:before{background-color:#e6e6e6}a.avatar-teaser-img,a.avatar-teaser-img-placeholder{position:relative;z-index:0;text-decoration:none}a.avatar-teaser-img-placeholder:before,a.avatar-teaser-img:before{content:"";display:block;position:absolute;z-index:-1;top:-3px;right:-3px;bottom:-3px;left:-3px;border:1px solid red;background-color:#fff;border-radius:50%;opacity:0;-webkit-transform:scale(.8);transform:scale(.8);-webkit-transition:background-color .2s,opacity .2s,-webkit-transform .2s;transition:background-color .2s,opacity .2s,-webkit-transform .2s;transition:background-color .2s,opacity .2s,transform .2s;transition:background-color .2s,opacity .2s,transform .2s,-webkit-transform .2s}a.avatar-teaser-img-placeholder:focus:before,a.avatar-teaser-img-placeholder:hover:before,a.avatar-teaser-img:focus:before,a.avatar-teaser-img:hover:before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.card{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;max-width:100%;margin-bottom:32px}.bg-gray-100 .card{border-color:#c1c1c1}.card-sm{margin-bottom:16px}.card-gray .card-body,.card-gray .card-footer{background:#e6e6e6;-webkit-transition:background .2s,-webkit-transform .2s;transition:background .2s,-webkit-transform .2s;transition:transform .2s,background .2s;transition:transform .2s,background .2s,-webkit-transform .2s}a.card-gray:hover .card-body{background:#fff}.card-body .card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem;padding-top:0;padding-right:0;padding-left:0;font-size:.83rem;color:#707070}.card-body+.card-footer{padding-top:0}.card-body p:last-of-type{margin-bottom:0}.card-body .card-img-top+.card-title{margin-top:.9rem}.card-img-top+.card-body{border-top:none!important}.card-body.card-sm,.card-sm .card-body{padding:.675rem}.card-header{border-color:rgba(33,33,33,.1)}.card-footer{padding-bottom:1.35rem;border:0}.card-distinction .card-body{position:relative;border-top:1px solid red!important;padding-top:1.8rem}.card-distinction .card-body:before{content:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 20 30'%3E%3Cpath d='M0 0h20v30L10 19 0 30z'/%3E%3C/svg%3E");display:inline-block;position:absolute;top:0;left:1.35rem;width:20px;height:30px}.card-info{font-size:.83rem;margin-bottom:1rem;color:#707070}.card-info:last-of-type{margin-bottom:0}.card-info>:not(:last-of-type):after{content:" \203A ";margin:0 .25em 0 .15em}.card-info .card-info-date:not(:last-child):after{content:" \2013 "}.card-info a{display:inline-block;color:red;text-decoration:none}.card-info a:hover{text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(red),to(red));background-image:linear-gradient(red,red);background-repeat:repeat-x;background-size:1px 1px;background-position:0 100%;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff}@media (-webkit-min-device-pixel-ratio:1.75),(min-resolution:168dpi){.card-info a:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(red),to(red));background-image:linear-gradient(red,red);background-position:0 100%}}.card-info a:hover::-moz-selection{background-color:rgba(255,0,0,.4);color:#212121;text-shadow:none}.card-info a:hover::selection{background-color:rgba(255,0,0,.4);color:#212121;text-shadow:none}.card-info a:hover.hover,.card-info a:hover:hover{color:red;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#212121),to(#212121));background-image:linear-gradient(#212121,#212121)}.bg-primary .card-info a:hover{color:#fff;text-shadow:3px 0 red,2px 0 red,1px 0 red,-1px 0 red,-2px 0 red,-3px 0 red}.bg-primary .card-info a:hover.hover,.bg-primary .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-secondary .card-info a:hover{color:#212121;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff}.bg-secondary .card-info a:hover.hover,.bg-secondary .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-success .card-info a:hover{color:#212121;text-shadow:3px 0 #7ed321,2px 0 #7ed321,1px 0 #7ed321,-1px 0 #7ed321,-2px 0 #7ed321,-3px 0 #7ed321}.bg-success .card-info a:hover.hover,.bg-success .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-info .card-info a:hover{color:#fff;text-shadow:3px 0 #4a90e2,2px 0 #4a90e2,1px 0 #4a90e2,-1px 0 #4a90e2,-2px 0 #4a90e2,-3px 0 #4a90e2}.bg-info .card-info a:hover.hover,.bg-info .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-warning .card-info a:hover{color:#212121;text-shadow:3px 0 #f5a623,2px 0 #f5a623,1px 0 #f5a623,-1px 0 #f5a623,-2px 0 #f5a623,-3px 0 #f5a623}.bg-warning .card-info a:hover.hover,.bg-warning .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-danger .card-info a:hover{color:#fff;text-shadow:3px 0 red,2px 0 red,1px 0 red,-1px 0 red,-2px 0 red,-3px 0 red}.bg-danger .card-info a:hover.hover,.bg-danger .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-light .card-info a:hover{color:#212121;text-shadow:3px 0 #e6e6e6,2px 0 #e6e6e6,1px 0 #e6e6e6,-1px 0 #e6e6e6,-2px 0 #e6e6e6,-3px 0 #e6e6e6}.bg-light .card-info a:hover.hover,.bg-light .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-dark .card-info a:hover{color:#fff;text-shadow:3px 0 #212121,2px 0 #212121,1px 0 #212121,-1px 0 #212121,-2px 0 #212121,-3px 0 #212121}.bg-dark .card-info a:hover.hover,.bg-dark .card-info a:hover:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.card-info p{color:#212121}p+.card-info{margin-top:1rem}.card-info-bordered{padding:.75rem 0;border-top:1px solid rgba(33,33,33,.1);border-bottom:1px solid rgba(33,33,33,.1)}.card-info-border-sm{padding:.25rem 0}a.card-img-top{position:relative}.card-body a.card-img-top{display:block}a.card-img-top:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:inset 0 0 0 6px red;box-shadow:inset 0 0 0 6px red;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}a.card-img-top:hover:before{opacity:.6}.card-title a,a.card-title{-webkit-transition:color .3s;transition:color .3s;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(red),to(red));background-image:linear-gradient(red,red);background-repeat:repeat-x;background-size:1px 1px;background-position:0 100%;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff;background-position:0 90%}@media (-webkit-min-device-pixel-ratio:1.75),(min-resolution:168dpi){.card-title a,a.card-title{background-image:-webkit-gradient(linear,left top,left bottom,from(red),to(red));background-image:linear-gradient(red,red);background-position:0 100%}}.card-title a::-moz-selection,a.card-title::-moz-selection{background-color:rgba(255,0,0,.4);color:#212121;text-shadow:none}.card-title a::selection,a.card-title::selection{background-color:rgba(255,0,0,.4);color:#212121;text-shadow:none}.card-title a.hover,.card-title a:hover,a.card-title.hover,a.card-title:hover{color:red;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#212121),to(#212121));background-image:linear-gradient(#212121,#212121)}.bg-primary .card-title a,.bg-primary a.card-title{color:#fff;text-shadow:3px 0 red,2px 0 red,1px 0 red,-1px 0 red,-2px 0 red,-3px 0 red}.bg-primary .card-title a.hover,.bg-primary .card-title a:hover,.bg-primary a.card-title.hover,.bg-primary a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-secondary .card-title a,.bg-secondary a.card-title{color:#212121;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff}.bg-secondary .card-title a.hover,.bg-secondary .card-title a:hover,.bg-secondary a.card-title.hover,.bg-secondary a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-success .card-title a,.bg-success a.card-title{color:#212121;text-shadow:3px 0 #7ed321,2px 0 #7ed321,1px 0 #7ed321,-1px 0 #7ed321,-2px 0 #7ed321,-3px 0 #7ed321}.bg-success .card-title a.hover,.bg-success .card-title a:hover,.bg-success a.card-title.hover,.bg-success a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-info .card-title a,.bg-info a.card-title{color:#fff;text-shadow:3px 0 #4a90e2,2px 0 #4a90e2,1px 0 #4a90e2,-1px 0 #4a90e2,-2px 0 #4a90e2,-3px 0 #4a90e2}.bg-info .card-title a.hover,.bg-info .card-title a:hover,.bg-info a.card-title.hover,.bg-info a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-warning .card-title a,.bg-warning a.card-title{color:#212121;text-shadow:3px 0 #f5a623,2px 0 #f5a623,1px 0 #f5a623,-1px 0 #f5a623,-2px 0 #f5a623,-3px 0 #f5a623}.bg-warning .card-title a.hover,.bg-warning .card-title a:hover,.bg-warning a.card-title.hover,.bg-warning a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-danger .card-title a,.bg-danger a.card-title{color:#fff;text-shadow:3px 0 red,2px 0 red,1px 0 red,-1px 0 red,-2px 0 red,-3px 0 red}.bg-danger .card-title a.hover,.bg-danger .card-title a:hover,.bg-danger a.card-title.hover,.bg-danger a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-light .card-title a,.bg-light a.card-title{color:#212121;text-shadow:3px 0 #e6e6e6,2px 0 #e6e6e6,1px 0 #e6e6e6,-1px 0 #e6e6e6,-2px 0 #e6e6e6,-3px 0 #e6e6e6}.bg-light .card-title a.hover,.bg-light .card-title a:hover,.bg-light a.card-title.hover,.bg-light a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-dark .card-title a,.bg-dark a.card-title{color:#fff;text-shadow:3px 0 #212121,2px 0 #212121,1px 0 #212121,-1px 0 #212121,-2px 0 #212121,-3px 0 #212121}.bg-dark .card-title a.hover,.bg-dark .card-title a:hover,.bg-dark a.card-title.hover,.bg-dark a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.card-gray .card-title a,.card-gray a.card-title{text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(red),to(red));background-image:linear-gradient(red,red);background-repeat:repeat-x;background-size:1px 1px;background-position:0 100%;text-shadow:3px 0 #e6e6e6,2px 0 #e6e6e6,1px 0 #e6e6e6,-1px 0 #e6e6e6,-2px 0 #e6e6e6,-3px 0 #e6e6e6}@media (-webkit-min-device-pixel-ratio:1.75),(min-resolution:168dpi){.card-gray .card-title a,.card-gray a.card-title{background-image:-webkit-gradient(linear,left top,left bottom,from(red),to(red));background-image:linear-gradient(red,red);background-position:0 100%}}.card-gray .card-title a::-moz-selection,.card-gray a.card-title::-moz-selection{background-color:rgba(255,0,0,.4);color:#212121;text-shadow:none}.card-gray .card-title a::selection,.card-gray a.card-title::selection{background-color:rgba(255,0,0,.4);color:#212121;text-shadow:none}.card-gray .card-title a.hover,.card-gray .card-title a:hover,.card-gray a.card-title.hover,.card-gray a.card-title:hover{color:red;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#212121),to(#212121));background-image:linear-gradient(#212121,#212121)}.bg-primary .card-gray .card-title a,.bg-primary .card-gray a.card-title{color:#fff;text-shadow:3px 0 red,2px 0 red,1px 0 red,-1px 0 red,-2px 0 red,-3px 0 red}.bg-primary .card-gray .card-title a.hover,.bg-primary .card-gray .card-title a:hover,.bg-primary .card-gray a.card-title.hover,.bg-primary .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-secondary .card-gray .card-title a,.bg-secondary .card-gray a.card-title{color:#212121;text-shadow:3px 0 #fff,2px 0 #fff,1px 0 #fff,-1px 0 #fff,-2px 0 #fff,-3px 0 #fff}.bg-secondary .card-gray .card-title a.hover,.bg-secondary .card-gray .card-title a:hover,.bg-secondary .card-gray a.card-title.hover,.bg-secondary .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-success .card-gray .card-title a,.bg-success .card-gray a.card-title{color:#212121;text-shadow:3px 0 #7ed321,2px 0 #7ed321,1px 0 #7ed321,-1px 0 #7ed321,-2px 0 #7ed321,-3px 0 #7ed321}.bg-success .card-gray .card-title a.hover,.bg-success .card-gray .card-title a:hover,.bg-success .card-gray a.card-title.hover,.bg-success .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-info .card-gray .card-title a,.bg-info .card-gray a.card-title{color:#fff;text-shadow:3px 0 #4a90e2,2px 0 #4a90e2,1px 0 #4a90e2,-1px 0 #4a90e2,-2px 0 #4a90e2,-3px 0 #4a90e2}.bg-info .card-gray .card-title a.hover,.bg-info .card-gray .card-title a:hover,.bg-info .card-gray a.card-title.hover,.bg-info .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-warning .card-gray .card-title a,.bg-warning .card-gray a.card-title{color:#212121;text-shadow:3px 0 #f5a623,2px 0 #f5a623,1px 0 #f5a623,-1px 0 #f5a623,-2px 0 #f5a623,-3px 0 #f5a623}.bg-warning .card-gray .card-title a.hover,.bg-warning .card-gray .card-title a:hover,.bg-warning .card-gray a.card-title.hover,.bg-warning .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-danger .card-gray .card-title a,.bg-danger .card-gray a.card-title{color:#fff;text-shadow:3px 0 red,2px 0 red,1px 0 red,-1px 0 red,-2px 0 red,-3px 0 red}.bg-danger .card-gray .card-title a.hover,.bg-danger .card-gray .card-title a:hover,.bg-danger .card-gray a.card-title.hover,.bg-danger .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-light .card-gray .card-title a,.bg-light .card-gray a.card-title{color:#212121;text-shadow:3px 0 #e6e6e6,2px 0 #e6e6e6,1px 0 #e6e6e6,-1px 0 #e6e6e6,-2px 0 #e6e6e6,-3px 0 #e6e6e6}.bg-light .card-gray .card-title a.hover,.bg-light .card-gray .card-title a:hover,.bg-light .card-gray a.card-title.hover,.bg-light .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}.bg-dark .card-gray .card-title a,.bg-dark .card-gray a.card-title{color:#fff;text-shadow:3px 0 #212121,2px 0 #212121,1px 0 #212121,-1px 0 #212121,-2px 0 #212121,-3px 0 #212121}.bg-dark .card-gray .card-title a.hover,.bg-dark .card-gray .card-title a:hover,.bg-dark .card-gray a.card-title.hover,.bg-dark .card-gray a.card-title:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#c1c1c1),to(#c1c1c1));background-image:linear-gradient(#c1c1c1,#c1c1c1)}a.card{border:none;text-decoration:none}a.card .card-body{border:1px solid #d5d5d5;-webkit-transition:border .3s;transition:border .3s}a.card .card-title{-webkit-transition:.4s ease;transition:.4s ease}a.card:hover{color:#212121}a.card:hover .card-body{border-color:#212121}a.card:hover .card-title{color:red}.card-img-overlay{right:auto;max-width:400px}.card-img-overlay .card-title{margin-bottom:0}@media (max-width:767.98px){.card-img-overlay .card-title,.card-img-overlay .h4{font-size:1.152rem}}.card-img-top,.card-overlay .card-img{min-height:1px}.card-grayscale:hover .card-img-top img{-webkit-filter:grayscale(0);filter:grayscale(0)}.card-grayscale:hover .card-body{opacity:1}.card-grayscale .card-img-top img{-webkit-transition:-webkit-filter .2s;transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.card-grayscale .card-body{opacity:.75;-webkit-transition:opacity .3s,background .3s,border .3s!important;transition:opacity .3s,background .3s,border .3s!important}.datepicker{display:none}.datepicker-wrapper .picker__holder{padding:.5rem 0;background:#fff;border:1px solid #e6e6e6}.datepicker-wrapper .picker__header{margin-bottom:1.4em}@media (max-width:767.98px){.datepicker-wrapper .picker__header{text-align:left}}.datepicker-wrapper .picker__month{font-weight:700}.datepicker-wrapper .picker__year{font-style:normal}.datepicker-wrapper .picker__nav--next,.datepicker-wrapper .picker__nav--prev{right:0;width:2.4rem;height:2.4rem;padding:0;border:1px solid #e6e6e6;border-radius:100%;text-align:center;-webkit-transition:border .2s;transition:border .2s}.datepicker-wrapper .picker__nav--next:focus,.datepicker-wrapper .picker__nav--next:hover,.datepicker-wrapper .picker__nav--prev:focus,.datepicker-wrapper .picker__nav--prev:hover{background:transparent;border:1px solid #707070}.datepicker-wrapper .picker__nav--prev{right:auto;left:0}@media (max-width:767.98px){.datepicker-wrapper .picker__nav--prev{right:3rem;left:auto}}.datepicker-wrapper .picker__nav--next:before,.datepicker-wrapper .picker__nav--prev:before{content:" ";display:inline-block;position:relative;top:.95rem;right:.1rem;width:.5rem;height:.5rem;border-style:solid;border-width:2px 2px 0 0;border-color:#212121 #212121 transparent transparent;-webkit-transform:rotate(45deg);transform:rotate(45deg);vertical-align:top}.datepicker-wrapper .picker__nav--prev:before{right:auto;left:.1rem;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.datepicker-wrapper .picker__day{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;width:2.4rem;height:2.4rem;padding:0!important;background:transparent!important;line-height:1.65rem;border-radius:100%}.datepicker-wrapper .picker__day:focus,.datepicker-wrapper .picker__day:hover{border:1px solid #d5d5d5}.datepicker-wrapper .picker__day.picker__day--today{border-color:red}.datepicker-wrapper .picker__day.picker__day--today:before{content:none}.datepicker-wrapper .picker__day.picker__day--highlighted{border-color:#d5d5d5!important;font-weight:400;color:#212121}.datepicker-wrapper .picker__day.picker__day--selected{background:red!important;border-color:red;color:#fff}.datepicker-fancy{display:none}.datepicker-fancy+.picker .picker__holder{background:none}@media (max-width:767.98px){.datepicker-fancy+.picker .picker__holder{overflow:hidden;padding:1.1rem 0 .9rem;border-left:0;border-right:0}.datepicker-fancy+.picker .picker__holder table{display:block;position:relative;min-height:3rem}.datepicker-fancy+.picker .picker__holder table tbody[data-week="1"]{left:0%}.datepicker-fancy+.picker .picker__holder table tbody[data-week="2"]{left:-100%}.datepicker-fancy+.picker .picker__holder table tbody[data-week="3"]{left:-200%}.datepicker-fancy+.picker .picker__holder table tbody[data-week="4"]{left:-300%}.datepicker-fancy+.picker .picker__holder table tbody[data-week="5"]{left:-400%}.datepicker-fancy+.picker .picker__holder table tbody[data-week="6"]{left:-500%}.datepicker-fancy+.picker .picker__holder table tbody{position:absolute;top:1.3;left:0}.datepicker-fancy+.picker .picker__holder table tbody,.datepicker-fancy+.picker .picker__holder table thead{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100%}.datepicker-fancy+.picker .picker__holder table tbody tr,.datepicker-fancy+.picker .picker__holder table thead tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.datepicker-fancy+.picker .picker__holder table tbody tr td,.datepicker-fancy+.picker .picker__holder table tbody tr th,.datepicker-fancy+.picker .picker__holder table thead tr td,.datepicker-fancy+.picker .picker__holder table thead tr th{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-bottom:.2rem}}@media (min-width:768px){.datepicker-fancy+.picker .picker__holder{padding:3.5rem 0 4rem!important}.datepicker-fancy+.picker .picker__holder .picker__header{position:static}.datepicker-fancy+.picker .picker__holder .picker__box{position:relative}.datepicker-fancy+.picker .picker__holder .picker__nav--next,.datepicker-fancy+.picker .picker__holder .picker__nav--prev{top:50%;width:3.8rem;height:3.8rem;background:#fff;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s;z-index:10}.datepicker-fancy+.picker .picker__holder .picker__nav--next:before,.datepicker-fancy+.picker .picker__holder .picker__nav--prev:before{top:1.64rem;left:0;border-color:red red transparent transparent;-webkit-transition:border-width .2s;transition:border-width .2s}.datepicker-fancy+.picker .picker__holder .picker__nav--next:hover,.datepicker-fancy+.picker .picker__holder .picker__nav--prev:hover{-webkit-box-shadow:0 0 20px 1px rgba(33,33,33,.25);box-shadow:0 0 20px 1px rgba(33,33,33,.25);border:1px solid #e6e6e6}.datepicker-fancy+.picker .picker__holder .picker__nav--next:hover:before,.datepicker-fancy+.picker .picker__holder .picker__nav--prev:hover:before{border-color:#b51f1f #b51f1f transparent transparent;border-width:3px 3px 0 0}.datepicker-fancy+.picker .picker__holder .picker__nav--prev{left:calc(50% - 500px / 2 - 4.3rem)}.datepicker-fancy+.picker .picker__holder .picker__nav--next{right:calc(50% - 500px / 2 - 4.3rem)}.datepicker-fancy+.picker .picker__holder .picker__table{max-width:500px;margin:auto}.datepicker-fancy+.picker .picker__holder .picker__day{width:2.7rem;height:2.7rem;padding:.4325em 0;line-height:1.6rem;-webkit-transition:border .2s;transition:border .2s;margin-bottom:.2rem}.datepicker-fancy+.picker .picker__holder .picker__weekday{padding-bottom:1.1em}}.datepicker-fancy+.picker .picker__holder .picker__day--highlighted{font-weight:700;color:red;border-color:transparent}.datepicker-fancy+.picker .picker__holder .picker__day--highlighted.picker__day--selected{color:#fff}.datepicker-fancy+.picker .picker__holder .picker__day--today{border-color:red}.datepicker-fancy+.picker .picker__holder .nextMonthLabel,.datepicker-fancy+.picker .picker__holder .prevMonthLabel{position:absolute;top:6.8rem;font-size:8rem;font-weight:700;color:#d5d5d5;text-transform:uppercase}.datepicker-fancy+.picker .picker__holder .nextMonthLabel{left:calc(50% + 19rem)}.datepicker-fancy+.picker .picker__holder .prevMonthLabel{right:calc(50% + 19rem)}.datepicker-fancy+.picker+.nextMonthLabel,.datepicker-fancy+.picker~.prevMonthLabel{display:none}article{counter-reset:d}article aside,article footer{margin-top:1.6rem;padding-top:.72rem;border-top:1px solid #c1c1c1;font-size:.83rem}article aside ol,article footer ol{counter-reset:a;padding-left:0;margin-left:0}article aside ol li,article footer ol li{display:block}article aside ol li:before,article footer ol li:before{content:counter(a);counter-increment:a;display:inline-block;height:.7rem;margin-right:.4rem;padding-right:.15rem;border-right:1px solid #c1c1c1;font-size:.7rem;line-height:.7rem;font-weight:700;color:red}[aria-describedby=footnote-label],[aria-describedby=footnote-label]:hover,[aria-describedby=sidenote-label],[aria-describedby=sidenote-label]:hover{counter-increment:d;text-decoration:none;color:inherit;cursor:default;outline:none;border-bottom:none}[aria-describedby=footnote-label]:active,[aria-describedby=footnote-label]:focus,[aria-describedby=footnote-label]:focus:active,[aria-describedby=footnote-label]:hover:active,[aria-describedby=footnote-label]:hover:focus,[aria-describedby=footnote-label]:hover:focus:active,[aria-describedby=sidenote-label]:active,[aria-describedby=sidenote-label]:focus,[aria-describedby=sidenote-label]:focus:active,[aria-describedby=sidenote-label]:hover:active,[aria-describedby=sidenote-label]:hover:focus,[aria-describedby=sidenote-label]:hover:focus:active{-webkit-box-shadow:none!important;box-shadow:none!important}[aria-describedby=footnote-label]:after,[aria-describedby=footnote-label]:hover:after,[aria-describedby=sidenote-label]:after,[aria-describedby=sidenote-label]:hover:after{border-left-color:red;border-right-color:red}[aria-describedby=footnote-label]:after,[aria-describedby=sidenote-label]:after{content:counter(d);display:inline-block;height:.61rem;margin-left:2px;padding:0 .15rem;cursor:pointer;vertical-align:super;font-size:.61rem;line-height:.61rem;font-weight:700;border-left:1px solid #c1c1c1;border-right:1px solid #c1c1c1;color:red;-webkit-transition:border .2s,color .2s;transition:border .2s,color .2s}[aria-describedby=footnote-label]:focus:after,[aria-describedby=sidenote-label]:focus:after{outline:thin dotted;outline-offset:2px}.back-to-content{font-size:.8em;color:red;border-bottom:none}footer :target{background:rgba(255,0,0,.2)}article aside{margin-top:0;padding:0;border-top:none;color:#707070}.form-group label{font-size:.83rem;color:#707070}.form-group .invalid-label,.invalid-label{color:red}.gallery.is-fullscreen{z-index:1120!important}.gallery,.gallery-nav{position:relative;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.gallery-nav.ready,.gallery.ready{opacity:1}.gallery-nav .img-fluid,.gallery .img-fluid{width:100%}.gallery-nav:after{content:" ";position:absolute;top:0;right:0;bottom:0;width:5%;background:-webkit-gradient(linear,left top,right top,from(transparent),to(#fff));background:linear-gradient(90deg,transparent 0,#fff)}.gallery.flickity-enabled.is-fullscreen{background:#fff}.gallery.flickity-enabled.is-fullscreen .flickity-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ie .gallery.flickity-enabled.is-fullscreen .flickity-slider{padding-top:20vmin;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.gallery.flickity-enabled.is-fullscreen .gallery-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-height:80vmin}.gallery.flickity-enabled.is-fullscreen .gallery-item .img-fluid{max-width:100vmin;margin:0 auto}.gallery.flickity-enabled.is-fullscreen .gallery-item figcaption span:last-child{padding-left:3rem}.gallery.flickity-enabled.is-fullscreen .flickity-prev-next-button{top:50%!important;border:1px solid #c1c1c1}.gallery.flickity-enabled.is-fullscreen .flickity-prev-next-button.next{right:6%}.gallery.flickity-enabled.is-fullscreen .flickity-prev-next-button.previous{left:6%}.gallery-item{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gallery-item,.gallery-item figcaption{display:-webkit-box;display:-ms-flexbox;display:flex}.gallery-item figcaption{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.6rem .2rem;font-size:.83rem;color:#707070}.gallery-item figcaption>span{display:inline-block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.gallery-item figcaption>span:last-child{text-align:right;padding-left:1rem}.gallery-nav-item{display:block;position:relative;width:calc(23% - .8rem);margin-right:.8rem;border-bottom:1px solid #c1c1c1}.gallery-nav-item:after{content:" ";position:absolute;top:0;left:50%;margin-left:-16px;width:0;height:0;border-style:solid;border-width:16px 16px 0;border-color:transparent;-webkit-transition:border-color .25s;transition:border-color .25s}.gallery-nav-item.is-nav-selected:after{border-color:#fff transparent transparent}.gallery-nav-item figcaption{overflow:hidden;padding:.4rem 0;font-size:.83rem;color:#707070;white-space:nowrap;text-overflow:ellipsis}.gallery .flickity-fullscreen-button,.gallery .flickity-prev-next-button{width:41px;height:41px;border-radius:41px;opacity:1}.gallery .flickity-fullscreen-button svg.flickity-button-icon,.gallery .flickity-prev-next-button svg.flickity-button-icon{position:static}.gallery .flickity-prev-next-button{display:-webkit-box;display:-ms-flexbox;display:flex;top:45%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:-20.5px;background:#fff;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s,-webkit-transform .25s}.gallery .flickity-prev-next-button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.gallery .flickity-prev-next-button.next{right:14px}.gallery .flickity-prev-next-button.previous{left:14px}@media (max-width:767.98px){.gallery .flickity-prev-next-button{display:none}}.gallery .flickity-fullscreen-button{top:14px;right:14px;background:#707070;text-align:center;-webkit-transition:background .25s;transition:background .25s}.gallery .flickity-fullscreen-button:hover{background:#212529}.gallery .flickity-fullscreen-button svg.flickity-button-icon{width:17px;margin-top:6px}.gallery .flickity-fullscreen-button svg.flickity-button-icon *{fill:#fff}.gallery .flickity-fullscreen-button.flickity-fullscreen-button-exit svg.flickity-button-icon{width:10px}.list-group-item-borderless{padding-right:0;padding-left:0;border-right:0;border-left:0}.list-group-item-gray .list-group-teaser-container{background:#e6e6e6;-webkit-transition:background .25s;transition:background .25s}.list-group-item-gray .list-group-teaser-container:hover{background:#fff}.list-group .list-group-teaser{display:block;text-decoration:none;padding:0;border:none}.list-group .list-group-teaser:hover{z-index:10}.list-group .list-group-teaser+.list-group-teaser{margin-top:-1px}.list-group .list-group-teaser-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 12rem;flex:0 0 12rem;padding:1rem;padding-top:1rem;z-index:1;border:1px solid #d5d5d5;-webkit-transition:border-color .2s;transition:border-color .2s}@media (min-width:992px){.list-group .list-group-teaser-thumbnail{border-right:none}}@media (max-width:991.98px){.list-group .list-group-teaser-thumbnail{border-bottom:none}}.list-group .list-group-teaser-content{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;padding:1rem;border:1px solid #d5d5d5;-webkit-transition:border-color .2s;transition:border-color .2s;z-index:1}@media (max-width:991.98px){.list-group .list-group-teaser-content{border-top:none}}@media (min-width:992px){.list-group .list-group-teaser-content{border-left:none}}.list-group .list-group-teaser-content span{color:#212121}.list-group .list-group-teaser-content p{margin:0}.list-group .list-group-teaser-content p.h5{margin-bottom:.4rem}.list-group .list-group-teaser-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100%}@media (max-width:991.98px){.list-group .list-group-teaser-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.list-group .list-group-teaser-container:hover .list-group-teaser-content,.list-group .list-group-teaser-container:hover .list-group-teaser-thumbnail{border-color:#212121}.list-group .list-group-teaser-more{display:block;padding:.4rem 1rem;background:#fff;border:1px solid #d5d5d5!important;font-size:90%;background-image:none!important;text-align:center;margin-top:1rem;-webkit-transition:border .2s,color .3s;transition:border .2s,color .3s}.list-group .list-group-teaser-more:hover{border:1px solid #212121!important}.social-feed{position:relative;padding:2.2rem 1.5rem 1.5rem;background:#fff;color:#707070}.social-feed strong{color:#212121}.social-feed .social-icon{position:absolute;top:-1.3rem}.social-feed .social-feed-header{margin-bottom:.6rem}.social-feed picture img{margin-bottom:1rem}.breadcrumb-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-bottom:1.6rem}.breadcrumb-container:before{content:" ";position:absolute;top:0;right:0;width:3rem;height:calc(100% - 2px);background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(80%,#fff),to(#fff));background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 80%,#fff);z-index:120}@media (max-width:1199.98px){.breadcrumb-container{height:3.5rem;padding:0 .8rem}}@media (min-width:1200px){.breadcrumb-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin:0 3rem;margin-bottom:2rem}}.breadcrumb-wrapper{max-width:100%;width:100%;min-height:2.15rem;border-bottom:1px solid #c1c1c1}@media (min-width:992px){.breadcrumb-wrapper{overflow-x:auto;overflow-y:visible;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}.breadcrumb{padding:0;margin-bottom:0}@media (min-width:992px){.breadcrumb{max-width:100%;white-space:nowrap;padding:.1rem 0}.breadcrumb .breadcrumb-item:last-child{padding-right:3rem}}@media (max-width:1199.98px){.breadcrumb{height:3.5rem;overflow-x:scroll;white-space:nowrap;margin:0;padding:.64rem 0;z-index:110}.breadcrumb .icon{color:#c1c1c1}.breadcrumb li:last-child{padding-right:5rem}}.breadcrumb-item{display:inline-block;position:relative;font-size:.83rem;line-height:1.5rem}.breadcrumb-item:before{content:" ";display:block;position:absolute;bottom:-.1rem;left:0;width:0;height:1px;padding:0;background:red;-webkit-transition:width .3s ease;transition:width .3s ease}.breadcrumb-item:not(.active):not(.breadcrumb-tags-wrapper):hover:before{width:calc(100% - .6rem)}.breadcrumb-item:after{content:"\203A";padding-left:.3rem;color:#495057}.breadcrumb-item a{background-image:none!important;color:#495057;text-decoration:none}.breadcrumb-item a:hover{color:#212121}.breadcrumb-item .icon{font-size:.86em}.breadcrumb-item:last-child:after{content:none}.breadcrumb-item.active{color:#495057}.links-group{padding:1.66rem;background:#fff;border:1px solid #d5d5d5}.links-group .nav-link{padding:0;margin-bottom:.8rem}.links-group.links-group-teaser h5{margin-bottom:1.2rem;padding-bottom:1.6rem;border-bottom:1px solid #d5d5d5}.media-map{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.media-map,.media-map figure{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.media-map picture{width:100%;margin-bottom:0}.media-map img{height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.media-map-over{position:absolute;right:16px;bottom:16px;left:16px}.cover{position:relative}.cover figcaption{position:absolute;right:16px;bottom:16px;z-index:1}@media (min-width:768px){.cover figcaption{right:32px;bottom:32px}}.page-item{background-color:#fff;border-top:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5}.page-item:first-child .page-link,.page-item:last-child .page-link{border-radius:0}.page-item:first-child{border-left:1px solid #d5d5d5}.page-item:first-child .page-link{margin-left:-1px}.page-item:last-child{border-right:1px solid #d5d5d5}.page-item:last-child .page-link{margin-right:-1px}.page-item.disabled .page-link{border-color:transparent}.page-item.disabled:last-child .page-link{margin-right:0}.page-item.disabled:first-child .page-link{margin-left:0}.page-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:2.25rem;height:100%;background-color:transparent;border-color:transparent;border-radius:0;text-decoration:none;font-weight:700;-webkit-transition:margin .1s ease-in-out;transition:margin .1s ease-in-out;position:relative;z-index:0;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.page-link:before{content:"";display:block;position:absolute;z-index:-1;border:5px solid transparent;-webkit-transition:border .2s;transition:border .2s;top:100%;left:0;width:100%;height:0;border-bottom-width:0;border-top-width:0;border-top-color:#d5d5d5}.page-link:focus,.page-link:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.page-link:focus:before,.page-link:hover:before{border-top-width:5px}.page-link:before{left:-1px;margin-top:1px;width:calc(100% + 2px)}.page-item:first-child .page-link:before{border-left-color:#fff}.page-item:last-child .page-link:before{border-right-color:#fff}.page-link:hover{z-index:2;border:1px solid #707070;-webkit-transform:translateY(-4px);transform:translateY(-4px)}.page-link:active,.page-link:focus,.page-link:hover{background-color:#fff}.question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}@-webkit-keyframes c{to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes c{to{-webkit-transform:scale(1);transform:scale(1)}}.question .h3,.question h3{margin-top:1rem;margin-bottom:3rem}.question .custom-control-label{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-preferred-size:0;flex-basis:0;position:relative;-webkit-transition:.2s;transition:.2s}.question .custom-control-label:before{width:1.7rem;height:1.7rem;border:none;border-radius:50%;margin-top:0;-webkit-box-shadow:none!important;box-shadow:none!important;z-index:15}.question .custom-control-label:after,.question .custom-control-label:before{content:" ";position:absolute;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:margin .2s;transition:margin .2s}.question .custom-control-label:after{width:.62963rem;height:.62963rem;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");z-index:25}.question .custom-control-input:checked+.custom-control-label,.question .custom-control-label:hover{cursor:pointer}.question .custom-control-input:checked+.custom-control-label .custom-control-label-content,.question .custom-control-label:hover .custom-control-label-content{border-color:#212121;z-index:10}.question .custom-control-label-content{display:block;position:relative;padding:1rem 1.3rem;background:#fff;border:1px solid #d5d5d5;z-index:5;-webkit-transition:.2s;transition:.2s}.question .custom-control-input:checked+.custom-control-label{z-index:10}.question .custom-control-input:checked+.custom-control-label .custom-control-label-content{border-color:#212121;z-index:10}.question .custom-control-input:checked+.custom-control-label:after,.question .custom-control-input:checked+.custom-control-label:before{-webkit-animation:c .2s forwards;animation:c .2s forwards}.question-title{font-size:1.2rem;text-transform:uppercase;color:#707070}.question-subtitle{font-size:1.4rem;font-weight:700}.question-img{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.question-content{padding:4rem}.question-answers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-right:1.7rem}@media (max-width:991.98px){.question .custom-control-label{display:block;position:relative;z-index:1;-webkit-transition:margin .2s,padding .2s;transition:margin .2s,padding .2s}.question .custom-control-input:checked+.custom-control-label,.question .custom-control-label:focus,.question .custom-control-label:hover{padding-left:.5rem;margin-right:-.5rem}.question .custom-control-input:checked+.custom-control-label .trapeze-vertical,.question .custom-control-label:focus .trapeze-vertical,.question .custom-control-label:hover .trapeze-vertical{border-right-width:.5rem}.question .custom-control-label:before{top:calc(50% - .85rem);right:-.85rem;left:auto}.question .custom-control-label:after{top:calc(50% - .31481rem);right:-.31481rem;left:auto}.question .custom-control-label-content{margin-bottom:-1px}.question-content{padding:1rem 0}.custom-control-input:checked+.custom-control-label{z-index:10}}@media (min-width:992px){.question{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-image:-webkit-gradient(linear,left top,right top,color-stop(30%,#fff),color-stop(30%,#e6e6e6));background-image:linear-gradient(90deg,#fff 30%,#e6e6e6 0);padding:10rem 0}.question .h3,.question h3{margin-top:0}.question .custom-control-label{display:block;position:relative;z-index:1;-webkit-transition:margin .2s,padding .2s;transition:margin .2s,padding .2s}.question .custom-control-input:checked+.custom-control-label,.question .custom-control-label:focus,.question .custom-control-label:hover{margin-top:-.5rem!important;padding-bottom:.5rem}.question .custom-control-input:checked+.custom-control-label .trapeze-horizontal,.question .custom-control-label:focus .trapeze-horizontal,.question .custom-control-label:hover .trapeze-horizontal{border-top-width:.5rem}.question .custom-control-label:before{top:-.85rem;left:calc(50% - .85rem)}.question .custom-control-label:after{top:-.31481rem;left:calc(50% - .31481rem)}.question .custom-control-input:checked+.custom-control-label,.question .custom-control-label:hover{z-index:10}.question .custom-control-label-content{height:100%;margin-left:-1px}.question-img{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%}.question-img img,.question-img picture{display:block;width:100%!important}.question-answers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;padding:0}.question-content{padding:0 4rem}}.social-share-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 1.5rem;background:#fff;color:#707070}@media (min-width:992px){.social-share-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.social-share-container.social-share-light{display:inline-block}.social-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:992px){.social-share{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.social-share .social-icon{margin-right:.25rem;margin-bottom:.25rem}@media (min-width:992px){.social-share .social-icon{margin-bottom:0}}.social-share .social-share-text{-ms-flex-preferred-size:100%;flex-basis:100%;margin-right:.5rem;margin-bottom:.25rem}@media (min-width:992px){.social-share .social-share-text{-ms-flex-preferred-size:auto;flex-basis:auto;margin-bottom:0}}.social-share-copylink{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:992px){.social-share-copylink{margin-top:0}}@media (max-width:991.98px){.social-share-copylink{white-space:normal}}.social-share-copylink .input-group{margin-left:.5rem;padding:.2rem;border:1px solid #d5d5d5}.selectize-control .social-share-copylink .input-group .selectize-input,.social-share-copylink .input-group .form-control,.social-share-copylink .input-group .selectize-control .selectize-input{border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.selectize-control .social-share-copylink .input-group .selectize-input:before,.social-share-copylink .input-group .form-control:before,.social-share-copylink .input-group .selectize-control .selectize-input:before{content:none}.semaineDeRef,.table{width:100%}.semaineDeRef thead th,.table thead th{border-bottom:3px solid #d5d5d5;padding:.3rem 0}.semaineDeRef tbody,.semaineDeRef tfoot,.table tbody,.table tfoot{color:#212121}.semaineDeRef tbody td,.semaineDeRef tfoot td,.table tbody td,.table tfoot td{padding:.3rem 0;border-bottom:1px solid #d5d5d5}@media (max-width:767.98px){.semaineDeRef tbody td:last-child,.semaineDeRef tfoot td:last-child,.table tbody td:last-child,.table tfoot td:last-child{margin-bottom:1.2rem}}.semaineDeRef tbody td .tablesaw-cell-label,.semaineDeRef tfoot td .tablesaw-cell-label,.table tbody td .tablesaw-cell-label,.table tfoot td .tablesaw-cell-label{color:#212121}.semaineDeRef tfoot td,.table tfoot td{border-top:3px solid #d5d5d5;font-weight:700}@media (min-width:768px){.semaineDeRef,.table-boxed{border:1px solid #d5d5d5}}.semaineDeRef thead th,.table-boxed thead th{border-top:1px solid #d5d5d5}.semaineDeRef tbody td,.semaineDeRef tfoot td,.semaineDeRef thead th,.table-boxed tbody td,.table-boxed tfoot td,.table-boxed thead th{padding-left:.45rem;padding-right:.45rem;border-right:1px solid #d5d5d5}@media (max-width:767.98px){.semaineDeRef tbody td,.semaineDeRef tfoot td,.semaineDeRef thead th,.table-boxed tbody td,.table-boxed tfoot td,.table-boxed thead th{border-left:1px solid #d5d5d5}}.table-sortable thead th{padding:0}.table-sortable thead th button{padding:.3rem;cursor:pointer}.table-sortable thead th button .tablesaw-sortable-arrow{display:block;position:relative;margin-top:.1rem;float:left;width:1rem;height:1rem}.table-sortable thead th button .tablesaw-sortable-arrow:after{top:0;border-bottom:.35rem solid #d5d5d5}.table-sortable thead th button .tablesaw-sortable-arrow:after,.table-sortable thead th button .tablesaw-sortable-arrow:before{content:" ";position:absolute;left:0;width:0;height:0;border-left:.29rem solid transparent;border-right:.29rem solid transparent;margin:0}.table-sortable thead th button .tablesaw-sortable-arrow:before{bottom:0;border-top:.35rem solid #d5d5d5}.table-sortable thead th.tablesaw-sortable-descending button .tablesaw-sortable-arrow:before{border-top-color:red}.table-sortable thead th.tablesaw-sortable-ascending button .tablesaw-sortable-arrow:after{border-bottom-color:red}.tablesaw-sortable-btn{background:transparent;border:none}.nav-tabs .nav-item+.nav-item .nav-link{margin-left:-1px}.nav-tabs .nav-item:first-child .nav-link{border-top-left-radius:2px}.nav-tabs .nav-item:last-child .nav-link{border-top-right-radius:2px}.nav-tabs .nav-link{position:relative;background-color:#e6e6e6;border-color:#d5d5d5;text-decoration:none;border-radius:0}.nav-tabs .nav-link:hover{z-index:1;background-color:#d9d9d9;color:#212121}.nav-tabs .nav-link:focus:not(:active){z-index:1;border-color:#ced4da;outline:1px solid #ced4da;border-radius:0!important}.nav-tabs .nav-link:active{z-index:1;background:-webkit-gradient(linear,left bottom,left top,from(#e6e6e6),to(#d9d9d9));background:linear-gradient(0deg,#e6e6e6,#d9d9d9)}.nav-tabs .nav-link.disabled{background-color:#d9d9d9;border-color:#d5d5d5;color:#c1c1c1;cursor:not-allowed}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#212121}.nav-tabs .nav-item.show .nav-link:hover,.nav-tabs .nav-link.active:hover{background-color:#fff}.nav-tabs-vertical-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.nav-tabs-vertical-wrapper .nav-tabs{-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%;max-width:30%;margin-right:-1px;border-top:1px solid #d5d5d5}.nav-tabs-vertical-wrapper .nav-item:first-child .nav-link{border-top:0}.nav-tabs-vertical-wrapper .nav-item .nav-link{margin-top:0;margin-left:0}.nav-tabs-vertical-wrapper .nav-item .nav-link:first-child{margin-left:0}.nav-tabs-vertical-wrapper .tab-content{-webkit-box-flex:2;-ms-flex:2 1 70%;flex:2 1 70%;border:1px solid #d5d5d5}.nav-tabs-vertical{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-bottom:none}.nav-tabs-vertical .nav-item:first-child .nav-link{border-top-left-radius:0}.nav-tabs-vertical .nav-item:last-child .nav-link{border-top-right-radius:0}.nav-tabs-vertical .nav-link.active{border-right:1px solid #fff;border-bottom-color:#d5d5d5}.nav-tabs-light-wrapper{margin-bottom:1rem;background-color:#fff;border-bottom:1px solid #d5d5d5}.nav-tabs-light .nav-link{position:relative;margin-right:2rem;padding-right:0;padding-left:0;text-decoration:none;font-weight:700}.nav-tabs-light .nav-link:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;border-bottom:0 solid red;-webkit-transition:border-bottom .2s;transition:border-bottom .2s}.nav-tabs-light .nav-link.active:after{border-bottom-width:4px}.nav-tabs-light .nav-item:last-child .nav-link{margin-right:0}.card-deck{position:relative;margin-left:-.5rem;margin-right:-.5rem;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:992px){.card-deck>.card{z-index:1;margin:.5rem}.card-deck>.card:first-child:last-child{margin-right:auto}.card-deck>.card:first-child:last-child,.card-deck>.card:nth-last-child(n+2){-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;margin-left:auto}.card-deck>.card:nth-last-child(n+2)~*{-webkit-box-flex:0;-ms-flex:0 0 33%;flex:0 0 33%;margin-right:auto}.card-deck>.card:nth-last-child(n+3),.card-deck>.card:nth-last-child(n+3)~*{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%;margin:.5rem}.card-deck.card-deck-line:before{content:" ";position:absolute;top:50%;left:5%;width:30%;z-index:0;border-bottom:1px solid #e6e6e6}.bg-gray-100 .card-deck.card-deck-line:before{border-bottom-color:#c1c1c1}.card-deck.card-deck-line:after{content:" ";position:absolute;top:50%;right:5%;width:30%;z-index:0;border-bottom:1px solid #e6e6e6}.bg-gray-100 .card-deck.card-deck-line:after{border-bottom-color:#c1c1c1}.card-deck.card-deck-line>div.card:first-child:last-child{position:relative}.card-deck.card-deck-line>div.card:first-child:last-child:before{content:" ";display:block;position:absolute;top:0;left:calc(-1rem - 1px);width:1rem;height:100%;background:#fff}.bg-gray-100 .card-deck.card-deck-line>div.card:first-child:last-child:before{background-color:#e6e6e6}.card-deck.card-deck-line>div.card:first-child:last-child:after{content:" ";display:block;position:absolute;top:0;right:calc(-1rem - 1px);width:1rem;height:100%;background:#fff}.bg-gray-100 .card-deck.card-deck-line>div.card:first-child:last-child:after{background-color:#e6e6e6}.card-deck.card-deck-line>div.card:nth-last-child(n+2):before{content:" ";display:block;position:absolute;top:0;left:calc(-1rem - 1px);width:1rem;height:100%;background:#fff}.bg-gray-100 .card-deck.card-deck-line>div.card:nth-last-child(n+2):before{background-color:#e6e6e6}.card-deck.card-deck-line>div.card:nth-last-child(n+2)~:after{content:" ";display:block;position:absolute;top:0;right:calc(-1rem - 1px);width:1rem;height:100%;background:#fff}.bg-gray-100 .card-deck.card-deck-line>div.card:nth-last-child(n+2)~:after{background-color:#e6e6e6}.card-deck.card-deck-line>div.card:nth-last-child(n+3):after,.card-deck.card-deck-line>div.card:nth-last-child(n+3):before,.card-deck.card-deck-line>div.card:nth-last-child(n+3)~:after,.card-deck.card-deck-line>div.card:nth-last-child(n+3)~:before{content:none}.card-deck.card-deck-line>a.card:first-child:last-child{-webkit-box-flex:0;-ms-flex:0 0 calc(33% + 1.5rem);flex:0 0 calc(33% + 1.5rem);border-left:1rem solid #fff;border-right:1rem solid #fff}.bg-gray-100 .card-deck.card-deck-line>a.card:first-child:last-child{border-right-color:#e6e6e6;border-left-color:#e6e6e6}.card-deck.card-deck-line>a.card:nth-last-child(n+2){-webkit-box-flex:0;-ms-flex:0 0 calc(33% + 1.5rem);flex:0 0 calc(33% + 1.5rem);border-left:1rem solid #fff}.bg-gray-100 .card-deck.card-deck-line>a.card:nth-last-child(n+2){border-left-color:#e6e6e6}.card-deck.card-deck-line>a.card:nth-last-child(n+2)~*{-webkit-box-flex:0;-ms-flex:0 0 calc(33% + 1.5rem);flex:0 0 calc(33% + 1.5rem);border-right:1rem solid #fff}.bg-gray-100 .card-deck.card-deck-line>a.card:nth-last-child(n+2)~*{border-right-color:#e6e6e6}.card-deck.card-deck-line>a.card:nth-last-child(n+3),.card-deck.card-deck-line>a.card:nth-last-child(n+3)~*{-webkit-box-flex:1;-ms-flex:1 1 30%;flex:1 1 30%;border:none}}.card-slider-wrapper{padding:1rem 0}.card-slider-wrapper .flickity-page-dots{display:-webkit-box;display:-ms-flexbox;display:flex;bottom:-.8rem;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-slider-wrapper .flickity-page-dots .dot{-webkit-box-flex:1;-ms-flex:1 1 1px;flex:1 1 1px;height:1px;margin:0;background:#707070;border-radius:0}.card-slider-wrapper .flickity-page-dots .dot.is-selected{height:5px;background:red}.card-slider-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-slider-footer>div{margin-right:2rem}@media (max-width:767.98px){.card-slider-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:2.6rem}.card-slider-footer>div{margin-right:0}}.card-slider-btn{display:inline-block;position:relative;width:3rem;height:3rem;background:#fff;border:1px solid #c1c1c1;font-size:1.4rem;line-height:2.3rem;color:red;-webkit-transition:opacity .3s,background .3s,border .3s,color .3s,-webkit-transform .3s;transition:opacity .3s,background .3s,border .3s,color .3s,-webkit-transform .3s;transition:opacity .3s,background .3s,border .3s,transform .3s,color .3s;transition:opacity .3s,background .3s,border .3s,transform .3s,color .3s,-webkit-transform .3s}.card-slider-btn:hover{cursor:pointer;border:1px solid #707070}.card-slider-btn:before{margin-top:1px}.card-slider-btn.disabled{background:transparent;color:#707070}@media (max-width:767.98px){.card-slider-btn{display:none}}.card-slider{height:100%}.card-slider .flickity-viewport{overflow:visible}.card-slider-cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:23%;min-width:360px;padding-right:32px}.card-slider-cell.card-slider-cell-lg{width:48%}.ie .card-slider-cell{display:block;height:auto!important}.ie .card-slider-cell .card-body{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media (max-width:991.98px){.card-slider-cell{width:100%;padding-right:0}.card-slider-cell.card-slider-cell-lg{width:100%}}.fullwidth-teaser{position:relative;width:100%;min-height:30rem}.fullwidth-teaser,.fullwidth-teaser .vimeo-wrapper{background:#e6e6e6}@media (min-width:768px){.fullwidth-teaser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}@media (min-width:992px){.fullwidth-teaser{margin-bottom:0}}.fullwidth-teaser img{width:100%;height:auto}.fullwidth-teaser figure{margin-bottom:0}@media (min-width:768px){.fullwidth-teaser .fullwidth-teaser-text,.fullwidth-teaser figure,.fullwidth-teaser picture{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (max-width:767.98px){.fullwidth-teaser figure img,.fullwidth-teaser picture img{width:100%!important;height:auto}}@media (min-width:768px){.fullwidth-teaser figure,.fullwidth-teaser picture{position:relative;overflow:hidden}.fullwidth-teaser figure img,.fullwidth-teaser picture img{position:absolute;top:0;left:-10%;width:auto;height:100%}}@media (min-width:1200px){.fullwidth-teaser{display:block;padding:0}.fullwidth-teaser figure,.fullwidth-teaser picture{display:block;height:90vh;max-height:90vh}.fullwidth-teaser figure img,.fullwidth-teaser picture img{position:relative;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;font-family:"object-fit: cover;";width:100%;height:100%}}@media (min-width:1200px){.fullwidth-teaser .fullwidth-teaser-content p{float:right;max-width:28rem;margin-left:6rem;padding:1.2rem 1.6rem;background:hsla(0,0%,100%,.9)}}.fullwidth-teaser-text{padding:1rem 16px 0;background:#fff;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;max-width:1200px}@media (min-width:768px){.fullwidth-teaser-text{padding:1rem 32px 0}}@media (min-width:1200px){.fullwidth-teaser-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:8rem;width:auto;padding:2rem 0;min-height:100%;overflow:hidden;background:none}.fullwidth-teaser-text .fullwidth-teaser-title{padding:1.5rem 2rem;background-color:#fff;max-width:24rem}.fullwidth-teaser-text .h3,.fullwidth-teaser-text h3{display:inline-block;margin-bottom:0;font-size:1.75rem}}.fullwidth-teaser-text .list-inline{font-size:.85rem;margin-bottom:0;color:#707070}.fullwidth-teaser-text .list-inline li{margin-right:0}.fullwidth-teaser-text .list-inline li:not(:last-child):after{content:" \203A"}@media (min-width:1200px){.fullwidth-teaser-text .list-inline{margin-bottom:-.3rem}}.fullwidth-teaser-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden}@media (min-width:1200px){.fullwidth-teaser-header{width:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-left:0}}.fullwidth-teaser-header a,.fullwidth-teaser-header h3{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}@media (min-width:1200px){.fullwidth-teaser-header a,.fullwidth-teaser-header h3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.fullwidth-teaser-header .btn{-webkit-transition:padding .15s;transition:padding .15s}.fullwidth-teaser-header .btn:before{border:none}.fullwidth-teaser-header .btn:focus,.fullwidth-teaser-header .btn:hover{background:#b30000;color:#fff}@media (min-width:1200px){.fullwidth-teaser-header .btn:focus,.fullwidth-teaser-header .btn:hover{padding-left:2rem}}.fullwidth-teaser-header .btn:focus:after,.fullwidth-teaser-header .btn:focus:before,.fullwidth-teaser-header .btn:hover:after,.fullwidth-teaser-header .btn:hover:before{background:none;border-top-color:#b30000}.fullwidth-teaser-content{padding:1rem 0 0}@media (min-width:768px){.fullwidth-teaser-content{padding:1rem 0}}@media (min-width:1200px){.fullwidth-teaser-content{padding:0}}.fullwidth-teaser-footer{margin-bottom:16px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:768px){.fullwidth-teaser-footer{margin:0}}@media (min-width:1200px){.fullwidth-teaser-horizontal .fullwidth-teaser-text{left:10%;width:80%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:6rem}.fullwidth-teaser-horizontal .fullwidth-teaser-header{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:visible}.fullwidth-teaser-horizontal .btn{margin-bottom:-1.62rem}.fullwidth-teaser-horizontal .fullwidth-teaser-title{width:auto;max-width:70%;overflow:visible;white-space:normal;text-overflow:clip}.fullwidth-teaser-horizontal .h3,.fullwidth-teaser-horizontal h3{margin:0}.fullwidth-teaser-horizontal .fullwidth-teaser-content p{width:89%;margin:0 11% 0 0;padding-right:5.3rem;max-width:none}}@media (min-width:1600px){.fullwidth-teaser-horizontal .fullwidth-teaser-text{left:20%;width:60%}}@media (min-width:768px){.fullwidth-teaser-left figure img,.fullwidth-teaser-left picture img{right:-10%;left:auto}}@media (min-width:992px){.fullwidth-teaser-left figure img,.fullwidth-teaser-left picture img{right:0}.fullwidth-teaser-left .fullwidth-teaser-text{right:auto;left:2rem}}.nav-main{position:relative;background:#fff;z-index:1110;-webkit-transition:left .3s;transition:left .3s;border-right:1px solid #e6e6e6}.nav-main li.current-menu-item>a:first-child,.nav-main li.current-menu-item>a:first-child:hover{background:red;font-weight:700;color:#fff}.nav-main ul{display:none;position:absolute;top:0;left:100%;width:100%;margin:0;padding:0 1rem;-webkit-transition:left .2s;transition:left .2s}.nav-main li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;max-height:0;border-bottom:1px solid #d5d5d5;-webkit-transition:max-height 0s .2s;transition:max-height 0s .2s}.nav-main .current-menu-parent,.nav-main .current-menu-parent li{max-height:100%}.nav-main a{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:4px 0;padding:.4rem;-webkit-transition:all .2s;transition:all .2s;text-decoration:none;margin-left:-.7rem;padding-left:.7rem}.nav-main a:before{content:none}.nav-main a:focus,.nav-main a:hover{color:#212121}.nav-main a:focus .icon-container,.nav-main a:focus:not(.nav-arrow),.nav-main a:hover .icon-container,.nav-main a:hover:not(.nav-arrow){background:#e6e6e6}.nav-main .menu-item-has-children>.nav-arrow{margin-left:4px}.nav-main .nav-menu{display:block;left:0}.nav-back,.nav-home{display:block;padding-bottom:1.2rem;margin-left:-2rem;padding-left:2rem}.nav-back a,.nav-home a{color:#495057}.nav-back .icon,.nav-home .icon{color:#adb5bd}li.nav-back .icon{width:.8rem;margin-right:.2rem;color:#c1c1c1;-webkit-transition:fill .2s,-webkit-transform .2s;transition:fill .2s,-webkit-transform .2s;transition:transform .2s,fill .2s;transition:transform .2s,fill .2s,-webkit-transform .2s}li.nav-back:hover .icon{color:#212121;-webkit-transform:translateX(-.2rem);transform:translateX(-.2rem)}li.nav-home .icon{width:.6rem;margin-top:.1rem}a.nav-arrow{-webkit-box-flex:0;-ms-flex:0 0 3rem;flex:0 0 3rem;position:relative;margin-top:4px;margin-bottom:4px;padding:0 4px 0 5px!important;font-size:1.3rem!important;line-height:1rem!important;font-weight:400!important}a.nav-arrow .icon-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-transition:background-color .3s;transition:background-color .3s}a.nav-arrow:after,a.nav-arrow:before{content:" ";position:absolute;top:5%;left:0;width:1px;height:90%;background:#d5d5d5}a.nav-arrow:after{left:100%}a.nav-arrow .icon{width:1rem;-webkit-transform:translateY(-.1rem);transform:translateY(-.1rem)}a.nav-arrow:hover .icon-container{background:#e6e6e6}.nav-wrapper{width:100%;height:100%;overflow-y:auto}.nav-wrapper::-webkit-scrollbar{display:none}.nav-wrapper .current-menu-ancestor>ul{display:block;left:0}.nav-wrapper .current-menu-parent>ul{display:block;left:100%}.nav-container{display:block;position:relative;width:100%;margin-left:-100%;padding-left:100%}@media (min-width:1200px){.nav-solid-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.nav-solid-layout .nav-main{-webkit-box-flex:0;-ms-flex:0 0 28rem;flex:0 0 28rem;max-width:28rem;min-height:calc(100vh - 6.5rem)}.nav-solid-layout .content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.nav-solid-layout .overlay{display:none}.nav-toggle-layout .nav-main{position:fixed;left:-36.4rem;width:28rem;height:calc(100% - 6.5rem);border:1px solid #c1c1c1;border-radius:2px 2px 0 0}.nav-toggle-layout .content{position:relative}.nav-toggle-layout .nav-aside-wrapper{display:none}.desktop-menu-open{height:100vh;overflow:hidden}.desktop-menu-open .nav-toggle-layout .overlay{right:0;bottom:0;width:100%;height:100%;opacity:.95}.desktop-menu-open .nav-toggle-layout .nav-main{left:0}.nav-main li{font-size:.9rem}.nav-main .nav-back,.nav-main .nav-home{border-bottom:none}}@media (max-width:1199.98px){.main-container{position:relative}.nav-main{position:absolute;top:0;bottom:0;left:0;width:100%;border-top:1px solid #c1c1c1;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}ul.nav-menu a{font-size:1rem;padding-top:.8rem;padding-bottom:.8rem}.nav-arrow{-webkit-box-flex:0;-ms-flex:0 0 4rem;flex:0 0 4rem}.nav-home{display:none}.content .breadcrumb{position:absolute;top:0;left:0;width:100%}.nav-back,.nav-home{margin:0;padding:0}.mobile-menu-open{height:calc(100% - 10rem)}.mobile-menu-open .nav-main{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-menu-open .main-container{max-height:calc(100vh - 10rem);overflow:hidden}.mobile-menu-open .header .search-mobile,.mobile-menu-open .nav-lang{bottom:0}.mobile-menu-open .nav-lang-mobile{display:block}}.overlay{content:" ";position:fixed;top:0;left:0;width:0;height:0;overflow:hidden;cursor:pointer;z-index:1100;opacity:0;background:#fff;-webkit-transition:opacity .3s;transition:opacity .3s}@media (min-width:1200px){.nav-aside-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:1rem}.nav-aside-layout .nav-aside-wrapper{-webkit-box-flex:0;-ms-flex:0 0 22%;flex:0 0 22%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;max-width:22%;min-width:320px;border-right:1px solid #c1c1c1}.nav-aside-layout .content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.nav-aside-layout .content .container{width:90%}}.nav-aside-layout .nav-aside-wrapper{display:block}@media (min-width:1600px){.nav-aside-layout .nav-aside-wrapper{-webkit-box-flex:0;-ms-flex:0 0 16.1%;flex:0 0 16.1%;max-width:16.1%}}.nav-aside{padding-bottom:3rem}.nav-aside [class^=h]{padding-left:3rem}.nav-aside ul{padding-left:1.2rem}.nav-aside>ul{padding-left:0}.nav-aside li{list-style-type:none;font-size:.9rem}.nav-aside li li{border-top:none;margin:0;padding:0}.nav-aside li.active>a{margin-right:-1px;margin-left:2rem;padding-left:1rem;background:#e6e6e6;border-right:2px solid red;font-weight:700;color:#212121}.nav-aside li.active>a+ul a{color:#212121}.nav-aside li.active:not(.menu-item-has-children)+li>a:before,.nav-aside li.active>a:before{content:none}@media (max-width:1199.98px){.nav-aside li.active>a{margin-right:2rem}}.nav-aside>ul>li:first-child>a:before{content:none}.nav-aside a{display:block;position:relative;padding:.625rem 3rem;text-decoration:none;color:#495057}.nav-aside a:before{content:" ";position:absolute;top:0;width:calc(100% - 6rem);height:1px;background:#d5d5d5;-webkit-transition:background .25s;transition:background .25s}.nav-aside a:hover{color:red!important}.nav-aside a:hover:before{background:red}.nav-aside ul ul>li:first-child a:before{content:none}.person-card-avatar{height:8rem}.contact-list{border-top:2px solid #d5d5d5;font-size:.95rem}.contact-list-row{position:relative;padding:.9rem 0 .9rem 3.1rem;border-top:1px solid #d5d5d5}@media (min-width:768px){.contact-list-row{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);grid-gap:0 .8rem;grid-auto-rows:auto;min-height:3.1rem}}@media (min-width:1200px){.contact-list-row{padding-top:.2em;padding-bottom:.2em;-ms-grid-columns:2.5rem (1fr)[4];grid-template-columns:2.5rem repeat(4,1fr)}}@media (min-width:768px){.contact-list-row .contact-list-item{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.contact-list-row .contact-list-item:nth-child(2){-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.contact-list-row .contact-list-item:nth-child(3){-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.contact-list-row .contact-list-item:nth-child(4){-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}.contact-list-row .contact-list-item:nth-child(5){-ms-grid-column:2;grid-column:2;-ms-grid-row:2;grid-row:2}.contact-list-row .contact-list-item:nth-child(6){-ms-grid-column:3;grid-column:3;-ms-grid-row:1;grid-row:1}}.contact-list-item{display:block;line-height:1.48rem}.contact-list-avatar{position:absolute;top:1rem;left:0;width:2.5rem}@media (min-width:1200px){.contact-list-avatar{top:.3rem}}@media (min-width:1200px){.contact-list{display:table;width:100%}.contact-list-row{display:table-row;padding:0}.contact-list-item{display:table-cell;vertical-align:middle}.contact-list-avatar{display:table-cell;position:relative;top:0;width:3.3rem;height:3.15rem;padding:.35rem .8rem .3rem 0}.contact-list-avatar,.contact-list-item{border-bottom:1px solid #d5d5d5}}.contact-list-avatar-placeholder img{background:#d5d5d5;color:#000;border-radius:50%;overflow:hidden}.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer p{margin:0}.footer-group{margin-bottom:1rem;-ms-flex-preferred-size:100%;flex-basis:100%}.footer-sitemap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.footer-faculties{border-bottom:1px solid #c1c1c1}@media (min-width:768px){.footer-faculties{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border:none}}.footer-faculties .footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}@media (min-width:768px){.footer-faculties .footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:.5rem}}.footer-faculties .footer-links li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;position:relative;padding-right:1.5rem;margin-bottom:1rem}@media (min-width:768px){.footer-faculties .footer-links li{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}}.footer-faculties .footer-links li:before{content:" ";display:block;position:absolute;top:.5rem;left:-.9rem;width:6px;height:5px;background:red}.footer-faculties .footer-links li a{margin:0}.footer-faculties .footer-links li strong{display:block}.footer-legal{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #c1c1c1;padding-top:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;text-align:center;-ms-flex-preferred-size:100%;flex-basis:100%}.footer-legal a+a{margin-left:1rem}.footer-links{margin:0;padding-left:0}.footer-links a{display:inline-block;font-size:.83rem;line-height:1.2rem;color:#707070;text-decoration:none}.footer-links a:hover{color:red}.footer-links li{margin:.5rem 0;list-style-type:none}.footer-links li:before{content:none}.footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767.98px){.footer-sitemap{margin-bottom:0}.footer-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer .btn{margin:0 .4em .6rem 0}.footer-links li:last-child{margin-bottom:1rem}}@media (min-width:768px){.footer-title{padding-top:.9rem;padding-bottom:.9rem;margin-bottom:.4rem;font-size:.83rem;color:#707070;border-bottom:1px solid #c1c1c1}.footer-buttons,.footer-socials{margin-bottom:2rem;-ms-flex-preferred-size:auto;flex-basis:auto}.footer-title-no-underline{border:none;padding-bottom:.3rem}.footer-sitemap-col{padding-right:.8rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.footer-legal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:1rem}.footer-legal>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.footer-legal a,.footer-legal p{font-size:.83rem;color:#707070}.footer-sitemap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.bg-dark .footer a{color:#fff}.bg-dark .footer a:hover{color:red}.bg-dark .footer-title{color:#fff;border-color:#707070}.footer-light a{background-image:none!important}.footer-light ul li{color:#c1c1c1}.footer-light ul li:first-child{color:#212121}.footer-light-socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0;padding:.5rem 0;border-top:1px solid #e6e6e6}.footer-light-socials .social-icon-negative .icon{font-size:1.35rem}.bg-dark .footer-legal,.bg-dark .footer-light-socials{border-color:#707070}.bg-dark .social-icon .icon{color:#fff}.bg-dark .footer-legal-links a{color:#c1c1c1}.bg-dark .footer-legal-links a:hover{color:#fff}.bg-dark .footer-light ul li small{color:#c1c1c1}.bg-dark .footer-light ul li:first-child{color:#fff}.header{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:6.5rem}@media (min-width:1200px){.header{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.header img{margin-top:0;width:110px}.header .logo{margin:0;border:none;background-image:none;margin-left:3rem}.header .logo:before{content:none}.header .nav-header{-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:0 0 0 3.7rem;padding:0}.header .nav-header,.header .nav-header li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0}.header .nav-header li{-ms-flex:0 0 auto;flex:0 0 auto}.header .nav-header li a{position:relative;margin:0;padding:2rem .7rem;font-weight:700;text-decoration:none}.header .nav-header li.dropdown .btn:before,.header .nav-header li a:after{content:" ";display:block;position:absolute;top:1em;left:.8rem;height:6px;width:7px;background:red;opacity:0;-webkit-transform:none;transform:none;-webkit-transition:opacity .3s;transition:opacity .3s}.header .nav-header li.active a,.header .nav-header li.current-menu-item a,.header .nav-header li a.active,.header .nav-header li a.open,.header .nav-header li a:focus,.header .nav-header li a:hover{color:red}.header .nav-header li.active a:before,.header .nav-header li.current-menu-item a:before,.header .nav-header li a.active:before,.header .nav-header li a.open:before,.header .nav-header li a:focus:before,.header .nav-header li a:hover:before{content:none}.header .nav-header li.active a:after,.header .nav-header li.current-menu-item a:after,.header .nav-header li a.active:after,.header .nav-header li a.open:after,.header .nav-header li a:focus:after,.header .nav-header li a:hover:after{opacity:1}.header .nav-header li:before{content:none}.header .nav-header .dropdown{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .nav-header .dropdown .btn{padding:.7rem;font-size:inherit;font-weight:700;text-decoration:none}.header .nav-header .dropdown .btn:before{top:0!important;border:none;border-radius:0}.header .nav-header .dropdown .btn:focus:before,.header .nav-header .dropdown .btn:hover:before{opacity:1}.header .nav-header .dropdown-item{padding:.25rem 1.25rem;font-weight:400}.header .nav-header .dropdown-item:after{content:none}.header .nav-header .dropdown-item:hover{color:#212121}.header .nav-header .icon{font-size:.9em}@media (max-width:1199.98px){.header{height:6.5rem;max-height:6.5rem;padding:0 .9rem}.header .logo{margin-left:0}}.header-light{padding-left:0;padding-right:0}.header-light .logo{margin-right:1rem;padding-right:1rem;border-right:1px solid #c1c1c1}.header-light h1{-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:0;-ms-flex:0 1 100px;flex:0 1 100px;margin:auto 0;font-size:1rem;color:red;text-transform:uppercase}@media (max-width:767.98px){.header-light .drawer.open+.header-light-content .nav-toggle-mobile{margin-right:-5rem;overflow:hidden}}.header-light .header-light-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767.98px){.header-light .header-light-content .nav-toggle-mobile{padding:.5rem .9rem}}@media (max-width:1199.98px){.header-light .header-light-content{height:100%;padding:.3rem 0;overflow:hidden}.header-light .header-light-content .logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0 auto 0 0;padding:0;border:0}.header-light .header-light-content .logo img{width:90px}.header-light .header-light-content .nav-toggle-mobile{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0 1rem 0 0;-webkit-transition:margin .2s;transition:margin .2s}.header-light .header-light-content h1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:9px;margin-bottom:0;white-space:nowrap;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.header-light .nav-header{margin-left:2rem}@media (min-width:768px){.hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:768px){.hero-content-container{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;position:relative;z-index:5;margin-top:128px}}@media (min-width:992px){.hero-content-container{-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%}}@media (min-width:768px){.hero-content,.hero-title{padding:32px;background-color:#fff}}@media (min-width:768px){.hero-title{display:inline-block;max-width:100%;min-width:75%;margin-bottom:0;padding-top:16px;padding-bottom:16px;text-align:right}}@media (min-width:768px){.hero-content{width:110%}}.hero-img figure,.hero-img picture{display:block;height:100%;max-height:100%}.hero-img img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;font-family:"object-fit: cover;";width:100%;height:100%}@media (min-width:1600px){.hero-img picture{height:80vh;max-height:80vh}}@media (min-width:768px){.hero-img{-webkit-box-flex:0;-ms-flex:0 0 85%;flex:0 0 85%;margin-left:-35%}}@media (min-width:992px){.hero-img{margin-left:-15%}}.introduction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3rem 0 2.5rem;background:#fff}.introduction .h2,.introduction h2{margin-bottom:1rem}.input-group-inner-space button,.input-group-inner-space input{border-radius:2px!important}.input-group-inner-space .input-group-append{padding-left:8px}@media (max-width:575.98px){.newsletter-signup-wrapper{overflow:hidden}.newsletter-signup-wrapper .btn,.newsletter-signup-wrapper .form-control,.newsletter-signup-wrapper .input-group-append,.newsletter-signup-wrapper .selectize-control .selectize-input,.selectize-control .newsletter-signup-wrapper .selectize-input{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;width:100%}.newsletter-signup-wrapper .input-group-inner-space .input-group-append{padding-left:0;margin-top:8px}.newsletter-signup-wrapper .input-group-inner-space .input-group-append .btn{padding-top:.4rem;padding-bottom:.4rem}}.social-feed-group{padding:4rem 0}@media (min-width:992px){.social-feed-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:2rem 0}.social-feed-group .social-feed-container{padding:0 .7rem}.ie .social-feed-group .social-feed-container{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}.social-feed-group .social-feed-container .social-feed{height:100%}.social-feed-group .social-feed-container:first-child{padding-left:0}.social-feed-group .social-feed-container:last-child{padding-right:0}}.social-feed-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}@media (min-width:992px){.social-feed-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.social-feed-container .social-feed{margin-bottom:3rem}@media (min-width:992px){.social-feed-container .social-feed{margin-bottom:0;height:100%}}.social-feed-content{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.key-number-group{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}.key-number-group>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:.5rem}@media (min-width:768px){.key-number-group .key-number{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}}@media (min-width:992px){.key-number-group .key-number{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}.key-number-group .key-number-large{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}:root .key-number-group .key-number,_:-ms-fullscreen{flex:0 0 20%}:root .key-number-group .key-large,_:-ms-fullscreen{flex:0 0 45%}.cc-window{z-index:4004!important}a.cc-btn{text-decoration:none}.coursebook-program .tree{padding:0;list-style-type:none}.coursebook-program .tree>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;font-size:.83rem}.coursebook-program .tree>li strong{font-size:.747rem}.coursebook-program .tree>li .underline{display:inline}.coursebook-program .tree>li .underline>a{text-decoration:none}.coursebook-program .tree>li>ul{padding:0;list-style-type:none;font-size:.83rem}.coursebook-program .tree>li>ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%;padding:.4rem .2rem}.coursebook-program .tree>li>ul li>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.coursebook-program .tree>li>ul li>:first-child{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.coursebook-program .tree>li>ul li br{display:none}.coursebook-program .tree>li>ul strong{text-transform:uppercase}.coursebook-program .tree>li>ul>li:nth-child(2n){background:#e6e6e6}.semaineDeRef tbody tr:first-child th{padding:.12rem .66rem;background:#f4f4f4;border-left:1px solid #d5d5d5;border-bottom:3px solid #d5d5d5;text-transform:uppercase;color:#707070}.semaineDeRef tbody tr:first-child th:first-child{background:#fff}.semaineDeRef tbody tr .time{font-weight:700}.semaineDeRef tbody tr td{padding:.15rem .45rem}.local-color{background:red}.local-color-light{background:#f29b0b}.local-color-dark{background:#4a90e2}.taken{color:#fff;vertical-align:middle;text-align:center}.taken a{color:#fff!important;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.taken a:hover{font-weight:700}.coursebook-reference-week>div>div{width:auto!important;margin-right:.9rem;font-size:.8881rem}.box.two-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.box.two-cols .box-col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.coursebook-legend h3{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;font-size:1.2rem}.coursebook-legend ul{list-style:none;padding:0;font-size:.83rem}.coursebook-legend ul li{margin-bottom:.1rem}.img_legende:before{margin-right:.3rem;float:left}.img_legende.automne:before{content:"ðŸ‚"}.img_legende.winter:before{content:"â„ï¸"}.img_legende.printemps:before{content:"🌼"}.img_legende.sun:before{content:"☀ï¸"}.img_legende.anglais:before{content:"ðŸ´ó §ó ¢ó ¥ó ®ó §ó ¿ó §ó ¢ó ¥ó ®ó §ó ¿"}.img_legende.francais:before{content:"🇫🇷"}.img_legende.allemand:before{content:"🇩🇪"}.table-like{--table-columns:1fr minmax(200px,3fr) minmax(auto,1fr) minmax(200px,3fr) 2fr 2fr 2fr minmax(200px,3fr) 1fr;overflow-x:scroll;max-width:100%}.table-like h4{font-weight:700;font-size:1rem}.table-like .first-line,.table-like .line{display:-ms-grid;display:grid;-ms-grid-columns:1fr minmax(200px,3fr) minmax(auto,1fr) minmax(200px,3fr) 2fr 2fr 2fr minmax(200px,3fr) 1fr;grid-template-columns:1fr minmax(200px,3fr) minmax(auto,1fr) minmax(200px,3fr) 2fr 2fr 2fr minmax(200px,3fr) 1fr;font-size:.9375rem}.table-like .first-line>div,.table-like .line>div{padding:.6rem;border-bottom:1px solid #d5d5d5}.table-like .first-line>div:first-child,.table-like .line>div:first-child{border-left:1px solid #d5d5d5}.table-like .first-line>div:last-child,.table-like .line>div:last-child{border-right:1px solid #d5d5d5}.table-like .first-line>div+div,.table-like .line>div+div{border-left:1px solid #d5d5d5}.table-like .first-line{color:#707070;font-weight:700;text-transform:uppercase;font-size:.6875rem}.table-like .first-line>div{border-top:1px solid #d5d5d5;border-bottom-width:2px}.table-like .line-up{position:-webkit-sticky;position:sticky;top:0;background-color:#f4f4f4}@supports (display:contents){.table-like{display:-ms-grid;display:grid;-ms-grid-columns:var(--table-columns);grid-template-columns:var(--table-columns);background-color:#d5d5d5}.table-like .first-line,.table-like .line,.table-like .line-down,.table-like .line-up{display:contents}.table-like .first-line>div,.table-like .line-down>div,.table-like .line-up>div,.table-like .line>div{background-color:#fff}.table-like .first-line>div{background-color:#f4f4f4}.table-like h4{grid-column:1/-1;background-color:#fff;margin-bottom:0;padding-bottom:.5rem}.table-like .first-line+.clear,.table-like .line+.clear{display:block;grid-column:1/-1;height:0}.table-like .line-down:last-child .clear{display:none}}.table-like .titre_bachlor{text-align:center}.table-like .bachlor-text,.table-like .bachlor .titre{display:-ms-grid;display:grid;grid-column-gap:2px;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.table-like .bachlor-text .cep,.table-like .bachlor .titre .cep{text-align:center}.table-like .bachlor .titre{margin-right:-.6rem;margin-left:-.6rem}.table-like .line-down .bachlor{padding:0!important}.table-like .bachlor-text{height:100%;background:repeating-linear-gradient(0deg,#fff,#fff 2px,#d5d5d5 0,#d5d5d5 4px)}.table-like .bachlor-text .cep{padding-top:.6rem;padding-bottom:.6rem;background-color:#fff}.table-like .bachlor-text .cep:nth-child(2),.table-like .line-down .bachlor:nth-child(4) .cep{background-color:#f4f4f4}.table-like .line-down .bachlor:nth-child(4) .cep:nth-child(2){background-color:#fff}.table-like .cours{display:-ms-grid;display:grid;-ms-grid-columns:minmax(200px,3fr) minmax(auto,1fr) minmax(200px,3fr);grid-template-columns:minmax(200px,3fr) minmax(auto,1fr) minmax(200px,3fr);grid-auto-rows:auto;grid-column:span 3;grid-column-gap:1px;padding:0!important;background-color:#d5d5d5!important}.table-like .cours>div{padding:.6rem;background-color:#fff}.table-like .cours .cours-code{-ms-grid-row:2;-ms-grid-column:1;grid-area:2/1}.table-like .cours .enseignement-name,.table-like .cours .section-name{grid-row:span 2}.table-like .cours-name{padding-bottom:0!important}.table-like .cours-code{padding-top:0!important}.table-like .cours-title .bold{color:#212121}.table-like .examen{display:-webkit-box;display:-ms-flexbox;display:flex}.table-like .credit-time{font-size:1.25rem;text-align:right;color:#707070}.table-like .first-line .langue:before{content:"Langue"}.table-like .langue.francais:before{content:"FR"}.table-like .langue.anglais:before{content:"EN"}.table-like .langue .diet_icon{display:none}.table-like .exam-icon .sun:before{content:"☀ï¸"}.table-like .exam-icon .winter:before{content:"â„ï¸"}.table-like .line:hover .cep,.table-like .line:hover .cours>div,.table-like .line:hover>div{background-color:#f4f4f4}.table-like .line:hover .bachlor:nth-child(4) .cep,.table-like .line:hover .cep:nth-child(2){background-color:#eaeaea}.table-like .line:hover .bachlor:nth-child(4) .cep:nth-child(2){background-color:#f4f4f4}.table-like .clear{display:none}:root .table-like .cours-title,_:-ms-fullscreen{-ms-grid-column:2}:root .table-like .cours,_:-ms-fullscreen{-ms-grid-columns:180px 100px 180px!important}.table-like .first-line,:root .table-like .line,_:-ms-fullscreen{-ms-grid-columns:100px 180px 100px 180px auto auto auto 180px 100px!important}:root .table-like .section,_:-ms-fullscreen{-ms-grid-column:3}:root .table-like .enseignement,_:-ms-fullscreen{-ms-grid-column:4}:root .table-like .bachlor,_:-ms-fullscreen{-ms-grid-column:5;min-width:160px}:root .table-like .bachlor+.bachlor,_:-ms-fullscreen{-ms-grid-column:6}:root .table-like .bachlor+.bachlor+.bachlor,_:-ms-fullscreen{-ms-grid-column:7}:root .table-like .examen,_:-ms-fullscreen{-ms-grid-column:8}:root .table-like .credit,_:-ms-fullscreen{-ms-grid-column:9}:root .table-like .line .cours,_:-ms-fullscreen{-ms-grid-column:2;-ms-grid-column-span:3}:root .table-like .line .bachlor,_:-ms-fullscreen{-ms-grid-column:5}:root .table-like .line .bachlor+.bachlor,_:-ms-fullscreen{-ms-grid-column:6}:root .table-like .line .bachlor+.bachlor+.bachlor,_:-ms-fullscreen{-ms-grid-column:7}:root .table-like .line .examen,_:-ms-fullscreen{-ms-grid-column:8}:root .table-like .line .credit,_:-ms-fullscreen{-ms-grid-column:9}:root .table-like .cours .section-name,_:-ms-fullscreen{-ms-grid-column:2;-ms-grid-row-span:2;border-left:1px solid #d5d5d5;border-right:1px solid #d5d5d5}:root .table-like .cours .enseignement-name,_:-ms-fullscreen{-ms-grid-column:3;-ms-grid-row-span:2}:root .table-like .cours .cours-code,_:-ms-fullscreen{-ms-grid-row:2}:root .cep+.cep,_:-ms-fullscreen{-ms-grid-column:2}:root .table-like .cep+.cep+.cep,_:-ms-fullscreen{-ms-grid-column:3}:root .table-like .cep+.cep,_:-ms-fullscreen{-ms-grid-column:2}:root .table-like .bachlor-text,_:-ms-fullscreen{-ms-grid-rows:100%}.press-teaser{border-bottom:1px solid #c1c1c1} \ No newline at end of file diff --git a/canapEPFL/assets/epfl2018/favicons/README.md b/canapEPFL/assets/epfl2018/favicons/README.md deleted file mode 100644 index dbe8fbd..0000000 --- a/canapEPFL/assets/epfl2018/favicons/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Favicons - -Go on [realfavicongenerator.net](https://realfavicongenerator.net) to generate your favicon kit! (and remove this file when done) diff --git a/canapEPFL/assets/epfl2018/favicons/android-chrome-192x192.png b/canapEPFL/assets/epfl2018/favicons/android-chrome-192x192.png index 9ec5903ffea8202180ac4dad954f5f2fa0350712..5926013400203af684ce3ef315f2fcb8e245c3ee 100644 GIT binary patch literal 1247 zcmeAS@N?(olHy`uVBq!ia0vp^2SAvE8Azrw%`pX1Ea{HEjtmSN`?>!lvI6-E$sR$z z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$Ysfq_voz$e7@KM*i5j3NRd z@c;jf){b6aXeO2f`2{lwNbrep@rZ4hq4E3m?c;r3+&2muK78sF|C%_x>YwSU07HBK z*1szR4;VPA<(-*5dCzGj>*r3h9;{Z7)iignJ@iL(Z@0sXO&MlW8829U%xC`m`24gW z{`qbkhkJ!&R8R17E}r(m4rm!;lDE4HLkFv@2av;A;1OBOz`$h*!i;&v;*WuX>?NMQ zuI!JQd3cr0G<KHz1NE%*ba4!+xb^l%y8od7k%mNv5QmUE76RLw9^I2>{eEDt`~Uy* z4HoJ)-ka8P!s_Jjn%8g7F4X7MTzMLle$YWfL|*^qHlb$~-Dfh-yvs1^n{`_H!R0wW zzv?nRb@AS?b*=4{iT2AkpO~}mO<&&Q70daUO7_+!-ejD0&0fLA;WFD&_6+As%u0t3 zF`LBCWpQC%wLvw(C0<TedVYuBv%JRb3JIsu&Xt%lrOny?gej@A`{RP0Qu-Vptov4O zX1JbnBx0_x)B`Vx)t`fy#d@x~u4ME+^!~u65BCq8TD5am*zJa|ymy~XyShzC;FABF zH}Brc%RG|{KKW*ua`L&2M#qD1G6Z{7)-9XL5Ut)?>^GJ7+1|C68&1sp&`^6?CXsRC zXYPxP)5A~6crso$-~LKQk#Xkk-|ffMcUy+?SNOfIIdyx^5}^;DvNrsDcE88+{i!+q zr`V=^Qt=a=sr+a?3nPnwgTqrMA;YWbu1rQ|^S^xk&tQGcy!a{ShR?nXKv@OT1u=DZ zcHNJP=RglsFh8KnzSuWw!_JkAyMcVw64!{5l*E!$tK_0oAjM#0U}&jpV61Cs6k=#> zWo&9?YNBmmXk}oa6EBg8q9HdwB{QuOw}x1z1y_L@BtbR==ckpFCl;kLl$V$5W#(lU zCnpx9>g5-u&wghk1ymGX6%tVrlvu7%P?VpRnUkteQdy9ykXcZY%)n4F=kX^Vj>0ev zjZ^-o&v-r!VqjM0)=TCVRu=Z2EW#|T;L>1nIE7hxbBMy}8&^&oIdeqj2>a;<j|E<O Z46nomOFlW7P6b-Q;OXk;vd$@?2>_%r$w&YI literal 9604 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 diff --git a/canapEPFL/assets/epfl2018/favicons/android-chrome-512x512.png b/canapEPFL/assets/epfl2018/favicons/android-chrome-512x512.png index c1f860a8c0926c37e43359a3a4a84e4bbceede56..d661705cd9f9325fcc65c822ee94d6c15e703dcc 100644 GIT binary patch literal 2396 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 literal 37195 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	Ua3|~wMmokubzrW_L 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	^kvxEQ|!5OWPk^_zh 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	**x6&h<l8F~! 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 diff --git a/canapEPFL/assets/epfl2018/favicons/apple-touch-icon.png b/canapEPFL/assets/epfl2018/favicons/apple-touch-icon.png index 7b8d21a0d7be3803ac4e7d48c32046a59f1ed558..8d2e0b73a90fffa9c0b344a5e3b392ada793efd3 100644 GIT binary patch literal 1208 zcmeAS@N?(olHy`uVBq!ia0vp^TR@nD8Ax&oe*=;XEa{HEjtmSN`?>!lvI6-E$sR$z z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$Ysfq_vZz$e7@KM*i5j3Pt` z{QuAO{h1Ch;G#-`{DK)GHYhKc*<KnhF732xX@kWTUX6qwA2Q}J_4}R7mslvTZC8Cn z?HK2br0>B8D(kgYi)@eUmAjmn^V&?oq4nAE+w5G^98b)>Dfsu}{j=+JYB-p8v)%nu zFrmWag;BQYZlEoUN#5=*3>~bp9zYIffk$L9keUj@jD{O0h64rJOFVsD*&j3W@G5J2 z@0Xqi)HBc1#WAGf*4vxcgAO@}G$gXHykXs-P^QzdV#N&s*Q57#Kl>~1qR4$nZFOH$ z%H03EPoF&ZaDURwgHM@&=AnXu2DR;zDi1uKYV!L}<Fr$vYhQ`x9%X*}%-Q|yB5PjN z&koby?#`?CuXJ5s<+`ClA;qpmTK4a}3(FI?B!1z~kjUkEC6Vh=(j%8uP*QSZkyX_Z znZCYWf1hcKlcrt_z9xG4YcJm_zA1~+wbC{h8qQhW<F_KrLiv`dew*jqMdC*a0++u~ zHS~EYvR9`~Tgr9)vZDpQvop^Ba(k(rzuE9&wB+S7C!vXpHb1LSpZj-*by;z%aCMTa zL)^yr^)H0h*UX$+ccivVSuSMli4*HT`}NqZiCgIU<>JP&iyu?`q8|QvG3EHCLyZ^J z6(4?i^GB&FbMvG3i`Kh%eTXVjcHKQyJ1Obt+C7if#a+C=FXqZczI}q7YO^vH<t~2z zS!`=x-G;g&kKZrKy<&CinD9jx;n)u{VMhFWI@G_~tHrzR*RntKeRBqCSb}-~&q~L? zS?Rp<(fu|cU$w+Fq9i4;B-JXpC>2OC7#SE^>KYj98XAQd8e18gTA3JY8yH#{7^nuR zRibFf%}>cptHiA#gn!;qpaw~h4Z-<oCFO}lsSM@i<$9TU*~Q6;1*v-ZMd`EO*+>Bu zg;#|{lmsP~D-;yvr)B1(DwI?fq$*?<lq54SRLpt&iHD;wOhe<8|LHTHPlFhkmAUnj zxrLR5y(fz>3oE!Zm>f=FR^A+<aQeoT6GzS*kvYPCy1`?Cmmb3_alw*LPNu;0%D~|1 L>gTe~DWM4f+{ndV literal 8963 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 ADF6Tf diff --git a/canapEPFL/assets/epfl2018/favicons/browserconfig.xml b/canapEPFL/assets/epfl2018/favicons/browserconfig.xml index d416bc5..b3930d0 100644 --- a/canapEPFL/assets/epfl2018/favicons/browserconfig.xml +++ b/canapEPFL/assets/epfl2018/favicons/browserconfig.xml @@ -3,7 +3,7 @@ <msapplication> <tile> <square150x150logo src="/mstile-150x150.png"/> - <TileColor>#ffffff</TileColor> + <TileColor>#da532c</TileColor> </tile> </msapplication> </browserconfig> diff --git a/canapEPFL/assets/epfl2018/favicons/favicon-120.png b/canapEPFL/assets/epfl2018/favicons/favicon-120.png index 4dde49dd08dfff5723e7475ffdfee323389365c2..e923f2d7f4ad95445e54b9cc27c4be4fee556b14 100644 GIT binary patch literal 845 zcmeAS@N?(olHy`uVBq!ia0vp^6(G#P1|%(0%q{^b&H|6fVg?3oArNM~bhqvg0|V24 zPZ!6KiaBrZp3N0@lyUg@Uy09h7sHYz%!hiVmoa;BhzeMBSbMPVU|GR%xsm%pf|ZAs zgvmBlo%8GLzcE|p-}jH=^gWaEc>0>-))Rx4PH~D^pL04b!Gig)q{O)c1#E4`26Gx8 z^6;e7L}<NrePw8=xM2Cw3TaK>@6YObI&O;@>nbM+YS!x8eae4l^FG<|-nrT(Tkg!P z4m3V(6tqj<js2Q!!4Y4V8V$GKg|~~|{i)yQ68g8ZqunDj&PFNe(&I}1EW7`%3*r~8 zSAKN+o0oxCawYFM`?HsmN?49<IWfyU^liM?$2RUcL8ad=mc8pJ7yM|bWaoaQ|ItV3 z>*{(p(vJQ)-oMNBs%yd@mgk~5b(20PX)W~^{J6E^jN5F{pWSYIUCj5|?$UI7u%dCc zlbxt?!JY%NTSG42UKDD`bp3d5-=8IaZ%Oa&T2-YXcQfZ|f$^fa&vz~>n@di!{$IDs z^8K5$jXz&Mx&HU`-(x51C02h|PMY=U%5wScTg4|HKR;XiVutwV>$1=5&t)3=|D5q` zec^*-o%hZ2uYd1$&){jCe|`G9DQ?>ja8*2zDccqo`2O9Oo-+ZrTf=Xwe-C-C7sPjV zZ-oAWKG)oPdVluLO<qy_e|_6+J)f7ghS#P~IT!iVEc2FL%omgYt{=>;9)MzXhh1Fr z>#a8v_CLtoF6R?vqrQ4w`N=kJnU9+#EZ=>xeK`GjZuj$)ZU5$O;@jf_NfXYw;@_Tr zxVs{6);8|nJB&lk^QGsWUwSIq>(M76UfQG+9LX@!<qzxHvg;>Amc^I>^9O^ctDnm{ Hr-UW|%20kV literal 742 zcmeAS@N?(olHy`uVBq!ia0vp^6(G#P1|%(0%q{^b#^NA%Cx&(BWL`2bFfH(OaSW+o ze0$5$E16Nm<)Vh)9iKan1&Mqv1*(xNj?KHG@s-{8^0lXIO#Juwm%aKS^YcS#_1v07 z>53z2#y94(v9$eH;?ObJ!&qUXACXYO{GlRl!+{TM4?gZmXne?f;Bn<aro++=$3Hi* zwwW{ZKWF9U$!Cx|&n+f#kHKc1I58SO9_TlJeE-|OA1k)n+uP57w--qMznNYi>u;aO z9$R_v>-EHX%@6w$eH9AUrVkC)hmxxL_56RPKYgA3cVm8je);$5r=Pxim;TXwe(al9 z4_|*<)w^R(-U0iImurs4$31x5w`{&Z#jN)~PIK4Xx%fqx$^Wx#ePv_6^{l!_FRS+6 z<NfgIQ<2sD^X1>`%&z{qwr<Y@2}SkBiEB7j3wAm9F)2q1dp#&=oWtU_No~r3mrRzN zJt@8#jh9)Agd|SR3Se5!{Y1rJlIcPgKk*Zu2`br6KjWtYRaGAJxYi<M5vxFnQJi!1 gCQLp+zCrsKg;-3ujuiQZ0uwHSr>mdKI;Vst0Jb_tfdBvi diff --git a/canapEPFL/assets/epfl2018/favicons/favicon-128.png b/canapEPFL/assets/epfl2018/favicons/favicon-128.png index b916e1cfab557302da5d63cee3e827bc50340cd3..8e793c3c1c932073709989b4a1130e21de899bcb 100644 GIT binary patch literal 873 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSoCO|{#S9GGLLkg|>2BR01_own zPZ!6KiaBp@9W1=;AmQ+^UXt(5B<1Z(7}8Eml-5*~70^;pbzoh>?8F}6IEnAfT;~@I zT0bOjrm1bvmgLsttb1?0E;;j!O?7zo)H6JVwx8<Hr!f?;F{IO*=vS}&xpa=(kxWy& zdyy%6|16GQJ+Zj-{O-;U|A{~MR+Y>u-lC)Q`OUSB{YsB&9^b#aF_WpoqNii})fW}N zd(-=D|E+&s+Yw~vcI5VnJuCmcx_|DY`L}ete;QjfA6)$;y#1HSBi0h$4cq7Nd1cm~ zeh?tu$bNdI!{oJ$zhc&lC*FQFdvWwV(_>b5umAb@OZfgLH7`r~2>v_Q%KH>=?`f+x zE@udzX!%|}_wq;Ymti;Ful_i7^1P`(%bx$}fBR2l!p*<U_Ti7Uf0Qz$@@`n+w#9|> z!4j!R$$Jt^H{LRMS@s0!DLtzEdV}lV?8H^B3HQDJ-@JBv^~~c}Z%p|2Sbm-U_g{Z9 zST01pwU@PUpWl6A&x^`8jx*I7&a6&jS#6&8?(O-F$KP*jsh`gjwfb++E(QJ79}~Y; ze{={mZ(4UfoW0@*!#*Azu0jvSn(mJ46Dvb%zc!z(wLfs(dIo<q_x9UjukYV6&p*3O zyxQL_hjn}3X9bY#-+b2m<zJ<C74KPbtgK~w%RxzoIgAG+8SdQq&OB#b`K4{4_eJ;Y z?yFj7XErlscjY?<KC?H+zbpRr+kd_Kt6|P0Z{Ot%7R(LC3_EtdXO~#LHP`ytxjVUM zEBj`5_S>JVjx*XUCDI-YF%xVsy@?5~NBsX^s%tpOd|CmRcNjcf{an^LB{Ts5(*$Xk literal 810 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSjKx9jP7LeL$-HD>V0z-|;uuoF z_;!wAo>QOz^G^-l_9rDWpUMTMFk7(dZLr;<9rpU;hh0x9_S%cvZDv`w`6TB*cLv5| zt_}<=66ywW^TmN2&Yt7XSsfY*nI3<vWE4o4bD*Loj=Itk;twihkC*?iZ+IRYR<ir< zlRq~8mjA!}p8k6J|F(Y*zdyZx`kjOnhe88m(kCt!kG%5*)=Ux#YU>>uo_yokt~~UG ze}Am1=c$em^lA`S*kW=0CdUIM$zAM>PTj?Gdl~d5Evyzm7ykRX!sf}k-+%R<*VxaN z*KfG8yS{_ruk7g-4uy|j_yrg2Po62js50-LBGZ?09bu)0BbV)68vgaAI<ZWs_|?vF z;r>RS4hA9r{{oD^tfz4bIy`zQujEjF+(?nh!{)E^KRu8E6U5PkSzf%4P;+7ETux29 dC^YngxPh&~d)DagH^9Wt;OXk;vd$@?2>{s-LPr1q diff --git a/canapEPFL/assets/epfl2018/favicons/favicon-144.png b/canapEPFL/assets/epfl2018/favicons/favicon-144.png index 3a27f9040de4ad10351ff49603fab66cbbbf4b09..c6fe799a2c4534740b801ffca24b95437c81bc74 100644 GIT binary patch literal 948 zcmeAS@N?(olHy`uVBq!ia0vp^6F``Q4M;wBd$a>caTa()7Bet#3xP1>rMq>17#Nt- zJY5_^D(1Ysd$90vh|KYi`z7AJnJB%G=@R2Tt_3YinYS_du$LSNVw{rDcPGe+>%j!& z?Z-7<_o#bJ%l#{}*4J*nq;J}j2>r5s$$Qf+C$HNYW^g@yo~00zl9Gbb027~nM$X^2 zZuiPn<;{PeU$|9OFlF8A<GUo^*x#!Sy&IZc?ryg)G;}T7@8a26xu556Z0rAi@<#E; zm0$jw|I3NKy6S6tO=s?#^fkBUWUgrs+nN`e&z5W>pKn`qzc}ah#EswN%ipB`c9|V~ z!#zIas(=4_kJ#^jAB24qx=>u}u|MCxSH{udaoyT=yJh#brn79h|I{Z$|3+na;^n&4 ztN171FO19oF7q~1^y>N2eUf)}eZKp6)uye#59&U?XTR>nGt07`?#(F<-<y}d^1fw% z?ef2`WrzMGT7Q=;u0EvyJum6Z|Fzd^xw7B(ulkj`q5ind3x?taceRC#IZmwhc~Z*$ zrEsO))?2%7oqQWKZH`O*&b`x0R{a(ZbF#jid^aaNadjtW$=r&n-D}rLzp-($|5-Pq z_;~k*8>Ul!USHdGz4KhXZcff^o@29b9qTVVvrWqO-Idzo`|fYu&~03rmF(^C_}>0w z-%FlF6!Del)~&cUt>*ZjRh6u_Ug~eH(Vcf$=V#}U{i|P{KX~u(Grgt!y;tM6SKX+) zE3;K-)<2g=@u6SOC%jL*zMHAKG5E&WZ_Sa(b#Y%7&sh8Rx2t-XaR2+Y*@+4Y(^Q~| z$9vzzAMXyZp3BtVylR(U?DRF?>TG`TYxZwQafr_~FS^g>USWJgxPVI;mfB+fuQZx* mT3bMnQBZKO5T8S@?pL+4F#i6h!33BM89ZJ6T-G@yGywpn_-X0@ literal 961 zcmeAS@N?(olHy`uVBq!ia0vp^6F``Q4M;wBd$a>cF%}28J29*~C-ahlfw|h##WAFU z@$DT)KN$xemq51E!-|%&?J4YzmJXtaCaSJEe(my>Uq6j^Kl%9c>*pu!2l!d%)mNM| zWcts-qS7+4p~0<&kK2P;nUS&ghm6<+Ha8|FsgIUA3cNimEGCbNBOIh8I5{$oJm1h@ zVjv`Nq2qiaV`hSi!UDnhhnX%N@NjTYwrgiy(nw{4?Cs?H?|-jXsjInicJH1&SI+O* zzyJFAKkM&*{_=<Wf7t$qf4JjA%il3~GciRS*;g^OK`*cLqwk1hUw!=f_47xE_hh;s zFu&0E`DQdrN!eCweqkcmzdwKb7M5RCTf27t$7-XCq4M_~D&H@2b#P!kVZqIz@q30C zBcrIoV;zMBZ<3=}SV9_lHa9eE>dzDu2w*fi$Ha8Xjzq-=>~r-Tjzu0Y5BO%N%fzGw zWIH(AJidj4V+Dg`IwNDM{ADGD1xzV(SXrjj`gAuma7`!_6Bwk5|FE9>WysHL)1eB? OlMJ4&elF{r5}E)!5`*9X diff --git a/canapEPFL/assets/epfl2018/favicons/favicon-152.png b/canapEPFL/assets/epfl2018/favicons/favicon-152.png index 2d35c2cb4034ce30e2829a88bc7e190c6341f5a8..a180a6f4b17ee75b677801f50a8defe9d9b469c8 100644 GIT binary patch literal 969 zcmeAS@N?(olHy`uVBq!ia0vp^GeDSw4M<8HQcwg^oCO|{#S9GGLLkg|>2BR01_tJ8 zPZ!6KiaBp@pU%A#CeikAzN6SZ*V8&oM`UlPo)EnutD?H3`G)KgmZ=l?bjlZ$JYd>1 zLED0HsbP(!h^2U)ar2qa40mKs+gKgxewb^r<r-H|T|tVckVGJpvR8r&XOBjspsK+l z7Plz}ItEtoSK-&W{D(iU`n6X&{=DzjZyRslHrVs_SXps+==ZC)-riiZb!-0hEhhKB z+t>3&Wxvh~y`Fm~H*fd6KegBAzJGSIa^GCz-PdBD&;BLrzsJ(m@AukO_pTfKi9K9k z`cpW^HQ{qy_|>&1zNv3W)t6IB)@QnXu3I!uN$=9H@`<PIWPbdAzkA~0XM1kdc<D;M zzgO1z=JK<1Ulz&QZ@9K@_r~D!KP!5_E?f0))vEcs>g&H`^Bz8(m3uqmo!_Qw#*alJ z`5F7p@6TJ6rP(q4F2`n;Z(EQ1FR$PAQGZ^!@)@Cs_4VEd?y+2}zS~=~@jUM_SK%A! zk6Zs4=)@j~{}cOgolyD2@5cSC^JG8RynOu3siypMaa^w6yXkVFHM1%N?Y3X57k@T) z^Z%&xX9MHg<h~XC*mgVqUF!EMWtY!dZV%l%_r~$W?5~@C*Jsyc{5rl=zNMBU$2wnb z-qel8jc29pcgFd~RBu#m^p!qb_5DLaXbijMxA0~4^LD<DDmtOul>2PY{WFETOG7?q z|9$F`ZL8gRT;#Fi|IN~W*KA!V?R|Q0$-L;-?E1UsDsc+Klgx_8^{G`7e0w+V`W*6? zGrc0m|D(G+F#PWB`IMgGZ?!x5wTLGyIla0OKQk`-fAFMYyVSh3o#NMuKd;^TKa}_J o^(e)onv(`i>cdR?exZNaMa4@a6j{A40`n$=r>mdKI;Vst0I+196#xJL literal 1055 zcmeAS@N?(olHy`uVBq!ia0vp^GeDSw4M<8HQcwg^jKx9jP7LeL$-HD>V7}?;;uuoF z`1X#Ymvn+a+e3}KqM1+F4mPJMHmRR<G~L!6`7HTGxK=IGq5U%?Pd)a&^Y!KDf0jQ4 zG&pUhzq9gwFumbGOMs|A#MJABjhPFy6gFtBf6R2*A=DuuH10U-vc^>n2UhLr<Mv?= zWo!(slog-Bwu*^q^(QMm1Kto;mawO#F$q#DxH#6FdcEU-3C#>T-~PNh+5YSEzqY@4 z<@%2wUOd0Qzkh$->*KrXzYE>^&DOoiXp5-8jj(fZDheAqPF@IeNQkzqp4f0eNzFN$ zu`&1Q8&@W#?ioC}tSsB6ZWia{&`BB@8uZ(@Z_oHJU#6<I_h01o*Iysrd0JFy@!9r+ zdj4PjZ~pVY`>SMk9B?`?{{-u-sWA=-JExv(Z8#v75mv<5_%uvSoQWxVLF7qRmTA#5 zV>mc+8q-w81tRiNixfW;?Y=9wZtnT#hhLUdSv<d%uM{`AD}Ter4_X`?YZ_iX0V>wn z!^Om;y}-(niAkD!eN)2$t`&ZL4F`@LTCJe4foaubWd-t;|JbhyGUtIb9qgj5PjHxi aK%Cpbl&$u)WF|1jGkCiCxvX<aXaWF0`KoOI diff --git a/canapEPFL/assets/epfl2018/favicons/favicon-16.png b/canapEPFL/assets/epfl2018/favicons/favicon-16.png index 453c2c3e1f43f07bfd8b6c008d737267239b94e3..2b73142eaf898ff019462b828ca90393090dd02a 100644 GIT binary patch literal 619 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJOS+@4BLl<6e(pbstU$g(vPY0F z14ES>14Ba#1H&(%P{RubhEf9thF1v;3|2E37{m+a><Y92N+bmMgt-0(0tN<Jq5uE) zS2xQ7?UFAE@(X6DTvXjKzi&a=Y>$eN8QXR=MVaU_8}Q3pW!Q4^db!;C7Y9<xnB?v5 z!qCAg>jC6&7I;J!1L<2J%%~*JQUPSJmw5WRvOi|#;Z@eNzWQDgDCFSj;us=vIXPj0 za6(E_T4HK)%JT;;Tm^-nKWzF~X!z-aGb;;AYelOoi_6g;u160t2~DyIy2K-7#ItEq z(U&4M2BW=9c`lEeP65qQEpd$~Nl7e8wMs5Z1yT$~28Ncp2FALEMj?jAR>r1QCT7|O zhE@g!<yoBfP&DM`r(~v8;?}@szA*`?K@wy`aDG}zd16s2LwR|*US?i)adKios$PCk z`s{Z$Qb0xFRUr{2L5bxG1x5L3nK`KnC6xuK3Yi5Z$qWn?a~^-<;V2B#&^YCP`i$q( zAO>b-ZoOn~VP#?O$s)|c3N8&Mhf|o9H-{*kzH#NmkuyhRj<BC@@L1rb$M8yAu;i1I R=~SQ<44$rjF6*2UngG^Dz_S1V delta 128 zcmaFOGKq15WF;E|1B3kM|A|0~u{g-xiDBJ2nU_G0kEe@ch=pMCAAS}d5e7A`FHKwd z*qCQD^f?@NI9^y()HIi4vEh}5FAN70J}})-d?GAT-8k`4%a)3dNgIBjT*}@keuBTg g!>?<v!$w91j#B9z%!xwpfaWrIy85}Sb4q9e07LXIKmY&$ diff --git a/canapEPFL/assets/epfl2018/favicons/favicon-180.png b/canapEPFL/assets/epfl2018/favicons/favicon-180.png index afaa2b69e41151b11b047e7849badcd7adaa4a8b..301120d34d5d7936f33c3b9263728d3fc7e237e9 100644 GIT binary patch literal 1143 zcmeAS@N?(olHy`uVBq!ia0vp^TR@nD4M^IaWitX&oCO|{#S9GGLLkg|>2BR01_l;Q zPZ!6KiaBrZ94x#YCeeCPex}Z*&C_qX%DTu#$R3fkc<CVP^6r4DhU|`J57`r<E-xKc zJxKK^PUP1R5@8hBW0}q-eSyj0k@43r44bmoiZ1zaaHdM<f=;E3MI5s<n$)_66w}`C zU&^j`n^xI<z2^UXS5)<lU0>Jje!aGO?(wsqLPGhk-g<cZ?XIiYMK`1Er(RoE6)jhk zx9#tpCSUoItG8EGU5~bY`!CMuT4Bxpx$COetvVlC8obu_+rO`6)AznTlmD*R*wVSL zaL>wB{Gng{OYi2E-d*=U#K+^p<KG+P+G_rmo;$;0+Z(^?)j8|0e^_kin$IpYH5U4^ z<zDFZxmR@#?wp-GExDs#IWPN#&SA6fuNNLFyWduM;>>}seYx*G<%iyVS20I-nqWz` z`QFmyh2}pZcD?&sHEZ3g>-UoH|6aR2ZN_ody?W_~Cp_L7^?Og{^?mnuvmWld$?;2K zt?k(w(J8hpwR;pFCl_Bb7X0#2k1gln4Eqqvh6VlK>kf#`tID3yvY`KB>FUT1d-j~f z-*@YK@+2>pJwC%^v$x{*ivn@xzNbmXy9>AOJhJ!v^t1B)?Y}aYTz~p->Ti4hwOcRi zg@)&rN*vcOubzM0;<shV&UdoMCoFxHw&ZX8-W~fD*Z<u%Kl($`3B$GN;lH1$zR3Lh zZ~w2-{R~a>&dJYS-FYTM(_CG(^4=cf?w>4socq&7KgGX}6fm5BMrQu6y4}w&y<c~H z+Pk`9(GPjG#{U%`KV2_>@z&SQY4fYIZ)Eo=9)ES@@7?I%Yp?CPx9jo`i^saN=YP8s zUb}z6^`|)!MFOrDTm(%5S$sttg(1voMfP7J;)|oL_xnvhJoo0#$Wwb|cIz3)WL>{% ze&~F!B0I9;XEUBw$oza=)c)qZ>hHefGn%Vv^S-~yzy4X`^rUlVHFjNf->=w;ss+ia gA;X-!c-24V$K9SqVe?}r080`EPgg&ebxsLQ0H5Ukh5!Hn literal 1306 zcmeAS@N?(olHy`uVBq!ia0vp^TR@nD4M^IaWitX&jKx9jP7LeL$-HD>V7cPy;uuoF z`1X#WUkI;++e7Y+iUQ7_yrz$&a&AoL<h~rqxW-`x$Ls@=v-SP1+<B>Xy#2@%=6Cix z-&?BJud%7TU#GiIphLi-_l*H_V>}CsZi@(`<MI+I<qX~>92{0lFH1OPE4Vsb(42dW zBZ^s*smbr9iQ5G!4?%$vujPhK*BrVU76e=M3T|NwVquwkDYIvR=>#Q(7gPL_S=KfV zpiu{27VXO2_2>ET?^h4W$;nOIym@nI{k!+?!|UI@JGgcJ?&`eFH`n}svp)XzzkM~4 z=aYUv*_Ia1QNqEo>+z*Yx{QvehoYw`j|z**|KHx)Zq2Aa^ZfkjPahxu^Z)<j@9ER0 zKmGah=lK1%|37^CRJ3#N-n;)l#_zwMV^;t7?mzu^@7`@&zvtcD>2Iy|?d#suyFCA` z`~2zU<yWiy?ro1>J^z~mle^!6c+0++3D>QA8W!+Be)>{bUEzhY_>-@E$_g(IS5*Ew z!O8LK1Z(Bq!yFvH4C3b56)`p06*<PeHvrN-)0g+pX;{z?)_$OU`SRsg{~tYj_H0pI z-M&{pw{PG6^y}BstDD8e#ZQ0z`gK)$Ie+DI$JWmqZp6yV$;;ROKWV>j_pV)0vS0L` zZJodO_Z{b^xZgW>Yu>AD`Nu!!@6_a)-ApVjvJ)~62?%`IP{0aI^$HhT6ct`1KI9S* zC~;WC>FjXf@F7tJg%=Gj!fg!;+FP|994;_+s_`&7@^gnbG%R2i@|9p}k`r6U!05=X zGRuI4#a1VVk*SH#!z7V|qbgztZVNu}&jaiDBac@Z&D}AWEU;%(Hz~O3ETv@)EbJIO MUHx3vIVCg!0HPBHl>h($ diff --git a/canapEPFL/assets/epfl2018/favicons/favicon-228.png b/canapEPFL/assets/epfl2018/favicons/favicon-228.png index 725b02e43bbd3a557b261954b7fb32dd735f32fc..8cc8d19a64eab4ae8f59af6c560bb31cfd6dee07 100644 GIT binary patch literal 1323 zcmeAS@N?(olHy`uVBq!ia0vp^Pe7Q14M=u`ck}`&&H|6fVg?3oArNM~bhqvg0|U!l zPZ!6KiaBrZ9-Jr=%FysI?=-W!(FC3+FL*l~j3x+}Fc~tPbU4GHoN$uCD8cvw$2`;B z$(0$ck~b3nz5BUu)y^-CRlm#XcWuA_`d(#^AtP`6PdkTp1x1$$0!khnf+{T>LQX84 zicKv7j!qrJUHCa~(Y*D`D&;1ge|+@Ew8wvil56eHeqNn9uYS(6pAVCGj-P%1`Tvja z=f76&leoYCaZSyU8Fv3_qc*PJ{^#i0E9Sq?e>Xoo|9Saklf5&JRaCwdF6NBc^sUy~ z_j3Mk<LArH^KlgUmZhJ)F2CnX@>iCfcJ}_C-+U@v%(BzZ{?45*iN!2C<M!8mi;XB^ z*_o%WSIe}`ZNlqs8MB_VPq*WY-ZZcDgyFNJ8`s4zGvwPXT~&RvvVPXGyOWMx{%dsH zaGvkwFF(uUuAA<k{gkINFL}@0V>@<nR`kTqv6r<}%APE(bYhla*?w_5%cPKgG4}{v zN3pl(W?cUA`=Ijd=fAs?*Gy8_9VcsObXs0o@x(fN{aPlyi3+>>EMIq)E3@1z{c&x_ z-MLX_juT9GOPhTDQ}(~)xZ*nf+Ed$HCWvlVd?)tvzWh$h2U&$JSFOJL&2`q_`flzA z%LCIdOS~6%w?F@w`S|aI|2zM4T9^F$xN!Hz-RobUee~jz=JW4a`+E*Eo|Aqe(f)T{ z$?qk9ULXCqyKw9OgL}RE_g!fE`_<&wfA-4XxBC0-tt)T+oIB?z|MN+uclX#PBm=`L zf6tGsYGB~izn#yM2o$ipZf@RtY=dM%Gs{lB`a5qPY!pn`%(9d3eV*J&smCjgA8)HH zuDt%WZs&ugrF%{n-cxw~^JwGj74Prv5qoU%u8Ozlmj1E&ESK%C7nN^}d|3AU{N|${ zmj<6(|KF#t;GOZ4!_DFsj{nFjT=V+XgYs8%t~K|bd!P1G7H9Ujwt0H#yyK5<+^tGF z|3Yieyl0dDEnIiE`F{FuX18<Lb61Mo<14S<9#}X>ab)H{lu~BJjAbwLFXnx8(9b_3 R4lMl`JYD@<);T3K0RWE_4Cnv= literal 1912 zcmeAS@N?(olHy`uVBq!ia0vp^Pe7Q14M=u`ck}`&#^NA%Cx&(BWL`2bup4>0IEGX( zzP;w?C*vv5cJa_Bwnm+4YZ7}uO73|WH_c+kS<VM6ZK98ae7>(yo_Int_0J_6mHbtA z=AP{Skuraee4Uv+3x^9wP3MkQZvll5>l+kwnHm)s9ocvfhjMUS;uGKy5=gmV5YyVA z@Rngzg6tsqv8mS5<fVV^hv(<7ta$hS{r1b3FZ=)BxqJ6)tM@+^&ivdrzp|oYhV|#` z>u;UW%e{Sme(|z)f7z@r&J7M-4GO_(59L_+n3}e*u{5!;NSg43D=K(cJ1BTKOmIA0 zAPSUV9+enGL8AVCfBpVs364KMHs;>n#~artzkko3ob%_;Ki+RpQCwKK@$Q{FJooDU z{CN2AAxNki2!4p#|F_O-zhC(Kcln34|34pZx6Hf0-(PVKFq1B`d+E%=@kZ~#{x!QN z|8ipb%+xez`)5z4-P{~S<w5Zt32_b+K9|{fCX_QezVmy<&3OhWaqpZu=NmnR6L&pp z6&ouV9nanVsnU3tm1U>(N_`areT5U1*7H?1>~2sfSO40|@{E<mGXMExmNM}lzrK7i z`MUJ__3O89-n_Zo{`a?U+xG6;SNE&<`Sa(uuU@^n+`jxz!~McDX?@AF`(pq8`tieJ z-$nL(J$?P<O*Y3Yil2Slb5kMxob|s~b;mz4&3Js{+5R`H{%`7w-K)4E#$m$gld>KO zItnK?_L{Ry1G>|4Co^Xc(DrQ~+YS^lI_jyHD>QCwP&jUOPap#5{HIU&R1Cxfp4>Pl z&2$>*`Z;$RS&lI^$=t4RPT1L?FnzN1gaZ){6OyI#IdsGYo)i_a3rPS?&3Vk*_>`$B z#_yd2Q!=AtU+x~NTYli=?}zC>SMsSiED-sipK|h%Vxt_R<F_5wQynxFPE0!L%w)^d z^ro;}t1-x7f@*g=OBD;t&ByOTn3gsuc#H9Ke&OKQbo}m07B5D}X*zO3F9Zcr`gaF& zPGM@&iL_C<psa90u6((W1}jVCrV5V*?hX@d-}$KqaB*x(`8dI$zd@n;&RnkrA_Aip elMvL6^$cF#MZq$XN-n^vl)=;0&t;ucLK6Ucr@S!$ diff --git a/canapEPFL/assets/epfl2018/favicons/favicon-32.png b/canapEPFL/assets/epfl2018/favicons/favicon-32.png index 9a68afbd6afefa2cb5c26340b5b52aee2c50a0e1..1db16314e4565f8c80bd617146658d0224895064 100644 GIT binary patch literal 795 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyEa{HEjtmSN`?>!lvVtU&J%W50 z7^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+10VrhU+i0gkKU|<;3=>LDs zii}F2gH20<{DK+8He|@JSk{{CuCTHrz+hhQog+R!JUN)mIH$gH-tjx{fQQtD5dK&_ z-oOM)3kNyr8x0!z;o3({Jb?x<CV9KNFm$lWdH^|`1s;*bK(Q?#%;=-!`vWM*UgGKN z%Kn&{hgaF);H^tlK%uFgE{-7<r{7N4Db(a3z$z{laJ|&U)y4Ir*mdsy@BjBd^GFb# zEt%=S9vmASE8HVsTHpHE=+fuE3m#6nm$P%K!@{+t?H72fYg-*&H@c{PSd=K!&vCNC z=<A{>cez?-FxD{6NO#g{SSq^an)D*w#O>#A^1JL5)o3{;!@2y@c^lOp!|DD7x-)L? zt(Y?JL(M+(m+SXOe^%9BzLihD_~c<TpaWG)Tq8<S5=&C8l8aJ-6oZk0p{1^Yv96&} zh@r8Sv8k1bg|>mAm4ShJXi+nYhTQy=%(P0}8p1eE*#k95f@}!RPb(=;EJ|f4FE7{2 z%*!rLPAo{(%P&fw{mw=Ts3^QDB%&lJv0R~`C_gPTCsm=OvLIC<v!EoIfuUl~<4-&s zg<%>Rr~FT!@q8M@z^u%zm&`4!EbKj5gjra@rNQKI3bXR&5QWn>uADe>=7`J@_R|d> c3%v9gUWp5qd~!0K3bca3)78&qol`;+0D@Kxj{pDw delta 171 zcmbQuwuf<oWIY=L14D6D)fXVeSRCZ;#IWw1%u67r%+tj&B!V;f4?hbJGsg_J3wax^ zF6NWqZM-Ou@aOyqj~L4j@8vCS7ZepWy?lRvfAUjf13}3Z0iQcUc(-+{9a+Kb=A2-{ z;^y2?cw~FWjHy$nO6$e$I<jE>dVakuas9Y64*vf#lw>}r2uPe|WtL+F8_mei$Y5M- U*Jt0P33391r>mdKI;Vst08h?7vj6}9 diff --git a/canapEPFL/assets/epfl2018/favicons/favicon-57.png b/canapEPFL/assets/epfl2018/favicons/favicon-57.png index da8981eb2ee21cc88eb1b29014f9efbf1ba320b8..7a6521242ca40b9b16227ae176e0eb5b8f8dd9d3 100644 GIT binary patch delta 410 zcmX@Xx`layN<C+RM`SSr1Gf+eGhVt|_lJRjG0oG(F(jk$?aZ^jhaCjm_B-Brc;ce! z5@sLv5(e28J}35qr);tyuBM`U-@Akhhr9~Q{!ETd<gPt4*==IFd$RreD%q2ZRwX>| zxpzUev%pg<W)kc4l!K~~sLW%k^{!bRFI-I2uWS>jY&((acz@aC)n`rrEu6WBVFTL+ zQ)TXgd4*l(4C~dnx2P4b;5FXP^g+ONeRZ1h@_a$dN!2UN)NcE4FXNv0VRz^8tKTak z@848iUzMh~p*gGS`f9)23A^6+yq$b&&c4)^^DOGD7cw-q2Oj^pD_y5|uI2TT`^TQt z8zr9%Kf&G*Jvp}F<I`W8d+t5H$lc%`EIe)M(+XqH`8z-DbM5h#`<$s)He=3NmF4f> zOuBl2?V{7y>+gQCtlkm4yeBWna#Fcr(4o!O)a}{*nQikKc-FPmf4qNnzscqYlXP~d maO<6H^4^5O{4<GRAA_{8)I0MguP^-!K;Y@>=d#Wzp$P!dGrG$F delta 688 zcmV;h0#E(41IPuCB!2;OQb$4nuFf3k0007lNkl<ZXa((AJ!>*S5T4UZ#P4skP*F(Z z5AX-rTZH_M{E#&MfwbC+y;Tq_Ed(1u1Qk@YFj0vg2);KPZ@f)$g?XFR891HU=XRZE zp1t*MPdga~H*Ss_=O^ef$y-sGm1HFqssK+{g~YN=m6fzDkAFfSE2)rJwyEBQlG>?Q z{QFbL(-Xk^J5{q>E<>Zy5V6nagIcXdShZS(N~J<^y<P{8$MX|opSL%{u6ABu0bX9H zyAB^86kP3meo9??y&g21P0<z#g(Pe^91@1W@p!!8vl;xCe4d{#V;bIFOjjl;X|8a< zN-8X#lsYRZm48FwfR$8OJSlZnQYweS0V}Dncv9-Dq*M-tgS${tJAHlqeP_Vw1n_!E z>)mb#hr>a{nx=u@?<Wk~5jQOm2$(KDK?8h$U*c;$w;SN$fqHBF5|(PAwxbUQ17Z*i z1|b@aQal=sXb;9~OvgkbLD+OUh3$4L;>X8FNTpJQEq@jZSg+S2b~qf6&1MN(E|-9Z zX}Meua7v?XHXE4F=O!e^#IezEiccmJ!jj1(ZGhoE5$0-IEEWUnWuUiOEfa%$J};4M zx7*@}@q|n!Ba!TOyD-CzC&MC<h(xmA?*kran532Dcszzqrz0@@NT<`r<@0m>AVF(B zrBX@s$A9xytCfTmi$x;2-|r=?P$)<w?_zajk~mFn!C1*#P!T!kxD=aay)(hKcsvgH zE(7iNc7He=7VY@)yB{v!=D519(|PFNcqWFi`S*do+qhG)V&<xg82VPs<#J)OFsE_H zWyR>-${FW7o^v6T|Kf#5c?r)1SV>k=p$hPHRVhd;+f-Re+wv#`vXTmkWt-|<DESW~ Wi=^=`tL_^B0000<MNUMnLSTYvt3F5o diff --git a/canapEPFL/assets/epfl2018/favicons/favicon-76.png b/canapEPFL/assets/epfl2018/favicons/favicon-76.png index 3b0a63e69235a271d83b4b6098c9494c10fb808f..37a35c74a07f0a276820ead19640ddc6a8e10274 100644 GIT binary patch literal 628 zcmeAS@N?(olHy`uVBq!ia0vp^J|N7&1|*M957Y)yoCO|{#S9GGLLkg|>2BR01_mZI zPZ!6KiaBp*pABSk6mYB7;lKCfg|E{CAU0q*+aO@T?5rSc$n2!RY}&NVO+#k;&D48M zyHab{XYpB=yg#t|?aze@J9l?hoqN)ym?*&6>>=TDNI{5gqCrQCqY94_DMC;7SlKL9 zH=f<{uPp7^zFW`qq8FPz*|Bw|?wP-9C5-#Oi!8c*@@Kbg<?MgK6YBQ{Up+Hz-r?7` zOUm#6nqzLhTl>?p>ZDz__NeB^{k7!ZvT*8?r_V1>xMZ=%NZ^&X(I<(jeVh4grQ^=5 z(YZKr=G~b$OBHjs<+c~iF4<cq^ozTAe)~SFX^Q4cYyL)k*>ZNO;rHp1Zl2SG{~mbx zzh$WjZ*BaVvwPR79PhpJ$K<YgQkY`);n3$h-r2`Z`Wx20gUj^x9>M+k%U1gynqjJ4 z`uq3q?W<FsC2p^mR!Dg~%R7C`-mKYEet+1fd+_S>w9PtCr?~ZQ)cY5uIP>tQb3e<< zpU!h~k?l`ddV15m?$>jwg%{Nc&Q(<uVzW$(F3jMZ&ztdS-}^g#Pkvsmy?;`v;LODr zW?yR3MXLVwy?*qfR7A^@qw>(F@17~@vG2Z|ZnoO%KL1WyoNtZjFLP-ZRZenZ0yPR* cjDIsc`+w@myQK?DfXRr#)78&qol`;+08981g#Z8m literal 536 zcmeAS@N?(olHy`uVBq!ia0vp^J|N7&1|*M957Y)yjKx9jP7LeL$-D%zFL}B+hEy=V zz3te?7%0;E(A}q{aiL@);~Iw}NA{_h9pj2<z2Q=BX#G{IbWWq=^8a2u?>=wWn}6H( z#S(V=v!Ofe#3brsg!ZvAaEmh<9B^thNI%TL&3b4KFSCvaN3j{th5&^#H*ra{r{2)H zxm~W^xzzgk=bb&rlPhD^Utg7Ne*E#qtWz()?5(b!8KZagdyd~uA;tqjYnQR&Hx8#g z5DEFIf9?KEQn;VDx?*F*l)HKA&o|%nd3OCmp4n{Qt5cqCs`>iQ`d#*c{pYUCcfQZL z|M0I8t9i_8n3uli*kCue@44Ie-?4qmFK0%s4J-OqV|V)T#|fLiR>i7K?ws?t{kqiM zJoC!SpMUOQs!l8|&E2qWS?~Yr@!j&Ck>d6Y&w7_I_*nd5m|;GN$>8A!=7f75TnAbX z^EXr~YyQY?E%?#M``ImsK~1KP;f%B=<BWnIj0X8CtO<u6vLDzpQKW&hU7mqh1wUAs Yza{+MV!Yu4Fsd0mUHx3vIVCg!0G<Be!vFvP diff --git a/canapEPFL/assets/epfl2018/favicons/favicon-96.png b/canapEPFL/assets/epfl2018/favicons/favicon-96.png index 6fb3d930dd413d070c40607f745eca77db0c2f7b..44e042030dd3693bf8686fd734f317b46b65abce 100644 GIT binary patch literal 658 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD1|%QND7OGooCO|{#S9GGLLkg|>2BR01_mY< zPZ!6KiaBrZ9LyDVlyG=hFTfhW&_2aM%Oi*}z*9r<rGn}XmK6<W4Yyx#^m;JkcE8Mo z1J=^j5yz?|zu0Ap+>GnLUU%wU1;5@*$wzxWZBCbDNMo46n84OR9mZ>>DU((oe`gb3 zZ+ZT?#?w8w=Fczo<-WbW_wW1MRdK5qU;M{>&;7`Cji+i}mBF@F3$8c6`~GzO{`sri z*^EC~KKOL=@I{9z)*ZcPE}8H}&QgB#<)vxXZ>BG|mn%y>wpaLUXEfdJP5D*Z=0Zs> zX=MjZ^}tihcG*ALw=3NsJKXX5=G*zRubn>KJ~8&IP5M={{eO49O)J}-JAa$@%D0Mr zoBnQ{QZFYMzH{!Y3p4inz5YDy__A5~ckevk{QRu^{8c-x`vT81#{X-7&tUk#^GCEx zP0tzri9h#Nl{maU$N2fRx?s6rVPNj|bC+y@!U1=8@Akj^rsm=<{}-Kmt}pF4e&S8> z#Z}jBY`?$k_#?+)%&_LV;)^FQZ`F05+4eTB@A1Cvq1m^p*50w>TYGhS-1^-4%k*A< zk9)tiu!5sWlHuCxs0&fH(>p(BJO18pZnOS+b@n6u=Z9=q4)OqvI>TVVe1J-f2}+OH ZkGA(r-?Jno5tzsrJYD@<);T3K0RY>-7(xI5 literal 529 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD1|%QND7OGojKx9jP7LeL$-D%zPkXvJhEy=V zonz?7#3;fVnY6k6Nr}uPK9gH~t(}#@7E|n1n2mqun8>YPe|_onv<IsuGS^FMH2hHz zS-`M~QSv?$mxA<!kGkY=9QX?M^d0`Wd%<(z{l6;bRn*(aRs4VZTR;5e%<9jzOZ}Vm z{y*KwQ1p#S#KBDAakK+t3bWBZRw{8CWFEZOueOUds^Rtjpa!NBY$-L|8VxxP$LjCA zFaN`_{WkCWz5m@$$NzlkE?}3oJDIU;-NX=vE1Rsv5}r$WvO4JE7y2f>ac;KCR^l}f dXDmKdkJWd5G+6&4un!dJ44$rjF6*2UngI1;!;k;~ diff --git a/canapEPFL/assets/epfl2018/favicons/favicon.ico b/canapEPFL/assets/epfl2018/favicons/favicon.ico index 622fed5cb092d6f41af2d22b632c81b1c599ab06..d5f51c1f3bd1eac0a7d135342d27f3d1e73f027a 100644 GIT binary patch literal 15086 zcmeHNOK1~O6n!yW)P)#9UHEBdp-=>EP|+%t22_k9Qb802Aw?Gf!Ouo26%wqLZnP>0 z1;L67sczJbbRngvNO!sv6cyZv2-RJrCD(Ij?tJpvfixtT#eHz{KKHzP@0`4*Z|03L z36nJGv_b8d@r}mpFvd8J^i#%s!B`44+w(2P41v%A4yKqKz~gS&;8psm3aA3AfGVI0 zr~;~hDxeCe0;+&2pbFGi0or5?Wn!?#i$z<-zA`>GZ4r*lv6<8w6N6)S+wAK5G>-Wc zgS_X5rp4YH@0TWoBXevfIWaLf_HUbAeLu+m75ofa*y;JHYyNXq431f-K3|&|<bTn& zg#EhaUkd%!qecC=e*W&y0oe%lhu(wyufm=IuwJPRNJKc-(PuwcKNWuVdYoYW)H#1Y z1G<g4(Z7R8oFM<Go!isEI^TojIcoWlwcV)v=?LQW1D60^i#`U!yn_6ni2V-guK-`e zQ_1@{+6(z9h}{u>M3*o^?X5+v|7;kCwn;wUy|Jo)e;SqlDDpvm6<9C1O-rr=Vn2%d zg^azn^1mybsIRpcbA;ch{CO?d$Xof__8H9CZRKxsxSs<WmH$cj9*%+k`+pYpVg&p< z#Pe2px$`IW0danKt*sDy<nJn+tu0kR6;K6K0aZX1Pz6*0RX`O`1yq6muK>9PcW+Hv zmy<nXQw3w(8h6X(LeJQHzH9dD!NfPW|Hk~`x?JdX?d6`X5x1XA6kU6AWXi3Z>^eKJ z1RNj(1n+63(9xm_r~;~hDxeB9r2@py-9K6=qK|)R?s#Wq+5w+mUyc+yVfkR6a;_Dj z&1(kF%x{996YN5r26%_iRXHW#XRPtO@O>X#w^ec$>JiSO=>u>K;Fyf%Qgi&%0H0eg z^JWKpKHu>9u(@Y?;MZD$vmK7vE55nyV;1f6p?8{!*s^HL^@oh=TGWoYIB%hYK&xO0 zYQ8p(jqjP30{4KQfX~NwTfwh2z5_oT$3M3lMmu`_576he@fmmv`25FcGna7~s5Sm- z%zbWweerdU3pmydfVm6t&tUuj06$t(0aZX1Pz6+h`3iW?XBPKa>YQx<J2OeMz+B%u zn*B9NrQ8se`i2(g2<#4|lmZ+ecuvuRj+Q1>fZsiF_cpvg-2-4R#>E}?_oRn}v(K|d zKj|85r-1FiD6knw0z94uc&|GlZR~mM;=b$C4?D-_`L}?VKo+<H@Hpnj6_@h}oB^N+ oi~;O}=RO231NY-*>-hgsAh_$`ow<ci7mO**81v)Ve4Eex2N5JKwg3PC literal 1150 zcmd5*K?=e!5F9}o!An8#?9opIe2$M2@-_RC?QF)S5ql7FXj7(>>}GZ+qy-Lq#u0qq z@H_%n0C$2RMieLE!QAC6_<9e+%yJJ(DU@5@ihI1fHVtn(rHOFXobea$hO}^E&f$CN zoH~vi8r7I;uGK{y&$l&vExmd#xf=iJ-`1Cp(0}|i{?_~JY@z+`-+0iuR{BdHK0@zj U=)oTTfh|3lfgjrc4q|`s3|y_cjQ{`u diff --git a/canapEPFL/assets/epfl2018/favicons/mstile-144x144.png b/canapEPFL/assets/epfl2018/favicons/mstile-144x144.png new file mode 100644 index 0000000000000000000000000000000000000000..a4074bda2526e151027a1a3975213d41f29936f9 GIT binary patch literal 1096 zcmeAS@N?(olHy`uVBq!ia0vp^6F``Q8Ax83A=Cw=SkfJR9T^xl_H+M9WCijSl0AZa z85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#N0|O&>fKP}kP{IFE1Pp=y z|4ScewgZDByd=mkm|=pnK|@`<g@6#RS$o3E6|xEvAHI~bY>9dGK<m%5Pp?Hp10)ll zh&}4tU3-l2^en}#xf#_nJ}=yGQ@ge6!X3^%D$k=dX5Kh;VtIri2kXZ5`xeOkI^dzY z=!r<hBcK(GN#5=*5pTC1=>u}uOFVsD*&j3W@G2YWU)dZ6lrHgfaSW-r_4azEHB+F( zv5%fNH*rtgB&t+>LeKkK?3wTX)n3gpN`JK@Ce!-I|2W_C#@}Do1qV+9B>*TmQ2+d5 z=E?j$cCOjc)$PKst}Oer(|7ugSL+r{So`>FewEkqy|sT^FEp5${*dG{SvDb;pSOQT z=!tF3%S1Q1O9yA@JTZDF!qx4VvgpUU$-#aLJFHD(4?7vp>b0>BsSxcwdn!8FPw{>D zLN}33Yj#!|c1Q=G_|$Q*$+A`Ks6wL8!lkK(5r#`IyqdMAbnm%Vvz8~zl-AALtLk=p z<=jKZ?e@%${+XKP@2i>};^DP2zJPISz{*<H(gk{avw~lIII+g*c&6#qFHY*q--X0- z&E<S9d9*c3qefF@UCnj#?ME-n^|`xxWxJH<uXoAoZFkSS?<}(Dg1+vTA5T8Tq%IWy zUMTw4_p+`075Sg`S|Li#3+-cHgsRWIpK>%cK)mY|`<>{YYOAf^?VaQV3o8(<@tv`R zcWunvlWD*l!k}8>8c~vxSdwa$T$Bo=7>o=IEp-iybq$R|42`XfO|47~v<(cc3=D1v z*i@lt$jwj5OsmALVWn@&F`$O<s*s41pu}>8f};Gi%$!t(lFEWqh0KDIWCn(cIgdZ_ za1@4VXq@stea7=?5CgL^w_Y;0u(GiCWD#az1(ybs!zs+ln?n>%-?(z($eANDN7zp{ dcr5VJV|XPlSn|oqbSlsa22WQ%mvv4FO#m_go<slu literal 0 HcmV?d00001 diff --git a/canapEPFL/assets/epfl2018/favicons/mstile-150x150.png b/canapEPFL/assets/epfl2018/favicons/mstile-150x150.png index 2f4870aa84e1fcb8444a9c1e3615d08437773cbc..eb705bd892abce8a4881dded2a56fa9b4d17c61b 100644 GIT binary patch literal 1159 zcmeAS@N?(olHy`uVBq!ia0y~yVB`Z~4rZW;e?I4QAjOjI=<CS9u(6-}Pa-RjuaN8! z<jcTNrN+R}(89p*3n<j^f`OsbfPvvv0t1893<d`Af;qbaZGZ-G2l#}z0u}rpMZggF z|G)HsW;-xA!b^huf*BGTG7Jl1O!#~%I4llac-GB5<AcB>|G!t*9Ne7zGS?-&v-v&g z#s0m=<v-8e^<y_HKbKh9o1)1NHb~rP)id*m+EKT4PKmD?qt@&v6G{)tX($LX$rxyh zR3=Q_3$%hU$=lr};_cQWeLxO-iKnkC`(tJvUS;Em%gqOX(wjY9978H@y}c3XFPtdS z@UTnd2veQ{lahvB$BKp(I~pHx>1lBN{r~^S&t<xwOVtd!UZ`AtzH?S_(WR7ovpu6$ zGXjmp4vs%}iNAMp!@KqAY;69r^Y}&2`K#Y{`(+aIZMRJG#I$=E5!ZK@r=OdbJ$JtT zoOq9I$uEQVzA68iZ#nDi$L^vdYHd$DVrRXXDzi9v;z6C`B}Q@cb{bhv^edh#6aM&f z_SMsdK@r=FOm1ENQZr*+dC{E{@!uo*Zk;u_J85yQnGbi-mOF7gm*>iz*jQp-xPIbJ z`KJ+n&!%4e$DaN2i@{BMuIK%WKcCEc>f!4uf9|V>`}D0>&;6X7@q0^nF^|l=(--H| zPn&ys;|Ck7^#y(6(w%3g&kPUjTl@9F*V)_O-`jrPzUA}G7d5-1EbD$Ql+}K-`rpE- z&U}_nEQ<Q(_D}S8Kl{=0-_+hs@o)5tN;?1X{@yGT`|DJlq2-eakLUl|H2b^hn*B@r zt6M+6w-@^T^KINi_cDH<H1=Rb6K%NvP1x^pP~ql7ds=}~swJ)wB`Jv|saDBFsX&Us z$iUE2*T7iU&?v;v*vi<{%G6NXz|hLTpf26~9EyhA{FKbJO57Uwt@?|A8p5kWB1(c1 z%M}WW^3yVNQWZ)n3sMy_3rdn17%JvG{=~yk7^b0d%K!8k&!<5Q%*xz)$=t%q!rqfb zn1vNw8cYtSFe`5kQ8<0$%84Uqj>sHgKi%N5z)O$emAGKZCnwXXApd!~`njxgN@xNA DSbDUI literal 9233 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 diff --git a/canapEPFL/assets/epfl2018/favicons/mstile-310x150.png b/canapEPFL/assets/epfl2018/favicons/mstile-310x150.png new file mode 100644 index 0000000000000000000000000000000000000000..c2c398e0eccaae72c9279fa3c9df107aaccc5721 GIT binary patch literal 1293 zcmeAS@N?(olHy`uVBq!ia0y~yVA5k?VC3Uq28ztQkmClVSkfJR9T^xl_H+M9WCijS zl0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#N&>-#rpAc7|g8!ok z7y|$Qmp;&J2L?xYNswPKLqbD_VL^-upHBsc#eoaYy18e35P0PO_X?YXo0DJWx}<kD zzbC!ezxTNO=efIn>}KWX5-WRCH2J{>i5snYW*$*H>bA})@l|8gn*C%#=|MRS1wkem z18tGYgsFRhRxl=cySqfZ-Fl=C$YC$>^mS!_%*?~9Y;tV7STZo0Ej?WvLn>~)y;bQi z>?m>Ip{V8x(LDhoE+IAtqFs)1@5y%+eEa>s+PgDhyGnT9WzCv(=JTJepP%_o_N?Qa z*`fnVA0&eZ_uojq+-~0E9&MZa`1iK!-@~u*Ke=4?$I9Z(Zi52hxpk8h@7%JqF8SfH zv2M$zI-U7`N7rB5@cz(&tEZP<wyaZHcUm>KwD_gZ@%^Snp3!e(tknHei#%h`q!ukp zvFYiKN&Ecx<xb<zmp_)6y?$1-Zcm-vWN)h^J>jW^6TNp=&x++(&K+q!z5DO&B2U+~ zF`K*}mRL^qe)a09k-T5`%$T5X?deOkAC{N`#n#21znk&>PS0bd>Cr!be*5%d?$nB1 zv(LY8{rY?9*AFq1yra^*_#a=j_<7d3D)r~}U(J`kBubo6)!bSnc{^^p_pPian?9`A zt~Y(lU(4x7k1s9Vsq*?{RNmjr^P4U7iYoU>?Wy?r>g()xziw}^3y-Q7UsmLKbRGZ8 zm8b4FTjdrlWZZe7Atu8?&qScO^8dmo$rAs4_2!@2zsc-Pw;{*wf9A29W6C5Xza5oe zfhqh@x%mEcgMU)?=Gw3CZ!5b0d-?3C@;84NzUgKpIhOEgI8gsmz35_4;ie-&JAvv{ zOI#yLQW8s2t&)pUffR$0fuW_Yfw8WkQHY_jm9eRnsgbsUp_PGwf4^=piiX_$l+3hB z+#2jIO??m45MC7$Q4*9`u24{vpO%@Es!&o{kgAYbPy$TD6>}bc;^8O^)6h8OfBKB) z(;x<BWp2G>Zee9%@5v&}!U`@8CWlj)l{bedoW618#E~;cWR9?(Ztz&(rN{6}T(IPm Slj&5DXFXm0T-G@yGywpttk_%t literal 0 HcmV?d00001 diff --git a/canapEPFL/assets/epfl2018/favicons/mstile-310x310.png b/canapEPFL/assets/epfl2018/favicons/mstile-310x310.png new file mode 100644 index 0000000000000000000000000000000000000000..d22c3ac6e78c2e4395866c798b08c64b61c939ef GIT binary patch literal 1781 zcmeAS@N?(olHy`uVBq!ia0y~yVA2C&4rZXp`YFY4ffP%+qpu?a!^VE@KZ&eBzCyA` zkS_y6l^O#>Lkk1LFQ8Dv3kHT#0|tgy2@DKYGZ+}e3+C(!v|(Ui3=8lHaRn;)KZ>Xu z0{{Ojs;X-ML$;tK$S;^d-osGRKwnLiMVFtuU_-~J+w-CqSZJIKX1X3WgZ-4qLDrd; zTRv9=-E5xpR{NFriybCa@5^o|U);%c=8GQ>^FJ-Qoac$(mRdC=NjRJc{BY^sPhnY? zjIIc=(DuKrFI_*j2wo8SeRlV%$?tUHY~0O5Smj=F0_|o@@^*JAT+bf!2*_bC@$_|N zf6UCot85%`x%mJC1M^-_7srr_TW{~YEEaK<IPj2_$;Cm*{Xj>9(g{TYegQ_s87@7X zMa_awLmb}y{BQ3Vx$<V;X6DPT`m^QcJ%8-CzjFJs`up3o=JElJA0TibXmd`bu=c6X z&f3*cTdRIF-{TH5kJ^y-@XM_Sn@gMP%tLA-Og8Sbu@9<$v6xrdoHtag$0TY)<-;!- zA8t-_+%K&q^z768wetPCaSGGTJm-1`)@;hX$h32d=dYNqN0;9o1TpQ4G|S$+Il_BF zRk-%#(jRX=pJ3eiWTE{|k=;t{PbRh7Jq@Z6G*_5z^F@35-9qM~lg<-P&(qI-t9zb( z`~LMcd;TAIb~pa7ena!sM(3~GeEM^yoxUXY#OU6Wnu6c)`c($s&ThZox>IH)pG@uN z`O{Bdnx->7e4o8o%s2k4j5|~GQ}yOPR^R3C9|p8*?~<J*bv${$LsA{|ZhFr?T~KiQ zv=-3DxLYxP{w4DBSMr=tt<Eg|sk!6r!cz?~o2HvhKlxzW_HZ_^)-_V^?dGoH11ixh zp83ym$D7Sy3qtjl*U!8e)l#<>B(-_*(w)Vob=>FJx7Y8pDR}s3q4&`wb$xxFn3sAH zaoZnc{e1p(Qt!=0$F@EQxE#M^{r89sOW%EX|5R{iigK!6^|NZ73Es1poO#+G$Nl7z z8fWp&i^YvGw^Sna>i?Nu12aSQ%=52;Rh@kLZSL+;u)3m|JIp_q{{;nij^6*Ca^KiJ z{~tWuf4ePyH_)rq-SUj@OrsvSH<(T27JTBwvQxlO&t(D{vqfRLd+}De>Cf*c>iK8w zKX=)2|JLu<qW^5(Sob{W{htN*Z&iC^>H?aTcy_DWys6LUm)qA|%s6;;=A|dI{m+~K zvbx+{mpwoUn}D_NPk0Nvx;lSdV<ZSvsaoP1QIe8al4_M)lnSI6j0_Adbq$Pl4UIw! zjjfDLtxOHI4GgUe4C>O&&!K3@%}>cptHiB=->Sa|s3E*6B%&lJv0R~`C_gPTCsm=O zvLIC<v!EoIfuUl~<4-&sg<%>Rr~FT!@q8M@z^u%zm&`4!EbKj5gjra@rNQKI3bXR& r5QWn>uADe>=7`J@_R|d>3%v9gUWp5qd~!0K3i7U}tDnm{r-UW|OV4Jp literal 0 HcmV?d00001 diff --git a/canapEPFL/assets/epfl2018/favicons/mstile-70x70.png b/canapEPFL/assets/epfl2018/favicons/mstile-70x70.png new file mode 100644 index 0000000000000000000000000000000000000000..cbd64323d0f5bafe9e4a0f704dedb6e08a20b3cf GIT binary patch literal 980 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H3?#oinD`S&v7|ftIx;Y9?C1WI$O_~uBzpw; zGB8xB0oAoIF#H0kf5E^|YQVtoDuIE)Y6b&?c)^@qfi^&ihXFnzu0Z<#Fh>9XzuBZ> z0`#P3NswPKgGE7jLY$*iCc8w#i}$509|X?xOxda-qG_CX@gLI)uD5o_LhS$O*;M3p zL@w%_eDGzZY((gZuf-2{O;DKcz<hr}04qnyB`cGgx4t=V02<1e<n8X_CC9V%7?8tW z;_2(k{+OAESJ`me-A8YL(iWaBjv*Dd-d>ILZ+4JqP1MNSx*|lkbmiJo*E`>LU0bU6 z=fC|EfwYFs-pn8_!`k`MZTjrbVhj!fV+#rz>}M`D3HDjjdE&{HEoaVT%q%jQadw4+ zs>kY%&bfEaoz-uVbUz)kxN)X?qe4WC)((dabKDzet-g}Vc)Bz^?E1B%s{;GKZGLpd z?HlW?TSxlt-@7Gpx@`X6Pg)5%olnaeS<A|f7Udsd{bqaK`omJ^&<7{J_xt-D{(Jt& zM*Yq+J5R-=#3+=kwEM73Yr>96GqX(%iggQ$R~xa4WR$#nC;#Zo39gF1$2MV0r)hmy zl4_-NIc(<h9_}yptW}LneGhktzSyU+zFB<5QU1NWu@AoAFKA%u{Qf_7LHhEqN1iyx z*l+cz;MsqvIsfg#PXVCB3k5xm@{R%%{yDg^g9KGeTq8<S5=&C8l8aJ-6oZk0p{1^Y zv96&}h@r8Sv8k1brM7{gm4QK{Ql&YHhTQy=%(P0}8a~t?>;`HGuL_AM2}&$iC@9KL z%gjktD5)$+RmdzTNoHWEnDh7(4@Y5`hQ=xX(`P)N1~D)zbL%B@3o8qIPZnVoR&Z%B xIh?|*yg5YS^o=Vgj+{9nbA<hLgU13dJ%(4}f+e4vOs9gp<>~6@vd$@?2>@@-Z@d5i literal 0 HcmV?d00001 diff --git a/canapEPFL/assets/epfl2018/favicons/safari-pinned-tab.svg b/canapEPFL/assets/epfl2018/favicons/safari-pinned-tab.svg deleted file mode 100644 index e37f29f..0000000 --- a/canapEPFL/assets/epfl2018/favicons/safari-pinned-tab.svg +++ /dev/null @@ -1,211 +0,0 @@ -<?xml version="1.0" standalone="no"?> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" - "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> -<svg version="1.0" xmlns="http://www.w3.org/2000/svg" - width="756.000000pt" height="756.000000pt" viewBox="0 0 756.000000 756.000000" - preserveAspectRatio="xMidYMid meet"> -<metadata> -Created by potrace 1.11, written by Peter Selinger 2001-2013 -</metadata> -<g transform="translate(0.000000,756.000000) scale(0.100000,-0.100000)" -fill="#000000" stroke="none"> -<path d="M20 4520 l0 -1070 1210 0 c666 0 1210 2 1210 4 0 3 -16 33 -37 67 --84 145 -165 373 -204 582 -30 159 -37 475 -15 647 31 235 106 492 215 738 22 -51 41 95 41 97 0 3 -544 5 -1210 5 l-1210 0 0 -1070z"/> -<path d="M2640 5473 c-104 -237 -181 -509 -210 -746 -14 -114 -14 -390 0 -501 -33 -270 125 -551 239 -733 l26 -43 128 0 c70 0 127 2 127 5 0 3 -25 49 -55 -103 -131 235 -235 588 -235 800 l0 62 135 0 135 0 0 110 0 110 -131 0 -132 0 -7 87 c16 207 118 538 241 784 19 38 35 71 35 74 0 3 -58 5 -129 5 l-129 0 -52 --117z"/> -<path d="M3120 4520 l0 -1070 120 0 120 0 0 1070 0 1070 -120 0 -120 0 0 --1070z"/> -<path d="M3476 5513 c177 -312 174 -672 -9 -940 l-36 -53 130 0 129 0 27 43 -c44 69 84 166 111 267 34 129 36 326 4 441 -26 95 -73 209 -114 272 l-30 47 --128 0 -128 0 44 -77z"/> -<path d="M4200 5563 c-124 -265 -202 -513 -246 -783 -15 -89 -18 -199 -21 --717 l-3 -613 125 0 125 0 0 485 0 485 130 0 130 0 0 110 0 110 -125 0 -125 0 -0 53 c0 179 107 541 236 799 24 48 44 90 44 93 0 3 -58 5 -128 5 l-129 0 -13 --27z"/> -<path d="M4593 4918 c5 -735 5 -744 68 -977 44 -167 117 -345 185 -453 l24 --38 131 0 131 0 -25 43 c-109 186 -196 411 -243 627 l-27 125 -4 673 -4 672 --120 0 -120 0 4 -672z"/> -<path d="M5080 4997 c0 -348 4 -639 11 -703 23 -235 85 -443 203 -677 l81 --162 1088 -3 1087 -2 0 1070 0 1070 -1235 0 -1235 0 0 -593z"/> -<path d="M140 3159 c-33 -22 -38 -29 -20 -25 14 4 40 9 58 13 22 4 32 11 30 -21 -5 26 -21 23 -68 -9z"/> -<path d="M115 3080 c-66 -3 -109 -7 -95 -10 l25 -5 3 -170 c3 -192 -1 -232 --26 -238 -9 -3 35 -5 99 -6 125 -1 130 1 128 52 l0 22 -9 -22 c-11 -26 -70 --41 -109 -27 -25 9 -26 12 -29 102 l-3 92 40 0 c50 0 71 -8 72 -29 1 -19 17 -25 18 52 1 14 -3 16 -18 7 -11 -5 -40 -10 -65 -10 l-46 0 0 85 0 85 38 0 c58 -0 82 -10 83 -34 1 -11 5 -3 10 18 5 21 8 39 7 40 -2 1 -57 -1 -123 -4z"/> -<path d="M480 3079 c-172 -52 -201 -303 -47 -398 45 -28 130 -43 194 -35 65 8 -79 19 87 69 l7 40 -21 -33 c-49 -80 -193 -67 -268 24 -88 106 -52 281 64 313 -57 16 103 13 152 -9 34 -15 44 -26 49 -52 7 -32 8 -32 14 17 3 28 3 53 0 58 --12 12 -193 17 -231 6z"/> -<path d="M934 3077 c-55 -22 -92 -57 -120 -113 -23 -47 -26 -63 -21 -114 11 --124 93 -203 211 -204 161 -2 267 141 222 297 -19 64 -73 120 -133 136 -49 14 --120 13 -159 -2z m133 -18 c71 -27 113 -100 113 -199 0 -124 -55 -190 -156 --190 -141 0 -225 177 -152 322 31 64 122 95 195 67z"/> -<path d="M1780 3080 c-63 -3 -105 -8 -92 -12 22 -6 22 -8 22 -195 0 -103 -4 --193 -8 -199 -4 -6 -14 -14 -22 -17 -8 -3 39 -5 105 -4 l119 2 7 35 c7 34 7 -34 -10 11 -20 -27 -87 -39 -120 -22 -19 11 -21 20 -21 101 l0 90 50 0 c36 0 -52 -4 56 -15 10 -25 24 -17 24 14 l0 29 -65 -6 -65 -5 0 87 0 86 44 0 c56 0 -76 -8 76 -29 1 -14 2 -14 11 2 6 10 9 25 7 35 -3 15 -15 16 -118 12z"/> -<path d="M2675 3072 c-190 -91 -163 -380 40 -422 76 -16 139 0 195 48 56 47 -80 101 80 178 0 124 -77 203 -207 211 -53 3 -77 -1 -108 -15z m165 -22 c25 --13 49 -37 67 -67 24 -41 28 -59 28 -123 0 -87 -20 -131 -75 -167 -48 -33 --123 -32 -174 3 -94 64 -115 241 -38 328 42 47 128 59 192 26z"/> -<path d="M3750 3075 c0 -5 -3 -21 -6 -35 -5 -24 -5 -24 10 -6 11 13 33 20 80 -23 l66 6 0 -189 c0 -104 -4 -194 -8 -200 -4 -6 -14 -14 -22 -17 -8 -3 19 -6 -60 -6 67 -1 72 1 50 12 l-25 13 -3 192 -2 192 34 0 c60 0 97 -12 106 -34 7 --17 9 -13 9 19 l1 40 -175 0 c-110 0 -175 -4 -175 -10z"/> -<path d="M4290 3080 c-63 -3 -105 -8 -92 -12 22 -6 22 -8 22 -195 0 -103 -4 --193 -8 -199 -4 -6 -14 -14 -22 -17 -8 -3 39 -5 105 -4 l120 2 2 35 c2 30 1 -32 -7 13 -11 -26 -70 -40 -109 -27 -25 9 -26 12 -29 102 l-3 92 51 0 c36 0 52 --4 56 -15 11 -27 24 -16 24 20 0 32 -2 35 -19 25 -11 -5 -40 -10 -65 -10 l-46 -0 0 85 0 85 44 0 c56 0 76 -8 76 -29 1 -14 2 -14 11 2 6 10 9 25 7 35 -3 15 --15 16 -118 12z"/> -<path d="M4648 3076 c-60 -22 -85 -43 -115 -93 -53 -91 -30 -226 50 -287 48 --36 145 -59 218 -51 66 8 74 15 84 70 l7 40 -24 -35 c-28 -41 -73 -56 -141 --46 -59 9 -105 40 -140 97 -23 39 -28 57 -28 112 0 124 54 182 171 182 82 -1 -121 -19 136 -65 l12 -35 7 48 c5 29 4 52 -2 58 -18 18 -193 21 -235 5z"/> -<path d="M5558 3084 c-5 -4 -8 -99 -8 -211 0 -202 0 -204 -22 -213 -17 -6 -5 --9 47 -9 63 -1 67 1 45 12 -24 12 -25 16 -33 165 -5 85 -7 156 -4 158 3 3 27 --19 53 -48 27 -29 101 -106 164 -171 l115 -118 7 83 c3 46 6 140 7 210 1 112 -3 127 19 131 9 3 -12 5 -48 4 -36 0 -55 -2 -42 -4 13 -3 25 -10 27 -16 8 -28 -15 -319 7 -315 -8 3 -229 238 -297 316 -16 18 -33 30 -37 26z"/> -<path d="M6445 3079 c-46 -13 -100 -63 -125 -116 -32 -68 -25 -167 17 -226 51 --73 139 -107 228 -87 43 10 48 8 149 -44 157 -81 267 -93 377 -41 19 8 25 13 -14 9 -44 -14 -146 -16 -196 -4 -30 6 -100 34 -157 61 l-103 50 32 36 c44 51 -61 98 60 165 -1 96 -52 167 -140 197 -39 13 -113 13 -156 0z m168 -42 c90 -69 -102 -238 23 -324 -28 -31 -40 -37 -88 -41 -46 -3 -64 0 -98 19 -128 72 -132 -308 -6 365 48 22 128 13 169 -19z"/> -<path d="M1346 3073 c19 -4 22 -13 28 -99 10 -135 -2 -302 -23 -314 -11 -6 25 --9 107 -10 90 0 124 3 126 13 3 6 7 26 10 42 l6 30 -14 -24 c-16 -29 -38 -39 --87 -40 -69 -2 -73 9 -78 178 -4 171 2 218 27 224 9 3 -14 5 -53 4 -38 0 -60 --2 -49 -4z"/> -<path d="M2218 3073 c22 -4 22 -5 22 -203 0 -179 -2 -200 -17 -209 -14 -8 0 --10 52 -10 39 0 63 3 55 6 -36 13 -40 34 -40 219 l0 182 24 4 c58 11 116 -44 -116 -111 0 -39 -36 -80 -80 -91 l-35 -8 33 -1 c98 -3 161 123 98 196 -24 27 --27 28 -138 30 -62 1 -103 -1 -90 -4z"/> -<path d="M3085 3073 c11 -3 23 -10 27 -17 9 -13 10 -341 2 -373 -3 -12 -13 --24 -23 -26 -9 -3 41 -5 110 -6 123 -1 127 0 133 22 3 12 6 31 6 42 l-1 20 --11 -20 c-17 -33 -40 -45 -81 -45 -78 0 -77 -3 -77 210 0 188 0 189 23 193 12 -2 -12 4 -53 4 -41 1 -66 -2 -55 -4z"/> -<path d="M3346 3070 c20 -8 42 -39 124 -169 29 -45 34 -64 38 -131 4 -69 2 --80 -17 -99 l-21 -21 73 1 c45 1 63 4 47 8 -24 7 -25 10 -28 99 l-3 93 55 92 -c53 90 76 119 106 130 8 3 -8 6 -37 6 -45 1 -51 -1 -46 -18 4 -16 -84 -190 --97 -191 -11 0 -111 184 -106 197 4 10 -8 13 -52 12 -41 0 -51 -3 -36 -9z"/> -<path d="M4997 3073 c31 -6 36 -41 32 -233 -4 -146 -6 -163 -23 -176 -18 -13 --12 -14 55 -13 46 1 65 4 49 8 -29 8 -38 45 -39 154 l-1 67 125 0 125 0 0 -97 -c0 -100 -4 -116 -30 -126 -8 -3 19 -6 60 -6 67 -1 72 1 50 12 l-25 13 -3 192 -c-2 192 -2 193 20 202 17 6 5 9 -47 9 -52 0 -64 -3 -47 -9 20 -9 22 -16 22 --90 l0 -81 -122 3 -123 3 -3 40 c-5 64 7 123 26 128 9 3 -14 5 -53 4 -38 0 --60 -2 -48 -4z"/> -<path d="M6093 3069 c15 -9 17 -29 17 -197 0 -103 -4 -192 -8 -198 -4 -6 -14 --14 -22 -17 -8 -3 19 -6 60 -6 67 -1 72 1 50 12 l-25 13 -3 189 c-2 170 -1 -191 15 202 14 11 7 13 -43 13 -45 -1 -55 -3 -41 -11z"/> -<path d="M6826 3070 c21 -8 22 -16 25 -162 4 -173 15 -205 79 -243 48 -27 135 --26 183 4 59 36 71 75 75 241 3 119 6 147 20 158 13 10 6 12 -44 11 -45 0 -54 --2 -36 -9 21 -9 22 -13 22 -155 0 -165 -10 -204 -59 -229 -77 -40 -162 -3 --181 79 -11 48 -13 275 -2 291 4 6 14 14 22 17 8 3 -16 5 -55 6 -49 0 -64 -3 --49 -9z"/> -<path d="M7327 3073 c32 -6 35 -26 31 -222 -3 -157 -5 -174 -22 -187 -18 -12 --6 -14 96 -14 112 0 116 1 122 23 3 12 5 31 5 42 0 16 -2 15 -10 -6 -11 -30 --59 -45 -110 -34 l-29 7 0 94 0 94 39 0 c50 0 71 -8 71 -28 0 -25 7 -10 14 31 -7 36 6 38 -13 28 -11 -6 -40 -11 -65 -11 l-46 0 0 85 0 85 43 0 c44 0 71 -14 -79 -40 3 -8 7 2 9 23 l5 37 -121 -1 c-66 -1 -110 -4 -98 -6z"/> -<path d="M488 2480 c-27 -17 -48 -32 -48 -34 0 -3 19 1 43 9 23 8 50 15 60 17 -15 3 16 6 5 20 -12 16 -16 15 -60 -12z"/> -<path d="M1325 2474 c-36 -23 -37 -25 -11 -19 15 3 41 9 58 12 16 3 27 11 25 -17 -7 20 -31 16 -72 -10z"/> -<path d="M5585 2396 c-39 -17 -55 -37 -62 -79 -7 -47 15 -85 86 -147 33 -29 -64 -65 70 -81 22 -63 -30 -119 -98 -104 -34 7 -49 22 -61 62 -7 25 -8 22 -9 --20 -1 -42 2 -49 25 -57 105 -40 214 43 185 141 -11 38 -30 60 -114 136 -35 -32 -47 49 -47 71 0 67 92 91 136 37 l24 -30 0 36 c0 34 -2 37 -37 43 -52 8 --63 7 -98 -8z"/> -<path d="M20 2391 l25 -7 3 -194 c2 -174 1 -196 -15 -207 -14 -11 -5 -13 53 --12 38 1 59 4 47 6 -27 5 -35 40 -31 138 3 77 9 83 75 70 22 -4 37 -14 43 -28 -8 -21 9 -21 10 -2 0 11 3 29 6 40 5 19 1 20 -66 17 l-71 -4 3 84 3 83 55 -3 -c41 -2 59 -8 73 -23 17 -21 17 -21 17 15 l0 36 -127 -1 c-71 -1 -117 -4 -103 --8z"/> -<path d="M363 2388 l27 -10 0 -186 c0 -103 -4 -192 -8 -198 -4 -6 -14 -14 -22 --17 -8 -3 39 -5 105 -4 l120 2 3 35 c3 34 2 35 -10 10 -10 -19 -23 -26 -52 --28 -22 -2 -50 -1 -63 2 -22 6 -23 10 -23 101 0 93 0 95 24 95 49 0 86 -12 86 --29 0 -14 2 -14 10 -1 5 8 10 24 10 35 0 18 -5 20 -65 17 l-65 -4 0 86 c0 84 -1 86 24 86 52 0 89 -13 94 -33 5 -20 6 -20 13 -1 21 53 18 54 -113 53 -95 0 --117 -3 -95 -11z"/> -<path d="M700 2393 c35 -13 40 -35 40 -194 0 -176 -5 -216 -29 -222 -9 -2 34 --7 94 -11 169 -11 241 19 291 120 23 47 26 63 21 120 -8 100 -60 161 -157 183 --45 11 -288 14 -260 4z m255 -36 c48 -24 73 -51 95 -98 51 -112 0 -238 -107 --268 -48 -14 -68 -14 -115 0 l-38 10 0 191 0 191 68 -5 c37 -3 81 -12 97 -21z"/> -<path d="M1203 2393 c30 -8 37 -47 37 -196 0 -168 -6 -214 -29 -220 -9 -3 37 --5 101 -6 l116 -1 7 31 c4 17 4 33 1 36 -3 4 -6 1 -6 -5 0 -6 -7 -18 -16 -26 --18 -18 -109 -22 -119 -6 -5 8 -8 115 -6 178 2 29 106 6 113 -25 3 -10 6 0 9 -22 l4 40 -65 -3 -65 -4 0 83 c0 93 2 95 71 84 34 -5 47 -12 53 -28 7 -19 9 --17 13 16 l4 37 -121 -1 c-66 -1 -112 -3 -102 -6z"/> -<path d="M1558 2390 c22 -9 22 -11 22 -204 0 -175 -2 -196 -17 -205 -14 -8 0 --10 52 -10 44 1 61 4 45 8 -24 6 -25 11 -28 89 l-3 82 40 0 c37 0 42 -4 91 --70 77 -104 87 -110 184 -109 44 1 73 3 63 6 -21 5 -18 33 12 113 l17 45 64 0 -64 0 28 -70 c15 -38 25 -76 23 -82 -3 -10 12 -13 58 -12 34 1 52 4 39 6 -33 6 --50 39 -128 244 -38 98 -73 178 -78 176 -5 -2 -39 -87 -76 -189 -74 -202 -86 --228 -101 -228 -22 0 -64 38 -119 108 l-58 75 28 36 c61 75 42 168 -37 190 --48 14 -219 14 -185 1z m156 -20 c36 -13 59 -64 53 -117 -7 -63 -30 -85 -86 --81 l-46 3 -3 103 -3 102 30 0 c16 0 41 -4 55 -10z m414 -128 c12 -38 22 -71 -22 -75 0 -4 -22 -7 -50 -7 -27 0 -50 4 -50 9 0 20 41 141 48 141 5 0 18 -31 -30 -68z"/> -<path d="M2380 2391 l25 -7 3 -179 c3 -198 0 -221 -26 -228 -9 -3 40 -5 109 --6 136 -1 139 0 139 52 -1 22 -1 22 -12 2 -17 -30 -28 -35 -85 -35 -42 0 -54 -4 -63 19 -6 12 -10 93 -10 196 0 173 0 176 23 185 16 6 1 9 -53 8 -46 0 -65 --3 -50 -7z"/> -<path d="M2720 2387 c25 -12 25 -14 28 -167 4 -183 -2 -237 -26 -243 -9 -3 35 --5 99 -6 125 -1 129 1 129 52 -1 22 -1 22 -12 2 -16 -29 -28 -35 -70 -35 -67 -0 -68 2 -68 106 l0 94 29 0 c42 0 79 -16 84 -37 3 -12 5 -9 6 9 0 14 3 33 6 -40 5 11 -7 13 -60 10 l-65 -4 0 86 c0 95 -3 92 73 79 27 -4 41 -12 46 -27 7 --17 9 -15 13 17 l4 37 -121 0 c-103 0 -117 -2 -95 -13z"/> -<path d="M3245 2393 c11 -3 23 -10 27 -17 4 -6 8 -92 8 -191 0 -99 -4 -185 -8 --191 -4 -6 -14 -13 -22 -16 -25 -8 184 -19 227 -12 59 9 113 43 147 92 58 81 -45 228 -25 286 -49 41 -118 56 -253 55 -67 -1 -112 -4 -101 -6z m272 -49 c84 --52 117 -164 78 -262 -27 -67 -116 -111 -199 -98 -67 11 -66 9 -66 214 l0 185 -70 -5 c54 -4 81 -12 117 -34z"/> -<path d="M3770 2391 l25 -7 3 -197 c2 -197 2 -198 -20 -207 -16 -6 15 -9 100 --9 l122 -1 0 32 c0 32 0 32 -16 10 -12 -17 -25 -22 -63 -22 -26 0 -52 5 -59 -12 -8 8 -12 45 -12 101 l0 90 51 -6 c32 -4 56 -13 65 -24 12 -16 13 -15 14 17 -l0 35 -65 -3 -65 -4 0 86 c0 84 1 86 24 86 50 0 89 -13 94 -32 4 -15 7 -17 13 --6 5 7 9 23 9 36 0 22 -2 22 -122 21 -68 -1 -112 -4 -98 -8z"/> -<path d="M4308 2390 c22 -9 22 -11 22 -204 0 -175 -2 -196 -17 -205 -13 -8 17 --10 107 -8 l125 2 3 35 c3 34 2 35 -10 10 -12 -21 -21 -25 -68 -28 -87 -4 -85 --9 -85 200 l0 182 25 13 c22 11 17 13 -50 12 -55 0 -69 -3 -52 -9z"/> -<path d="M4765 2388 c-3 -7 -34 -93 -69 -190 -77 -210 -79 -215 -108 -221 -13 --2 6 -4 42 -4 36 -1 57 1 48 4 -23 6 -22 24 5 98 l22 60 65 0 64 0 28 -73 c15 --41 26 -78 22 -83 -3 -5 20 -9 53 -8 46 0 53 2 35 10 -26 10 -51 62 -133 276 --52 137 -64 158 -74 131z m36 -155 c10 -31 19 -60 19 -65 0 -4 -22 -8 -50 -8 --32 0 -50 4 -50 12 0 6 10 42 22 80 24 76 26 75 59 -19z"/> -<path d="M5010 2393 c35 -12 40 -35 40 -175 0 -170 13 -207 87 -240 82 -36 -164 -15 217 56 18 24 22 46 26 183 5 138 8 156 25 169 17 13 12 14 -46 14 -58 -0 -62 -1 -39 -13 l25 -13 0 -149 c-1 -172 -10 -201 -71 -230 -43 -20 -96 -15 --127 12 -39 35 -47 75 -47 228 0 142 1 146 23 155 16 6 2 9 -53 9 -41 -1 -68 --3 -60 -6z"/> -<path d="M5896 2213 c-76 -210 -86 -230 -118 -236 -13 -2 6 -5 42 -5 41 -1 60 -2 51 7 -16 10 -11 50 16 119 l16 42 62 0 63 0 26 -71 c14 -38 26 -77 26 -85 0 --11 13 -14 58 -13 31 1 47 4 34 6 -28 6 -41 30 -123 243 -37 96 -72 176 -76 -177 -5 2 -39 -81 -77 -184z m92 40 c11 -32 23 -66 27 -75 6 -16 1 -18 -49 -18 --31 0 -56 2 -56 3 0 3 33 103 45 135 8 21 12 14 33 -45z"/> -<path d="M6260 2221 c0 -198 -5 -238 -29 -244 -9 -3 13 -5 49 -4 36 0 55 2 43 -4 -16 3 -24 13 -28 36 -5 30 -12 297 -8 297 1 0 26 -26 55 -57 104 -113 272 --283 280 -283 4 0 8 92 8 205 0 204 0 206 23 215 16 6 3 9 -48 8 -44 0 -61 -3 --45 -7 21 -6 26 -15 33 -61 4 -30 6 -105 5 -167 l-3 -112 -160 174 c-88 96 --163 175 -167 175 -5 0 -8 -80 -8 -179z"/> -<path d="M6800 2228 c0 -198 -6 -245 -29 -251 -9 -3 13 -5 49 -4 36 0 55 2 43 -4 -29 6 -31 16 -37 193 l-4 145 51 -55 c185 -198 276 -290 286 -290 8 0 11 60 -11 205 0 204 0 206 23 215 16 6 3 9 -48 8 -44 0 -61 -3 -45 -7 23 -6 25 -12 -33 -96 4 -50 6 -125 5 -168 l-3 -78 -160 175 c-88 97 -163 175 -167 176 -5 0 --8 -78 -8 -172z"/> -<path d="M7328 2390 c22 -9 22 -11 22 -204 0 -175 -2 -196 -17 -205 -13 -8 15 --10 100 -11 109 0 117 1 117 19 0 11 3 28 6 38 3 11 -2 8 -16 -9 -18 -24 -29 --28 -69 -28 -26 0 -52 5 -59 12 -8 8 -12 45 -12 101 l0 90 51 -6 c32 -4 56 --13 65 -24 12 -16 13 -15 14 17 l0 35 -65 -3 -65 -4 0 81 c0 45 5 83 10 86 19 -12 110 -6 110 -20 0 -8 5 -17 10 -20 6 -4 10 8 10 29 l0 36 -117 -1 c-81 0 --111 -3 -95 -9z"/> -</g> -</svg> diff --git a/canapEPFL/assets/epfl2018/js/app.bundle.js b/canapEPFL/assets/epfl2018/js/app.bundle.js index 4f2fe00..db7fde9 100644 --- a/canapEPFL/assets/epfl2018/js/app.bundle.js +++ b/canapEPFL/assets/epfl2018/js/app.bundle.js @@ -1 +1 @@ -!function(e){function t(t){for(var o,r,s=t[0],l=t[1],c=t[2],d=0,f=[];d<s.length;d++)r=s[d],a[r]&&f.push(a[r][0]),a[r]=0;for(o in l)Object.prototype.hasOwnProperty.call(l,o)&&(e[o]=l[o]);for(u&&u(t);f.length;)f.shift()();return i.push.apply(i,c||[]),n()}function n(){for(var e,t=0;t<i.length;t++){for(var n=i[t],o=!0,s=1;s<n.length;s++){var l=n[s];0!==a[l]&&(o=!1)}o&&(i.splice(t--,1),e=r(r.s=n[0]))}return e}var o={},a={0:0},i=[];function r(t){if(o[t])return o[t].exports;var n=o[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.m=e,r.c=o,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="";var s=window.webpackJsonp=window.webpackJsonp||[],l=s.push.bind(s);s.push=t,s=s.slice();for(var c=0;c<s.length;c++)t(s[c]);var u=l;i.push([8,1]),n()}([,,,,,,,,function(e,t,n){"use strict";var o=k(n(9)),a=k(n(10)),i=k(n(11)),r=k(n(12)),s=k(n(13)),l=k(n(14)),c=k(n(15)),u=k(n(29)),d=k(n(30)),f=k(n(31)),p=k(n(32)),h=k(n(33)),v=k(n(34)),m=k(n(35)),b=k(n(36)),g=k(n(37)),y=n(38),$=k(y),w=k(n(39)),_=k(n(40));function k(e){return e&&e.__esModule?e:{default:e}}(0,h.default)();var M=function(){(0,a.default)(),(0,d.default)(),(0,f.default)(),(0,r.default)(),(0,s.default)(),(0,l.default)(),(0,c.default)(),(0,b.default)(),(0,u.default)(),(0,g.default)(),Tablesaw.init(),(0,v.default)(),(0,p.default)(),(0,m.default)(),(0,i.default)(),(0,$.default)((0,y.get_cookieconsent_config)()),(0,_.default)(),(0,w.default)(),!!window.MSInputMethodContext&&!!document.documentMode&&((0,o.default)(),jQuery("body").addClass("ie"))};void 0===window.sources&&jQuery(document).ready(function(){return M()}),document.addEventListener("ToolboxReady",function(){console.log("backstopjs_ready"),M()})},,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(".upload").find('input[type="file"]').each(function(){var e=$(this),t=e.next().next(".upload-preview");e.on("change",function(){var n=e[0].files,o=n[0].name;n.length>1&&(o="<ul>"+Array.from(n).map(function(e){return"<li>"+e.name+"</li>"}).join().replace(/,/g,"")+"</ul>"),t.html(o)})})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=$("#breadcrumb-wrapper");if($(e).length>0){var t=e[0],n=e.find(".breadcrumb");if($(window).width()>1199&&$(n).length>0&&e.width()<n[0].scrollWidth){var o=!1,a=void 0,i=void 0;e.on("mousedown",function(n){o=!0,e.addClass("moving"),a=n.pageX-t.offsetLeft,i=t.scrollLeft}),e.on("mouseleave",function(){o=!1,e.removeClass("moving")}),e.on("mouseup",function(){o=!1,e.removeClass("moving")}),e.on("mousemove",function(e){if(o){e.preventDefault();var n=3*(e.pageX-t.offsetLeft-a);t.scrollLeft=i-n}}),e.mousewheel(function(e,n){e.preventDefault(),t.scrollLeft-=40*n}),e.find("*").on("dragstart",function(){return!1})}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(".datepicker").pickadate({monthsFull:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:["Jan","Fév","Mar","Avr","Mai","Jui","Jui","Aoû","Sep","Oct","Nov","Déc"],weekdaysFull:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],weekdaysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],labelMonthNext:"Prochain mois",labelMonthPrev:"Mois précédent",labelMonthSelect:"Sélectionnez un mois",labelYearSelect:"Sélectionnez une année",format:"d mmmm yyyy",firstDay:1,today:"",clear:"",close:""})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=!1,t=!1,n=!1,o=new Date;new Date(o.getFullYear(),o.getMonth(),o.getDate());function a(e,t){return 7===$("tbody tr:nth-child("+e+") .picker__day--outfocus",t).length}$(".datepicker-fancy").each(function(){var i=["Jan","Fév","Mar","Avr","Mai","Jui","Jui","Aoû","Sep","Oct","Nov","Déc"],r=$(this).parent();$(this).pickadate({monthsFull:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:i,weekdaysFull:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],weekdaysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],labelMonthNext:"Prochain mois",labelMonthPrev:"Mois précédent",labelMonthSelect:"Sélectionnez un mois",labelYearSelect:"Sélectionnez une année",format:"d mmmm yyyy",firstDay:1,today:"",clear:"",close:"",onRender:function(){!function(e,t){if($(".nextMonthLabel",e.$holder).length>0)return!0;var n=e.component.$node.parent(),o=$(".nextMonthLabel",n),a=$(".prevMonthLabel",n),i=e.component.item.view.month+1;i===t.length&&(i=0);var r=e.component.item.view.month-1;r<0&&(r=11),o.html(t[i]),a.html(t[r]),$(".picker__box",e.$root).append(o.clone()),$(".picker__box",e.$root).append(a.clone())}(this,i),e&&function(o){var i=1;if(n&&(i=n,n=!1),!e)return o;t&&(t=!1,i=6,a(6,o)&&(i=5)),$("tbody",o).attr("data-week",i),$(".picker__nav--next",o).on("click",function(e){i<6&&!a(i+1,o)?(e.stopPropagation(),i+=1,$("tbody",o).css("transition","left 0.4s"),$("tbody",o).attr("data-week",i)):i=1}),$(".picker__nav--prev",o).on("click",function(e){i>1?(e.stopPropagation(),i-=1,$("tbody",o).css("transition","left 0.4s"),$("tbody",o).attr("data-week",i)):t=!0}),$(".picker__day",o).each(function(){$(this).on("click",function(){$(this).parent().parent().parent().css("transition","left 0s")})})}(r)},onStart:function(){!function(e){e.set("select",[o.getFullYear(),o.getMonth(),o.getDate()])}(this),function(e){$(".picker__day--infocus",e).each(function(){var e=$(this).data("pick"),t=new Date(e);"2018-03-28"==t.getFullYear()+"-"+("0"+(t.getMonth()+1)).slice(-2)+"-"+("0"+t.getDate()).slice(-2)&&$(this).addClass("custom-highlight")})}(this);var t=$("tr:has(.picker__day--selected)",r);t.length>0&&(n=$("tr",r).index(t)),e="block"===$(".datepicker-fancy + .picker table").css("display")}})})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(function(){$('[data-toggle="popover"]').popover({placement:"top",html:!0,offset:-135,template:'<div class="popover" role="tooltip"><div class="popover-body"></div></div>'})})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=i(n(2)),a=(i(n(27)),i(n(28)),i(n(7)));function i(e){return e&&e.__esModule?e:{default:e}}t.default=function(){var e=$(".gallery"),t=$(".gallery-nav");e.length>0&&e.each(function(){var e=this;(0,a.default)(this,function(){var t=$(e).find(".gallery-item");$(e).addClass("ready"),t.each(function(e){$(this).find("figcaption").append('\n <span class="gallery-counter">'+(e+1)+"/"+t.length+"</span>\n ")});new o.default(e,{pageDots:!1,fullscreen:!0,setGallerySize:!0,arrowShape:"M14.2,45.8L53,7.1c1.6-1.6,1.6-4.3,0-5.9s-4.3-1.6-5.9,0L1.2,47c-1.6,1.6-1.6,4.3,0,5.9c0,0,0,0,0,0l45.8,45.8c1.6,1.6,4.3,1.6,5.9,0s1.6-4.3,0-5.9L14.2,54.1h81.6c2.3,0,4.2-1.9,4.2-4.2s-1.9-4.2-4.2-4.2H14.2z"});$(".flickity-fullscreen-button-view svg path").attr("d","M32,11.9h-2.7V6.5H24V3.8h8V11.9z M24,28.2v-2.7h5.3v-5.4H32v8.2H24z M0,20.1h2.7v5.4H8v2.7H0V20.1z M8,3.8v2.7H2.7v5.4H0V3.8H8z"),$(".flickity-fullscreen-button-exit svg path").attr("d","M18.1,16l13.4,13.4c0.6,0.6,0.6,1.5,0,2.1c-0.6,0.6-1.5,0.6-2.1,0L16,18.1L2.6,31.6c-0.6,0.6-1.5,0.6-2.1,0c-0.6-0.6-0.6-1.5,0-2.1l0,0L13.9,16L0.4,2.6C-0.1,2-0.1,1,0.4,0.4s1.5-0.6,2.1,0L16,13.9L29.4,0.4c0.6-0.6,1.5-0.6,2.1,0c0.6,0.6,0.6,1.5,0,2.1L18.1,16z");var n=$(e).find(".gallery-item.is-selected img").height();$(e).find(".flickity-prev-next-button").css("top",n/2+"px")})}),t.length>0&&t.each(function(){var e=this;(0,a.default)(this,function(){var t=$(e).data("gallery");$(e).addClass("ready");new o.default(e,{asNavFor:"#"+t,cellAlign:"left",pageDots:!1,prevNextButtons:!1,contain:!0})})})}},,,,,,,,,,,,,,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(".social-share-copy").each(function(){var e=$(this),t=e.text(),n=e.data("success");new ClipboardJS(e[0],{target:function(e){return $(e).parent().prev()[0]}}).on("success",function(e){$(e.trigger).text(n),setTimeout(function(){return $(e.trigger).text(t)},2e3),e.clearSelection()})})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(".select-multiple").each(function(e,t){$(t).multipleSelect({placeholder:$(t).attr("data-placeholder")||"",width:"100%"})})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(".tag-input").selectize({plugins:["remove_button"],render:{item:function(e,t){return'<div class="tag tag-primary">'+t(e.text)+"</div>"}},create:function(e){return{value:e,text:e}}})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=i(n(2)),a=i(n(7));function i(e){return e&&e.__esModule?e:{default:e}}t.default=function(){if($(".card-slider").length>0){var e=$(window).width()<768;(0,a.default)(".card-slider",function(){var t=new o.default(".card-slider",{cellAlign:"left",setGallerySize:!0,pageDots:e,prevNextButtons:!1,contain:!0,groupCells:!1});$(".card-slider-cell").css("height","100%"),$("#card-slider-prev").on("click",function(){t.previous()}),$("#card-slider-next").on("click",function(){t.next()}),t.on("select",function(){$(".card-slider-btn").removeClass("disabled"),0===t.selectedIndex&&$("#card-slider-prev").addClass("disabled"),t.selectedIndex+1!==t.slides.length&&t.selectedIndex+2!==t.slides.length||$("#card-slider-next").addClass("disabled")})})}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(){var e=new XMLHttpRequest,t=window.svgPath||"icons/icons.svg";e.open("GET",t,!0),e.send(),e.onload=function(t){var n=document.createElement("div");n.innerHTML=e.responseText,document.body.insertBefore(n,document.body.childNodes[0])}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(){var e="current-menu-parent",t=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=$("#nav-toggle");t.toggleClass("open");var n=t.offset().left+t.outerWidth(!0),o=t.offset().top-$(window).scrollTop();$(".nav-main").css("top",o),$("body").toggleClass("desktop-menu-open"),e&&$("body").hasClass("desktop-menu-open")?$(".nav-main").css("left",n):$(".nav-main").css("left","")};$(".nav-main .nav-back a").on("click",function(t){t.preventDefault();var n=$(this).parents(),o=n[2];$(o).removeClass("current-menu-ancestor").removeClass(e);var a=n[4];$(a).removeClass("current-menu-ancestor").addClass(e)}),$(".nav-main .nav-arrow").on("click",function(t){t.preventDefault();var n=$(this).parents(),o=n[0];$(o).addClass(e);var a=n[2];$(a).addClass("current-menu-ancestor").removeClass(e)}),$(".nav-toggle-mobile").on("click",function(){!function(){var t=$(".nav-main .nav-menu>.current-menu-item");if(t.length>0){var n=t.parents()[1];$(n).addClass(e)}$("body").toggleClass("mobile-menu-open")}()}),$(".overlay").on("click",function(e){e.preventDefault(),t()}),$("#nav-toggle").on("click",function(){$(this).hasClass("nav-toggle-async")&&!$(this).hasClass("open")?($(this).addClass("is-loading"),$("#styleguide").length>0&&setTimeout(function(){return $("#nav-toggle").trigger("loadend")},2e3)):t(!0)}),$("#nav-toggle").on("loadend",function(){$(this).removeClass("is-loading"),t(!0)})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(){$(".drawer-toggle").click(function(){var e=$(this).parent(".drawer"),t=e.find(".drawer-link"),n=$(this);if(e.hasClass("open"))e.removeClass("open"),t.css({width:n.width()});else{var o="100%";$(window).width()>992&&(o=t.find(".text").outerWidth()),e.addClass("open"),t.css({width:o})}})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(".search").on("shown.bs.dropdown",function(){$('.search input[type="text"]').focus()})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=(new Date).getTime().toString(16);$(".coursebook-program .tree>li").each(function(t,n){var o=$(".underline a",n),a=$(">ul",n),i=e+"-"+t;a.addClass("collapse collapse-item collapse-item-desktop"),o.addClass("collapse-title collapse-title-desktop collapsed"),a.attr("id",i),o.attr("data-target","#"+i),o.attr("data-toggle","collapse");var r=$("<a></a>");r.addClass("btn btn-block btn-sm btn-primary my-3"),r.html("Voir le plan d'études"),r.attr("href",o.attr("href")),a.append(r)})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(e){var t;if(void 0===window.sources)return window.cookieconsent.initialise(e,function(e){t=e,document.body.appendChild(t.element)},function(e){console.error(e)}),t;window.location.href.includes("cookie-consent")?(window.cookie_consent_popup||window.cookieconsent.initialise(e,function(e){window.cookie_consent_popup=e,document.body.appendChild(e.element)},function(e){console.error(e)}),window.cookie_consent_popup.open()):window.cookie_consent_popup&&window.cookie_consent_popup.close()},t.get_cookieconsent_config=function(){var e={en:{msg:"By continuing your browsing on this site, you agree to the use of cookies to improve your user experience and to make statistics of visits.",link:"Read the legal notice",href:"//mediacom.epfl.ch/disclaimer"},fr:{msg:"En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies pour améliorer votre expérience utilisateur et réaliser des statistiques de visites.",link:"Lire les mentions légales",href:"//mediacom.epfl.ch/mentions-legales"}},t=document.documentElement.lang.substring(0,2);e[t]||(t="fr");var n="epfl.ch",o=window.location.hostname;if("localhost"===o||"127.0.0.1"===o)n=o;else{var a=o.split(".").reverse();void 0!==a[0]&&void 0!==a[1]&&(n=a[1]+"."+a[0])}return{theme:"classic",palette:{popup:{background:"rgba(69, 69, 69, 0.96)"},button:{background:"#e2001a"}},content:{message:e[t].msg,dismiss:"OK",link:e[t].link,href:e[t].href},cookie:{name:"petitpois",domain:n,autoAttach:!1}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$("a").on("click",function(e){var t=$(e.target).attr("href");t&&t.length>1&&t.match("^#")&&$(e.target)[0].scrollIntoView()})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){return e&&e.__esModule?e:{default:e}}(n(41));t.default=function(){(0,o.default)()}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){if($("#tour-lab").length>0){$("#tour-start").click(function(){return function(){var e=introJs();e.setOptions({buttonClass:"btn btn-secondary btn-sm mt-4",tooltipPosition:"auto",positionPrecedence:["bottom","top","right","left"],scrollTo:"tooltip",scrollToElement:!0,steps:[{intro:"This is the laboratory's homepage. <b>It serves to guide the visitors to the different sub-contents</b>. The main contents are projects and publications. Here is the hierarchical order that we are proposing."},{element:"#tour-hero",intro:'Define the <b>laboratory title</b> and a <b>cover image</b> using the <a href="#/organisms/hero" target="_blank">hero</a> component or only <b>a title</b>, if there is no cover, using the following step structure.'},{element:"#tour-intro",intro:"Type a <b>succinct introduction paragraph</b> wrapped inside a <code>.container-grid</code> (the title can also be added here)"},{element:"#tour-projects",intro:'\n The main objective of a laboratory is to show the projects that are carried out there. In this section, you can use the <a href="#/content-types/research-project" target="_blank">Research project</a> content types to show them. We advise you to put a <b>maximum of 3 projects</b> on the lab’s homepage and then put a link to the page that lists all the projects.\n '},{element:"#tour-publications",intro:'\n Laboratories also produce publications. You can list <b>up to 5</b> here with the <a href="#/content-types/publication" target="_blank">Publication</a> component and add a link to the page that lists all the publications.\n '},{element:"#tour-news",intro:'\n If you have some news about your laboratory, you can list the latest at this location. We advise you not to list too much (maximum 2) and use the component <a href="#/content-types/news" target="_blank">News</a> content-types (<b>Basic teaser</b>) and add a link to all news page.\n '},{element:"#tour-partof",intro:'\n <p>\n This section is intended to <b>provide the context of the laboratory</b>. It is possible for a laboratory to belong to several institutes and/or faculties. If this is the case, we advise you to use a teaser that brings the visitor to a listing page, rather than putting them all on the lab’s homepage. Laboratories can have themes that categorize them. It is recommended to use component “tag†to list them.\n </p>\n <p>\n For this part, you can use some of the <a href="#/content-types/school" target="_blank">School</a> and <a href="#/content-types/institute" target="_blank">Institute</a> content types. The themes are based on the <a href="#/atoms/tag" target="_blank">tag</a> component.\n </p>\n '},{element:"#tour-contact",intro:'\n <b>Several people may want to contact</b> the laboratory: press, potential collaborators, people interested in your work or simply people who want to know where you are located. That’s why we recommend using the <a href="#/organisms/contact" target="_blank">Contact</a> component (<b>Banner</b>) that gives all this information.\n '},{element:"#tour-team",intro:'\n Some visitors may want to ask you questions or <b>see who composes the laboratory\'s team</b>. It is possible to link to the team page using the <a href="#/content-types/basic-page" target="_blank">Teaser basic page</a> component.\n '},{element:"#tour-sponsors",intro:'\n It is possible that you have sponsors. On a second column, you can list them thanks to the <a href="#/molecules/sponsor" target="_blank">Sponsor</a> component.\n '}]}),e.start()}()})}}}]); \ No newline at end of file +!function(e){function t(t){for(var o,r,s=t[0],l=t[1],c=t[2],d=0,f=[];d<s.length;d++)r=s[d],a[r]&&f.push(a[r][0]),a[r]=0;for(o in l)Object.prototype.hasOwnProperty.call(l,o)&&(e[o]=l[o]);for(u&&u(t);f.length;)f.shift()();return i.push.apply(i,c||[]),n()}function n(){for(var e,t=0;t<i.length;t++){for(var n=i[t],o=!0,s=1;s<n.length;s++){var l=n[s];0!==a[l]&&(o=!1)}o&&(i.splice(t--,1),e=r(r.s=n[0]))}return e}var o={},a={0:0},i=[];function r(t){if(o[t])return o[t].exports;var n=o[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.m=e,r.c=o,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="";var s=window.webpackJsonp=window.webpackJsonp||[],l=s.push.bind(s);s.push=t,s=s.slice();for(var c=0;c<s.length;c++)t(s[c]);var u=l;i.push([8,1]),n()}([,,,,,,,,function(e,t,n){"use strict";var o=k(n(9)),a=k(n(10)),i=k(n(11)),r=k(n(12)),s=k(n(13)),l=k(n(14)),c=k(n(15)),u=k(n(29)),d=k(n(30)),f=k(n(31)),p=k(n(32)),h=k(n(33)),v=k(n(34)),m=k(n(35)),b=k(n(36)),g=k(n(37)),y=n(38),w=k(y),$=k(n(39)),_=k(n(40));function k(e){return e&&e.__esModule?e:{default:e}}(0,h.default)();var M=function(){(0,a.default)(),(0,d.default)(),(0,f.default)(),(0,r.default)(),(0,s.default)(),(0,l.default)(),(0,c.default)(),(0,b.default)(),(0,u.default)(),(0,g.default)(),Tablesaw.init(),(0,v.default)(),(0,p.default)(),(0,m.default)(),(0,i.default)(),(0,w.default)((0,y.get_cookieconsent_config)()),(0,_.default)(),(0,$.default)(),!!window.MSInputMethodContext&&!!document.documentMode&&((0,o.default)(),jQuery("body").addClass("ie"))};void 0===window.sources&&jQuery(document).ready(function(){return M()}),document.addEventListener("ToolboxReady",function(){console.log("backstopjs_ready"),M()})},,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(".upload").find('input[type="file"]').each(function(){var e=$(this),t=e.next().next(".upload-preview");e.on("change",function(){var n=e[0].files,o=n[0].name;n.length>1&&(o="<ul>"+Array.from(n).map(function(e){return"<li>"+e.name+"</li>"}).join().replace(/,/g,"")+"</ul>"),t.html(o)})})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=$("#breadcrumb-wrapper");if($(e).length>0){var t=e[0],n=e.find(".breadcrumb");if($(window).width()>1199&&$(n).length>0&&e.width()<n[0].scrollWidth){var o=!1,a=void 0,i=void 0;e.on("mousedown",function(n){o=!0,e.addClass("moving"),a=n.pageX-t.offsetLeft,i=t.scrollLeft}),e.on("mouseleave",function(){o=!1,e.removeClass("moving")}),e.on("mouseup",function(){o=!1,e.removeClass("moving")}),e.on("mousemove",function(e){if(o){e.preventDefault();var n=3*(e.pageX-t.offsetLeft-a);t.scrollLeft=i-n}}),e.mousewheel(function(e,n){e.preventDefault(),t.scrollLeft-=40*n}),e.find("*").on("dragstart",function(){return!1})}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(".datepicker").pickadate({monthsFull:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:["Jan","Fév","Mar","Avr","Mai","Jui","Jui","Aoû","Sep","Oct","Nov","Déc"],weekdaysFull:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],weekdaysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],labelMonthNext:"Prochain mois",labelMonthPrev:"Mois précédent",labelMonthSelect:"Sélectionnez un mois",labelYearSelect:"Sélectionnez une année",format:"d mmmm yyyy",firstDay:1,today:"",clear:"",close:""})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=!1,t=!1,n=!1,o=new Date;new Date(o.getFullYear(),o.getMonth(),o.getDate());function a(e,t){return 7===$("tbody tr:nth-child("+e+") .picker__day--outfocus",t).length}$(".datepicker-fancy").each(function(){var i=["Jan","Fév","Mar","Avr","Mai","Jui","Jui","Aoû","Sep","Oct","Nov","Déc"],r=$(this).parent();$(this).pickadate({monthsFull:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre"],monthsShort:i,weekdaysFull:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"],weekdaysShort:["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],labelMonthNext:"Prochain mois",labelMonthPrev:"Mois précédent",labelMonthSelect:"Sélectionnez un mois",labelYearSelect:"Sélectionnez une année",format:"d mmmm yyyy",firstDay:1,today:"",clear:"",close:"",onRender:function(){!function(e,t){if($(".nextMonthLabel",e.$holder).length>0)return!0;var n=e.component.$node.parent(),o=$(".nextMonthLabel",n),a=$(".prevMonthLabel",n),i=e.component.item.view.month+1;i===t.length&&(i=0);var r=e.component.item.view.month-1;r<0&&(r=11),o.html(t[i]),a.html(t[r]),$(".picker__box",e.$root).append(o.clone()),$(".picker__box",e.$root).append(a.clone())}(this,i),e&&function(o,i){var r=$("tr",o).index($("tr:has(.picker__day--selected)",o));if(n&&(r=n,n=!1),!e)return o;t&&(t=!1,r=6,a(6,o)&&(r=5)),$("tbody",o).attr("data-week",r),$(".picker__nav--next",o).on("click",function(e){r<6&&!a(r+1,o)?(e.stopPropagation(),r+=1,$("tbody",o).css("transition","left 0.4s"),$("tbody",o).attr("data-week",r)):r=1}),$(".picker__nav--prev",o).on("click",function(e){r>1?(e.stopPropagation(),r-=1,$("tbody",o).css("transition","left 0.4s"),$("tbody",o).attr("data-week",r)):t=!0}),$(".picker__day",o).each(function(){$(this).on("click",function(){$(this).parent().parent().parent().css("transition","left 0s")})})}(r)},onStart:function(){!function(e){e.set("select",[o.getFullYear(),o.getMonth(),o.getDate()])}(this),function(e){$(".picker__day--infocus",e).each(function(){var e=$(this).data("pick"),t=new Date(e);"2018-03-28"==t.getFullYear()+"-"+("0"+(t.getMonth()+1)).slice(-2)+"-"+("0"+t.getDate()).slice(-2)&&$(this).addClass("custom-highlight")})}(this);var t=$("tr:has(.picker__day--selected)",r);t.length>0&&(n=$("tr",r).index(t)),e="block"===$(".datepicker-fancy + .picker table").css("display")}})})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(function(){$('[data-toggle="popover"]').popover({placement:"top",html:!0,offset:-135,template:'<div class="popover" role="tooltip"><div class="popover-body"></div></div>'})})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=i(n(2)),a=(i(n(27)),i(n(28)),i(n(7)));function i(e){return e&&e.__esModule?e:{default:e}}t.default=function(){var e=$(".gallery"),t=$(".gallery-nav");e.length>0&&e.each(function(){var e=this;(0,a.default)(this,function(){var t=$(e).find(".gallery-item");$(e).addClass("ready"),t.each(function(e){$(this).find("figcaption").append('\n <span class="gallery-counter">'+(e+1)+"/"+t.length+"</span>\n ")});new o.default(e,{pageDots:!1,fullscreen:!0,setGallerySize:!0,arrowShape:"M14.2,45.8L53,7.1c1.6-1.6,1.6-4.3,0-5.9s-4.3-1.6-5.9,0L1.2,47c-1.6,1.6-1.6,4.3,0,5.9c0,0,0,0,0,0l45.8,45.8c1.6,1.6,4.3,1.6,5.9,0s1.6-4.3,0-5.9L14.2,54.1h81.6c2.3,0,4.2-1.9,4.2-4.2s-1.9-4.2-4.2-4.2H14.2z"});$(".flickity-fullscreen-button-view svg path").attr("d","M32,11.9h-2.7V6.5H24V3.8h8V11.9z M24,28.2v-2.7h5.3v-5.4H32v8.2H24z M0,20.1h2.7v5.4H8v2.7H0V20.1z M8,3.8v2.7H2.7v5.4H0V3.8H8z"),$(".flickity-fullscreen-button-exit svg path").attr("d","M18.1,16l13.4,13.4c0.6,0.6,0.6,1.5,0,2.1c-0.6,0.6-1.5,0.6-2.1,0L16,18.1L2.6,31.6c-0.6,0.6-1.5,0.6-2.1,0c-0.6-0.6-0.6-1.5,0-2.1l0,0L13.9,16L0.4,2.6C-0.1,2-0.1,1,0.4,0.4s1.5-0.6,2.1,0L16,13.9L29.4,0.4c0.6-0.6,1.5-0.6,2.1,0c0.6,0.6,0.6,1.5,0,2.1L18.1,16z");var n=$(e).find(".gallery-item.is-selected img").height();$(e).find(".flickity-prev-next-button").css("top",n/2+"px")})}),t.length>0&&t.each(function(){var e=this;(0,a.default)(this,function(){var t=$(e).data("gallery");$(e).addClass("ready");new o.default(e,{asNavFor:"#"+t,cellAlign:"left",pageDots:!1,prevNextButtons:!1,contain:!0})})})}},,,,,,,,,,,,,,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(".social-share-copy").each(function(){var e=$(this),t=e.text(),n=e.data("success");new ClipboardJS(e[0],{target:function(e){return $(e).parent().prev()[0]}}).on("success",function(e){$(e.trigger).text(n),setTimeout(function(){return $(e.trigger).text(t)},2e3),e.clearSelection()})})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(".select-multiple").each(function(e,t){$(t).multipleSelect({placeholder:$(t).attr("data-placeholder")||"",width:"100%"})})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(".tag-input").selectize({plugins:["remove_button"],render:{item:function(e,t){return'<div class="tag tag-primary">'+t(e.text)+"</div>"}},create:function(e){return{value:e,text:e}}})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=i(n(2)),a=i(n(7));function i(e){return e&&e.__esModule?e:{default:e}}t.default=function(){if($(".card-slider").length>0){var e=$(window).width()<768;(0,a.default)(".card-slider",function(){var t=new o.default(".card-slider",{cellAlign:"left",setGallerySize:!0,pageDots:e,prevNextButtons:!1,contain:!0,groupCells:!1});$(".card-slider-cell").css("height","100%"),$("#card-slider-prev").on("click",function(){t.previous()}),$("#card-slider-next").on("click",function(){t.next()}),t.on("select",function(){$(".card-slider-btn").removeClass("disabled"),0===t.selectedIndex&&$("#card-slider-prev").addClass("disabled"),t.selectedIndex+1!==t.slides.length&&t.selectedIndex+2!==t.slides.length||$("#card-slider-next").addClass("disabled")})})}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(){var e=new XMLHttpRequest,t=window.svgPath||"icons/icons.svg";e.open("GET",t,!0),e.send(),e.onload=function(t){var n=document.createElement("div");n.innerHTML=e.responseText,document.body.insertBefore(n,document.body.childNodes[0])}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(){var e="current-menu-parent",t=function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=$("#nav-toggle");t.toggleClass("open");var n=t.offset().left+t.outerWidth(!0),o=t.offset().top-$(window).scrollTop();$(".nav-main").css("top",o),$("body").toggleClass("desktop-menu-open"),e&&$("body").hasClass("desktop-menu-open")?$(".nav-main").css("left",n):$(".nav-main").css("left","")};$(".nav-main .nav-back a").on("click",function(t){t.preventDefault();var n=$(this).parents(),o=n[2];$(o).removeClass("current-menu-ancestor").removeClass(e);var a=n[4];$(a).removeClass("current-menu-ancestor").addClass(e)}),$(".nav-main .nav-arrow").on("click",function(t){t.preventDefault();var n=$(this).parents(),o=n[0];$(o).addClass(e);var a=n[2];$(a).addClass("current-menu-ancestor").removeClass(e)}),$(".nav-toggle-mobile").on("click",function(){!function(){var t=$(".nav-main .nav-menu>.current-menu-item");if(t.length>0){var n=t.parents()[1];$(n).addClass(e)}$("body").toggleClass("mobile-menu-open")}()}),$(".overlay").on("click",function(e){e.preventDefault(),t()}),$("#nav-toggle").on("click",function(){$(this).hasClass("nav-toggle-async")&&!$(this).hasClass("open")?($(this).addClass("is-loading"),$("#styleguide").length>0&&setTimeout(function(){return $("#nav-toggle").trigger("loadend")},2e3)):t(!0)}),$("#nav-toggle").on("loadend",function(){$(this).removeClass("is-loading"),t(!0)})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(){$(".drawer-toggle").click(function(){var e=$(this).parent(".drawer"),t=e.find(".drawer-link"),n=$(this);if(e.hasClass("open"))e.removeClass("open"),t.css({width:n.width()});else{var o="100%";$(window).width()>992&&(o=t.find(".text").outerWidth()),e.addClass("open"),t.css({width:o})}})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$(".search").on("shown.bs.dropdown",function(){$('.search input[type="text"]').focus()})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){var e=(new Date).getTime().toString(16);$(".coursebook-program .tree>li").each(function(t,n){var o=$(".underline a",n),a=$(">ul",n),i=e+"-"+t;a.addClass("collapse collapse-item collapse-item-desktop"),o.addClass("collapse-title collapse-title-desktop collapsed"),a.attr("id",i),o.attr("data-target","#"+i),o.attr("data-toggle","collapse");var r=$("<a></a>");r.addClass("btn btn-block btn-sm btn-primary my-3"),r.html("Voir le plan d'études"),r.attr("href",o.attr("href")),a.append(r)})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(e){var t;if(void 0===window.sources)return window.cookieconsent.initialise(e,function(e){t=e,document.body.appendChild(t.element)},function(e){console.error(e)}),t;window.location.href.includes("cookie-consent")?(window.cookie_consent_popup||window.cookieconsent.initialise(e,function(e){window.cookie_consent_popup=e,document.body.appendChild(e.element)},function(e){console.error(e)}),window.cookie_consent_popup.open()):window.cookie_consent_popup&&window.cookie_consent_popup.close()},t.get_cookieconsent_config=function(){var e={en:{msg:"By continuing your browsing on this site, you agree to the use of cookies to improve your user experience and to make statistics of visits.",link:"Read the legal notice",href:"//www.epfl.ch/about/overview/overview/regulations-and-guidelines/"},fr:{msg:"En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies pour améliorer votre expérience utilisateur et réaliser des statistiques de visites.",link:"Lire les mentions légales",href:"//www.epfl.ch/about/overview/fr/reglements-et-directives/"}},t=document.documentElement.lang.substring(0,2);e[t]||(t="fr");var n="epfl.ch",o=window.location.hostname;if("localhost"===o||"127.0.0.1"===o)n=o;else{var a=o.split(".").reverse();void 0!==a[0]&&void 0!==a[1]&&(n=a[1]+"."+a[0])}return{theme:"classic",palette:{popup:{background:"rgba(69, 69, 69, 0.96)"},button:{background:"#b51f1f"}},content:{message:e[t].msg,dismiss:"OK",link:e[t].link,href:e[t].href},cookie:{name:"petitpois",domain:n,autoAttach:!1}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){$("a").on("click",function(e){var t=$(e.target).attr("href");t&&t.length>1&&t.match("^#")&&$(e.target)[0].scrollIntoView()})}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=function(e){return e&&e.__esModule?e:{default:e}}(n(41));t.default=function(){(0,o.default)()}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(){if($("#tour-lab").length>0){$("#tour-start").click(function(){return function(){var e=introJs();e.setOptions({buttonClass:"btn btn-secondary btn-sm mt-4",tooltipPosition:"auto",positionPrecedence:["bottom","top","right","left"],scrollTo:"tooltip",scrollToElement:!0,steps:[{intro:"This is the laboratory's homepage. <b>It serves to guide the visitors to the different sub-contents</b>. The main contents are projects and publications. Here is the hierarchical order that we are proposing."},{element:"#tour-hero",intro:'Define the <b>laboratory title</b> and a <b>cover image</b> using the <a href="#/organisms/hero" target="_blank">hero</a> component or only <b>a title</b>, if there is no cover, using the following step structure.'},{element:"#tour-intro",intro:"Type a <b>succinct introduction paragraph</b> wrapped inside a <code>.container-grid</code> (the title can also be added here)"},{element:"#tour-projects",intro:'\n The main objective of a laboratory is to show the projects that are carried out there. In this section, you can use the <a href="#/content-types/research-project" target="_blank">Research project</a> content types to show them. We advise you to put a <b>maximum of 3 projects</b> on the lab’s homepage and then put a link to the page that lists all the projects.\n '},{element:"#tour-publications",intro:'\n Laboratories also produce publications. You can list <b>up to 5</b> here with the <a href="#/content-types/publication" target="_blank">Publication</a> component and add a link to the page that lists all the publications.\n '},{element:"#tour-news",intro:'\n If you have some news about your laboratory, you can list the latest at this location. We advise you not to list too much (maximum 2) and use the component <a href="#/content-types/news" target="_blank">News</a> content-types (<b>Basic teaser</b>) and add a link to all news page.\n '},{element:"#tour-partof",intro:'\n <p>\n This section is intended to <b>provide the context of the laboratory</b>. It is possible for a laboratory to belong to several institutes and/or faculties. If this is the case, we advise you to use a teaser that brings the visitor to a listing page, rather than putting them all on the lab’s homepage. Laboratories can have themes that categorize them. It is recommended to use component “tag†to list them.\n </p>\n <p>\n For this part, you can use some of the <a href="#/content-types/school" target="_blank">School</a> and <a href="#/content-types/institute" target="_blank">Institute</a> content types. The themes are based on the <a href="#/atoms/tag" target="_blank">tag</a> component.\n </p>\n '},{element:"#tour-contact",intro:'\n <b>Several people may want to contact</b> the laboratory: press, potential collaborators, people interested in your work or simply people who want to know where you are located. That’s why we recommend using the <a href="#/organisms/contact" target="_blank">Contact</a> component (<b>Banner</b>) that gives all this information.\n '},{element:"#tour-team",intro:'\n Some visitors may want to ask you questions or <b>see who composes the laboratory\'s team</b>. It is possible to link to the team page using the <a href="#/content-types/basic-page" target="_blank">Teaser basic page</a> component.\n '},{element:"#tour-sponsors",intro:'\n It is possible that you have sponsors. On a second column, you can list them thanks to the <a href="#/molecules/sponsor" target="_blank">Sponsor</a> component.\n '}]}),e.start()}()})}}}]); \ No newline at end of file diff --git a/canapEPFL/assets/epfl2018/package.json b/canapEPFL/assets/epfl2018/package.json index 45ac4bb..daf3efd 100644 --- a/canapEPFL/assets/epfl2018/package.json +++ b/canapEPFL/assets/epfl2018/package.json @@ -1,6 +1,6 @@ { "name": "epfl-elements", - "version": "1.3.6", + "version": "2.0.0", "license": "MIT", "main": "index.html", "repository": { diff --git a/canapEPFL/assets/epfl2018/svg/epfl-logo-negative-old.svg b/canapEPFL/assets/epfl2018/svg/epfl-logo-negative-old.svg new file mode 100644 index 0000000..38ae91f --- /dev/null +++ b/canapEPFL/assets/epfl2018/svg/epfl-logo-negative-old.svg @@ -0,0 +1,11 @@ +<svg viewBox="0 0 129 63" xmlns="http://www.w3.org/2000/svg"> + <g fill="none" fill-rule="evenodd"> + <g fill="#FFF"> + <path d="M.843 46.32c0-1.51 0-1.783-.02-2.093-.019-.327-.096-.483-.416-.55a1.764 1.764 0 0 0-.329-.031c-.039 0-.078-.018-.078-.058 0-.058.049-.08.155-.08.436 0 1.046.032 1.095.032.067 0 1.994 0 2.218-.01.182-.01.338-.03.414-.05.048-.01.087-.046.135-.046.03 0 .04.037.04.087 0 .067-.049.183-.078.456-.01.095-.029.522-.049.638-.008.049-.028.108-.067.108-.057 0-.076-.05-.076-.126 0-.07-.01-.234-.06-.35-.067-.155-.163-.27-.687-.327-.164-.02-1.219-.03-1.327-.03-.038 0-.057.03-.057.098v2.668c0 .069.01.099.057.099.126 0 1.317 0 1.54-.02.233-.02.369-.04.455-.134.068-.076.106-.125.146-.125.028 0 .048.02.048.077 0 .053-.048.22-.077.542-.019.195-.038.55-.038.616 0 .081 0 .186-.069.186-.048 0-.068-.038-.068-.087 0-.099 0-.195-.04-.32-.037-.134-.124-.297-.502-.336-.262-.03-1.22-.05-1.385-.05-.048 0-.067.03-.067.067v.853c0 .327-.01 1.451 0 1.657.028.667.174.794 1.123.794.251 0 .678 0 .929-.108.252-.106.368-.302.437-.696.019-.108.038-.146.086-.146.058 0 .058.078.058.146 0 .076-.077.735-.125.935-.068.254-.147.254-.523.254-1.462 0-2.112-.06-2.391-.06-.05 0-.66.03-.949.03-.108 0-.156-.02-.156-.078 0-.028.02-.06.078-.06.087 0 .204-.018.29-.038.195-.039.242-.248.281-.53.05-.404.05-1.171.05-2.1V46.32zm2.807-4.125c.049.089 0 .116-.04.116-.027 0-.124-.017-.29 0-.474.05-1.15.27-1.47.405a.647.647 0 0 1-.146.05c-.02 0-.048-.021-.048-.06 0-.029.02-.047.067-.075a35.04 35.04 0 0 1 1.317-.824c.165-.097.223-.126.271-.126.029 0 .05.02.097.087.068.098.136.232.242.427zM6.816 49.92c-.939-.845-1.171-1.944-1.171-2.864 0-.649.222-1.783 1.084-2.645.58-.578 1.462-1.035 2.952-1.035a8.3 8.3 0 0 1 1.404.116c.369.066.679.126.988.144.107.01.126.05.126.108 0 .079-.03.194-.049.542-.019.32-.019.85-.029.997-.01.146-.029.205-.087.205-.068 0-.078-.07-.078-.205 0-.378-.155-.774-.406-.988-.339-.288-1.084-.551-1.937-.551-1.287 0-1.887.378-2.226.706-.707.677-.872 1.54-.872 2.528 0 1.85 1.425 3.545 3.497 3.545.725 0 1.296-.088 1.683-.487.203-.213.33-.638.358-.813.02-.108.04-.148.097-.148.049 0 .069.07.069.148 0 .07-.118.91-.215 1.242-.057.18-.076.2-.251.276-.387.156-1.123.225-1.741.225-1.453 0-2.43-.36-3.196-1.046M13.438 47.164c0 1.741 1.104 3.802 3.756 3.802 2.333 0 3.863-1.792 3.863-3.96 0-2.253-1.626-3.63-3.804-3.63-2.672 0-3.815 2.219-3.815 3.788m.92-.273c0-2.12 1.21-3.187 2.827-3.187 1.53 0 2.944 1.25 2.944 3.575 0 2.816-1.802 3.319-2.673 3.319-1.743 0-3.098-1.453-3.098-3.707M24.213 48.044c0 1.42.038 2.042.213 2.217.156.154.408.223 1.162.223.514 0 .938-.009 1.17-.292.127-.156.224-.399.253-.58.01-.077.029-.125.088-.125.048 0 .057.039.057.146 0 .104-.068.686-.145.964-.068.225-.096.264-.61.264-1.394 0-2.034-.06-2.595-.06-.086 0-.657.028-.949.028-.106 0-.155-.018-.155-.077 0-.028.02-.06.078-.06.088 0 .204-.018.29-.037.195-.04.242-.249.281-.53.05-.405.05-1.172.05-2.1V46.32c0-1.51 0-1.783-.02-2.092-.02-.328-.097-.484-.417-.551a1.763 1.763 0 0 0-.329-.032c-.039 0-.078-.017-.078-.057 0-.058.049-.079.156-.079.436 0 1.045.03 1.093.03.049 0 .756-.03 1.047-.03.105 0 .154.021.154.079 0 .04-.038.057-.077.057-.069 0-.204.012-.32.032-.282.047-.359.213-.378.55-.019.31-.019.583-.019 2.093v1.724zM29.13 46.32c0-1.51 0-1.783-.018-2.093-.02-.327-.097-.483-.416-.55a1.764 1.764 0 0 0-.33-.031c-.038 0-.076-.018-.076-.058 0-.058.047-.08.154-.08.435 0 1.045.032 1.093.032.068 0 1.995 0 2.218-.01.184-.01.339-.03.416-.05.049-.01.087-.046.136-.046.03 0 .038.037.038.087 0 .067-.048.183-.076.456-.011.095-.03.522-.05.638-.01.049-.029.108-.067.108-.058 0-.077-.05-.077-.126 0-.07-.01-.234-.058-.35-.07-.155-.165-.27-.688-.327-.165-.02-1.22-.03-1.326-.03-.04 0-.06.03-.06.098v2.668c0 .069.01.099.06.099.125 0 1.317 0 1.538-.02.233-.02.37-.04.456-.134.068-.076.107-.125.144-.125.03 0 .049.02.049.077 0 .053-.049.22-.075.542-.021.195-.04.55-.04.616 0 .081 0 .186-.068.186-.048 0-.068-.038-.068-.087 0-.099 0-.195-.039-.32-.039-.134-.126-.297-.503-.336-.262-.03-1.22-.05-1.384-.05-.05 0-.07.03-.07.067v.853c0 .327-.008 1.451 0 1.657.03.667.176.794 1.124.794.253 0 .677 0 .93-.108.253-.106.367-.302.435-.696.021-.108.04-.146.088-.146.057 0 .057.078.057.146 0 .076-.077.735-.124.935-.068.254-.146.254-.524.254-1.461 0-2.11-.06-2.392-.06-.048 0-.658.03-.948.03-.106 0-.155-.02-.155-.078 0-.028.02-.06.078-.06.087 0 .203-.018.29-.038.193-.039.242-.248.28-.53.049-.404.049-1.171.049-2.1V46.32zM38.183 46.32c0-1.51 0-1.783-.019-2.093-.019-.327-.097-.483-.416-.55a1.747 1.747 0 0 0-.329-.031c-.039 0-.078-.018-.078-.058 0-.058.048-.08.154-.08.437 0 1.017.032 1.095.032.212 0 .774-.031 1.22-.031 1.21 0 1.646.41 1.8.554.214.203.484.64.484 1.15 0 1.378-1.006 2.306-2.38 2.306-.05 0-.156 0-.204-.011-.05 0-.107-.018-.107-.068 0-.074.058-.084.261-.084.94 0 1.675-.69 1.675-1.58 0-.318-.029-.966-.542-1.49-.514-.522-1.103-.483-1.326-.483-.164 0-.33.02-.417.058-.058.02-.077.087-.077.183v3.98c0 .929 0 1.696.048 2.1.03.282.087.491.378.53.136.02.348.038.436.038.057 0 .077.032.077.06 0 .048-.049.077-.155.077-.532 0-1.142-.029-1.19-.029-.03 0-.64.03-.93.03-.107 0-.155-.02-.155-.078 0-.028.02-.06.077-.06.087 0 .204-.018.29-.038.195-.039.243-.248.281-.53.05-.404.05-1.171.05-2.1V46.32zM43.294 47.164c0 1.741 1.104 3.802 3.756 3.802 2.335 0 3.865-1.792 3.865-3.96 0-2.253-1.628-3.63-3.806-3.63-2.671 0-3.815 2.219-3.815 3.788m.92-.273c0-2.12 1.211-3.187 2.827-3.187 1.53 0 2.944 1.25 2.944 3.575 0 2.816-1.801 3.319-2.672 3.319-1.744 0-3.098-1.453-3.098-3.707M53.877 48.044c0 1.42.038 2.042.212 2.217.154.154.408.223 1.162.223.514 0 .939-.009 1.171-.292.127-.156.224-.399.252-.58.01-.077.03-.125.088-.125.047 0 .058.039.058.146 0 .104-.068.686-.146.964-.068.225-.096.264-.61.264-1.393 0-2.033-.06-2.595-.06-.086 0-.658.028-.948.028-.106 0-.155-.018-.155-.077 0-.028.02-.06.077-.06.089 0 .203-.018.291-.037.194-.04.243-.249.28-.53.05-.405.05-1.172.05-2.1V46.32c0-1.51 0-1.783-.02-2.092-.02-.328-.096-.484-.417-.551a1.739 1.739 0 0 0-.328-.032c-.04 0-.08-.017-.08-.057 0-.058.05-.079.157-.079.435 0 1.045.03 1.093.03.05 0 .756-.03 1.047-.03.106 0 .155.021.155.079 0 .04-.04.057-.077.057-.07 0-.204.012-.32.032-.282.047-.36.213-.378.55-.02.31-.02.583-.02 2.093v1.724zM59.676 48.322c0-.522-.096-.734-.223-1.014-.068-.154-1.365-2.286-1.703-2.79-.244-.358-.485-.598-.66-.715a.903.903 0 0 0-.416-.157c-.048 0-.096-.018-.096-.068 0-.038.038-.07.126-.07.183 0 .91.032.957.032.068 0 .437-.031.813-.031.108 0 .127.03.127.069 0 .04-.059.05-.146.089-.076.037-.124.097-.124.174 0 .118.048.231.124.378.155.28 1.608 2.777 1.782 3.06.184-.408 1.413-2.527 1.607-2.847.127-.205.164-.369.164-.494 0-.135-.037-.243-.154-.271-.086-.031-.145-.05-.145-.098 0-.039.059-.06.155-.06.251 0 .56.03.639.03.058 0 .755-.03.938-.03.068 0 .128.021.128.06 0 .049-.05.077-.128.077-.105 0-.29.04-.446.138-.193.116-.3.233-.511.49-.32.39-1.676 2.665-1.85 3.082-.145.347-.145.65-.145.966v.834c0 .154 0 .564.029.968.02.282.105.491.397.53.136.02.348.038.436.038.057 0 .077.031.077.06 0 .048-.048.077-.155.077-.532 0-1.142-.029-1.19-.029-.05 0-.66.03-.949.03-.108 0-.155-.02-.155-.078 0-.029.019-.06.076-.06.089 0 .203-.018.291-.038.195-.039.28-.248.3-.53.03-.404.03-.814.03-.968v-.834zM67.188 48.024c0 .929 0 1.695.047 2.1.029.282.088.491.38.53.136.02.348.038.433.038.06 0 .077.032.077.06 0 .05-.048.077-.152.077-.533 0-1.141-.028-1.19-.028-.05 0-.658.028-.95.028-.108 0-.157-.019-.157-.077 0-.028.02-.06.077-.06.09 0 .206-.018.293-.038.193-.039.243-.248.28-.53.05-.405.05-1.171.05-2.1v-4.096l-1.435.02c-.6.012-.831.079-.986.31-.107.164-.136.23-.165.3-.028.078-.057.097-.097.097-.03 0-.05-.03-.05-.088 0-.097.196-.931.215-1.008.019-.06.059-.183.097-.183.067 0 .164.095.427.116.279.028.646.048.764.048h3.63c.62 0 .879-.096.957-.096.05 0 .05.056.05.115 0 .29-.03.96-.03 1.067 0 .087-.028.127-.068.127-.048 0-.067-.03-.08-.166l-.008-.107c-.036-.29-.258-.511-1.187-.532l-1.222-.02v4.096zM71.815 46.32c0-1.51 0-1.783-.018-2.093-.019-.327-.096-.483-.417-.55-.077-.02-.24-.031-.33-.031-.039 0-.075-.018-.075-.058 0-.058.045-.08.153-.08.435 0 1.046.032 1.093.032.07 0 1.995 0 2.218-.01.183-.01.34-.03.42-.05.046-.01.085-.046.133-.046.029 0 .037.037.037.087 0 .067-.048.183-.075.456-.01.095-.029.522-.049.638-.01.049-.028.108-.067.108-.059 0-.08-.05-.08-.126 0-.07-.009-.234-.058-.35-.067-.155-.164-.27-.686-.327-.165-.02-1.221-.03-1.328-.03-.038 0-.058.03-.058.098v2.668c0 .069.01.099.058.099.126 0 1.318 0 1.54-.02.232-.02.369-.04.455-.134.068-.076.107-.125.147-.125.03 0 .05.02.05.077 0 .053-.05.22-.08.542-.019.195-.04.55-.04.616 0 .081 0 .186-.066.186-.05 0-.07-.038-.07-.087 0-.099 0-.195-.035-.32-.041-.134-.13-.297-.506-.336-.26-.03-1.22-.05-1.383-.05-.05 0-.07.03-.07.067v.853c0 .327-.008 1.451 0 1.657.03.667.175.794 1.123.794.253 0 .676 0 .93-.108.254-.106.369-.302.437-.696.019-.108.04-.146.085-.146.058 0 .058.078.058.146 0 .076-.077.735-.124.935-.068.254-.145.254-.524.254-1.46 0-2.109-.06-2.392-.06-.047 0-.658.03-.95.03-.103 0-.15-.02-.15-.078 0-.028.018-.06.074-.06.087 0 .204-.018.292-.038.195-.039.243-.248.281-.53.047-.404.047-1.171.047-2.1V46.32zM77.787 49.92c-.939-.845-1.17-1.944-1.17-2.864 0-.649.221-1.783 1.082-2.645.583-.578 1.464-1.035 2.958-1.035.386 0 .926.03 1.404.116.363.066.676.126.986.144.103.01.124.05.124.108 0 .079-.031.194-.047.542-.022.32-.022.85-.03.997-.009.146-.028.205-.084.205-.069 0-.079-.07-.079-.205 0-.378-.155-.774-.407-.988-.338-.288-1.084-.551-1.934-.551-1.29 0-1.89.378-2.23.706-.709.677-.871 1.54-.871 2.528 0 1.85 1.425 3.545 3.494 3.545.726 0 1.297-.088 1.683-.487.207-.213.333-.638.361-.813.02-.108.04-.148.097-.148.047 0 .064.07.064.148 0 .07-.113.91-.208 1.242-.059.18-.077.2-.255.276-.387.156-1.124.225-1.742.225-1.452 0-2.43-.36-3.196-1.046M91.362 48.024c0 .929 0 1.695.049 2.1.028.282.087.491.379.53.133.02.345.038.433.038.06 0 .077.032.077.06 0 .05-.048.077-.154.077-.532 0-1.141-.028-1.19-.028-.047 0-.66.028-.95.028-.105 0-.154-.019-.154-.077 0-.028.017-.06.077-.06.089 0 .205-.018.292-.038.191-.039.24-.248.279-.53.049-.405.049-1.171.049-2.1v-1.018c0-.038-.03-.058-.06-.058h-4.105c-.03 0-.057.01-.057.058v1.018c0 .929 0 1.695.047 2.1.03.282.09.491.381.53.136.02.347.038.431.038.06 0 .081.032.081.06 0 .05-.049.077-.156.077-.532 0-1.142-.028-1.19-.028-.049 0-.658.028-.948.028-.107 0-.157-.019-.157-.077 0-.028.02-.06.078-.06.087 0 .203-.018.291-.038.196-.039.244-.248.283-.53.047-.405.047-1.171.047-2.1V46.32c0-1.51 0-1.783-.02-2.093-.018-.327-.095-.483-.416-.55a1.84 1.84 0 0 0-.331-.031c-.038 0-.075-.018-.075-.058 0-.058.047-.08.153-.08.437 0 1.046.032 1.095.032.048 0 .658-.031.95-.031.108 0 .156.021.156.079 0 .04-.04.058-.078.058-.068 0-.127.011-.245.03-.26.049-.338.214-.359.551-.018.31-.018.583-.018 2.093v.205c0 .046.027.054.057.054h4.106c.029 0 .059-.008.059-.054v-.205c0-1.51 0-1.783-.02-2.093-.02-.327-.097-.483-.413-.55a1.897 1.897 0 0 0-.332-.031c-.04 0-.08-.018-.08-.058 0-.058.05-.08.158-.08.434 0 1.047.032 1.095.032.048 0 .657-.031.946-.031.107 0 .155.021.155.079 0 .04-.038.058-.077.058-.068 0-.124.011-.238.03-.265.049-.344.214-.362.551-.02.31-.02.583-.02 2.093v1.704zM95.071 49.514c.02.795.113 1.045.376 1.12.184.05.399.059.484.059.048 0 .075.019.075.059 0 .059-.056.077-.17.077-.555 0-.938-.028-1.027-.028-.088 0-.494.028-.93.028-.098 0-.155-.008-.155-.077 0-.04.029-.06.077-.06.079 0 .253-.007.4-.057.239-.066.287-.346.287-1.227l.01-5.547c0-.38.03-.485.107-.485s.245.212.34.31c.145.163 1.587 1.724 3.078 3.32.96 1.028 2.014 2.206 2.324 2.528l-.108-4.919c-.008-.628-.08-.843-.376-.92a2.658 2.658 0 0 0-.476-.05c-.067 0-.078-.027-.078-.067 0-.057.078-.069.195-.069.434 0 .9.031 1.008.031.108 0 .426-.03.822-.03.107 0 .174.011.174.068 0 .04-.038.067-.104.067-.05 0-.117 0-.234.031-.32.068-.36.283-.36.861l-.02 5.675c0 .639-.02.685-.087.685-.075 0-.19-.106-.707-.618a113.55 113.55 0 0 1-2.523-2.624 175.126 175.126 0 0 1-2.528-2.778l.126 4.637zM104.789 48.024c0 .929 0 1.695.05 2.1.028.282.086.491.38.53.133.02.345.038.432.038.058 0 .077.032.077.06 0 .05-.048.077-.154.077-.534 0-1.143-.028-1.19-.028-.049 0-.658.028-.95.028-.107 0-.155-.019-.155-.077 0-.028.018-.06.077-.06.088 0 .205-.018.292-.038.192-.039.242-.248.28-.53.047-.405.047-1.171.047-2.1V46.32c0-1.51 0-1.783-.018-2.093-.018-.327-.117-.493-.328-.541a1.356 1.356 0 0 0-.302-.04c-.038 0-.077-.018-.077-.058 0-.058.047-.08.154-.08.322 0 .931.032.98.032.047 0 .656-.031.951-.031.104 0 .153.021.153.079 0 .04-.04.058-.078.058-.068 0-.125.011-.24.03-.266.049-.343.214-.362.551-.02.31-.02.583-.02 2.093v1.704zM114.066 51.536c1.568.862 2.815 1.3 3.99 1.3a7.383 7.383 0 0 0 3.066-.669c.06-.03.08-.057.08-.095 0-.03-.02-.06-.06-.06-.029 0-.077.02-.137.042a5.542 5.542 0 0 1-1.906.374c-.484 0-1.953-.05-4.076-1.138l-1.985-1.029c.639-.42 1.716-1.55 1.716-3.255 0-2.244-1.628-3.63-3.805-3.63-2.673 0-3.817 2.218-3.817 3.788 0 1.742 1.104 3.802 3.788 3.802.511 0 1.17-.145 1.519-.33l1.627.9zm-6.015-4.645c0-2.12 1.213-3.187 2.829-3.187 1.53 0 2.943 1.25 2.943 3.575 0 2.816-1.803 3.319-2.673 3.319-1.743 0-3.099-1.454-3.099-3.707z"/> + <path d="M116.583 46.32c0-1.51 0-1.783-.02-2.093-.018-.327-.096-.483-.419-.55a1.745 1.745 0 0 0-.327-.031c-.037 0-.077-.018-.077-.058 0-.058.05-.08.154-.08.437 0 1.026.032 1.115.032.085 0 .664-.031.957-.031.11 0 .156.021.156.079 0 .04-.041.058-.076.058-.07 0-.128.01-.245.03-.262.038-.337.214-.357.551-.02.31-.02.583-.02 2.093v1.354c0 1.393.31 1.997.728 2.391.473.448.909.533 1.46.533.59 0 1.17-.28 1.52-.699.445-.549.56-1.373.56-2.371V46.32c0-1.51 0-1.783-.018-2.093-.02-.327-.097-.483-.415-.55a1.76 1.76 0 0 0-.33-.031c-.041 0-.078-.018-.078-.058 0-.058.047-.08.155-.08.436 0 .969.032 1.028.032.067 0 .52-.031.814-.031.106 0 .152.021.152.079 0 .04-.037.058-.075.058-.067 0-.127 0-.244.03-.263.049-.338.214-.358.551-.021.31-.021.583-.021 2.093v1.036c0 1.043-.114 2.207-.89 2.895-.696.62-1.422.715-1.995.715-.326 0-1.304-.039-1.992-.687-.477-.457-.842-1.135-.842-2.546V46.32zM125.179 46.32c0-1.51 0-1.783-.019-2.093-.02-.327-.097-.483-.417-.55-.076-.02-.24-.031-.329-.031-.038 0-.077-.018-.077-.058 0-.058.048-.08.154-.08.436 0 1.047.032 1.094.032.067 0 1.995 0 2.218-.01.183-.01.337-.03.415-.05.048-.01.088-.046.136-.046.031 0 .04.037.04.087 0 .067-.049.183-.08.456-.008.095-.028.522-.048.638-.009.049-.029.108-.067.108-.059 0-.079-.05-.079-.126 0-.07-.008-.234-.057-.35-.067-.155-.164-.27-.686-.327-.164-.02-1.22-.03-1.328-.03-.036 0-.057.03-.057.098v2.668c0 .069.011.099.057.099.126 0 1.316 0 1.541-.02.232-.02.367-.04.451-.134.071-.076.108-.125.148-.125.03 0 .048.02.048.077 0 .053-.048.22-.077.542-.02.195-.04.55-.04.616 0 .081 0 .186-.067.186-.047 0-.067-.038-.067-.087 0-.099 0-.195-.037-.32-.04-.134-.127-.297-.505-.336-.26-.03-1.22-.05-1.383-.05-.048 0-.069.03-.069.067v.853c0 .327-.008 1.451 0 1.657.03.667.176.794 1.123.794.25 0 .678 0 .926-.108.256-.106.373-.302.44-.696.02-.108.04-.146.086-.146.06 0 .06.078.06.146 0 .076-.078.735-.127.935-.067.254-.146.254-.524.254-1.464 0-2.11-.06-2.391-.06-.047 0-.658.03-.948.03-.106 0-.154-.02-.154-.078 0-.028.02-.06.077-.06.087 0 .203-.018.287-.038.196-.039.243-.248.283-.53.049-.404.049-1.171.049-2.1V46.32zM.915 57.935c0-1.508 0-1.779-.02-2.09-.018-.331-.095-.482-.415-.55a1.769 1.769 0 0 0-.33-.028c-.038 0-.077-.02-.077-.058 0-.06.049-.08.155-.08.435 0 1.045.03 1.093.03.195 0 2.16 0 2.383-.01.184-.01.338-.01.425-.038.06-.02.097-.058.135-.058.04 0 .06.038.06.087 0 .069-.05.184-.079.453-.009.098-.028.525-.049.638-.008.048-.028.107-.076.107s-.067-.047-.067-.117c0-.076-.03-.239-.088-.365-.058-.127-.281-.301-.658-.311l-1.492-.031c-.057 0-.087.03-.087.109v2.673c0 .06.01.087.068.087l1.24-.01c.164 0 .3 0 .435-.009.233-.02.359-.048.445-.176.04-.049.068-.097.107-.097.038 0 .049.03.049.079 0 .057-.049.224-.078.54a11.9 11.9 0 0 0-.038.65c0 .085 0 .182-.068.182-.05 0-.068-.038-.068-.085-.01-.096-.02-.23-.058-.348-.05-.136-.204-.312-.504-.35-.242-.03-1.297-.03-1.462-.03-.049 0-.068.019-.068.088v.824c0 .928 0 1.693.049 2.1.029.28.087.494.377.533.136.02.349.04.436.04.058 0 .076.029.076.059 0 .049-.047.076-.154.076-.532 0-1.142-.027-1.19-.027-.049 0-.659.027-.949.027-.107 0-.155-.017-.155-.076 0-.03.02-.06.077-.06.088 0 .204-.019.291-.04.194-.038.242-.252.28-.531.049-.408.049-1.173.049-2.101v-1.706zM6.646 57.935c0-1.508 0-1.779-.019-2.09-.019-.331-.096-.482-.416-.55a1.769 1.769 0 0 0-.33-.028c-.038 0-.077-.02-.077-.058 0-.06.048-.08.155-.08.437 0 1.046.03 1.095.03.066 0 1.993 0 2.217-.01.183-.01.338-.03.416-.048.047-.01.087-.048.135-.048.03 0 .038.038.038.087 0 .069-.048.184-.077.453-.009.098-.029.525-.049.638-.009.048-.028.107-.067.107-.058 0-.077-.047-.077-.125 0-.068-.01-.231-.059-.347-.067-.158-.164-.273-.686-.331-.165-.021-1.22-.031-1.328-.031-.039 0-.058.03-.058.099v2.672c0 .07.01.098.058.098.127 0 1.317 0 1.54-.017.234-.022.369-.04.455-.137.068-.08.107-.128.145-.128.03 0 .05.02.05.079 0 .057-.05.224-.078.54-.02.193-.039.555-.039.62 0 .078 0 .182-.068.182-.047 0-.068-.039-.068-.086 0-.095 0-.19-.04-.317-.037-.136-.123-.302-.502-.34-.262-.03-1.22-.05-1.385-.05-.049 0-.068.029-.068.068v.854c0 .33-.009 1.451 0 1.654.03.668.175.793 1.124.793.251 0 .678 0 .929-.107.252-.106.368-.296.436-.696.02-.107.039-.146.087-.146.058 0 .058.08.058.146 0 .08-.077.736-.125.941-.069.252-.146.252-.523.252-1.462 0-2.111-.056-2.391-.056-.049 0-.658.027-.95.027-.107 0-.155-.017-.155-.076 0-.03.02-.06.078-.06.086 0 .203-.019.29-.04.194-.038.242-.252.281-.531.048-.408.048-1.173.048-2.101v-1.706zm2.808-4.124c.047.087 0 .117-.04.117-.027 0-.123-.02-.29 0-.474.048-1.151.272-1.47.409a.628.628 0 0 1-.146.048c-.019 0-.049-.02-.049-.058 0-.03.02-.05.068-.078.35-.244 1.25-.785 1.318-.823.164-.098.222-.127.27-.127.03 0 .048.019.097.088.068.097.136.233.242.424zM12.552 59.64c0 .93 0 1.694-.049 2.102-.038.28-.087.493-.281.532-.086.02-.202.04-.29.04-.058 0-.078.03-.078.058 0 .06.05.077.156.077.29 0 .9-.028.949-.028.096 0 1.316.114 2.149.114 1.646 0 2.516-.679 2.935-1.113.54-.57 1.044-1.51 1.044-2.73 0-1.15-.455-1.953-.938-2.461-1.154-1.19-2.925-1.101-3.882-1.101-.582 0-1.192.03-1.308.03-.05 0-.659-.03-1.095-.03-.106 0-.155.02-.155.079 0 .038.04.058.078.058.087 0 .253.009.329.029.32.067.397.218.417.549.02.311.02.582.02 2.09v1.706zm.813-1.86c0-.746 0-1.73.01-2.06 0-.107.029-.156.116-.195.079-.039.436-.069.63-.069 1.152 0 2.256.137 3.165 1.098.397.415.93 1.21.93 2.438 0 .892-.271 1.821-.774 2.313-.572.57-1.405.901-2.305.901-1.143 0-1.52-.203-1.646-.387-.077-.107-.097-.494-.106-.737-.01-.18-.02-1.072-.02-2.1v-1.201zM21.042 57.935c0-1.508 0-1.779-.019-2.09-.019-.331-.097-.482-.416-.55a1.752 1.752 0 0 0-.33-.028c-.038 0-.077-.02-.077-.058 0-.06.048-.08.155-.08.435 0 1.046.03 1.095.03.067 0 1.993 0 2.217-.01.183-.01.337-.03.416-.048.048-.01.086-.048.135-.048.03 0 .039.038.039.087 0 .069-.05.184-.078.453-.01.098-.029.525-.048.638-.01.048-.029.107-.067.107-.06 0-.079-.047-.079-.125 0-.068-.01-.231-.058-.347-.067-.158-.164-.273-.688-.331-.163-.021-1.218-.031-1.326-.031-.039 0-.058.03-.058.099v2.672c0 .07.011.098.058.098.127 0 1.318 0 1.54-.017.233-.022.369-.04.455-.137.067-.08.106-.128.145-.128.03 0 .05.02.05.079 0 .057-.05.224-.079.54-.02.193-.039.555-.039.62 0 .078 0 .182-.068.182-.048 0-.067-.039-.067-.086 0-.095 0-.19-.038-.317-.04-.136-.126-.302-.505-.34-.26-.03-1.218-.05-1.384-.05-.049 0-.068.029-.068.068v.854c0 .33-.009 1.451 0 1.654.03.668.175.793 1.124.793.252 0 .678 0 .93-.107.251-.106.367-.296.435-.696.019-.107.04-.146.087-.146.058 0 .058.08.058.146 0 .08-.078.736-.126.941-.067.252-.145.252-.523.252-1.462 0-2.11-.056-2.39-.056-.05 0-.66.027-.95.027-.107 0-.155-.017-.155-.076 0-.03.02-.06.077-.06.088 0 .205-.019.292-.04.192-.038.241-.252.28-.531.048-.408.048-1.173.048-2.101v-1.706zm2.808-4.124c.048.087 0 .117-.038.117-.03 0-.126-.02-.291 0-.474.048-1.153.272-1.471.409a.642.642 0 0 1-.146.048c-.019 0-.049-.02-.049-.058 0-.03.02-.05.068-.078a31.613 31.613 0 0 1 1.316-.823c.165-.098.224-.127.273-.127.028 0 .048.019.096.088.067.097.136.233.242.424zM26.948 59.64c0 .93 0 1.694-.048 2.102-.04.28-.088.493-.28.532-.088.02-.205.04-.292.04-.057 0-.077.03-.077.058 0 .06.049.077.155.077.29 0 .901-.028.91-.028.047 0 .658.028 1.19.028.107 0 .155-.028.155-.077 0-.029-.02-.059-.076-.059-.087 0-.3-.019-.437-.04-.29-.038-.348-.252-.377-.531-.048-.408-.048-1.173-.048-2.101v-.233c0-.048.019-.077.067-.077l1.19.02c.06 0 .088.02.127.057.195.252.648.899 1.055 1.434.552.726.891 1.2 1.307 1.424.252.136.494.183 1.036.183h.687c.175 0 .232-.018.232-.077 0-.029-.038-.059-.087-.059-.057 0-.193 0-.377-.03-.242-.039-.658-.146-1.18-.694-.562-.602-1.221-1.463-2.015-2.48.872-.803 1.172-1.518 1.172-2.236 0-.67-.427-1.144-.668-1.319-.514-.364-1.162-.424-1.771-.424-.302 0-1.037.03-1.144.03-.047 0-.658-.03-1.093-.03-.106 0-.155.02-.155.079 0 .038.038.058.078.058.087 0 .25.009.329.029.32.067.397.218.416.549.019.311.019.582.019 2.09v1.706zm.775-4.027c0-.059.029-.1.077-.117.096-.03.358-.06.649-.06 1.036 0 1.675.73 1.675 1.938 0 .736-.252 1.259-.59 1.491-.224.157-.495.185-.727.185-.426 0-.871-.068-1.017-.154-.048-.031-.067-.068-.067-.117v-3.166z"/> + <path d="M33.444 61.382c-.174.484-.368.852-.813.912-.078.01-.214.02-.282.02-.047 0-.086.02-.086.058 0 .06.058.077.184.077.455 0 .987-.027 1.094-.027.107 0 .522.027.756.027.086 0 .145-.018.145-.077 0-.039-.03-.059-.097-.059h-.097c-.165 0-.369-.087-.369-.282 0-.175.05-.403.135-.649l.582-1.714c.02-.046.048-.075.097-.075h2.081c.05 0 .068.018.088.056l.9 2.382c.058.156 0 .242-.058.263-.039.01-.067.03-.067.068 0 .06.105.06.29.07.667.017 1.374.017 1.52.017.107 0 .193-.018.193-.077 0-.049-.038-.059-.097-.059-.096 0-.242-.009-.388-.057-.202-.06-.482-.215-.831-1.078-.59-1.47-2.112-5.47-2.256-5.836-.116-.3-.155-.348-.213-.348-.058 0-.096.059-.213.377l-2.198 6.011zm1.354-2.136c-.027 0-.048-.02-.027-.07l.851-2.614c.049-.147.097-.147.146 0l.92 2.614c.009.04.009.07-.04.07h-1.85zM41.838 59.66c0 1.422.039 2.045.212 2.215.156.156.408.224 1.163.224.513 0 .938-.01 1.171-.291.126-.151.223-.395.252-.58.009-.078.029-.126.088-.126.048 0 .057.038.057.146 0 .107-.068.686-.145.968-.067.224-.096.261-.61.261-1.394 0-2.034-.055-2.595-.055-.087 0-.658.026-.948.026-.107 0-.156-.016-.156-.076 0-.029.02-.058.078-.058.087 0 .204-.02.29-.04.194-.039.243-.252.282-.532.048-.407.048-1.172.048-2.1v-1.707c0-1.508 0-1.778-.02-2.09-.02-.33-.096-.482-.415-.55a1.864 1.864 0 0 0-.33-.029c-.04 0-.077-.019-.077-.057 0-.06.048-.079.155-.079.435 0 1.045.03 1.093.03.048 0 .756-.03 1.047-.03.105 0 .154.02.154.08 0 .037-.039.056-.078.056-.068 0-.204.01-.32.03-.28.046-.357.208-.377.55-.02.31-.02.581-.02 2.09v1.724zM46.756 57.935c0-1.508 0-1.779-.02-2.09-.019-.331-.095-.482-.416-.55a1.766 1.766 0 0 0-.329-.028c-.039 0-.077-.02-.077-.058 0-.06.048-.08.154-.08.437 0 1.046.03 1.095.03.067 0 1.995 0 2.217-.01.184-.01.339-.03.416-.048.048-.01.086-.048.135-.048.03 0 .04.038.04.087 0 .069-.049.184-.078.453-.01.098-.03.525-.049.638-.009.048-.029.107-.067.107-.058 0-.078-.047-.078-.125 0-.068-.01-.231-.058-.347-.068-.158-.165-.273-.687-.331-.165-.021-1.22-.031-1.327-.031-.039 0-.058.03-.058.099v2.672c0 .07.01.098.058.098.126 0 1.317 0 1.54-.017.232-.022.368-.04.454-.137.068-.08.107-.128.146-.128.03 0 .048.02.048.079 0 .057-.048.224-.077.54-.02.193-.039.555-.039.62 0 .078 0 .182-.068.182-.048 0-.067-.039-.067-.086 0-.095 0-.19-.04-.317-.038-.136-.125-.302-.502-.34-.262-.03-1.22-.05-1.386-.05-.048 0-.067.029-.067.068v.854c0 .33-.009 1.451 0 1.654.03.668.175.793 1.123.793.252 0 .678 0 .929-.107.252-.106.37-.296.436-.696.02-.107.04-.146.088-.146.057 0 .057.08.057.146 0 .08-.076.736-.126.941-.067.252-.145.252-.522.252-1.462 0-2.111-.056-2.391-.056-.049 0-.658.027-.949.027-.107 0-.156-.017-.156-.076 0-.03.02-.06.078-.06.087 0 .204-.019.29-.04.195-.038.242-.252.282-.531.048-.408.048-1.173.048-2.101v-1.706zM55.807 59.64c0 .93 0 1.694-.048 2.102-.038.28-.087.493-.281.532a1.38 1.38 0 0 1-.29.04c-.058 0-.077.03-.077.058 0 .06.048.077.155.077.29 0 .9-.028.949-.028.096 0 1.317.114 2.149.114 1.644 0 2.517-.679 2.934-1.113.54-.57 1.044-1.51 1.044-2.73 0-1.15-.454-1.953-.939-2.461-1.153-1.19-2.923-1.101-3.881-1.101-.581 0-1.19.03-1.307.03-.048 0-.659-.03-1.094-.03-.108 0-.155.02-.155.079 0 .038.038.058.076.058.088 0 .254.009.33.029.32.067.397.218.416.549.02.311.02.582.02 2.09v1.706zm.814-1.86c0-.746 0-1.73.01-2.06 0-.107.028-.156.117-.195.076-.039.435-.069.628-.069 1.152 0 2.256.137 3.166 1.098.397.415.929 1.21.929 2.438 0 .892-.271 1.821-.774 2.313-.57.57-1.404.901-2.304.901-1.143 0-1.52-.203-1.645-.387-.078-.107-.098-.494-.108-.737-.01-.18-.02-1.072-.02-2.1v-1.201zM64.686 57.935c0-1.508 0-1.779-.02-2.09-.02-.331-.096-.482-.416-.55a1.756 1.756 0 0 0-.329-.028c-.04 0-.079-.02-.079-.058 0-.06.05-.08.156-.08.435 0 1.045.03 1.094.03.068 0 1.995 0 2.215-.01.186-.01.342-.03.42-.048.048-.01.085-.048.134-.048.029 0 .04.038.04.087 0 .069-.05.184-.08.453-.01.098-.028.525-.046.638-.01.048-.03.107-.067.107-.059 0-.08-.047-.08-.125 0-.068-.008-.231-.056-.347-.07-.158-.166-.273-.687-.331-.166-.021-1.223-.031-1.328-.031-.038 0-.057.03-.057.099v2.672c0 .07.008.098.057.098.125 0 1.317 0 1.539-.017.232-.022.368-.04.456-.137.068-.08.106-.128.146-.128.029 0 .048.02.048.079 0 .057-.048.224-.078.54-.019.193-.04.555-.04.62 0 .078 0 .182-.067.182-.049 0-.068-.039-.068-.086 0-.095 0-.19-.039-.317-.038-.136-.126-.302-.502-.34-.263-.03-1.223-.05-1.385-.05-.048 0-.067.029-.067.068v.854c0 .33-.011 1.451 0 1.654.029.668.17.793 1.121.793.253 0 .678 0 .931-.107.25-.106.367-.296.435-.696.017-.107.037-.146.084-.146.06 0 .06.08.06.146 0 .08-.079.736-.127.941-.065.252-.143.252-.52.252-1.462 0-2.109-.056-2.392-.056-.049 0-.659.027-.948.027-.107 0-.154-.017-.154-.076 0-.03.017-.06.076-.06.088 0 .204-.019.291-.04.194-.038.241-.252.28-.531.049-.408.049-1.173.049-2.101v-1.706zM74.551 59.66c0 1.422.038 2.045.213 2.215.155.156.405.224 1.162.224.513 0 .936-.01 1.171-.291.127-.151.224-.395.252-.58.01-.078.029-.126.086-.126.048 0 .058.038.058.146 0 .107-.068.686-.144.968-.066.224-.096.261-.611.261-1.394 0-2.032-.055-2.592-.055-.089 0-.66.026-.949.026-.108 0-.157-.016-.157-.076 0-.029.02-.058.077-.058.088 0 .206-.02.291-.04.192-.039.242-.252.28-.532.05-.407.05-1.172.05-2.1v-1.707c0-1.508 0-1.778-.021-2.09-.02-.33-.096-.482-.415-.55a1.843 1.843 0 0 0-.328-.029c-.041 0-.08-.019-.08-.057 0-.06.05-.079.157-.079.435 0 1.047.03 1.095.03.046 0 .755-.03 1.044-.03.104 0 .154.02.154.08 0 .037-.04.056-.079.056-.066 0-.201.01-.317.03-.282.046-.359.208-.378.55-.019.31-.019.581-.019 2.09v1.724zM78.86 61.382c-.175.484-.37.852-.812.912-.08.01-.216.02-.285.02-.048 0-.088.02-.088.058 0 .06.06.077.186.077.455 0 .988-.027 1.096-.027.106 0 .52.027.757.027.086 0 .143-.018.143-.077 0-.039-.028-.059-.095-.059h-.098c-.167 0-.37-.087-.37-.282 0-.175.047-.403.136-.649l.58-1.714c.019-.046.048-.075.096-.075h2.085c.048 0 .065.018.087.056l.898 2.382c.057.156 0 .242-.058.263-.04.01-.067.03-.067.068 0 .06.103.06.29.07.667.017 1.373.017 1.52.017.106 0 .194-.018.194-.077 0-.049-.04-.059-.098-.059-.097 0-.243-.009-.384-.057-.206-.06-.488-.215-.834-1.078-.592-1.47-2.112-5.47-2.255-5.836-.115-.3-.154-.348-.214-.348-.057 0-.097.059-.213.377l-2.196 6.011zm1.353-2.136c-.028 0-.048-.02-.028-.07l.85-2.614c.049-.147.099-.147.149 0l.918 2.614c.012.04.012.07-.038.07h-1.851zM85.878 57.935c0-1.508 0-1.779-.02-2.09-.02-.331-.096-.482-.415-.55a1.748 1.748 0 0 0-.33-.028c-.04 0-.08-.02-.08-.058 0-.06.05-.08.159-.08.434 0 1.026.03 1.111.03.087 0 .67-.03.958-.03.108 0 .154.02.154.08 0 .038-.035.058-.076.058-.07 0-.126.009-.242.029-.26.036-.339.208-.359.549-.017.311-.017.582-.017 2.09v1.358c0 1.395.31 1.992.725 2.392.475.444.91.531 1.462.531a2.04 2.04 0 0 0 1.52-.696c.446-.552.562-1.376.562-2.372v-1.213c0-1.508 0-1.779-.018-2.09-.018-.331-.098-.482-.42-.55a1.747 1.747 0 0 0-.325-.028c-.038 0-.078-.02-.078-.058 0-.06.048-.08.153-.08.435 0 .966.03 1.026.03.067 0 .524-.03.812-.03.107 0 .156.02.156.08 0 .038-.038.058-.078.058-.068 0-.125 0-.244.029-.255.046-.335.208-.355.549-.019.311-.019.582-.019 2.09v1.038c0 1.05-.118 2.205-.89 2.893-.697.624-1.422.718-1.995.718-.328 0-1.308-.039-1.994-.69-.474-.453-.843-1.129-.843-2.543v-1.416zM93.854 62.324c-.135-.068-.145-.108-.145-.37 0-.483.039-.872.05-1.024.01-.105.028-.155.077-.155.058 0 .068.028.068.106 0 .087 0 .22.028.357.147.716.786.988 1.433.988.93 0 1.383-.667 1.383-1.286 0-.671-.277-1.056-1.111-1.742l-.437-.362c-1.024-.842-1.258-1.441-1.258-2.097 0-1.04.776-1.745 2.004-1.745.379 0 .66.038.9.097.183.039.262.049.34.049.076 0 .099.02.099.069 0 .048-.04.365-.04 1.022 0 .157-.02.224-.07.224-.057 0-.067-.05-.077-.126a1.754 1.754 0 0 0-.126-.484c-.058-.106-.319-.513-1.207-.513-.672 0-1.195.417-1.195 1.123 0 .552.273.881 1.186 1.626l.267.216c1.143.901 1.414 1.5 1.414 2.272 0 .399-.152 1.136-.822 1.608-.418.293-.938.407-1.462.407-.456 0-.9-.067-1.3-.26M99.189 61.382c-.172.484-.367.852-.814.912-.077.01-.212.02-.277.02-.05 0-.089.02-.089.058 0 .06.058.077.183.077.455 0 .985-.027 1.092-.027.107 0 .526.027.755.027.087 0 .145-.018.145-.077 0-.039-.029-.059-.094-.059h-.1c-.162 0-.364-.087-.364-.282 0-.175.05-.403.136-.649l.58-1.714c.02-.046.05-.075.098-.075h2.08c.047 0 .066.018.085.056l.902 2.382c.057.156 0 .242-.058.263-.04.01-.07.03-.07.068 0 .06.108.06.295.07.667.017 1.372.017 1.519.017.108 0 .195-.018.195-.077 0-.049-.041-.059-.098-.059-.097 0-.244-.009-.39-.057-.204-.06-.482-.215-.833-1.078-.59-1.47-2.109-5.47-2.255-5.836-.116-.3-.156-.348-.214-.348-.056 0-.094.059-.21.377l-2.2 6.011zm1.356-2.136c-.028 0-.048-.02-.028-.07l.852-2.614c.05-.147.096-.147.143 0l.92 2.614c.01.04.01.07-.04.07h-1.847zM107.031 61.13c.02.796.116 1.047.377 1.126.187.048.398.058.484.058.048 0 .078.02.078.058 0 .06-.059.076-.172.076-.556 0-.939-.026-1.027-.026-.089 0-.495.026-.93.026-.099 0-.156-.008-.156-.076 0-.039.03-.058.077-.058.078 0 .253-.01.399-.058.24-.069.288-.351.288-1.23l.008-5.55c0-.376.03-.483.108-.483s.245.216.343.312c.144.161 1.586 1.721 3.076 3.32.96 1.024 2.01 2.21 2.324 2.524l-.108-4.918c-.01-.629-.077-.84-.376-.916a2.652 2.652 0 0 0-.476-.049c-.067 0-.077-.029-.077-.067 0-.06.077-.069.194-.069.435 0 .901.03 1.008.03.106 0 .423-.03.822-.03.107 0 .175.01.175.07 0 .037-.039.066-.106.066a.86.86 0 0 0-.233.03c-.322.068-.358.277-.358.86l-.02 5.673c0 .641-.021.687-.087.687-.075 0-.193-.106-.706-.621-.108-.097-1.502-1.52-2.529-2.62a184.709 184.709 0 0 1-2.523-2.78l.123 4.635zM116.197 61.13c.021.796.119 1.047.381 1.126.183.048.395.058.483.058.05 0 .077.02.077.058 0 .06-.057.076-.176.076-.55 0-.938-.026-1.024-.026-.088 0-.494.026-.93.026-.096 0-.153-.008-.153-.076 0-.039.03-.058.078-.058.075 0 .25-.01.394-.058.242-.069.292-.351.292-1.23l.01-5.55c0-.376.028-.483.105-.483s.244.216.338.312c.146.161 1.589 1.721 3.08 3.32.957 1.024 2.015 2.21 2.324 2.524l-.104-4.918c-.012-.629-.08-.84-.38-.916a2.656 2.656 0 0 0-.473-.049c-.068 0-.078-.029-.078-.067 0-.06.078-.069.194-.069.434 0 .9.03 1.004.03.107 0 .427-.03.823-.03.107 0 .174.01.174.07 0 .037-.036.066-.107.066-.05 0-.116 0-.23.03-.318.068-.36.277-.36.86l-.017 5.673c0 .641-.022.687-.088.687-.078 0-.195-.106-.705-.621-.11-.097-1.5-1.52-2.53-2.62a229.563 229.563 0 0 1-2.527-2.78l.125 4.635zM125.106 57.935c0-1.508 0-1.779-.019-2.09-.02-.331-.098-.482-.415-.55a1.755 1.755 0 0 0-.33-.028c-.04 0-.078-.02-.078-.058 0-.06.05-.08.154-.08.435 0 1.048.03 1.095.03.067 0 1.995 0 2.219-.01.181-.01.334-.03.414-.048.048-.01.087-.048.137-.048.029 0 .038.038.038.087 0 .069-.048.184-.078.453-.01.098-.03.525-.05.638-.008.048-.027.107-.068.107-.06 0-.077-.047-.077-.125 0-.068-.011-.231-.056-.347-.069-.158-.166-.273-.691-.331-.163-.021-1.216-.031-1.322-.031-.04 0-.06.03-.06.099v2.672c0 .07.011.098.06.098.126 0 1.313 0 1.539-.017.233-.022.368-.04.454-.137.065-.08.105-.128.143-.128.031 0 .05.02.05.079 0 .057-.05.224-.078.54a9.83 9.83 0 0 0-.04.62c0 .078 0 .182-.065.182-.05 0-.069-.039-.069-.086 0-.095 0-.19-.039-.317-.036-.136-.123-.302-.503-.34-.263-.03-1.22-.05-1.383-.05-.05 0-.069.029-.069.068v.854c0 .33-.009 1.451 0 1.654.03.668.177.793 1.125.793.248 0 .678 0 .928-.107.252-.106.367-.296.438-.696.017-.107.037-.146.086-.146.058 0 .058.08.058.146 0 .08-.079.736-.127.941-.067.252-.144.252-.524.252-1.463 0-2.11-.056-2.39-.056-.047 0-.66.027-.947.027-.109 0-.156-.017-.156-.076 0-.03.02-.06.077-.06.086 0 .204-.019.29-.04.193-.038.241-.252.28-.531.05-.408.05-1.173.05-2.101v-1.706z"/> + </g> + <path d="M41.58 36.524H0V0h41.58c-10.812 21.625 0 36.524 0 36.524zm50.184.02c-5.495-8.74-5.136-16.579-5.136-16.579L86.605 0h42.259l-.034 36.54-37.066.003z" fill="#E30713"/> + <path d="M50.787 0s-4.774 8.334-4.954 16.172h4.415v3.783h-4.596s-.36 7.84 5.135 16.576h-4.46s-10.81-14.908 0-36.531h4.46zm16.648 36.53l-.02-18.248C67.526 13.036 68.78 6.855 72.21 0h4.458s-4.775 8.334-4.957 16.171h4.417v3.785H71.64V36.53h-4.205zm14.178-16.567s-.363 7.838 5.134 16.577h-4.461s-5.043-6.954-4.794-18.253V0h4.1l.021 19.963zM53.03 36.538V0h4.144v36.538H53.03zM63.198 0c6.536 9.65 0 18.29 0 18.29h-4.414c6.939-9.19 0-18.29 0-18.29h4.414z" fill="#FFF"/> + </g> +</svg> \ No newline at end of file diff --git a/canapEPFL/assets/epfl2018/svg/epfl-logo-negative.svg b/canapEPFL/assets/epfl2018/svg/epfl-logo-negative.svg index 38ae91f..29fec0e 100644 --- a/canapEPFL/assets/epfl2018/svg/epfl-logo-negative.svg +++ b/canapEPFL/assets/epfl2018/svg/epfl-logo-negative.svg @@ -1,11 +1 @@ -<svg viewBox="0 0 129 63" xmlns="http://www.w3.org/2000/svg"> - <g fill="none" fill-rule="evenodd"> - <g fill="#FFF"> - <path d="M.843 46.32c0-1.51 0-1.783-.02-2.093-.019-.327-.096-.483-.416-.55a1.764 1.764 0 0 0-.329-.031c-.039 0-.078-.018-.078-.058 0-.058.049-.08.155-.08.436 0 1.046.032 1.095.032.067 0 1.994 0 2.218-.01.182-.01.338-.03.414-.05.048-.01.087-.046.135-.046.03 0 .04.037.04.087 0 .067-.049.183-.078.456-.01.095-.029.522-.049.638-.008.049-.028.108-.067.108-.057 0-.076-.05-.076-.126 0-.07-.01-.234-.06-.35-.067-.155-.163-.27-.687-.327-.164-.02-1.219-.03-1.327-.03-.038 0-.057.03-.057.098v2.668c0 .069.01.099.057.099.126 0 1.317 0 1.54-.02.233-.02.369-.04.455-.134.068-.076.106-.125.146-.125.028 0 .048.02.048.077 0 .053-.048.22-.077.542-.019.195-.038.55-.038.616 0 .081 0 .186-.069.186-.048 0-.068-.038-.068-.087 0-.099 0-.195-.04-.32-.037-.134-.124-.297-.502-.336-.262-.03-1.22-.05-1.385-.05-.048 0-.067.03-.067.067v.853c0 .327-.01 1.451 0 1.657.028.667.174.794 1.123.794.251 0 .678 0 .929-.108.252-.106.368-.302.437-.696.019-.108.038-.146.086-.146.058 0 .058.078.058.146 0 .076-.077.735-.125.935-.068.254-.147.254-.523.254-1.462 0-2.112-.06-2.391-.06-.05 0-.66.03-.949.03-.108 0-.156-.02-.156-.078 0-.028.02-.06.078-.06.087 0 .204-.018.29-.038.195-.039.242-.248.281-.53.05-.404.05-1.171.05-2.1V46.32zm2.807-4.125c.049.089 0 .116-.04.116-.027 0-.124-.017-.29 0-.474.05-1.15.27-1.47.405a.647.647 0 0 1-.146.05c-.02 0-.048-.021-.048-.06 0-.029.02-.047.067-.075a35.04 35.04 0 0 1 1.317-.824c.165-.097.223-.126.271-.126.029 0 .05.02.097.087.068.098.136.232.242.427zM6.816 49.92c-.939-.845-1.171-1.944-1.171-2.864 0-.649.222-1.783 1.084-2.645.58-.578 1.462-1.035 2.952-1.035a8.3 8.3 0 0 1 1.404.116c.369.066.679.126.988.144.107.01.126.05.126.108 0 .079-.03.194-.049.542-.019.32-.019.85-.029.997-.01.146-.029.205-.087.205-.068 0-.078-.07-.078-.205 0-.378-.155-.774-.406-.988-.339-.288-1.084-.551-1.937-.551-1.287 0-1.887.378-2.226.706-.707.677-.872 1.54-.872 2.528 0 1.85 1.425 3.545 3.497 3.545.725 0 1.296-.088 1.683-.487.203-.213.33-.638.358-.813.02-.108.04-.148.097-.148.049 0 .069.07.069.148 0 .07-.118.91-.215 1.242-.057.18-.076.2-.251.276-.387.156-1.123.225-1.741.225-1.453 0-2.43-.36-3.196-1.046M13.438 47.164c0 1.741 1.104 3.802 3.756 3.802 2.333 0 3.863-1.792 3.863-3.96 0-2.253-1.626-3.63-3.804-3.63-2.672 0-3.815 2.219-3.815 3.788m.92-.273c0-2.12 1.21-3.187 2.827-3.187 1.53 0 2.944 1.25 2.944 3.575 0 2.816-1.802 3.319-2.673 3.319-1.743 0-3.098-1.453-3.098-3.707M24.213 48.044c0 1.42.038 2.042.213 2.217.156.154.408.223 1.162.223.514 0 .938-.009 1.17-.292.127-.156.224-.399.253-.58.01-.077.029-.125.088-.125.048 0 .057.039.057.146 0 .104-.068.686-.145.964-.068.225-.096.264-.61.264-1.394 0-2.034-.06-2.595-.06-.086 0-.657.028-.949.028-.106 0-.155-.018-.155-.077 0-.028.02-.06.078-.06.088 0 .204-.018.29-.037.195-.04.242-.249.281-.53.05-.405.05-1.172.05-2.1V46.32c0-1.51 0-1.783-.02-2.092-.02-.328-.097-.484-.417-.551a1.763 1.763 0 0 0-.329-.032c-.039 0-.078-.017-.078-.057 0-.058.049-.079.156-.079.436 0 1.045.03 1.093.03.049 0 .756-.03 1.047-.03.105 0 .154.021.154.079 0 .04-.038.057-.077.057-.069 0-.204.012-.32.032-.282.047-.359.213-.378.55-.019.31-.019.583-.019 2.093v1.724zM29.13 46.32c0-1.51 0-1.783-.018-2.093-.02-.327-.097-.483-.416-.55a1.764 1.764 0 0 0-.33-.031c-.038 0-.076-.018-.076-.058 0-.058.047-.08.154-.08.435 0 1.045.032 1.093.032.068 0 1.995 0 2.218-.01.184-.01.339-.03.416-.05.049-.01.087-.046.136-.046.03 0 .038.037.038.087 0 .067-.048.183-.076.456-.011.095-.03.522-.05.638-.01.049-.029.108-.067.108-.058 0-.077-.05-.077-.126 0-.07-.01-.234-.058-.35-.07-.155-.165-.27-.688-.327-.165-.02-1.22-.03-1.326-.03-.04 0-.06.03-.06.098v2.668c0 .069.01.099.06.099.125 0 1.317 0 1.538-.02.233-.02.37-.04.456-.134.068-.076.107-.125.144-.125.03 0 .049.02.049.077 0 .053-.049.22-.075.542-.021.195-.04.55-.04.616 0 .081 0 .186-.068.186-.048 0-.068-.038-.068-.087 0-.099 0-.195-.039-.32-.039-.134-.126-.297-.503-.336-.262-.03-1.22-.05-1.384-.05-.05 0-.07.03-.07.067v.853c0 .327-.008 1.451 0 1.657.03.667.176.794 1.124.794.253 0 .677 0 .93-.108.253-.106.367-.302.435-.696.021-.108.04-.146.088-.146.057 0 .057.078.057.146 0 .076-.077.735-.124.935-.068.254-.146.254-.524.254-1.461 0-2.11-.06-2.392-.06-.048 0-.658.03-.948.03-.106 0-.155-.02-.155-.078 0-.028.02-.06.078-.06.087 0 .203-.018.29-.038.193-.039.242-.248.28-.53.049-.404.049-1.171.049-2.1V46.32zM38.183 46.32c0-1.51 0-1.783-.019-2.093-.019-.327-.097-.483-.416-.55a1.747 1.747 0 0 0-.329-.031c-.039 0-.078-.018-.078-.058 0-.058.048-.08.154-.08.437 0 1.017.032 1.095.032.212 0 .774-.031 1.22-.031 1.21 0 1.646.41 1.8.554.214.203.484.64.484 1.15 0 1.378-1.006 2.306-2.38 2.306-.05 0-.156 0-.204-.011-.05 0-.107-.018-.107-.068 0-.074.058-.084.261-.084.94 0 1.675-.69 1.675-1.58 0-.318-.029-.966-.542-1.49-.514-.522-1.103-.483-1.326-.483-.164 0-.33.02-.417.058-.058.02-.077.087-.077.183v3.98c0 .929 0 1.696.048 2.1.03.282.087.491.378.53.136.02.348.038.436.038.057 0 .077.032.077.06 0 .048-.049.077-.155.077-.532 0-1.142-.029-1.19-.029-.03 0-.64.03-.93.03-.107 0-.155-.02-.155-.078 0-.028.02-.06.077-.06.087 0 .204-.018.29-.038.195-.039.243-.248.281-.53.05-.404.05-1.171.05-2.1V46.32zM43.294 47.164c0 1.741 1.104 3.802 3.756 3.802 2.335 0 3.865-1.792 3.865-3.96 0-2.253-1.628-3.63-3.806-3.63-2.671 0-3.815 2.219-3.815 3.788m.92-.273c0-2.12 1.211-3.187 2.827-3.187 1.53 0 2.944 1.25 2.944 3.575 0 2.816-1.801 3.319-2.672 3.319-1.744 0-3.098-1.453-3.098-3.707M53.877 48.044c0 1.42.038 2.042.212 2.217.154.154.408.223 1.162.223.514 0 .939-.009 1.171-.292.127-.156.224-.399.252-.58.01-.077.03-.125.088-.125.047 0 .058.039.058.146 0 .104-.068.686-.146.964-.068.225-.096.264-.61.264-1.393 0-2.033-.06-2.595-.06-.086 0-.658.028-.948.028-.106 0-.155-.018-.155-.077 0-.028.02-.06.077-.06.089 0 .203-.018.291-.037.194-.04.243-.249.28-.53.05-.405.05-1.172.05-2.1V46.32c0-1.51 0-1.783-.02-2.092-.02-.328-.096-.484-.417-.551a1.739 1.739 0 0 0-.328-.032c-.04 0-.08-.017-.08-.057 0-.058.05-.079.157-.079.435 0 1.045.03 1.093.03.05 0 .756-.03 1.047-.03.106 0 .155.021.155.079 0 .04-.04.057-.077.057-.07 0-.204.012-.32.032-.282.047-.36.213-.378.55-.02.31-.02.583-.02 2.093v1.724zM59.676 48.322c0-.522-.096-.734-.223-1.014-.068-.154-1.365-2.286-1.703-2.79-.244-.358-.485-.598-.66-.715a.903.903 0 0 0-.416-.157c-.048 0-.096-.018-.096-.068 0-.038.038-.07.126-.07.183 0 .91.032.957.032.068 0 .437-.031.813-.031.108 0 .127.03.127.069 0 .04-.059.05-.146.089-.076.037-.124.097-.124.174 0 .118.048.231.124.378.155.28 1.608 2.777 1.782 3.06.184-.408 1.413-2.527 1.607-2.847.127-.205.164-.369.164-.494 0-.135-.037-.243-.154-.271-.086-.031-.145-.05-.145-.098 0-.039.059-.06.155-.06.251 0 .56.03.639.03.058 0 .755-.03.938-.03.068 0 .128.021.128.06 0 .049-.05.077-.128.077-.105 0-.29.04-.446.138-.193.116-.3.233-.511.49-.32.39-1.676 2.665-1.85 3.082-.145.347-.145.65-.145.966v.834c0 .154 0 .564.029.968.02.282.105.491.397.53.136.02.348.038.436.038.057 0 .077.031.077.06 0 .048-.048.077-.155.077-.532 0-1.142-.029-1.19-.029-.05 0-.66.03-.949.03-.108 0-.155-.02-.155-.078 0-.029.019-.06.076-.06.089 0 .203-.018.291-.038.195-.039.28-.248.3-.53.03-.404.03-.814.03-.968v-.834zM67.188 48.024c0 .929 0 1.695.047 2.1.029.282.088.491.38.53.136.02.348.038.433.038.06 0 .077.032.077.06 0 .05-.048.077-.152.077-.533 0-1.141-.028-1.19-.028-.05 0-.658.028-.95.028-.108 0-.157-.019-.157-.077 0-.028.02-.06.077-.06.09 0 .206-.018.293-.038.193-.039.243-.248.28-.53.05-.405.05-1.171.05-2.1v-4.096l-1.435.02c-.6.012-.831.079-.986.31-.107.164-.136.23-.165.3-.028.078-.057.097-.097.097-.03 0-.05-.03-.05-.088 0-.097.196-.931.215-1.008.019-.06.059-.183.097-.183.067 0 .164.095.427.116.279.028.646.048.764.048h3.63c.62 0 .879-.096.957-.096.05 0 .05.056.05.115 0 .29-.03.96-.03 1.067 0 .087-.028.127-.068.127-.048 0-.067-.03-.08-.166l-.008-.107c-.036-.29-.258-.511-1.187-.532l-1.222-.02v4.096zM71.815 46.32c0-1.51 0-1.783-.018-2.093-.019-.327-.096-.483-.417-.55-.077-.02-.24-.031-.33-.031-.039 0-.075-.018-.075-.058 0-.058.045-.08.153-.08.435 0 1.046.032 1.093.032.07 0 1.995 0 2.218-.01.183-.01.34-.03.42-.05.046-.01.085-.046.133-.046.029 0 .037.037.037.087 0 .067-.048.183-.075.456-.01.095-.029.522-.049.638-.01.049-.028.108-.067.108-.059 0-.08-.05-.08-.126 0-.07-.009-.234-.058-.35-.067-.155-.164-.27-.686-.327-.165-.02-1.221-.03-1.328-.03-.038 0-.058.03-.058.098v2.668c0 .069.01.099.058.099.126 0 1.318 0 1.54-.02.232-.02.369-.04.455-.134.068-.076.107-.125.147-.125.03 0 .05.02.05.077 0 .053-.05.22-.08.542-.019.195-.04.55-.04.616 0 .081 0 .186-.066.186-.05 0-.07-.038-.07-.087 0-.099 0-.195-.035-.32-.041-.134-.13-.297-.506-.336-.26-.03-1.22-.05-1.383-.05-.05 0-.07.03-.07.067v.853c0 .327-.008 1.451 0 1.657.03.667.175.794 1.123.794.253 0 .676 0 .93-.108.254-.106.369-.302.437-.696.019-.108.04-.146.085-.146.058 0 .058.078.058.146 0 .076-.077.735-.124.935-.068.254-.145.254-.524.254-1.46 0-2.109-.06-2.392-.06-.047 0-.658.03-.95.03-.103 0-.15-.02-.15-.078 0-.028.018-.06.074-.06.087 0 .204-.018.292-.038.195-.039.243-.248.281-.53.047-.404.047-1.171.047-2.1V46.32zM77.787 49.92c-.939-.845-1.17-1.944-1.17-2.864 0-.649.221-1.783 1.082-2.645.583-.578 1.464-1.035 2.958-1.035.386 0 .926.03 1.404.116.363.066.676.126.986.144.103.01.124.05.124.108 0 .079-.031.194-.047.542-.022.32-.022.85-.03.997-.009.146-.028.205-.084.205-.069 0-.079-.07-.079-.205 0-.378-.155-.774-.407-.988-.338-.288-1.084-.551-1.934-.551-1.29 0-1.89.378-2.23.706-.709.677-.871 1.54-.871 2.528 0 1.85 1.425 3.545 3.494 3.545.726 0 1.297-.088 1.683-.487.207-.213.333-.638.361-.813.02-.108.04-.148.097-.148.047 0 .064.07.064.148 0 .07-.113.91-.208 1.242-.059.18-.077.2-.255.276-.387.156-1.124.225-1.742.225-1.452 0-2.43-.36-3.196-1.046M91.362 48.024c0 .929 0 1.695.049 2.1.028.282.087.491.379.53.133.02.345.038.433.038.06 0 .077.032.077.06 0 .05-.048.077-.154.077-.532 0-1.141-.028-1.19-.028-.047 0-.66.028-.95.028-.105 0-.154-.019-.154-.077 0-.028.017-.06.077-.06.089 0 .205-.018.292-.038.191-.039.24-.248.279-.53.049-.405.049-1.171.049-2.1v-1.018c0-.038-.03-.058-.06-.058h-4.105c-.03 0-.057.01-.057.058v1.018c0 .929 0 1.695.047 2.1.03.282.09.491.381.53.136.02.347.038.431.038.06 0 .081.032.081.06 0 .05-.049.077-.156.077-.532 0-1.142-.028-1.19-.028-.049 0-.658.028-.948.028-.107 0-.157-.019-.157-.077 0-.028.02-.06.078-.06.087 0 .203-.018.291-.038.196-.039.244-.248.283-.53.047-.405.047-1.171.047-2.1V46.32c0-1.51 0-1.783-.02-2.093-.018-.327-.095-.483-.416-.55a1.84 1.84 0 0 0-.331-.031c-.038 0-.075-.018-.075-.058 0-.058.047-.08.153-.08.437 0 1.046.032 1.095.032.048 0 .658-.031.95-.031.108 0 .156.021.156.079 0 .04-.04.058-.078.058-.068 0-.127.011-.245.03-.26.049-.338.214-.359.551-.018.31-.018.583-.018 2.093v.205c0 .046.027.054.057.054h4.106c.029 0 .059-.008.059-.054v-.205c0-1.51 0-1.783-.02-2.093-.02-.327-.097-.483-.413-.55a1.897 1.897 0 0 0-.332-.031c-.04 0-.08-.018-.08-.058 0-.058.05-.08.158-.08.434 0 1.047.032 1.095.032.048 0 .657-.031.946-.031.107 0 .155.021.155.079 0 .04-.038.058-.077.058-.068 0-.124.011-.238.03-.265.049-.344.214-.362.551-.02.31-.02.583-.02 2.093v1.704zM95.071 49.514c.02.795.113 1.045.376 1.12.184.05.399.059.484.059.048 0 .075.019.075.059 0 .059-.056.077-.17.077-.555 0-.938-.028-1.027-.028-.088 0-.494.028-.93.028-.098 0-.155-.008-.155-.077 0-.04.029-.06.077-.06.079 0 .253-.007.4-.057.239-.066.287-.346.287-1.227l.01-5.547c0-.38.03-.485.107-.485s.245.212.34.31c.145.163 1.587 1.724 3.078 3.32.96 1.028 2.014 2.206 2.324 2.528l-.108-4.919c-.008-.628-.08-.843-.376-.92a2.658 2.658 0 0 0-.476-.05c-.067 0-.078-.027-.078-.067 0-.057.078-.069.195-.069.434 0 .9.031 1.008.031.108 0 .426-.03.822-.03.107 0 .174.011.174.068 0 .04-.038.067-.104.067-.05 0-.117 0-.234.031-.32.068-.36.283-.36.861l-.02 5.675c0 .639-.02.685-.087.685-.075 0-.19-.106-.707-.618a113.55 113.55 0 0 1-2.523-2.624 175.126 175.126 0 0 1-2.528-2.778l.126 4.637zM104.789 48.024c0 .929 0 1.695.05 2.1.028.282.086.491.38.53.133.02.345.038.432.038.058 0 .077.032.077.06 0 .05-.048.077-.154.077-.534 0-1.143-.028-1.19-.028-.049 0-.658.028-.95.028-.107 0-.155-.019-.155-.077 0-.028.018-.06.077-.06.088 0 .205-.018.292-.038.192-.039.242-.248.28-.53.047-.405.047-1.171.047-2.1V46.32c0-1.51 0-1.783-.018-2.093-.018-.327-.117-.493-.328-.541a1.356 1.356 0 0 0-.302-.04c-.038 0-.077-.018-.077-.058 0-.058.047-.08.154-.08.322 0 .931.032.98.032.047 0 .656-.031.951-.031.104 0 .153.021.153.079 0 .04-.04.058-.078.058-.068 0-.125.011-.24.03-.266.049-.343.214-.362.551-.02.31-.02.583-.02 2.093v1.704zM114.066 51.536c1.568.862 2.815 1.3 3.99 1.3a7.383 7.383 0 0 0 3.066-.669c.06-.03.08-.057.08-.095 0-.03-.02-.06-.06-.06-.029 0-.077.02-.137.042a5.542 5.542 0 0 1-1.906.374c-.484 0-1.953-.05-4.076-1.138l-1.985-1.029c.639-.42 1.716-1.55 1.716-3.255 0-2.244-1.628-3.63-3.805-3.63-2.673 0-3.817 2.218-3.817 3.788 0 1.742 1.104 3.802 3.788 3.802.511 0 1.17-.145 1.519-.33l1.627.9zm-6.015-4.645c0-2.12 1.213-3.187 2.829-3.187 1.53 0 2.943 1.25 2.943 3.575 0 2.816-1.803 3.319-2.673 3.319-1.743 0-3.099-1.454-3.099-3.707z"/> - <path d="M116.583 46.32c0-1.51 0-1.783-.02-2.093-.018-.327-.096-.483-.419-.55a1.745 1.745 0 0 0-.327-.031c-.037 0-.077-.018-.077-.058 0-.058.05-.08.154-.08.437 0 1.026.032 1.115.032.085 0 .664-.031.957-.031.11 0 .156.021.156.079 0 .04-.041.058-.076.058-.07 0-.128.01-.245.03-.262.038-.337.214-.357.551-.02.31-.02.583-.02 2.093v1.354c0 1.393.31 1.997.728 2.391.473.448.909.533 1.46.533.59 0 1.17-.28 1.52-.699.445-.549.56-1.373.56-2.371V46.32c0-1.51 0-1.783-.018-2.093-.02-.327-.097-.483-.415-.55a1.76 1.76 0 0 0-.33-.031c-.041 0-.078-.018-.078-.058 0-.058.047-.08.155-.08.436 0 .969.032 1.028.032.067 0 .52-.031.814-.031.106 0 .152.021.152.079 0 .04-.037.058-.075.058-.067 0-.127 0-.244.03-.263.049-.338.214-.358.551-.021.31-.021.583-.021 2.093v1.036c0 1.043-.114 2.207-.89 2.895-.696.62-1.422.715-1.995.715-.326 0-1.304-.039-1.992-.687-.477-.457-.842-1.135-.842-2.546V46.32zM125.179 46.32c0-1.51 0-1.783-.019-2.093-.02-.327-.097-.483-.417-.55-.076-.02-.24-.031-.329-.031-.038 0-.077-.018-.077-.058 0-.058.048-.08.154-.08.436 0 1.047.032 1.094.032.067 0 1.995 0 2.218-.01.183-.01.337-.03.415-.05.048-.01.088-.046.136-.046.031 0 .04.037.04.087 0 .067-.049.183-.08.456-.008.095-.028.522-.048.638-.009.049-.029.108-.067.108-.059 0-.079-.05-.079-.126 0-.07-.008-.234-.057-.35-.067-.155-.164-.27-.686-.327-.164-.02-1.22-.03-1.328-.03-.036 0-.057.03-.057.098v2.668c0 .069.011.099.057.099.126 0 1.316 0 1.541-.02.232-.02.367-.04.451-.134.071-.076.108-.125.148-.125.03 0 .048.02.048.077 0 .053-.048.22-.077.542-.02.195-.04.55-.04.616 0 .081 0 .186-.067.186-.047 0-.067-.038-.067-.087 0-.099 0-.195-.037-.32-.04-.134-.127-.297-.505-.336-.26-.03-1.22-.05-1.383-.05-.048 0-.069.03-.069.067v.853c0 .327-.008 1.451 0 1.657.03.667.176.794 1.123.794.25 0 .678 0 .926-.108.256-.106.373-.302.44-.696.02-.108.04-.146.086-.146.06 0 .06.078.06.146 0 .076-.078.735-.127.935-.067.254-.146.254-.524.254-1.464 0-2.11-.06-2.391-.06-.047 0-.658.03-.948.03-.106 0-.154-.02-.154-.078 0-.028.02-.06.077-.06.087 0 .203-.018.287-.038.196-.039.243-.248.283-.53.049-.404.049-1.171.049-2.1V46.32zM.915 57.935c0-1.508 0-1.779-.02-2.09-.018-.331-.095-.482-.415-.55a1.769 1.769 0 0 0-.33-.028c-.038 0-.077-.02-.077-.058 0-.06.049-.08.155-.08.435 0 1.045.03 1.093.03.195 0 2.16 0 2.383-.01.184-.01.338-.01.425-.038.06-.02.097-.058.135-.058.04 0 .06.038.06.087 0 .069-.05.184-.079.453-.009.098-.028.525-.049.638-.008.048-.028.107-.076.107s-.067-.047-.067-.117c0-.076-.03-.239-.088-.365-.058-.127-.281-.301-.658-.311l-1.492-.031c-.057 0-.087.03-.087.109v2.673c0 .06.01.087.068.087l1.24-.01c.164 0 .3 0 .435-.009.233-.02.359-.048.445-.176.04-.049.068-.097.107-.097.038 0 .049.03.049.079 0 .057-.049.224-.078.54a11.9 11.9 0 0 0-.038.65c0 .085 0 .182-.068.182-.05 0-.068-.038-.068-.085-.01-.096-.02-.23-.058-.348-.05-.136-.204-.312-.504-.35-.242-.03-1.297-.03-1.462-.03-.049 0-.068.019-.068.088v.824c0 .928 0 1.693.049 2.1.029.28.087.494.377.533.136.02.349.04.436.04.058 0 .076.029.076.059 0 .049-.047.076-.154.076-.532 0-1.142-.027-1.19-.027-.049 0-.659.027-.949.027-.107 0-.155-.017-.155-.076 0-.03.02-.06.077-.06.088 0 .204-.019.291-.04.194-.038.242-.252.28-.531.049-.408.049-1.173.049-2.101v-1.706zM6.646 57.935c0-1.508 0-1.779-.019-2.09-.019-.331-.096-.482-.416-.55a1.769 1.769 0 0 0-.33-.028c-.038 0-.077-.02-.077-.058 0-.06.048-.08.155-.08.437 0 1.046.03 1.095.03.066 0 1.993 0 2.217-.01.183-.01.338-.03.416-.048.047-.01.087-.048.135-.048.03 0 .038.038.038.087 0 .069-.048.184-.077.453-.009.098-.029.525-.049.638-.009.048-.028.107-.067.107-.058 0-.077-.047-.077-.125 0-.068-.01-.231-.059-.347-.067-.158-.164-.273-.686-.331-.165-.021-1.22-.031-1.328-.031-.039 0-.058.03-.058.099v2.672c0 .07.01.098.058.098.127 0 1.317 0 1.54-.017.234-.022.369-.04.455-.137.068-.08.107-.128.145-.128.03 0 .05.02.05.079 0 .057-.05.224-.078.54-.02.193-.039.555-.039.62 0 .078 0 .182-.068.182-.047 0-.068-.039-.068-.086 0-.095 0-.19-.04-.317-.037-.136-.123-.302-.502-.34-.262-.03-1.22-.05-1.385-.05-.049 0-.068.029-.068.068v.854c0 .33-.009 1.451 0 1.654.03.668.175.793 1.124.793.251 0 .678 0 .929-.107.252-.106.368-.296.436-.696.02-.107.039-.146.087-.146.058 0 .058.08.058.146 0 .08-.077.736-.125.941-.069.252-.146.252-.523.252-1.462 0-2.111-.056-2.391-.056-.049 0-.658.027-.95.027-.107 0-.155-.017-.155-.076 0-.03.02-.06.078-.06.086 0 .203-.019.29-.04.194-.038.242-.252.281-.531.048-.408.048-1.173.048-2.101v-1.706zm2.808-4.124c.047.087 0 .117-.04.117-.027 0-.123-.02-.29 0-.474.048-1.151.272-1.47.409a.628.628 0 0 1-.146.048c-.019 0-.049-.02-.049-.058 0-.03.02-.05.068-.078.35-.244 1.25-.785 1.318-.823.164-.098.222-.127.27-.127.03 0 .048.019.097.088.068.097.136.233.242.424zM12.552 59.64c0 .93 0 1.694-.049 2.102-.038.28-.087.493-.281.532-.086.02-.202.04-.29.04-.058 0-.078.03-.078.058 0 .06.05.077.156.077.29 0 .9-.028.949-.028.096 0 1.316.114 2.149.114 1.646 0 2.516-.679 2.935-1.113.54-.57 1.044-1.51 1.044-2.73 0-1.15-.455-1.953-.938-2.461-1.154-1.19-2.925-1.101-3.882-1.101-.582 0-1.192.03-1.308.03-.05 0-.659-.03-1.095-.03-.106 0-.155.02-.155.079 0 .038.04.058.078.058.087 0 .253.009.329.029.32.067.397.218.417.549.02.311.02.582.02 2.09v1.706zm.813-1.86c0-.746 0-1.73.01-2.06 0-.107.029-.156.116-.195.079-.039.436-.069.63-.069 1.152 0 2.256.137 3.165 1.098.397.415.93 1.21.93 2.438 0 .892-.271 1.821-.774 2.313-.572.57-1.405.901-2.305.901-1.143 0-1.52-.203-1.646-.387-.077-.107-.097-.494-.106-.737-.01-.18-.02-1.072-.02-2.1v-1.201zM21.042 57.935c0-1.508 0-1.779-.019-2.09-.019-.331-.097-.482-.416-.55a1.752 1.752 0 0 0-.33-.028c-.038 0-.077-.02-.077-.058 0-.06.048-.08.155-.08.435 0 1.046.03 1.095.03.067 0 1.993 0 2.217-.01.183-.01.337-.03.416-.048.048-.01.086-.048.135-.048.03 0 .039.038.039.087 0 .069-.05.184-.078.453-.01.098-.029.525-.048.638-.01.048-.029.107-.067.107-.06 0-.079-.047-.079-.125 0-.068-.01-.231-.058-.347-.067-.158-.164-.273-.688-.331-.163-.021-1.218-.031-1.326-.031-.039 0-.058.03-.058.099v2.672c0 .07.011.098.058.098.127 0 1.318 0 1.54-.017.233-.022.369-.04.455-.137.067-.08.106-.128.145-.128.03 0 .05.02.05.079 0 .057-.05.224-.079.54-.02.193-.039.555-.039.62 0 .078 0 .182-.068.182-.048 0-.067-.039-.067-.086 0-.095 0-.19-.038-.317-.04-.136-.126-.302-.505-.34-.26-.03-1.218-.05-1.384-.05-.049 0-.068.029-.068.068v.854c0 .33-.009 1.451 0 1.654.03.668.175.793 1.124.793.252 0 .678 0 .93-.107.251-.106.367-.296.435-.696.019-.107.04-.146.087-.146.058 0 .058.08.058.146 0 .08-.078.736-.126.941-.067.252-.145.252-.523.252-1.462 0-2.11-.056-2.39-.056-.05 0-.66.027-.95.027-.107 0-.155-.017-.155-.076 0-.03.02-.06.077-.06.088 0 .205-.019.292-.04.192-.038.241-.252.28-.531.048-.408.048-1.173.048-2.101v-1.706zm2.808-4.124c.048.087 0 .117-.038.117-.03 0-.126-.02-.291 0-.474.048-1.153.272-1.471.409a.642.642 0 0 1-.146.048c-.019 0-.049-.02-.049-.058 0-.03.02-.05.068-.078a31.613 31.613 0 0 1 1.316-.823c.165-.098.224-.127.273-.127.028 0 .048.019.096.088.067.097.136.233.242.424zM26.948 59.64c0 .93 0 1.694-.048 2.102-.04.28-.088.493-.28.532-.088.02-.205.04-.292.04-.057 0-.077.03-.077.058 0 .06.049.077.155.077.29 0 .901-.028.91-.028.047 0 .658.028 1.19.028.107 0 .155-.028.155-.077 0-.029-.02-.059-.076-.059-.087 0-.3-.019-.437-.04-.29-.038-.348-.252-.377-.531-.048-.408-.048-1.173-.048-2.101v-.233c0-.048.019-.077.067-.077l1.19.02c.06 0 .088.02.127.057.195.252.648.899 1.055 1.434.552.726.891 1.2 1.307 1.424.252.136.494.183 1.036.183h.687c.175 0 .232-.018.232-.077 0-.029-.038-.059-.087-.059-.057 0-.193 0-.377-.03-.242-.039-.658-.146-1.18-.694-.562-.602-1.221-1.463-2.015-2.48.872-.803 1.172-1.518 1.172-2.236 0-.67-.427-1.144-.668-1.319-.514-.364-1.162-.424-1.771-.424-.302 0-1.037.03-1.144.03-.047 0-.658-.03-1.093-.03-.106 0-.155.02-.155.079 0 .038.038.058.078.058.087 0 .25.009.329.029.32.067.397.218.416.549.019.311.019.582.019 2.09v1.706zm.775-4.027c0-.059.029-.1.077-.117.096-.03.358-.06.649-.06 1.036 0 1.675.73 1.675 1.938 0 .736-.252 1.259-.59 1.491-.224.157-.495.185-.727.185-.426 0-.871-.068-1.017-.154-.048-.031-.067-.068-.067-.117v-3.166z"/> - <path d="M33.444 61.382c-.174.484-.368.852-.813.912-.078.01-.214.02-.282.02-.047 0-.086.02-.086.058 0 .06.058.077.184.077.455 0 .987-.027 1.094-.027.107 0 .522.027.756.027.086 0 .145-.018.145-.077 0-.039-.03-.059-.097-.059h-.097c-.165 0-.369-.087-.369-.282 0-.175.05-.403.135-.649l.582-1.714c.02-.046.048-.075.097-.075h2.081c.05 0 .068.018.088.056l.9 2.382c.058.156 0 .242-.058.263-.039.01-.067.03-.067.068 0 .06.105.06.29.07.667.017 1.374.017 1.52.017.107 0 .193-.018.193-.077 0-.049-.038-.059-.097-.059-.096 0-.242-.009-.388-.057-.202-.06-.482-.215-.831-1.078-.59-1.47-2.112-5.47-2.256-5.836-.116-.3-.155-.348-.213-.348-.058 0-.096.059-.213.377l-2.198 6.011zm1.354-2.136c-.027 0-.048-.02-.027-.07l.851-2.614c.049-.147.097-.147.146 0l.92 2.614c.009.04.009.07-.04.07h-1.85zM41.838 59.66c0 1.422.039 2.045.212 2.215.156.156.408.224 1.163.224.513 0 .938-.01 1.171-.291.126-.151.223-.395.252-.58.009-.078.029-.126.088-.126.048 0 .057.038.057.146 0 .107-.068.686-.145.968-.067.224-.096.261-.61.261-1.394 0-2.034-.055-2.595-.055-.087 0-.658.026-.948.026-.107 0-.156-.016-.156-.076 0-.029.02-.058.078-.058.087 0 .204-.02.29-.04.194-.039.243-.252.282-.532.048-.407.048-1.172.048-2.1v-1.707c0-1.508 0-1.778-.02-2.09-.02-.33-.096-.482-.415-.55a1.864 1.864 0 0 0-.33-.029c-.04 0-.077-.019-.077-.057 0-.06.048-.079.155-.079.435 0 1.045.03 1.093.03.048 0 .756-.03 1.047-.03.105 0 .154.02.154.08 0 .037-.039.056-.078.056-.068 0-.204.01-.32.03-.28.046-.357.208-.377.55-.02.31-.02.581-.02 2.09v1.724zM46.756 57.935c0-1.508 0-1.779-.02-2.09-.019-.331-.095-.482-.416-.55a1.766 1.766 0 0 0-.329-.028c-.039 0-.077-.02-.077-.058 0-.06.048-.08.154-.08.437 0 1.046.03 1.095.03.067 0 1.995 0 2.217-.01.184-.01.339-.03.416-.048.048-.01.086-.048.135-.048.03 0 .04.038.04.087 0 .069-.049.184-.078.453-.01.098-.03.525-.049.638-.009.048-.029.107-.067.107-.058 0-.078-.047-.078-.125 0-.068-.01-.231-.058-.347-.068-.158-.165-.273-.687-.331-.165-.021-1.22-.031-1.327-.031-.039 0-.058.03-.058.099v2.672c0 .07.01.098.058.098.126 0 1.317 0 1.54-.017.232-.022.368-.04.454-.137.068-.08.107-.128.146-.128.03 0 .048.02.048.079 0 .057-.048.224-.077.54-.02.193-.039.555-.039.62 0 .078 0 .182-.068.182-.048 0-.067-.039-.067-.086 0-.095 0-.19-.04-.317-.038-.136-.125-.302-.502-.34-.262-.03-1.22-.05-1.386-.05-.048 0-.067.029-.067.068v.854c0 .33-.009 1.451 0 1.654.03.668.175.793 1.123.793.252 0 .678 0 .929-.107.252-.106.37-.296.436-.696.02-.107.04-.146.088-.146.057 0 .057.08.057.146 0 .08-.076.736-.126.941-.067.252-.145.252-.522.252-1.462 0-2.111-.056-2.391-.056-.049 0-.658.027-.949.027-.107 0-.156-.017-.156-.076 0-.03.02-.06.078-.06.087 0 .204-.019.29-.04.195-.038.242-.252.282-.531.048-.408.048-1.173.048-2.101v-1.706zM55.807 59.64c0 .93 0 1.694-.048 2.102-.038.28-.087.493-.281.532a1.38 1.38 0 0 1-.29.04c-.058 0-.077.03-.077.058 0 .06.048.077.155.077.29 0 .9-.028.949-.028.096 0 1.317.114 2.149.114 1.644 0 2.517-.679 2.934-1.113.54-.57 1.044-1.51 1.044-2.73 0-1.15-.454-1.953-.939-2.461-1.153-1.19-2.923-1.101-3.881-1.101-.581 0-1.19.03-1.307.03-.048 0-.659-.03-1.094-.03-.108 0-.155.02-.155.079 0 .038.038.058.076.058.088 0 .254.009.33.029.32.067.397.218.416.549.02.311.02.582.02 2.09v1.706zm.814-1.86c0-.746 0-1.73.01-2.06 0-.107.028-.156.117-.195.076-.039.435-.069.628-.069 1.152 0 2.256.137 3.166 1.098.397.415.929 1.21.929 2.438 0 .892-.271 1.821-.774 2.313-.57.57-1.404.901-2.304.901-1.143 0-1.52-.203-1.645-.387-.078-.107-.098-.494-.108-.737-.01-.18-.02-1.072-.02-2.1v-1.201zM64.686 57.935c0-1.508 0-1.779-.02-2.09-.02-.331-.096-.482-.416-.55a1.756 1.756 0 0 0-.329-.028c-.04 0-.079-.02-.079-.058 0-.06.05-.08.156-.08.435 0 1.045.03 1.094.03.068 0 1.995 0 2.215-.01.186-.01.342-.03.42-.048.048-.01.085-.048.134-.048.029 0 .04.038.04.087 0 .069-.05.184-.08.453-.01.098-.028.525-.046.638-.01.048-.03.107-.067.107-.059 0-.08-.047-.08-.125 0-.068-.008-.231-.056-.347-.07-.158-.166-.273-.687-.331-.166-.021-1.223-.031-1.328-.031-.038 0-.057.03-.057.099v2.672c0 .07.008.098.057.098.125 0 1.317 0 1.539-.017.232-.022.368-.04.456-.137.068-.08.106-.128.146-.128.029 0 .048.02.048.079 0 .057-.048.224-.078.54-.019.193-.04.555-.04.62 0 .078 0 .182-.067.182-.049 0-.068-.039-.068-.086 0-.095 0-.19-.039-.317-.038-.136-.126-.302-.502-.34-.263-.03-1.223-.05-1.385-.05-.048 0-.067.029-.067.068v.854c0 .33-.011 1.451 0 1.654.029.668.17.793 1.121.793.253 0 .678 0 .931-.107.25-.106.367-.296.435-.696.017-.107.037-.146.084-.146.06 0 .06.08.06.146 0 .08-.079.736-.127.941-.065.252-.143.252-.52.252-1.462 0-2.109-.056-2.392-.056-.049 0-.659.027-.948.027-.107 0-.154-.017-.154-.076 0-.03.017-.06.076-.06.088 0 .204-.019.291-.04.194-.038.241-.252.28-.531.049-.408.049-1.173.049-2.101v-1.706zM74.551 59.66c0 1.422.038 2.045.213 2.215.155.156.405.224 1.162.224.513 0 .936-.01 1.171-.291.127-.151.224-.395.252-.58.01-.078.029-.126.086-.126.048 0 .058.038.058.146 0 .107-.068.686-.144.968-.066.224-.096.261-.611.261-1.394 0-2.032-.055-2.592-.055-.089 0-.66.026-.949.026-.108 0-.157-.016-.157-.076 0-.029.02-.058.077-.058.088 0 .206-.02.291-.04.192-.039.242-.252.28-.532.05-.407.05-1.172.05-2.1v-1.707c0-1.508 0-1.778-.021-2.09-.02-.33-.096-.482-.415-.55a1.843 1.843 0 0 0-.328-.029c-.041 0-.08-.019-.08-.057 0-.06.05-.079.157-.079.435 0 1.047.03 1.095.03.046 0 .755-.03 1.044-.03.104 0 .154.02.154.08 0 .037-.04.056-.079.056-.066 0-.201.01-.317.03-.282.046-.359.208-.378.55-.019.31-.019.581-.019 2.09v1.724zM78.86 61.382c-.175.484-.37.852-.812.912-.08.01-.216.02-.285.02-.048 0-.088.02-.088.058 0 .06.06.077.186.077.455 0 .988-.027 1.096-.027.106 0 .52.027.757.027.086 0 .143-.018.143-.077 0-.039-.028-.059-.095-.059h-.098c-.167 0-.37-.087-.37-.282 0-.175.047-.403.136-.649l.58-1.714c.019-.046.048-.075.096-.075h2.085c.048 0 .065.018.087.056l.898 2.382c.057.156 0 .242-.058.263-.04.01-.067.03-.067.068 0 .06.103.06.29.07.667.017 1.373.017 1.52.017.106 0 .194-.018.194-.077 0-.049-.04-.059-.098-.059-.097 0-.243-.009-.384-.057-.206-.06-.488-.215-.834-1.078-.592-1.47-2.112-5.47-2.255-5.836-.115-.3-.154-.348-.214-.348-.057 0-.097.059-.213.377l-2.196 6.011zm1.353-2.136c-.028 0-.048-.02-.028-.07l.85-2.614c.049-.147.099-.147.149 0l.918 2.614c.012.04.012.07-.038.07h-1.851zM85.878 57.935c0-1.508 0-1.779-.02-2.09-.02-.331-.096-.482-.415-.55a1.748 1.748 0 0 0-.33-.028c-.04 0-.08-.02-.08-.058 0-.06.05-.08.159-.08.434 0 1.026.03 1.111.03.087 0 .67-.03.958-.03.108 0 .154.02.154.08 0 .038-.035.058-.076.058-.07 0-.126.009-.242.029-.26.036-.339.208-.359.549-.017.311-.017.582-.017 2.09v1.358c0 1.395.31 1.992.725 2.392.475.444.91.531 1.462.531a2.04 2.04 0 0 0 1.52-.696c.446-.552.562-1.376.562-2.372v-1.213c0-1.508 0-1.779-.018-2.09-.018-.331-.098-.482-.42-.55a1.747 1.747 0 0 0-.325-.028c-.038 0-.078-.02-.078-.058 0-.06.048-.08.153-.08.435 0 .966.03 1.026.03.067 0 .524-.03.812-.03.107 0 .156.02.156.08 0 .038-.038.058-.078.058-.068 0-.125 0-.244.029-.255.046-.335.208-.355.549-.019.311-.019.582-.019 2.09v1.038c0 1.05-.118 2.205-.89 2.893-.697.624-1.422.718-1.995.718-.328 0-1.308-.039-1.994-.69-.474-.453-.843-1.129-.843-2.543v-1.416zM93.854 62.324c-.135-.068-.145-.108-.145-.37 0-.483.039-.872.05-1.024.01-.105.028-.155.077-.155.058 0 .068.028.068.106 0 .087 0 .22.028.357.147.716.786.988 1.433.988.93 0 1.383-.667 1.383-1.286 0-.671-.277-1.056-1.111-1.742l-.437-.362c-1.024-.842-1.258-1.441-1.258-2.097 0-1.04.776-1.745 2.004-1.745.379 0 .66.038.9.097.183.039.262.049.34.049.076 0 .099.02.099.069 0 .048-.04.365-.04 1.022 0 .157-.02.224-.07.224-.057 0-.067-.05-.077-.126a1.754 1.754 0 0 0-.126-.484c-.058-.106-.319-.513-1.207-.513-.672 0-1.195.417-1.195 1.123 0 .552.273.881 1.186 1.626l.267.216c1.143.901 1.414 1.5 1.414 2.272 0 .399-.152 1.136-.822 1.608-.418.293-.938.407-1.462.407-.456 0-.9-.067-1.3-.26M99.189 61.382c-.172.484-.367.852-.814.912-.077.01-.212.02-.277.02-.05 0-.089.02-.089.058 0 .06.058.077.183.077.455 0 .985-.027 1.092-.027.107 0 .526.027.755.027.087 0 .145-.018.145-.077 0-.039-.029-.059-.094-.059h-.1c-.162 0-.364-.087-.364-.282 0-.175.05-.403.136-.649l.58-1.714c.02-.046.05-.075.098-.075h2.08c.047 0 .066.018.085.056l.902 2.382c.057.156 0 .242-.058.263-.04.01-.07.03-.07.068 0 .06.108.06.295.07.667.017 1.372.017 1.519.017.108 0 .195-.018.195-.077 0-.049-.041-.059-.098-.059-.097 0-.244-.009-.39-.057-.204-.06-.482-.215-.833-1.078-.59-1.47-2.109-5.47-2.255-5.836-.116-.3-.156-.348-.214-.348-.056 0-.094.059-.21.377l-2.2 6.011zm1.356-2.136c-.028 0-.048-.02-.028-.07l.852-2.614c.05-.147.096-.147.143 0l.92 2.614c.01.04.01.07-.04.07h-1.847zM107.031 61.13c.02.796.116 1.047.377 1.126.187.048.398.058.484.058.048 0 .078.02.078.058 0 .06-.059.076-.172.076-.556 0-.939-.026-1.027-.026-.089 0-.495.026-.93.026-.099 0-.156-.008-.156-.076 0-.039.03-.058.077-.058.078 0 .253-.01.399-.058.24-.069.288-.351.288-1.23l.008-5.55c0-.376.03-.483.108-.483s.245.216.343.312c.144.161 1.586 1.721 3.076 3.32.96 1.024 2.01 2.21 2.324 2.524l-.108-4.918c-.01-.629-.077-.84-.376-.916a2.652 2.652 0 0 0-.476-.049c-.067 0-.077-.029-.077-.067 0-.06.077-.069.194-.069.435 0 .901.03 1.008.03.106 0 .423-.03.822-.03.107 0 .175.01.175.07 0 .037-.039.066-.106.066a.86.86 0 0 0-.233.03c-.322.068-.358.277-.358.86l-.02 5.673c0 .641-.021.687-.087.687-.075 0-.193-.106-.706-.621-.108-.097-1.502-1.52-2.529-2.62a184.709 184.709 0 0 1-2.523-2.78l.123 4.635zM116.197 61.13c.021.796.119 1.047.381 1.126.183.048.395.058.483.058.05 0 .077.02.077.058 0 .06-.057.076-.176.076-.55 0-.938-.026-1.024-.026-.088 0-.494.026-.93.026-.096 0-.153-.008-.153-.076 0-.039.03-.058.078-.058.075 0 .25-.01.394-.058.242-.069.292-.351.292-1.23l.01-5.55c0-.376.028-.483.105-.483s.244.216.338.312c.146.161 1.589 1.721 3.08 3.32.957 1.024 2.015 2.21 2.324 2.524l-.104-4.918c-.012-.629-.08-.84-.38-.916a2.656 2.656 0 0 0-.473-.049c-.068 0-.078-.029-.078-.067 0-.06.078-.069.194-.069.434 0 .9.03 1.004.03.107 0 .427-.03.823-.03.107 0 .174.01.174.07 0 .037-.036.066-.107.066-.05 0-.116 0-.23.03-.318.068-.36.277-.36.86l-.017 5.673c0 .641-.022.687-.088.687-.078 0-.195-.106-.705-.621-.11-.097-1.5-1.52-2.53-2.62a229.563 229.563 0 0 1-2.527-2.78l.125 4.635zM125.106 57.935c0-1.508 0-1.779-.019-2.09-.02-.331-.098-.482-.415-.55a1.755 1.755 0 0 0-.33-.028c-.04 0-.078-.02-.078-.058 0-.06.05-.08.154-.08.435 0 1.048.03 1.095.03.067 0 1.995 0 2.219-.01.181-.01.334-.03.414-.048.048-.01.087-.048.137-.048.029 0 .038.038.038.087 0 .069-.048.184-.078.453-.01.098-.03.525-.05.638-.008.048-.027.107-.068.107-.06 0-.077-.047-.077-.125 0-.068-.011-.231-.056-.347-.069-.158-.166-.273-.691-.331-.163-.021-1.216-.031-1.322-.031-.04 0-.06.03-.06.099v2.672c0 .07.011.098.06.098.126 0 1.313 0 1.539-.017.233-.022.368-.04.454-.137.065-.08.105-.128.143-.128.031 0 .05.02.05.079 0 .057-.05.224-.078.54a9.83 9.83 0 0 0-.04.62c0 .078 0 .182-.065.182-.05 0-.069-.039-.069-.086 0-.095 0-.19-.039-.317-.036-.136-.123-.302-.503-.34-.263-.03-1.22-.05-1.383-.05-.05 0-.069.029-.069.068v.854c0 .33-.009 1.451 0 1.654.03.668.177.793 1.125.793.248 0 .678 0 .928-.107.252-.106.367-.296.438-.696.017-.107.037-.146.086-.146.058 0 .058.08.058.146 0 .08-.079.736-.127.941-.067.252-.144.252-.524.252-1.463 0-2.11-.056-2.39-.056-.047 0-.66.027-.947.027-.109 0-.156-.017-.156-.076 0-.03.02-.06.077-.06.086 0 .204-.019.29-.04.193-.038.241-.252.28-.531.05-.408.05-1.173.05-2.101v-1.706z"/> - </g> - <path d="M41.58 36.524H0V0h41.58c-10.812 21.625 0 36.524 0 36.524zm50.184.02c-5.495-8.74-5.136-16.579-5.136-16.579L86.605 0h42.259l-.034 36.54-37.066.003z" fill="#E30713"/> - <path d="M50.787 0s-4.774 8.334-4.954 16.172h4.415v3.783h-4.596s-.36 7.84 5.135 16.576h-4.46s-10.81-14.908 0-36.531h4.46zm16.648 36.53l-.02-18.248C67.526 13.036 68.78 6.855 72.21 0h4.458s-4.775 8.334-4.957 16.171h4.417v3.785H71.64V36.53h-4.205zm14.178-16.567s-.363 7.838 5.134 16.577h-4.461s-5.043-6.954-4.794-18.253V0h4.1l.021 19.963zM53.03 36.538V0h4.144v36.538H53.03zM63.198 0c6.536 9.65 0 18.29 0 18.29h-4.414c6.939-9.19 0-18.29 0-18.29h4.414z" fill="#FFF"/> - </g> -</svg> \ No newline at end of file +<svg id="logo_epfl_2019" data-name="logo epfl 2019" xmlns="http://www.w3.org/2000/svg" width="182.4" height="53" viewBox="0 0 182.4 53"><defs><style>.cls-1{fill:#fff;}</style></defs><title>epfl-logo-negative-new</title><polygon class="cls-1" points="0 21.6 11.43 21.6 11.43 9.8 38.34 9.8 38.34 0 0 0 0 21.6"/><polygon class="cls-1" points="0 53 38.34 53 38.34 43.2 11.43 43.2 11.43 31.4 0 31.4 0 53"/><rect class="cls-1" x="11.43" y="21.6" width="24.61" height="9.8"/><path class="cls-1" d="M86,4.87a16.12,16.12,0,0,0-5.68-3.53A23.76,23.76,0,0,0,71.82,0H48.14V53H59.57V31.4H71.82a23.76,23.76,0,0,0,8.46-1.34A16.12,16.12,0,0,0,86,26.53a13.43,13.43,0,0,0,3.19-5,17.38,17.38,0,0,0,0-11.62A13.52,13.52,0,0,0,86,4.87ZM78,18.73a5.7,5.7,0,0,1-2.26,1.8,11.33,11.33,0,0,1-3.27.85,32,32,0,0,1-3.86.22H59.57V9.8h9.05a32,32,0,0,1,3.86.22,11,11,0,0,1,3.27.86A5.59,5.59,0,0,1,78,12.67a5,5,0,0,1,.86,3A5,5,0,0,1,78,18.73Z"/><polygon class="cls-1" points="155.47 43.2 155.47 0 144.04 0 144.04 53 182.38 53 182.38 43.2 155.47 43.2"/><polygon class="cls-1" points="97.42 21.6 108.85 21.6 108.85 9.8 135.76 9.8 135.76 0 97.42 0 97.42 21.6"/><rect class="cls-1" x="97.42" y="31.4" width="11.43" height="21.6"/><rect class="cls-1" x="108.85" y="21.6" width="24.61" height="9.8"/></svg> \ No newline at end of file diff --git a/canapEPFL/assets/epfl2018/svg/epfl-logo-old.svg b/canapEPFL/assets/epfl2018/svg/epfl-logo-old.svg new file mode 100644 index 0000000..e899d2c --- /dev/null +++ b/canapEPFL/assets/epfl2018/svg/epfl-logo-old.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 156.5 76"><defs><path id="g" d="M0 0c.06.107 0 .141-.048.141-.034 0-.152-.021-.353 0C-.978.203-1.8.47-2.19.635a.843.843 0 0 1-.178.06c-.023 0-.059-.025-.059-.072 0-.034.023-.057.082-.091C-1.921.24-.825-.423-.743-.469c.199-.119.271-.154.329-.154.035 0 .061.023.117.106z"/><path id="c" d="M0 0c-.034 0-.059-.023-.034-.084l1.036-3.18c.058-.178.116-.178.175 0l1.119 3.18c.012.049.012.084-.048.084H0zm-1.646 2.597c-.213.588-.448 1.037-.989 1.109-.095.012-.26.023-.343.023-.058 0-.105.023-.105.07 0 .072.071.094.225.094.553 0 1.2-.033 1.329-.033.131 0 .636.033.919.033.105 0 .177-.021.177-.094 0-.047-.035-.07-.118-.07h-.117c-.2 0-.448-.107-.448-.344 0-.213.06-.49.165-.789L-.245.512C-.221.455-.185.42-.127.42h2.53c.06 0 .083.021.106.068l1.095 2.896c.071.189 0 .295-.07.32-.048.012-.082.035-.082.082 0 .072.128.072.353.084.812.021 1.672.021 1.848.021.13 0 .235-.021.235-.094 0-.059-.046-.07-.118-.07-.117 0-.293-.012-.471-.07-.247-.072-.588-.262-1.011-1.311C3.57.559 1.721-4.304 1.544-4.75c-.141-.365-.188-.424-.259-.424-.07 0-.117.072-.258.459z"/><path id="h" d="M0 0c-1.142-1.027-1.424-2.363-1.424-3.482 0-.789.271-2.168 1.318-3.217.706-.703 1.777-1.258 3.589-1.258.472 0 1.131.036 1.707.142.448.081.825.153 1.202.175.129.012.151.061.151.131 0 .096-.034.236-.058.659-.023.389-.023 1.034-.035 1.212-.013.178-.036.25-.106.25-.082 0-.095-.084-.095-.25 0-.459-.188-.941-.494-1.201-.412-.35-1.317-.67-2.354-.67-1.564 0-2.295.46-2.706.857-.86.824-1.061 1.873-1.061 3.074 0 2.25 1.731 4.311 4.25 4.311.883 0 1.577-.105 2.048-.592.247-.26.4-.775.436-.988.024-.131.047-.18.118-.18.058 0 .082.084.082.18 0 .084-.142 1.105-.26 1.51-.069.219-.093.242-.306.336-.47.189-1.365.273-2.118.273C2.119 1.271.931.834 0 0z"/><path id="f" d="M0 0c0-.908 0-2.104.012-2.506 0-.131.034-.189.14-.236.096-.047.531-.084.766-.084 1.401 0 2.744.166 3.849 1.334.483.506 1.131 1.471 1.131 2.965 0 1.084-.329 2.215-.941 2.812-.694.693-1.707 1.096-2.802 1.096-1.389 0-1.849-.248-2.002-.471-.094-.131-.117-.6-.128-.896a92.714 92.714 0 0 1-.023-2.553zm-.989 2.262c0 1.129 0 2.059-.06 2.555-.046.34-.105.6-.342.646a1.696 1.696 0 0 1-.353.049c-.07 0-.094.035-.094.07 0 .072.059.094.188.094.353 0 1.095-.033 1.153-.033.117 0 1.601.139 2.613.139 2.001 0 3.06-.826 3.567-1.354.658-.693 1.27-1.836 1.27-3.32 0-1.398-.553-2.375-1.141-2.992-1.401-1.445-3.555-1.338-4.72-1.338-.707 0-1.448.037-1.59.037-.06 0-.801-.037-1.33-.037-.129 0-.188.023-.188.096 0 .047.048.07.095.07.105 0 .306.012.399.035.389.082.482.266.507.668.023.379.023.707.023 2.541z"/><path id="a" d="M0 0c0-1.836 0-2.168-.023-2.544-.023-.399-.117-.589-.506-.671a2.236 2.236 0 0 0-.4-.037c-.047 0-.094-.021-.094-.07 0-.07.059-.096.188-.096.529 0 1.271.037 1.329.037.083 0 2.426 0 2.696-.012.224-.012.412-.037.506-.06.06-.012.105-.057.165-.057.035 0 .046.045.046.104 0 .082-.058.224-.093.555-.013.117-.035.635-.059.776-.013.06-.036.132-.083.132-.07 0-.094-.061-.094-.154a1.29 1.29 0 0 0-.07-.426c-.084-.188-.2-.328-.837-.396-.2-.025-1.482-.037-1.611-.037-.048 0-.072.037-.072.119V.407c0 .084.013.119.072.119.151 0 1.601 0 1.87-.023.283-.023.448-.049.554-.164.083-.092.13-.15.176-.15.036 0 .06.023.06.094 0 .064-.06.268-.093.658-.024.238-.048.668-.048.75 0 .098 0 .227-.082.227-.06 0-.083-.047-.083-.107 0-.119 0-.236-.047-.389-.048-.162-.153-.361-.612-.408C2.437.977 1.272.953 1.072.953c-.06 0-.084.035-.084.082v1.037c0 .396-.011 1.764 0 2.014.036.811.213.965 1.366.965.307 0 .823 0 1.13-.131.308-.129.447-.367.53-.846.024-.131.047-.178.106-.178.069 0 .069.094.069.178 0 .092-.094.893-.151 1.137-.083.309-.178.309-.638.309-1.776 0-2.564-.072-2.907-.072-.059 0-.8.035-1.152.035-.13 0-.188-.023-.188-.094 0-.035.024-.072.094-.072.106 0 .248-.023.354-.047.234-.047.294-.303.341-.645.059-.492.059-1.424.059-2.553z"/><path id="e" d="M0 0c0 1.729.047 2.482.259 2.695.188.188.495.271 1.412.271.624 0 1.142-.012 1.424-.355.153-.189.271-.484.307-.705.012-.094.035-.152.106-.152.059 0 .069.047.069.178 0 .127-.082.834-.176 1.174-.083.271-.117.318-.741.318-1.695 0-2.473-.072-3.155-.072-.105 0-.8.035-1.153.035-.129 0-.188-.023-.188-.094 0-.035.023-.072.095-.072.106 0 .247-.023.354-.047.235-.047.293-.303.341-.645.059-.492.059-1.424.059-2.553v-2.072c0-1.836 0-2.168-.023-2.544-.024-.399-.118-.589-.506-.671a2.262 2.262 0 0 0-.4-.037c-.047 0-.095-.021-.095-.07 0-.07.06-.096.189-.096.529 0 1.27.037 1.329.037s.918-.037 1.272-.037c.128 0 .188.025.188.096 0 .049-.047.07-.094.07-.083 0-.248.014-.389.037-.342.059-.436.26-.459.671-.023.376-.023.708-.023 2.544z"/><path id="b" d="M0 0c.023.967.137 1.271.457 1.363.225.061.484.07.588.07.059 0 .092.023.092.072 0 .07-.068.094-.207.094-.674 0-1.141-.035-1.248-.035s-.602.035-1.131.035c-.119 0-.189-.01-.189-.094 0-.049.035-.072.094-.072.096 0 .309-.01.486-.07.291-.08.35-.42.35-1.492l.014-6.744c0-.462.035-.59.129-.59s.297.258.414.377c.176.199 1.93 2.096 3.742 4.037C4.757-1.799 6.038-.367 6.415.025l-.131-5.981c-.01-.763-.096-1.024-.457-1.118a3.178 3.178 0 0 0-.578-.061c-.082 0-.096-.033-.096-.082 0-.07.096-.084.236-.084.529 0 1.096.037 1.227.037s.518-.037 1-.037c.129 0 .211.014.211.084 0 .049-.047.082-.127.082-.061 0-.143 0-.285.037-.389.082-.438.344-.438 1.047L6.954.847c0 .777-.023.834-.105.834-.092 0-.23-.129-.859-.752A137.792 137.792 0 0 1 2.922-2.26 201.816 201.816 0 0 1-.15-5.639z"/><path id="i" d="M0 0c0-2.576 1.472-3.874 3.437-3.874 1.86 0 3.579 1.521 3.579 4.347 0 3.424-2.189 4.035-3.249 4.035C1.647 4.508 0 2.74 0 0zm-1.119.332c0 2.117 1.343 4.623 4.567 4.623 2.837 0 4.697-2.18 4.697-4.814 0-2.74-1.978-4.414-4.626-4.414-3.247 0-4.638 2.697-4.638 4.605z"/><path id="d" d="M0 0c0-1.836 0-2.168-.023-2.544-.023-.399-.117-.589-.51-.671a2.23 2.23 0 0 0-.398-.037c-.045 0-.094-.021-.094-.07 0-.07.061-.096.188-.096.531 0 1.248.037 1.355.037.105 0 .809-.037 1.164-.037.133 0 .189.025.189.096 0 .049-.049.07-.092.07-.086 0-.156.014-.299.037-.318.046-.41.26-.434.671-.023.376-.023.708-.023 2.544v1.646c0 1.693.375 2.428.885 2.906.574.545 1.105.648 1.775.648.717 0 1.422-.34 1.848-.85.541-.668.682-1.67.682-2.883V-.002c0-1.836 0-2.168-.023-2.544-.023-.399-.117-.589-.504-.671a2.258 2.258 0 0 0-.402-.037c-.049 0-.094-.021-.094-.07 0-.07.057-.096.188-.096.531 0 1.18.037 1.25.037.082 0 .633-.037.99-.037.129 0 .186.025.186.096 0 .049-.045.07-.092.07-.082 0-.154 0-.297.037-.32.059-.412.26-.436.671-.025.376-.025.708-.025 2.544v1.26c0 1.268-.139 2.684-1.082 3.52-.846.752-1.729.869-2.426.869-.396 0-1.586-.047-2.422-.836C.446 4.256.001 3.432.001 1.715z"/></defs><use xlink:href="#a" x="152.108" y="69.339"/><use xlink:href="#b" x="141.277" y="73.224"/><use xlink:href="#b" x="130.133" y="73.224"/><use xlink:href="#c" x="122.247" y="70.929"/><path d="M114.109 74.671c-.164-.082-.176-.131-.176-.449 0-.588.047-1.061.061-1.246.012-.127.035-.188.094-.188.07 0 .082.035.082.129 0 .105 0 .268.035.434.178.871.955 1.201 1.742 1.201 1.131 0 1.682-.811 1.682-1.564 0-.814-.338-1.283-1.352-2.117l-.531-.439c-1.244-1.023-1.529-1.752-1.529-2.551 0-1.262.943-2.121 2.436-2.121.461 0 .803.047 1.096.119.223.047.318.059.412.059s.121.025.121.084-.049.443-.049 1.242c0 .191-.023.273-.084.273-.07 0-.082-.061-.094-.154-.012-.141-.084-.457-.154-.588-.07-.129-.387-.623-1.467-.623-.816 0-1.453.506-1.453 1.365 0 .67.332 1.07 1.441 1.977l.324.262c1.391 1.096 1.721 1.824 1.721 2.764 0 .484-.186 1.381-1 1.955-.508.355-1.141.494-1.777.494-.555-.002-1.094-.084-1.581-.318z"/><use xlink:href="#d" x="104.414" y="69.339"/><use xlink:href="#c" x="97.526" y="70.929"/><use xlink:href="#e" x="90.642" y="71.435"/><g><use xlink:href="#a" x="78.646" y="69.339"/><use xlink:href="#f" x="68.843" y="69.147"/></g><g><use xlink:href="#a" x="56.847" y="69.339"/><use xlink:href="#e" x="50.868" y="71.435"/><use xlink:href="#c" x="42.31" y="70.929"/><path d="M33.706 66.511c0-.07.035-.119.095-.141.116-.037.435-.072.788-.072 1.26 0 2.036.887 2.036 2.355 0 .895-.307 1.529-.719 1.812-.271.191-.6.225-.882.225-.519 0-1.06-.082-1.236-.188-.06-.037-.082-.082-.082-.143zm-.942 4.898c0 1.129 0 2.059-.059 2.555-.047.34-.105.6-.341.646a1.714 1.714 0 0 1-.354.049c-.07 0-.094.035-.094.07 0 .072.059.094.188.094.353 0 1.095-.033 1.106-.033.058 0 .8.033 1.447.033.13 0 .188-.033.188-.094 0-.035-.022-.07-.093-.07a4.62 4.62 0 0 1-.531-.049c-.352-.047-.422-.307-.458-.646-.059-.496-.059-1.426-.059-2.555v-.283c0-.057.022-.094.082-.094l1.447.023c.071 0 .106.025.153.07.236.307.789 1.094 1.283 1.744.671.883 1.084 1.457 1.589 1.73.307.166.601.223 1.26.223h.836c.212 0 .282-.021.282-.094 0-.035-.047-.07-.106-.07-.07 0-.235 0-.459-.037-.293-.047-.8-.178-1.436-.844-.682-.732-1.483-1.779-2.449-3.016 1.061-.977 1.425-1.846 1.425-2.719 0-.814-.518-1.391-.812-1.604-.624-.443-1.413-.516-2.154-.516-.365 0-1.259.037-1.39.037-.058 0-.8-.037-1.329-.037-.13 0-.188.023-.188.096 0 .047.046.07.094.07.106 0 .307.012.4.035.39.082.482.266.506.668.023.379.023.707.023 2.541z"/><use xlink:href="#a" x="25.586" y="69.339"/><use xlink:href="#g" x="28.999" y="64.323"/><use xlink:href="#f" x="16.251" y="69.147"/><use xlink:href="#a" x="8.082" y="69.339"/><use xlink:href="#g" x="11.495" y="64.323"/><path d="M1.112 69.335c0-1.834 0-2.162-.023-2.541-.023-.402-.117-.586-.506-.668a2.247 2.247 0 0 0-.4-.035c-.047 0-.094-.023-.094-.07 0-.072.06-.096.188-.096.529 0 1.271.037 1.33.037.235 0 2.624 0 2.896-.014.224-.012.412-.012.518-.047.072-.023.118-.07.165-.07.048 0 .071.047.071.105 0 .084-.06.225-.095.551-.011.119-.035.639-.06.775-.01.059-.034.131-.093.131-.06 0-.082-.059-.082-.143a1.27 1.27 0 0 0-.106-.443c-.071-.154-.343-.367-.801-.379l-1.813-.037c-.069 0-.105.037-.105.133v3.25c0 .072.013.105.082.105l1.508-.012c.199 0 .365 0 .529-.012.282-.023.436-.059.541-.213.048-.061.083-.119.13-.119s.058.039.058.097c0 .07-.059.273-.095.656a15.78 15.78 0 0 0-.046.793c0 .102 0 .221-.083.221-.059 0-.082-.047-.082-.105-.012-.115-.024-.279-.07-.422-.06-.166-.247-.379-.612-.426-.295-.035-1.577-.035-1.778-.035-.059 0-.082.021-.082.105v1.002c0 1.129 0 2.059.06 2.555.035.34.105.6.459.646.164.025.424.049.529.049.07 0 .093.035.093.07 0 .061-.058.094-.188.094-.646 0-1.388-.033-1.447-.033s-.801.033-1.153.033c-.131 0-.188-.021-.188-.094 0-.035.023-.07.094-.07.106 0 .247-.023.354-.049.234-.047.293-.307.34-.646.059-.496.059-1.426.059-2.555z"/></g><g><use xlink:href="#a" x="152.196" y="55.214"/><use xlink:href="#d" x="141.744" y="55.214"/><path d="M131.371 55.907c0-2.576 1.475-3.874 3.439-3.874 1.859 0 3.578 1.521 3.578 4.347 0 3.424-2.191 4.035-3.25 4.035-2.118 0-3.767-1.768-3.767-4.508zm7.313 5.649c1.906 1.049 3.422 1.58 4.85 1.58a9.008 9.008 0 0 0 3.73-.812c.072-.037.096-.07.096-.117a.068.068 0 0 0-.072-.07c-.035 0-.094.023-.166.049a6.75 6.75 0 0 1-2.318.455c-.588 0-2.375-.061-4.955-1.385l-2.414-1.25c.777-.512 2.086-1.885 2.086-3.957 0-2.729-1.979-4.414-4.625-4.414-3.25 0-4.641 2.697-4.641 4.605 0 2.117 1.342 4.623 4.605 4.623.621 0 1.422-.176 1.846-.402l1.978 1.095zM127.404 57.286c0 1.129 0 2.061.061 2.553.035.342.105.598.461.645.164.023.422.047.527.047.07 0 .094.037.094.072 0 .059-.059.094-.188.094-.648 0-1.389-.035-1.447-.035s-.799.035-1.154.035c-.131 0-.189-.023-.189-.094 0-.035.023-.072.094-.072.107 0 .25-.023.355-.047.234-.047.295-.303.34-.645.057-.492.057-1.424.057-2.553v-2.072c0-1.836 0-2.168-.021-2.544-.021-.399-.141-.601-.398-.659a1.593 1.593 0 0 0-.367-.049c-.047 0-.094-.021-.094-.07 0-.07.059-.096.188-.096.393 0 1.133.037 1.191.037s.799-.037 1.156-.037c.127 0 .186.025.186.096 0 .049-.049.07-.094.07-.082 0-.152.014-.293.037-.322.059-.416.26-.439.671-.023.376-.023.708-.023 2.544z"/><use xlink:href="#b" x="115.59" y="59.097"/><path d="M111.08 57.286c0 1.129 0 2.061.059 2.553.035.342.107.598.461.645.162.023.42.047.527.047.072 0 .094.037.094.072 0 .059-.059.094-.188.094-.646 0-1.387-.035-1.445-.035s-.803.035-1.156.035c-.129 0-.188-.023-.188-.094 0-.035.021-.072.094-.072.107 0 .25-.023.355-.047.232-.047.291-.303.338-.645.061-.492.061-1.424.061-2.553v-1.238c0-.047-.037-.07-.072-.07h-4.992c-.035 0-.068.012-.068.07v1.238c0 1.129 0 2.061.057 2.553.035.342.107.598.463.645.166.023.422.047.525.047.072 0 .098.037.098.072 0 .059-.061.094-.189.094-.646 0-1.389-.035-1.447-.035s-.799.035-1.152.035c-.131 0-.191-.023-.191-.094 0-.035.025-.072.096-.072.105 0 .246-.023.354-.047.238-.047.297-.303.344-.645.057-.492.057-1.424.057-2.553v-2.072c0-1.836 0-2.168-.023-2.544-.023-.399-.115-.589-.506-.671a2.258 2.258 0 0 0-.402-.037c-.047 0-.092-.021-.092-.07 0-.07.057-.096.186-.096.533 0 1.273.037 1.332.037s.801-.037 1.154-.037c.133 0 .189.025.189.096 0 .049-.047.07-.094.07-.082 0-.154.014-.297.037-.318.059-.412.26-.438.671-.021.376-.021.708-.021 2.544v.248c0 .057.033.066.068.066h4.992c.035 0 .072-.01.072-.066v-.248c0-1.836 0-2.168-.025-2.544-.023-.399-.117-.589-.502-.671a2.312 2.312 0 0 0-.402-.037c-.049 0-.098-.021-.098-.07 0-.07.061-.096.191-.096.529 0 1.273.037 1.332.037s.799-.037 1.15-.037c.129 0 .188.025.188.096 0 .049-.047.07-.094.07-.082 0-.15.014-.289.037-.322.059-.418.26-.439.671-.023.376-.023.708-.023 2.544z"/><use xlink:href="#h" x="94.574" y="59.591"/><use xlink:href="#a" x="87.313" y="55.214"/><path d="M81.689 57.286c0 1.129 0 2.061.057 2.553.035.342.107.598.461.645.166.023.424.047.527.047.072 0 .094.037.094.072 0 .059-.059.094-.185.094-.648 0-1.388-.035-1.446-.035-.061 0-.801.035-1.156.035-.131 0-.189-.023-.189-.094 0-.035.023-.072.094-.072.107 0 .25-.023.355-.047.234-.047.295-.303.34-.645.061-.492.061-1.424.061-2.553v-4.98l-1.744.023c-.729.014-1.011.096-1.198.377a1.92 1.92 0 0 0-.201.364c-.035.095-.07.118-.118.118-.035 0-.06-.035-.06-.106 0-.118.236-1.132.26-1.226.023-.072.071-.223.119-.223.081 0 .199.116.519.142.339.034.786.058.929.058h4.414c.753 0 1.067-.116 1.163-.116.061 0 .061.067.061.14 0 .354-.035 1.167-.035 1.297 0 .105-.035.154-.084.154-.059 0-.082-.035-.096-.201l-.011-.131c-.044-.352-.313-.621-1.444-.646l-1.484-.023zM72.556 57.647c0-.635-.117-.893-.271-1.232-.082-.188-1.659-2.78-2.07-3.392-.296-.436-.59-.728-.802-.871-.176-.119-.399-.19-.507-.19-.059 0-.116-.021-.116-.082 0-.047.046-.084.152-.084.224 0 1.106.037 1.165.037.083 0 .53-.037.988-.037.131 0 .154.037.154.084 0 .049-.071.061-.178.107-.093.046-.151.118-.151.211 0 .145.059.283.151.461.188.34 1.955 3.377 2.166 3.721.224-.496 1.719-3.072 1.954-3.463.154-.247.199-.447.199-.6 0-.165-.045-.295-.188-.33-.104-.037-.176-.059-.176-.119 0-.047.071-.072.188-.072.306 0 .682.037.776.037.071 0 .918-.037 1.141-.037.083 0 .155.025.155.072 0 .061-.06.094-.155.094a1.12 1.12 0 0 0-.541.168c-.235.141-.364.283-.623.597-.388.474-2.037 3.239-2.249 3.747-.176.422-.176.789-.176 1.174v1.014c0 .188 0 .686.035 1.178.024.342.129.598.483.645.164.023.423.047.529.047.069 0 .094.037.094.072 0 .059-.058.094-.188.094-.646 0-1.388-.035-1.447-.035s-.802.035-1.153.035c-.131 0-.188-.023-.188-.094 0-.035.023-.072.093-.072.107 0 .247-.023.354-.047.235-.047.341-.303.364-.645.036-.492.036-.99.036-1.178z"/><use xlink:href="#e" x="65.505" y="57.31"/><use xlink:href="#i" x="53.758" y="55.907"/><path d="M46.424 55.214c0-1.836 0-2.168-.023-2.544-.023-.399-.118-.589-.507-.671a2.222 2.222 0 0 0-.398-.037c-.048 0-.096-.021-.096-.07 0-.07.06-.096.188-.096.53 0 1.236.037 1.331.037.258 0 .94-.037 1.482-.037 1.473 0 2.001.5 2.189.674.26.246.589.777.589 1.398 0 1.674-1.224 2.803-2.896 2.803-.06 0-.188 0-.247-.014-.06 0-.13-.021-.13-.082 0-.09.07-.102.317-.102 1.142 0 2.037-.84 2.037-1.922 0-.387-.035-1.174-.659-1.812-.625-.635-1.342-.588-1.613-.588-.199 0-.4.024-.506.071-.07.023-.095.105-.095.223v4.84c0 1.129 0 2.061.06 2.553.035.342.105.598.459.645.165.023.423.047.53.047.07 0 .094.037.094.072 0 .059-.06.094-.188.094-.647 0-1.389-.035-1.448-.035-.035 0-.776.035-1.129.035-.13 0-.189-.023-.189-.094 0-.035.024-.072.094-.072.106 0 .247-.023.354-.047.235-.047.295-.303.342-.645.059-.492.059-1.424.059-2.553z"/></g><g><use xlink:href="#a" x="35.418" y="55.214"/><use xlink:href="#e" x="29.439" y="57.31"/><use xlink:href="#i" x="17.457" y="55.907"/><use xlink:href="#h" x="8.287" y="59.591"/><use xlink:href="#a" x="1.025" y="55.214"/><use xlink:href="#g" x="4.438" y="50.198"/></g><g><path d="M61.177 0s-5.778 10.086-5.996 19.572h5.342v4.578h-5.561s-.437 9.487 6.215 20.062H55.78S42.697 26.169 55.78 0h5.397zM81.404 44.22h5.09V24.16h5.432v-4.58H86.58C86.799 10.095 92.578.009 92.578.009h-5.395c-4.15 8.296-5.668 15.777-5.805 22.125l.026 22.086zM99.967 24.16s-.439 9.485 6.213 20.062h-5.398s-6.103-8.416-5.801-22.089V0h4.959l.027 24.16zM64.512 0h5.015v44.22h-5.015zM76.287 0h-5.342s8.396 11.013 0 22.134h5.342s7.91-10.455 0-22.134z"/><path fill="#e2001a" d="M50.637 44.198S37.553 26.169 50.637 0H.319v44.198h50.318zM111.367 44.222c-6.65-10.576-6.215-20.062-6.215-20.062L105.125 0h51.139l-.041 44.218-44.856.004z"/></g></svg> diff --git a/canapEPFL/assets/epfl2018/svg/epfl-logo.svg b/canapEPFL/assets/epfl2018/svg/epfl-logo.svg index e899d2c..2abe038 100644 --- a/canapEPFL/assets/epfl2018/svg/epfl-logo.svg +++ b/canapEPFL/assets/epfl2018/svg/epfl-logo.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 156.5 76"><defs><path id="g" d="M0 0c.06.107 0 .141-.048.141-.034 0-.152-.021-.353 0C-.978.203-1.8.47-2.19.635a.843.843 0 0 1-.178.06c-.023 0-.059-.025-.059-.072 0-.034.023-.057.082-.091C-1.921.24-.825-.423-.743-.469c.199-.119.271-.154.329-.154.035 0 .061.023.117.106z"/><path id="c" d="M0 0c-.034 0-.059-.023-.034-.084l1.036-3.18c.058-.178.116-.178.175 0l1.119 3.18c.012.049.012.084-.048.084H0zm-1.646 2.597c-.213.588-.448 1.037-.989 1.109-.095.012-.26.023-.343.023-.058 0-.105.023-.105.07 0 .072.071.094.225.094.553 0 1.2-.033 1.329-.033.131 0 .636.033.919.033.105 0 .177-.021.177-.094 0-.047-.035-.07-.118-.07h-.117c-.2 0-.448-.107-.448-.344 0-.213.06-.49.165-.789L-.245.512C-.221.455-.185.42-.127.42h2.53c.06 0 .083.021.106.068l1.095 2.896c.071.189 0 .295-.07.32-.048.012-.082.035-.082.082 0 .072.128.072.353.084.812.021 1.672.021 1.848.021.13 0 .235-.021.235-.094 0-.059-.046-.07-.118-.07-.117 0-.293-.012-.471-.07-.247-.072-.588-.262-1.011-1.311C3.57.559 1.721-4.304 1.544-4.75c-.141-.365-.188-.424-.259-.424-.07 0-.117.072-.258.459z"/><path id="h" d="M0 0c-1.142-1.027-1.424-2.363-1.424-3.482 0-.789.271-2.168 1.318-3.217.706-.703 1.777-1.258 3.589-1.258.472 0 1.131.036 1.707.142.448.081.825.153 1.202.175.129.012.151.061.151.131 0 .096-.034.236-.058.659-.023.389-.023 1.034-.035 1.212-.013.178-.036.25-.106.25-.082 0-.095-.084-.095-.25 0-.459-.188-.941-.494-1.201-.412-.35-1.317-.67-2.354-.67-1.564 0-2.295.46-2.706.857-.86.824-1.061 1.873-1.061 3.074 0 2.25 1.731 4.311 4.25 4.311.883 0 1.577-.105 2.048-.592.247-.26.4-.775.436-.988.024-.131.047-.18.118-.18.058 0 .082.084.082.18 0 .084-.142 1.105-.26 1.51-.069.219-.093.242-.306.336-.47.189-1.365.273-2.118.273C2.119 1.271.931.834 0 0z"/><path id="f" d="M0 0c0-.908 0-2.104.012-2.506 0-.131.034-.189.14-.236.096-.047.531-.084.766-.084 1.401 0 2.744.166 3.849 1.334.483.506 1.131 1.471 1.131 2.965 0 1.084-.329 2.215-.941 2.812-.694.693-1.707 1.096-2.802 1.096-1.389 0-1.849-.248-2.002-.471-.094-.131-.117-.6-.128-.896a92.714 92.714 0 0 1-.023-2.553zm-.989 2.262c0 1.129 0 2.059-.06 2.555-.046.34-.105.6-.342.646a1.696 1.696 0 0 1-.353.049c-.07 0-.094.035-.094.07 0 .072.059.094.188.094.353 0 1.095-.033 1.153-.033.117 0 1.601.139 2.613.139 2.001 0 3.06-.826 3.567-1.354.658-.693 1.27-1.836 1.27-3.32 0-1.398-.553-2.375-1.141-2.992-1.401-1.445-3.555-1.338-4.72-1.338-.707 0-1.448.037-1.59.037-.06 0-.801-.037-1.33-.037-.129 0-.188.023-.188.096 0 .047.048.07.095.07.105 0 .306.012.399.035.389.082.482.266.507.668.023.379.023.707.023 2.541z"/><path id="a" d="M0 0c0-1.836 0-2.168-.023-2.544-.023-.399-.117-.589-.506-.671a2.236 2.236 0 0 0-.4-.037c-.047 0-.094-.021-.094-.07 0-.07.059-.096.188-.096.529 0 1.271.037 1.329.037.083 0 2.426 0 2.696-.012.224-.012.412-.037.506-.06.06-.012.105-.057.165-.057.035 0 .046.045.046.104 0 .082-.058.224-.093.555-.013.117-.035.635-.059.776-.013.06-.036.132-.083.132-.07 0-.094-.061-.094-.154a1.29 1.29 0 0 0-.07-.426c-.084-.188-.2-.328-.837-.396-.2-.025-1.482-.037-1.611-.037-.048 0-.072.037-.072.119V.407c0 .084.013.119.072.119.151 0 1.601 0 1.87-.023.283-.023.448-.049.554-.164.083-.092.13-.15.176-.15.036 0 .06.023.06.094 0 .064-.06.268-.093.658-.024.238-.048.668-.048.75 0 .098 0 .227-.082.227-.06 0-.083-.047-.083-.107 0-.119 0-.236-.047-.389-.048-.162-.153-.361-.612-.408C2.437.977 1.272.953 1.072.953c-.06 0-.084.035-.084.082v1.037c0 .396-.011 1.764 0 2.014.036.811.213.965 1.366.965.307 0 .823 0 1.13-.131.308-.129.447-.367.53-.846.024-.131.047-.178.106-.178.069 0 .069.094.069.178 0 .092-.094.893-.151 1.137-.083.309-.178.309-.638.309-1.776 0-2.564-.072-2.907-.072-.059 0-.8.035-1.152.035-.13 0-.188-.023-.188-.094 0-.035.024-.072.094-.072.106 0 .248-.023.354-.047.234-.047.294-.303.341-.645.059-.492.059-1.424.059-2.553z"/><path id="e" d="M0 0c0 1.729.047 2.482.259 2.695.188.188.495.271 1.412.271.624 0 1.142-.012 1.424-.355.153-.189.271-.484.307-.705.012-.094.035-.152.106-.152.059 0 .069.047.069.178 0 .127-.082.834-.176 1.174-.083.271-.117.318-.741.318-1.695 0-2.473-.072-3.155-.072-.105 0-.8.035-1.153.035-.129 0-.188-.023-.188-.094 0-.035.023-.072.095-.072.106 0 .247-.023.354-.047.235-.047.293-.303.341-.645.059-.492.059-1.424.059-2.553v-2.072c0-1.836 0-2.168-.023-2.544-.024-.399-.118-.589-.506-.671a2.262 2.262 0 0 0-.4-.037c-.047 0-.095-.021-.095-.07 0-.07.06-.096.189-.096.529 0 1.27.037 1.329.037s.918-.037 1.272-.037c.128 0 .188.025.188.096 0 .049-.047.07-.094.07-.083 0-.248.014-.389.037-.342.059-.436.26-.459.671-.023.376-.023.708-.023 2.544z"/><path id="b" d="M0 0c.023.967.137 1.271.457 1.363.225.061.484.07.588.07.059 0 .092.023.092.072 0 .07-.068.094-.207.094-.674 0-1.141-.035-1.248-.035s-.602.035-1.131.035c-.119 0-.189-.01-.189-.094 0-.049.035-.072.094-.072.096 0 .309-.01.486-.07.291-.08.35-.42.35-1.492l.014-6.744c0-.462.035-.59.129-.59s.297.258.414.377c.176.199 1.93 2.096 3.742 4.037C4.757-1.799 6.038-.367 6.415.025l-.131-5.981c-.01-.763-.096-1.024-.457-1.118a3.178 3.178 0 0 0-.578-.061c-.082 0-.096-.033-.096-.082 0-.07.096-.084.236-.084.529 0 1.096.037 1.227.037s.518-.037 1-.037c.129 0 .211.014.211.084 0 .049-.047.082-.127.082-.061 0-.143 0-.285.037-.389.082-.438.344-.438 1.047L6.954.847c0 .777-.023.834-.105.834-.092 0-.23-.129-.859-.752A137.792 137.792 0 0 1 2.922-2.26 201.816 201.816 0 0 1-.15-5.639z"/><path id="i" d="M0 0c0-2.576 1.472-3.874 3.437-3.874 1.86 0 3.579 1.521 3.579 4.347 0 3.424-2.189 4.035-3.249 4.035C1.647 4.508 0 2.74 0 0zm-1.119.332c0 2.117 1.343 4.623 4.567 4.623 2.837 0 4.697-2.18 4.697-4.814 0-2.74-1.978-4.414-4.626-4.414-3.247 0-4.638 2.697-4.638 4.605z"/><path id="d" d="M0 0c0-1.836 0-2.168-.023-2.544-.023-.399-.117-.589-.51-.671a2.23 2.23 0 0 0-.398-.037c-.045 0-.094-.021-.094-.07 0-.07.061-.096.188-.096.531 0 1.248.037 1.355.037.105 0 .809-.037 1.164-.037.133 0 .189.025.189.096 0 .049-.049.07-.092.07-.086 0-.156.014-.299.037-.318.046-.41.26-.434.671-.023.376-.023.708-.023 2.544v1.646c0 1.693.375 2.428.885 2.906.574.545 1.105.648 1.775.648.717 0 1.422-.34 1.848-.85.541-.668.682-1.67.682-2.883V-.002c0-1.836 0-2.168-.023-2.544-.023-.399-.117-.589-.504-.671a2.258 2.258 0 0 0-.402-.037c-.049 0-.094-.021-.094-.07 0-.07.057-.096.188-.096.531 0 1.18.037 1.25.037.082 0 .633-.037.99-.037.129 0 .186.025.186.096 0 .049-.045.07-.092.07-.082 0-.154 0-.297.037-.32.059-.412.26-.436.671-.025.376-.025.708-.025 2.544v1.26c0 1.268-.139 2.684-1.082 3.52-.846.752-1.729.869-2.426.869-.396 0-1.586-.047-2.422-.836C.446 4.256.001 3.432.001 1.715z"/></defs><use xlink:href="#a" x="152.108" y="69.339"/><use xlink:href="#b" x="141.277" y="73.224"/><use xlink:href="#b" x="130.133" y="73.224"/><use xlink:href="#c" x="122.247" y="70.929"/><path d="M114.109 74.671c-.164-.082-.176-.131-.176-.449 0-.588.047-1.061.061-1.246.012-.127.035-.188.094-.188.07 0 .082.035.082.129 0 .105 0 .268.035.434.178.871.955 1.201 1.742 1.201 1.131 0 1.682-.811 1.682-1.564 0-.814-.338-1.283-1.352-2.117l-.531-.439c-1.244-1.023-1.529-1.752-1.529-2.551 0-1.262.943-2.121 2.436-2.121.461 0 .803.047 1.096.119.223.047.318.059.412.059s.121.025.121.084-.049.443-.049 1.242c0 .191-.023.273-.084.273-.07 0-.082-.061-.094-.154-.012-.141-.084-.457-.154-.588-.07-.129-.387-.623-1.467-.623-.816 0-1.453.506-1.453 1.365 0 .67.332 1.07 1.441 1.977l.324.262c1.391 1.096 1.721 1.824 1.721 2.764 0 .484-.186 1.381-1 1.955-.508.355-1.141.494-1.777.494-.555-.002-1.094-.084-1.581-.318z"/><use xlink:href="#d" x="104.414" y="69.339"/><use xlink:href="#c" x="97.526" y="70.929"/><use xlink:href="#e" x="90.642" y="71.435"/><g><use xlink:href="#a" x="78.646" y="69.339"/><use xlink:href="#f" x="68.843" y="69.147"/></g><g><use xlink:href="#a" x="56.847" y="69.339"/><use xlink:href="#e" x="50.868" y="71.435"/><use xlink:href="#c" x="42.31" y="70.929"/><path d="M33.706 66.511c0-.07.035-.119.095-.141.116-.037.435-.072.788-.072 1.26 0 2.036.887 2.036 2.355 0 .895-.307 1.529-.719 1.812-.271.191-.6.225-.882.225-.519 0-1.06-.082-1.236-.188-.06-.037-.082-.082-.082-.143zm-.942 4.898c0 1.129 0 2.059-.059 2.555-.047.34-.105.6-.341.646a1.714 1.714 0 0 1-.354.049c-.07 0-.094.035-.094.07 0 .072.059.094.188.094.353 0 1.095-.033 1.106-.033.058 0 .8.033 1.447.033.13 0 .188-.033.188-.094 0-.035-.022-.07-.093-.07a4.62 4.62 0 0 1-.531-.049c-.352-.047-.422-.307-.458-.646-.059-.496-.059-1.426-.059-2.555v-.283c0-.057.022-.094.082-.094l1.447.023c.071 0 .106.025.153.07.236.307.789 1.094 1.283 1.744.671.883 1.084 1.457 1.589 1.73.307.166.601.223 1.26.223h.836c.212 0 .282-.021.282-.094 0-.035-.047-.07-.106-.07-.07 0-.235 0-.459-.037-.293-.047-.8-.178-1.436-.844-.682-.732-1.483-1.779-2.449-3.016 1.061-.977 1.425-1.846 1.425-2.719 0-.814-.518-1.391-.812-1.604-.624-.443-1.413-.516-2.154-.516-.365 0-1.259.037-1.39.037-.058 0-.8-.037-1.329-.037-.13 0-.188.023-.188.096 0 .047.046.07.094.07.106 0 .307.012.4.035.39.082.482.266.506.668.023.379.023.707.023 2.541z"/><use xlink:href="#a" x="25.586" y="69.339"/><use xlink:href="#g" x="28.999" y="64.323"/><use xlink:href="#f" x="16.251" y="69.147"/><use xlink:href="#a" x="8.082" y="69.339"/><use xlink:href="#g" x="11.495" y="64.323"/><path d="M1.112 69.335c0-1.834 0-2.162-.023-2.541-.023-.402-.117-.586-.506-.668a2.247 2.247 0 0 0-.4-.035c-.047 0-.094-.023-.094-.07 0-.072.06-.096.188-.096.529 0 1.271.037 1.33.037.235 0 2.624 0 2.896-.014.224-.012.412-.012.518-.047.072-.023.118-.07.165-.07.048 0 .071.047.071.105 0 .084-.06.225-.095.551-.011.119-.035.639-.06.775-.01.059-.034.131-.093.131-.06 0-.082-.059-.082-.143a1.27 1.27 0 0 0-.106-.443c-.071-.154-.343-.367-.801-.379l-1.813-.037c-.069 0-.105.037-.105.133v3.25c0 .072.013.105.082.105l1.508-.012c.199 0 .365 0 .529-.012.282-.023.436-.059.541-.213.048-.061.083-.119.13-.119s.058.039.058.097c0 .07-.059.273-.095.656a15.78 15.78 0 0 0-.046.793c0 .102 0 .221-.083.221-.059 0-.082-.047-.082-.105-.012-.115-.024-.279-.07-.422-.06-.166-.247-.379-.612-.426-.295-.035-1.577-.035-1.778-.035-.059 0-.082.021-.082.105v1.002c0 1.129 0 2.059.06 2.555.035.34.105.6.459.646.164.025.424.049.529.049.07 0 .093.035.093.07 0 .061-.058.094-.188.094-.646 0-1.388-.033-1.447-.033s-.801.033-1.153.033c-.131 0-.188-.021-.188-.094 0-.035.023-.07.094-.07.106 0 .247-.023.354-.049.234-.047.293-.307.34-.646.059-.496.059-1.426.059-2.555z"/></g><g><use xlink:href="#a" x="152.196" y="55.214"/><use xlink:href="#d" x="141.744" y="55.214"/><path d="M131.371 55.907c0-2.576 1.475-3.874 3.439-3.874 1.859 0 3.578 1.521 3.578 4.347 0 3.424-2.191 4.035-3.25 4.035-2.118 0-3.767-1.768-3.767-4.508zm7.313 5.649c1.906 1.049 3.422 1.58 4.85 1.58a9.008 9.008 0 0 0 3.73-.812c.072-.037.096-.07.096-.117a.068.068 0 0 0-.072-.07c-.035 0-.094.023-.166.049a6.75 6.75 0 0 1-2.318.455c-.588 0-2.375-.061-4.955-1.385l-2.414-1.25c.777-.512 2.086-1.885 2.086-3.957 0-2.729-1.979-4.414-4.625-4.414-3.25 0-4.641 2.697-4.641 4.605 0 2.117 1.342 4.623 4.605 4.623.621 0 1.422-.176 1.846-.402l1.978 1.095zM127.404 57.286c0 1.129 0 2.061.061 2.553.035.342.105.598.461.645.164.023.422.047.527.047.07 0 .094.037.094.072 0 .059-.059.094-.188.094-.648 0-1.389-.035-1.447-.035s-.799.035-1.154.035c-.131 0-.189-.023-.189-.094 0-.035.023-.072.094-.072.107 0 .25-.023.355-.047.234-.047.295-.303.34-.645.057-.492.057-1.424.057-2.553v-2.072c0-1.836 0-2.168-.021-2.544-.021-.399-.141-.601-.398-.659a1.593 1.593 0 0 0-.367-.049c-.047 0-.094-.021-.094-.07 0-.07.059-.096.188-.096.393 0 1.133.037 1.191.037s.799-.037 1.156-.037c.127 0 .186.025.186.096 0 .049-.049.07-.094.07-.082 0-.152.014-.293.037-.322.059-.416.26-.439.671-.023.376-.023.708-.023 2.544z"/><use xlink:href="#b" x="115.59" y="59.097"/><path d="M111.08 57.286c0 1.129 0 2.061.059 2.553.035.342.107.598.461.645.162.023.42.047.527.047.072 0 .094.037.094.072 0 .059-.059.094-.188.094-.646 0-1.387-.035-1.445-.035s-.803.035-1.156.035c-.129 0-.188-.023-.188-.094 0-.035.021-.072.094-.072.107 0 .25-.023.355-.047.232-.047.291-.303.338-.645.061-.492.061-1.424.061-2.553v-1.238c0-.047-.037-.07-.072-.07h-4.992c-.035 0-.068.012-.068.07v1.238c0 1.129 0 2.061.057 2.553.035.342.107.598.463.645.166.023.422.047.525.047.072 0 .098.037.098.072 0 .059-.061.094-.189.094-.646 0-1.389-.035-1.447-.035s-.799.035-1.152.035c-.131 0-.191-.023-.191-.094 0-.035.025-.072.096-.072.105 0 .246-.023.354-.047.238-.047.297-.303.344-.645.057-.492.057-1.424.057-2.553v-2.072c0-1.836 0-2.168-.023-2.544-.023-.399-.115-.589-.506-.671a2.258 2.258 0 0 0-.402-.037c-.047 0-.092-.021-.092-.07 0-.07.057-.096.186-.096.533 0 1.273.037 1.332.037s.801-.037 1.154-.037c.133 0 .189.025.189.096 0 .049-.047.07-.094.07-.082 0-.154.014-.297.037-.318.059-.412.26-.438.671-.021.376-.021.708-.021 2.544v.248c0 .057.033.066.068.066h4.992c.035 0 .072-.01.072-.066v-.248c0-1.836 0-2.168-.025-2.544-.023-.399-.117-.589-.502-.671a2.312 2.312 0 0 0-.402-.037c-.049 0-.098-.021-.098-.07 0-.07.061-.096.191-.096.529 0 1.273.037 1.332.037s.799-.037 1.15-.037c.129 0 .188.025.188.096 0 .049-.047.07-.094.07-.082 0-.15.014-.289.037-.322.059-.418.26-.439.671-.023.376-.023.708-.023 2.544z"/><use xlink:href="#h" x="94.574" y="59.591"/><use xlink:href="#a" x="87.313" y="55.214"/><path d="M81.689 57.286c0 1.129 0 2.061.057 2.553.035.342.107.598.461.645.166.023.424.047.527.047.072 0 .094.037.094.072 0 .059-.059.094-.185.094-.648 0-1.388-.035-1.446-.035-.061 0-.801.035-1.156.035-.131 0-.189-.023-.189-.094 0-.035.023-.072.094-.072.107 0 .25-.023.355-.047.234-.047.295-.303.34-.645.061-.492.061-1.424.061-2.553v-4.98l-1.744.023c-.729.014-1.011.096-1.198.377a1.92 1.92 0 0 0-.201.364c-.035.095-.07.118-.118.118-.035 0-.06-.035-.06-.106 0-.118.236-1.132.26-1.226.023-.072.071-.223.119-.223.081 0 .199.116.519.142.339.034.786.058.929.058h4.414c.753 0 1.067-.116 1.163-.116.061 0 .061.067.061.14 0 .354-.035 1.167-.035 1.297 0 .105-.035.154-.084.154-.059 0-.082-.035-.096-.201l-.011-.131c-.044-.352-.313-.621-1.444-.646l-1.484-.023zM72.556 57.647c0-.635-.117-.893-.271-1.232-.082-.188-1.659-2.78-2.07-3.392-.296-.436-.59-.728-.802-.871-.176-.119-.399-.19-.507-.19-.059 0-.116-.021-.116-.082 0-.047.046-.084.152-.084.224 0 1.106.037 1.165.037.083 0 .53-.037.988-.037.131 0 .154.037.154.084 0 .049-.071.061-.178.107-.093.046-.151.118-.151.211 0 .145.059.283.151.461.188.34 1.955 3.377 2.166 3.721.224-.496 1.719-3.072 1.954-3.463.154-.247.199-.447.199-.6 0-.165-.045-.295-.188-.33-.104-.037-.176-.059-.176-.119 0-.047.071-.072.188-.072.306 0 .682.037.776.037.071 0 .918-.037 1.141-.037.083 0 .155.025.155.072 0 .061-.06.094-.155.094a1.12 1.12 0 0 0-.541.168c-.235.141-.364.283-.623.597-.388.474-2.037 3.239-2.249 3.747-.176.422-.176.789-.176 1.174v1.014c0 .188 0 .686.035 1.178.024.342.129.598.483.645.164.023.423.047.529.047.069 0 .094.037.094.072 0 .059-.058.094-.188.094-.646 0-1.388-.035-1.447-.035s-.802.035-1.153.035c-.131 0-.188-.023-.188-.094 0-.035.023-.072.093-.072.107 0 .247-.023.354-.047.235-.047.341-.303.364-.645.036-.492.036-.99.036-1.178z"/><use xlink:href="#e" x="65.505" y="57.31"/><use xlink:href="#i" x="53.758" y="55.907"/><path d="M46.424 55.214c0-1.836 0-2.168-.023-2.544-.023-.399-.118-.589-.507-.671a2.222 2.222 0 0 0-.398-.037c-.048 0-.096-.021-.096-.07 0-.07.06-.096.188-.096.53 0 1.236.037 1.331.037.258 0 .94-.037 1.482-.037 1.473 0 2.001.5 2.189.674.26.246.589.777.589 1.398 0 1.674-1.224 2.803-2.896 2.803-.06 0-.188 0-.247-.014-.06 0-.13-.021-.13-.082 0-.09.07-.102.317-.102 1.142 0 2.037-.84 2.037-1.922 0-.387-.035-1.174-.659-1.812-.625-.635-1.342-.588-1.613-.588-.199 0-.4.024-.506.071-.07.023-.095.105-.095.223v4.84c0 1.129 0 2.061.06 2.553.035.342.105.598.459.645.165.023.423.047.53.047.07 0 .094.037.094.072 0 .059-.06.094-.188.094-.647 0-1.389-.035-1.448-.035-.035 0-.776.035-1.129.035-.13 0-.189-.023-.189-.094 0-.035.024-.072.094-.072.106 0 .247-.023.354-.047.235-.047.295-.303.342-.645.059-.492.059-1.424.059-2.553z"/></g><g><use xlink:href="#a" x="35.418" y="55.214"/><use xlink:href="#e" x="29.439" y="57.31"/><use xlink:href="#i" x="17.457" y="55.907"/><use xlink:href="#h" x="8.287" y="59.591"/><use xlink:href="#a" x="1.025" y="55.214"/><use xlink:href="#g" x="4.438" y="50.198"/></g><g><path d="M61.177 0s-5.778 10.086-5.996 19.572h5.342v4.578h-5.561s-.437 9.487 6.215 20.062H55.78S42.697 26.169 55.78 0h5.397zM81.404 44.22h5.09V24.16h5.432v-4.58H86.58C86.799 10.095 92.578.009 92.578.009h-5.395c-4.15 8.296-5.668 15.777-5.805 22.125l.026 22.086zM99.967 24.16s-.439 9.485 6.213 20.062h-5.398s-6.103-8.416-5.801-22.089V0h4.959l.027 24.16zM64.512 0h5.015v44.22h-5.015zM76.287 0h-5.342s8.396 11.013 0 22.134h5.342s7.91-10.455 0-22.134z"/><path fill="#e2001a" d="M50.637 44.198S37.553 26.169 50.637 0H.319v44.198h50.318zM111.367 44.222c-6.65-10.576-6.215-20.062-6.215-20.062L105.125 0h51.139l-.041 44.218-44.856.004z"/></g></svg> +<svg id="logo_epfl_2019" data-name="logo epfl 2019" xmlns="http://www.w3.org/2000/svg" width="182.4" height="53" viewBox="0 0 182.4 53"><defs><style>.cls-1{fill:red;}</style></defs><title>epfl-logo-new</title><polygon class="cls-1" points="0 21.6 11.43 21.6 11.43 9.8 38.34 9.8 38.34 0 0 0 0 21.6"/><polygon class="cls-1" points="0 53 38.34 53 38.34 43.2 11.43 43.2 11.43 31.4 0 31.4 0 53"/><rect class="cls-1" x="11.43" y="21.6" width="24.61" height="9.8"/><path class="cls-1" d="M86,4.87a16.12,16.12,0,0,0-5.68-3.53A23.76,23.76,0,0,0,71.82,0H48.14V53H59.57V31.4H71.82a23.76,23.76,0,0,0,8.46-1.34A16.12,16.12,0,0,0,86,26.53a13.43,13.43,0,0,0,3.19-5,17.38,17.38,0,0,0,0-11.62A13.52,13.52,0,0,0,86,4.87ZM78,18.73a5.7,5.7,0,0,1-2.26,1.8,11.33,11.33,0,0,1-3.27.85,32,32,0,0,1-3.86.22H59.57V9.8h9.05a32,32,0,0,1,3.86.22,11,11,0,0,1,3.27.86A5.59,5.59,0,0,1,78,12.67a5,5,0,0,1,.86,3A5,5,0,0,1,78,18.73Z"/><polygon class="cls-1" points="155.47 43.2 155.47 0 144.04 0 144.04 53 182.38 53 182.38 43.2 155.47 43.2"/><polygon class="cls-1" points="97.42 21.6 108.85 21.6 108.85 9.8 135.76 9.8 135.76 0 97.42 0 97.42 21.6"/><rect class="cls-1" x="97.42" y="31.4" width="11.43" height="21.6"/><rect class="cls-1" x="108.85" y="21.6" width="24.61" height="9.8"/></svg> \ No newline at end of file -- GitLab