@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Ruda:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Khula:wght@400;600;700&display=swap";.bg-test-red[data-v-dd49d846]{background-color:red}.bg-test-yellow[data-v-dd49d846]{background-color:#ff0}.bg-test-orange[data-v-dd49d846]{background-color:orange}.bg-test-green[data-v-dd49d846]{background-color:green}.bg-test-blue[data-v-dd49d846]{background-color:#00f}.bg-test-purple[data-v-dd49d846]{background-color:purple}.bg-test-red[data-v-d87e4692]{background-color:red}.bg-test-yellow[data-v-d87e4692]{background-color:#ff0}.bg-test-orange[data-v-d87e4692]{background-color:orange}.bg-test-green[data-v-d87e4692]{background-color:green}.bg-test-blue[data-v-d87e4692]{background-color:#00f}.bg-test-purple[data-v-d87e4692]{background-color:purple}.footer-container[data-v-d87e4692]{background-color:var(--dark-shade-75);display:grid;grid-template-columns:1fr 2fr 1fr}footer section[data-v-d87e4692]{margin:0 auto}#copyright[data-v-d87e4692]{grid-column:1/4;padding:1rem;text-align:center;width:100%}footer[data-v-d87e4692]{font-size:1em;padding:1rem}footer li[data-v-d87e4692]{margin:.5rem 0}footer a[data-v-d87e4692],footer a[data-v-d87e4692]:link,footer a[data-v-d87e4692]:visited,footer a[data-v-d87e4692]:active{color:var(--white);text-decoration:none;-webkit-transition:all .5s cubic-bezier(.75,.5,.05,1);transition:all .5s cubic-bezier(.75,.5,.05,1)}footer a[data-v-d87e4692]:hover{color:var(--red);padding-bottom:2px;border-bottom:3px solid var(--red)}footer ul[data-v-d87e4692]{padding:1rem}#footer-nav h2[data-v-d87e4692],#sponsors h2[data-v-d87e4692],#social-media h2[data-v-d87e4692]{text-align:left}#footer-nav h2[data-v-d87e4692],#sponsors h2[data-v-d87e4692],#social-media h2[data-v-d87e4692]{font-size:1.5em;padding:1rem}@media screen and (max-width: 810px){footer[data-v-d87e4692]{grid-template-columns:1fr}footer section[data-v-d87e4692]{grid-column:1/2;margin:5px}}.animated{-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.repeat-1{-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animated.repeat-3{-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animated.delay-1s{-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animated.delay-2s{-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animated.delay-3s{-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animated.delay-4s{-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animated.delay-5s{-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animated.faster{-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animated.fast{-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animated.slow{-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animated.slower{-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion: reduce){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animated[class*=Out]{opacity:0}}/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: rgb(140, 63, 64);--secondary: #a49ca6;--success: rgb(95, 141, 75);--info: rgb(35, 35, 36);--warning: rgb(221, 125, 19);--danger: rgb(170, 42, 41);--light: rgb(202, 166, 110);--dark: rgb(34, 26, 27);--facebook: rgb(66, 103, 178);--twitter: rgb(29, 161, 242);--discord: rgb(88, 101, 242);--white: rgb(255, 255, 255);--black: rgb(0, 0, 0);--researcher: rgba(67, 124, 174, .2);--pioneer: rgba(111, 36, 134, .2);--curator: rgba(103, 65, 29, .2);--entrepreneur: rgba(199, 168, 40, .2);--politician: rgba(170, 42, 41, .2);--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,.custom-table th,h5,h6{margin-top:0;margin-bottom:.5rem}p,.custom-table td{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}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:#b25555;text-decoration:none;background-color:transparent}a:hover{color:#8c3f40;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,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{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}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-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,.custom-table th,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.custom-table th,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:.875em;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled,.list-inline{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.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container-sm,.container{max-width:540px}}@media (min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.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.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@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%}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.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.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.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.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.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.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.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.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@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%}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.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.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.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.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.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.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.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.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@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%}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.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.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.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.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.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.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.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.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@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%}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.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.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.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.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.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.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.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.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm th,.table-sm td{padding:.3rem}.table-bordered,.table-bordered th,.table-bordered td{border:1px solid #dee2e6}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:#0000000d}.table-hover tbody tr:hover{color:#212529;background-color:#00000013}.table-primary,.table-primary>th,.table-primary>td{background-color:#dfc9ca}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#c39b9c}.table-hover .table-primary:hover{background-color:#d6b9ba}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#d6b9ba}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#e6e3e6}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#d0ccd1}.table-hover .table-secondary:hover{background-color:#dad6da}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#dad6da}.table-success,.table-success>th,.table-success>td{background-color:#d2dfcd}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#acc4a1}.table-hover .table-success:hover{background-color:#c4d5bd}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#c4d5bd}.table-info,.table-info>th,.table-info>td{background-color:#c1c1c2}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#8d8d8d}.table-hover .table-info:hover{background-color:#b4b4b5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#b4b4b5}.table-warning,.table-warning>th,.table-warning>td{background-color:#f5dbbd}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#edbb84}.table-hover .table-warning:hover{background-color:#f2cfa7}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#f2cfa7}.table-danger,.table-danger>th,.table-danger>td{background-color:#e7c3c3}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#d39090}.table-hover .table-danger:hover{background-color:#e0b1b1}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#e0b1b1}.table-light,.table-light>th,.table-light>td{background-color:#f0e6d6}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#e3d1b4}.table-hover .table-light:hover{background-color:#e9dbc3}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#e9dbc3}.table-dark,.custom-table,.table-dark>th,.custom-table>th,.table-dark>td,.custom-table>td{background-color:#c1bfbf}.table-dark th,.custom-table th,.table-dark td,.custom-table td,.table-dark thead th,.table-dark tbody+tbody,.custom-table tbody+tbody{border-color:#8c8888}.table-hover .table-dark:hover,.table-hover .custom-table:hover{background-color:#b4b2b2}.table-hover .table-dark:hover>td,.table-hover .custom-table:hover>td,.table-hover .table-dark:hover>th,.table-hover .custom-table:hover>th{background-color:#b4b2b2}.table-facebook,.table-facebook>th,.table-facebook>td{background-color:#cad4e9}.table-facebook th,.table-facebook td,.table-facebook thead th,.table-facebook tbody+tbody{border-color:#9db0d7}.table-hover .table-facebook:hover{background-color:#b8c5e2}.table-hover .table-facebook:hover>td,.table-hover .table-facebook:hover>th{background-color:#b8c5e2}.table-twitter,.table-twitter>th,.table-twitter>td{background-color:#c0e5fb}.table-twitter th,.table-twitter td,.table-twitter thead th,.table-twitter tbody+tbody{border-color:#89cef8}.table-hover .table-twitter:hover{background-color:#a8dbf9}.table-hover .table-twitter:hover>td,.table-hover .table-twitter:hover>th{background-color:#a8dbf9}.table-discord,.table-discord>th,.table-discord>td{background-color:#d0d4fb}.table-discord th,.table-discord td,.table-discord thead th,.table-discord tbody+tbody{border-color:#a8aff8}.table-hover .table-discord:hover{background-color:#b9bff9}.table-hover .table-discord:hover>td,.table-hover .table-discord:hover>th{background-color:#b9bff9}.table-white,.table-white>th,.table-white>td{background-color:#fff}.table-white th,.table-white td,.table-white thead th,.table-white tbody+tbody{border-color:#fff}.table-hover .table-white:hover{background-color:#f2f2f2}.table-hover .table-white:hover>td,.table-hover .table-white:hover>th{background-color:#f2f2f2}.table-black,.table-black>th,.table-black>td{background-color:#b8b8b8}.table-black th,.table-black td,.table-black thead th,.table-black tbody+tbody{border-color:#7a7a7a}.table-hover .table-black:hover{background-color:#ababab}.table-hover .table-black:hover>td,.table-hover .table-black:hover>th{background-color:#ababab}.table-researcher,.table-researcher>th,.table-researcher>td{background-color:#f7fafcc6}.table-researcher th,.table-researcher td,.table-researcher thead th,.table-researcher tbody+tbody{border-color:#ebf1f695}.table-hover .table-researcher:hover{background-color:#e4eef5c6}.table-hover .table-researcher:hover>td,.table-hover .table-researcher:hover>th{background-color:#e4eef5c6}.table-pioneer,.table-pioneer>th,.table-pioneer>td{background-color:#f9f6fac6}.table-pioneer th,.table-pioneer td,.table-pioneer thead th,.table-pioneer tbody+tbody{border-color:#f0e7f295}.table-hover .table-pioneer:hover{background-color:#eee6f1c6}.table-hover .table-pioneer:hover>td,.table-hover .table-pioneer:hover>th{background-color:#eee6f1c6}.table-curator,.table-curator>th,.table-curator>td{background-color:#f9f7f6c6}.table-curator th,.table-curator td,.table-curator thead th,.table-curator tbody+tbody{border-color:#efebe795}.table-hover .table-curator:hover{background-color:#efe9e7c6}.table-hover .table-curator:hover>td,.table-hover .table-curator:hover>th{background-color:#efe9e7c6}.table-entrepreneur,.table-entrepreneur>th,.table-entrepreneur>td{background-color:#fdfbf6c6}.table-entrepreneur th,.table-entrepreneur td,.table-entrepreneur thead th,.table-entrepreneur tbody+tbody{border-color:#f9f6e895}.table-hover .table-entrepreneur:hover{background-color:#f8f2e1c6}.table-hover .table-entrepreneur:hover>td,.table-hover .table-entrepreneur:hover>th{background-color:#f8f2e1c6}.table-politician,.table-politician>th,.table-politician>td{background-color:#fbf6f6c6}.table-politician th,.table-politician td,.table-politician thead th,.table-politician tbody+tbody{border-color:#f6e8e895}.table-hover .table-politician:hover{background-color:#f3e4e4c6}.table-hover .table-politician:hover>td,.table-hover .table-politician:hover>th{background-color:#f3e4e4c6}.table-active,.table-active>th,.table-active>td{background-color:#00000013}.table-hover .table-active:hover{background-color:#00000013}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#00000013}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark,.custom-table{color:#fff;background-color:#343a40}.table-dark th,.custom-table th,.table-dark td,.custom-table td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered,.table-bordered.custom-table{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd),.table-striped.custom-table tbody tr:nth-of-type(odd){background-color:#ffffff0d}.table-dark.table-hover tbody tr:hover,.table-hover.custom-table tbody tr:hover{color:#fff;background-color:#ffffff13}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + 1.5rem + 2px);padding:.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#f1e0c5;background-color:transparent;background-clip:padding-box;border:1px solid rgb(202,166,110);border-radius:.25rem;-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}@media (prefers-reduced-motion: reduce){.form-control{-webkit-transition:none;transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#f1e0c5;background-color:transparent;border-color:#c78384;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(140,63,64,.25);box-shadow:0 0 0 .2rem #8c3f4040}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 rgb(241,224,197)}select.form-control:focus::-ms-value{color:#f1e0c5;background-color:transparent}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.75rem + 1px);padding-bottom:calc(.75rem + 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(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.75rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.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,.form-check-input:disabled~.form-check-label{color:#6c757d}.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:.25rem;font-size:.875em;color:#5f8d4b}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:#5f8d4be6;border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#5f8d4b;padding-right:calc(1.5em + 1.5rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='rgb%2895, 141, 75%29' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .375rem) center;background-size:calc(.75em + .75rem) calc(.75em + .75rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#5f8d4b;-webkit-box-shadow:0 0 0 .2rem rgba(95,141,75,.25);box-shadow:0 0 0 .2rem #5f8d4b40}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1.5rem);background-position:top calc(.375em + .375rem) right calc(.375em + .375rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#5f8d4b;padding-right:calc(.75em + 2.875rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='rgb%2895, 141, 75%29' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/ calc(.75em + .75rem) calc(.75em + .75rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#5f8d4b;-webkit-box-shadow:0 0 0 .2rem rgba(95,141,75,.25);box-shadow:0 0 0 .2rem #5f8d4b40}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#5f8d4b}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#5f8d4b}.was-validated .custom-control-input:valid~.custom-control-label:before,.custom-control-input.is-valid~.custom-control-label:before{border-color:#5f8d4b}.was-validated .custom-control-input:valid:checked~.custom-control-label:before,.custom-control-input.is-valid:checked~.custom-control-label:before{border-color:#77ab60;background-color:#77ab60}.was-validated .custom-control-input:valid:focus~.custom-control-label:before,.custom-control-input.is-valid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 .2rem rgba(95,141,75,.25);box-shadow:0 0 0 .2rem #5f8d4b40}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before{border-color:#5f8d4b}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#5f8d4b}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#5f8d4b;-webkit-box-shadow:0 0 0 .2rem rgba(95,141,75,.25);box-shadow:0 0 0 .2rem #5f8d4b40}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#aa2a29}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:#aa2a29e6;border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#aa2a29;padding-right:calc(1.5em + 1.5rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='rgb%28170, 42, 41%29' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='rgb%28170, 42, 41%29' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .375rem) center;background-size:calc(.75em + .75rem) calc(.75em + .75rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#aa2a29;-webkit-box-shadow:0 0 0 .2rem rgba(170,42,41,.25);box-shadow:0 0 0 .2rem #aa2a2940}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1.5rem);background-position:top calc(.375em + .375rem) right calc(.375em + .375rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#aa2a29;padding-right:calc(.75em + 2.875rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='rgb%28170, 42, 41%29' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='rgb%28170, 42, 41%29' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/ calc(.75em + .75rem) calc(.75em + .75rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#aa2a29;-webkit-box-shadow:0 0 0 .2rem rgba(170,42,41,.25);box-shadow:0 0 0 .2rem #aa2a2940}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#aa2a29}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#aa2a29}.was-validated .custom-control-input:invalid~.custom-control-label:before,.custom-control-input.is-invalid~.custom-control-label:before{border-color:#aa2a29}.was-validated .custom-control-input:invalid:checked~.custom-control-label:before,.custom-control-input.is-invalid:checked~.custom-control-label:before{border-color:#cf3837;background-color:#cf3837}.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,.custom-control-input.is-invalid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 .2rem rgba(170,42,41,.25);box-shadow:0 0 0 .2rem #aa2a2940}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before{border-color:#aa2a29}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#aa2a29}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#aa2a29;-webkit-box-shadow:0 0 0 .2rem rgba(170,42,41,.25);box-shadow:0 0 0 .2rem #aa2a2940}.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{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;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{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;-ms-flex-negative:0;flex-shrink:0;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;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;-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}@media (prefers-reduced-motion: reduce){.btn{-webkit-transition:none;transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(140,63,64,.25);box-shadow:0 0 0 .2rem #8c3f4040}.btn.disabled,.btn:disabled{opacity:.3}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#8c3f40;border-color:#8c3f40}.btn-primary:hover{color:#fff;background-color:#723334;border-color:#692f30}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#723334;border-color:#692f30;-webkit-box-shadow:0 0 0 .2rem rgba(157,92,93,.5);box-shadow:0 0 0 .2rem #9d5c5d80}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#8c3f40;border-color:#8c3f40}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#692f30;border-color:#602b2c}.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(157,92,93,.5);box-shadow:0 0 0 .2rem #9d5c5d80}.btn-secondary{color:#212529;background-color:#a49ca6;border-color:#a49ca6}.btn-secondary:hover{color:#fff;background-color:#918894;border-color:#8b818e}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#918894;border-color:#8b818e;-webkit-box-shadow:0 0 0 .2rem rgba(144,138,147,.5);box-shadow:0 0 0 .2rem #908a9380}.btn-secondary.disabled,.btn-secondary:disabled{color:#212529;background-color:#a49ca6;border-color:#a49ca6}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#8b818e;border-color:#857a88}.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 rgba(144,138,147,.5);box-shadow:0 0 0 .2rem #908a9380}.btn-success{color:#fff;background-color:#5f8d4b;border-color:#5f8d4b}.btn-success:hover{color:#fff;background-color:#4e743e;border-color:#496c39}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#4e743e;border-color:#496c39;-webkit-box-shadow:0 0 0 .2rem rgba(119,158,102,.5);box-shadow:0 0 0 .2rem #779e6680}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#5f8d4b;border-color:#5f8d4b}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#496c39;border-color:#436335}.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(119,158,102,.5);box-shadow:0 0 0 .2rem #779e6680}.btn-info{color:#fff;background-color:#232324;border-color:#232324}.btn-info:hover{color:#fff;background-color:#101011;border-color:#0a0a0a}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#101011;border-color:#0a0a0a;-webkit-box-shadow:0 0 0 .2rem rgba(68,68,69,.5);box-shadow:0 0 0 .2rem #44444580}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#232324;border-color:#232324}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#0a0a0a;border-color:#040404}.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(68,68,69,.5);box-shadow:0 0 0 .2rem #44444580}.btn-warning{color:#fff;background-color:#dd7d13;border-color:#dd7d13}.btn-warning:hover{color:#fff;background-color:#ba6910;border-color:#ae620f}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ba6910;border-color:#ae620f;-webkit-box-shadow:0 0 0 .2rem rgba(226,145,54,.5);box-shadow:0 0 0 .2rem #e2913680}.btn-warning.disabled,.btn-warning:disabled{color:#fff;background-color:#dd7d13;border-color:#dd7d13}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:#ae620f;border-color:#a25c0e}.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(226,145,54,.5);box-shadow:0 0 0 .2rem #e2913680}.btn-danger{color:#fff;background-color:#aa2a29;border-color:#aa2a29}.btn-danger:hover{color:#fff;background-color:#8b2222;border-color:#81201f}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#8b2222;border-color:#81201f;-webkit-box-shadow:0 0 0 .2rem rgba(183,74,73,.5);box-shadow:0 0 0 .2rem #b74a4980}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#aa2a29;border-color:#aa2a29}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#81201f;border-color:#771d1d}.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(183,74,73,.5);box-shadow:0 0 0 .2rem #b74a4980}.btn-light{color:#212529;background-color:#caa66e;border-color:#caa66e}.btn-light:hover{color:#212529;background-color:#c09552;border-color:#bc8f49}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#c09552;border-color:#bc8f49;-webkit-box-shadow:0 0 0 .2rem rgba(177,147,100,.5);box-shadow:0 0 0 .2rem #b1936480}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#caa66e;border-color:#caa66e}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#fff;background-color:#bc8f49;border-color:#b68942}.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 rgba(177,147,100,.5);box-shadow:0 0 0 .2rem #b1936480}.btn-dark{color:#fff;background-color:#221a1b;border-color:#221a1b}.btn-dark:hover{color:#fff;background-color:#0c090a;border-color:#050404}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#0c090a;border-color:#050404;-webkit-box-shadow:0 0 0 .2rem rgba(67,60,61,.5);box-shadow:0 0 0 .2rem #433c3d80}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#221a1b;border-color:#221a1b}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#050404;border-color:#000}.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(67,60,61,.5);box-shadow:0 0 0 .2rem #433c3d80}.btn-facebook{color:#fff;background-color:#4267b2;border-color:#4267b2}.btn-facebook:hover{color:#fff;background-color:#385796;border-color:#34518d}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#385796;border-color:#34518d;-webkit-box-shadow:0 0 0 .2rem rgba(94,126,190,.5);box-shadow:0 0 0 .2rem #5e7ebe80}.btn-facebook.disabled,.btn-facebook:disabled{color:#fff;background-color:#4267b2;border-color:#4267b2}.btn-facebook:not(:disabled):not(.disabled):active,.btn-facebook:not(:disabled):not(.disabled).active,.show>.btn-facebook.dropdown-toggle{color:#fff;background-color:#34518d;border-color:#314c83}.btn-facebook:not(:disabled):not(.disabled):active:focus,.btn-facebook:not(:disabled):not(.disabled).active:focus,.show>.btn-facebook.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(94,126,190,.5);box-shadow:0 0 0 .2rem #5e7ebe80}.btn-twitter{color:#fff;background-color:#1da1f2;border-color:#1da1f2}.btn-twitter:hover{color:#fff;background-color:#0d8ddc;border-color:#0c85d0}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#0d8ddc;border-color:#0c85d0;-webkit-box-shadow:0 0 0 .2rem rgba(63,175,244,.5);box-shadow:0 0 0 .2rem #3faff480}.btn-twitter.disabled,.btn-twitter:disabled{color:#fff;background-color:#1da1f2;border-color:#1da1f2}.btn-twitter:not(:disabled):not(.disabled):active,.btn-twitter:not(:disabled):not(.disabled).active,.show>.btn-twitter.dropdown-toggle{color:#fff;background-color:#0c85d0;border-color:#0b7ec4}.btn-twitter:not(:disabled):not(.disabled):active:focus,.btn-twitter:not(:disabled):not(.disabled).active:focus,.show>.btn-twitter.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(63,175,244,.5);box-shadow:0 0 0 .2rem #3faff480}.btn-discord{color:#fff;background-color:#5865f2;border-color:#5865f2}.btn-discord:hover{color:#fff;background-color:#3544ef;border-color:#2939ee}.btn-discord:focus,.btn-discord.focus{color:#fff;background-color:#3544ef;border-color:#2939ee;-webkit-box-shadow:0 0 0 .2rem rgba(113,124,244,.5);box-shadow:0 0 0 .2rem #717cf480}.btn-discord.disabled,.btn-discord:disabled{color:#fff;background-color:#5865f2;border-color:#5865f2}.btn-discord:not(:disabled):not(.disabled):active,.btn-discord:not(:disabled):not(.disabled).active,.show>.btn-discord.dropdown-toggle{color:#fff;background-color:#2939ee;border-color:#1d2eed}.btn-discord:not(:disabled):not(.disabled):active:focus,.btn-discord:not(:disabled):not(.disabled).active:focus,.show>.btn-discord.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(113,124,244,.5);box-shadow:0 0 0 .2rem #717cf480}.btn-white{color:#212529;background-color:#fff;border-color:#fff}.btn-white:hover{color:#212529;background-color:#ececec;border-color:#e6e6e6}.btn-white:focus,.btn-white.focus{color:#212529;background-color:#ececec;border-color:#e6e6e6;-webkit-box-shadow:0 0 0 .2rem rgba(222,222,223,.5);box-shadow:0 0 0 .2rem #dededf80}.btn-white.disabled,.btn-white:disabled{color:#212529;background-color:#fff;border-color:#fff}.btn-white:not(:disabled):not(.disabled):active,.btn-white:not(:disabled):not(.disabled).active,.show>.btn-white.dropdown-toggle{color:#212529;background-color:#e6e6e6;border-color:#dfdfdf}.btn-white:not(:disabled):not(.disabled):active:focus,.btn-white:not(:disabled):not(.disabled).active:focus,.show>.btn-white.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(222,222,223,.5);box-shadow:0 0 0 .2rem #dededf80}.btn-black,.btn-black:hover{color:#fff;background-color:#000;border-color:#000}.btn-black:focus,.btn-black.focus{color:#fff;background-color:#000;border-color:#000;-webkit-box-shadow:0 0 0 .2rem rgba(38,38,38,.5);box-shadow:0 0 0 .2rem #26262680}.btn-black.disabled,.btn-black:disabled{color:#fff;background-color:#000;border-color:#000}.btn-black:not(:disabled):not(.disabled):active,.btn-black:not(:disabled):not(.disabled).active,.show>.btn-black.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}.btn-black:not(:disabled):not(.disabled):active:focus,.btn-black:not(:disabled):not(.disabled).active:focus,.show>.btn-black.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(38,38,38,.5);box-shadow:0 0 0 .2rem #26262680}.btn-researcher{color:#fff;background-color:#437cae33;border-color:#437cae33}.btn-researcher:hover{color:#fff;background-color:#38689233;border-color:#35628933}.btn-researcher:focus,.btn-researcher.focus{color:#fff;background-color:#38689233;border-color:#35628933;-webkit-box-shadow:0 0 0 .2rem rgba(182,204,224,.5);box-shadow:0 0 0 .2rem #b6cce080}.btn-researcher.disabled,.btn-researcher:disabled{color:#fff;background-color:#437cae33;border-color:#437cae33}.btn-researcher:not(:disabled):not(.disabled):active,.btn-researcher:not(:disabled):not(.disabled).active,.show>.btn-researcher.dropdown-toggle{color:#fff;background-color:#35628933;border-color:#315b8033}.btn-researcher:not(:disabled):not(.disabled):active:focus,.btn-researcher:not(:disabled):not(.disabled).active:focus,.show>.btn-researcher.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(182,204,224,.5);box-shadow:0 0 0 .2rem #b6cce080}.btn-pioneer{color:#fff;background-color:#6f248633;border-color:#6f248633}.btn-pioneer:hover{color:#fff;background-color:#561c6833;border-color:#4e195e33}.btn-pioneer:focus,.btn-pioneer.focus{color:#fff;background-color:#561c6833;border-color:#4e195e33;-webkit-box-shadow:0 0 0 .2rem rgba(199,170,208,.5);box-shadow:0 0 0 .2rem #c7aad080}.btn-pioneer.disabled,.btn-pioneer:disabled{color:#fff;background-color:#6f248633;border-color:#6f248633}.btn-pioneer:not(:disabled):not(.disabled):active,.btn-pioneer:not(:disabled):not(.disabled).active,.show>.btn-pioneer.dropdown-toggle{color:#fff;background-color:#4e195e33;border-color:#45175433}.btn-pioneer:not(:disabled):not(.disabled):active:focus,.btn-pioneer:not(:disabled):not(.disabled).active:focus,.show>.btn-pioneer.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(199,170,208,.5);box-shadow:0 0 0 .2rem #c7aad080}.btn-curator{color:#fff;background-color:#67411d33;border-color:#67411d33}.btn-curator:hover{color:#fff;background-color:#492e1533;border-color:#3f281233}.btn-curator:focus,.btn-curator.focus{color:#fff;background-color:#492e1533;border-color:#3f281233;-webkit-box-shadow:0 0 0 .2rem rgba(196,182,168,.5);box-shadow:0 0 0 .2rem #c4b6a880}.btn-curator.disabled,.btn-curator:disabled{color:#fff;background-color:#67411d33;border-color:#67411d33}.btn-curator:not(:disabled):not(.disabled):active,.btn-curator:not(:disabled):not(.disabled).active,.show>.btn-curator.dropdown-toggle{color:#fff;background-color:#3f281233;border-color:#35220f33}.btn-curator:not(:disabled):not(.disabled):active:focus,.btn-curator:not(:disabled):not(.disabled).active:focus,.show>.btn-curator.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(196,182,168,.5);box-shadow:0 0 0 .2rem #c4b6a880}.btn-entrepreneur{color:#212529;background-color:#c7a82833;border-color:#c7a82833}.btn-entrepreneur:hover{color:#fff;background-color:#a78d2233;border-color:#9d841f33}.btn-entrepreneur:focus,.btn-entrepreneur.focus{color:#fff;background-color:#a78d2233;border-color:#9d841f33;-webkit-box-shadow:0 0 0 .2rem rgba(97,88,41,.5);box-shadow:0 0 0 .2rem #61582980}.btn-entrepreneur.disabled,.btn-entrepreneur:disabled{color:#212529;background-color:#c7a82833;border-color:#c7a82833}.btn-entrepreneur:not(:disabled):not(.disabled):active,.btn-entrepreneur:not(:disabled):not(.disabled).active,.show>.btn-entrepreneur.dropdown-toggle{color:#fff;background-color:#9d841f33;border-color:#927b1d33}.btn-entrepreneur:not(:disabled):not(.disabled):active:focus,.btn-entrepreneur:not(:disabled):not(.disabled).active:focus,.show>.btn-entrepreneur.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(97,88,41,.5);box-shadow:0 0 0 .2rem #61582980}.btn-politician{color:#fff;background-color:#aa2a2933;border-color:#aa2a2933}.btn-politician:hover{color:#fff;background-color:#8b222233;border-color:#81201f33}.btn-politician:focus,.btn-politician.focus{color:#fff;background-color:#8b222233;border-color:#81201f33;-webkit-box-shadow:0 0 0 .2rem rgba(222,173,172,.5);box-shadow:0 0 0 .2rem #deadac80}.btn-politician.disabled,.btn-politician:disabled{color:#fff;background-color:#aa2a2933;border-color:#aa2a2933}.btn-politician:not(:disabled):not(.disabled):active,.btn-politician:not(:disabled):not(.disabled).active,.show>.btn-politician.dropdown-toggle{color:#fff;background-color:#81201f33;border-color:#771d1d33}.btn-politician:not(:disabled):not(.disabled):active:focus,.btn-politician:not(:disabled):not(.disabled).active:focus,.show>.btn-politician.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(222,173,172,.5);box-shadow:0 0 0 .2rem #deadac80}.btn-outline-primary{color:#8c3f40;border-color:#8c3f40}.btn-outline-primary:hover{color:#fff;background-color:#8c3f40;border-color:#8c3f40}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 .2rem rgba(140,63,64,.5);box-shadow:0 0 0 .2rem #8c3f4080}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#8c3f40;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:#8c3f40;border-color:#8c3f40}.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(140,63,64,.5);box-shadow:0 0 0 .2rem #8c3f4080}.btn-outline-secondary{color:#a49ca6;border-color:#a49ca6}.btn-outline-secondary:hover{color:#212529;background-color:#a49ca6;border-color:#a49ca6}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 .2rem rgba(164,156,166,.5);box-shadow:0 0 0 .2rem #a49ca680}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#a49ca6;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:#212529;background-color:#a49ca6;border-color:#a49ca6}.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 rgba(164,156,166,.5);box-shadow:0 0 0 .2rem #a49ca680}.btn-outline-success{color:#5f8d4b;border-color:#5f8d4b}.btn-outline-success:hover{color:#fff;background-color:#5f8d4b;border-color:#5f8d4b}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 .2rem rgba(95,141,75,.5);box-shadow:0 0 0 .2rem #5f8d4b80}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#5f8d4b;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:#fff;background-color:#5f8d4b;border-color:#5f8d4b}.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(95,141,75,.5);box-shadow:0 0 0 .2rem #5f8d4b80}.btn-outline-info{color:#232324;border-color:#232324}.btn-outline-info:hover{color:#fff;background-color:#232324;border-color:#232324}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 .2rem rgba(35,35,36,.5);box-shadow:0 0 0 .2rem #23232480}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#232324;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:#232324;border-color:#232324}.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(35,35,36,.5);box-shadow:0 0 0 .2rem #23232480}.btn-outline-warning{color:#dd7d13;border-color:#dd7d13}.btn-outline-warning:hover{color:#fff;background-color:#dd7d13;border-color:#dd7d13}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 .2rem rgba(221,125,19,.5);box-shadow:0 0 0 .2rem #dd7d1380}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#dd7d13;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:#fff;background-color:#dd7d13;border-color:#dd7d13}.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(221,125,19,.5);box-shadow:0 0 0 .2rem #dd7d1380}.btn-outline-danger{color:#aa2a29;border-color:#aa2a29}.btn-outline-danger:hover{color:#fff;background-color:#aa2a29;border-color:#aa2a29}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 .2rem rgba(170,42,41,.5);box-shadow:0 0 0 .2rem #aa2a2980}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#aa2a29;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:#aa2a29;border-color:#aa2a29}.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(170,42,41,.5);box-shadow:0 0 0 .2rem #aa2a2980}.btn-outline-light{color:#caa66e;border-color:#caa66e}.btn-outline-light:hover{color:#212529;background-color:#caa66e;border-color:#caa66e}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 .2rem rgba(202,166,110,.5);box-shadow:0 0 0 .2rem #caa66e80}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#caa66e;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:#212529;background-color:#caa66e;border-color:#caa66e}.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 rgba(202,166,110,.5);box-shadow:0 0 0 .2rem #caa66e80}.btn-outline-dark{color:#221a1b;border-color:#221a1b}.btn-outline-dark:hover{color:#fff;background-color:#221a1b;border-color:#221a1b}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 .2rem rgba(34,26,27,.5);box-shadow:0 0 0 .2rem #221a1b80}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#221a1b;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:#221a1b;border-color:#221a1b}.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(34,26,27,.5);box-shadow:0 0 0 .2rem #221a1b80}.btn-outline-facebook{color:#4267b2;border-color:#4267b2}.btn-outline-facebook:hover{color:#fff;background-color:#4267b2;border-color:#4267b2}.btn-outline-facebook:focus,.btn-outline-facebook.focus{-webkit-box-shadow:0 0 0 .2rem rgba(66,103,178,.5);box-shadow:0 0 0 .2rem #4267b280}.btn-outline-facebook.disabled,.btn-outline-facebook:disabled{color:#4267b2;background-color:transparent}.btn-outline-facebook:not(:disabled):not(.disabled):active,.btn-outline-facebook:not(:disabled):not(.disabled).active,.show>.btn-outline-facebook.dropdown-toggle{color:#fff;background-color:#4267b2;border-color:#4267b2}.btn-outline-facebook:not(:disabled):not(.disabled):active:focus,.btn-outline-facebook:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-facebook.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(66,103,178,.5);box-shadow:0 0 0 .2rem #4267b280}.btn-outline-twitter{color:#1da1f2;border-color:#1da1f2}.btn-outline-twitter:hover{color:#fff;background-color:#1da1f2;border-color:#1da1f2}.btn-outline-twitter:focus,.btn-outline-twitter.focus{-webkit-box-shadow:0 0 0 .2rem rgba(29,161,242,.5);box-shadow:0 0 0 .2rem #1da1f280}.btn-outline-twitter.disabled,.btn-outline-twitter:disabled{color:#1da1f2;background-color:transparent}.btn-outline-twitter:not(:disabled):not(.disabled):active,.btn-outline-twitter:not(:disabled):not(.disabled).active,.show>.btn-outline-twitter.dropdown-toggle{color:#fff;background-color:#1da1f2;border-color:#1da1f2}.btn-outline-twitter:not(:disabled):not(.disabled):active:focus,.btn-outline-twitter:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-twitter.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(29,161,242,.5);box-shadow:0 0 0 .2rem #1da1f280}.btn-outline-discord{color:#5865f2;border-color:#5865f2}.btn-outline-discord:hover{color:#fff;background-color:#5865f2;border-color:#5865f2}.btn-outline-discord:focus,.btn-outline-discord.focus{-webkit-box-shadow:0 0 0 .2rem rgba(88,101,242,.5);box-shadow:0 0 0 .2rem #5865f280}.btn-outline-discord.disabled,.btn-outline-discord:disabled{color:#5865f2;background-color:transparent}.btn-outline-discord:not(:disabled):not(.disabled):active,.btn-outline-discord:not(:disabled):not(.disabled).active,.show>.btn-outline-discord.dropdown-toggle{color:#fff;background-color:#5865f2;border-color:#5865f2}.btn-outline-discord:not(:disabled):not(.disabled):active:focus,.btn-outline-discord:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-discord.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(88,101,242,.5);box-shadow:0 0 0 .2rem #5865f280}.btn-outline-white{color:#fff;border-color:#fff}.btn-outline-white:hover{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-white:focus,.btn-outline-white.focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem #ffffff80}.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:transparent}.btn-outline-white:not(:disabled):not(.disabled):active,.btn-outline-white:not(:disabled):not(.disabled).active,.show>.btn-outline-white.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-white:not(:disabled):not(.disabled):active:focus,.btn-outline-white:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-white.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem #ffffff80}.btn-outline-black{color:#000;border-color:#000}.btn-outline-black:hover{color:#fff;background-color:#000;border-color:#000}.btn-outline-black:focus,.btn-outline-black.focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,0,0,.5);box-shadow:0 0 0 .2rem #00000080}.btn-outline-black.disabled,.btn-outline-black:disabled{color:#000;background-color:transparent}.btn-outline-black:not(:disabled):not(.disabled):active,.btn-outline-black:not(:disabled):not(.disabled).active,.show>.btn-outline-black.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}.btn-outline-black:not(:disabled):not(.disabled):active:focus,.btn-outline-black:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-black.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,0,0,.5);box-shadow:0 0 0 .2rem #00000080}.btn-outline-researcher{color:#437cae33;border-color:#437cae33}.btn-outline-researcher:hover{color:#fff;background-color:#437cae33;border-color:#437cae33}.btn-outline-researcher:focus,.btn-outline-researcher.focus{-webkit-box-shadow:0 0 0 .2rem rgba(67,124,174,.5);box-shadow:0 0 0 .2rem #437cae80}.btn-outline-researcher.disabled,.btn-outline-researcher:disabled{color:#437cae33;background-color:transparent}.btn-outline-researcher:not(:disabled):not(.disabled):active,.btn-outline-researcher:not(:disabled):not(.disabled).active,.show>.btn-outline-researcher.dropdown-toggle{color:#fff;background-color:#437cae33;border-color:#437cae33}.btn-outline-researcher:not(:disabled):not(.disabled):active:focus,.btn-outline-researcher:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-researcher.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(67,124,174,.5);box-shadow:0 0 0 .2rem #437cae80}.btn-outline-pioneer{color:#6f248633;border-color:#6f248633}.btn-outline-pioneer:hover{color:#fff;background-color:#6f248633;border-color:#6f248633}.btn-outline-pioneer:focus,.btn-outline-pioneer.focus{-webkit-box-shadow:0 0 0 .2rem rgba(111,36,134,.5);box-shadow:0 0 0 .2rem #6f248680}.btn-outline-pioneer.disabled,.btn-outline-pioneer:disabled{color:#6f248633;background-color:transparent}.btn-outline-pioneer:not(:disabled):not(.disabled):active,.btn-outline-pioneer:not(:disabled):not(.disabled).active,.show>.btn-outline-pioneer.dropdown-toggle{color:#fff;background-color:#6f248633;border-color:#6f248633}.btn-outline-pioneer:not(:disabled):not(.disabled):active:focus,.btn-outline-pioneer:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-pioneer.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(111,36,134,.5);box-shadow:0 0 0 .2rem #6f248680}.btn-outline-curator{color:#67411d33;border-color:#67411d33}.btn-outline-curator:hover{color:#fff;background-color:#67411d33;border-color:#67411d33}.btn-outline-curator:focus,.btn-outline-curator.focus{-webkit-box-shadow:0 0 0 .2rem rgba(103,65,29,.5);box-shadow:0 0 0 .2rem #67411d80}.btn-outline-curator.disabled,.btn-outline-curator:disabled{color:#67411d33;background-color:transparent}.btn-outline-curator:not(:disabled):not(.disabled):active,.btn-outline-curator:not(:disabled):not(.disabled).active,.show>.btn-outline-curator.dropdown-toggle{color:#fff;background-color:#67411d33;border-color:#67411d33}.btn-outline-curator:not(:disabled):not(.disabled):active:focus,.btn-outline-curator:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-curator.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(103,65,29,.5);box-shadow:0 0 0 .2rem #67411d80}.btn-outline-entrepreneur{color:#c7a82833;border-color:#c7a82833}.btn-outline-entrepreneur:hover{color:#212529;background-color:#c7a82833;border-color:#c7a82833}.btn-outline-entrepreneur:focus,.btn-outline-entrepreneur.focus{-webkit-box-shadow:0 0 0 .2rem rgba(199,168,40,.5);box-shadow:0 0 0 .2rem #c7a82880}.btn-outline-entrepreneur.disabled,.btn-outline-entrepreneur:disabled{color:#c7a82833;background-color:transparent}.btn-outline-entrepreneur:not(:disabled):not(.disabled):active,.btn-outline-entrepreneur:not(:disabled):not(.disabled).active,.show>.btn-outline-entrepreneur.dropdown-toggle{color:#212529;background-color:#c7a82833;border-color:#c7a82833}.btn-outline-entrepreneur:not(:disabled):not(.disabled):active:focus,.btn-outline-entrepreneur:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-entrepreneur.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(199,168,40,.5);box-shadow:0 0 0 .2rem #c7a82880}.btn-outline-politician{color:#aa2a2933;border-color:#aa2a2933}.btn-outline-politician:hover{color:#fff;background-color:#aa2a2933;border-color:#aa2a2933}.btn-outline-politician:focus,.btn-outline-politician.focus{-webkit-box-shadow:0 0 0 .2rem rgba(170,42,41,.5);box-shadow:0 0 0 .2rem #aa2a2980}.btn-outline-politician.disabled,.btn-outline-politician:disabled{color:#aa2a2933;background-color:transparent}.btn-outline-politician:not(:disabled):not(.disabled):active,.btn-outline-politician:not(:disabled):not(.disabled).active,.show>.btn-outline-politician.dropdown-toggle{color:#fff;background-color:#aa2a2933;border-color:#aa2a2933}.btn-outline-politician:not(:disabled):not(.disabled):active:focus,.btn-outline-politician:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-politician.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(170,42,41,.5);box-shadow:0 0 0 .2rem #aa2a2980}.btn-link{font-weight:400;color:#b25555;text-decoration:none}.btn-link:hover{color:#8c3f40;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{-webkit-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@media (prefers-reduced-motion: reduce){.collapsing{-webkit-transition:none;transition:none}}.collapsing.width{width:0;height:auto;-webkit-transition:width .35s ease;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.collapsing.width{-webkit-transition:none;transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;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:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;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{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;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{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle:after{display:none}.dropleft .dropdown-toggle:before{display:inline-block;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-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#8c3f40}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.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>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:first-child),.input-group>.custom-select: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:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend,.input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{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:.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#f1e0c5;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid rgb(202,166,110);border-radius:.25rem}.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + .5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.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){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:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.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){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#8c3f40;background-color:#8c3f40}.custom-control-input:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 .2rem rgba(140,63,64,.25);box-shadow:0 0 0 .2rem #8c3f4040}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#c78384}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#d7a6a7;border-color:#d7a6a7}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input[disabled]~.custom-control-label:before,.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:transparent;border:1px solid #adb5bd}.custom-control-label:after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#8c3f40;background-color:#8c3f40}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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:#8c3f4080}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#8c3f4080}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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:#8c3f4080}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-switch .custom-control-label:after{-webkit-transition:none;transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:transparent;-webkit-transform:translateX(.75rem);transform:translate(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#8c3f4080}.custom-select{display:inline-block;width:100%;height:calc(1.5em + 1.5rem + 2px);padding:.75rem 1.75rem .75rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#f1e0c5;vertical-align:middle;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid rgb(202,166,110);border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#c78384;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(140,63,64,.25);box-shadow:0 0 0 .2rem #8c3f4040}.custom-select:focus::-ms-value{color:#f1e0c5;background-color:transparent}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 rgb(241,224,197)}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + 1.5rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + 1.5rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#c78384;-webkit-box-shadow:0 0 0 .2rem rgba(140,63,64,.25);box-shadow:0 0 0 .2rem #8c3f4040}.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + 1.5rem + 2px);padding:.75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#f1e0c5;background-color:transparent;border:1px solid rgb(202,166,110);border-radius:.25rem}.custom-file-label:after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + 1.5rem);padding:.75rem;line-height:1.5;color:#f1e0c5;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(140,63,64,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem #8c3f4040}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #8c3f4040}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #8c3f4040}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#8c3f40;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition: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;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#d7a6a7}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#8c3f40;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#d7a6a7}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#8c3f40;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#d7a6a7}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition: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}@media (prefers-reduced-motion: reduce){.custom-control-label:before,.custom-file-label,.custom-select{-webkit-transition:none;transition:none}}.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:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#8c3f40}.nav-fill>.nav-link,.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.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}.navbar{position:relative;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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{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-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#000000e6}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#00000080}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#000000e6}.navbar-light .navbar-toggler{color:#00000080;border-color:#0000001a}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:#00000080}.navbar-light .navbar-text a{color:#000000e6}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#000000e6}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff80}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#ffffff80;border-color:#ffffff1a}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:#ffffff80}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.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:#221a1b;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem;color:#f1e0c5}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:#00000008;border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{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;margin-right:-15px;margin-left:-15px}.card-deck .card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{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}.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:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#b25555;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#8c3f40;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(140,63,64,.25);box-shadow:0 0 0 .2rem #8c3f4040}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#8c3f40;border-color:#8c3f40}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.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:.25rem;-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}@media (prefers-reduced-motion: reduce){.badge{-webkit-transition:none;transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.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:#8c3f40}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#692f30}a.badge-primary:focus,a.badge-primary.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(140,63,64,.5);box-shadow:0 0 0 .2rem #8c3f4080}.badge-secondary{color:#212529;background-color:#a49ca6}a.badge-secondary:hover,a.badge-secondary:focus{color:#212529;background-color:#8b818e}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(164,156,166,.5);box-shadow:0 0 0 .2rem #a49ca680}.badge-success{color:#fff;background-color:#5f8d4b}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#496c39}a.badge-success:focus,a.badge-success.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(95,141,75,.5);box-shadow:0 0 0 .2rem #5f8d4b80}.badge-info{color:#fff;background-color:#232324}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#0a0a0a}a.badge-info:focus,a.badge-info.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(35,35,36,.5);box-shadow:0 0 0 .2rem #23232480}.badge-warning{color:#fff;background-color:#dd7d13}a.badge-warning:hover,a.badge-warning:focus{color:#fff;background-color:#ae620f}a.badge-warning:focus,a.badge-warning.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(221,125,19,.5);box-shadow:0 0 0 .2rem #dd7d1380}.badge-danger{color:#fff;background-color:#aa2a29}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#81201f}a.badge-danger:focus,a.badge-danger.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(170,42,41,.5);box-shadow:0 0 0 .2rem #aa2a2980}.badge-light{color:#212529;background-color:#caa66e}a.badge-light:hover,a.badge-light:focus{color:#212529;background-color:#bc8f49}a.badge-light:focus,a.badge-light.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(202,166,110,.5);box-shadow:0 0 0 .2rem #caa66e80}.badge-dark{color:#fff;background-color:#221a1b}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#050404}a.badge-dark:focus,a.badge-dark.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(34,26,27,.5);box-shadow:0 0 0 .2rem #221a1b80}.badge-facebook{color:#fff;background-color:#4267b2}a.badge-facebook:hover,a.badge-facebook:focus{color:#fff;background-color:#34518d}a.badge-facebook:focus,a.badge-facebook.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(66,103,178,.5);box-shadow:0 0 0 .2rem #4267b280}.badge-twitter{color:#fff;background-color:#1da1f2}a.badge-twitter:hover,a.badge-twitter:focus{color:#fff;background-color:#0c85d0}a.badge-twitter:focus,a.badge-twitter.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(29,161,242,.5);box-shadow:0 0 0 .2rem #1da1f280}.badge-discord{color:#fff;background-color:#5865f2}a.badge-discord:hover,a.badge-discord:focus{color:#fff;background-color:#2939ee}a.badge-discord:focus,a.badge-discord.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(88,101,242,.5);box-shadow:0 0 0 .2rem #5865f280}.badge-white{color:#212529;background-color:#fff}a.badge-white:hover,a.badge-white:focus{color:#212529;background-color:#e6e6e6}a.badge-white:focus,a.badge-white.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(255,255,255,.5);box-shadow:0 0 0 .2rem #ffffff80}.badge-black{color:#fff;background-color:#000}a.badge-black:hover,a.badge-black:focus{color:#fff;background-color:#000}a.badge-black:focus,a.badge-black.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,0,0,.5);box-shadow:0 0 0 .2rem #00000080}.badge-researcher{color:#fff;background-color:#437cae33}a.badge-researcher:hover,a.badge-researcher:focus{color:#fff;background-color:#35628933}a.badge-researcher:focus,a.badge-researcher.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(67,124,174,.5);box-shadow:0 0 0 .2rem #437cae80}.badge-pioneer{color:#fff;background-color:#6f248633}a.badge-pioneer:hover,a.badge-pioneer:focus{color:#fff;background-color:#4e195e33}a.badge-pioneer:focus,a.badge-pioneer.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(111,36,134,.5);box-shadow:0 0 0 .2rem #6f248680}.badge-curator{color:#fff;background-color:#67411d33}a.badge-curator:hover,a.badge-curator:focus{color:#fff;background-color:#3f281233}a.badge-curator:focus,a.badge-curator.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(103,65,29,.5);box-shadow:0 0 0 .2rem #67411d80}.badge-entrepreneur{color:#212529;background-color:#c7a82833}a.badge-entrepreneur:hover,a.badge-entrepreneur:focus{color:#212529;background-color:#9d841f33}a.badge-entrepreneur:focus,a.badge-entrepreneur.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(199,168,40,.5);box-shadow:0 0 0 .2rem #c7a82880}.badge-politician{color:#fff;background-color:#aa2a2933}a.badge-politician:hover,a.badge-politician:focus{color:#fff;background-color:#81201f33}a.badge-politician:focus,a.badge-politician.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(170,42,41,.5);box-shadow:0 0 0 .2rem #aa2a2980}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#492121;background-color:#e8d9d9;border-color:#dfc9ca}.alert-primary hr{border-top-color:#d6b9ba}.alert-primary .alert-link{color:#261111}.alert-secondary{color:#555156;background-color:#edebed;border-color:#e6e3e6}.alert-secondary hr{border-top-color:#dad6da}.alert-secondary .alert-link{color:#3b383c}.alert-success{color:#314927;background-color:#dfe8db;border-color:#d2dfcd}.alert-success hr{border-top-color:#c4d5bd}.alert-success .alert-link{color:#1b2815}.alert-info{color:#121213;background-color:#d3d3d3;border-color:#c1c1c2}.alert-info hr{border-top-color:#b4b4b5}.alert-info .alert-link{color:#000}.alert-warning{color:#73410a;background-color:#f8e5d0;border-color:#f5dbbd}.alert-warning hr{border-top-color:#f2cfa7}.alert-warning .alert-link{color:#442606}.alert-danger{color:#581615;background-color:#eed4d4;border-color:#e7c3c3}.alert-danger hr{border-top-color:#e0b1b1}.alert-danger .alert-link{color:#2f0c0b}.alert-light{color:#695639;background-color:#f4ede2;border-color:#f0e6d6}.alert-light hr{border-top-color:#e9dbc3}.alert-light .alert-link{color:#483b27}.alert-dark{color:#120e0e;background-color:#d3d1d1;border-color:#c1bfbf}.alert-dark hr{border-top-color:#b4b2b2}.alert-dark .alert-link{color:#000}.alert-facebook{color:#22365d;background-color:#d9e1f0;border-color:#cad4e9}.alert-facebook hr{border-top-color:#b8c5e2}.alert-facebook .alert-link{color:#142038}.alert-twitter{color:#0f547e;background-color:#d2ecfc;border-color:#c0e5fb}.alert-twitter hr{border-top-color:#a8dbf9}.alert-twitter .alert-link{color:#0a3650}.alert-discord{color:#2e357e;background-color:#dee0fc;border-color:#d0d4fb}.alert-discord hr{border-top-color:#b9bff9}.alert-discord .alert-link{color:#202559}.alert-white{color:#858585;background-color:#fff;border-color:#fff}.alert-white hr{border-top-color:#f2f2f2}.alert-white .alert-link{color:#6c6c6c}.alert-black{color:#000;background-color:#ccc;border-color:#b8b8b8}.alert-black hr{border-top-color:#ababab}.alert-black .alert-link{color:#000}.alert-researcher{color:#070d1395;background-color:#fafbfdd6;border-color:#f7fafcc6}.alert-researcher hr{border-top-color:#e4eef5c6}.alert-researcher .alert-link{color:#00000095}.alert-pioneer{color:#0c040e95;background-color:#fbf9fcd6;border-color:#f9f6fac6}.alert-pioneer hr{border-top-color:#eee6f1c6}.alert-pioneer .alert-link{color:#00000095}.alert-curator{color:#0b070395;background-color:#fbfaf9d6;border-color:#f9f7f6c6}.alert-curator hr{border-top-color:#efe9e7c6}.alert-curator .alert-link{color:#00000095}.alert-entrepreneur{color:#15120495;background-color:#fdfdf9d6;border-color:#fdfbf6c6}.alert-entrepreneur hr{border-top-color:#f8f2e1c6}.alert-entrepreneur .alert-link{color:#00000095}.alert-politician{color:#12050495;background-color:#fdf9f9d6;border-color:#fbf6f6c6}.alert-politician hr{border-top-color:#f3e4e4c6}.alert-politician .alert-link{color:#00000095}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{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;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#8c3f40;-webkit-transition:width .6s ease;transition:width .6s ease}@media (prefers-reduced-motion: reduce){.progress-bar{-webkit-transition:none;transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.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;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#8c3f40;border-color:#8c3f40}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#492121;background-color:#dfc9ca}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#492121;background-color:#d6b9ba}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#492121;border-color:#492121}.list-group-item-secondary{color:#555156;background-color:#e6e3e6}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#555156;background-color:#dad6da}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#555156;border-color:#555156}.list-group-item-success{color:#314927;background-color:#d2dfcd}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#314927;background-color:#c4d5bd}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#314927;border-color:#314927}.list-group-item-info{color:#121213;background-color:#c1c1c2}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#121213;background-color:#b4b4b5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#121213;border-color:#121213}.list-group-item-warning{color:#73410a;background-color:#f5dbbd}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#73410a;background-color:#f2cfa7}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#73410a;border-color:#73410a}.list-group-item-danger{color:#581615;background-color:#e7c3c3}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#581615;background-color:#e0b1b1}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#581615;border-color:#581615}.list-group-item-light{color:#695639;background-color:#f0e6d6}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#695639;background-color:#e9dbc3}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#695639;border-color:#695639}.list-group-item-dark{color:#120e0e;background-color:#c1bfbf}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#120e0e;background-color:#b4b2b2}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#120e0e;border-color:#120e0e}.list-group-item-facebook{color:#22365d;background-color:#cad4e9}.list-group-item-facebook.list-group-item-action:hover,.list-group-item-facebook.list-group-item-action:focus{color:#22365d;background-color:#b8c5e2}.list-group-item-facebook.list-group-item-action.active{color:#fff;background-color:#22365d;border-color:#22365d}.list-group-item-twitter{color:#0f547e;background-color:#c0e5fb}.list-group-item-twitter.list-group-item-action:hover,.list-group-item-twitter.list-group-item-action:focus{color:#0f547e;background-color:#a8dbf9}.list-group-item-twitter.list-group-item-action.active{color:#fff;background-color:#0f547e;border-color:#0f547e}.list-group-item-discord{color:#2e357e;background-color:#d0d4fb}.list-group-item-discord.list-group-item-action:hover,.list-group-item-discord.list-group-item-action:focus{color:#2e357e;background-color:#b9bff9}.list-group-item-discord.list-group-item-action.active{color:#fff;background-color:#2e357e;border-color:#2e357e}.list-group-item-white{color:#858585;background-color:#fff}.list-group-item-white.list-group-item-action:hover,.list-group-item-white.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}.list-group-item-white.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-black{color:#000;background-color:#b8b8b8}.list-group-item-black.list-group-item-action:hover,.list-group-item-black.list-group-item-action:focus{color:#000;background-color:#ababab}.list-group-item-black.list-group-item-action.active{color:#fff;background-color:#000;border-color:#000}.list-group-item-researcher{color:#070d1395;background-color:#f7fafcc6}.list-group-item-researcher.list-group-item-action:hover,.list-group-item-researcher.list-group-item-action:focus{color:#070d1395;background-color:#e4eef5c6}.list-group-item-researcher.list-group-item-action.active{color:#fff;background-color:#070d1395;border-color:#070d1395}.list-group-item-pioneer{color:#0c040e95;background-color:#f9f6fac6}.list-group-item-pioneer.list-group-item-action:hover,.list-group-item-pioneer.list-group-item-action:focus{color:#0c040e95;background-color:#eee6f1c6}.list-group-item-pioneer.list-group-item-action.active{color:#fff;background-color:#0c040e95;border-color:#0c040e95}.list-group-item-curator{color:#0b070395;background-color:#f9f7f6c6}.list-group-item-curator.list-group-item-action:hover,.list-group-item-curator.list-group-item-action:focus{color:#0b070395;background-color:#efe9e7c6}.list-group-item-curator.list-group-item-action.active{color:#fff;background-color:#0b070395;border-color:#0b070395}.list-group-item-entrepreneur{color:#15120495;background-color:#fdfbf6c6}.list-group-item-entrepreneur.list-group-item-action:hover,.list-group-item-entrepreneur.list-group-item-action:focus{color:#15120495;background-color:#f8f2e1c6}.list-group-item-entrepreneur.list-group-item-action.active{color:#fff;background-color:#15120495;border-color:#15120495}.list-group-item-politician{color:#12050495;background-color:#fbf6f6c6}.list-group-item-politician.list-group-item-action:hover,.list-group-item-politician.list-group-item-action:focus{color:#12050495;background-color:#f3e4e4c6}.list-group-item-politician.list-group-item-action.active{color:#fff;background-color:#12050495;border-color:#12050495}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:#ffffffd9;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 .25rem .75rem rgba(0,0,0,.1);box-shadow:0 .25rem .75rem #0000001a;opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:#ffffffd9;background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.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:translate(0,-50px);transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-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;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{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;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.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 #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.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;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.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-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";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;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;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-top,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top],.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .arrow,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-auto[x-placement^=top] .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right],.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-auto[x-placement^=right] .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-auto[x-placement^=bottom] .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left],.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-auto[x-placement^=left] .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";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;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:before,.popover .arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.b-popover-politician.bs-popover-auto[x-placement^=top],.b-popover-entrepreneur.bs-popover-auto[x-placement^=top],.b-popover-curator.bs-popover-auto[x-placement^=top],.b-popover-pioneer.bs-popover-auto[x-placement^=top],.b-popover-researcher.bs-popover-auto[x-placement^=top],.b-popover-black.bs-popover-auto[x-placement^=top],.b-popover-white.bs-popover-auto[x-placement^=top],.b-popover-discord.bs-popover-auto[x-placement^=top],.b-popover-twitter.bs-popover-auto[x-placement^=top],.b-popover-facebook.bs-popover-auto[x-placement^=top],.b-popover-dark.bs-popover-auto[x-placement^=top],.b-popover-light.bs-popover-auto[x-placement^=top],.b-popover-danger.bs-popover-auto[x-placement^=top],.b-popover-warning.bs-popover-auto[x-placement^=top],.b-popover-info.bs-popover-auto[x-placement^=top],.b-popover-success.bs-popover-auto[x-placement^=top],.b-popover-secondary.bs-popover-auto[x-placement^=top],.b-popover-primary.bs-popover-auto[x-placement^=top],.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^=top]>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-top>.arrow:before,.bs-popover-auto[x-placement^=top]>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#00000040}.bs-popover-top>.arrow:after,.bs-popover-auto[x-placement^=top]>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.b-popover-politician.bs-popover-auto[x-placement^=right],.b-popover-entrepreneur.bs-popover-auto[x-placement^=right],.b-popover-curator.bs-popover-auto[x-placement^=right],.b-popover-pioneer.bs-popover-auto[x-placement^=right],.b-popover-researcher.bs-popover-auto[x-placement^=right],.b-popover-black.bs-popover-auto[x-placement^=right],.b-popover-white.bs-popover-auto[x-placement^=right],.b-popover-discord.bs-popover-auto[x-placement^=right],.b-popover-twitter.bs-popover-auto[x-placement^=right],.b-popover-facebook.bs-popover-auto[x-placement^=right],.b-popover-dark.bs-popover-auto[x-placement^=right],.b-popover-light.bs-popover-auto[x-placement^=right],.b-popover-danger.bs-popover-auto[x-placement^=right],.b-popover-warning.bs-popover-auto[x-placement^=right],.b-popover-info.bs-popover-auto[x-placement^=right],.b-popover-success.bs-popover-auto[x-placement^=right],.b-popover-secondary.bs-popover-auto[x-placement^=right],.b-popover-primary.bs-popover-auto[x-placement^=right],.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^=right]>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-right>.arrow:before,.bs-popover-auto[x-placement^=right]>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#00000040}.bs-popover-right>.arrow:after,.bs-popover-auto[x-placement^=right]>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.b-popover-politician.bs-popover-auto[x-placement^=bottom],.b-popover-entrepreneur.bs-popover-auto[x-placement^=bottom],.b-popover-curator.bs-popover-auto[x-placement^=bottom],.b-popover-pioneer.bs-popover-auto[x-placement^=bottom],.b-popover-researcher.bs-popover-auto[x-placement^=bottom],.b-popover-black.bs-popover-auto[x-placement^=bottom],.b-popover-white.bs-popover-auto[x-placement^=bottom],.b-popover-discord.bs-popover-auto[x-placement^=bottom],.b-popover-twitter.bs-popover-auto[x-placement^=bottom],.b-popover-facebook.bs-popover-auto[x-placement^=bottom],.b-popover-dark.bs-popover-auto[x-placement^=bottom],.b-popover-light.bs-popover-auto[x-placement^=bottom],.b-popover-danger.bs-popover-auto[x-placement^=bottom],.b-popover-warning.bs-popover-auto[x-placement^=bottom],.b-popover-info.bs-popover-auto[x-placement^=bottom],.b-popover-success.bs-popover-auto[x-placement^=bottom],.b-popover-secondary.bs-popover-auto[x-placement^=bottom],.b-popover-primary.bs-popover-auto[x-placement^=bottom],.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^=bottom]>.arrow{top:calc(-.5rem - 1px)}.bs-popover-bottom>.arrow:before,.bs-popover-auto[x-placement^=bottom]>.arrow:before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:#00000040}.bs-popover-bottom>.arrow:after,.bs-popover-auto[x-placement^=bottom]>.arrow:after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header:before,.bs-popover-auto[x-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.b-popover-politician.bs-popover-auto[x-placement^=left],.b-popover-entrepreneur.bs-popover-auto[x-placement^=left],.b-popover-curator.bs-popover-auto[x-placement^=left],.b-popover-pioneer.bs-popover-auto[x-placement^=left],.b-popover-researcher.bs-popover-auto[x-placement^=left],.b-popover-black.bs-popover-auto[x-placement^=left],.b-popover-white.bs-popover-auto[x-placement^=left],.b-popover-discord.bs-popover-auto[x-placement^=left],.b-popover-twitter.bs-popover-auto[x-placement^=left],.b-popover-facebook.bs-popover-auto[x-placement^=left],.b-popover-dark.bs-popover-auto[x-placement^=left],.b-popover-light.bs-popover-auto[x-placement^=left],.b-popover-danger.bs-popover-auto[x-placement^=left],.b-popover-warning.bs-popover-auto[x-placement^=left],.b-popover-info.bs-popover-auto[x-placement^=left],.b-popover-success.bs-popover-auto[x-placement^=left],.b-popover-secondary.bs-popover-auto[x-placement^=left],.b-popover-primary.bs-popover-auto[x-placement^=left],.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^=left]>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-left>.arrow:before,.bs-popover-auto[x-placement^=left]>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#00000040}.bs-popover-left>.arrow:after,.bs-popover-auto[x-placement^=left]>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{-webkit-transition:none;transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translate(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;-webkit-transition:opacity 0s .6s;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{-webkit-transition:none;transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;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:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{-webkit-transition:none;transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators li{-webkit-transition:none;transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentcolor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.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:#8c3f40!important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#692f30!important}.bg-secondary{background-color:#a49ca6!important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#8b818e!important}.bg-success{background-color:#5f8d4b!important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#496c39!important}.bg-info{background-color:#232324!important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#0a0a0a!important}.bg-warning{background-color:#dd7d13!important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#ae620f!important}.bg-danger{background-color:#aa2a29!important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#81201f!important}.bg-light{background-color:#caa66e!important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#bc8f49!important}.bg-dark{background-color:#221a1b!important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#050404!important}.bg-facebook{background-color:#4267b2!important}a.bg-facebook:hover,a.bg-facebook:focus,button.bg-facebook:hover,button.bg-facebook:focus{background-color:#34518d!important}.bg-twitter{background-color:#1da1f2!important}a.bg-twitter:hover,a.bg-twitter:focus,button.bg-twitter:hover,button.bg-twitter:focus{background-color:#0c85d0!important}.bg-discord{background-color:#5865f2!important}a.bg-discord:hover,a.bg-discord:focus,button.bg-discord:hover,button.bg-discord:focus{background-color:#2939ee!important}a.bg-white:hover,a.bg-white:focus,button.bg-white:hover,button.bg-white:focus{background-color:#e6e6e6!important}.bg-black{background-color:#000!important}a.bg-black:hover,a.bg-black:focus,button.bg-black:hover,button.bg-black:focus{background-color:#000!important}.bg-researcher{background-color:#437cae33!important}a.bg-researcher:hover,a.bg-researcher:focus,button.bg-researcher:hover,button.bg-researcher:focus{background-color:#35628933!important}.bg-pioneer{background-color:#6f248633!important}a.bg-pioneer:hover,a.bg-pioneer:focus,button.bg-pioneer:hover,button.bg-pioneer:focus{background-color:#4e195e33!important}.bg-curator{background-color:#67411d33!important}a.bg-curator:hover,a.bg-curator:focus,button.bg-curator:hover,button.bg-curator:focus{background-color:#3f281233!important}.bg-entrepreneur{background-color:#c7a82833!important}a.bg-entrepreneur:hover,a.bg-entrepreneur:focus,button.bg-entrepreneur:hover,button.bg-entrepreneur:focus{background-color:#9d841f33!important}.bg-politician{background-color:#aa2a2933!important}a.bg-politician:hover,a.bg-politician:focus,button.bg-politician:hover,button.bg-politician:focus{background-color:#81201f33!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!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:#8c3f40!important}.border-secondary{border-color:#a49ca6!important}.border-success{border-color:#5f8d4b!important}.border-info{border-color:#232324!important}.border-warning{border-color:#dd7d13!important}.border-danger{border-color:#aa2a29!important}.border-light{border-color:#caa66e!important}.border-dark{border-color:#221a1b!important}.border-facebook{border-color:#4267b2!important}.border-twitter{border-color:#1da1f2!important}.border-discord{border-color:#5865f2!important}.border-black{border-color:#000!important}.border-researcher{border-color:#437cae33!important}.border-pioneer{border-color:#6f248633!important}.border-curator{border-color:#67411d33!important}.border-entrepreneur{border-color:#c7a82833!important}.border-politician{border-color:#aa2a2933!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!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 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 iframe,.embed-responsive embed,.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.85714286%}.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;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!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}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!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;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;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;align-self:stretch!important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!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}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!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;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;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;align-self:stretch!important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!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}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!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;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;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;align-self:stretch!important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!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}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!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;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;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;align-self:stretch!important}}@media (min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!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}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!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;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;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;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}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;box-shadow:0 .125rem .25rem #00000013!important}.shadow{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;box-shadow:0 .5rem 1rem #00000026!important}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{-webkit-box-shadow:none!important;box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-10{width:10%!important}.w-30{width:30%!important}.w-40{width:40%!important}.w-70{width:70%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.h-10{height:10%!important}.h-30{height:30%!important}.h-40{height:40%!important}.h-70{height:70%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!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}.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}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!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}.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}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!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}.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}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!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}.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}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!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}.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}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!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}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:#0000}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!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}}.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-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-primary{color:#8c3f40!important}a.text-primary:hover,a.text-primary:focus{color:#572728!important}.text-secondary{color:#a49ca6!important}a.text-secondary:hover,a.text-secondary:focus{color:#7f7481!important}.text-success{color:#5f8d4b!important}a.text-success:hover,a.text-success:focus{color:#3d5b30!important}.text-info{color:#232324!important}a.text-info:hover,a.text-info:focus{color:#000!important}.text-warning{color:#dd7d13!important}a.text-warning:hover,a.text-warning:focus{color:#97550d!important}.text-danger{color:#aa2a29!important}a.text-danger:hover,a.text-danger:focus{color:#6c1b1a!important}.text-light{color:#caa66e!important}a.text-light:hover,a.text-light:focus{color:#ac823f!important}.text-dark{color:#221a1b!important}a.text-dark:hover,a.text-dark:focus{color:#000!important}.text-facebook{color:#4267b2!important}a.text-facebook:hover,a.text-facebook:focus{color:#2d477a!important}.text-twitter{color:#1da1f2!important}a.text-twitter:hover,a.text-twitter:focus{color:#0b76b8!important}.text-discord{color:#5865f2!important}a.text-discord:hover,a.text-discord:focus{color:#1225eb!important}.text-white{color:#fff!important}a.text-white:hover,a.text-white:focus{color:#d9d9d9!important}.text-black{color:#000!important}a.text-black:hover,a.text-black:focus{color:#000!important}.text-researcher{color:#437cae33!important}a.text-researcher:hover,a.text-researcher:focus{color:#2e557733!important}.text-pioneer{color:#6f248633!important}a.text-pioneer:hover,a.text-pioneer:focus{color:#3d144a33!important}.text-curator{color:#67411d33!important}a.text-curator:hover,a.text-curator:focus{color:#2b1b0c33!important}.text-entrepreneur{color:#c7a82833!important}a.text-entrepreneur:hover,a.text-entrepreneur:focus{color:#87721b33!important}.text-politician{color:#aa2a2933!important}a.text-politician:hover,a.text-politician:focus{color:#6c1b1a33!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:#00000080!important}.text-white-50{color:#ffffff80!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,*:before,*:after{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}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,.custom-table td,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body,.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6!important}.table-dark,.custom-table{color:inherit}.table-dark th,.custom-table th,.table-dark td,.custom-table td,.table-dark thead th,.table-dark tbody+tbody,.custom-table tbody+tbody{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}.bv-no-focus-ring:focus{outline:none}@media (max-width: 575.98px){.bv-d-xs-down-none{display:none!important}}@media (max-width: 767.98px){.bv-d-sm-down-none{display:none!important}}@media (max-width: 991.98px){.bv-d-md-down-none{display:none!important}}@media (max-width: 1199.98px){.bv-d-lg-down-none{display:none!important}}.bv-d-xl-down-none{display:none!important}.form-control.focus{color:#f1e0c5;background-color:transparent;border-color:#c78384;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(140,63,64,.25);box-shadow:0 0 0 .2rem #8c3f4040}.form-control.focus.is-valid{border-color:#5f8d4b;-webkit-box-shadow:0 0 0 .2rem rgba(95,141,75,.25);box-shadow:0 0 0 .2rem #5f8d4b40}.form-control.focus.is-invalid{border-color:#aa2a29;-webkit-box-shadow:0 0 0 .2rem rgba(170,42,41,.25);box-shadow:0 0 0 .2rem #aa2a2940}.b-avatar{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;-ms-flex-negative:0;flex-shrink:0;width:2.5rem;height:2.5rem;font-size:inherit;font-weight:400;line-height:1;max-width:100%;max-height:auto;text-align:center;overflow:visible;position:relative;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.b-avatar:focus{outline:0}.b-avatar.btn,.b-avatar[href]{padding:0;border:0}.b-avatar.btn .b-avatar-img img,.b-avatar[href] .b-avatar-img img{-webkit-transition:-webkit-transform .15s ease-in-out;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.b-avatar.btn:not(:disabled):not(.disabled),.b-avatar[href]:not(:disabled):not(.disabled){cursor:pointer}.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img,.b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img{-webkit-transform:scale(1.15);transform:scale(1.15)}.b-avatar.disabled,.b-avatar:disabled,.b-avatar[disabled]{opacity:.3;pointer-events:none}.b-avatar .b-avatar-custom,.b-avatar .b-avatar-text,.b-avatar .b-avatar-img{border-radius:inherit;width:100%;height:100%;overflow:hidden;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-mask-image:radial-gradient(white,black);mask-image:radial-gradient(#fff,#000)}.b-avatar .b-avatar-text{text-transform:uppercase;white-space:nowrap}.b-avatar[href]{text-decoration:none}.b-avatar>.b-icon{width:60%;height:auto;max-width:100%}.b-avatar .b-avatar-img img{width:100%;height:100%;max-height:auto;border-radius:inherit;-o-object-fit:cover;object-fit:cover}.b-avatar .b-avatar-badge{position:absolute;min-height:1.5em;min-width:1.5em;padding:.25em;line-height:1;border-radius:10em;font-size:70%;font-weight:700;z-index:1}.b-avatar-sm{width:1.5rem;height:1.5rem}.b-avatar-sm .b-avatar-text{font-size:.6rem}.b-avatar-sm .b-avatar-badge{font-size:.42rem}.b-avatar-lg{width:3.5rem;height:3.5rem}.b-avatar-lg .b-avatar-text{font-size:1.4rem}.b-avatar-lg .b-avatar-badge{font-size:.98rem}.b-avatar-group .b-avatar-group-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.b-avatar-group .b-avatar{border:1px solid #dee2e6}.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled){z-index:1}.b-calendar{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.b-calendar .b-calendar-inner{min-width:250px}.b-calendar .b-calendar-header,.b-calendar .b-calendar-nav{margin-bottom:.25rem}.b-calendar .b-calendar-nav .btn{padding:.25rem}.b-calendar output{padding:.25rem;font-size:80%}.b-calendar output.readonly{background-color:#e9ecef;opacity:1}.b-calendar .b-calendar-footer{margin-top:.5rem}.b-calendar .b-calendar-grid{padding:0;margin:0;overflow:hidden}.b-calendar .b-calendar-grid .row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.b-calendar .b-calendar-grid-caption{padding:.25rem}.b-calendar .b-calendar-grid-body .col[data-date] .btn{width:32px;height:32px;font-size:14px;line-height:1;margin:3px auto;padding:9px 0}.b-calendar .btn:disabled,.b-calendar .btn.disabled,.b-calendar .btn[aria-disabled=true]{cursor:default;pointer-events:none}.card-img-left{border-top-left-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-img-right{border-top-right-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret:after{display:none!important}.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret:before{display:none!important}.dropdown .dropdown-menu:focus{outline:none}.b-dropdown-form{display:inline-block;padding:.25rem 1.5rem;width:100%;clear:both;font-weight:400}.b-dropdown-form:focus{outline:1px dotted!important;outline:5px auto -webkit-focus-ring-color!important}.b-dropdown-form.disabled,.b-dropdown-form:disabled{outline:0!important;color:#adb5bd;pointer-events:none}.b-dropdown-text{display:inline-block;padding:.25rem 1.5rem;margin-bottom:0;width:100%;clear:both;font-weight:lighter}.custom-checkbox.b-custom-control-lg,.input-group-lg .custom-checkbox{font-size:1.25rem;line-height:1.5;padding-left:1.875rem}.custom-checkbox.b-custom-control-lg .custom-control-label:before,.input-group-lg .custom-checkbox .custom-control-label:before{top:.3125rem;left:-1.875rem;width:1.25rem;height:1.25rem;border-radius:.3rem}.custom-checkbox.b-custom-control-lg .custom-control-label:after,.input-group-lg .custom-checkbox .custom-control-label:after{top:.3125rem;left:-1.875rem;width:1.25rem;height:1.25rem;background-size:50% 50%}.custom-checkbox.b-custom-control-sm,.input-group-sm .custom-checkbox{font-size:.875rem;line-height:1.5;padding-left:1.3125rem}.custom-checkbox.b-custom-control-sm .custom-control-label:before,.input-group-sm .custom-checkbox .custom-control-label:before{top:.21875rem;left:-1.3125rem;width:.875rem;height:.875rem;border-radius:.2rem}.custom-checkbox.b-custom-control-sm .custom-control-label:after,.input-group-sm .custom-checkbox .custom-control-label:after{top:.21875rem;left:-1.3125rem;width:.875rem;height:.875rem;background-size:50% 50%}.custom-switch.b-custom-control-lg,.input-group-lg .custom-switch{padding-left:2.8125rem}.custom-switch.b-custom-control-lg .custom-control-label,.input-group-lg .custom-switch .custom-control-label{font-size:1.25rem;line-height:1.5}.custom-switch.b-custom-control-lg .custom-control-label:before,.input-group-lg .custom-switch .custom-control-label:before{top:.3125rem;height:1.25rem;left:-2.8125rem;width:2.1875rem;border-radius:.625rem}.custom-switch.b-custom-control-lg .custom-control-label:after,.input-group-lg .custom-switch .custom-control-label:after{top:calc(.3125rem + 2px);left:calc(-2.8125rem + 2px);width:calc(1.25rem - 4px);height:calc(1.25rem - 4px);border-radius:.625rem;background-size:50% 50%}.custom-switch.b-custom-control-lg .custom-control-input:checked~.custom-control-label:after,.input-group-lg .custom-switch .custom-control-input:checked~.custom-control-label:after{-webkit-transform:translateX(.9375rem);transform:translate(.9375rem)}.custom-switch.b-custom-control-sm,.input-group-sm .custom-switch{padding-left:1.96875rem}.custom-switch.b-custom-control-sm .custom-control-label,.input-group-sm .custom-switch .custom-control-label{font-size:.875rem;line-height:1.5}.custom-switch.b-custom-control-sm .custom-control-label:before,.input-group-sm .custom-switch .custom-control-label:before{top:.21875rem;left:-1.96875rem;width:1.53125rem;height:.875rem;border-radius:.4375rem}.custom-switch.b-custom-control-sm .custom-control-label:after,.input-group-sm .custom-switch .custom-control-label:after{top:calc(.21875rem + 2px);left:calc(-1.96875rem + 2px);width:calc(.875rem - 4px);height:calc(.875rem - 4px);border-radius:.4375rem;background-size:50% 50%}.custom-switch.b-custom-control-sm .custom-control-input:checked~.custom-control-label:after,.input-group-sm .custom-switch .custom-control-input:checked~.custom-control-label:after{-webkit-transform:translateX(.65625rem);transform:translate(.65625rem)}.input-group>.input-group-prepend>.btn-group>.btn,.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn-group>.btn,.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn,.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.b-form-btn-label-control.form-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:auto;padding:0;background-image:none}.input-group .b-form-btn-label-control.form-control{padding:0}[dir=rtl] .b-form-btn-label-control.form-control,.b-form-btn-label-control.form-control[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}[dir=rtl] .b-form-btn-label-control.form-control>label,.b-form-btn-label-control.form-control[dir=rtl]>label{text-align:right}.b-form-btn-label-control.form-control>.btn{line-height:1;font-size:inherit;-webkit-box-shadow:none!important;box-shadow:none!important;border:0}.b-form-btn-label-control.form-control>.btn:disabled{pointer-events:none}.b-form-btn-label-control.form-control.is-valid>.btn{color:#5f8d4b}.b-form-btn-label-control.form-control.is-invalid>.btn{color:#aa2a29}.b-form-btn-label-control.form-control>.dropdown-menu{padding:.5rem}.b-form-btn-label-control.form-control>.form-control{height:auto;min-height:calc(1.5em + 1.5rem + 0px);padding-left:.25rem;margin:0;border:0;outline:0;background:transparent;word-break:break-word;font-size:inherit;white-space:normal;cursor:pointer}.b-form-btn-label-control.form-control>.form-control.form-control-sm{min-height:calc(1.5em + .5rem + 0px)}.b-form-btn-label-control.form-control>.form-control.form-control-lg{min-height:calc(1.5em + 1rem + 0px)}.input-group.input-group-sm .b-form-btn-label-control.form-control>.form-control{min-height:calc(1.5em + .5rem + 0px);padding-top:.25rem;padding-bottom:.25rem}.input-group.input-group-lg .b-form-btn-label-control.form-control>.form-control{min-height:calc(1.5em + 1rem + 0px);padding-top:.5rem;padding-bottom:.5rem}.b-form-btn-label-control.form-control[aria-disabled=true],.b-form-btn-label-control.form-control[aria-readonly=true]{background-color:#e9ecef;opacity:1}.b-form-btn-label-control.form-control[aria-disabled=true]{pointer-events:none}.b-form-btn-label-control.form-control[aria-disabled=true]>label{cursor:default}.b-form-btn-label-control.btn-group>.dropdown-menu{padding:.5rem}.custom-file-label{white-space:nowrap;overflow-x:hidden}.b-custom-control-lg.custom-file,.b-custom-control-lg .custom-file-input,.b-custom-control-lg .custom-file-label,.input-group-lg.custom-file,.input-group-lg .custom-file-input,.input-group-lg .custom-file-label{font-size:1.25rem;height:calc(1.5em + 1rem + 2px)}.b-custom-control-lg .custom-file-label,.b-custom-control-lg .custom-file-label:after,.input-group-lg .custom-file-label,.input-group-lg .custom-file-label:after{padding:.5rem 1rem;line-height:1.5}.b-custom-control-lg .custom-file-label,.input-group-lg .custom-file-label{border-radius:.3rem}.b-custom-control-lg .custom-file-label:after,.input-group-lg .custom-file-label:after{font-size:inherit;height:calc(1.5em + 1rem);border-radius:0 .3rem .3rem 0}.b-custom-control-sm.custom-file,.b-custom-control-sm .custom-file-input,.b-custom-control-sm .custom-file-label,.input-group-sm.custom-file,.input-group-sm .custom-file-input,.input-group-sm .custom-file-label{font-size:.875rem;height:calc(1.5em + .5rem + 2px)}.b-custom-control-sm .custom-file-label,.b-custom-control-sm .custom-file-label:after,.input-group-sm .custom-file-label,.input-group-sm .custom-file-label:after{padding:.25rem .5rem;line-height:1.5}.b-custom-control-sm .custom-file-label,.input-group-sm .custom-file-label{border-radius:.2rem}.b-custom-control-sm .custom-file-label:after,.input-group-sm .custom-file-label:after{font-size:inherit;height:calc(1.5em + .5rem);border-radius:0 .2rem .2rem 0}.was-validated .form-control:invalid,.was-validated .form-control:valid,.form-control.is-invalid,.form-control.is-valid{background-position:right calc(.375em + .375rem) center}input[type=color].form-control{height:calc(1.5em + 1.5rem + 2px);padding:.125rem .25rem}input[type=color].form-control.form-control-sm,.input-group-sm input[type=color].form-control{height:calc(1.5em + .5rem + 2px);padding:.125rem .25rem}input[type=color].form-control.form-control-lg,.input-group-lg input[type=color].form-control{height:calc(1.5em + 1rem + 2px);padding:.125rem .25rem}input[type=color].form-control:disabled{background-color:#adb5bd;opacity:.3}.input-group>.custom-range{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-range+.form-control,.input-group>.custom-range+.form-control-plaintext,.input-group>.custom-range+.custom-select,.input-group>.custom-range+.custom-range,.input-group>.custom-range+.custom-file{margin-left:-1px}.input-group>.form-control+.custom-range,.input-group>.form-control-plaintext+.custom-range,.input-group>.custom-select+.custom-range,.input-group>.custom-range+.custom-range,.input-group>.custom-file+.custom-range{margin-left:-1px}.input-group>.custom-range:focus{z-index:3}.input-group>.custom-range:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-range:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-range{padding:0 .75rem;background-color:transparent;background-clip:padding-box;border:1px solid rgb(202,166,110);height:calc(1.5em + 1.5rem + 2px);border-radius:.25rem;-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}@media (prefers-reduced-motion: reduce){.input-group>.custom-range{-webkit-transition:none;transition:none}}.input-group>.custom-range:focus{color:#f1e0c5;background-color:transparent;border-color:#c78384;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(140,63,64,.25);box-shadow:0 0 0 .2rem #8c3f4040}.input-group>.custom-range:disabled,.input-group>.custom-range[readonly]{background-color:#e9ecef}.input-group-lg>.custom-range{height:calc(1.5em + 1rem + 2px);padding:0 1rem;border-radius:.3rem}.input-group-sm>.custom-range{height:calc(1.5em + .5rem + 2px);padding:0 .5rem;border-radius:.2rem}.was-validated .input-group .custom-range:valid,.input-group .custom-range.is-valid{border-color:#5f8d4b}.was-validated .input-group .custom-range:valid:focus,.input-group .custom-range.is-valid:focus{border-color:#5f8d4b;-webkit-box-shadow:0 0 0 .2rem rgba(95,141,75,.25);box-shadow:0 0 0 .2rem #5f8d4b40}.was-validated .custom-range:valid:focus::-webkit-slider-thumb,.custom-range.is-valid:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem #bed7b4;box-shadow:0 0 0 1px #fff,0 0 0 .2rem #bed7b4}.was-validated .custom-range:valid:focus::-moz-range-thumb,.custom-range.is-valid:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #bed7b4}.was-validated .custom-range:valid:focus::-ms-thumb,.custom-range.is-valid:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #bed7b4}.was-validated .custom-range:valid::-webkit-slider-thumb,.custom-range.is-valid::-webkit-slider-thumb{background-color:#5f8d4b;background-image:none}.was-validated .custom-range:valid::-webkit-slider-thumb:active,.custom-range.is-valid::-webkit-slider-thumb:active{background-color:#bed7b4;background-image:none}.was-validated .custom-range:valid::-webkit-slider-runnable-track,.custom-range.is-valid::-webkit-slider-runnable-track{background-color:#5f8d4b59}.was-validated .custom-range:valid::-moz-range-thumb,.custom-range.is-valid::-moz-range-thumb{background-color:#5f8d4b;background-image:none}.was-validated .custom-range:valid::-moz-range-thumb:active,.custom-range.is-valid::-moz-range-thumb:active{background-color:#bed7b4;background-image:none}.was-validated .custom-range:valid::-moz-range-track,.custom-range.is-valid::-moz-range-track{background:#5f8d4b59}.was-validated .custom-range:valid~.valid-feedback,.was-validated .custom-range:valid~.valid-tooltip,.custom-range.is-valid~.valid-feedback,.custom-range.is-valid~.valid-tooltip{display:block}.was-validated .custom-range:valid::-ms-thumb,.custom-range.is-valid::-ms-thumb{background-color:#5f8d4b;background-image:none}.was-validated .custom-range:valid::-ms-thumb:active,.custom-range.is-valid::-ms-thumb:active{background-color:#bed7b4;background-image:none}.was-validated .custom-range:valid::-ms-track-lower,.custom-range.is-valid::-ms-track-lower{background:#5f8d4b59}.was-validated .custom-range:valid::-ms-track-upper,.custom-range.is-valid::-ms-track-upper{background:#5f8d4b59}.was-validated .input-group .custom-range:invalid,.input-group .custom-range.is-invalid{border-color:#aa2a29}.was-validated .input-group .custom-range:invalid:focus,.input-group .custom-range.is-invalid:focus{border-color:#aa2a29;-webkit-box-shadow:0 0 0 .2rem rgba(170,42,41,.25);box-shadow:0 0 0 .2rem #aa2a2940}.was-validated .custom-range:invalid:focus::-webkit-slider-thumb,.custom-range.is-invalid:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem #e89e9e;box-shadow:0 0 0 1px #fff,0 0 0 .2rem #e89e9e}.was-validated .custom-range:invalid:focus::-moz-range-thumb,.custom-range.is-invalid:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #e89e9e}.was-validated .custom-range:invalid:focus::-ms-thumb,.custom-range.is-invalid:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #e89e9e}.was-validated .custom-range:invalid::-webkit-slider-thumb,.custom-range.is-invalid::-webkit-slider-thumb{background-color:#aa2a29;background-image:none}.was-validated .custom-range:invalid::-webkit-slider-thumb:active,.custom-range.is-invalid::-webkit-slider-thumb:active{background-color:#e89e9e;background-image:none}.was-validated .custom-range:invalid::-webkit-slider-runnable-track,.custom-range.is-invalid::-webkit-slider-runnable-track{background-color:#aa2a2959}.was-validated .custom-range:invalid::-moz-range-thumb,.custom-range.is-invalid::-moz-range-thumb{background-color:#aa2a29;background-image:none}.was-validated .custom-range:invalid::-moz-range-thumb:active,.custom-range.is-invalid::-moz-range-thumb:active{background-color:#e89e9e;background-image:none}.was-validated .custom-range:invalid::-moz-range-track,.custom-range.is-invalid::-moz-range-track{background:#aa2a2959}.was-validated .custom-range:invalid~.invalid-feedback,.was-validated .custom-range:invalid~.invalid-tooltip,.custom-range.is-invalid~.invalid-feedback,.custom-range.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-range:invalid::-ms-thumb,.custom-range.is-invalid::-ms-thumb{background-color:#aa2a29;background-image:none}.was-validated .custom-range:invalid::-ms-thumb:active,.custom-range.is-invalid::-ms-thumb:active{background-color:#e89e9e;background-image:none}.was-validated .custom-range:invalid::-ms-track-lower,.custom-range.is-invalid::-ms-track-lower{background:#aa2a2959}.was-validated .custom-range:invalid::-ms-track-upper,.custom-range.is-invalid::-ms-track-upper{background:#aa2a2959}.custom-radio.b-custom-control-lg,.input-group-lg .custom-radio{font-size:1.25rem;line-height:1.5;padding-left:1.875rem}.custom-radio.b-custom-control-lg .custom-control-label:before,.input-group-lg .custom-radio .custom-control-label:before{top:.3125rem;left:-1.875rem;width:1.25rem;height:1.25rem;border-radius:50%}.custom-radio.b-custom-control-lg .custom-control-label:after,.input-group-lg .custom-radio .custom-control-label:after{top:.3125rem;left:-1.875rem;width:1.25rem;height:1.25rem;background:no-repeat 50%/50% 50%}.custom-radio.b-custom-control-sm,.input-group-sm .custom-radio{font-size:.875rem;line-height:1.5;padding-left:1.3125rem}.custom-radio.b-custom-control-sm .custom-control-label:before,.input-group-sm .custom-radio .custom-control-label:before{top:.21875rem;left:-1.3125rem;width:.875rem;height:.875rem;border-radius:50%}.custom-radio.b-custom-control-sm .custom-control-label:after,.input-group-sm .custom-radio .custom-control-label:after{top:.21875rem;left:-1.3125rem;width:.875rem;height:.875rem;background:no-repeat 50%/50% 50%}.b-rating{text-align:center}.b-rating.d-inline-flex{width:auto}.b-rating .b-rating-star,.b-rating .b-rating-value{padding:0 .25em}.b-rating .b-rating-value{min-width:2.5em}.b-rating .b-rating-star{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline:0}.b-rating .b-rating-star .b-rating-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.b-rating.disabled,.b-rating:disabled{background-color:#e9ecef;color:#6c757d}.b-rating:not(.disabled):not(.readonly) .b-rating-star{cursor:pointer}.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon{-webkit-transform:scale(1.5);transform:scale(1.5)}.b-rating[dir=rtl] .b-rating-star-half{-webkit-transform:scale(-1,1);transform:scaleX(-1)}.b-form-spinbutton{text-align:center;overflow:hidden;background-image:none;padding:0}[dir=rtl] .b-form-spinbutton:not(.flex-column),.b-form-spinbutton[dir=rtl]:not(.flex-column){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.b-form-spinbutton output{font-size:inherit;outline:0;border:0;background-color:transparent;width:auto;margin:0;padding:0 .25rem}.b-form-spinbutton output>div,.b-form-spinbutton output>bdi{display:block;min-width:2.25em;height:1.5em}.b-form-spinbutton.flex-column{height:auto;width:auto}.b-form-spinbutton.flex-column output{margin:0 .25rem;padding:.25rem 0}.b-form-spinbutton:not(.d-inline-flex):not(.flex-column){output-width:100%}.b-form-spinbutton.d-inline-flex:not(.flex-column){width:auto}.b-form-spinbutton .btn{line-height:1;-webkit-box-shadow:none!important;box-shadow:none!important}.b-form-spinbutton .btn:disabled{pointer-events:none}.b-form-spinbutton .btn:hover:not(:disabled)>div>.b-icon{-webkit-transform:scale(1.25);transform:scale(1.25)}.b-form-spinbutton.disabled,.b-form-spinbutton.readonly{background-color:#e9ecef}.b-form-spinbutton.disabled{pointer-events:none}.b-form-tags.focus{color:#f1e0c5;background-color:transparent;border-color:#c78384;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(140,63,64,.25);box-shadow:0 0 0 .2rem #8c3f4040}.b-form-tags.focus.is-valid{border-color:#5f8d4b;-webkit-box-shadow:0 0 0 .2rem rgba(95,141,75,.25);box-shadow:0 0 0 .2rem #5f8d4b40}.b-form-tags.focus.is-invalid{border-color:#aa2a29;-webkit-box-shadow:0 0 0 .2rem rgba(170,42,41,.25);box-shadow:0 0 0 .2rem #aa2a2940}.b-form-tags.disabled{background-color:#e9ecef}.b-form-tags-list{margin-top:-.25rem}.b-form-tags-list .b-form-tags-field,.b-form-tags-list .b-form-tag{margin-top:.25rem}.b-form-tags-input{color:#f1e0c5}.b-form-tag{font-size:75%;font-weight:400;line-height:1.5;margin-right:.25rem}.b-form-tag.disabled{opacity:.75}.b-form-tag>button.b-form-tag-remove{color:inherit;font-size:125%;line-height:1;float:none;margin-left:.25rem}.form-control-sm .b-form-tag,.form-control-lg .b-form-tag{line-height:1.5}.media-aside{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:1rem}.media-aside-right{margin-right:0;margin-left:1rem}.modal-backdrop{opacity:.5}.b-pagination-pills .page-item .page-link{border-radius:50rem!important;margin-left:.25rem;line-height:1}.b-pagination-pills .page-item:first-child .page-link{margin-left:0}.popover.b-popover{display:block;opacity:1;outline:0}.popover.b-popover.fade:not(.show){opacity:0}.popover.b-popover.show{opacity:1}.b-popover-primary.popover{background-color:#e8d9d9;border-color:#dfc9ca}.b-popover-primary.bs-popover-top>.arrow:before,.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#dfc9ca}.b-popover-primary.bs-popover-top>.arrow:after,.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#e8d9d9}.b-popover-primary.bs-popover-right>.arrow:before,.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#dfc9ca}.b-popover-primary.bs-popover-right>.arrow:after,.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#e8d9d9}.b-popover-primary.bs-popover-bottom>.arrow:before,.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#dfc9ca}.b-popover-primary.bs-popover-bottom>.arrow:after,.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#e2cfcf}.b-popover-primary.bs-popover-bottom .popover-header:before,.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#e2cfcf}.b-popover-primary.bs-popover-left>.arrow:before,.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#dfc9ca}.b-popover-primary.bs-popover-left>.arrow:after,.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#e8d9d9}.b-popover-primary .popover-header{color:#212529;background-color:#e2cfcf;border-bottom-color:#d9c0c0}.b-popover-primary .popover-body{color:#492121}.b-popover-secondary.popover{background-color:#edebed;border-color:#e6e3e6}.b-popover-secondary.bs-popover-top>.arrow:before,.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#e6e3e6}.b-popover-secondary.bs-popover-top>.arrow:after,.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#edebed}.b-popover-secondary.bs-popover-right>.arrow:before,.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#e6e3e6}.b-popover-secondary.bs-popover-right>.arrow:after,.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#edebed}.b-popover-secondary.bs-popover-bottom>.arrow:before,.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#e6e3e6}.b-popover-secondary.bs-popover-bottom>.arrow:after,.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#e6e3e6}.b-popover-secondary.bs-popover-bottom .popover-header:before,.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#e6e3e6}.b-popover-secondary.bs-popover-left>.arrow:before,.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#e6e3e6}.b-popover-secondary.bs-popover-left>.arrow:after,.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#edebed}.b-popover-secondary .popover-header{color:#212529;background-color:#e6e3e6;border-bottom-color:#dad6da}.b-popover-secondary .popover-body{color:#555156}.b-popover-success.popover{background-color:#dfe8db;border-color:#d2dfcd}.b-popover-success.bs-popover-top>.arrow:before,.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#d2dfcd}.b-popover-success.bs-popover-top>.arrow:after,.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#dfe8db}.b-popover-success.bs-popover-right>.arrow:before,.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#d2dfcd}.b-popover-success.bs-popover-right>.arrow:after,.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#dfe8db}.b-popover-success.bs-popover-bottom>.arrow:before,.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#d2dfcd}.b-popover-success.bs-popover-bottom>.arrow:after,.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#d7e2d2}.b-popover-success.bs-popover-bottom .popover-header:before,.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#d7e2d2}.b-popover-success.bs-popover-left>.arrow:before,.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#d2dfcd}.b-popover-success.bs-popover-left>.arrow:after,.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#dfe8db}.b-popover-success .popover-header{color:#212529;background-color:#d7e2d2;border-bottom-color:#c9d8c2}.b-popover-success .popover-body{color:#314927}.b-popover-info.popover{background-color:#d3d3d3;border-color:#c1c1c2}.b-popover-info.bs-popover-top>.arrow:before,.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#c1c1c2}.b-popover-info.bs-popover-top>.arrow:after,.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#d3d3d3}.b-popover-info.bs-popover-right>.arrow:before,.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#c1c1c2}.b-popover-info.bs-popover-right>.arrow:after,.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#d3d3d3}.b-popover-info.bs-popover-bottom>.arrow:before,.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#c1c1c2}.b-popover-info.bs-popover-bottom>.arrow:after,.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#cbcbcb}.b-popover-info.bs-popover-bottom .popover-header:before,.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#cbcbcb}.b-popover-info.bs-popover-left>.arrow:before,.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#c1c1c2}.b-popover-info.bs-popover-left>.arrow:after,.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#d3d3d3}.b-popover-info .popover-header{color:#212529;background-color:#cbcbcb;border-bottom-color:#bfbfbf}.b-popover-info .popover-body{color:#121213}.b-popover-warning.popover{background-color:#f8e5d0;border-color:#f5dbbd}.b-popover-warning.bs-popover-top>.arrow:before,.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#f5dbbd}.b-popover-warning.bs-popover-top>.arrow:after,.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#f8e5d0}.b-popover-warning.bs-popover-right>.arrow:before,.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#f5dbbd}.b-popover-warning.bs-popover-right>.arrow:after,.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#f8e5d0}.b-popover-warning.bs-popover-bottom>.arrow:before,.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#f5dbbd}.b-popover-warning.bs-popover-bottom>.arrow:after,.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#f6dec3}.b-popover-warning.bs-popover-bottom .popover-header:before,.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#f6dec3}.b-popover-warning.bs-popover-left>.arrow:before,.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#f5dbbd}.b-popover-warning.bs-popover-left>.arrow:after,.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#f8e5d0}.b-popover-warning .popover-header{color:#212529;background-color:#f6dec3;border-bottom-color:#f3d1ac}.b-popover-warning .popover-body{color:#73410a}.b-popover-danger.popover{background-color:#eed4d4;border-color:#e7c3c3}.b-popover-danger.bs-popover-top>.arrow:before,.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#e7c3c3}.b-popover-danger.bs-popover-top>.arrow:after,.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#eed4d4}.b-popover-danger.bs-popover-right>.arrow:before,.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#e7c3c3}.b-popover-danger.bs-popover-right>.arrow:after,.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#eed4d4}.b-popover-danger.bs-popover-bottom>.arrow:before,.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#e7c3c3}.b-popover-danger.bs-popover-bottom>.arrow:after,.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#eac9c9}.b-popover-danger.bs-popover-bottom .popover-header:before,.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#eac9c9}.b-popover-danger.bs-popover-left>.arrow:before,.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#e7c3c3}.b-popover-danger.bs-popover-left>.arrow:after,.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#eed4d4}.b-popover-danger .popover-header{color:#212529;background-color:#eac9c9;border-bottom-color:#e2b7b7}.b-popover-danger .popover-body{color:#581615}.b-popover-light.popover{background-color:#f4ede2;border-color:#f0e6d6}.b-popover-light.bs-popover-top>.arrow:before,.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#f0e6d6}.b-popover-light.bs-popover-top>.arrow:after,.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#f4ede2}.b-popover-light.bs-popover-right>.arrow:before,.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#f0e6d6}.b-popover-light.bs-popover-right>.arrow:after,.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#f4ede2}.b-popover-light.bs-popover-bottom>.arrow:before,.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#f0e6d6}.b-popover-light.bs-popover-bottom>.arrow:after,.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#f0e6d7}.b-popover-light.bs-popover-bottom .popover-header:before,.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#f0e6d7}.b-popover-light.bs-popover-left>.arrow:before,.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#f0e6d6}.b-popover-light.bs-popover-left>.arrow:after,.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#f4ede2}.b-popover-light .popover-header{color:#212529;background-color:#f0e6d7;border-bottom-color:#e9dbc4}.b-popover-light .popover-body{color:#695639}.b-popover-dark.popover{background-color:#d3d1d1;border-color:#c1bfbf}.b-popover-dark.bs-popover-top>.arrow:before,.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#c1bfbf}.b-popover-dark.bs-popover-top>.arrow:after,.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#d3d1d1}.b-popover-dark.bs-popover-right>.arrow:before,.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#c1bfbf}.b-popover-dark.bs-popover-right>.arrow:after,.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#d3d1d1}.b-popover-dark.bs-popover-bottom>.arrow:before,.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#c1bfbf}.b-popover-dark.bs-popover-bottom>.arrow:after,.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#ccc9c9}.b-popover-dark.bs-popover-bottom .popover-header:before,.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#ccc9c9}.b-popover-dark.bs-popover-left>.arrow:before,.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#c1bfbf}.b-popover-dark.bs-popover-left>.arrow:after,.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#d3d1d1}.b-popover-dark .popover-header{color:#212529;background-color:#ccc9c9;border-bottom-color:#bfbcbc}.b-popover-dark .popover-body{color:#120e0e}.b-popover-facebook.popover{background-color:#d9e1f0;border-color:#cad4e9}.b-popover-facebook.bs-popover-top>.arrow:before,.b-popover-facebook.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#cad4e9}.b-popover-facebook.bs-popover-top>.arrow:after,.b-popover-facebook.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#d9e1f0}.b-popover-facebook.bs-popover-right>.arrow:before,.b-popover-facebook.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#cad4e9}.b-popover-facebook.bs-popover-right>.arrow:after,.b-popover-facebook.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#d9e1f0}.b-popover-facebook.bs-popover-bottom>.arrow:before,.b-popover-facebook.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#cad4e9}.b-popover-facebook.bs-popover-bottom>.arrow:after,.b-popover-facebook.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#ced8ec}.b-popover-facebook.bs-popover-bottom .popover-header:before,.b-popover-facebook.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#ced8ec}.b-popover-facebook.bs-popover-left>.arrow:before,.b-popover-facebook.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#cad4e9}.b-popover-facebook.bs-popover-left>.arrow:after,.b-popover-facebook.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#d9e1f0}.b-popover-facebook .popover-header{color:#212529;background-color:#ced8ec;border-bottom-color:#bccae4}.b-popover-facebook .popover-body{color:#22365d}.b-popover-twitter.popover{background-color:#d2ecfc;border-color:#c0e5fb}.b-popover-twitter.bs-popover-top>.arrow:before,.b-popover-twitter.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#c0e5fb}.b-popover-twitter.bs-popover-top>.arrow:after,.b-popover-twitter.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#d2ecfc}.b-popover-twitter.bs-popover-right>.arrow:before,.b-popover-twitter.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#c0e5fb}.b-popover-twitter.bs-popover-right>.arrow:after,.b-popover-twitter.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#d2ecfc}.b-popover-twitter.bs-popover-bottom>.arrow:before,.b-popover-twitter.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#c0e5fb}.b-popover-twitter.bs-popover-bottom>.arrow:after,.b-popover-twitter.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#c4e6fb}.b-popover-twitter.bs-popover-bottom .popover-header:before,.b-popover-twitter.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#c4e6fb}.b-popover-twitter.bs-popover-left>.arrow:before,.b-popover-twitter.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#c0e5fb}.b-popover-twitter.bs-popover-left>.arrow:after,.b-popover-twitter.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#d2ecfc}.b-popover-twitter .popover-header{color:#212529;background-color:#c4e6fb;border-bottom-color:#acdcf9}.b-popover-twitter .popover-body{color:#0f547e}.b-popover-discord.popover{background-color:#dee0fc;border-color:#d0d4fb}.b-popover-discord.bs-popover-top>.arrow:before,.b-popover-discord.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#d0d4fb}.b-popover-discord.bs-popover-top>.arrow:after,.b-popover-discord.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#dee0fc}.b-popover-discord.bs-popover-right>.arrow:before,.b-popover-discord.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#d0d4fb}.b-popover-discord.bs-popover-right>.arrow:after,.b-popover-discord.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#dee0fc}.b-popover-discord.bs-popover-bottom>.arrow:before,.b-popover-discord.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#d0d4fb}.b-popover-discord.bs-popover-bottom>.arrow:after,.b-popover-discord.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#d0d3fb}.b-popover-discord.bs-popover-bottom .popover-header:before,.b-popover-discord.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#d0d3fb}.b-popover-discord.bs-popover-left>.arrow:before,.b-popover-discord.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#d0d4fb}.b-popover-discord.bs-popover-left>.arrow:after,.b-popover-discord.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#dee0fc}.b-popover-discord .popover-header{color:#212529;background-color:#d0d3fb;border-bottom-color:#b9bdf9}.b-popover-discord .popover-body{color:#2e357e}.b-popover-white.popover{background-color:#fff;border-color:#fff}.b-popover-white.bs-popover-top>.arrow:before,.b-popover-white.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#fff}.b-popover-white.bs-popover-top>.arrow:after,.b-popover-white.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#fff}.b-popover-white.bs-popover-right>.arrow:before,.b-popover-white.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#fff}.b-popover-white.bs-popover-right>.arrow:after,.b-popover-white.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#fff}.b-popover-white.bs-popover-bottom>.arrow:before,.b-popover-white.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#fff}.b-popover-white.bs-popover-bottom>.arrow:after,.b-popover-white.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#f7f7f7}.b-popover-white.bs-popover-bottom .popover-header:before,.b-popover-white.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#f7f7f7}.b-popover-white.bs-popover-left>.arrow:before,.b-popover-white.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#fff}.b-popover-white.bs-popover-left>.arrow:after,.b-popover-white.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#fff}.b-popover-white .popover-header{color:#212529;background-color:#f7f7f7;border-bottom-color:#ebebeb}.b-popover-white .popover-body{color:#858585}.b-popover-black.popover{background-color:#ccc;border-color:#b8b8b8}.b-popover-black.bs-popover-top>.arrow:before,.b-popover-black.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#b8b8b8}.b-popover-black.bs-popover-top>.arrow:after,.b-popover-black.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#ccc}.b-popover-black.bs-popover-right>.arrow:before,.b-popover-black.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#b8b8b8}.b-popover-black.bs-popover-right>.arrow:after,.b-popover-black.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#ccc}.b-popover-black.bs-popover-bottom>.arrow:before,.b-popover-black.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#b8b8b8}.b-popover-black.bs-popover-bottom>.arrow:after,.b-popover-black.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#c4c4c4}.b-popover-black.bs-popover-bottom .popover-header:before,.b-popover-black.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#c4c4c4}.b-popover-black.bs-popover-left>.arrow:before,.b-popover-black.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#b8b8b8}.b-popover-black.bs-popover-left>.arrow:after,.b-popover-black.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#ccc}.b-popover-black .popover-header{color:#212529;background-color:#c4c4c4;border-bottom-color:#b8b8b8}.b-popover-black .popover-body{color:#000}.b-popover-researcher.popover{background-color:#fafbfdd6;border-color:#f7fafcc6}.b-popover-researcher.bs-popover-top>.arrow:before,.b-popover-researcher.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#f7fafcd3}.b-popover-researcher.bs-popover-top>.arrow:after,.b-popover-researcher.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#fafbfdd6}.b-popover-researcher.bs-popover-right>.arrow:before,.b-popover-researcher.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#f7fafcd3}.b-popover-researcher.bs-popover-right>.arrow:after,.b-popover-researcher.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#fafbfdd6}.b-popover-researcher.bs-popover-bottom>.arrow:before,.b-popover-researcher.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#f7fafcd3}.b-popover-researcher.bs-popover-bottom>.arrow:after,.b-popover-researcher.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#eff2f9d6}.b-popover-researcher.bs-popover-bottom .popover-header:before,.b-popover-researcher.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#eff2f9d6}.b-popover-researcher.bs-popover-left>.arrow:before,.b-popover-researcher.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#f7fafcd3}.b-popover-researcher.bs-popover-left>.arrow:after,.b-popover-researcher.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#fafbfdd6}.b-popover-researcher .popover-header{color:#212529;background-color:#eff2f9d6;border-bottom-color:#dde4f1d6}.b-popover-researcher .popover-body{color:#070d1395}.b-popover-pioneer.popover{background-color:#fbf9fcd6;border-color:#f9f6fac6}.b-popover-pioneer.bs-popover-top>.arrow:before,.b-popover-pioneer.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#f9f6fad3}.b-popover-pioneer.bs-popover-top>.arrow:after,.b-popover-pioneer.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#fbf9fcd6}.b-popover-pioneer.bs-popover-right>.arrow:before,.b-popover-pioneer.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#f9f6fad3}.b-popover-pioneer.bs-popover-right>.arrow:after,.b-popover-pioneer.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#fbf9fcd6}.b-popover-pioneer.bs-popover-bottom>.arrow:before,.b-popover-pioneer.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#f9f6fad3}.b-popover-pioneer.bs-popover-bottom>.arrow:after,.b-popover-pioneer.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#f4eff7d6}.b-popover-pioneer.bs-popover-bottom .popover-header:before,.b-popover-pioneer.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#f4eff7d6}.b-popover-pioneer.bs-popover-left>.arrow:before,.b-popover-pioneer.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#f9f6fad3}.b-popover-pioneer.bs-popover-left>.arrow:after,.b-popover-pioneer.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#fbf9fcd6}.b-popover-pioneer .popover-header{color:#212529;background-color:#f4eff7d6;border-bottom-color:#e9deeed6}.b-popover-pioneer .popover-body{color:#0c040e95}.b-popover-curator.popover{background-color:#fbfaf9d6;border-color:#f9f7f6c6}.b-popover-curator.bs-popover-top>.arrow:before,.b-popover-curator.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#f9f7f6d3}.b-popover-curator.bs-popover-top>.arrow:after,.b-popover-curator.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#fbfaf9d6}.b-popover-curator.bs-popover-right>.arrow:before,.b-popover-curator.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#f9f7f6d3}.b-popover-curator.bs-popover-right>.arrow:after,.b-popover-curator.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#fbfaf9d6}.b-popover-curator.bs-popover-bottom>.arrow:before,.b-popover-curator.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#f9f7f6d3}.b-popover-curator.bs-popover-bottom>.arrow:after,.b-popover-curator.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#f5f2f0d6}.b-popover-curator.bs-popover-bottom .popover-header:before,.b-popover-curator.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#f5f2f0d6}.b-popover-curator.bs-popover-left>.arrow:before,.b-popover-curator.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#f9f7f6d3}.b-popover-curator.bs-popover-left>.arrow:after,.b-popover-curator.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#fbfaf9d6}.b-popover-curator .popover-header{color:#212529;background-color:#f5f2f0d6;border-bottom-color:#ebe6e1d6}.b-popover-curator .popover-body{color:#0b070395}.b-popover-entrepreneur.popover{background-color:#fdfdf9d6;border-color:#fdfbf6c6}.b-popover-entrepreneur.bs-popover-top>.arrow:before,.b-popover-entrepreneur.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#fdfbf6d3}.b-popover-entrepreneur.bs-popover-top>.arrow:after,.b-popover-entrepreneur.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#fdfdf9d6}.b-popover-entrepreneur.bs-popover-right>.arrow:before,.b-popover-entrepreneur.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#fdfbf6d3}.b-popover-entrepreneur.bs-popover-right>.arrow:after,.b-popover-entrepreneur.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#fdfdf9d6}.b-popover-entrepreneur.bs-popover-bottom>.arrow:before,.b-popover-entrepreneur.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#fdfbf6d3}.b-popover-entrepreneur.bs-popover-bottom>.arrow:after,.b-popover-entrepreneur.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#f9f9eed6}.b-popover-entrepreneur.bs-popover-bottom .popover-header:before,.b-popover-entrepreneur.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#f9f9eed6}.b-popover-entrepreneur.bs-popover-left>.arrow:before,.b-popover-entrepreneur.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#fdfbf6d3}.b-popover-entrepreneur.bs-popover-left>.arrow:after,.b-popover-entrepreneur.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#fdfdf9d6}.b-popover-entrepreneur .popover-header{color:#212529;background-color:#f9f9eed6;border-bottom-color:#f3f3dad6}.b-popover-entrepreneur .popover-body{color:#15120495}.b-popover-politician.popover{background-color:#fdf9f9d6;border-color:#fbf6f6c6}.b-popover-politician.bs-popover-top>.arrow:before,.b-popover-politician.bs-popover-auto[x-placement^=top]>.arrow:before{border-top-color:#fbf6f6d3}.b-popover-politician.bs-popover-top>.arrow:after,.b-popover-politician.bs-popover-auto[x-placement^=top]>.arrow:after{border-top-color:#fdf9f9d6}.b-popover-politician.bs-popover-right>.arrow:before,.b-popover-politician.bs-popover-auto[x-placement^=right]>.arrow:before{border-right-color:#fbf6f6d3}.b-popover-politician.bs-popover-right>.arrow:after,.b-popover-politician.bs-popover-auto[x-placement^=right]>.arrow:after{border-right-color:#fdf9f9d6}.b-popover-politician.bs-popover-bottom>.arrow:before,.b-popover-politician.bs-popover-auto[x-placement^=bottom]>.arrow:before{border-bottom-color:#fbf6f6d3}.b-popover-politician.bs-popover-bottom>.arrow:after,.b-popover-politician.bs-popover-auto[x-placement^=bottom]>.arrow:after{border-bottom-color:#f9eeeed6}.b-popover-politician.bs-popover-bottom .popover-header:before,.b-popover-politician.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#f9eeeed6}.b-popover-politician.bs-popover-left>.arrow:before,.b-popover-politician.bs-popover-auto[x-placement^=left]>.arrow:before{border-left-color:#fbf6f6d3}.b-popover-politician.bs-popover-left>.arrow:after,.b-popover-politician.bs-popover-auto[x-placement^=left]>.arrow:after{border-left-color:#fdf9f9d6}.b-popover-politician .popover-header{color:#212529;background-color:#f9eeeed6;border-bottom-color:#f3dadad6}.b-popover-politician .popover-body{color:#12050495}.b-sidebar-outer{position:fixed;top:0;left:0;right:0;height:0;overflow:visible;z-index:1035}.b-sidebar-backdrop{position:fixed;top:0;left:0;z-index:-1;width:100vw;height:100vh;opacity:.6}.b-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:fixed;top:0;width:320px;max-width:100%;height:100vh;max-height:100%;margin:0;outline:0;-webkit-transform:translateX(0);transform:translate(0)}.b-sidebar.slide{-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}@media (prefers-reduced-motion: reduce){.b-sidebar.slide{-webkit-transition:none;transition:none}}.b-sidebar:not(.b-sidebar-right){left:0;right:auto}.b-sidebar:not(.b-sidebar-right).slide:not(.show){-webkit-transform:translateX(-100%);transform:translate(-100%)}.b-sidebar:not(.b-sidebar-right)>.b-sidebar-header .close{margin-left:auto}.b-sidebar.b-sidebar-right{left:auto;right:0}.b-sidebar.b-sidebar-right.slide:not(.show){-webkit-transform:translateX(100%);transform:translate(100%)}.b-sidebar.b-sidebar-right>.b-sidebar-header .close{margin-right:auto}.b-sidebar>.b-sidebar-header{font-size:1.5rem;padding:.5rem 1rem;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-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[dir=rtl] .b-sidebar>.b-sidebar-header{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.b-sidebar>.b-sidebar-header .close{float:none;font-size:1.5rem}.b-sidebar>.b-sidebar-body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:100%;overflow-y:auto}.b-sidebar>.b-sidebar-footer{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.b-skeleton-wrapper{cursor:wait}.b-skeleton{position:relative;overflow:hidden;background-color:#0000001f;cursor:wait;-webkit-mask-image:radial-gradient(white,black);mask-image:radial-gradient(#fff,#000)}.b-skeleton:before{content:" "}.b-skeleton-text{height:1rem;margin-bottom:.25rem;border-radius:.25rem}.b-skeleton-button{width:75px;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem}.b-skeleton-avatar{width:2.5em;height:2.5em;border-radius:50%}.b-skeleton-input{height:calc(1.5em + 1.5rem + 2px);padding:.75rem;line-height:1.5;border:rgb(202,166,110) solid 1px;border-radius:.25rem}.b-skeleton-icon-wrapper svg{color:#0000001f}.b-skeleton-img{height:100%;width:100%}.b-skeleton-animate-wave:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(hsla(0,0%,100%,.4)),to(transparent));background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);-webkit-animation:b-skeleton-animate-wave 1.75s linear infinite;animation:b-skeleton-animate-wave 1.75s linear infinite}@media (prefers-reduced-motion: reduce){.b-skeleton-animate-wave:after{background:none;-webkit-animation:none;animation:none}}@-webkit-keyframes b-skeleton-animate-wave{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translateX(100%);transform:translate(100%)}}@keyframes b-skeleton-animate-wave{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translateX(100%);transform:translate(100%)}}.b-skeleton-animate-fade{-webkit-animation:b-skeleton-animate-fade .875s ease-in-out alternate infinite;animation:b-skeleton-animate-fade .875s ease-in-out alternate infinite}@media (prefers-reduced-motion: reduce){.b-skeleton-animate-fade{-webkit-animation:none;animation:none}}@-webkit-keyframes b-skeleton-animate-fade{0%{opacity:1}to{opacity:.4}}@keyframes b-skeleton-animate-fade{0%{opacity:1}to{opacity:.4}}.b-skeleton-animate-throb{-webkit-animation:b-skeleton-animate-throb .875s ease-in alternate infinite;animation:b-skeleton-animate-throb .875s ease-in alternate infinite}@media (prefers-reduced-motion: reduce){.b-skeleton-animate-throb{-webkit-animation:none;animation:none}}@-webkit-keyframes b-skeleton-animate-throb{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.975);transform:scale(.975)}}@keyframes b-skeleton-animate-throb{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.975);transform:scale(.975)}}.table.b-table.b-table-fixed{table-layout:fixed}.table.b-table.b-table-no-border-collapse{border-collapse:separate;border-spacing:0}.table.b-table[aria-busy=true]{opacity:.55}.table.b-table>tbody>tr.b-table-details>td{border-top:none!important}.table.b-table>caption{caption-side:bottom}.table.b-table.b-table-caption-top>caption{caption-side:top!important}.table.b-table>tbody>.table-active,.table.b-table>tbody>.table-active>th,.table.b-table>tbody>.table-active>td{background-color:#00000013}.table.b-table.table-hover>tbody>tr.table-active:hover td,.table.b-table.table-hover>tbody>tr.table-active:hover th{color:#212529;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.075)),to(rgba(0,0,0,.075)));background-image:linear-gradient(#00000013,#00000013);background-repeat:no-repeat}.table.b-table>tbody>.bg-active,.table.b-table>tbody>.bg-active>th,.table.b-table>tbody>.bg-active>td{background-color:#ffffff13!important}.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover td,.table.b-table.table-hover.custom-table>tbody>tr.bg-active:hover td,.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover th,.table.b-table.table-hover.custom-table>tbody>tr.bg-active:hover th{color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.075)),to(rgba(255,255,255,.075)));background-image:linear-gradient(#ffffff13,#ffffff13);background-repeat:no-repeat}.b-table-sticky-header,.table-responsive,[class*=table-responsive-]{margin-bottom:1rem}.b-table-sticky-header>.table,.table-responsive>.table,[class*=table-responsive-]>.table{margin-bottom:0}.b-table-sticky-header{overflow-y:auto;max-height:300px}@media print{.b-table-sticky-header{overflow-y:visible!important;max-height:none!important}}@supports (position: sticky){.b-table-sticky-header>.table.b-table>thead>tr>th{position:sticky;top:0;z-index:2}.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column{position:sticky;left:0}.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column{z-index:5}.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column{z-index:2}.table.b-table>thead>tr>.table-b-table-default,.table.b-table>tbody>tr>.table-b-table-default,.table.b-table>tfoot>tr>.table-b-table-default{color:#212529;background-color:#fff}.table.b-table.table-dark>thead>tr>.bg-b-table-default,.table.b-table.custom-table>thead>tr>.bg-b-table-default,.table.b-table.table-dark>tbody>tr>.bg-b-table-default,.table.b-table.custom-table>tbody>tr>.bg-b-table-default,.table.b-table.table-dark>tfoot>tr>.bg-b-table-default,.table.b-table.custom-table>tfoot>tr>.bg-b-table-default{color:#fff;background-color:#343a40}.table.b-table.table-striped>tbody>tr:nth-of-type(odd)>.table-b-table-default{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.05)));background-image:linear-gradient(#0000000d,#0000000d);background-repeat:no-repeat}.table.b-table.table-striped.table-dark>tbody>tr:nth-of-type(odd)>.bg-b-table-default,.table.b-table.table-striped.custom-table>tbody>tr:nth-of-type(odd)>.bg-b-table-default{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.05)),to(rgba(255,255,255,.05)));background-image:linear-gradient(#ffffff0d,#ffffff0d);background-repeat:no-repeat}.table.b-table.table-hover>tbody>tr:hover>.table-b-table-default{color:#212529;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.075)),to(rgba(0,0,0,.075)));background-image:linear-gradient(#00000013,#00000013);background-repeat:no-repeat}.table.b-table.table-hover.table-dark>tbody>tr:hover>.bg-b-table-default,.table.b-table.table-hover.custom-table>tbody>tr:hover>.bg-b-table-default{color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.075)),to(rgba(255,255,255,.075)));background-image:linear-gradient(#ffffff13,#ffffff13);background-repeat:no-repeat}}.table.b-table>thead>tr>[aria-sort],.table.b-table>tfoot>tr>[aria-sort]{cursor:pointer;background-image:none;background-repeat:no-repeat;background-size:.65em 1em}.table.b-table>thead>tr>[aria-sort]:not(.b-table-sort-icon-left),.table.b-table>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left){background-position:right .375rem center;padding-right:calc(.75rem + .65em)}.table.b-table>thead>tr>[aria-sort].b-table-sort-icon-left,.table.b-table>tfoot>tr>[aria-sort].b-table-sort-icon-left{background-position:left .375rem center;padding-left:calc(.75rem + .65em)}.table.b-table>thead>tr>[aria-sort=none],.table.b-table>tfoot>tr>[aria-sort=none]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>[aria-sort=ascending],.table.b-table>tfoot>tr>[aria-sort=ascending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>[aria-sort=descending],.table.b-table>tfoot>tr>[aria-sort=descending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table.table-dark>thead>tr>[aria-sort=none],.table.b-table.custom-table>thead>tr>[aria-sort=none],.table.b-table.table-dark>tfoot>tr>[aria-sort=none],.table.b-table.custom-table>tfoot>tr>[aria-sort=none],.table.b-table>.thead-dark>tr>[aria-sort=none]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table.table-dark>thead>tr>[aria-sort=ascending],.table.b-table.custom-table>thead>tr>[aria-sort=ascending],.table.b-table.table-dark>tfoot>tr>[aria-sort=ascending],.table.b-table.custom-table>tfoot>tr>[aria-sort=ascending],.table.b-table>.thead-dark>tr>[aria-sort=ascending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table.table-dark>thead>tr>[aria-sort=descending],.table.b-table.custom-table>thead>tr>[aria-sort=descending],.table.b-table.table-dark>tfoot>tr>[aria-sort=descending],.table.b-table.custom-table>tfoot>tr>[aria-sort=descending],.table.b-table>.thead-dark>tr>[aria-sort=descending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>.table-dark[aria-sort=none],.table.b-table>thead>tr>[aria-sort=none].custom-table,.table.b-table>tfoot>tr>.table-dark[aria-sort=none],.table.b-table>tfoot>tr>[aria-sort=none].custom-table{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>.table-dark[aria-sort=ascending],.table.b-table>thead>tr>[aria-sort=ascending].custom-table,.table.b-table>tfoot>tr>.table-dark[aria-sort=ascending],.table.b-table>tfoot>tr>[aria-sort=ascending].custom-table{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>.table-dark[aria-sort=descending],.table.b-table>thead>tr>[aria-sort=descending].custom-table,.table.b-table>tfoot>tr>.table-dark[aria-sort=descending],.table.b-table>tfoot>tr>[aria-sort=descending].custom-table{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table.table-sm>thead>tr>[aria-sort]:not(.b-table-sort-icon-left),.table.b-table.table-sm>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left){background-position:right .15rem center;padding-right:calc(.3rem + .65em)}.table.b-table.table-sm>thead>tr>[aria-sort].b-table-sort-icon-left,.table.b-table.table-sm>tfoot>tr>[aria-sort].b-table-sort-icon-left{background-position:left .15rem center;padding-left:calc(.3rem + .65em)}.table.b-table.b-table-selectable:not(.b-table-selectable-no-click)>tbody>tr{cursor:pointer}.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range>tbody>tr{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width: 575.98px){.table.b-table.b-table-stacked-sm{display:block;width:100%}.table.b-table.b-table-stacked-sm>caption,.table.b-table.b-table-stacked-sm>tbody,.table.b-table.b-table-stacked-sm>tbody>tr,.table.b-table.b-table-stacked-sm>tbody>tr>td,.table.b-table.b-table-stacked-sm>tbody>tr>th{display:block}.table.b-table.b-table-stacked-sm>thead,.table.b-table.b-table-stacked-sm>tfoot{display:none}.table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row,.table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked-sm>caption{caption-side:top!important}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}.table.b-table.b-table-stacked-sm>tbody>tr.top-row,.table.b-table.b-table-stacked-sm>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked-sm>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+th{border-top-width:3px}}@media (max-width: 767.98px){.table.b-table.b-table-stacked-md{display:block;width:100%}.table.b-table.b-table-stacked-md>caption,.table.b-table.b-table-stacked-md>tbody,.table.b-table.b-table-stacked-md>tbody>tr,.table.b-table.b-table-stacked-md>tbody>tr>td,.table.b-table.b-table-stacked-md>tbody>tr>th{display:block}.table.b-table.b-table-stacked-md>thead,.table.b-table.b-table-stacked-md>tfoot{display:none}.table.b-table.b-table-stacked-md>thead>tr.b-table-top-row,.table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked-md>caption{caption-side:top!important}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}.table.b-table.b-table-stacked-md>tbody>tr.top-row,.table.b-table.b-table-stacked-md>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked-md>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+th{border-top-width:3px}}@media (max-width: 991.98px){.table.b-table.b-table-stacked-lg{display:block;width:100%}.table.b-table.b-table-stacked-lg>caption,.table.b-table.b-table-stacked-lg>tbody,.table.b-table.b-table-stacked-lg>tbody>tr,.table.b-table.b-table-stacked-lg>tbody>tr>td,.table.b-table.b-table-stacked-lg>tbody>tr>th{display:block}.table.b-table.b-table-stacked-lg>thead,.table.b-table.b-table-stacked-lg>tfoot{display:none}.table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row,.table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked-lg>caption{caption-side:top!important}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}.table.b-table.b-table-stacked-lg>tbody>tr.top-row,.table.b-table.b-table-stacked-lg>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked-lg>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+th{border-top-width:3px}}@media (max-width: 1199.98px){.table.b-table.b-table-stacked-xl{display:block;width:100%}.table.b-table.b-table-stacked-xl>caption,.table.b-table.b-table-stacked-xl>tbody,.table.b-table.b-table-stacked-xl>tbody>tr,.table.b-table.b-table-stacked-xl>tbody>tr>td,.table.b-table.b-table-stacked-xl>tbody>tr>th{display:block}.table.b-table.b-table-stacked-xl>thead,.table.b-table.b-table-stacked-xl>tfoot{display:none}.table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row,.table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked-xl>caption{caption-side:top!important}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}.table.b-table.b-table-stacked-xl>tbody>tr.top-row,.table.b-table.b-table-stacked-xl>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked-xl>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+th{border-top-width:3px}}.table.b-table.b-table-stacked{display:block;width:100%}.table.b-table.b-table-stacked>caption,.table.b-table.b-table-stacked>tbody,.table.b-table.b-table-stacked>tbody>tr,.table.b-table.b-table-stacked>tbody>tr>td,.table.b-table.b-table-stacked>tbody>tr>th{display:block}.table.b-table.b-table-stacked>thead,.table.b-table.b-table-stacked>tfoot{display:none}.table.b-table.b-table-stacked>thead>tr.b-table-top-row,.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked>caption{caption-side:top!important}.table.b-table.b-table-stacked>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}.table.b-table.b-table-stacked>tbody>tr.top-row,.table.b-table.b-table-stacked>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked>tbody>tr>[rowspan]+th{border-top-width:3px}.b-time{min-width:150px}.b-time[aria-disabled=true] output,.b-time[aria-readonly=true] output,.b-time output.disabled{background-color:#e9ecef;opacity:1}.b-time[aria-disabled=true] output{pointer-events:none}[dir=rtl] .b-time>.d-flex:not(.flex-column){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.b-time .b-time-header{margin-bottom:.5rem}.b-time .b-time-header output{padding:.25rem;font-size:80%}.b-time .b-time-footer{margin-top:.5rem}.b-time .b-time-ampm{margin-left:.5rem}.b-toast{display:block;position:relative;max-width:350px;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-clip:padding-box;z-index:1;border-radius:.25rem}.b-toast .toast{background-color:#ffffffd9}.b-toast:not(:last-child){margin-bottom:.75rem}.b-toast.b-toast-solid .toast{background-color:#fff}.b-toast .toast{opacity:1}.b-toast .toast.fade:not(.show){opacity:0}.b-toast .toast .toast-body{display:block}.b-toast-primary .toast{background-color:#f2e9e9d9;border-color:#dfc9cad9;color:#492121}.b-toast-primary .toast .toast-header{color:#492121;background-color:#e8d9d9d9;border-bottom-color:#dfc9cad9}.b-toast-primary.b-toast-solid .toast{background-color:#f2e9e9}.b-toast-secondary .toast{background-color:#f9f8f9d9;border-color:#e6e3e6d9;color:#555156}.b-toast-secondary .toast .toast-header{color:#555156;background-color:#edebedd9;border-bottom-color:#e6e3e6d9}.b-toast-secondary.b-toast-solid .toast{background-color:#f9f8f9}.b-toast-success .toast{background-color:#edf2ebd9;border-color:#d2dfcdd9;color:#314927}.b-toast-success .toast .toast-header{color:#314927;background-color:#dfe8dbd9;border-bottom-color:#d2dfcdd9}.b-toast-success.b-toast-solid .toast{background-color:#edf2eb}.b-toast-info .toast{background-color:#e0e0e0d9;border-color:#c1c1c2d9;color:#121213}.b-toast-info .toast .toast-header{color:#121213;background-color:#d3d3d3d9;border-bottom-color:#c1c1c2d9}.b-toast-info.b-toast-solid .toast{background-color:#e0e0e0}.b-toast-warning .toast{background-color:#fbf1e6d9;border-color:#f5dbbdd9;color:#73410a}.b-toast-warning .toast .toast-header{color:#73410a;background-color:#f8e5d0d9;border-bottom-color:#f5dbbdd9}.b-toast-warning.b-toast-solid .toast{background-color:#fbf1e6}.b-toast-danger .toast{background-color:#f5e6e6d9;border-color:#e7c3c3d9;color:#581615}.b-toast-danger .toast .toast-header{color:#581615;background-color:#eed4d4d9;border-bottom-color:#e7c3c3d9}.b-toast-danger.b-toast-solid .toast{background-color:#f5e6e6}.b-toast-light .toast{background-color:#fbf8f4d9;border-color:#f0e6d6d9;color:#695639}.b-toast-light .toast .toast-header{color:#695639;background-color:#f4ede2d9;border-bottom-color:#f0e6d6d9}.b-toast-light.b-toast-solid .toast{background-color:#fbf8f4}.b-toast-dark .toast{background-color:#dfdeded9;border-color:#c1bfbfd9;color:#120e0e}.b-toast-dark .toast .toast-header{color:#120e0e;background-color:#d3d1d1d9;border-bottom-color:#c1bfbfd9}.b-toast-dark.b-toast-solid .toast{background-color:#dfdede}.b-toast-facebook .toast{background-color:#ebeff7d9;border-color:#cad4e9d9;color:#22365d}.b-toast-facebook .toast .toast-header{color:#22365d;background-color:#d9e1f0d9;border-bottom-color:#cad4e9d9}.b-toast-facebook.b-toast-solid .toast{background-color:#ebeff7}.b-toast-twitter .toast{background-color:#eaf6fed9;border-color:#c0e5fbd9;color:#0f547e}.b-toast-twitter .toast .toast-header{color:#0f547e;background-color:#d2ecfcd9;border-bottom-color:#c0e5fbd9}.b-toast-twitter.b-toast-solid .toast{background-color:#eaf6fe}.b-toast-discord .toast{background-color:#f5f6fed9;border-color:#d0d4fbd9;color:#2e357e}.b-toast-discord .toast .toast-header{color:#2e357e;background-color:#dee0fcd9;border-bottom-color:#d0d4fbd9}.b-toast-discord.b-toast-solid .toast{background-color:#f5f6fe}.b-toast-white .toast{background-color:#ffffffd9;border-color:#ffffffd9;color:#858585}.b-toast-white .toast .toast-header{color:#858585;background-color:#ffffffd9;border-bottom-color:#ffffffd9}.b-toast-white.b-toast-solid .toast{background-color:#fff}.b-toast-black .toast{background-color:#d9d9d9d9;border-color:#b8b8b8d9;color:#000}.b-toast-black .toast .toast-header{color:#000;background-color:#ccccccd9;border-bottom-color:#b8b8b8d9}.b-toast-black.b-toast-solid .toast{background-color:#d9d9d9}.b-toast-researcher .toast{background-color:#ffffffd9;border-color:#f7fafcd9;color:#070d1395}.b-toast-researcher .toast .toast-header{color:#070d1395;background-color:#fafbfdd9;border-bottom-color:#f7fafcd9}.b-toast-researcher.b-toast-solid .toast{background-color:#fff}.b-toast-pioneer .toast{background-color:#ffffffd9;border-color:#f9f6fad9;color:#0c040e95}.b-toast-pioneer .toast .toast-header{color:#0c040e95;background-color:#fbf9fcd9;border-bottom-color:#f9f6fad9}.b-toast-pioneer.b-toast-solid .toast{background-color:#fff}.b-toast-curator .toast{background-color:#ffffffd9;border-color:#f9f7f6d9;color:#0b070395}.b-toast-curator .toast .toast-header{color:#0b070395;background-color:#fbfaf9d9;border-bottom-color:#f9f7f6d9}.b-toast-curator.b-toast-solid .toast{background-color:#fff}.b-toast-entrepreneur .toast{background-color:#ffffffd9;border-color:#fdfbf6d9;color:#15120495}.b-toast-entrepreneur .toast .toast-header{color:#15120495;background-color:#fdfdf9d9;border-bottom-color:#fdfbf6d9}.b-toast-entrepreneur.b-toast-solid .toast{background-color:#fff}.b-toast-politician .toast{background-color:#ffffffd9;border-color:#fbf6f6d9;color:#12050495}.b-toast-politician .toast .toast-header{color:#12050495;background-color:#fdf9f9d9;border-bottom-color:#fbf6f6d9}.b-toast-politician.b-toast-solid .toast{background-color:#fff}.b-toaster{z-index:1100}.b-toaster .b-toaster-slot{position:relative;display:block}.b-toaster .b-toaster-slot:empty{display:none!important}.b-toaster.b-toaster-top-right,.b-toaster.b-toaster-top-left,.b-toaster.b-toaster-top-center,.b-toaster.b-toaster-top-full,.b-toaster.b-toaster-bottom-right,.b-toaster.b-toaster-bottom-left,.b-toaster.b-toaster-bottom-center,.b-toaster.b-toaster-bottom-full{position:fixed;left:.5rem;right:.5rem;margin:0;padding:0;height:0;overflow:visible}.b-toaster.b-toaster-top-right .b-toaster-slot,.b-toaster.b-toaster-top-left .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-full .b-toaster-slot,.b-toaster.b-toaster-bottom-right .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot{position:absolute;max-width:350px;width:100%;left:0;right:0;padding:0;margin:0}.b-toaster.b-toaster-top-full .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot,.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,.b-toaster.b-toaster-top-full .b-toaster-slot .toast,.b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast{width:100%;max-width:100%}.b-toaster.b-toaster-top-right,.b-toaster.b-toaster-top-left,.b-toaster.b-toaster-top-center,.b-toaster.b-toaster-top-full{top:0}.b-toaster.b-toaster-top-right .b-toaster-slot,.b-toaster.b-toaster-top-left .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-full .b-toaster-slot{top:.5rem}.b-toaster.b-toaster-bottom-right,.b-toaster.b-toaster-bottom-left,.b-toaster.b-toaster-bottom-center,.b-toaster.b-toaster-bottom-full{bottom:0}.b-toaster.b-toaster-bottom-right .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot{bottom:.5rem}.b-toaster.b-toaster-top-right .b-toaster-slot,.b-toaster.b-toaster-bottom-right .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-bottom-center .b-toaster-slot{margin-left:auto}.b-toaster.b-toaster-top-left .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-bottom-center .b-toaster-slot{margin-right:auto}.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-right .b-toast.b-toaster-move,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-left .b-toast.b-toaster-move,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move{-webkit-transition:-webkit-transform .175s;transition:-webkit-transform .175s;transition:transform .175s;transition:transform .175s,-webkit-transform .175s}.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade{-webkit-transition-delay:.175s;transition-delay:.175s}.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active{position:absolute;-webkit-transition-delay:.175s;transition-delay:.175s}.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade{-webkit-transition-delay:0s;transition-delay:0s}.tooltip.b-tooltip{display:block;opacity:.9;outline:0}.tooltip.b-tooltip.fade:not(.show){opacity:0}.tooltip.b-tooltip.show{opacity:.9}.tooltip.b-tooltip.noninteractive{pointer-events:none}.tooltip.b-tooltip .arrow{margin:0 .25rem}.tooltip.b-tooltip.bs-tooltip-right .arrow,.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip.bs-tooltip-left .arrow,.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow{margin:.25rem 0}.tooltip.b-tooltip-primary.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#8c3f40}.tooltip.b-tooltip-primary.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#8c3f40}.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#8c3f40}.tooltip.b-tooltip-primary.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#8c3f40}.tooltip.b-tooltip-primary .tooltip-inner{color:#fff;background-color:#8c3f40}.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#a49ca6}.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#a49ca6}.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#a49ca6}.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#a49ca6}.tooltip.b-tooltip-secondary .tooltip-inner{color:#212529;background-color:#a49ca6}.tooltip.b-tooltip-success.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#5f8d4b}.tooltip.b-tooltip-success.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#5f8d4b}.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#5f8d4b}.tooltip.b-tooltip-success.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#5f8d4b}.tooltip.b-tooltip-success .tooltip-inner{color:#fff;background-color:#5f8d4b}.tooltip.b-tooltip-info.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#232324}.tooltip.b-tooltip-info.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#232324}.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#232324}.tooltip.b-tooltip-info.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#232324}.tooltip.b-tooltip-info .tooltip-inner{color:#fff;background-color:#232324}.tooltip.b-tooltip-warning.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#dd7d13}.tooltip.b-tooltip-warning.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#dd7d13}.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#dd7d13}.tooltip.b-tooltip-warning.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#dd7d13}.tooltip.b-tooltip-warning .tooltip-inner{color:#fff;background-color:#dd7d13}.tooltip.b-tooltip-danger.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#aa2a29}.tooltip.b-tooltip-danger.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#aa2a29}.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#aa2a29}.tooltip.b-tooltip-danger.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#aa2a29}.tooltip.b-tooltip-danger .tooltip-inner{color:#fff;background-color:#aa2a29}.tooltip.b-tooltip-light.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#caa66e}.tooltip.b-tooltip-light.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#caa66e}.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#caa66e}.tooltip.b-tooltip-light.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#caa66e}.tooltip.b-tooltip-light .tooltip-inner{color:#212529;background-color:#caa66e}.tooltip.b-tooltip-dark.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#221a1b}.tooltip.b-tooltip-dark.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#221a1b}.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#221a1b}.tooltip.b-tooltip-dark.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#221a1b}.tooltip.b-tooltip-dark .tooltip-inner{color:#fff;background-color:#221a1b}.tooltip.b-tooltip-facebook.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#4267b2}.tooltip.b-tooltip-facebook.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#4267b2}.tooltip.b-tooltip-facebook.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#4267b2}.tooltip.b-tooltip-facebook.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-facebook.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#4267b2}.tooltip.b-tooltip-facebook .tooltip-inner{color:#fff;background-color:#4267b2}.tooltip.b-tooltip-twitter.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#1da1f2}.tooltip.b-tooltip-twitter.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#1da1f2}.tooltip.b-tooltip-twitter.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#1da1f2}.tooltip.b-tooltip-twitter.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-twitter.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#1da1f2}.tooltip.b-tooltip-twitter .tooltip-inner{color:#fff;background-color:#1da1f2}.tooltip.b-tooltip-discord.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#5865f2}.tooltip.b-tooltip-discord.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#5865f2}.tooltip.b-tooltip-discord.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#5865f2}.tooltip.b-tooltip-discord.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-discord.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#5865f2}.tooltip.b-tooltip-discord .tooltip-inner{color:#fff;background-color:#5865f2}.tooltip.b-tooltip-white.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#fff}.tooltip.b-tooltip-white.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#fff}.tooltip.b-tooltip-white.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#fff}.tooltip.b-tooltip-white.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-white.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#fff}.tooltip.b-tooltip-white .tooltip-inner{color:#212529;background-color:#fff}.tooltip.b-tooltip-black.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#000}.tooltip.b-tooltip-black.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#000}.tooltip.b-tooltip-black.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#000}.tooltip.b-tooltip-black.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#000}.tooltip.b-tooltip-black .tooltip-inner{color:#fff;background-color:#000}.tooltip.b-tooltip-researcher.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#437cae33}.tooltip.b-tooltip-researcher.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#437cae33}.tooltip.b-tooltip-researcher.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#437cae33}.tooltip.b-tooltip-researcher.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-researcher.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#437cae33}.tooltip.b-tooltip-researcher .tooltip-inner{color:#fff;background-color:#437cae33}.tooltip.b-tooltip-pioneer.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#6f248633}.tooltip.b-tooltip-pioneer.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#6f248633}.tooltip.b-tooltip-pioneer.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#6f248633}.tooltip.b-tooltip-pioneer.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-pioneer.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#6f248633}.tooltip.b-tooltip-pioneer .tooltip-inner{color:#fff;background-color:#6f248633}.tooltip.b-tooltip-curator.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#67411d33}.tooltip.b-tooltip-curator.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#67411d33}.tooltip.b-tooltip-curator.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#67411d33}.tooltip.b-tooltip-curator.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-curator.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#67411d33}.tooltip.b-tooltip-curator .tooltip-inner{color:#fff;background-color:#67411d33}.tooltip.b-tooltip-entrepreneur.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#c7a82833}.tooltip.b-tooltip-entrepreneur.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#c7a82833}.tooltip.b-tooltip-entrepreneur.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#c7a82833}.tooltip.b-tooltip-entrepreneur.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-entrepreneur.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#c7a82833}.tooltip.b-tooltip-entrepreneur .tooltip-inner{color:#212529;background-color:#c7a82833}.tooltip.b-tooltip-politician.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#aa2a2933}.tooltip.b-tooltip-politician.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#aa2a2933}.tooltip.b-tooltip-politician.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#aa2a2933}.tooltip.b-tooltip-politician.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-politician.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#aa2a2933}.tooltip.b-tooltip-politician .tooltip-inner{color:#fff;background-color:#aa2a2933}.b-icon.bi{display:inline-block;overflow:visible;vertical-align:-.15em}.b-icon.b-icon-animation-cylon,.b-icon.b-iconstack .b-icon-animation-cylon>g{-webkit-transform-origin:center;transform-origin:center;-webkit-animation:.75s infinite ease-in-out alternate b-icon-animation-cylon;animation:.75s infinite ease-in-out alternate b-icon-animation-cylon}@media (prefers-reduced-motion: reduce){.b-icon.b-icon-animation-cylon,.b-icon.b-iconstack .b-icon-animation-cylon>g{-webkit-animation:none;animation:none}}.b-icon.b-icon-animation-cylon-vertical,.b-icon.b-iconstack .b-icon-animation-cylon-vertical>g{-webkit-transform-origin:center;transform-origin:center;-webkit-animation:.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;animation:.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical}@media (prefers-reduced-motion: reduce){.b-icon.b-icon-animation-cylon-vertical,.b-icon.b-iconstack .b-icon-animation-cylon-vertical>g{-webkit-animation:none;animation:none}}.b-icon.b-icon-animation-fade,.b-icon.b-iconstack .b-icon-animation-fade>g{-webkit-transform-origin:center;transform-origin:center;-webkit-animation:.75s infinite ease-in-out alternate b-icon-animation-fade;animation:.75s infinite ease-in-out alternate b-icon-animation-fade}@media (prefers-reduced-motion: reduce){.b-icon.b-icon-animation-fade,.b-icon.b-iconstack .b-icon-animation-fade>g{-webkit-animation:none;animation:none}}.b-icon.b-icon-animation-spin,.b-icon.b-iconstack .b-icon-animation-spin>g{-webkit-transform-origin:center;transform-origin:center;-webkit-animation:2s infinite linear normal b-icon-animation-spin;animation:2s infinite linear normal b-icon-animation-spin}@media (prefers-reduced-motion: reduce){.b-icon.b-icon-animation-spin,.b-icon.b-iconstack .b-icon-animation-spin>g{-webkit-animation:none;animation:none}}.b-icon.b-icon-animation-spin-reverse,.b-icon.b-iconstack .b-icon-animation-spin-reverse>g{-webkit-transform-origin:center;transform-origin:center;animation:2s infinite linear reverse b-icon-animation-spin}@media (prefers-reduced-motion: reduce){.b-icon.b-icon-animation-spin-reverse,.b-icon.b-iconstack .b-icon-animation-spin-reverse>g{-webkit-animation:none;animation:none}}.b-icon.b-icon-animation-spin-pulse,.b-icon.b-iconstack .b-icon-animation-spin-pulse>g{-webkit-transform-origin:center;transform-origin:center;-webkit-animation:1s infinite steps(8) normal b-icon-animation-spin;animation:1s infinite steps(8) normal b-icon-animation-spin}@media (prefers-reduced-motion: reduce){.b-icon.b-icon-animation-spin-pulse,.b-icon.b-iconstack .b-icon-animation-spin-pulse>g{-webkit-animation:none;animation:none}}.b-icon.b-icon-animation-spin-reverse-pulse,.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse>g{-webkit-transform-origin:center;transform-origin:center;animation:1s infinite steps(8) reverse b-icon-animation-spin}@media (prefers-reduced-motion: reduce){.b-icon.b-icon-animation-spin-reverse-pulse,.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse>g{-webkit-animation:none;animation:none}}.b-icon.b-icon-animation-throb,.b-icon.b-iconstack .b-icon-animation-throb>g{-webkit-transform-origin:center;transform-origin:center;-webkit-animation:.75s infinite ease-in-out alternate b-icon-animation-throb;animation:.75s infinite ease-in-out alternate b-icon-animation-throb}@media (prefers-reduced-motion: reduce){.b-icon.b-icon-animation-throb,.b-icon.b-iconstack .b-icon-animation-throb>g{-webkit-animation:none;animation:none}}@-webkit-keyframes b-icon-animation-cylon{0%{-webkit-transform:translateX(-25%);transform:translate(-25%)}to{-webkit-transform:translateX(25%);transform:translate(25%)}}@keyframes b-icon-animation-cylon{0%{-webkit-transform:translateX(-25%);transform:translate(-25%)}to{-webkit-transform:translateX(25%);transform:translate(25%)}}@-webkit-keyframes b-icon-animation-cylon-vertical{0%{-webkit-transform:translateY(25%);transform:translateY(25%)}to{-webkit-transform:translateY(-25%);transform:translateY(-25%)}}@keyframes b-icon-animation-cylon-vertical{0%{-webkit-transform:translateY(25%);transform:translateY(25%)}to{-webkit-transform:translateY(-25%);transform:translateY(-25%)}}@-webkit-keyframes b-icon-animation-fade{0%{opacity:.1}to{opacity:1}}@keyframes b-icon-animation-fade{0%{opacity:.1}to{opacity:1}}@-webkit-keyframes b-icon-animation-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes b-icon-animation-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes b-icon-animation-throb{0%{opacity:.5;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes b-icon-animation-throb{0%{opacity:.5;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.btn .b-icon.bi,.nav-link .b-icon.bi,.dropdown-toggle .b-icon.bi,.dropdown-item .b-icon.bi,.input-group-text .b-icon.bi{font-size:125%;vertical-align:text-bottom}@font-face{font-family:DSEG14 Regular;src:url(/assets/DSEG14Classic-Regular-Cl8UUWtE.woff) format("woff")}@font-face{font-family:DSEG14 Italic;src:url(/assets/DSEG14Classic-Italic-Cco5iVOc.woff) format("woff")}html{height:100%;width:100%;scroll-padding-top:80px}@media (max-width: 640px){html{font-size:12px!important}}header,footer{display:block}footer{position:relative}h1,h2,h3,h4,.custom-table th{font-family:Montserrat,sans-serif!important}h1{letter-spacing:.25rem;font-size:3rem;font-weight:600;color:var(--white);text-transform:uppercase}h2{font-weight:600;text-transform:uppercase;color:var(--white);font-size:2em}h3{font-size:2rem;font-weight:500;color:var(--white);font-style:normal}ol,ul{list-style:none}p,.custom-table td,li{font-family:Ruda,sans-serif!important;line-height:1.5em}h4,.custom-table th,h6{text-transform:uppercase;font-weight:700}hr{margin:2rem 0;border-top:1px solid rgba(241,224,197,.1)}body{height:100%!important;width:100%!important;overflow-x:hidden;font-family:Khula,sans-serif!important;font-weight:400!important;background-color:#000;-webkit-animation:fadeInAnimation ease 3s;animation:fadeInAnimation ease 3s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;--light-accent: rgb(202, 166, 110);--dark-accent: #a49ca6;--dark-shade: rgb(34, 26, 27);--dark-shade-9: rgba(34, 26, 27, .9);--dark-shade-75: rgba(34, 26, 27, .75);--light-shade: rgb(241, 224, 197);--light-shade-05: rgba(241, 224, 197, .05);--light-shade-25: rgba(241, 224, 197, .25);--main-brand: rgb(156, 81, 71);--main-brand-5: rgba(156, 81, 71, .5);--color-Researcher: rgba(67, 124, 174, .2);--color-Pioneer: rgba(111, 36, 134, .2);--color-Curator: rgba(103, 65, 29, .2);--color-Entrepreneur: rgba(199, 168, 40, .2);--color-Politician: rgba(170, 42, 41, .2);--color-Upkeep: rgba(45, 143, 68, .2);--color-Upkeep-opaque-2: rgba(45, 143, 68, .25);--green: rgba(95, 141, 75, 1);--marslog-red: rgba(170, 42, 41, .2);--marslog-purple: rgba(111, 36, 134, .2);--marslog-orange: rgba(170, 111, 0, .2);--marslog-green: rgba(9, 92, 41, .2);--trade-request-blue: #659be8;--brown: #754c29;--beige: #d9cfc6;--red: #aa2a29;--black: #000000;--white: #ffffff;--yellow: #ebce56;--blue: #005dac;--purple: #7f3f98}img,button{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}@-webkit-keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.h-100-header{height:calc(100% - 2rem)}.h-100-header-2{height:calc(100% - 4rem)}.header-nowrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-dark,.custom-table{background-color:#221a1b}.table-dark .hidden-header,.custom-table .hidden-header{display:none}.table-dark .extra-small,.custom-table .extra-small{padding:.2rem}.table-dark th,.custom-table th{background-color:#221a1b!important;border-color:#f1e0c540!important}.table-dark td,.custom-table td{border-color:#f1e0c540!important}.custom-table th{font-size:1.1rem}.text-dark{color:#fff!important}.b-form-datepicker>.btn{color:#f1e0c5!important}.b-table-sticky-header>.table.b-table>thead>tr>th{position:sticky!important}.backdrop{background-color:#f1e0c50d}.content-container{background-color:#221a1bbf;border:.2rem solid rgba(241,224,197,.25)}.light-shade-05-border{border:.05rem solid var(--light-shade-05)}.header{background-color:#9c5147;color:#221a1b}.light-shade-25-partition{border-right:.2rem solid rgba(241,224,197,.25)}.scrollable{position:absolute;overflow-y:auto;overflow-x:hidden}.bg-dark-75{background-color:#221a1bbf}.bg-content{background-color:#2d2524}.body-content{padding-top:85px!important}.bg{background-color:var(--dark-shade);background-size:cover}.bg-test-red[data-v-3ca9c9bd]{background-color:red}.bg-test-yellow[data-v-3ca9c9bd]{background-color:#ff0}.bg-test-orange[data-v-3ca9c9bd]{background-color:orange}.bg-test-green[data-v-3ca9c9bd]{background-color:green}.bg-test-blue[data-v-3ca9c9bd]{background-color:#00f}.bg-test-purple[data-v-3ca9c9bd]{background-color:purple}.overflow-auto[data-v-3ca9c9bd]{overflow:auto}.sidebar-wrapper[data-v-3ca9c9bd]{background-color:#221a1b;padding-right:0}.sidebar[data-v-3ca9c9bd]{border:none}.sidebar .nav-link[data-v-3ca9c9bd]{color:#918d8d}.sidebar .nav-link.active[data-v-3ca9c9bd]{background-color:#8c3f40;color:#fff}.bg-test-red[data-v-470daf71]{background-color:red}.bg-test-yellow[data-v-470daf71]{background-color:#ff0}.bg-test-orange[data-v-470daf71]{background-color:orange}.bg-test-green[data-v-470daf71]{background-color:green}.bg-test-blue[data-v-470daf71]{background-color:#00f}.bg-test-purple[data-v-470daf71]{background-color:purple}.bg-test-red[data-v-e0a5d9d5]{background-color:red}.bg-test-yellow[data-v-e0a5d9d5]{background-color:#ff0}.bg-test-orange[data-v-e0a5d9d5]{background-color:orange}.bg-test-green[data-v-e0a5d9d5]{background-color:green}.bg-test-blue[data-v-e0a5d9d5]{background-color:#00f}.bg-test-purple[data-v-e0a5d9d5]{background-color:purple}.bg-test-red[data-v-68ed11b9]{background-color:red}.bg-test-yellow[data-v-68ed11b9]{background-color:#ff0}.bg-test-orange[data-v-68ed11b9]{background-color:orange}.bg-test-green[data-v-68ed11b9]{background-color:green}.bg-test-blue[data-v-68ed11b9]{background-color:#00f}.bg-test-purple[data-v-68ed11b9]{background-color:purple}#filter-options[data-v-68ed11b9]{position:absolute;top:0;right:0}.bg-test-red[data-v-ff55c3aa]{background-color:red}.bg-test-yellow[data-v-ff55c3aa]{background-color:#ff0}.bg-test-orange[data-v-ff55c3aa]{background-color:orange}.bg-test-green[data-v-ff55c3aa]{background-color:green}.bg-test-blue[data-v-ff55c3aa]{background-color:#00f}.bg-test-purple[data-v-ff55c3aa]{background-color:purple}.bg-test-red[data-v-8ac59b0a]{background-color:red}.bg-test-yellow[data-v-8ac59b0a]{background-color:#ff0}.bg-test-orange[data-v-8ac59b0a]{background-color:orange}.bg-test-green[data-v-8ac59b0a]{background-color:green}.bg-test-blue[data-v-8ac59b0a]{background-color:#00f}.bg-test-purple[data-v-8ac59b0a]{background-color:purple}ul[data-v-8ac59b0a]{list-style:circle!important;padding-left:2rem}.bg-test-red[data-v-61c7e9ad]{background-color:red}.bg-test-yellow[data-v-61c7e9ad]{background-color:#ff0}.bg-test-orange[data-v-61c7e9ad]{background-color:orange}.bg-test-green[data-v-61c7e9ad]{background-color:green}.bg-test-blue[data-v-61c7e9ad]{background-color:#00f}.bg-test-purple[data-v-61c7e9ad]{background-color:purple}.bg-test-red[data-v-b3b0e8c4]{background-color:red}.bg-test-yellow[data-v-b3b0e8c4]{background-color:#ff0}.bg-test-orange[data-v-b3b0e8c4]{background-color:orange}.bg-test-green[data-v-b3b0e8c4]{background-color:green}.bg-test-blue[data-v-b3b0e8c4]{background-color:#00f}.bg-test-purple[data-v-b3b0e8c4]{background-color:purple}.bg-test-red[data-v-1c6e072a]{background-color:red}.bg-test-yellow[data-v-1c6e072a]{background-color:#ff0}.bg-test-orange[data-v-1c6e072a]{background-color:orange}.bg-test-green[data-v-1c6e072a]{background-color:green}.bg-test-blue[data-v-1c6e072a]{background-color:#00f}.bg-test-purple[data-v-1c6e072a]{background-color:purple}.statusbar-outer[data-v-1c6e072a]{height:1rem!important;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f1e0c5}.statusbar-outer .statusbar-inner[data-v-1c6e072a]{height:100%;border-radius:.5rem;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.statusbar-outer-gray[data-v-1c6e072a]{border:.125rem solid rgb(34,26,27)}.statusbar-inner-white[data-v-1c6e072a]{background-color:#f1e0c5}.statusbar-inner-gray[data-v-1c6e072a]{background-color:#221a1b}.statusbar-inner-green[data-v-1c6e072a]{background-color:#5f8d4b}.statusbar-inner-yellow[data-v-1c6e072a]{background-color:#dd7d13}.statusbar-inner-red[data-v-1c6e072a]{background-color:#f44336;-webkit-animation:blinker-1c6e072a 1.5s linear infinite;animation:blinker-1c6e072a 1.5s linear infinite}@-webkit-keyframes blinker-1c6e072a{50%{opacity:0}}@keyframes blinker-1c6e072a{50%{opacity:0}}.bg-test-red[data-v-710abd02]{background-color:red}.bg-test-yellow[data-v-710abd02]{background-color:#ff0}.bg-test-orange[data-v-710abd02]{background-color:orange}.bg-test-green[data-v-710abd02]{background-color:green}.bg-test-blue[data-v-710abd02]{background-color:#00f}.bg-test-purple[data-v-710abd02]{background-color:purple}.bg-test-red[data-v-dc0042e7]{background-color:red}.bg-test-yellow[data-v-dc0042e7]{background-color:#ff0}.bg-test-orange[data-v-dc0042e7]{background-color:orange}.bg-test-green[data-v-dc0042e7]{background-color:green}.bg-test-blue[data-v-dc0042e7]{background-color:#00f}.bg-test-purple[data-v-dc0042e7]{background-color:purple}.bg-test-red[data-v-f188b19b]{background-color:red}.bg-test-yellow[data-v-f188b19b]{background-color:#ff0}.bg-test-orange[data-v-f188b19b]{background-color:orange}.bg-test-green[data-v-f188b19b]{background-color:green}.bg-test-blue[data-v-f188b19b]{background-color:#00f}.bg-test-purple[data-v-f188b19b]{background-color:purple}.bg-test-red[data-v-e6aa8586]{background-color:red}.bg-test-yellow[data-v-e6aa8586]{background-color:#ff0}.bg-test-orange[data-v-e6aa8586]{background-color:orange}.bg-test-green[data-v-e6aa8586]{background-color:green}.bg-test-blue[data-v-e6aa8586]{background-color:#00f}.bg-test-purple[data-v-e6aa8586]{background-color:purple}.custom-form-input[data-v-e6aa8586]{max-width:500px}.custom-form-input[data-v-e6aa8586]:disabled{background-color:#f1e0c540}.bg-test-red[data-v-73ce1ed4]{background-color:red}.bg-test-yellow[data-v-73ce1ed4]{background-color:#ff0}.bg-test-orange[data-v-73ce1ed4]{background-color:orange}.bg-test-green[data-v-73ce1ed4]{background-color:green}.bg-test-blue[data-v-73ce1ed4]{background-color:#00f}.bg-test-purple[data-v-73ce1ed4]{background-color:purple}.bg-test-red[data-v-08aaad4e]{background-color:red}.bg-test-yellow[data-v-08aaad4e]{background-color:#ff0}.bg-test-orange[data-v-08aaad4e]{background-color:orange}.bg-test-green[data-v-08aaad4e]{background-color:green}.bg-test-blue[data-v-08aaad4e]{background-color:#00f}.bg-test-purple[data-v-08aaad4e]{background-color:purple}#login-container[data-v-08aaad4e]{padding:2rem;width:30rem}ul[data-v-08aaad4e]{list-style:circle!important;padding-left:2rem}.bg-test-red[data-v-9da7496c]{background-color:red}.bg-test-yellow[data-v-9da7496c]{background-color:#ff0}.bg-test-orange[data-v-9da7496c]{background-color:orange}.bg-test-green[data-v-9da7496c]{background-color:green}.bg-test-blue[data-v-9da7496c]{background-color:#00f}.bg-test-purple[data-v-9da7496c]{background-color:purple}#filter-options[data-v-9da7496c]{position:absolute;top:0;right:0}.score[data-v-20bee513]{font-size:1.2rem}.bg-test-red[data-v-e1db498b]{background-color:red}.bg-test-yellow[data-v-e1db498b]{background-color:#ff0}.bg-test-orange[data-v-e1db498b]{background-color:orange}.bg-test-green[data-v-e1db498b]{background-color:green}.bg-test-blue[data-v-e1db498b]{background-color:#00f}.bg-test-purple[data-v-e1db498b]{background-color:purple}.bg-test-red[data-v-78796f2f]{background-color:red}.bg-test-yellow[data-v-78796f2f]{background-color:#ff0}.bg-test-orange[data-v-78796f2f]{background-color:orange}.bg-test-green[data-v-78796f2f]{background-color:green}.bg-test-blue[data-v-78796f2f]{background-color:#00f}.bg-test-purple[data-v-78796f2f]{background-color:purple}.countdown[data-v-78796f2f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.countdown-block[data-v-78796f2f]{background-color:#ffffff0d;text-align:center;margin:.5rem;padding:.75rem .75rem .5rem;border-radius:.25rem;position:relative}.countdown-block:first-child .countdown-digit[data-v-78796f2f]:before{display:none}.countdown-digit[data-v-78796f2f]{font-weight:700;line-height:1}.countdown-unit[data-v-78796f2f]{text-transform:uppercase}.bg-test-red[data-v-746359f0]{background-color:red}.bg-test-yellow[data-v-746359f0]{background-color:#ff0}.bg-test-orange[data-v-746359f0]{background-color:orange}.bg-test-green[data-v-746359f0]{background-color:green}.bg-test-blue[data-v-746359f0]{background-color:#00f}.bg-test-purple[data-v-746359f0]{background-color:purple}.bg-test-red[data-v-c52a077c]{background-color:red}.bg-test-yellow[data-v-c52a077c]{background-color:#ff0}.bg-test-orange[data-v-c52a077c]{background-color:orange}.bg-test-green[data-v-c52a077c]{background-color:green}.bg-test-blue[data-v-c52a077c]{background-color:#00f}.bg-test-purple[data-v-c52a077c]{background-color:purple}#messages-wrapper[data-v-c52a077c]{z-index:1030}.bg-test-red[data-v-af4e9044]{background-color:red}.bg-test-yellow[data-v-af4e9044]{background-color:#ff0}.bg-test-orange[data-v-af4e9044]{background-color:orange}.bg-test-green[data-v-af4e9044]{background-color:green}.bg-test-blue[data-v-af4e9044]{background-color:#00f}.bg-test-purple[data-v-af4e9044]{background-color:purple}.bg-test-red[data-v-c0e95cba]{background-color:red}.bg-test-yellow[data-v-c0e95cba]{background-color:#ff0}.bg-test-orange[data-v-c0e95cba]{background-color:orange}.bg-test-green[data-v-c0e95cba]{background-color:green}.bg-test-blue[data-v-c0e95cba]{background-color:#00f}.bg-test-purple[data-v-c0e95cba]{background-color:purple}#messages[data-v-c0e95cba]{overflow-y:auto;overflow-x:hidden;height:100px}.bg-test-red[data-v-a27c1689]{background-color:red}.bg-test-yellow[data-v-a27c1689]{background-color:#ff0}.bg-test-orange[data-v-a27c1689]{background-color:orange}.bg-test-green[data-v-a27c1689]{background-color:green}.bg-test-blue[data-v-a27c1689]{background-color:#00f}.bg-test-purple[data-v-a27c1689]{background-color:purple}.bg-test-red[data-v-97b117ae]{background-color:red}.bg-test-yellow[data-v-97b117ae]{background-color:#ff0}.bg-test-orange[data-v-97b117ae]{background-color:orange}.bg-test-green[data-v-97b117ae]{background-color:green}.bg-test-blue[data-v-97b117ae]{background-color:#00f}.bg-test-purple[data-v-97b117ae]{background-color:purple}.switch.square label .lever[data-v-97b117ae]{width:54px;height:34px;border-radius:0}.switch.square label .lever[data-v-97b117ae]:after{width:26px;height:26px;border-radius:0;left:4px;top:4px}.toggle-input[data-v-97b117ae]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:45px;height:25px;background-color:#a49ca6;border-radius:2px;cursor:pointer;outline:none}.toggle-input[data-v-97b117ae]:checked{background-color:#5f8d4b}.toggle-input[data-v-97b117ae]:before{content:"";position:absolute;width:20px;height:20px;background-color:#fff;border-radius:5%;top:3px;left:3px;-webkit-transition:.3s;transition:.3s}.toggle-input[data-v-97b117ae]:checked:before{-webkit-transform:translateX(20px);transform:translate(20px)}.bg-test-red[data-v-1bd199ac]{background-color:red}.bg-test-yellow[data-v-1bd199ac]{background-color:#ff0}.bg-test-orange[data-v-1bd199ac]{background-color:orange}.bg-test-green[data-v-1bd199ac]{background-color:green}.bg-test-blue[data-v-1bd199ac]{background-color:#00f}.bg-test-purple[data-v-1bd199ac]{background-color:purple}.bg-test-red[data-v-ebc076c9]{background-color:red}.bg-test-yellow[data-v-ebc076c9]{background-color:#ff0}.bg-test-orange[data-v-ebc076c9]{background-color:orange}.bg-test-green[data-v-ebc076c9]{background-color:green}.bg-test-blue[data-v-ebc076c9]{background-color:#00f}.bg-test-purple[data-v-ebc076c9]{background-color:purple}.line[data-v-ebc076c9]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:2px solid rgba(255,255,255,.25);width:0;margin:.8rem}.bg-test-red[data-v-4598be97]{background-color:red}.bg-test-yellow[data-v-4598be97]{background-color:#ff0}.bg-test-orange[data-v-4598be97]{background-color:orange}.bg-test-green[data-v-4598be97]{background-color:green}.bg-test-blue[data-v-4598be97]{background-color:#00f}.bg-test-purple[data-v-4598be97]{background-color:purple}.bg-test-red[data-v-c359d1b1]{background-color:red}.bg-test-yellow[data-v-c359d1b1]{background-color:#ff0}.bg-test-orange[data-v-c359d1b1]{background-color:orange}.bg-test-green[data-v-c359d1b1]{background-color:green}.bg-test-blue[data-v-c359d1b1]{background-color:#00f}.bg-test-purple[data-v-c359d1b1]{background-color:purple}#share-url[data-v-c359d1b1]{background-color:#f1e0c51a}.bg-test-red[data-v-6d4171f1]{background-color:red}.bg-test-yellow[data-v-6d4171f1]{background-color:#ff0}.bg-test-orange[data-v-6d4171f1]{background-color:orange}.bg-test-green[data-v-6d4171f1]{background-color:green}.bg-test-blue[data-v-6d4171f1]{background-color:#00f}.bg-test-purple[data-v-6d4171f1]{background-color:purple}.bg-test-red[data-v-3146ff44]{background-color:red}.bg-test-yellow[data-v-3146ff44]{background-color:#ff0}.bg-test-orange[data-v-3146ff44]{background-color:orange}.bg-test-green[data-v-3146ff44]{background-color:green}.bg-test-blue[data-v-3146ff44]{background-color:#00f}.bg-test-purple[data-v-3146ff44]{background-color:purple}.cost{height:2rem;width:2rem;padding:.25rem;border-radius:50%;margin:.125rem;background-color:#f1e0c5}.unattainable-resource{background-color:#f1e0c540!important}.bg-test-red[data-v-57f44de4]{background-color:red}.bg-test-yellow[data-v-57f44de4]{background-color:#ff0}.bg-test-orange[data-v-57f44de4]{background-color:orange}.bg-test-green[data-v-57f44de4]{background-color:green}.bg-test-blue[data-v-57f44de4]{background-color:#00f}.bg-test-purple[data-v-57f44de4]{background-color:purple}.modal-view[data-v-57f44de4]{border:none;max-height:20rem!important}.cost[data-v-57f44de4]{height:2rem;width:2rem;padding:.25rem;border-radius:50%;margin:.125rem;background-color:#f1e0c5}.unattainable-resource[data-v-57f44de4]{background-color:#f1e0c540!important}.card-header-title[data-v-57f44de4]{color:#221a1b!important}.card-header-title[data-v-57f44de4]:hover{text-decoration:underline}p[data-v-57f44de4]{font-size:var(--font-med)}.bg-test-red[data-v-996374a6]{background-color:red}.bg-test-yellow[data-v-996374a6]{background-color:#ff0}.bg-test-orange[data-v-996374a6]{background-color:orange}.bg-test-green[data-v-996374a6]{background-color:green}.bg-test-blue[data-v-996374a6]{background-color:#00f}.bg-test-purple[data-v-996374a6]{background-color:purple}.scroll[data-v-996374a6]{overflow-y:auto;overflow-x:hidden;max-height:20rem}.outer-wrapper[data-v-996374a6]{height:20rem}.picture[data-v-996374a6],.information[data-v-996374a6],.trade[data-v-996374a6]{height:100%;padding:0}.picture[data-v-996374a6]{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.indicator[data-v-996374a6]{height:8rem;width:8rem;padding:.25rem;border-radius:50%}.frame[data-v-996374a6]{height:100%;width:100%;border-radius:50%;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}img[data-v-996374a6]{-o-object-fit:cover;object-fit:cover;height:60%}.information[data-v-996374a6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.information .role[data-v-996374a6]{margin-bottom:.25rem;color:#f1e0c5;font-size:1.5rem;font-weight:700}.information .score[data-v-996374a6]{margin-bottom:.25rem;color:#f1e0c5;font-size:1rem;font-weight:500}.information .ranking[data-v-996374a6]{margin-bottom:0;color:#f1e0c5;font-size:1rem;font-weight:500}.bg-test-red[data-v-16c0fbab]{background-color:red}.bg-test-yellow[data-v-16c0fbab]{background-color:#ff0}.bg-test-orange[data-v-16c0fbab]{background-color:orange}.bg-test-green[data-v-16c0fbab]{background-color:green}.bg-test-blue[data-v-16c0fbab]{background-color:#00f}.bg-test-purple[data-v-16c0fbab]{background-color:purple}button[data-v-16c0fbab]{border:none;background:transparent;height:3rem;width:3rem;padding:0;margin:0;border-radius:50%;font-size:1rem;font-weight:700!important;text-align:center;color:#f1e0c5;border:.125rem solid rgb(241,224,197);-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out}button[data-v-16c0fbab]:focus,button[data-v-16c0fbab]:active{outline:none}button[data-v-16c0fbab]:disabled{opacity:.5}button.selected[data-v-16c0fbab]{color:#221a1b;background-color:#f1e0c5}button.selected .icon[data-v-16c0fbab]{color:#221a1b}.icon[data-v-16c0fbab]{height:50%;width:50%;color:#f1e0c5}.bg-test-red[data-v-df7c063e]{background-color:red}.bg-test-yellow[data-v-df7c063e]{background-color:#ff0}.bg-test-orange[data-v-df7c063e]{background-color:orange}.bg-test-green[data-v-df7c063e]{background-color:green}.bg-test-blue[data-v-df7c063e]{background-color:#00f}.bg-test-purple[data-v-df7c063e]{background-color:purple}.scroll-container[data-v-df7c063e]{background-color:#f1e0c50d;height:45%;overflow-y:auto;overflow-x:hidden}.bg-test-red[data-v-fe8187d4]{background-color:red}.bg-test-yellow[data-v-fe8187d4]{background-color:#ff0}.bg-test-orange[data-v-fe8187d4]{background-color:orange}.bg-test-green[data-v-fe8187d4]{background-color:green}.bg-test-blue[data-v-fe8187d4]{background-color:#00f}.bg-test-purple[data-v-fe8187d4]{background-color:purple}.hud-button[data-v-fe8187d4]{border:none;background:transparent;height:3rem;width:3rem;padding:0;margin:0;border-radius:50%;font-size:1rem;font-weight:700!important;text-align:center;color:#f1e0c5;border:.125rem solid rgb(241,224,197);-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out}.hud-button[data-v-fe8187d4]:focus,.hud-button[data-v-fe8187d4]:active{outline:none}.hud-button[data-v-fe8187d4]:disabled{opacity:.5}.hud-button.selected[data-v-fe8187d4]{color:#221a1b;background-color:#f1e0c5}.bg-test-red[data-v-23afd6d7]{background-color:red}.bg-test-yellow[data-v-23afd6d7]{background-color:#ff0}.bg-test-orange[data-v-23afd6d7]{background-color:orange}.bg-test-green[data-v-23afd6d7]{background-color:green}.bg-test-blue[data-v-23afd6d7]{background-color:#00f}.bg-test-purple[data-v-23afd6d7]{background-color:purple}button[data-v-23afd6d7]{border:none;background:transparent;padding:.5rem .75rem;font-weight:400;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out;color:#caa66e;border:.125rem solid rgb(202,166,110);font-size:1rem;font-weight:700!important}button[data-v-23afd6d7]:focus,button[data-v-23afd6d7]:active{outline:none}button[data-v-23afd6d7]:disabled{opacity:.5}button[data-v-23afd6d7]:hover{color:#221a1b;background-color:#caa66e}button[data-v-23afd6d7]:disabled:hover{color:#caa66e;background-color:transparent}button.ready-button[data-v-23afd6d7],button.cancel-button[data-v-23afd6d7]{position:relative;overflow:hidden}button.ready-button[data-v-23afd6d7]{border:.125rem solid rgb(202,166,110);color:#221a1b;background-color:#caa66e}button.cancel-button[data-v-23afd6d7]{border:.125rem solid rgb(241,224,197);color:#221a1b;background-color:#f1e0c5}button.ready-button[data-v-23afd6d7]:after{-webkit-animation:glint-23afd6d7 5s linear 0s infinite forwards;animation:glint-23afd6d7 5s linear 0s infinite forwards;content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(rgba(240,218,177,.5)),color-stop(50%),to(transparent));background:linear-gradient(to bottom,transparent,rgba(240,218,177,.5),50%,transparent);-webkit-transform:rotateZ(120deg) translate(-1em,4em);transform:rotate(120deg) translate(-1em,4em)}@-webkit-keyframes glint-23afd6d7{10%,to{-webkit-transform:rotateZ(120deg) translate(0,-5em);transform:rotate(120deg) translateY(-5em)}}@keyframes glint-23afd6d7{10%,to{-webkit-transform:rotateZ(120deg) translate(0,-5em);transform:rotate(120deg) translateY(-5em)}}.title[data-v-23afd6d7]{color:#f1e0c580;font-size:1rem;font-weight:700}.subtitle[data-v-23afd6d7]{color:#f1e0c5;font-size:1.5rem;font-weight:700}.phase-number[data-v-23afd6d7]{color:#f1e0c5;font-size:1rem;font-weight:700}.countdown[data-v-23afd6d7]{color:#f1e0c5;font-size:1.5rem;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.blink-timer[data-v-23afd6d7]{-webkit-animation:blinker-23afd6d7 .5s linear 5;animation:blinker-23afd6d7 .5s linear 5;color:#aa2a29;font-size:1.5rem;font-weight:700}@-webkit-keyframes blinker-23afd6d7{50%{opacity:0}}@keyframes blinker-23afd6d7{50%{opacity:0}}@-webkit-keyframes pulse-a0936ee8{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes pulse-a0936ee8{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.pulse[data-v-a0936ee8]{-webkit-animation-name:pulse-a0936ee8;animation-name:pulse-a0936ee8;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.bg-test-red[data-v-a0936ee8]{background-color:red}.bg-test-yellow[data-v-a0936ee8]{background-color:#ff0}.bg-test-orange[data-v-a0936ee8]{background-color:orange}.bg-test-green[data-v-a0936ee8]{background-color:green}.bg-test-blue[data-v-a0936ee8]{background-color:#00f}.bg-test-purple[data-v-a0936ee8]{background-color:purple}.title[data-v-a0936ee8]{padding:0;position:relative}.title p[data-v-a0936ee8]{width:100%;margin-bottom:0;font-size:1rem;font-weight:500;color:#221a1b;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.icontwo[data-v-a0936ee8]{position:absolute;top:0;right:2.5rem;height:1.5rem;width:1.5rem;cursor:pointer;color:#2d8f44}.icon[data-v-a0936ee8]{position:absolute;top:0;right:.5rem;height:1.5rem;width:1.5rem;cursor:pointer;color:#221a1b;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.icon[data-v-a0936ee8]:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.flavortext-wrapper[data-v-a0936ee8]{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#221a1b}.duration-wrapper[data-v-a0936ee8]{background-color:#221a1b}.duration[data-v-a0936ee8]{padding:0}.duration p[data-v-a0936ee8]{width:100%;margin-bottom:0;font-size:1rem;font-weight:400;color:#f1e0c5;text-align:center}p[data-v-a0936ee8]{font-size:1rem;font-weight:400;color:#f1e0c5}button[data-v-a0936ee8]{color:#caa66e;border:.125rem solid rgb(202,166,110)}button[data-v-a0936ee8]:hover{color:#221a1b;background-color:#caa66e}button[data-v-a0936ee8]:disabled:hover{color:#caa66e;background-color:transparent}.modal-view[data-v-a0936ee8]{border:none;max-height:20rem!important}.interact[data-v-a0936ee8]{padding:0;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}.interact .button[data-v-a0936ee8]{border:none;background:transparent;padding:.5rem .75rem;font-size:1rem;font-weight:400;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out;color:#caa66e;border:.125rem solid rgb(202,166,110)}.interact .button[data-v-a0936ee8]:focus,.interact .button[data-v-a0936ee8]:active{outline:none}.interact .button[data-v-a0936ee8]:disabled{opacity:.5}.interact .button[data-v-a0936ee8]:hover{color:#221a1b;background-color:#caa66e}.interact .button[data-v-a0936ee8]:disabled:hover{color:#caa66e;background-color:transparent}.bg-test-red[data-v-f4d64bfd]{background-color:red}.bg-test-yellow[data-v-f4d64bfd]{background-color:#ff0}.bg-test-orange[data-v-f4d64bfd]{background-color:orange}.bg-test-green[data-v-f4d64bfd]{background-color:green}.bg-test-blue[data-v-f4d64bfd]{background-color:#00f}.bg-test-purple[data-v-f4d64bfd]{background-color:purple}.status-o[data-v-f4d64bfd]{height:.75rem;-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;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-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.status-o .progress[data-v-f4d64bfd]{height:100%;width:100%;margin:0 .125rem;background-color:#221a1b;border-radius:0}.status-o .fader[data-v-f4d64bfd]{height:100%;width:0%;margin:0 .125rem;position:absolute;top:0;right:0;background-color:#9c5147;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.bg-test-red[data-v-f557895a]{background-color:red}.bg-test-yellow[data-v-f557895a]{background-color:#ff0}.bg-test-orange[data-v-f557895a]{background-color:orange}.bg-test-green[data-v-f557895a]{background-color:green}.bg-test-blue[data-v-f557895a]{background-color:#00f}.bg-test-purple[data-v-f557895a]{background-color:purple}.b-form-spinbutton.disabled[data-v-f557895a],.b-form-spinbutton.readonly[data-v-f557895a]{background-color:#221a1bbf}.meter{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-x:hidden}.bg-test-red[data-v-b484a115]{background-color:red}.bg-test-yellow[data-v-b484a115]{background-color:#ff0}.bg-test-orange[data-v-b484a115]{background-color:orange}.bg-test-green[data-v-b484a115]{background-color:green}.bg-test-blue[data-v-b484a115]{background-color:#00f}.bg-test-purple[data-v-b484a115]{background-color:purple}.b-form-spinbutton.disabled[data-v-b484a115],.b-form-spinbutton.readonly[data-v-b484a115]{background-color:#221a1bbf}.bg-test-red[data-v-07f9e6da]{background-color:red}.bg-test-yellow[data-v-07f9e6da]{background-color:#ff0}.bg-test-orange[data-v-07f9e6da]{background-color:orange}.bg-test-green[data-v-07f9e6da]{background-color:green}.bg-test-blue[data-v-07f9e6da]{background-color:#00f}.bg-test-purple[data-v-07f9e6da]{background-color:purple}.inventory-wrapper[data-v-07f9e6da]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;overflow-y:hidden}.inventory[data-v-07f9e6da]{width:100%;overflow-y:auto}.accomplishment-cards-wrapper[data-v-07f9e6da]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;padding:.5rem;background-color:#f1e0c50d;overflow-y:auto}.accomplishment-cards[data-v-07f9e6da]{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-y:auto}.bg-test-red[data-v-ca66fe5e]{background-color:red}.bg-test-yellow[data-v-ca66fe5e]{background-color:#ff0}.bg-test-orange[data-v-ca66fe5e]{background-color:orange}.bg-test-green[data-v-ca66fe5e]{background-color:green}.bg-test-blue[data-v-ca66fe5e]{background-color:#00f}.bg-test-purple[data-v-ca66fe5e]{background-color:purple}button[data-v-ca66fe5e]{border:none;background:transparent;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;padding:.5rem 1rem;font-size:1rem;font-weight:700!important;text-align:center;border:solid .125rem #a49ca6;color:#a49ca6}button[data-v-ca66fe5e]:focus,button[data-v-ca66fe5e]:active{outline:none}button[data-v-ca66fe5e]:hover{color:#221a1b;background-color:#a49ca6}button[data-v-ca66fe5e]:disabled{border:solid .125rem rgba(241,224,197,.25);color:#f1e0c540;background-color:#221a1b;cursor:not-allowed;opacity:90%}.bg-test-red[data-v-0a4017ad]{background-color:red}.bg-test-yellow[data-v-0a4017ad]{background-color:#ff0}.bg-test-orange[data-v-0a4017ad]{background-color:orange}.bg-test-green[data-v-0a4017ad]{background-color:green}.bg-test-blue[data-v-0a4017ad]{background-color:#00f}.bg-test-purple[data-v-0a4017ad]{background-color:purple}.title[data-v-0a4017ad]{margin:0 1rem 0 0;font-size:1rem;font-weight:700;color:#221a1b}.partition[data-v-0a4017ad]{border-right:.2rem solid;border-color:#f1e0c540}.bg-test-red[data-v-78ae4c90]{background-color:red}.bg-test-yellow[data-v-78ae4c90]{background-color:#ff0}.bg-test-orange[data-v-78ae4c90]{background-color:orange}.bg-test-green[data-v-78ae4c90]{background-color:green}.bg-test-blue[data-v-78ae4c90]{background-color:#00f}.bg-test-purple[data-v-78ae4c90]{background-color:purple}.title[data-v-78ae4c90]{margin:0 1rem 0 0;font-size:1rem;font-weight:700;color:#221a1b}.partition[data-v-78ae4c90]{border-right:.2rem solid;border-color:#f1e0c540}.bg-test-red[data-v-b18797e0]{background-color:red}.bg-test-yellow[data-v-b18797e0]{background-color:#ff0}.bg-test-orange[data-v-b18797e0]{background-color:orange}.bg-test-green[data-v-b18797e0]{background-color:green}.bg-test-blue[data-v-b18797e0]{background-color:#00f}.bg-test-purple[data-v-b18797e0]{background-color:purple}.vote-yes-no[data-v-b18797e0]{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#f1e0c5}p[data-v-b18797e0]{margin-bottom:2rem}.selected-button-text[data-v-b18797e0]{margin-top:2rem}.bg-test-red[data-v-ed92edb4]{background-color:red}.bg-test-yellow[data-v-ed92edb4]{background-color:#ff0}.bg-test-orange[data-v-ed92edb4]{background-color:orange}.bg-test-green[data-v-ed92edb4]{background-color:green}.bg-test-blue[data-v-ed92edb4]{background-color:#00f}.bg-test-purple[data-v-ed92edb4]{background-color:purple}.event-vote-for-player-single[data-v-ed92edb4]{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event-vote-for-player-single .selected-background[data-v-ed92edb4]{background-color:#caa66e}.event-vote-for-player-single .selected-player-title[data-v-ed92edb4]{margin-bottom:2rem;border-bottom:.125rem solid rgb(202,166,110);font-size:1.5rem}.event-vote-for-player-single .player-frame-container[data-v-ed92edb4]{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}.event-vote-for-player-single .player-frame-container .player-frame[data-v-ed92edb4]{height:5rem;width:5rem;padding:.25rem;border:.125rem solid rgb(202,166,110);border-radius:50%;margin:0 1rem;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-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.event-vote-for-player-single .player-frame-container .player-frame[data-v-ed92edb4]:hover{-webkit-transform:scale(1.1);transform:scale(1.1);cursor:pointer}.event-vote-for-player-single .player-frame-container .player-frame img[data-v-ed92edb4]{height:100%}.event-vote-for-player-single .selected-player-text[data-v-ed92edb4]{margin:1rem 0 2rem}.event-vote-for-player-single button[data-v-ed92edb4]{border:none;background:transparent;height:3rem;width:12rem;border:.125rem solid rgb(202,166,110);margin:0 .5rem;color:#caa66e;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.event-vote-for-player-single button[data-v-ed92edb4]:focus,.event-vote-for-player-single button[data-v-ed92edb4]:active{outline:none}.event-vote-for-player-single button[data-v-ed92edb4]:hover{color:#221a1b;background-color:#caa66e}.bg-test-red[data-v-428ae696]{background-color:red}.bg-test-yellow[data-v-428ae696]{background-color:#ff0}.bg-test-orange[data-v-428ae696]{background-color:orange}.bg-test-green[data-v-428ae696]{background-color:green}.bg-test-blue[data-v-428ae696]{background-color:#00f}.bg-test-purple[data-v-428ae696]{background-color:purple}.event-vote-for-player-hero-pariah[data-v-428ae696]{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fade-leave-active[data-v-428ae696]{-webkit-transition:opacity 1.5s ease-in-out;transition:opacity 1.5s ease-in-out}.fade-enter[data-v-428ae696],.fade-leave-to[data-v-428ae696]{opacity:0}.selected-background[data-v-428ae696]{background-color:#caa66e}.title[data-v-428ae696]{border-bottom:.125rem solid rgb(202,166,110);color:#f1e0c5;font-size:1.5rem}.voted[data-v-428ae696]{font-size:1rem;text-align:center}.player-frame-container[data-v-428ae696]{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}.player-frame-container .player-frame[data-v-428ae696]{height:5rem;width:5rem;padding:.25rem;border:.125rem solid rgb(202,166,110);border-radius:50%;margin:0 1rem;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-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.player-frame-container .player-frame[data-v-428ae696]:hover{-webkit-transform:scale(1.1);transform:scale(1.1);cursor:pointer}.player-frame-container .player-frame img[data-v-428ae696]{height:100%}.bg-test-red[data-v-fe52f535]{background-color:red}.bg-test-yellow[data-v-fe52f535]{background-color:#ff0}.bg-test-orange[data-v-fe52f535]{background-color:orange}.bg-test-green[data-v-fe52f535]{background-color:green}.bg-test-blue[data-v-fe52f535]{background-color:#00f}.bg-test-purple[data-v-fe52f535]{background-color:purple}.bg-test-red[data-v-e5341521]{background-color:red}.bg-test-yellow[data-v-e5341521]{background-color:#ff0}.bg-test-orange[data-v-e5341521]{background-color:orange}.bg-test-green[data-v-e5341521]{background-color:green}.bg-test-blue[data-v-e5341521]{background-color:#00f}.bg-test-purple[data-v-e5341521]{background-color:purple}.event-select-influences[data-v-e5341521]{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-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:1;-ms-flex:1 1 0px;flex:1 1 0}p[data-v-e5341521]{margin:.5rem 0}button[data-v-e5341521]{border:none;background:transparent;height:3rem;width:12rem;border:.125rem solid rgb(202,166,110);margin-top:2rem;color:#caa66e;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}button[data-v-e5341521]:focus,button[data-v-e5341521]:active{outline:none}button[data-v-e5341521]:hover{color:#221a1b;background-color:#caa66e}.event-select-influences-select[data-v-e5341521]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.event-select-influences-select .event-select-influences-select-influence[data-v-e5341521]{margin:0 1rem}.event-select-influences-select .event-select-influences-select-influence img[data-v-e5341521]{height:4rem;width:4rem;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.event-select-influences-select .event-select-influences-select-influence img[data-v-e5341521]:hover{-webkit-transform:scale(1.1);transform:scale(1.1);cursor:pointer}.event-select-influences-select .event-select-influences-select-influence p[data-v-e5341521]{margin-bottom:0;text-align:center}.selected-placeholder[data-v-e5341521]{height:4rem;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;color:#f1e0c540}.event-select-influences-selected[data-v-e5341521]{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}.event-select-influences-selected .event-select-influences-selected-influence[data-v-e5341521]{margin:0 1rem;display:-webkit-box;display:-ms-flexbox;display:flex}.event-select-influences-selected .event-select-influences-selected-influence img[data-v-e5341521]{height:4rem;width:4rem;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.event-select-influences-selected .event-select-influences-selected-influence img[data-v-e5341521]:hover{opacity:.5;-webkit-transform:scale(1.1);transform:scale(1.1);cursor:pointer}.bg-test-red[data-v-1bbc4b77]{background-color:red}.bg-test-yellow[data-v-1bbc4b77]{background-color:#ff0}.bg-test-orange[data-v-1bbc4b77]{background-color:orange}.bg-test-green[data-v-1bbc4b77]{background-color:green}.bg-test-blue[data-v-1bbc4b77]{background-color:#00f}.bg-test-purple[data-v-1bbc4b77]{background-color:purple}.bg-test-red[data-v-59f63294]{background-color:red}.bg-test-yellow[data-v-59f63294]{background-color:#ff0}.bg-test-orange[data-v-59f63294]{background-color:orange}.bg-test-green[data-v-59f63294]{background-color:green}.bg-test-blue[data-v-59f63294]{background-color:#00f}.bg-test-purple[data-v-59f63294]{background-color:purple}.event-no-change[data-v-59f63294]{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.event-no-change .wrapper[data-v-59f63294]{margin:.5rem .5rem 4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event-no-change .wrapper .note[data-v-59f63294]{font-size:1rem;color:#caa66e}.event-no-change .wrapper .event-text[data-v-59f63294]{margin-bottom:0;color:#f1e0c5;font-size:1rem}.event-no-change button[data-v-59f63294]{border:none;background:transparent;height:3rem;width:12.5rem;border:.125rem solid rgb(202,166,110);margin:.5rem;color:#caa66e;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.event-no-change button[data-v-59f63294]:focus,.event-no-change button[data-v-59f63294]:active{outline:none}.event-no-change button[data-v-59f63294]:hover{color:#221a1b;background-color:#caa66e}.bg-test-red[data-v-a038e8f0]{background-color:red}.bg-test-yellow[data-v-a038e8f0]{background-color:#ff0}.bg-test-orange[data-v-a038e8f0]{background-color:orange}.bg-test-green[data-v-a038e8f0]{background-color:green}.bg-test-blue[data-v-a038e8f0]{background-color:#00f}.bg-test-purple[data-v-a038e8f0]{background-color:purple}.bg-test-red[data-v-6c887866]{background-color:red}.bg-test-yellow[data-v-6c887866]{background-color:#ff0}.bg-test-orange[data-v-6c887866]{background-color:orange}.bg-test-green[data-v-6c887866]{background-color:green}.bg-test-blue[data-v-6c887866]{background-color:#00f}.bg-test-purple[data-v-6c887866]{background-color:purple}@-webkit-keyframes pulse-ffa07a31{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes pulse-ffa07a31{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.pulse[data-v-ffa07a31]{-webkit-animation-name:pulse-ffa07a31;animation-name:pulse-ffa07a31;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.bg-test-red[data-v-ffa07a31]{background-color:red}.bg-test-yellow[data-v-ffa07a31]{background-color:#ff0}.bg-test-orange[data-v-ffa07a31]{background-color:orange}.bg-test-green[data-v-ffa07a31]{background-color:green}.bg-test-blue[data-v-ffa07a31]{background-color:#00f}.bg-test-purple[data-v-ffa07a31]{background-color:purple}.bg-test-red[data-v-2e911936]{background-color:red}.bg-test-yellow[data-v-2e911936]{background-color:#ff0}.bg-test-orange[data-v-2e911936]{background-color:orange}.bg-test-green[data-v-2e911936]{background-color:green}.bg-test-blue[data-v-2e911936]{background-color:#00f}.bg-test-purple[data-v-2e911936]{background-color:purple}button[data-v-2e911936]{border:.125rem solid rgb(156,81,71);color:#221a1b;background-color:#9c5147}button[data-v-2e911936]:hover{color:#9c5147;background-color:#221a1b}.buttons[data-v-2e911936]{height:10%;-ms-flex-negative:0;flex-shrink:0;width:100%;margin-bottom:.5rem;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}.selected[data-v-2e911936]{color:#9c5147;background-color:#221a1b}.bg-test-red[data-v-86515287]{background-color:red}.bg-test-yellow[data-v-86515287]{background-color:#ff0}.bg-test-orange[data-v-86515287]{background-color:orange}.bg-test-green[data-v-86515287]{background-color:green}.bg-test-blue[data-v-86515287]{background-color:#00f}.bg-test-purple[data-v-86515287]{background-color:purple}.c-default[data-v-86515287]{height:100%;width:100%;max-width:none;padding:0;margin:0;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}.c-default p[data-v-86515287]{margin-bottom:0;font-size:1rem;text-align:center;color:#f1e0c540}.bg-test-red[data-v-0ca36d60]{background-color:red}.bg-test-yellow[data-v-0ca36d60]{background-color:#ff0}.bg-test-orange[data-v-0ca36d60]{background-color:orange}.bg-test-green[data-v-0ca36d60]{background-color:green}.bg-test-blue[data-v-0ca36d60]{background-color:#00f}.bg-test-purple[data-v-0ca36d60]{background-color:purple}.report[data-v-0ca36d60]{color:#fff}.highlighted-number[data-v-0ca36d60]{color:var(--light-accent)}.bg-test-red[data-v-65d65877]{background-color:red}.bg-test-yellow[data-v-65d65877]{background-color:#ff0}.bg-test-orange[data-v-65d65877]{background-color:orange}.bg-test-green[data-v-65d65877]{background-color:green}.bg-test-blue[data-v-65d65877]{background-color:#00f}.bg-test-purple[data-v-65d65877]{background-color:purple}.component-fade-enter-active[data-v-65d65877]{-webkit-animation:fade-in-65d65877 .5s;animation:fade-in-65d65877 .5s}.component-fade-leave-active[data-v-65d65877]{-webkit-animation:fade-out-65d65877 .5s;animation:fade-out-65d65877 .5s}@-webkit-keyframes fade-in-65d65877{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px)}to{opacity:100%;-webkit-transform:translateX(0);transform:translate(0)}}@keyframes fade-in-65d65877{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px)}to{opacity:100%;-webkit-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes fade-out-65d65877{0%{opacity:100;-webkit-transform:translateX(0px);transform:translate(0)}to{opacity:0%;-webkit-transform:translateX(20px);transform:translate(20px)}}@keyframes fade-out-65d65877{0%{opacity:100;-webkit-transform:translateX(0px);transform:translate(0)}to{opacity:0%;-webkit-transform:translateX(20px);transform:translate(20px)}}.bg-test-red[data-v-7d217547]{background-color:red}.bg-test-yellow[data-v-7d217547]{background-color:#ff0}.bg-test-orange[data-v-7d217547]{background-color:orange}.bg-test-green[data-v-7d217547]{background-color:green}.bg-test-blue[data-v-7d217547]{background-color:#00f}.bg-test-purple[data-v-7d217547]{background-color:purple}.c-profilemenu[data-v-7d217547]{position:absolute;top:0;height:100%;width:20rem;padding:2rem;background-color:#a49ca6;-webkit-transition:position .15s ease-in;transition:position .15s ease-in;z-index:3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.c-profilemenu .toggle[data-v-7d217547]{position:absolute;right:-2rem;top:4rem;border:none;background:transparent;height:4rem;width:2rem;padding:.5rem;border-top-right-radius:4rem;border-bottom-right-radius:4rem;color:#f1e0c5;background-color:#a49ca6}.c-profilemenu .toggle[data-v-7d217547]:focus,.c-profilemenu .toggle[data-v-7d217547]:active{outline:none}.c-profilemenu .toggle .left[data-v-7d217547]{margin-right:.75rem}.c-profilemenu .wrapper[data-v-7d217547]{position:relative;height:100%;width:100%}.c-profilemenu .wrapper .link[data-v-7d217547]{margin-bottom:1rem}.c-profilemenu .wrapper .link[data-v-7d217547]:last-child{margin-bottom:0}.c-profilemenu .wrapper p[data-v-7d217547],.c-profilemenu .wrapper a[data-v-7d217547],.c-profilemenu .wrapper button[data-v-7d217547]{display:block;color:#f1e0c5;font-size:1rem}.c-profilemenu .wrapper a[data-v-7d217547],.c-profilemenu .wrapper button[data-v-7d217547]{font-weight:500}.c-profilemenu .wrapper a span[data-v-7d217547],.c-profilemenu .wrapper button span[data-v-7d217547]{margin-left:.5rem}.c-profilemenu .wrapper p[data-v-7d217547]{font-weight:700}.c-profilemenu .wrapper a[data-v-7d217547]{text-decoration:none}.c-profilemenu .wrapper button[data-v-7d217547]{border:none;background:transparent;padding:0}.c-profilemenu .wrapper button[data-v-7d217547]:focus,.c-profilemenu .wrapper button[data-v-7d217547]:active{outline:none}.bg-test-red[data-v-d183d1cc]{background-color:red}.bg-test-yellow[data-v-d183d1cc]{background-color:#ff0}.bg-test-orange[data-v-d183d1cc]{background-color:orange}.bg-test-green[data-v-d183d1cc]{background-color:green}.bg-test-blue[data-v-d183d1cc]{background-color:#00f}.bg-test-purple[data-v-d183d1cc]{background-color:purple}button[data-v-d183d1cc]{border:none;background:transparent;width:100%;padding:.5rem 1rem;margin:0;border-radius:0;font-size:1rem;font-weight:700!important;text-align:center;color:#a49ca6;border:.125rem solid #a49ca6;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out}button[data-v-d183d1cc]:focus,button[data-v-d183d1cc]:active{outline:none}button[data-v-d183d1cc]:disabled{opacity:.5}button.selected[data-v-d183d1cc]{color:#221a1b;background-color:#a49ca6}.border{border:.5rem solid rgba(241,224,197,.25)}body{color:#f1e0c5}.game-layout{height:100%;width:100%}.bg-test-red[data-v-03ccae53]{background-color:red}.bg-test-yellow[data-v-03ccae53]{background-color:#ff0}.bg-test-orange[data-v-03ccae53]{background-color:orange}.bg-test-green[data-v-03ccae53]{background-color:green}.bg-test-blue[data-v-03ccae53]{background-color:#00f}.bg-test-purple[data-v-03ccae53]{background-color:purple}.dim[data-v-03ccae53]{opacity:.35}.dim-slight[data-v-03ccae53]{opacity:.75}.bg-test-red[data-v-55261351]{background-color:red}.bg-test-yellow[data-v-55261351]{background-color:#ff0}.bg-test-orange[data-v-55261351]{background-color:orange}.bg-test-green[data-v-55261351]{background-color:green}.bg-test-blue[data-v-55261351]{background-color:#00f}.bg-test-purple[data-v-55261351]{background-color:purple}.bg-test-red[data-v-628307fa]{background-color:red}.bg-test-yellow[data-v-628307fa]{background-color:#ff0}.bg-test-orange[data-v-628307fa]{background-color:orange}.bg-test-green[data-v-628307fa]{background-color:green}.bg-test-blue[data-v-628307fa]{background-color:#00f}.bg-test-purple[data-v-628307fa]{background-color:purple}.segment[data-v-628307fa]{-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:1px}.segment.sm[data-v-628307fa]{height:1rem;margin:.1rem}.segment.md[data-v-628307fa]{height:2rem;margin:.15rem}.segment.lg[data-v-628307fa]{height:3rem;margin:.2rem}.bg-test-red[data-v-0b3e6825]{background-color:red}.bg-test-yellow[data-v-0b3e6825]{background-color:#ff0}.bg-test-orange[data-v-0b3e6825]{background-color:orange}.bg-test-green[data-v-0b3e6825]{background-color:green}.bg-test-blue[data-v-0b3e6825]{background-color:#00f}.bg-test-purple[data-v-0b3e6825]{background-color:purple}.bg-test-red[data-v-c1edebde]{background-color:red}.bg-test-yellow[data-v-c1edebde]{background-color:#ff0}.bg-test-orange[data-v-c1edebde]{background-color:orange}.bg-test-green[data-v-c1edebde]{background-color:green}.bg-test-blue[data-v-c1edebde]{background-color:#00f}.bg-test-purple[data-v-c1edebde]{background-color:purple}.bg-test-red[data-v-d50dddd5]{background-color:red}.bg-test-yellow[data-v-d50dddd5]{background-color:#ff0}.bg-test-orange[data-v-d50dddd5]{background-color:orange}.bg-test-green[data-v-d50dddd5]{background-color:green}.bg-test-blue[data-v-d50dddd5]{background-color:#00f}.bg-test-purple[data-v-d50dddd5]{background-color:purple}.health-gained-float[data-v-d50dddd5]{position:absolute;left:25%;top:50%;opacity:0;-webkit-transition:all 3s ease-out;transition:all 3s ease-out;-webkit-animation:floatUp-d50dddd5 3s ease-out;animation:floatUp-d50dddd5 3s ease-out}@-webkit-keyframes floatUp-d50dddd5{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}}@keyframes floatUp-d50dddd5{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}}.bg-test-red[data-v-70e99097]{background-color:red}.bg-test-yellow[data-v-70e99097]{background-color:#ff0}.bg-test-orange[data-v-70e99097]{background-color:orange}.bg-test-green[data-v-70e99097]{background-color:green}.bg-test-blue[data-v-70e99097]{background-color:#00f}.bg-test-purple[data-v-70e99097]{background-color:purple}h2[data-v-70e99097]{margin-bottom:0;text-transform:uppercase;letter-spacing:.25rem;font-size:1.5rem;font-weight:600;color:#f1e0c5}a[data-v-70e99097]{color:#caa66e;font-weight:600}p[data-v-70e99097]{font-size:1.2rem}.bg-test-red[data-v-7ceec060]{background-color:red}.bg-test-yellow[data-v-7ceec060]{background-color:#ff0}.bg-test-orange[data-v-7ceec060]{background-color:orange}.bg-test-green[data-v-7ceec060]{background-color:green}.bg-test-blue[data-v-7ceec060]{background-color:#00f}.bg-test-purple[data-v-7ceec060]{background-color:purple}#consent-form-container[data-v-7ceec060]{max-width:1200px}.bg-test-red[data-v-07e846d0]{background-color:red}.bg-test-yellow[data-v-07e846d0]{background-color:#ff0}.bg-test-orange[data-v-07e846d0]{background-color:orange}.bg-test-green[data-v-07e846d0]{background-color:green}.bg-test-blue[data-v-07e846d0]{background-color:#00f}.bg-test-purple[data-v-07e846d0]{background-color:purple}#verify-wrapper[data-v-07e846d0]{padding:150px 0 0}.bg-test-red[data-v-0fe88b5f]{background-color:red}.bg-test-yellow[data-v-0fe88b5f]{background-color:#ff0}.bg-test-orange[data-v-0fe88b5f]{background-color:orange}.bg-test-green[data-v-0fe88b5f]{background-color:green}.bg-test-blue[data-v-0fe88b5f]{background-color:#00f}.bg-test-purple[data-v-0fe88b5f]{background-color:purple}.background[data-v-0fe88b5f]{background-color:#2d2524}#manual[data-v-0fe88b5f]{max-width:1200px;margin:auto}.item-title[data-v-0fe88b5f]{font-size:1rem;color:var(--light-shade)}.phase-block[data-v-0fe88b5f]{background-color:var(--color-Researcher);border-radius:5px}.glossary-block[data-v-0fe88b5f]{height:6.5rem;background-color:var(--color-Entrepreneur);border-radius:5px}.bg-test-red[data-v-a6e31ed7]{background-color:red}.bg-test-yellow[data-v-a6e31ed7]{background-color:#ff0}.bg-test-orange[data-v-a6e31ed7]{background-color:orange}.bg-test-green[data-v-a6e31ed7]{background-color:green}.bg-test-blue[data-v-a6e31ed7]{background-color:#00f}.bg-test-purple[data-v-a6e31ed7]{background-color:purple}img[data-v-a6e31ed7]{width:250px;height:auto}.carousel-3d-slide[data-v-a6e31ed7]{background:transparent}.bg-test-red[data-v-6955e9ae]{background-color:red}.bg-test-yellow[data-v-6955e9ae]{background-color:#ff0}.bg-test-orange[data-v-6955e9ae]{background-color:orange}.bg-test-green[data-v-6955e9ae]{background-color:green}.bg-test-blue[data-v-6955e9ae]{background-color:#00f}.bg-test-purple[data-v-6955e9ae]{background-color:purple}.bg-test-red[data-v-398a20cc]{background-color:red}.bg-test-yellow[data-v-398a20cc]{background-color:#ff0}.bg-test-orange[data-v-398a20cc]{background-color:orange}.bg-test-green[data-v-398a20cc]{background-color:green}.bg-test-blue[data-v-398a20cc]{background-color:#00f}.bg-test-purple[data-v-398a20cc]{background-color:purple}.preserve-newline[data-v-398a20cc]{white-space:pre-line}.bg-test-red[data-v-2dc54a20]{background-color:red}.bg-test-yellow[data-v-2dc54a20]{background-color:#ff0}.bg-test-orange[data-v-2dc54a20]{background-color:orange}.bg-test-green[data-v-2dc54a20]{background-color:green}.bg-test-blue[data-v-2dc54a20]{background-color:#00f}.bg-test-purple[data-v-2dc54a20]{background-color:purple}h2[data-v-2dc54a20],h3[data-v-2dc54a20]{color:var(--white);font-weight:700;font-size:2em}h2[data-v-2dc54a20]{text-transform:uppercase;text-align:center}p[data-v-2dc54a20]{color:var(--white)}.welcome[data-v-2dc54a20]{min-height:calc(100vh - 85px);background:url(/assets/stars-bg-BLR848Nc.jpg) no-repeat;background-position:top;background-size:cover;background-attachment:fixed}.about[data-v-2dc54a20]{background:#2d2524}.about .text[data-v-2dc54a20]{line-height:2}.bg-test-red[data-v-f7af818f]{background-color:red}.bg-test-yellow[data-v-f7af818f]{background-color:#ff0}.bg-test-orange[data-v-f7af818f]{background-color:orange}.bg-test-green[data-v-f7af818f]{background-color:green}.bg-test-blue[data-v-f7af818f]{background-color:#00f}.bg-test-purple[data-v-f7af818f]{background-color:purple}#privacy-policy[data-v-f7af818f]{max-width:1200px;margin:auto}h4[data-v-f7af818f],ul[data-v-f7af818f],p[data-v-f7af818f]{color:#fff}ul[data-v-f7af818f]{list-style:circle!important;padding-left:2rem}.bg-test-red[data-v-f32632b7]{background-color:red}.bg-test-yellow[data-v-f32632b7]{background-color:#ff0}.bg-test-orange[data-v-f32632b7]{background-color:orange}.bg-test-green[data-v-f32632b7]{background-color:green}.bg-test-blue[data-v-f32632b7]{background-color:#00f}.bg-test-purple[data-v-f32632b7]{background-color:purple}#profile-form-container[data-v-f32632b7]{max-width:1200px}.solo-dashboard-container{max-width:1200px;max-height:700px}.lite-chat[data-v-f3e832fa],.chat-body[data-v-f3e832fa],.messages[data-v-f3e832fa]{min-height:0}.bg-test-red[data-v-ec7c41a2]{background-color:red}.bg-test-yellow[data-v-ec7c41a2]{background-color:#ff0}.bg-test-orange[data-v-ec7c41a2]{background-color:orange}.bg-test-green[data-v-ec7c41a2]{background-color:green}.bg-test-blue[data-v-ec7c41a2]{background-color:#00f}.bg-test-purple[data-v-ec7c41a2]{background-color:purple}.event-timer .progress[data-v-ec7c41a2]{background-color:transparent}.event-draw-enter-active[data-v-ec7c41a2],.event-draw-leave-active[data-v-ec7c41a2]{-webkit-transition:-webkit-transform .6s ease;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.event-draw-enter[data-v-ec7c41a2]{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:perspective(800px) rotateX(-90deg);transform:perspective(800px) rotateX(-90deg)}.event-draw-enter-to[data-v-ec7c41a2]{-webkit-transform:perspective(800px) rotateX(0deg);transform:perspective(800px) rotateX(0)}.event-draw-leave-to[data-v-ec7c41a2]{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:perspective(800px) rotateX(90deg);transform:perspective(800px) rotateX(90deg)}.bg-test-red{background-color:red}.bg-test-yellow{background-color:#ff0}.bg-test-orange{background-color:orange}.bg-test-green{background-color:green}.bg-test-blue{background-color:#00f}.bg-test-purple{background-color:purple}.cell,.cell-shrink,.cell-grow{background-color:#ffffff06;border-radius:.25rem;overflow:auto;margin:.5rem;padding:.5rem}.cell-grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.cell-shrink{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1}.mw-25{max-width:25%}.mw-35{max-width:35%}.mw-50{max-width:50%}.mh-50{max-height:50%}.text-segmented,.vfd-text-underlay,.vfd-text-glow{font-family:DSEG14 Regular!important}.text-segmented.i,.i.vfd-text-underlay,.i.vfd-text-glow{font-family:DSEG14 Italic!important}.solo-game h1,.solo-game h4{font-family:Exo,sans-serif!important;letter-spacing:-1px}.vfd-container{background-color:#00000040;border-radius:.25rem;-webkit-box-shadow:inset 0 .25rem .5rem rgba(0,0,0,.25);box-shadow:inset 0 .25rem .5rem #00000040}.vfd-button{border-radius:.25rem;border:none;background-color:#ffffff05;-webkit-box-shadow:3px 3px 3px rgba(0,0,0,.5),-3px -3px 5px rgba(255,255,255,.1);box-shadow:3px 3px 3px #00000080,-3px -3px 5px #ffffff1a;color:#f1e0c5}.vfd-button:hover{background-color:#0000}.vfd-text-underlay{color:#ffffff06;position:absolute}.vfd-text-glow{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.vfd-text-glow.vfd-green{color:#b1f7dc;text-shadow:0 0 5px rgb(0,255,106),0 0 10px rgb(0,255,106)}.vfd-text-glow.vfd-blue{color:#c0f0fd;text-shadow:0 0 5px rgb(0,179,250),0 0 10px rgb(0,179,250)}.vfd-text-glow.vfd-red{color:#fdd2c7;text-shadow:0 0 5px rgb(224,63,0),0 0 10px rgb(224,63,0)}.vfd-text-glow.vfd-yellow{color:#ffebc0;text-shadow:0 0 5px rgb(255,166,0),0 0 10px rgb(255,166,0)}.vfd-badge-glow.vfd-green{background-color:#b1f7dc!important;color:#221a1b!important;-webkit-box-shadow:0 0 5px rgb(0,255,106),0 0 10px rgb(0,255,106);box-shadow:0 0 5px #00ff6a,0 0 10px #00ff6a}.vfd-badge-glow.vfd-blue{background-color:#c0f0fd!important;color:#221a1b!important;-webkit-box-shadow:0 0 5px rgb(0,179,250),0 0 10px rgb(0,179,250);box-shadow:0 0 5px #00b3fa,0 0 10px #00b3fa}.vfd-badge-glow.vfd-red{background-color:#fdd2c7!important;color:#221a1b!important;-webkit-box-shadow:0 0 5px rgb(224,63,0),0 0 10px rgb(224,63,0);box-shadow:0 0 5px #e03f00,0 0 10px #e03f00}.vfd-badge-glow.vfd-yellow{background-color:#ffebc0!important;color:#221a1b!important;-webkit-box-shadow:0 0 5px rgb(255,166,0),0 0 10px rgb(255,166,0);box-shadow:0 0 5px #ffa600,0 0 10px #ffa600}.vfd-bg-underlay{background-color:#ffffff06}.vfd-bg-glow.vfd-green{background-color:#b1f7dc;-webkit-box-shadow:0 0 5px rgb(0,255,106),0 0 10px rgb(0,255,106);box-shadow:0 0 5px #00ff6a,0 0 10px #00ff6a}.vfd-bg-glow.vfd-blue{background-color:#c0f0fd;-webkit-box-shadow:0 0 5px rgb(0,179,250),0 0 10px rgb(0,179,250);box-shadow:0 0 5px #00b3fa,0 0 10px #00b3fa}.vfd-bg-glow.vfd-red{background-color:#fdd2c7;-webkit-box-shadow:0 0 5px rgb(224,63,0),0 0 10px rgb(224,63,0);box-shadow:0 0 5px #e03f00,0 0 10px #e03f00}.vfd-bg-glow.vfd-yellow{background-color:#ffebc0;-webkit-box-shadow:0 0 5px rgb(255,166,0),0 0 10px rgb(255,166,0);box-shadow:0 0 5px #ffa600,0 0 10px #ffa600}.vfd-bg-glow-dim.vfd-green{background-color:#b1f7dc13;-webkit-box-shadow:0 0 5px rgba(0,255,106,.05),0 0 10px rgba(0,255,106,.05);box-shadow:0 0 5px #00ff6a0d,0 0 10px #00ff6a0d}.vfd-bg-glow-dim.vfd-blue{background-color:#c0f0fd13;-webkit-box-shadow:0 0 5px rgba(0,179,250,.05),0 0 10px rgba(0,179,250,.05);box-shadow:0 0 5px #00b3fa0d,0 0 10px #00b3fa0d}.vfd-bg-glow-dim.vfd-red{background-color:#fdd2c713;-webkit-box-shadow:0 0 5px rgba(224,63,0,.05),0 0 10px rgba(224,63,0,.05);box-shadow:0 0 5px #e03f000d,0 0 10px #e03f000d}.vfd-bg-glow-dim.vfd-yellow{background-color:#ffebc013;-webkit-box-shadow:0 0 5px rgba(255,166,0,.05),0 0 10px rgba(255,166,0,.05);box-shadow:0 0 5px #ffa6000d,0 0 10px #ffa6000d}@-webkit-keyframes flashing-vfd-green{0%,to{-webkit-filter:none;filter:none;-webkit-box-shadow:0 0 4px rgba(0,255,106,.15),0 0 8px rgba(0,255,106,.1);box-shadow:0 0 4px #00ff6a26,0 0 8px #00ff6a1a}50%{-webkit-filter:brightness(1.06);filter:brightness(1.06);-webkit-box-shadow:0 0 12px rgba(0,255,106,.6),0 0 24px rgba(0,255,106,.4);box-shadow:0 0 12px #00ff6a99,0 0 24px #00ff6a66}}@keyframes flashing-vfd-green{0%,to{-webkit-filter:none;filter:none;-webkit-box-shadow:0 0 4px rgba(0,255,106,.15),0 0 8px rgba(0,255,106,.1);box-shadow:0 0 4px #00ff6a26,0 0 8px #00ff6a1a}50%{-webkit-filter:brightness(1.06);filter:brightness(1.06);-webkit-box-shadow:0 0 12px rgba(0,255,106,.6),0 0 24px rgba(0,255,106,.4);box-shadow:0 0 12px #00ff6a99,0 0 24px #00ff6a66}}@-webkit-keyframes flashing-vfd-blue{0%,to{-webkit-filter:none;filter:none;-webkit-box-shadow:0 0 4px rgba(0,179,250,.15),0 0 8px rgba(0,179,250,.1);box-shadow:0 0 4px #00b3fa26,0 0 8px #00b3fa1a}50%{-webkit-filter:brightness(1.06);filter:brightness(1.06);-webkit-box-shadow:0 0 12px rgba(0,179,250,.6),0 0 24px rgba(0,179,250,.4);box-shadow:0 0 12px #00b3fa99,0 0 24px #00b3fa66}}@keyframes flashing-vfd-blue{0%,to{-webkit-filter:none;filter:none;-webkit-box-shadow:0 0 4px rgba(0,179,250,.15),0 0 8px rgba(0,179,250,.1);box-shadow:0 0 4px #00b3fa26,0 0 8px #00b3fa1a}50%{-webkit-filter:brightness(1.06);filter:brightness(1.06);-webkit-box-shadow:0 0 12px rgba(0,179,250,.6),0 0 24px rgba(0,179,250,.4);box-shadow:0 0 12px #00b3fa99,0 0 24px #00b3fa66}}@-webkit-keyframes flashing-vfd-red{0%,to{-webkit-filter:none;filter:none;-webkit-box-shadow:0 0 4px rgba(224,63,0,.15),0 0 8px rgba(224,63,0,.1);box-shadow:0 0 4px #e03f0026,0 0 8px #e03f001a}50%{-webkit-filter:brightness(1.06);filter:brightness(1.06);-webkit-box-shadow:0 0 12px rgba(224,63,0,.6),0 0 24px rgba(224,63,0,.4);box-shadow:0 0 12px #e03f0099,0 0 24px #e03f0066}}@keyframes flashing-vfd-red{0%,to{-webkit-filter:none;filter:none;-webkit-box-shadow:0 0 4px rgba(224,63,0,.15),0 0 8px rgba(224,63,0,.1);box-shadow:0 0 4px #e03f0026,0 0 8px #e03f001a}50%{-webkit-filter:brightness(1.06);filter:brightness(1.06);-webkit-box-shadow:0 0 12px rgba(224,63,0,.6),0 0 24px rgba(224,63,0,.4);box-shadow:0 0 12px #e03f0099,0 0 24px #e03f0066}}@-webkit-keyframes flashing-vfd-yellow{0%,to{-webkit-filter:none;filter:none;-webkit-box-shadow:0 0 4px rgba(255,166,0,.15),0 0 8px rgba(255,166,0,.1);box-shadow:0 0 4px #ffa60026,0 0 8px #ffa6001a}50%{-webkit-filter:brightness(1.06);filter:brightness(1.06);-webkit-box-shadow:0 0 12px rgba(255,166,0,.6),0 0 24px rgba(255,166,0,.4);box-shadow:0 0 12px #ffa60099,0 0 24px #ffa60066}}@keyframes flashing-vfd-yellow{0%,to{-webkit-filter:none;filter:none;-webkit-box-shadow:0 0 4px rgba(255,166,0,.15),0 0 8px rgba(255,166,0,.1);box-shadow:0 0 4px #ffa60026,0 0 8px #ffa6001a}50%{-webkit-filter:brightness(1.06);filter:brightness(1.06);-webkit-box-shadow:0 0 12px rgba(255,166,0,.6),0 0 24px rgba(255,166,0,.4);box-shadow:0 0 12px #ffa60099,0 0 24px #ffa60066}}.animate-flashing.vfd-green{-webkit-animation:flashing-vfd-green 1s infinite;animation:flashing-vfd-green 1s infinite;-webkit-transition:-webkit-box-shadow .5s ease-in-out;transition:-webkit-box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out,-webkit-box-shadow .5s ease-in-out}.animate-flashing.vfd-blue{-webkit-animation:flashing-vfd-blue 1s infinite;animation:flashing-vfd-blue 1s infinite;-webkit-transition:-webkit-box-shadow .5s ease-in-out;transition:-webkit-box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out,-webkit-box-shadow .5s ease-in-out}.animate-flashing.vfd-red{-webkit-animation:flashing-vfd-red 1s infinite;animation:flashing-vfd-red 1s infinite;-webkit-transition:-webkit-box-shadow .5s ease-in-out;transition:-webkit-box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out,-webkit-box-shadow .5s ease-in-out}.animate-flashing.vfd-yellow{-webkit-animation:flashing-vfd-yellow 1s infinite;animation:flashing-vfd-yellow 1s infinite;-webkit-transition:-webkit-box-shadow .5s ease-in-out;transition:-webkit-box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out;transition:box-shadow .5s ease-in-out,-webkit-box-shadow .5s ease-in-out}.dashboard-container{max-width:1200px;max-height:700px}
