diff --git a/docker-compose.yml b/docker-compose.yml index 636af55d0..efdae7f5c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -320,6 +320,32 @@ services: # EXAMPLES / OTHER + example-website: + <<: *node + working_dir: /base-cms/services/example-website + entrypoint: ["yarn"] + command: ["dev"] + environment: + <<: *env + PORT: 80 + EXPOSED_PORT: 51269 + LIVERELOAD_PORT: 61269 + TENANT_KEY: abmedia_all + SITE_ID: 60f6ec3bd28860bc3384e784 + + GRAPHQL_URI: ${GRAPHQL_URI-http://graphql-server-virgon} + OEMBED_URI: ${OEMBED_URI-https://oembed} + RSS_URI: ${RSS_URI-http://rss-virgon} + SITEMAPS_URI: ${SITEMAPS_URI-http://sitemaps-virgon} + depends_on: + - graphql-server-virgon + - oembed + - rss-virgon + - sitemaps-virgon + ports: + - "51269:80" + - "61269:61269" + example-leaders-program: << : *node working_dir: /base-cms/packages/leaders-program diff --git a/services/example-website/browser/.eslintrc.js b/services/example-website/browser/.eslintrc.js new file mode 100644 index 000000000..2eb0b8d9c --- /dev/null +++ b/services/example-website/browser/.eslintrc.js @@ -0,0 +1,21 @@ +module.exports = { + extends: [ + 'airbnb-base', + 'plugin:vue/recommended', + ], + env: { + browser: true, + }, + rules: { + 'vue/max-attributes-per-line': ['error', { + singleline: 3, + multiline: { + max: 1, + allowFirstLine: false, + }, + }], + }, + parserOptions: { + parser: 'babel-eslint', + }, +}; diff --git a/services/example-website/browser/index.js b/services/example-website/browser/index.js new file mode 100644 index 000000000..068db9599 --- /dev/null +++ b/services/example-website/browser/index.js @@ -0,0 +1,3 @@ +import Browser from '@parameter1/base-cms-marko-web/browser'; + +export default Browser; diff --git a/services/example-website/browser/ssr.js b/services/example-website/browser/ssr.js new file mode 100644 index 000000000..ff8b4c563 --- /dev/null +++ b/services/example-website/browser/ssr.js @@ -0,0 +1 @@ +export default {}; diff --git a/services/example-website/config/core.js b/services/example-website/config/core.js new file mode 100644 index 000000000..f053ebf79 --- /dev/null +++ b/services/example-website/config/core.js @@ -0,0 +1 @@ +module.exports = {}; diff --git a/services/example-website/config/site.js b/services/example-website/config/site.js new file mode 100644 index 000000000..f053ebf79 --- /dev/null +++ b/services/example-website/config/site.js @@ -0,0 +1 @@ +module.exports = {}; diff --git a/services/example-website/dist/css/index.a7a46ddd.css b/services/example-website/dist/css/index.a7a46ddd.css new file mode 100644 index 000000000..ac7b6b556 --- /dev/null +++ b/services/example-website/dist/css/index.a7a46ddd.css @@ -0,0 +1,2 @@ +@charset "UTF-8";: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:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--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",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}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#f5f5f5;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto 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;margin:0;text-align:left}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#007bff;text-decoration:none}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,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}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem;margin-top:1rem}.small,small{font-size:80%;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote-footer{color:#6c757d;display:block;font-size:80%}.blockquote-footer:before{content:"\2014\00A0"}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#f5f5f5;border:1px solid #dee2e6;border-radius:.5rem;box-shadow:0 1px 2px rgba(0,0,0,.075);padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:90%}.container{margin-left:auto;margin-right:auto;padding-left:12px;padding-right:12px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:12px;padding-right:12px;width:100%}.row{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{padding-left:12px;padding-right:12px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.5rem;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);color:#495057;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{background-color:#fff;border-color:#80bdff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(0,123,255,.25);color:#495057;outline:0}.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}select.form-control:focus::-ms-value{background-color:#fff;color:#495057}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#000;display:block;line-height:1.5;margin-bottom:0;padding-bottom:.375rem;padding-top:.375rem;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:.875rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#28a745;display:none;font-size:80%;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(40,167,69,.9);border-radius:.5rem;color:#fff;display:none;font-size:.875rem;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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-position:center right calc(.375em + .1875rem);background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(.75em + 2.3125rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{color:#dc3545;display:none;font-size:80%;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(220,53,69,.9);border-radius:.5rem;color:#fff;display:none;font-size:.875rem;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");background-position:center right calc(.375em + .1875rem);background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d;border-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn,.load-more-trigger>button,.magazine-publication-buttons__button{background-color:transparent;border:1px solid transparent;border-radius:.5rem;color:#000;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;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-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn,.load-more-trigger>button,.magazine-publication-buttons__button{transition:none}}.btn:hover,.load-more-trigger>button:hover,.magazine-publication-buttons__button:hover{color:#000;text-decoration:none}.btn.focus,.btn:focus,.focus.magazine-publication-buttons__button,.load-more-trigger>button.focus,.load-more-trigger>button:focus,.magazine-publication-buttons__button:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:0}.btn.disabled,.btn:disabled,.disabled.magazine-publication-buttons__button,.load-more-trigger>button.disabled,.load-more-trigger>button:disabled,.magazine-publication-buttons__button:disabled{box-shadow:none;opacity:.65}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active,.load-more-trigger>button:not(:disabled):not(.disabled).active,.load-more-trigger>button:not(:disabled):not(.disabled):active,.magazine-publication-buttons__button:not(:disabled):not(.disabled).active,.magazine-publication-buttons__button:not(:disabled):not(.disabled):active{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn:not(:disabled):not(.disabled).active:focus,.btn:not(:disabled):not(.disabled):active:focus,.load-more-trigger>button:not(:disabled):not(.disabled).active:focus,.load-more-trigger>button:not(:disabled):not(.disabled):active:focus,.magazine-publication-buttons__button:not(:disabled):not(.disabled).active:focus,.magazine-publication-buttons__button:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25),inset 0 3px 5px rgba(0,0,0,.125)}a.btn.disabled,a.disabled.magazine-publication-buttons__button,fieldset:disabled a.btn,fieldset:disabled a.magazine-publication-buttons__button{pointer-events:none}.btn-primary,.load-more-trigger>button,.magazine-publication-buttons__button{background-color:#007bff;border-color:#007bff;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);color:#fff}.btn-primary:hover,.load-more-trigger>button:hover,.magazine-publication-buttons__button:hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.btn-primary.focus,.btn-primary:focus,.focus.magazine-publication-buttons__button,.load-more-trigger>button.focus,.load-more-trigger>button:focus,.magazine-publication-buttons__button:focus{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled,.disabled.magazine-publication-buttons__button,.load-more-trigger>button.disabled,.load-more-trigger>button:disabled,.magazine-publication-buttons__button:disabled{background-color:#007bff;border-color:#007bff;color:#fff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.load-more-trigger.show>button.dropdown-toggle,.load-more-trigger>button:not(:disabled):not(.disabled).active,.load-more-trigger>button:not(:disabled):not(.disabled):active,.magazine-publication-buttons__button:not(:disabled):not(.disabled).active,.magazine-publication-buttons__button:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle,.show>.dropdown-toggle.magazine-publication-buttons__button{background-color:#0062cc;border-color:#005cbf;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.load-more-trigger.show>button.dropdown-toggle:focus,.load-more-trigger>button:not(:disabled):not(.disabled).active:focus,.load-more-trigger>button:not(:disabled):not(.disabled):active:focus,.magazine-publication-buttons__button:not(:disabled):not(.disabled).active:focus,.magazine-publication-buttons__button:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus,.show>.dropdown-toggle.magazine-publication-buttons__button:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{background-color:#6c757d;border-color:#6c757d;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);color:#fff}.btn-secondary:hover{background-color:#5a6268;border-color:#545b62;color:#fff}.btn-secondary.focus,.btn-secondary:focus{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#545b62;border-color:#4e555b;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-success{background-color:#28a745;border-color:#28a745;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);color:#fff}.btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{background-color:#17a2b8;border-color:#17a2b8;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);color:#fff}.btn-info:hover{background-color:#138496;border-color:#117a8b;color:#fff}.btn-info.focus,.btn-info:focus{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{background-color:#ffc107;border-color:#ffc107;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);color:#212529}.btn-warning:hover{background-color:#e0a800;border-color:#d39e00;color:#212529}.btn-warning.focus,.btn-warning:focus{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#212529}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{background-color:#dc3545;border-color:#dc3545;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);color:#fff}.btn-danger:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{background-color:#f8f9fa;border-color:#f8f9fa;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);color:#212529}.btn-light:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#212529}.btn-light.focus,.btn-light:focus{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#dae0e5;border-color:#d3d9df;color:#212529}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-dark{background-color:#343a40;border-color:#343a40;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);color:#fff}.btn-dark:hover{background-color:#23272b;border-color:#1d2124;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#1d2124;border-color:#171a1d;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{border-color:#007bff;color:#007bff}.btn-outline-primary:hover{background-color:#007bff;border-color:#007bff;color:#fff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#007bff;border-color:#007bff;color:#fff}.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{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{border-color:#6c757d;color:#6c757d}.btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-success{border-color:#28a745;color:#28a745}.btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#fff}.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{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{border-color:#17a2b8;color:#17a2b8}.btn-outline-info:hover{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.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{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{border-color:#ffc107;color:#ffc107}.btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#ffc107;border-color:#ffc107;color:#212529}.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{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{border-color:#dc3545;color:#dc3545}.btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#dc3545;border-color:#dc3545;color:#fff}.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{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{border-color:#f8f9fa;color:#f8f9fa}.btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.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{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{border-color:#343a40;color:#343a40}.btn-outline-dark:hover{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#343a40;border-color:#343a40;color:#fff}.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{box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{color:#007bff;font-weight:400;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{box-shadow:none;text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-lg,.load-more-trigger>button{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.btn-sm,.magazine-publication-buttons__button{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.custom-control{display:block;min-height:1.5rem;padding-left:1.5rem;position:relative}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{opacity:0;position:absolute;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#007bff;border-color:#007bff;box-shadow:none;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#b3d7ff;border-color:#b3d7ff;box-shadow:none;color:#fff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.custom-control-label:before{background-color:#fff;border:1px solid #adb5bd;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);pointer-events:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.25rem;width:1rem}.custom-control-label:after{background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.5rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-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{background-color:#007bff;border-color:#007bff;box-shadow:none}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.custom-switch .custom-control-label:after{background-color:#adb5bd;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.25rem + 2px);transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .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;width:calc(1rem - 4px)}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.5rem;box-shadow:inset 0 1px 2px rgba(0,0,0,.075);color:#495057;display:inline-block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.custom-select:focus{border-color:#80bdff;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .2rem rgba(0,123,255,.25);outline:0}.custom-select:focus::-ms-value{background-color:#fff;color:#495057}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled{background-color:#e9ecef;color:#6c757d}.custom-select::-ms-expand{display:none}.custom-select-sm{font-size:.875rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.custom-select-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:calc(1.5em + .75rem + 2px);position:relative;width:100%}.custom-file-input{margin:0;opacity:0;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.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{background-color:#fff;border:1px solid #ced4da;border-radius:.5rem;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);font-weight:400;height:calc(1.5em + .75rem + 2px);left:0;z-index:1}.custom-file-label,.custom-file-label:after{color:#495057;line-height:1.5;padding:.375rem .75rem;position:absolute;right:0;top:0}.custom-file-label:after{background-color:#e9ecef;border-left:inherit;border-radius:0 .5rem .5rem 0;bottom:0;content:"Browse";display:block;height:calc(1.5em + .75rem);z-index:3}.custom-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.4rem;padding:0;width:100%}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f5f5f5,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f5f5f5,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #f5f5f5,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#007bff;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);height:1rem;margin-top:-.25rem;-webkit-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;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1);color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#007bff;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);height: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;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1);color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#007bff;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-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;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{background-color:transparent;border-color:transparent;border-width:.5rem;box-shadow:inset 0 .25rem .25rem rgba(0,0,0,.1);color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.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{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#f5f5f5;border-color:#dee2e6 #dee2e6 #f5f5f5;color:#495057}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{border-radius:.5rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#007bff;color:#fff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{padding:.5rem 1rem;position:relative}.navbar,.navbar>.container,.navbar>.container-fluid{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:.5rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{background:no-repeat 50%;background-size:100% 100%;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover,.site-footer__container--primary .navbar-brand,.site-footer__container--primary .navbar-brand:focus,.site-footer__container--primary .navbar-brand:hover,.site-footer__container--secondary .navbar-brand,.site-footer__container--secondary .navbar-brand:focus,.site-footer__container--secondary .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link,.site-footer__container--primary .navbar-nav .nav-link,.site-footer__container--secondary .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover,.site-footer__container--primary .navbar-nav .nav-link:focus,.site-footer__container--primary .navbar-nav .nav-link:hover,.site-footer__container--secondary .navbar-nav .nav-link:focus,.site-footer__container--secondary .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled,.site-footer__container--primary .navbar-nav .nav-link.disabled,.site-footer__container--secondary .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link,.site-footer__container--primary .navbar-nav .active>.nav-link,.site-footer__container--primary .navbar-nav .nav-link.active,.site-footer__container--primary .navbar-nav .nav-link.show,.site-footer__container--primary .navbar-nav .show>.nav-link,.site-footer__container--secondary .navbar-nav .active>.nav-link,.site-footer__container--secondary .navbar-nav .nav-link.active,.site-footer__container--secondary .navbar-nav .nav-link.show,.site-footer__container--secondary .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler,.site-footer__container--primary .navbar-toggler,.site-footer__container--secondary .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-toggler-icon,.site-footer__container--primary .navbar-toggler-icon,.site-footer__container--secondary .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text,.site-footer__container--primary .navbar-text,.site-footer__container--secondary .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover,.site-footer__container--primary .navbar-text a,.site-footer__container--primary .navbar-text a:focus,.site-footer__container--primary .navbar-text a:hover,.site-footer__container--secondary .navbar-text a,.site-footer__container--secondary .navbar-text a:focus,.site-footer__container--secondary .navbar-text a:hover{color:#fff}.breadcrumb{background-color:#e9ecef;border-radius:.5rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding:.75rem 0}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:"/";display:inline-block;padding-right:.5rem}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.alert{border:1px solid transparent;border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0}.alert-primary{background-color:#cce5ff;border-color:#b8daff;color:#004085}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{background-color:#e2e3e5;border-color:#d6d8db;color:#383d41}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{background-color:#fff3cd;border-color:#ffeeba;color:#856404}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#818182}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{background-color:#d6d8d9;border-color:#c6c8ca;color:#1b1e21}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}.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:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!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:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.5rem!important}.rounded-top{border-top-left-radius:.5rem!important}.rounded-right,.rounded-top{border-top-right-radius:.5rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.5rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.5rem!important}.rounded-left{border-top-left-radius:.5rem!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{clear:both;content:"";display:block}.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:flex!important}.d-inline-flex{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:flex!important}.d-sm-inline-flex{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:flex!important}.d-md-inline-flex{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:flex!important}.d-lg-inline-flex{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:flex!important}.d-xl-inline-flex{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:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive,[data-oembed-type=video]{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before,[data-oembed-type=video]:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video,[data-oembed-type=video] .embed-responsive-item,[data-oembed-type=video] embed,[data-oembed-type=video] iframe,[data-oembed-type=video] object,[data-oembed-type=video] video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.85714%}.embed-responsive-16by9:before,[data-oembed-type=video]:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{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}}.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:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{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}.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}.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}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.m-block{margin:1.5rem!important}.mt-block,.my-block{margin-top:1.5rem!important}.mr-block,.mx-block{margin-right:1.5rem!important}.mb-block,.my-block{margin-bottom:1.5rem!important}.ml-block,.mx-block{margin-left:1.5rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.p-block{padding:1.5rem!important}.pt-block,.py-block{padding-top:1.5rem!important}.pr-block,.px-block{padding-right:1.5rem!important}.pb-block,.py-block{padding-bottom:1.5rem!important}.pl-block,.px-block{padding-left:1.5rem!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-nblock{margin:-1.5rem!important}.mt-nblock,.my-nblock{margin-top:-1.5rem!important}.mr-nblock,.mx-nblock{margin-right:-1.5rem!important}.mb-nblock,.my-nblock{margin-bottom:-1.5rem!important}.ml-nblock,.mx-nblock{margin-left:-1.5rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.m-sm-block{margin:1.5rem!important}.mt-sm-block,.my-sm-block{margin-top:1.5rem!important}.mr-sm-block,.mx-sm-block{margin-right:1.5rem!important}.mb-sm-block,.my-sm-block{margin-bottom:1.5rem!important}.ml-sm-block,.mx-sm-block{margin-left:1.5rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.p-sm-block{padding:1.5rem!important}.pt-sm-block,.py-sm-block{padding-top:1.5rem!important}.pr-sm-block,.px-sm-block{padding-right:1.5rem!important}.pb-sm-block,.py-sm-block{padding-bottom:1.5rem!important}.pl-sm-block,.px-sm-block{padding-left:1.5rem!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-nblock{margin:-1.5rem!important}.mt-sm-nblock,.my-sm-nblock{margin-top:-1.5rem!important}.mr-sm-nblock,.mx-sm-nblock{margin-right:-1.5rem!important}.mb-sm-nblock,.my-sm-nblock{margin-bottom:-1.5rem!important}.ml-sm-nblock,.mx-sm-nblock{margin-left:-1.5rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.m-md-block{margin:1.5rem!important}.mt-md-block,.my-md-block{margin-top:1.5rem!important}.mr-md-block,.mx-md-block{margin-right:1.5rem!important}.mb-md-block,.my-md-block{margin-bottom:1.5rem!important}.ml-md-block,.mx-md-block{margin-left:1.5rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.p-md-block{padding:1.5rem!important}.pt-md-block,.py-md-block{padding-top:1.5rem!important}.pr-md-block,.px-md-block{padding-right:1.5rem!important}.pb-md-block,.py-md-block{padding-bottom:1.5rem!important}.pl-md-block,.px-md-block{padding-left:1.5rem!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-nblock{margin:-1.5rem!important}.mt-md-nblock,.my-md-nblock{margin-top:-1.5rem!important}.mr-md-nblock,.mx-md-nblock{margin-right:-1.5rem!important}.mb-md-nblock,.my-md-nblock{margin-bottom:-1.5rem!important}.ml-md-nblock,.mx-md-nblock{margin-left:-1.5rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.m-lg-block{margin:1.5rem!important}.mt-lg-block,.my-lg-block{margin-top:1.5rem!important}.mr-lg-block,.mx-lg-block{margin-right:1.5rem!important}.mb-lg-block,.my-lg-block{margin-bottom:1.5rem!important}.ml-lg-block,.mx-lg-block{margin-left:1.5rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.p-lg-block{padding:1.5rem!important}.pt-lg-block,.py-lg-block{padding-top:1.5rem!important}.pr-lg-block,.px-lg-block{padding-right:1.5rem!important}.pb-lg-block,.py-lg-block{padding-bottom:1.5rem!important}.pl-lg-block,.px-lg-block{padding-left:1.5rem!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-nblock{margin:-1.5rem!important}.mt-lg-nblock,.my-lg-nblock{margin-top:-1.5rem!important}.mr-lg-nblock,.mx-lg-nblock{margin-right:-1.5rem!important}.mb-lg-nblock,.my-lg-nblock{margin-bottom:-1.5rem!important}.ml-lg-nblock,.mx-lg-nblock{margin-left:-1.5rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.m-xl-block{margin:1.5rem!important}.mt-xl-block,.my-xl-block{margin-top:1.5rem!important}.mr-xl-block,.mx-xl-block{margin-right:1.5rem!important}.mb-xl-block,.my-xl-block{margin-bottom:1.5rem!important}.ml-xl-block,.mx-xl-block{margin-left:1.5rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.p-xl-block{padding:1.5rem!important}.pt-xl-block,.py-xl-block{padding-top:1.5rem!important}.pr-xl-block,.px-xl-block{padding-right:1.5rem!important}.pb-xl-block,.py-xl-block{padding-bottom:1.5rem!important}.pl-xl-block,.px-xl-block{padding-left:1.5rem!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-nblock{margin:-1.5rem!important}.mt-xl-nblock,.my-xl-nblock{margin-top:-1.5rem!important}.mr-xl-nblock,.mx-xl-nblock{margin-right:-1.5rem!important}.mb-xl-nblock,.my-xl-nblock{margin-bottom:-1.5rem!important}.ml-xl-nblock,.mx-xl-nblock{margin-left:-1.5rem!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}}.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-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#000!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{overflow-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}body,html{height:100%}body{display:flex;flex-direction:column}.document-container{flex-grow:1;margin-left:auto;margin-right:auto;padding-left:.75rem;padding-right:.75rem;position:relative;width:100%}@media (min-width:1200px){.document-container{max-width:1200px}}.page{padding:.75rem}.page:first-child{padding-top:1.5rem}.page:last-child{padding-bottom:1.5rem}.page-wrapper{background-color:#fff;padding:.75rem}.page-wrapper__section{margin-bottom:.75rem}.page-wrapper__section:last-child{margin-bottom:0}.load-more-trigger{text-align:center}.node{background-color:#fff;display:flex;flex:1 1 auto;flex-direction:column;padding:.75rem;width:100%}.node *,.node :after,.node :before{box-sizing:border-box}.node__header{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.375rem}.node__header:empty{display:none}.node__header--overlay{left:0;margin-bottom:0;padding:.75rem;position:absolute;right:0;top:0}.node__header-left:empty,.node__header-right:empty{display:none}.node__footer{display:flex;flex-direction:row;justify-content:space-between;margin-top:auto}.node__footer:empty{display:none}.node__footer--body,.node__footer--body .node__footer-left,.node__footer--body .node__footer-right{margin-top:auto}.node__footer-left,.node__footer-right{margin-top:.375rem}.node__footer-left:empty,.node__footer-right:empty{display:none}.node__footer-right,.node__header-right{text-align:right}.node__contents{display:flex;flex:1 1 auto;flex-direction:column;position:relative;width:100%}.node__contents--body{margin-bottom:.375rem}.node__contents--body>:last-child{margin-bottom:0}.node__body{display:flex;flex:1 1 auto;flex-direction:column;width:100%}.node__body--overlay{bottom:0;left:0;padding:.75rem;position:absolute;right:0}.node__body>:last-child{margin-bottom:0}.node__text:empty,.node__title:empty{display:none}.node__image-wrapper{color:#fff;position:relative;text-shadow:1px 1px 4px rgba(0,0,0,.65)}.node__image-wrapper a{color:#fff}.node__image-wrapper--align-middle{margin-bottom:auto;margin-top:auto}.node__image-wrapper--align-center{margin-left:auto;margin-right:auto}.node__image-inner-wrapper{display:inline-block}.node__image-inner-wrapper--placeholder{background-color:#1a88ff}.node__image-inner-wrapper--placeholder .node__image{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='m0 38.59 2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:.5rem .5rem;opacity:.2}.node__image-inner-wrapper--gradient:after{background:linear-gradient(0deg,rgba(0,0,0,.65),transparent);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.node__image-inner-wrapper--fluid .node__image{height:auto;width:100%}.node__image-inner-wrapper--fluid-21by9{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__image-inner-wrapper--fluid-21by9:before{content:"";display:block;padding-top:42.85714%}.node__image-inner-wrapper--fluid-21by9 .node__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node__image-inner-wrapper--fluid-9by21{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__image-inner-wrapper--fluid-9by21:before{content:"";display:block;padding-top:233.33333%}.node__image-inner-wrapper--fluid-9by21 .node__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node__image-inner-wrapper--fluid-16by9{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__image-inner-wrapper--fluid-16by9:before{content:"";display:block;padding-top:56.25%}.node__image-inner-wrapper--fluid-16by9 .node__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node__image-inner-wrapper--fluid-9by16{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__image-inner-wrapper--fluid-9by16:before{content:"";display:block;padding-top:177.77778%}.node__image-inner-wrapper--fluid-9by16 .node__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node__image-inner-wrapper--fluid-6by5{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__image-inner-wrapper--fluid-6by5:before{content:"";display:block;padding-top:83.33333%}.node__image-inner-wrapper--fluid-6by5 .node__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node__image-inner-wrapper--fluid-5by6{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__image-inner-wrapper--fluid-5by6:before{content:"";display:block;padding-top:120%}.node__image-inner-wrapper--fluid-5by6 .node__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node__image-inner-wrapper--fluid-4by3{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__image-inner-wrapper--fluid-4by3:before{content:"";display:block;padding-top:75%}.node__image-inner-wrapper--fluid-4by3 .node__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node__image-inner-wrapper--fluid-3by4{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__image-inner-wrapper--fluid-3by4:before{content:"";display:block;padding-top:133.33333%}.node__image-inner-wrapper--fluid-3by4 .node__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node__image-inner-wrapper--fluid-3by2{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__image-inner-wrapper--fluid-3by2:before{content:"";display:block;padding-top:66.66667%}.node__image-inner-wrapper--fluid-3by2 .node__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node__image-inner-wrapper--fluid-2by3{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__image-inner-wrapper--fluid-2by3:before{content:"";display:block;padding-top:150%}.node__image-inner-wrapper--fluid-2by3 .node__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node__image-inner-wrapper--fluid-2by1{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__image-inner-wrapper--fluid-2by1:before{content:"";display:block;padding-top:50%}.node__image-inner-wrapper--fluid-2by1 .node__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node__image-inner-wrapper--fluid-1by2{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__image-inner-wrapper--fluid-1by2:before{content:"";display:block;padding-top:200%}.node__image-inner-wrapper--fluid-1by2 .node__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node__image-inner-wrapper--fluid-1by1{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__image-inner-wrapper--fluid-1by1:before{content:"";display:block;padding-top:100%}.node__image-inner-wrapper--fluid-1by1 .node__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node--full-height{height:100%}.node--flush{padding:0}.node--flush-x{padding-left:0;padding-right:0}.node--flush-y{padding-bottom:0;padding-top:0}.node--image-flush{padding:0}.node--image-flush>.node__header{padding-left:.75rem;padding-right:.75rem;padding-top:.75rem}.node--image-flush>.node__footer{padding-bottom:.75rem}.node--image-flush .node__body,.node--image-flush>.node__footer{padding-left:.75rem;padding-right:.75rem}.node--image-top .node__image-wrapper+.node__body{margin-top:.75rem}.node--image-top .node__body--overlay{margin-top:0}.node--image-left .node__contents{flex-direction:row}.node--image-left .node__contents--body{flex-direction:column}.node--image-left .node__image-wrapper+.node__body{margin-left:.75rem}.node--image-left .node__body--overlay{margin-left:0}.node--image-left.node--image-flush .node__image-wrapper+.node__body{padding-left:0}.node--image-bottom .node__contents{flex-direction:column-reverse}.node--image-bottom .node__contents--body{flex-direction:column}.node--image-bottom .node__image-wrapper+.node__body{margin-bottom:.375rem}.node--image-bottom .node__body--overlay{margin-bottom:0}.node--image-right .node__contents{flex-direction:row-reverse}.node--image-right .node__contents--body{flex-direction:column}.node--image-right .node__image-wrapper+.node__body{margin-right:.75rem}.node--image-right .node__body--overlay{margin-right:0}.node--image-right.node--image-flush .node__image-wrapper+.node__body{padding-right:0}.node-list{display:flex;flex-direction:column;min-height:auto}.node-list__header>:last-child{margin-bottom:0}.node-list__footer{margin-top:auto}.node-list__footer>:first-child{margin-top:0}.node-list__body,.node-list__footer,.node-list__header{border-bottom:1px solid rgba(0,0,0,.125);padding:.75rem;position:relative}.node-list__body:empty,.node-list__footer:empty,.node-list__header:empty{display:none}.node-list__body:last-child,.node-list__footer:last-child,.node-list__header:last-child{border-bottom:none}.node-list__body--flush-y,.node-list__footer--flush-y,.node-list__header--flush-y{padding-left:0;padding-right:0}.node-list__body--flush-x,.node-list__footer--flush-x,.node-list__header--flush-x{padding-bottom:0;padding-top:0}.node-list__nodes{border-bottom:1px solid rgba(0,0,0,.125);display:flex;flex-direction:column;padding-bottom:.75rem;padding-top:.75rem}.node-list__nodes--flush-x{padding-bottom:0;padding-top:0}.node-list__nodes--flush-y .node-list__node{padding-left:0;padding-right:0}.node-list__nodes:empty{display:none}.node-list__nodes:last-child{border-bottom:none}.node-list__node{border-bottom:1px solid rgba(0,0,0,.125);padding:.75rem}.node-list__node:first-child{padding-top:0}.node-list__node:last-child{border-bottom:none;padding-bottom:0}.node-list--full-height,.node-list--inner-justified,.node-list--justified{height:100%}.node-list--inner-justified .node-list__nodes,.node-list--justified .node-list__nodes{flex-grow:1;justify-content:space-between}.node-list--inner-justified .node-list__node{align-items:flex-start;display:flex;flex-grow:1}.node-list--flush-y :first-child{padding-top:0}.node-list--flush-y :last-child{padding-bottom:0}.node-list--flush-x .node-list__body,.node-list--flush-x .node-list__footer,.node-list--flush-x .node-list__header,.node-list--flush-x .node-list__node{padding-left:0;padding-right:0}.page-image{margin-bottom:1.5rem}.page-image--fluid .page-image__image{height:auto;width:100%}.marko-web-icon svg{fill:#000;height:1rem;transition:fill .25s ease;width:1rem}.marko-web-icon--md svg{height:1.25rem;width:1.25rem}.marko-web-icon--lg svg{height:1.5rem;width:1.5rem}.marko-web-icon--xl svg{height:2.5rem;width:2.5rem}.marko-web-icon--light svg{fill:#fff}.marko-web-icon--dark svg{fill:#000}.marko-web-icon--shadow svg{-webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.3));filter:drop-shadow(1px 1px 1px rgba(0,0,0,.3))}.marko-web-icon--applepodcasts:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:#93c}.marko-web-icon--applepodcasts:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#7a29a3}.marko-web-icon--applepodcasts svg:hover{fill:#93c}.marko-web-icon--dribbble:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:#ea4c89}.marko-web-icon--dribbble:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#e51e6b}.marko-web-icon--dribbble svg:hover{fill:#ea4c89}.marko-web-icon--facebook:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:#4172b8}.marko-web-icon--facebook:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#345b92}.marko-web-icon--facebook svg:hover{fill:#4172b8}.marko-web-icon--flipboard:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:#e12828}.marko-web-icon--flipboard:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#bc1a1a}.marko-web-icon--flipboard svg:hover{fill:#e12828}.marko-web-icon--github:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:#181717}.marko-web-icon--github:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#000}.marko-web-icon--github svg:hover{fill:#181717}.marko-web-icon--googleplus:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:#dc4e41}.marko-web-icon--googleplus:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#c63224}.marko-web-icon--googleplus svg:hover{fill:#dc4e41}.marko-web-icon--instagram:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:#e4405f}.marko-web-icon--instagram:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#d31e40}.marko-web-icon--instagram svg:hover{fill:#e4405f}.marko-web-icon--linkedin:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:#0077b5}.marko-web-icon--linkedin:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#005582}.marko-web-icon--linkedin svg:hover{fill:#0077b5}.marko-web-icon--pinterest:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:#bd081c}.marko-web-icon--pinterest:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#8c0615}.marko-web-icon--pinterest svg:hover{fill:#bd081c}.marko-web-icon--reddit:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:#ff4500}.marko-web-icon--reddit:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#cc3700}.marko-web-icon--reddit svg:hover{fill:#ff4500}.marko-web-icon--slack:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:#4a154b}.marko-web-icon--slack:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#230a23}.marko-web-icon--slack svg:hover{fill:#4a154b}.marko-web-icon--twitter:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:#1da1f2}.marko-web-icon--twitter:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#0c85d0}.marko-web-icon--twitter svg:hover{fill:#1da1f2}.marko-web-icon--whatsapp:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:#25d366}.marko-web-icon--whatsapp:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#1da851}.marko-web-icon--whatsapp svg:hover{fill:#25d366}.marko-web-icon--youtube:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg{fill:red}.marko-web-icon--youtube:not(.marko-web-icon--dark):not(.marko-web-icon--light) svg:hover{fill:#c00}.marko-web-icon--youtube svg:hover{fill:red}.ad-container{text-align:center}.ad-container--inline,.ad-container--top-of-page{margin-bottom:1.5rem}.ad-container--in-card{display:flex;justify-content:center;min-height:100%}.ad-container--in-card>div{margin-bottom:auto;margin-top:auto}.ad-container iframe{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.magazine-publication-card-block{background-color:#fff;border:none;border-radius:.5rem;box-shadow:0 1px 7px rgba(0,0,0,.05)}.magazine-publication-card-block__header{background-color:#007bff;border-bottom:1px solid #000;border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;letter-spacing:normal;margin-bottom:0;padding:.75rem 1rem;text-transform:uppercase}.magazine-publication-card-block__header:empty{display:none}.magazine-publication-card-block__header:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0}.magazine-publication-card-block__header a{color:#fff;text-decoration:none}.magazine-publication-card-block__header a:hover{color:#fff;text-decoration:underline}.magazine-publication-card-block__body{padding:.75rem}.magazine-publication-card-block--flush{border-radius:0;box-shadow:none}.breadcrumbs{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:16px;font-weight:400;letter-spacing:normal;line-height:1.5;text-transform:uppercase}@media (max-width:767.98px){.breadcrumbs{font-size:14px;line-height:1.5}}.breadcrumbs .breadcrumb{background-color:#fff;padding-top:0}.breadcrumbs a{color:#007bff;text-decoration:none}.breadcrumbs a:hover{color:#0056b3;text-decoration:underline}[data-embed-type]{background:transparent;color:#6c757d;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;line-height:1.5;width:100%}.content-body-contents p:first-child [data-embed-type]{margin-bottom:0;margin-top:0}p [data-embed-type]{margin:1rem 0 0}[data-embed-type][data-embed-align=left]{float:left;margin-right:1rem;width:calc(50% - 1rem)}@media (max-width:767.98px){[data-embed-type][data-embed-align=left]{margin-right:0;width:100%}}[data-embed-type][data-embed-align=right]{float:right;margin-left:1rem;width:calc(50% - 1rem)}@media (max-width:767.98px){[data-embed-type][data-embed-align=right]{margin-left:0;width:100%}}[data-embed-type] img{max-width:100%;min-width:100%;width:100%}[data-embed-type] .caption{color:#464646}[data-embed-type] .caption,[data-embed-type] .credit{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px;font-weight:400;letter-spacing:normal;line-height:1.5;margin:0;padding:.5rem 0;text-align:left}[data-embed-type] .credit{color:#777;font-size:12px;font-style:normal}[data-embed-invalid]{display:none}.card-deck-flow{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.card-deck-flow__node{margin-bottom:1.5rem;padding-left:12px;padding-right:12px;position:relative;width:100%}@media (min-width:768px){.card-deck-flow--2-cols .card-deck-flow__node,.card-deck-flow--3-cols .card-deck-flow__node{flex:0 0 50%;max-width:50%}}@media (min-width:992px){.card-deck-flow--3-cols .card-deck-flow__node{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:576px){.card-deck-flow--4-cols .card-deck-flow__node{flex:0 0 50%;max-width:50%}}@media (min-width:768px){.card-deck-flow--4-cols .card-deck-flow__node{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:992px){.card-deck-flow--4-cols .card-deck-flow__node{flex:0 0 25%;max-width:25%}}.column-list-flow{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.column-list-flow__column{margin-bottom:1.5rem;padding-left:12px;padding-right:12px;position:relative;width:100%}@media (min-width:992px){.column-list-flow__column{flex:0 0 50%;max-width:50%}}@media (min-width:1200px){.column-list-flow__column{flex:0 0 33.33333%;max-width:33.33333%}}.column-list-flow__list{margin-bottom:1.5rem;padding-left:12px;padding-right:12px;position:relative;width:100%}@media (min-width:992px){.column-list-flow__list{flex:0 0 50%;max-width:50%}}@media (min-width:1200px){.column-list-flow__list{flex:0 0 66.66667%;max-width:66.66667%}}.column-list-flow--reverse{flex-direction:row-reverse}.featured-flow{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.featured-flow__featured{margin-bottom:1.5rem;padding-left:12px;padding-right:12px;position:relative;width:100%}@media (min-width:768px){.featured-flow__featured{flex:0 0 41.66667%;max-width:41.66667%}}@media (min-width:992px){.featured-flow__featured{flex:0 0 33.33333%;max-width:33.33333%}}.featured-flow__list{margin-bottom:1.5rem;padding-left:12px;padding-right:12px;position:relative;width:100%}@media (min-width:768px){.featured-flow__list{flex:0 0 58.33333%;max-width:58.33333%}}@media (min-width:992px){.featured-flow__list{flex:0 0 66.66667%;max-width:66.66667%}}.featured-flow--reverse{flex-direction:row-reverse}.hero-flow{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.hero-flow__hero{margin-bottom:1.5rem;padding-left:12px;padding-right:12px;position:relative;width:100%}@media (min-width:992px){.hero-flow__hero{flex:0 0 58.33333%;max-width:58.33333%}}@media (min-width:1200px){.hero-flow__hero{flex:0 0 66.66667%;max-width:66.66667%}}.hero-flow__list{margin-bottom:1.5rem;padding-left:12px;padding-right:12px;position:relative;width:100%}@media (min-width:992px){.hero-flow__list{flex:0 0 41.66667%;max-width:41.66667%}}@media (min-width:1200px){.hero-flow__list{flex:0 0 33.33333%;max-width:33.33333%}}.hero-flow__header{background-color:#007bff;border-bottom:1px solid #000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;letter-spacing:normal;margin-bottom:.75rem;margin-left:12px;margin-right:12px;text-transform:uppercase}.hero-flow__header:empty{display:none}.hero-flow__header a{color:#fff;text-decoration:none}.hero-flow__header a:hover{color:#fff;text-decoration:underline}.hero-flow--reverse{flex-direction:row-reverse}img.lazyload:not([src]){visibility:hidden}img.lazyloaded{opacity:1;transition:opacity .25s}.lazyloading{opacity:0}.load-more-trigger>button{background-color:#007bff;border-color:#007bff;color:#fff}.load-more-header,.load-more-trigger>button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.load-more-header{color:#000;font-size:26px;font-weight:700;line-height:1.23077;margin-bottom:1rem;text-align:center;text-transform:uppercase}@media (max-width:767.98px){.load-more-header{font-size:22px;line-height:1.27273}}.magazine-publication-buttons__button{margin-bottom:.375rem;margin-right:.375rem}.magazine-publication-buttons__button:last-child{margin-right:0}.magazine-publication-buttons--bottom .magazine-publication-buttons__button{margin-top:.375rem}.node__header{color:#6c757d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px;font-weight:400;letter-spacing:normal;line-height:1.42857}.node__header a{color:#6c757d;text-decoration:none}.node__header a:hover{color:#6c757d;text-decoration:underline}.node__title{color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:17px;font-weight:600;letter-spacing:inherit;line-height:1.29412;margin-bottom:.375rem}@media (max-width:767.98px){.node__title{font-size:16px;line-height:1.25}}.node__title a{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#000;display:-webkit-box;max-height:66px;overflow:hidden;text-decoration:none;text-overflow:ellipsis}@media (max-width:767.98px){.node__title a{max-height:60px}}.node__title a:hover{color:#000;text-decoration:underline}.node__title--large{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:24px;font-weight:600;letter-spacing:inherit;line-height:1.25}@media (max-width:767.98px){.node__title--large{font-size:20px;line-height:1.3}}.node__title--large a{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;max-height:60px;overflow:hidden;text-overflow:ellipsis}@media (max-width:767.98px){.node__title--large a{max-height:52px}}.node__title--locked a:before{content:"🔒"}.node__text--teaser{color:#000;font-family:Georgia,Cambria,Times New Roman,Times,serif;font-size:17px;font-weight:400;letter-spacing:inherit;line-height:1.47059;margin-bottom:.375rem}@media (max-width:767.98px){.node__text--teaser{font-size:16px;line-height:1.4375}}.node__text--teaser a{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;max-height:50px;overflow:hidden;text-decoration:none;text-overflow:ellipsis}@media (max-width:767.98px){.node__text--teaser a{max-height:46px}}.node__text--teaser a:hover{color:#000;text-decoration:none}.node__footer{color:#6c757d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px;font-weight:400;line-height:1.42857;text-transform:none}.node__image-inner-wrapper{border-radius:.5rem;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.node__image{border-radius:.5rem}.node__content-start-date+.node__content-end-date:before,.node__content-starts+.node__content-ends:before{content:"\2014";margin-left:.25rem;margin-right:.25rem}.node__content-embed-code{display:block;overflow:hidden;padding:0;position:relative;width:100%}.node__content-embed-code:before{content:"";display:block;padding-top:56.25%}.node__content-embed-code embed,.node__content-embed-code iframe,.node__content-embed-code object,.node__content-embed-code video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.node--card{background-color:#fff;border:none;border-radius:.5rem;box-shadow:0 1px 7px rgba(0,0,0,.05)}.node--video-content-type .node__image-inner-wrapper:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAZ8SURBVHhe7Z1Z6O1TFMf/hswhY+Yx3UiR8UF4IUIoD3QfyAPu7UYpDzLHgweRB8mUPJgyS3mQTGVKxohkypTpIkNmvp/cX3Fb53/273f2Xnvv39nf+jzc4ezfsM7Za+291157oampqampacTaXhwpVojrxGPiDfG+WCl+E3+LP1f9+SPxlnha3CTOE8eJPcQaoqmnthFLxS2Cl87LjsUX4m5xpsBATRO0meAX8KywXmQq3hYXiR1Fk0RXdL/4RVgvzIu/xFOCX+baYq5EP368eEFYLyc3dJNniHXF6IVzfV1YL6I0PhHLxZpidNpJPCSsBy+dl8QBYhSiPz5f/CSsh60FQurrxaaiWhG5MBawHrBW8C/7i+p0jPhaWA9VO0SE54gqBpnc5OWCMNJ6mDFxr1hfFKu1xM3Cuvmx8owo0q/wTak1ipqV1wTTPcVoA/G4sG52XvhAMAmaXXRT8/rLWB0GvJuLbMKBz5vPmMbzgh4ji64Q1k3NO/QY9ByuYpwxD6HtUC4UbtpBjHXQF4s/xGEiuZibIva2bqLxfz4VW4mkYqLQunjD5h6RTEyh1z5rm4OjRRK18cYw3hXriag6VlgXi83vxt+NgUtFNDEA9Fp2vUOcIsitsv69Vn4Q0UbxJCRYF0nB7QIxWXmx+FlY/69GLhNR9KKwLpCCziCdWHXkVzOGQei3YhMxk44QVuOpWN0gnQ4WzwnrMzXBsGEm3SeshlMxySAIX3aq+ExYn62BD8XgpV/SO38VVsOpWMwgnTYSTGzW6l8GT6mQJGY1mJIQg3Tq/IvVTsmQRD5IOfrsPgbpdLh4WVjtlcj3oveaybbCaiw1QwyCSPc8XdTiX0ip7SWywK2GUjPUIJ3wL1cKb9/Xl6tFL+VammVrQgztLmjLukYJvCp6iSwKq6HUPCJiqlT/Qq7wFiJIpLNYjXgQ2yAI/7JMfCWsa+biBBEkdjVZDXiQwiCdyDC8SpTiX4JH7ez1sxrwIKVBOuFfHhTW9T25TQSJrcdWAx54GKTTUeJNYd2HB2xwDRL7wK0GPPA0CCJpgxmJHP6F2d8g5dwD6G2QTviXa4X3imXQxtKcq3W5DNJpT/GosO4tBUGh7zfC+rAHuQ3Sycu/7CKmKmdYWIpBEP7lXEFfb91rDPYWi4pBlPVBL0oySKedxefCut9ZOURMFXmp1oc9KMkgrOylzoDZV0zVd8L6sAelGIQXRe0T6x5jwiB1quY5yiLqoUAAk3/W/cVmazFVOUevuQyCA2fKKKUDtwhaOcy53YDKD95iij7Hl5DE9SBRFs9qwAO+DF4iSSLnItYrIkjUKLQa8MDDIKSpUm0idxrRnSJIXpnuFqkNcrIoJZE7ONeX4pBWAx6kMghh7BPCumYu+HIEiQHRl8JqJDWxDUIYy/pOiftOmAEIFqVUrUZSE8sg3TpHzonSxXhP9BJ1ba2GUhPDIISxpdd1vFH0Ui4/MotBCGPZ9Wq1WxrB/uO/ekdYjaVkiEEIYy8RtWTDs7wxaHvbBcJqMCV9DXKSqG0/4gNikNiX7r2VLNQgLOyUFsaGcqIYrCeF1WgqphmETUSlhrEhEPWtIwbLOwt+kkFypuvE5Boxk3gRxMxW4ymwDFLbhpxJ4MyjlAH0HJOwa6sTYSwTcNb/q5HeY49Jos+jML11kdgwoCOMpQDYmIoG4PN2E9F0lrAuFBt8RG1hbAisMUUVNQQ5JcC6WGNxqL63pYgujmzwWvwfExwOk0xkZFgXbdhQNjbpgTAUT4l9ctpYIYmB5O3k4vyM0rcdl8Bpwk1nC+smGv8SvF0tlljm9a4UVAuMpTYU7iLrziP/tSY+FllPScDJl75c6gWJIS5OfJr4Rsx75PWjOEgUI+rB50zSzgkj8aKM0YnFI+/DhXNDyb4loljh6B8W1s2PDc50304UL6YKOBI759a41NwqqM1VlVjp81pH8YLpENcReGwx7cwBjNbD1QYThXuJUYiN+JwSYD1o6ZApwhR60lnbHGJpllMCKExvPXhpsOxKqcPgym+1ijRKdjCtFNaLyA0z2TeIqGvgNWhjQVW1UtbQ6ZrImyrixM6com8+VBBKehct4NdAdTnqHwaVSpo34WfY48g3lVKqKXKLSfwjR4qyGcwuNPUQDpXkZLo2fkGEnqG+hzEDGY93CTZYYgASyJsSiO6F4GBXsY84UOy36s+cHZjtPNqmpqampqY8Wlj4B3teNzXdJUMzAAAAAElFTkSuQmCC");background-size:contain;content:"";-webkit-filter:brightness(0) invert(1) drop-shadow(2px 2px 2px rgba(0,0,0,.5));filter:brightness(0) invert(1) drop-shadow(2px 2px 2px rgba(0,0,0,.5));height:50px;left:50%;opacity:.6;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px}.node-list{background-color:#fff;border:none;border-radius:.5rem;box-shadow:0 1px 7px rgba(0,0,0,.05)}.node-list__footer:first-child,.node-list__header:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.node-list__footer:last-child,.node-list__header:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.node-list__header{background-color:#007bff;border-bottom:1px solid #000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;letter-spacing:normal;margin-bottom:0;text-transform:uppercase}.node-list__header:empty{display:none}.node-list__header a{color:#fff;text-decoration:none}.node-list__header a:hover{color:#fff;text-decoration:underline}.page{background-color:#f5f5f5}.page-attribution{color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:16px;font-weight:400;line-height:1.5;text-transform:none}.page-attribution__content-authors:before{content:"Author";font-weight:600;margin-right:.25rem}.page-attribution__content-byline:before{content:"By";font-weight:600;margin-right:.25rem}.page-attribution__content-company-name:before{content:"From";font-weight:600;margin-right:.25rem}.page-attribution__content-contributors:before{content:"Contributor";font-weight:600;margin-right:.25rem}.page-attribution__content-photographers:before{content:"Photographer";font-weight:600;margin-right:.25rem}.page-attribution__content-source:before{content:"Source";font-weight:600;margin-right:.25rem}.page-attribution__content-sponsors:before{content:"Sponsor";font-weight:600;margin-right:.25rem}.page-attribution__content-authors .page-attribution__content-name:first-child:before,.page-attribution__content-byline .page-attribution__content-name:first-child:before,.page-attribution__content-company-name .page-attribution__content-name:first-child:before,.page-attribution__content-contributors .page-attribution__content-name:first-child:before,.page-attribution__content-photographers .page-attribution__content-name:first-child:before,.page-attribution__content-source .page-attribution__content-name:first-child:before,.page-attribution__content-sponsors .page-attribution__content-name:first-child:before{content:"—";font-weight:400;margin-right:.25rem}.page-attribution__content-name{margin-right:.5rem}.page-attribution__content-name:after{content:", ";display:inline-block}.page-attribution__content-name:last-child{margin-right:0}.page-attribution__content-name:last-child:after{content:""}.page-attribution div:last-child{margin-bottom:.5rem}.page-contact-details{color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:16px;font-weight:400;line-height:1.5}.page-contact-details__section{margin-bottom:1rem}.page-contact-details__section--social-links a{margin-right:.5rem}.page-contact-details__label{font-weight:600;margin-bottom:0;margin-right:.5rem}.page-contents__content-body{color:#000;font-family:Georgia,Cambria,Times New Roman,Times,serif;font-size:19px;font-weight:400;letter-spacing:inherit;line-height:1.73684;word-break:break-word}@media (max-width:767.98px){.page-contents__content-body{font-size:17px;line-height:1.58824}}.page-contents__content-body h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:34px;font-weight:600;letter-spacing:inherit;line-height:1.17647;margin-bottom:53px}@media (max-width:767.98px){.page-contents__content-body h1{font-size:30px;line-height:1.2;margin-bottom:48px}}.page-contents__content-body h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:34px;font-weight:600;letter-spacing:inherit;line-height:1.17647;margin-bottom:53px}@media (max-width:767.98px){.page-contents__content-body h2{font-size:30px;line-height:1.2;margin-bottom:48px}}.page-contents__content-body h3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:34px;font-weight:600;letter-spacing:inherit;line-height:1.17647;margin-bottom:53px}@media (max-width:767.98px){.page-contents__content-body h3{font-size:30px;line-height:1.2;margin-bottom:48px}}.page-contents__content-body h4{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:26px;font-weight:600;letter-spacing:inherit;line-height:1.23077;margin-bottom:39px}@media (max-width:767.98px){.page-contents__content-body h4{font-size:22px;line-height:1.27273;margin-bottom:31px}}.page-contents__content-body h5{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:24px;font-weight:600;letter-spacing:inherit;line-height:1.25;margin-bottom:25px}@media (max-width:767.98px){.page-contents__content-body h5{font-size:20px;line-height:1.3;margin-bottom:17px}}.page-contents__content-body h6{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:19px;font-weight:600;letter-spacing:inherit;line-height:1.26316;margin-bottom:11px}@media (max-width:767.98px){.page-contents__content-body h6{font-size:17px;line-height:1.17647;margin-bottom:11px}}.page-contents__content-body b,.page-contents__content-body strong{font-weight:700}.page-contents__content-body [data-embed-type=image] img{border-radius:.5rem;box-shadow:none}.page-contents__content-body ol,.page-contents__content-body ul{list-style-position:inside}.page-contents__content-body [data-embed-type=image],.page-contents__content-body [data-oembed-type=video],.page-contents__content-body ol,.page-contents__content-body p,.page-contents__content-body table,.page-contents__content-body ul{margin-bottom:29px}@media (max-width:767.98px){.page-contents__content-body [data-embed-type=image],.page-contents__content-body [data-oembed-type=video],.page-contents__content-body ol,.page-contents__content-body p,.page-contents__content-body table,.page-contents__content-body ul{margin-bottom:21px}}.page-contents__content-body p>[data-embed-type=image],.page-contents__content-body p>[data-oembed-type=video]{margin-bottom:0}.page-contents__content-body:empty,.page-contents__content-body p>[data-embed-type=image]+br,.page-contents__content-body p>[data-oembed-type=video]+br{display:none}.page-contents__content-body>:last-child{margin-bottom:0}.page-contents__content-body blockquote{background:#e3e3e3;border-left:8px solid #d2d2d2;display:block;padding:20px}.page-contents__content-body blockquote p{margin-bottom:0}.page-contents__content-body .pullquote{color:#6f6f6f;float:right;font-size:18.75px;margin:6px 0 6px 12px;max-width:50%;padding:12px 0 12px 12px;position:relative;width:50%;z-index:0}.page-contents__content-body .pullquote:before{color:#dedede;content:"“";font-size:8em;left:0;line-height:.6em;position:absolute;z-index:-1}.page-contents__content-body .drop-caps{display:inherit}.page-contents__content-body .drop-caps:first-letter{float:left;font-size:115px;font-weight:700;line-height:.8;margin:-.05em .125em 0 0;padding:0}.page-contents__content-sidebar{background-color:#f8f9fa;border-left:8px solid #dee2e6;border-radius:.5rem;color:#000;font-family:Georgia,Cambria,Times New Roman,Times,serif;font-size:19px;font-weight:400;letter-spacing:inherit;line-height:1.73684;margin-bottom:1.5rem;padding:1.5rem;word-break:break-word}@media (max-width:767.98px){.page-contents__content-sidebar{font-size:17px;line-height:1.58824}}.page-contents__content-sidebar h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:34px;font-weight:600;letter-spacing:inherit;line-height:1.17647;margin-bottom:53px}@media (max-width:767.98px){.page-contents__content-sidebar h1{font-size:30px;line-height:1.2;margin-bottom:48px}}.page-contents__content-sidebar h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:34px;font-weight:600;letter-spacing:inherit;line-height:1.17647;margin-bottom:53px}@media (max-width:767.98px){.page-contents__content-sidebar h2{font-size:30px;line-height:1.2;margin-bottom:48px}}.page-contents__content-sidebar h3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:34px;font-weight:600;letter-spacing:inherit;line-height:1.17647;margin-bottom:53px}@media (max-width:767.98px){.page-contents__content-sidebar h3{font-size:30px;line-height:1.2;margin-bottom:48px}}.page-contents__content-sidebar h4{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:26px;font-weight:600;letter-spacing:inherit;line-height:1.23077;margin-bottom:39px}@media (max-width:767.98px){.page-contents__content-sidebar h4{font-size:22px;line-height:1.27273;margin-bottom:31px}}.page-contents__content-sidebar h5{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:24px;font-weight:600;letter-spacing:inherit;line-height:1.25;margin-bottom:25px}@media (max-width:767.98px){.page-contents__content-sidebar h5{font-size:20px;line-height:1.3;margin-bottom:17px}}.page-contents__content-sidebar h6{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:19px;font-weight:600;letter-spacing:inherit;line-height:1.26316;margin-bottom:11px}@media (max-width:767.98px){.page-contents__content-sidebar h6{font-size:17px;line-height:1.17647;margin-bottom:11px}}.page-contents__content-sidebar b,.page-contents__content-sidebar strong{font-weight:700}.page-contents__content-sidebar [data-embed-type=image] img{border-radius:.5rem;box-shadow:none}.page-contents__content-sidebar ol,.page-contents__content-sidebar ul{list-style-position:inside}.page-contents__content-sidebar [data-embed-type=image],.page-contents__content-sidebar [data-oembed-type=video],.page-contents__content-sidebar ol,.page-contents__content-sidebar p,.page-contents__content-sidebar table,.page-contents__content-sidebar ul{margin-bottom:29px}@media (max-width:767.98px){.page-contents__content-sidebar [data-embed-type=image],.page-contents__content-sidebar [data-oembed-type=video],.page-contents__content-sidebar ol,.page-contents__content-sidebar p,.page-contents__content-sidebar table,.page-contents__content-sidebar ul{margin-bottom:21px}}.page-contents__content-sidebar p>[data-embed-type=image],.page-contents__content-sidebar p>[data-oembed-type=video]{margin-bottom:0}.page-contents__content-sidebar p>[data-embed-type=image]+br,.page-contents__content-sidebar p>[data-oembed-type=video]+br{display:none}@media (max-width:767.98px){.page-contents__content-sidebar{margin-bottom:.75rem;padding-left:0;padding-right:0}}.page-contents__content-sidebar:empty{display:none}.page-contents__content-embed-code{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-contents__content-embed-code:before{content:"";display:block;padding-top:56.25%}.page-contents__content-embed-code embed,.page-contents__content-embed-code iframe,.page-contents__content-embed-code object,.page-contents__content-embed-code video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-dates__content-end-date,.page-dates__content-ends,.page-dates__content-published,.page-dates__content-start-date,.page-dates__content-starts{color:#000;display:inline;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:16px;font-weight:400;line-height:1.5;text-transform:none}.page-dates__content-start-date+.page-dates__content-end-date:before,.page-dates__content-starts+.page-dates__content-ends:before{content:"\2014";margin-left:.25rem;margin-right:.25rem}.page-image__image-caption{color:#464646}.page-image__image-caption,.page-image__image-credit{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px;font-weight:400;letter-spacing:normal;line-height:1.5;margin:0;padding:.5rem 0;text-align:left}.page-image__image-credit{color:#777;font-size:12px;font-style:normal}.page-image__image-display-name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:19px;font-weight:600;line-height:1.26316}.page-image__wrapper{border-radius:.5rem;box-shadow:none}.page-image__image{border-radius:.5rem}.page-image>:last-child:not(.page-image__wrapper){border-bottom:1px solid #ccc}.page-image--fluid-21by9 .page-image__wrapper{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-image--fluid-21by9 .page-image__wrapper:before{content:"";display:block;padding-top:42.85714%}.page-image--fluid-21by9 .page-image__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-image--fluid-9by21 .page-image__wrapper{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-image--fluid-9by21 .page-image__wrapper:before{content:"";display:block;padding-top:42.85714%}.page-image--fluid-9by21 .page-image__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-image--fluid-16by9 .page-image__wrapper{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-image--fluid-16by9 .page-image__wrapper:before{content:"";display:block;padding-top:56.25%}.page-image--fluid-16by9 .page-image__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-image--fluid-9by16 .page-image__wrapper{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-image--fluid-9by16 .page-image__wrapper:before{content:"";display:block;padding-top:56.25%}.page-image--fluid-9by16 .page-image__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-image--fluid-6by5 .page-image__wrapper{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-image--fluid-6by5 .page-image__wrapper:before{content:"";display:block;padding-top:83.33333%}.page-image--fluid-6by5 .page-image__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-image--fluid-5by6 .page-image__wrapper{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-image--fluid-5by6 .page-image__wrapper:before{content:"";display:block;padding-top:83.33333%}.page-image--fluid-5by6 .page-image__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-image--fluid-4by3 .page-image__wrapper{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-image--fluid-4by3 .page-image__wrapper:before{content:"";display:block;padding-top:75%}.page-image--fluid-4by3 .page-image__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-image--fluid-3by4 .page-image__wrapper{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-image--fluid-3by4 .page-image__wrapper:before{content:"";display:block;padding-top:75%}.page-image--fluid-3by4 .page-image__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-image--fluid-3by2 .page-image__wrapper{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-image--fluid-3by2 .page-image__wrapper:before{content:"";display:block;padding-top:66.66667%}.page-image--fluid-3by2 .page-image__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-image--fluid-2by3 .page-image__wrapper{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-image--fluid-2by3 .page-image__wrapper:before{content:"";display:block;padding-top:66.66667%}.page-image--fluid-2by3 .page-image__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-image--fluid-2by1 .page-image__wrapper{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-image--fluid-2by1 .page-image__wrapper:before{content:"";display:block;padding-top:50%}.page-image--fluid-2by1 .page-image__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-image--fluid-1by2 .page-image__wrapper{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-image--fluid-1by2 .page-image__wrapper:before{content:"";display:block;padding-top:50%}.page-image--fluid-1by2 .page-image__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-image--fluid-1by1 .page-image__wrapper{display:block;overflow:hidden;padding:0;position:relative;width:100%}.page-image--fluid-1by1 .page-image__wrapper:before{content:"";display:block;padding-top:100%}.page-image--fluid-1by1 .page-image__image{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.page-image--primary-image-inline{float:right;margin-bottom:0;margin-left:.75rem;margin-top:.36842em;max-width:250px}@media (max-width:575.98px){.page-image--primary-image-inline{float:none;margin:.75rem auto}}@media (max-width:767.98px){.page-image--primary-image-inline{margin-top:.29412em}}.page-image--primary-image-inline .page-image__wrapper{border-radius:0;box-shadow:none}.page-image--primary-image-inline .page-image__image{border-radius:0}.page-image--primary-image-inline-left{float:left;margin-left:0;margin-right:.75rem}[data-embed-type=image]>:last-child:not(img){border-bottom:1px solid #ccc}.page-rail>*{margin-bottom:1.5rem}.page-rail>:last-child{margin-bottom:0}.page-wrapper{border-radius:.5rem;box-shadow:0 1px 7px rgba(0,0,0,.05)}@media (max-width:767.98px){.page-wrapper{padding-left:.75rem;padding-right:.75rem}}.page-wrapper__title{color:#000;font-family:Georgia,Cambria,Times New Roman,Times,serif;font-size:40px;font-weight:400;letter-spacing:inherit;line-height:1.25}@media (max-width:767.98px){.page-wrapper__title{font-size:32px;line-height:1.25}}.page-wrapper__deck{color:#6c757d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:24px;font-weight:400;letter-spacing:inherit;line-height:1.41667}@media (max-width:767.98px){.page-wrapper__deck{font-size:22px;line-height:1.36364}}.page-wrapper__description{color:#6c757d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:20px;font-weight:400;letter-spacing:inherit;line-height:1.4}@media (max-width:767.98px){.page-wrapper__description{font-size:18px;line-height:1.44444}}.page-wrapper .col>:last-child{margin-bottom:0}.site-footer{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:16px;font-weight:400;line-height:1.5;margin-top:20px;opacity:1;position:relative;z-index:1500}.site-footer__container{margin-left:auto;margin-right:auto;padding:1rem 12px;text-align:center;width:100%}@media (max-width:767.98px){.site-footer__container{padding-bottom:.5rem;padding-top:.5rem}}.site-footer__container--secondary{background-color:#343a40}.site-footer__container--primary{background-color:#007bff}.site-footer__brand{display:inline-block}.site-footer__logo{-webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,.5));filter:drop-shadow(2px 2px 2px rgba(0,0,0,.5));height:60px}@media (max-width:767.98px){.site-footer__logo{height:30px}}.site-footer__items{display:flex;flex-direction:row;justify-content:center;list-style:none;margin-bottom:1rem;padding-left:0}@media (max-width:767.98px){.site-footer__items{font-size:.875rem;margin-bottom:.5rem}}.site-footer__item{margin:0 1rem}@media (max-width:767.98px){.site-footer__item{margin:0 .5rem}}.site-footer__link{color:hsla(0,0%,100%,.5);display:block;padding:0}.site-footer__link:hover{color:hsla(0,0%,100%,.75)}.site-footer__link:active{color:#fff}.site-footer__social-icons{display:flex;flex-direction:row;justify-content:center;margin-bottom:1rem}@media (max-width:767.98px){.site-footer__social-icons{margin-bottom:.5rem}}.site-footer__social-icons a{margin:0 1rem}@media (max-width:767.98px){.site-footer__social-icons a{margin:0 .5rem}}.site-footer__copyright{color:#f8f9fa;font-size:14px;font-weight:400;line-height:1.5}.site-header{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);left:0;opacity:1;position:fixed;right:0;z-index:5000000}.site-menu{background-color:#fff;bottom:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;max-width:75vw;opacity:.98;overflow-x:auto;overflow-y:scroll;position:fixed;top:120px;-webkit-transform:translateX(-264px);transform:translateX(-264px);transition:visibility 0s linear .25s,-webkit-transform .25s cubic-bezier(.4,0,.2,1);transition:transform .25s cubic-bezier(.4,0,.2,1),visibility 0s linear .25s;transition:transform .25s cubic-bezier(.4,0,.2,1),visibility 0s linear .25s,-webkit-transform .25s cubic-bezier(.4,0,.2,1);visibility:hidden;width:264px;will-change:visibility;z-index:4999999}@media (max-width:992px){.site-menu{top:117px}}@media (max-width:768px){.site-menu{top:54px}}@media (max-width:576px){.site-menu{top:54px}}@media (max-width:0){.site-menu{top:54px}}.site-menu--open{box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-transform:translateX(0);transform:translateX(0);transition:visibility 0s linear 0s,-webkit-transform .25s cubic-bezier(.4,0,.2,1);transition:transform .25s cubic-bezier(.4,0,.2,1),visibility 0s linear 0s;transition:transform .25s cubic-bezier(.4,0,.2,1),visibility 0s linear 0s,-webkit-transform .25s cubic-bezier(.4,0,.2,1);visibility:visible}.site-menu__contents{height:100%;padding:0;width:100%}.site-menu__section{word-wrap:break-word;background-clip:border-box;background-color:#fff;display:flex;flex-direction:column;min-width:0;position:relative}.site-menu__section--social-icons{flex-direction:row;padding:.5rem 1rem}.site-menu__section--social-icons>.social-icon-link{margin-right:.75rem}.site-menu__section--social-icons>.social-icon-link:last-child{margin-right:0}.site-menu__header{background-color:#f8f9fa;border-bottom:1px solid rgba(0,0,0,.125);color:#000;font-weight:600;letter-spacing:normal;padding:.5rem 1rem}.site-menu__items{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.site-menu__item{border-bottom:1px solid rgba(0,0,0,.125);font-size:14px;font-weight:400}.site-menu__link{color:#495057;display:block;padding:.5rem 1rem}.site-menu__link:hover{background-color:#fff;color:#495057;text-decoration:none}.site-menu__link--active{background-color:#fff;font-weight:600}.site-navbar__container{display:flex;flex-direction:row;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;width:100%}@media (min-width:1200px){.site-navbar__container{max-width:1200px}}.site-navbar__brand{display:inline-block;margin:0 12px;white-space:nowrap}.site-navbar__logo{-webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.35));filter:drop-shadow(1px 1px 1px rgba(0,0,0,.35));height:60px}@media (max-width:768px){.site-navbar__logo{height:30px}}.site-navbar__toggler{background-color:transparent;border-color:transparent;border-style:none;cursor:pointer;margin-bottom:auto;margin-top:auto;padding:0}.site-navbar__toggler:focus{outline:none}.site-navbar__toggler>.marko-web-icon{color:hsla(0,0%,100%,.75)}.site-navbar__toggler>.marko-web-icon svg{fill:hsla(0,0%,100%,.75)}.site-navbar__toggler>.marko-web-icon:hover{color:#fff}.site-navbar__toggler>.marko-web-icon:hover svg{fill:#fff}.site-navbar__toggler>.marko-web-icon--active,.site-navbar__toggler>.marko-web-icon:active{color:#fff}.site-navbar__toggler>.marko-web-icon--active svg,.site-navbar__toggler>.marko-web-icon:active svg{fill:#fff}.site-navbar__items{display:flex;flex-direction:row;list-style:none;margin-bottom:0;padding-left:0;text-transform:uppercase}.site-navbar__items--primary{-ms-overflow-style:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:16px;font-weight:400;line-height:1.5;overflow:scroll;scrollbar-width:none;width:100%}.site-navbar__items--primary::-webkit-scrollbar{height:0;width:0}@media (max-width:992px){.site-navbar__items--primary{font-size:14px;line-height:1.5}}@media (max-width:768px){.site-navbar__items--primary{height:4px}}.site-navbar__items--primary .site-navbar__item{background-color:initial;flex-grow:1;padding:8px;text-align:center}.site-navbar__items--primary .site-navbar__item--active,.site-navbar__items--primary .site-navbar__item:active,.site-navbar__items--primary .site-navbar__item:hover{background-color:initial}@media (max-width:768px){.site-navbar__items--primary .site-navbar__item{display:none}}.site-navbar__items--primary .site-navbar__link{color:hsla(0,0%,100%,.75);text-decoration:none}.site-navbar__items--primary .site-navbar__link svg{fill:hsla(0,0%,100%,.75)}.site-navbar__items--primary .site-navbar__link:hover{color:#fff}.site-navbar__items--primary .site-navbar__link:hover svg{fill:#fff}.site-navbar__items--primary .site-navbar__link--active,.site-navbar__items--primary .site-navbar__link:active{color:#fff}.site-navbar__items--primary .site-navbar__link--active svg,.site-navbar__items--primary .site-navbar__link:active svg{fill:#fff}.site-navbar__items--primary .site-navbar__link--active,.site-navbar__items--primary .site-navbar__link:active,.site-navbar__items--primary .site-navbar__link:hover{text-decoration:underline}.site-navbar__items--secondary{-ms-overflow-style:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px;font-weight:400;line-height:1.5;margin-top:auto;overflow:scroll;scrollbar-width:none}.site-navbar__items--secondary::-webkit-scrollbar{height:0;width:0}@media (max-width:992px){.site-navbar__items--secondary{font-size:12px;line-height:1.5}}@media (max-width:768px){.site-navbar__items--secondary{margin-top:0}}.site-navbar__items--secondary .site-navbar__item,.site-navbar__items--secondary .site-navbar__item--active,.site-navbar__items--secondary .site-navbar__item:active,.site-navbar__items--secondary .site-navbar__item:hover{background-color:initial}@media (max-width:576px){.site-navbar__items--secondary .site-navbar__item{display:none}}.site-navbar__items--secondary .site-navbar__link{color:hsla(0,0%,100%,.75);padding:8px 8px 0;text-decoration:none}.site-navbar__items--secondary .site-navbar__link svg{fill:hsla(0,0%,100%,.75)}.site-navbar__items--secondary .site-navbar__link:hover{color:#fff}.site-navbar__items--secondary .site-navbar__link:hover svg{fill:#fff}.site-navbar__items--secondary .site-navbar__link--active,.site-navbar__items--secondary .site-navbar__link:active{color:#fff}.site-navbar__items--secondary .site-navbar__link--active svg,.site-navbar__items--secondary .site-navbar__link:active svg{fill:#fff}.site-navbar__items--secondary .site-navbar__link--active,.site-navbar__items--secondary .site-navbar__link:active,.site-navbar__items--secondary .site-navbar__link:hover{text-decoration:underline}.site-navbar__items--tertiary{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px;font-weight:400;line-height:1.5;margin-left:auto;margin-top:auto;padding-left:16px}@media (max-width:992px){.site-navbar__items--tertiary{font-size:12px;line-height:1.5}}@media (max-width:768px){.site-navbar__items--tertiary{margin-top:0}}.site-navbar__items--tertiary .site-navbar__item{align-self:center;background-color:initial}.site-navbar__items--tertiary .site-navbar__item--active,.site-navbar__items--tertiary .site-navbar__item:active,.site-navbar__items--tertiary .site-navbar__item:hover{background-color:initial}@media (max-width:0){.site-navbar__items--tertiary .site-navbar__item{display:none}}.site-navbar__items--tertiary .site-navbar__link{color:hsla(0,0%,100%,.75);padding:0 8px;text-decoration:none}.site-navbar__items--tertiary .site-navbar__link svg{fill:hsla(0,0%,100%,.75)}.site-navbar__items--tertiary .site-navbar__link:hover{color:#fff}.site-navbar__items--tertiary .site-navbar__link:hover svg{fill:#fff}.site-navbar__items--tertiary .site-navbar__link--active,.site-navbar__items--tertiary .site-navbar__link:active{color:#fff}.site-navbar__items--tertiary .site-navbar__link--active svg,.site-navbar__items--tertiary .site-navbar__link:active svg{fill:#fff}.site-navbar__items--tertiary .site-navbar__link--active,.site-navbar__items--tertiary .site-navbar__link:active,.site-navbar__items--tertiary .site-navbar__link:hover{text-decoration:underline}.site-navbar__item:first-child a{padding-left:0}.site-navbar__item:last-child a{padding-right:0}.site-navbar__icon+.site-navbar__label{margin-left:.25rem}.site-navbar__link{display:block;transition:color .3s ease,background-color .3s ease,-webkit-text-decoration .3s ease;transition:color .3s ease,text-decoration .3s ease,background-color .3s ease;transition:color .3s ease,text-decoration .3s ease,background-color .3s ease,-webkit-text-decoration .3s ease;white-space:nowrap}.site-navbar--primary{background-color:#007bff;padding:0 16px}.site-navbar--primary,.site-navbar--secondary{align-items:center;display:flex;flex-flow:row nowrap;justify-content:flex-start;position:relative}.site-navbar--secondary{background-color:#343a40;padding:10px 16px}.social-icons{display:flex;flex-direction:row}.social-icons>a{margin-right:1rem}.social-icons>a :last-child{margin-right:0}body{text-rendering:optimizeLegibility}.document-container{flex-shrink:0;padding-top:120px}@media (max-width:992px){.document-container{padding-top:117px}}@media (max-width:768px){.document-container{padding-top:54px}}@media (max-width:576px){.document-container{padding-top:54px}}@media (max-width:0){.document-container{padding-top:54px}}@media (max-width:767.98px){.document-container{padding-left:0;padding-right:0}}body{-webkit-font-smoothing:antialiased;letter-spacing:.25px} +/*# sourceMappingURL=index.f3ef2cde.css.map */ diff --git a/services/example-website/dist/css/index.f3ef2cde.css.map b/services/example-website/dist/css/index.f3ef2cde.css.map new file mode 100644 index 000000000..d7630d8d1 --- /dev/null +++ b/services/example-website/dist/css/index.f3ef2cde.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_node.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/_variables.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/_variables.scss","index.a7a46ddd.css","../../../../node_modules/bootstrap/scss/mixins/_hover.scss","../../../../node_modules/bootstrap/scss/_type.scss","../../../../node_modules/bootstrap/scss/mixins/_lists.scss","../../../../node_modules/bootstrap/scss/_images.scss","../../../../node_modules/bootstrap/scss/mixins/_image.scss","../../../../node_modules/bootstrap/scss/mixins/_border-radius.scss","../../../../node_modules/bootstrap/scss/mixins/_box-shadow.scss","../../../../node_modules/bootstrap/scss/_grid.scss","../../../../node_modules/bootstrap/scss/mixins/_grid.scss","../../../../node_modules/bootstrap/scss/mixins/_breakpoints.scss","../../../../node_modules/bootstrap/scss/mixins/_grid-framework.scss","../../../../node_modules/bootstrap/scss/_forms.scss","../../../../node_modules/bootstrap/scss/mixins/_transition.scss","../../../../node_modules/bootstrap/scss/mixins/_forms.scss","../../../../node_modules/bootstrap/scss/_functions.scss","../../../../node_modules/bootstrap/scss/mixins/_gradients.scss","../../../../node_modules/bootstrap/scss/_buttons.scss","../../../../node_modules/bootstrap/scss/mixins/_buttons.scss","../../../../node_modules/bootstrap/scss/_custom-forms.scss","../../../../node_modules/bootstrap/scss/_nav.scss","../../../../node_modules/bootstrap/scss/_navbar.scss","../../../../node_modules/bootstrap/scss/_breadcrumb.scss","../../../../node_modules/bootstrap/scss/_alert.scss","../../../../node_modules/bootstrap/scss/mixins/_alert.scss","../../../../node_modules/bootstrap/scss/utilities/_align.scss","../../../../node_modules/bootstrap/scss/mixins/_background-variant.scss","../../../../node_modules/bootstrap/scss/utilities/_background.scss","../../../../node_modules/bootstrap/scss/utilities/_borders.scss","../../../../node_modules/bootstrap/scss/mixins/_clearfix.scss","../../../../node_modules/bootstrap/scss/utilities/_display.scss","../../../../node_modules/bootstrap/scss/utilities/_embed.scss","../../../../node_modules/bootstrap/scss/utilities/_flex.scss","../../../../node_modules/bootstrap/scss/utilities/_float.scss","../../../../node_modules/bootstrap/scss/utilities/_overflow.scss","../../../../node_modules/bootstrap/scss/utilities/_position.scss","../../../../node_modules/bootstrap/scss/utilities/_screenreaders.scss","../../../../node_modules/bootstrap/scss/mixins/_screen-reader.scss","../../../../node_modules/bootstrap/scss/utilities/_shadows.scss","../../../../node_modules/bootstrap/scss/utilities/_sizing.scss","../../../../node_modules/bootstrap/scss/utilities/_stretched-link.scss","../../../../node_modules/bootstrap/scss/utilities/_spacing.scss","../../../../node_modules/bootstrap/scss/utilities/_text.scss","../../../../node_modules/bootstrap/scss/mixins/_text-truncate.scss","../../../../node_modules/bootstrap/scss/mixins/_text-emphasis.scss","../../../../node_modules/bootstrap/scss/mixins/_text-hide.scss","../../../../node_modules/bootstrap/scss/utilities/_visibility.scss","../../../../node_modules/@parameter1/base-cms-marko-web/scss/document.scss","../../../../node_modules/@parameter1/base-cms-marko-web/scss/load-more.scss","../../../../node_modules/@parameter1/base-cms-marko-web/scss/node.scss","../../../../node_modules/@parameter1/base-cms-marko-web/scss/node-list.scss","../../../../node_modules/@parameter1/base-cms-marko-web/scss/page-image.scss","../../../../node_modules/@parameter1/base-cms-marko-web-icons/scss/icons.scss","../../../../node_modules/@parameter1/base-cms-marko-web-icons/scss/_variables.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_ad-container.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/blocks/_magazine-publication-card.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/_mixins.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_breadcrumbs.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_embedded-media.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/flows/_card-deck.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/flows/_column-list.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/flows/_featured.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/flows/_hero.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_lazyload.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_load-more.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/_functions.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_magazine-publication-buttons.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_node-list.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_page.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_page-attribution.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_page-contact-details.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_page-contents.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_page-dates.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_page-image.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_page-rail.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_page-wrapper.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_site-footer.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_site-header.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_site-menu.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_site-navbar.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/components/_social-icons.scss","../../../../node_modules/@parameter1/base-cms-marko-web-theme-default/scss/theme.scss","index.scss"],"names":[],"mappings":"AAwEK,gBCqPkD,CC7TvD,MAGI,cAAc,CAAd,gBAAc,CAAd,gBAAc,CAAd,cAAc,CAAd,aAAc,CAAd,gBAAc,CAAd,gBAAc,CAAd,eAAc,CAAd,cAAc,CAAd,cAAc,CAAd,YAAc,CAAd,cAAc,CAAd,mBAAc,CAId,iBAAc,CAAd,mBAAc,CAAd,iBAAc,CAAd,cAAc,CAAd,iBAAc,CAAd,gBAAc,CAAd,eAAc,CAAd,cAAc,CAId,iBAAiC,CAAjC,qBAAiC,CAAjC,qBAAiC,CAAjC,qBAAiC,CAAjC,sBAAiC,CAKnC,yMAAyB,CACzB,sGAAwB,CCC1B,iBAGE,qBAAsB,CAGxB,KAGE,6BAA8B,CAC9B,yCFpBoB,CEiBpB,sBAAuB,CACvB,gBFlBoB,CE0BtB,sEACE,aAAc,CAUhB,KAQE,wBF3CuB,CEyCvB,UF3CoB,CEuCpB,wKF9CwN,CG8HpN,cAtCY,CDxChB,eE0O+B,CFzO/B,eE8O+B,CFlP/B,QAAS,CAMT,eF1CuB,CK6CzB,sBHOE,mBAAqB,CASvB,GACE,sBAAuB,CACvB,QAAS,CACT,gBAAiB,CAanB,kBAEE,mBEgNuC,CFjNvC,YEiNuC,CFzMzC,EAEE,kBEoF8B,CFrF9B,YEqF8B,CFzEhC,sCAKE,eAAgB,CADhB,WAAY,CAFZ,yBAA0B,CAC1B,wCAAiC,CAAjC,gCAAiC,CAGjC,qCAA8B,CAA9B,6BAA8B,CAGhC,QAEE,iBAAkB,CAClB,mBAAoB,CAGtB,iBALE,kBASmB,CAJrB,SAGE,YACmB,CAGrB,wBAIE,eAAgB,CAGlB,GACE,eEiJ+B,CF9IjC,GACE,mBAAoB,CACpB,aAAc,CAGhB,WACE,eAAgB,CAGlB,SAEE,kBEoIkC,CFjIpC,MCpFI,aAAW,CD6Ff,QC7FI,aAAW,CDiGb,aAAc,CAFd,iBAAkB,CAGlB,uBAAwB,CAG1B,IAAM,aAAc,CACpB,IAAM,SAAU,CAOhB,EAGE,4BAA6B,CAF7B,aElJe,CFmJf,oBAC6B,CI5K7B,QJ+KE,aEd8D,CFe9D,yBEd+C,CE9JjD,sGJ2LE,aAAc,CACd,oBAAqB,CANzB,oCAUI,SAAU,CASd,kBAIE,sFEoDgH,CDzM9G,aAAW,CDyJf,IAIE,kBAAmB,CAFnB,YAAa,CAIb,aAAc,CAQhB,OAEE,eAAgB,CAQlB,IAEE,iBAAkB,CAGpB,QAJE,qBAQsB,CAJxB,IAGE,eACsB,CAQxB,MACE,wBAAyB,CAG3B,QAKE,mBAAoB,CAFpB,aEpQgB,CFmQhB,qBE0EkC,CF3ElC,kBE2EkC,CFxElC,eACoB,CAGtB,GAGE,kBAAmB,CAQrB,MAEE,oBAAqB,CACrB,mBE4J2C,CFtJ7C,OAEE,eAAgB,CAOlB,aACE,kBAAmB,CACnB,yCAA0C,CAG5C,sCAME,mBAAoB,CCtPlB,iBAAW,CDwPb,mBAAoB,CAHpB,QAGoB,CAGtB,aAEE,gBAAiB,CAGnB,cAEE,mBAAoB,CAMtB,OACE,gBAAiB,CAOnB,gDAIE,yBAA0B,CAK1B,4GAKI,cAAe,CAMrB,wHAKE,iBAAkB,CADlB,SACkB,CAGpB,uCAEE,qBAAsB,CACtB,SAAU,CAIZ,+EASE,0BAA2B,CAG7B,SACE,aAAc,CAEd,eAAgB,CAGlB,SAUE,QAAS,CADT,QAAS,CAHT,WAAY,CAEZ,SAES,CAKX,OAQE,aAAc,CAPd,aAAc,CC9RV,gBAtCY,CD0UhB,mBAAoB,CAFpB,mBAAoB,CAFpB,cAAe,CACf,SAAU,CAKV,kBAAmB,CAPnB,UAOmB,CAGrB,SACE,uBAAwB,CGhK1B,kFHsKE,WAAY,CGlKd,cH2KE,uBAAwB,CADxB,mBACwB,CGvK1B,yCH+KE,uBAAwB,CAQ1B,6BAEE,yBAA0B,CAD1B,YAC0B,CAO5B,OACE,oBAAqB,CAGvB,QAEE,cAAe,CADf,iBACe,CAGjB,SACE,YAAa,CGzLf,SH+LE,sBAAwB,CK3d1B,0CAIE,eHiS+B,CGhS/B,eHiS+B,CGpS/B,mBHoS+B,CG7RjC,OJgHM,gBAtCY,CIzElB,OJ+GM,cAtCY,CIxElB,OJ8GM,iBAtCY,CIvElB,OJ6GM,gBAtCY,CItElB,OJ4GM,iBAtCY,CIrElB,OJ2GM,cAtCY,CInElB,MJyGM,iBAtCY,CIjEhB,eHmS+B,CG/RjC,WJmGM,cC6K2B,CG3QjC,sBAHE,eHsR+B,CGrR/B,eH6Q+B,CG3QjC,WJ8FM,gBC6K2B,CGtQjC,WJyFM,gBC6K2B,CGjQjC,sBAHE,eH8Q+B,CG7Q/B,eHmQ+B,CGjQjC,WJoFM,gBC6K2B,CFrOjC,GKdE,QAAS,CACT,mCPlDoB,COgDpB,kBHyEW,CG1EX,eP/CoB,CO0DtB,aJMI,aAAW,CIHb,eHsN+B,CGnNjC,WAGE,wBHsQmC,CGvQnC,YHuQmC,CGzPrC,4BCnFE,eAAgB,CADhB,cACgB,CDsFlB,kBACE,oBAAqB,CADvB,mCAII,kBHgP+B,CGtOnC,YJjCI,aAAW,CImCb,wBAAyB,CAI3B,YJgBM,iBAtCY,CIuBhB,kBJvBgB,CI2BlB,mBAGE,aH1GgB,CGwGhB,aAAc,CJ7CZ,aC3Dc,CGuGlB,0BAMI,oBAAqB,CE7GzB,0BCCE,WAAY,CAHZ,cAGY,CDDd,eAEE,wBTLuB,CSMvB,wBLNgB,COLd,mBXMmB,CYKjB,qCZRgB,CSMpB,cCAY,CDcd,QAEE,oBAAqB,CAGvB,YAEE,aAAc,CADd,mBACc,CAGhB,gBAEE,aL3BgB,CD2Dd,aC3Dc,CSRhB,WCIA,gBAAiB,CADjB,iBAAkB,CADlB,iBAAyB,CADzB,kBAA0B,CAD1B,UAIiB,CCmDf,yBFvDF,WCYI,eV8LK,CSvMR,CEoDC,yBFvDF,WCYI,eV+LK,CSxMR,CEoDC,yBFvDF,WCYI,eVgMK,CSzMR,CEoDC,0BFvDF,WCYI,gBViMM,CS1MT,CASD,iBCRA,gBAAiB,CADjB,iBAAkB,CADlB,iBAAyB,CADzB,kBAA0B,CAD1B,UAIiB,CDkBjB,KCJA,YAAa,CACb,cAAe,CAEf,iBAAyB,CADzB,kBACyB,CDOzB,YAEE,aAAc,CADd,cACc,CAFhB,2CAOI,cAAe,CADf,eACe,CGjCnB,sqBAIE,iBAAyB,CADzB,kBAA0B,CAF1B,iBAAkB,CAClB,UAEyB,CAmBvB,KACE,YAAa,CACb,WAAY,CACZ,cAAe,CAEjB,UACE,aAAc,CAEd,cAAe,CADf,UACe,CAIf,OFFN,iBAAsC,CAItC,kBAAuC,CEFjC,OFFN,kBAAsC,CAItC,mBAAuC,CEFjC,OFFN,YAAsC,CAItC,aAAuC,CEFjC,OFFN,kBAAsC,CAItC,mBAAuC,CEFjC,OFFN,kBAAsC,CAItC,mBAAuC,CEFjC,OFFN,YAAsC,CAItC,aAAuC,CEFjC,OFFN,kBAAsC,CAItC,mBAAuC,CEFjC,OFFN,kBAAsC,CAItC,mBAAuC,CEFjC,OFFN,YAAsC,CAItC,aAAuC,CEFjC,QFFN,kBAAsC,CAItC,mBAAuC,CEFjC,QFFN,kBAAsC,CAItC,mBAAuC,CEFjC,QFFN,aAAsC,CAItC,cAAuC,CEGnC,aAAwB,QAAS,CAEjC,YAAuB,QZ2KG,CYxKxB,SAAwB,OADZ,CACZ,SAAwB,OADZ,CACZ,SAAwB,OADZ,CACZ,SAAwB,OADZ,CACZ,SAAwB,OADZ,CACZ,SAAwB,OADZ,CACZ,SAAwB,OADZ,CACZ,SAAwB,OADZ,CACZ,SAAwB,OADZ,CACZ,SAAwB,OADZ,CACZ,UAAwB,QADZ,CACZ,UAAwB,QADZ,CACZ,UAAwB,QADZ,CAOV,UFTR,oBAA8C,CEStC,UFTR,qBAA8C,CEStC,UFTR,eAA8C,CEStC,UFTR,qBAA8C,CEStC,UFTR,qBAA8C,CEStC,UFTR,eAA8C,CEStC,UFTR,qBAA8C,CEStC,UFTR,qBAA8C,CEStC,UFTR,eAA8C,CEStC,WFTR,qBAA8C,CEStC,WFTR,qBAA8C,CCW5C,yBC9BE,QACE,YAAa,CACb,WAAY,CACZ,cAAe,CAEjB,aACE,aAAc,CAEd,cAAe,CADf,UACe,CAIf,UFFN,iBAAsC,CAItC,kBAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,YAAsC,CAItC,aAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,YAAsC,CAItC,aAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,YAAsC,CAItC,aAAuC,CEFjC,WFFN,kBAAsC,CAItC,mBAAuC,CEFjC,WFFN,kBAAsC,CAItC,mBAAuC,CEFjC,WFFN,aAAsC,CAItC,cAAuC,CEGnC,gBAAwB,QAAS,CAEjC,eAAuB,QZ2KG,CYxKxB,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,aAAwB,QADZ,CACZ,aAAwB,QADZ,CACZ,aAAwB,QADZ,CAOV,aFTR,aAA4B,CESpB,aFTR,oBAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,eAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,eAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,eAA8C,CEStC,cFTR,qBAA8C,CEStC,cFTR,qBAA8C,CEWrC,CDAP,yBC9BE,QACE,YAAa,CACb,WAAY,CACZ,cAAe,CAEjB,aACE,aAAc,CAEd,cAAe,CADf,UACe,CAIf,UFFN,iBAAsC,CAItC,kBAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,YAAsC,CAItC,aAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,YAAsC,CAItC,aAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,YAAsC,CAItC,aAAuC,CEFjC,WFFN,kBAAsC,CAItC,mBAAuC,CEFjC,WFFN,kBAAsC,CAItC,mBAAuC,CEFjC,WFFN,aAAsC,CAItC,cAAuC,CEGnC,gBAAwB,QAAS,CAEjC,eAAuB,QZ2KG,CYxKxB,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,aAAwB,QADZ,CACZ,aAAwB,QADZ,CACZ,aAAwB,QADZ,CAOV,aFTR,aAA4B,CESpB,aFTR,oBAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,eAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,eAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,eAA8C,CEStC,cFTR,qBAA8C,CEStC,cFTR,qBAA8C,CEWrC,CDAP,yBC9BE,QACE,YAAa,CACb,WAAY,CACZ,cAAe,CAEjB,aACE,aAAc,CAEd,cAAe,CADf,UACe,CAIf,UFFN,iBAAsC,CAItC,kBAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,YAAsC,CAItC,aAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,YAAsC,CAItC,aAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,YAAsC,CAItC,aAAuC,CEFjC,WFFN,kBAAsC,CAItC,mBAAuC,CEFjC,WFFN,kBAAsC,CAItC,mBAAuC,CEFjC,WFFN,aAAsC,CAItC,cAAuC,CEGnC,gBAAwB,QAAS,CAEjC,eAAuB,QZ2KG,CYxKxB,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,aAAwB,QADZ,CACZ,aAAwB,QADZ,CACZ,aAAwB,QADZ,CAOV,aFTR,aAA4B,CESpB,aFTR,oBAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,eAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,eAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,eAA8C,CEStC,cFTR,qBAA8C,CEStC,cFTR,qBAA8C,CEWrC,CDAP,0BC9BE,QACE,YAAa,CACb,WAAY,CACZ,cAAe,CAEjB,aACE,aAAc,CAEd,cAAe,CADf,UACe,CAIf,UFFN,iBAAsC,CAItC,kBAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,YAAsC,CAItC,aAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,YAAsC,CAItC,aAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,kBAAsC,CAItC,mBAAuC,CEFjC,UFFN,YAAsC,CAItC,aAAuC,CEFjC,WFFN,kBAAsC,CAItC,mBAAuC,CEFjC,WFFN,kBAAsC,CAItC,mBAAuC,CEFjC,WFFN,aAAsC,CAItC,cAAuC,CEGnC,gBAAwB,QAAS,CAEjC,eAAuB,QZ2KG,CYxKxB,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,YAAwB,OADZ,CACZ,aAAwB,QADZ,CACZ,aAAwB,QADZ,CACZ,aAAwB,QADZ,CAOV,aFTR,aAA4B,CESpB,aFTR,oBAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,eAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,eAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,qBAA8C,CEStC,aFTR,eAA8C,CEStC,cFTR,qBAA8C,CEStC,cFTR,qBAA8C,CEWrC,CCtDX,cAWE,2BAA4B,CAD5B,qBbTa,CaWb,wBbPgB,CONd,mBXMmB,CYKjB,2CZRgB,CiBOpB,abDgB,CaPhB,aAAc,CdwHV,cAtCY,Cc5EhB,eb8Q+B,CalR/B,iCbqe2H,Cahe3H,ebkR+B,CatR/B,sBbqXkC,CczX9B,oEd4e4F,Ca1ehG,Ub0egG,Ccve9F,uCDLJ,cCMM,eAAgB,CDyCrB,CA/CD,0BAsBI,4BAA6B,CAC7B,QAAS,CEhBX,oBAEE,qBfRW,CeSX,oBfgdsE,Ce5cpE,2EfgBW,CetBb,afAc,CeGd,SfmBa,Ca9BjB,yCA+BI,abxBc,Ca0Bd,SAAU,CAjCd,gCA+BI,abxBc,Ca0Bd,SAAU,CAjCd,oCA+BI,abxBc,Ca0Bd,SAAU,CAjCd,qCA+BI,abxBc,Ca0Bd,SAAU,CAjCd,2BA+BI,abxBc,Ca0Bd,SAAU,CAjCd,+CA2CI,wBbxCc,Ca0Cd,SAAU,CAId,qCAQI,qBbxDW,CauDX,abvDW,Ca6Df,uCAEE,aAAc,CACd,UAAW,CAUb,gBdTI,iBAAW,Cccb,eb0M+B,Ca5M/B,eAAgB,CADhB,kCAAkE,CADlE,+Bb8M+B,CavMjC,mBdsCM,iBAtCY,CcIhB,ebuI+B,CazI/B,gCAAqE,CADrE,6Bb0I+B,CapIjC,mBd+BM,iBAtCY,CcWhB,ebiI+B,CanI/B,iCAAqE,CADrE,8BboI+B,CaxHjC,wBAQE,4BAA6B,CAE7B,wBAAmC,CAAnC,kBAAmC,CAHnC,UjB5GoB,CiBsGpB,aAAc,CAKd,eb6K+B,Ca9K/B,eAAgB,CADhB,sBb6QmC,Ca9QnC,mBb8QmC,Ca/QnC,UAQmC,CAVrC,gFAeI,cAAe,CADf,eACe,CAYnB,iBNnII,mBPuO+B,CD7G7B,iBAtCY,CcgDhB,gCbsWqI,CanWrI,ebyF+B,Ca3F/B,oBbkGiC,Ca5FnC,iBN3II,mBPsO+B,CD5G7B,iBAtCY,CcwDhB,+Bb+VqI,Ca5VrI,ebgF+B,CalF/B,kBbyFiC,Ca3EnC,8EACE,WAAY,CAQd,YACE,kBboV0C,CajV5C,WACE,aAAc,CACd,iBbqU4C,Ca7T9C,UACE,YAAa,CACb,cAAe,CAEf,gBAAyC,CADzC,iBACyC,CAJ3C,uCASI,gBAAyC,CADzC,iBACyC,CAS7C,YAEE,aAAc,CACd,oBb0S6C,Ca5S7C,iBb4S6C,CavS/C,kBAGE,oBboS6C,CarS7C,gBbsS2C,CavS3C,iBbsS6C,CavS/C,6CAMI,abxMc,Ca4MlB,kBACE,eAAgB,CAGlB,mBAEE,kBAAmB,CADnB,mBAAoB,CAGpB,mBbyR4C,Ca1R5C,cb0R4C,Ca7R9C,qCAWI,aAAc,CADd,qBboR4C,CarR5C,YAAa,CADb,eAGc,CE3MhB,gBAKE,afSa,Cebb,YAAa,ChB0Cb,aAAW,CgBxCX,iBfod0C,Cerd1C,UfYa,CeNf,eAWE,mCfLa,COtCb,mBXMmB,CmBoCnB,UfxCW,CekCX,YAAa,ChBsFX,iBAtCY,CgB3Cd,efkP6B,CepP7B,gBAAiB,CAFjB,cAAe,CACf,oBfsyBqC,Ce3yBrC,iBAAkB,CAClB,QAAS,CACT,SnB7BmB,CmB0CnB,0DAMI,wQCfmI,CDiBnI,wDf+a6F,Cehb7F,2BAA4B,CAE5B,2Df6awF,Cepb1F,oBfZW,CeeT,kCfibwF,Cetb5F,sEAaI,oBfvBS,CewBT,0CfxBS,CeUb,kLAmBI,aAAc,CAOlB,0EAII,6EfyZ6F,Ce1Z7F,kCf0Z6F,CenZjG,4DAMI,iiBAAkJ,CAJpJ,oBfhDW,CemDT,qCACkJ,CANtJ,wEAUI,oBfxDS,CeyDT,0CfzDS,Ce8Cb,sLAgBI,aAAc,CAOlB,sMAII,aAAc,CAMlB,sGAGI,aflFS,Ce+Eb,kMAQI,aAAc,CAMlB,sHAGI,afhGS,Ce6Fb,oIAMM,oBfnGO,Ce6Fb,kNAYI,aAAc,CAZlB,oJElIA,wBFoJ+C,CADzC,oBACyC,CAlB/C,gJAwBM,0CfrHO,Ce6Fb,4KA4BM,oBfzHO,CeiIb,0GAGI,oBfpIS,CeiIb,sMAQI,aAAc,CARlB,sHAaM,oBf9IO,Ce+IP,0Cf/IO,Cedf,kBAKE,afMa,CeVb,YAAa,ChB0Cb,aAAW,CgBxCX,iBfod0C,Cerd1C,UfSa,CeHf,iBAWE,mCfRa,COnCb,mBXMmB,CmBoCnB,UfxCW,CekCX,YAAa,ChBsFX,iBAtCY,CgB3Cd,efkP6B,CepP7B,gBAAiB,CAFjB,cAAe,CACf,oBfsyBqC,Ce3yBrC,iBAAkB,CAClB,QAAS,CACT,SnB7BmB,CmB0CnB,8DAMI,mTCfmI,CDiBnI,wDf+a6F,Cehb7F,2BAA4B,CAE5B,2Df6awF,Cepb1F,oBffW,CekBT,kCfibwF,Cetb5F,0EAaI,oBf1BS,Ce2BT,0Cf3BS,Ceab,kMAmBI,aAAc,CAOlB,8EAII,6EfyZ6F,Ce1Z7F,kCf0Z6F,CenZjG,gEAMI,4kBAAkJ,CAJpJ,oBfnDW,CesDT,qCACkJ,CANtJ,4EAUI,oBf3DS,Ce4DT,0Cf5DS,CeiDb,sMAgBI,aAAc,CAOlB,sNAII,aAAc,CAMlB,0GAGI,afrFS,CekFb,kNAQI,aAAc,CAMlB,0HAGI,afnGS,CegGb,wIAMM,oBftGO,CegGb,kOAYI,aAAc,CAZlB,wJElIA,wBFoJ+C,CADzC,oBACyC,CAlB/C,oJAwBM,0CfxHO,CegGb,gLA4BM,oBf5HO,CeoIb,8GAGI,oBfvIS,CeoIb,sNAQI,aAAc,CARlB,0HAaM,oBfjJO,CekJP,0CflJO,CayNjB,aAGE,kBAAmB,CAFnB,YAAa,CACb,kBACmB,CAHrB,yBASI,UAAW,CF9MX,yBEqMJ,mBAiBM,sBACgB,CAlBtB,4CAgBM,kBAAmB,CADnB,YAAa,CAGb,eASgB,CA3BtB,yBAwBM,aAAc,CACd,kBAEgB,CA3BtB,2BAgCM,oBAAqB,CAErB,qBAAsB,CADtB,UACsB,CAlC5B,qCAuCM,oBAAqB,CAvC3B,sDA4CM,UAAW,CA5CjB,yBAmDM,kBAAmB,CADnB,YAAa,CAEb,sBAAuB,CAEvB,cAAe,CADf,UACe,CAtDrB,+BA0DM,aAAc,CAGd,aAAc,CADd,mBb2LwC,Ca5LxC,YAAa,CAFb,iBAIc,CA7DpB,6BAiEM,kBAAmB,CACnB,sBAAuB,CAlE7B,mCAqEM,eAAgB,CACjB,CKjUL,qEAQE,4BAA6B,CAC7B,4BAA2C,CXVzC,mBXMmB,CsBDrB,UtBFoB,CsBDpB,oBAAqB,CnBwHjB,cAtCY,CmBhFhB,elBkR+B,CmBpL/B,enByL+B,CmB3L/B,sBnB0RkC,CkBpXlC,iBAAkB,CJLd,6Hdqb6I,CkB9ajJ,wBAAiB,CAAjB,qBAAiB,CAAjB,oBAAiB,CAAjB,gBAAiB,CADjB,qBlB+aiJ,Cchb/I,uCILJ,qEJMM,eAAgB,CIiCrB,ChBjCC,uFgBQE,UtBZkB,CsBalB,oBAAqB,CAfzB,8KAqBI,0ClBSa,CkBVb,SlBUa,CkB9BjB,gMVUM,eUkBsB,CADxB,WACwB,CA5B5B,wWVUM,2CZRgB,CsBFtB,4YVUM,2EZRgB,CsBwCtB,gJAEE,mBAAoB,CASpB,6EDrDE,wBjB8Ba,CmB5Bf,oBnB4Be,CQpBX,uEZRgB,CuBFpB,UvBEoB,CMIpB,+FeNE,wBEDoF,CASpF,oBATyH,CAOzH,UAPyH,CAY3H,8LAII,uGAAkG,CAOtG,gNAGE,wBnBKa,CmBJb,oBnBIa,CmBNb,UnBMa,CmBGf,sgBAIE,wBAtCuK,CA0CvK,oBA1C+M,CAqC/M,UArC+M,CA4C/M,4jBAGI,2EAAyG,CDO/G,eDrDE,wBjBOc,CmBLhB,oBnBKgB,CQGZ,uEZRgB,CuBFpB,UvBEoB,CMIpB,qBeNE,wBEDoF,CASpF,oBATyH,CAOzH,UAPyH,CAY3H,0CAII,uGAAkG,CAOtG,gDAGE,wBnBlBc,CmBmBd,oBnBnBc,CmBiBd,UnBjBc,CmB0BhB,6IAIE,wBAtCuK,CA0CvK,oBA1C+M,CAqC/M,UArC+M,CA4C/M,+JAGI,2EAAyG,CDO/G,aDrDE,wBjBqCa,CmBnCf,oBnBmCe,CQ3BX,uEZRgB,CuBFpB,UvBEoB,CMIpB,mBeNE,wBEDoF,CASpF,oBATyH,CAOzH,UAPyH,CAY3H,sCAII,sGAAkG,CAOtG,4CAGE,wBnBYa,CmBXb,oBnBWa,CmBbb,UnBaa,CmBJf,uIAIE,wBAtCuK,CA0CvK,oBA1C+M,CAqC/M,UArC+M,CA4C/M,yJAGI,0EAAyG,CDO/G,UDrDE,wBjBuCa,CmBrCf,oBnBqCe,CQ7BX,uEZRgB,CuBFpB,UvBEoB,CMIpB,gBeNE,wBEDoF,CASpF,oBATyH,CAOzH,UAPyH,CAY3H,gCAII,uGAAkG,CAOtG,sCAGE,wBnBca,CmBbb,oBnBaa,CmBfb,UnBea,CmBNf,8HAIE,wBAtCuK,CA0CvK,oBA1C+M,CAqC/M,UArC+M,CA4C/M,gJAGI,2EAAyG,CDO/G,aDrDE,wBjBoCa,CmBlCf,oBnBkCe,CQ1BX,uEZRgB,CuBFpB,avBEoB,CMIpB,mBeNE,wBEDoF,CASpF,oBATyH,CAOzH,aAPyH,CAY3H,sCAII,uGAAkG,CAOtG,4CAGE,wBnBWa,CmBVb,oBnBUa,CmBZb,anBYa,CmBHf,uIAIE,wBAtCuK,CA0CvK,oBA1C+M,CAqC/M,aArC+M,CA4C/M,yJAGI,2EAAyG,CDO/G,YDrDE,wBjBkCa,CmBhCf,oBnBgCe,CQxBX,uEZRgB,CuBFpB,UvBEoB,CMIpB,kBeNE,wBEDoF,CASpF,oBATyH,CAOzH,UAPyH,CAY3H,oCAII,sGAAkG,CAOtG,0CAGE,wBnBSa,CmBRb,oBnBQa,CmBVb,UnBUa,CmBDf,oIAIE,wBAtCuK,CA0CvK,oBA1C+M,CAqC/M,UArC+M,CA4C/M,sJAGI,0EAAyG,CDO/G,WDrDE,wBjBEc,CmBAhB,oBnBAgB,CQQZ,uEZRgB,CuBFpB,avBEoB,CMIpB,iBeNE,wBEDoF,CASpF,oBATyH,CAOzH,aAPyH,CAY3H,kCAII,uGAAkG,CAOtG,wCAGE,wBnBvBc,CmBwBd,oBnBxBc,CmBsBd,anBtBc,CmB+BhB,iIAIE,wBAtCuK,CA0CvK,oBA1C+M,CAqC/M,aArC+M,CA4C/M,mJAGI,2EAAyG,CDO/G,UDrDE,wBjBSc,CmBPhB,oBnBOgB,CQCZ,uEZRgB,CuBFpB,UvBEoB,CMIpB,gBeNE,wBEDoF,CASpF,oBATyH,CAOzH,UAPyH,CAY3H,gCAII,qGAAkG,CAOtG,sCAGE,wBnBhBc,CmBiBd,oBnBjBc,CmBed,UnBfc,CmBwBhB,8HAIE,wBAtCuK,CA0CvK,oBA1C+M,CAqC/M,UArC+M,CA4C/M,gJAGI,yEAAyG,CDa/G,qBCHA,oBnB1Be,CmByBf,anBzBe,CExBf,2BiBsDE,wBnB9Ba,CmB+Bb,oBnB/Ba,CmB6Bb,UnB7Ba,CmBkCf,sDAEE,yCnBpCa,CmBuCf,4DAGE,4BAA6B,CAD7B,aAC6B,CAG/B,+JAIE,wBnBjDa,CmBkDb,oBnBlDa,CmBgDb,UnBhDa,CmBoDb,iLAGI,0EnBvDS,CkB6Bf,uBCHA,oBnBjDgB,CmBgDhB,anBhDgB,CEDhB,6BiBsDE,wBnBrDc,CmBsDd,oBnBtDc,CmBoDd,UnBpDc,CmByDhB,0DAEE,0CnB3Dc,CmB8DhB,gEAGE,4BAA6B,CAD7B,aAC6B,CAG/B,qKAIE,wBnBxEc,CmByEd,oBnBzEc,CmBuEd,UnBvEc,CmB2Ed,uLAGI,2EnB9EU,CkBoDhB,qBCHA,oBnBnBe,CmBkBf,anBlBe,CE/Bf,2BiBsDE,wBnBvBa,CmBwBb,oBnBxBa,CmBsBb,UnBtBa,CmB2Bf,sDAEE,yCnB7Ba,CmBgCf,4DAGE,4BAA6B,CAD7B,aAC6B,CAG/B,+JAIE,wBnB1Ca,CmB2Cb,oBnB3Ca,CmByCb,UnBzCa,CmB6Cb,iLAGI,0EnBhDS,CkBsBf,kBCHA,oBnBjBe,CmBgBf,anBhBe,CEjCf,wBiBsDE,wBnBrBa,CmBsBb,oBnBtBa,CmBoBb,UnBpBa,CmByBf,gDAEE,0CnB3Ba,CmB8Bf,sDAGE,4BAA6B,CAD7B,aAC6B,CAG/B,sJAIE,wBnBxCa,CmByCb,oBnBzCa,CmBuCb,UnBvCa,CmB2Cb,wKAGI,2EnB9CS,CkBoBf,qBCHA,oBnBpBe,CmBmBf,anBnBe,CE9Bf,2BiBsDE,wBnBxBa,CmByBb,oBnBzBa,CmBuBb,anBvBa,CmB4Bf,sDAEE,yCnB9Ba,CmBiCf,4DAGE,4BAA6B,CAD7B,aAC6B,CAG/B,+JAIE,wBnB3Ca,CmB4Cb,oBnB5Ca,CmB0Cb,anB1Ca,CmB8Cb,iLAGI,0EnBjDS,CkBuBf,oBCHA,oBnBtBe,CmBqBf,anBrBe,CE5Bf,0BiBsDE,wBnB1Ba,CmB2Bb,oBnB3Ba,CmByBb,UnBzBa,CmB8Bf,oDAEE,yCnBhCa,CmBmCf,0DAGE,4BAA6B,CAD7B,aAC6B,CAG/B,4JAIE,wBnB7Ca,CmB8Cb,oBnB9Ca,CmB4Cb,UnB5Ca,CmBgDb,8KAGI,0EnBnDS,CkByBf,mBCHA,oBnBtDgB,CmBqDhB,anBrDgB,CEIhB,yBiBsDE,wBnB1Dc,CmB2Dd,oBnB3Dc,CmByDd,anBzDc,CmB8DhB,kDAEE,2CnBhEc,CmBmEhB,wDAGE,4BAA6B,CAD7B,aAC6B,CAG/B,yJAIE,wBnB7Ec,CmB8Ed,oBnB9Ec,CmB4Ed,anB5Ec,CmBgFd,2KAGI,4EnBnFU,CkByDhB,kBCHA,oBnB/CgB,CmB8ChB,anB9CgB,CEHhB,wBiBsDE,wBnBnDc,CmBoDd,oBnBpDc,CmBkDd,UnBlDc,CmBuDhB,gDAEE,wCnBzDc,CmB4DhB,sDAGE,4BAA6B,CAD7B,aAC6B,CAG/B,sJAIE,wBnBtEc,CmBuEd,oBnBvEc,CmBqEd,UnBrEc,CmByEd,wKAGI,yEnB5EU,CkB6DlB,UAEE,alB1Ce,CkByCf,elB8M+B,CkB5M/B,oBlB6F4C,CEhK5C,gBgBsEE,alB2F8D,CkB1F9D,yBlB2F+C,CkBlGnD,gCAaI,eAAgB,CADhB,yBACgB,CAbpB,sCAkBI,alBjFc,CkBkFd,mBAAoB,CAWxB,kCXrGI,mBPsO+B,CD5G7B,iBAtCY,CoBchB,enB6H+B,CmB/H/B,kBnBsIiC,CkB7HnC,8CXzGI,mBPuO+B,CD7G7B,iBAtCY,CoBchB,enB8H+B,CmBhI/B,oBnBuIiC,CkBrHnC,WACE,aAAc,CACd,UAAW,CAFb,sBAMI,gBlBuT+B,CkBlTnC,sFAII,UAAW,CE7Hf,gBAEE,aAAc,CACd,iBAA+C,CAC/C,mBAAqE,CAHrE,iBAGqE,CAGvE,uBACE,mBAAoB,CACpB,iBpBqf0C,CoBlf5C,sBAGE,SAAU,CAFV,iBAAkB,CAClB,UACU,CAHZ,2DHfI,wBjB8Ba,CoBRb,oBpBQa,CQpBX,eRugB8C,CoB5fhD,UpB4fgD,CoBlgBpD,yDAeM,2EpBAW,CoBfjB,uEAsBI,oBpBqbsE,CoB3c1E,yEA2BI,wBpB8e8E,CoB7e9E,oBpB6e8E,CQ9gB5E,eR+gB8C,CoBhfhD,UpBgfgD,CoB1gBpD,qDAkCM,apB1CY,CoBQlB,4DAqCQ,wBpBjDU,CoB2DlB,sBAEE,eAAgB,CADhB,iBAAkB,CAElB,kBAAmB,CAHrB,6BAeI,qBpB5EW,CoB6EX,wBpBmJ6B,CQvN3B,2CZRgB,CwByElB,mBxBzEkB,CwB4DtB,yDAcI,UAAW,CAJX,aAAc,CAEd,WpBybwC,CoB5bxC,YAA+D,CAF/D,iBAAkB,CAClB,UAA+E,CAG/E,UAkBgE,CA7BpE,4BA6BI,gCAAgE,CASpE,8CbrGI,mBXMmB,CwB+FvB,2EAOM,yNJrEqI,CI8D3I,kFHpGI,wBjB8Ba,CoBmFX,oBpBnFW,CQpBX,eRwhBqD,CoB9b3D,iFAkBM,uKJhFqI,CI8D3I,qFAwBM,mCpB9FW,CoBsEjB,2FA2BM,mCpBjGW,CoB0GjB,2CAGI,iBpB0Z+C,CoB7ZnD,wEAQM,oKJ1GqI,CIkG3I,kFAcM,mCpBxHW,CoBkIjB,eACE,oBAA2D,CAD7D,4CASM,mBpBgY4E,CoBpY5E,aAAqD,CAErD,kBAAmB,CADnB,apBmY4E,CoBzYlF,2CAiBM,wBpB3KY,CoB6KZ,mBpBsX4E,CoBzX5E,uBpB0XiI,CoB5XjI,yBAA+G,CAD/G,sBAA0I,CN7K1I,yId8f+H,Cc9f/H,iId8f+H,Cc9f/H,oKd8f+H,CoB/U/H,sBpB+U+H,CczfjI,uCM2JJ,2CN1JM,eAAgB,CM+KjB,CArBL,yEA0BM,qBpBzLS,CoB0LT,oCAA4E,CAA5E,4BAA4E,CA3BlF,mFAiCM,mCpBnKW,CoB+KjB,eAgBE,uBAAgB,CAAhB,oBAAgB,CAAhB,eAAgB,CALhB,yNpBmWmI,CoBlWnI,qBpBxNa,CoByNb,wBpBrNgB,CONd,mBXMmB,CYKjB,2CZRgB,CwBoNpB,apB9MgB,CoBsMhB,oBAAqB,CrBrFjB,cAtCY,CqBiIhB,epBiE+B,CoBrE/B,iCpBwR2H,CoBnR3H,epBqE+B,CoBzE/B,sCpBwKkC,CoBlKlC,qBAAsB,CARtB,UAcgB,CAhBlB,qBAmBI,oBpB0PsE,CoBvPpE,2EpBrMW,CoBmMb,SpBnMa,CoB+KjB,gCAkCM,qBpB9OS,CoB6OT,apB7OS,CoB4Mf,8DA0CI,qBAAsB,CAFtB,WAAY,CACZ,oBACsB,CA1C1B,wBA+CI,wBpBzPc,CoBwPd,apBxPc,CoB0MlB,2BAoDI,YAAa,CAIjB,kBrB5IM,iBAtCY,CqBmLhB,gCpBmOqI,CoBjOrI,qBpB0HkC,CoBzHlC,kBpB0HiC,CoB5HjC,kBrBpLgB,CqB0LlB,kBrBpJM,iBAtCY,CqB2LhB,+BpB4NqI,CoB1NrI,oBpBuHiC,CoBtHjC,iBpBuHgC,CoBzHhC,iBrB5LgB,CqBuMlB,aAEE,oBAAqB,CAGrB,eAAgB,CAGlB,gCAJE,iCpB0M2H,CoB7M3H,iBAAkB,CAElB,UAWU,CANZ,mBAKE,QAAS,CACT,SAAU,CAJV,SAIU,CANZ,4CASI,oBpB+KsE,CoB9KtE,0CpB9Qa,CoBoQjB,+CAcI,wBpB7Sc,CoB+RlB,qDAmBM,gBpBqUQ,CoBxVd,yDAwBI,yBAA0B,CAI9B,mBAYE,qBpBzUa,CoB0Ub,wBpBtUgB,CONd,mBXMmB,CYKjB,2CZRgB,CwBqUpB,epBlD+B,CoB+C/B,iCpBoK2H,CoBtK3H,MAAO,CACP,SxBjUoB,CwB4TtB,4CAWE,apBjUgB,CoBgUhB,epB9C+B,CoB2C/B,sBpBoDkC,CoB1DlC,iBAAkB,CAElB,OAAQ,CADR,KA6BkF,CA/BpF,yBH9TI,wBjBGc,CoByVd,mBAAoB,Cb7VpB,6Ba8VgF,CAVhF,QAAS,CAOT,gBAAiB,CALjB,aAAc,CACd,2BpB8I+F,CoBhJ/F,SASgF,CAUpF,cAKE,uBAAgB,CAAhB,oBAAgB,CAAhB,eAAgB,CADhB,4BAA6B,CAF7B,aAA+F,CAC/F,SAAU,CAFV,UAIgB,CALlB,oBAQI,YAAa,CARjB,0CAY8B,4DpBrVb,CoByUjB,sCAa8B,4DpBtVb,CoByUjB,+BAc8B,4DpBvVb,CoByUjB,gCAkBI,QAAS,CAlBb,oCA8BI,uBAAgB,CAAhB,eAAgB,CHrYhB,wBjB8Ba,CoBmWb,QpB6N0C,CO/lB1C,kBPgmB6C,CQrlB3C,wCZRgB,CwB4XlB,WpB6N6C,CoB5N7C,kBAAyE,CN/XvE,8Gd8f+H,Cc9f/H,sGd8f+H,CoBjIjI,UAQgB,CNhYhB,uCMkWJ,oCNjWM,uBAAgB,CAAhB,eAAgB,CMoYnB,CAnCH,2CHvWI,wBjBmmB2E,CoB5P/E,6CA0CI,wBpB7Yc,CoB8Yd,wBAAyB,CbnZzB,kBPylBoC,CQ9kBlC,+CZRgB,CwB6YlB,iBAAkB,CAClB,cpBsMuC,CoBxMvC,YpBuMqC,CoBxMrC,UxB3YkB,CwBqWtB,gCAwDI,oBAAgB,CAAhB,eAAgB,CH/ZhB,wBjB8Ba,CoB6Xb,QpBmM0C,CO/lB1C,kBPgmB6C,CQrlB3C,wCZRgB,CwBuZlB,WpBkM6C,Cc3lB3C,2Gd8f+H,Cc9f/H,sGd8f+H,CoBtGjI,UAOgB,CN1ZhB,uCMkWJ,gCNjWM,oBAAgB,CAAhB,eAAgB,CM8ZnB,CA7DH,uCHvWI,wBjBmmB2E,CoB5P/E,gCAoEI,wBpBvac,CoBwad,wBAAyB,Cb7azB,kBPylBoC,CQ9kBlC,+CZRgB,CwBualB,iBAAkB,CAClB,cpB4KuC,CoB9KvC,YpB6KqC,CoB9KrC,UxBrakB,CwBqWtB,yBAqFI,eAAgB,CH5bhB,wBjB8Ba,CoB0Zb,QpBsK0C,CO/lB1C,kBPgmB6C,CQrlB3C,wCZRgB,CwBiblB,WpBwK6C,CoBrK7C,iBpBxD+B,CoBuD/B,kBpBvD+B,CoBsD/B,YAAa,CNpbX,0Gd8f+H,Cc9f/H,sGd8f+H,CoB5EjI,UAUgB,CNvbhB,uCMkWJ,yBNjWM,mBAAgB,CAAhB,eAAgB,CM2bnB,CA1FH,gCHvWI,wBjBmmB2E,CoB5P/E,yBAiGI,4BAA6B,CAC7B,wBAAyB,CACzB,kBAA4C,CZhc1C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BXMmB,CYKjB,oCZ4OwC,C4D1P5C,yCC2DA,wBzDzBe,CyD0Bf,4B7DtDoB,CWMlB,4BXHmB,CWInB,6BXJmB,C6D+CrB,UzDnDa,CyDgDb,wK7DtDwN,C6DuDxN,czD6NgC,CyD5NhC,e7D8M2C,C6D3M3C,qB7D4M8C,C4DlQ5C,eAAgB,CADhB,mBAAiF,CCsDnF,wBDrDkB,CAJjB,+CAOG,YAAa,CAPhB,oDjD2BC,2BiDhBiC,CjDejC,4BiDfiC,CAXlC,2CCgED,UzD3Da,CyD4Db,oBzDyG4C,CyDxG5C,iDACE,UzD9DW,CyD+DX,yBzDwG+C,CwDzJjD,uCACE,cNL8C,CMQhD,wCACE,eAAgB,CAChB,eAAgB,CE3BpB,aAME,wK9DLwN,C8DMxN,c9Dqc4C,C8Dpc5C,e1DmR+B,C0DhR/B,qB9Doc8C,C8Dtc9C,e1DuR+B,C0DtR/B,wB9Dqc8C,CetY5C,4B+CzEJ,aAEI,c9D2c0C,C8D1c1C,e1D6R6B,C0DrQhC,CA3BD,yBAeI,qB1DRW,C0DOX,a1DPW,C0DPf,eAmBI,a1DiBa,C0DhBb,oB1DwJ0C,C0D5K9C,qBAuBM,a1DsJ4D,C0DrJ5D,yB1DsJ6C,CC4pLnD,kB0Dn0LE,sBAAuB,CADvB,a3DOgB,C2DZhB,aAAc,CAEd,wK/DFwN,C+DGxN,c3DiRgC,C2DhRhC,e3DgO+B,C2DnO/B,UAKuB,CAGzB,uDAGI,eAAgB,CADhB,YACgB,CAIpB,oBACE,e/D2M0C,CK6nL5C,yC0Dp0LE,UAAW,CAEX,iB/DuM4C,C+DxM5C,sB/DwM4C,CetJ1C,4BVsxLA,yC0Dp0LA,cAAe,CADf,UACe,CAElB,C1Ds0LD,0C0Dn0LE,WAAY,CAEZ,gB/DgM4C,C+DjM5C,sB/DiM4C,CezJ1C,4BV+xLA,0C0Dn0LA,aAAc,CADd,UACc,CAEjB,C1Dq0LD,sB0Dh0LE,cAAe,CADf,cAAe,CADf,UAEe,C1Dq0LjB,2BwDvmLE,a7D7DuC,CKkrLzC,qDwDxmLE,aAAc,CAGd,wK7DzRwN,C6DsQxN,c7D/DoC,C6DgEpC,e7DzDmC,C6D+EnC,qBAAsB,CArBtB,ezDpC+B,CyDoD/B,QAAS,CADT,e7D9EiC,C6DmFjC,e7D3EoC,CK6qLtC,0BwD5mLE,U7DjEoC,C6D6DpC,c7D5DoC,C6D6DpC,iB7D9DoC,CK4rLtC,qB0Dt1LE,YAAa,CCxDf,gBlDuBE,YAAa,CACb,cAAe,CAEf,iBAAyB,CADzB,kBACyB,CkDtBzB,sBACE,oBhEgBiB,CcenB,iBAAyB,CADzB,kBAA0B,CAL1B,iBAAkB,CAIlB,UAEyB,CCwBvB,yBiDzCD,4FlDqBD,YAAsC,CAItC,aAAuC,CkD7BlC,CjD6CH,yBiDzCD,8ClDqBD,kBAAsC,CAItC,mBAAuC,CkDhBlC,CjDgCH,yBiD7BD,8ClDSD,YAAsC,CAItC,aAAuC,CkDDlC,CjDiBH,yBiD7BD,8ClDSD,kBAAsC,CAItC,mBAAuC,CkDDlC,CjDiBH,yBiD7BD,8ClDSD,YAAsC,CAItC,aAAuC,CkDDlC,CC3CP,kBnDuBE,YAAa,CACb,cAAe,CAEf,iBAAyB,CADzB,kBACyB,CmDvBzB,0BACE,oBjEiBiB,CcenB,iBAAyB,CADzB,kBAA0B,CAL1B,iBAAkB,CAIlB,UAEyB,CCwBvB,yBkDzDF,0BnDqCA,YAAsC,CAItC,aAAuC,CmDhCtC,ClDgDC,0BkDzDF,0BnDqCA,kBAAsC,CAItC,mBAAuC,CmDhCtC,CACD,wBACE,oBjEOiB,CcenB,iBAAyB,CADzB,kBAA0B,CAL1B,iBAAkB,CAIlB,UAEyB,CCwBvB,yBkD/CF,wBnD2BA,YAAsC,CAItC,aAAuC,CmDtBtC,ClDsCC,0BkD/CF,wBnD2BA,kBAAsC,CAItC,mBAAuC,CmDtBtC,CAED,2BACE,0BAA2B,CCzB/B,epDuBE,YAAa,CACb,cAAe,CAEf,iBAAyB,CADzB,kBACyB,CoDvBzB,yBACE,oBlEiBiB,CcenB,iBAAyB,CADzB,kBAA0B,CAL1B,iBAAkB,CAIlB,UAEyB,CCwBvB,yBmDzDF,yBpDqCA,kBAAsC,CAItC,mBAAuC,CoDhCtC,CnDgDC,yBmDzDF,yBpDqCA,kBAAsC,CAItC,mBAAuC,CoDhCtC,CAED,qBACE,oBlEMiB,CcenB,iBAAyB,CADzB,kBAA0B,CAL1B,iBAAkB,CAIlB,UAEyB,CCwBvB,yBmD9CF,qBpD0BA,kBAAsC,CAItC,mBAAuC,CoDrBtC,CnDqCC,yBmD9CF,qBpD0BA,kBAAsC,CAItC,mBAAuC,CoDrBtC,CAED,wBACE,0BAA2B,CC1B/B,WrDuBE,YAAa,CACb,cAAe,CAEf,iBAAyB,CADzB,kBACyB,CqDvBzB,iBACE,oBnEiBiB,CcenB,iBAAyB,CADzB,kBAA0B,CAL1B,iBAAkB,CAIlB,UAEyB,CCwBvB,yBoDzDF,iBrDqCA,kBAAsC,CAItC,mBAAuC,CqDhCtC,CpDgDC,0BoDzDF,iBrDqCA,kBAAsC,CAItC,mBAAuC,CqDhCtC,CAED,iBACE,oBnEMiB,CcenB,iBAAyB,CADzB,kBAA0B,CAL1B,iBAAkB,CAIlB,UAEyB,CCwBvB,yBoD9CF,iBrD0BA,kBAAsC,CAItC,mBAAuC,CqDrBtC,CpDqCC,0BoD9CF,iBrD0BA,kBAAsC,CAItC,mBAAuC,CqDrBtC,CAED,mBNoCA,wBzDzBe,CyD0Bf,4B7DtDoB,C6DkDpB,UzDnDa,CyDgDb,wK7DtDwN,C6DuDxN,czD6NgC,CyD5NhC,e7D8M2C,C6D3M3C,qB7D4M8C,CmE5O5C,oBZ1BwC,CY2BxC,gBAAmC,CAFnC,iBAAoC,CNgCtC,wBM9BqC,CAJpC,yBAOG,YAAa,CAPhB,qBNyCD,UzD3Da,CyD4Db,oBzDyG4C,CyDxG5C,2BACE,UzD9DW,CyD+DX,yBzDwG+C,C+DtIjD,oBACE,0BAA2B,CCzC/B,wBAGI,iBAAkB,CAHtB,eAOI,SAAU,CACV,uBpE6ewC,CoEze5C,aACE,SAAU,CCbZ,0BAME,wBjE8Be,CiE7Bf,oBjE6Be,CiE/Bf,UjE+Be,CiE1BjB,4CANE,wKrEmPiD,CqE7OnD,kBAME,UrERoB,CqEKpB,crEyDwC,CqExDxC,ejE8Q+B,CiE7Q/B,mBCTuC,CDKvC,kBjEsHW,CiEhHX,iBrEqO8C,CqEpO9C,wBrEqOiD,Ce9K/C,4BsD/DJ,kBRFI,c7D+DsC,C6D9DtC,mBSHqC,CDiBxC,CErBC,sCAKE,qBjBW+C,CiBZ/C,oBjBY+C,CiBhBhD,iDAQG,cAAe,CAIlB,4EAGK,kBjBC2C,CAoDjD,cvD9DE,aKKc,CLTd,wKCHsN,CDItN,cCqR+C,CDpR/C,eKqR6B,CLlR7B,qBCyQiD,CD3QjD,mBC2QiD,CD/QlD,gBASG,aKCY,CLAZ,oBK+JwC,CLzK3C,sBAYK,aKFU,CLGV,yBK8J2C,CLzJjD,aAWE,UCxBkB,C6D0BpB,wK7DjCwN,C6DkCxN,c7DqQiD,C6DpQjD,e7DqQgD,C6DnQhD,sB7DoQoD,C6DrQpD,mBS/BuC,CvEyBrC,qBCvBkB,CeiElB,4BhBpDF,a8DbE,c7D+R+C,C6D9R/C,gBSHqC,CvEuEtC,CAxDA,e8DwOD,oB7DiD8C,C6DhD9C,2BAA4B,C9DpNxB,UClCgB,C6DiPpB,mBAAoB,CACpB,eAA8C,CAC9C,eAAgB,C9DhNZ,oBKiIwC,CyDgF5C,sBzDhF4C,CWnG1C,4BhBpDD,e8D2OC,eAAoD,C9DhNnD,CA3BF,qBAwBK,UCrCc,CDsCd,yBKgI2C,CL5H/C,oB8DhBF,wK7DjCwN,C6DkCxN,c7D0CwC,C6DzCxC,e7DqQgD,C6DnQhD,sB7DoQoD,C6DrQpD,gB7DqQoD,CejOlD,4BhBvBA,oB8D1CA,c7DsEsC,C6DrEtC,eSHqC,CvEgEpC,CApBA,sB8D2MH,oB7D3N6C,C6D4N7C,2BAA4B,CAL5B,mBAAoB,CACpB,eAA8C,CAC9C,eAAgB,CAChB,sBAE4B,C9CrL1B,4BhBvBC,sB8D8MD,eAAoD,C9D3LjD,CAGF,8BAEG,YCmP+C,CD7OnD,oBAUE,UClFgB,C6D0BpB,uD7DhC+E,C6DiC/E,c7D8RgD,C6D7RhD,ezDuP+B,CyDrP/B,sBATwB,CAQxB,mBS/BuC,CvEmFnC,qBCjFgB,CeiElB,4BhBOA,oB8DxEA,c7DwT8C,C6DvT9C,kBSHqC,CvEqGpC,CA3BA,sB8D6KH,oB7D3N6C,C6D4N7C,2BAA4B,C9D1JtB,UC5Fc,C6DiPpB,mBAAoB,CACpB,eAA8C,CAC9C,eAAgB,C9DtJV,oBKuEsC,CyDgF5C,sBzDhF4C,CWnG1C,4BhBOC,sB8DgLD,eAAoD,C9DtJjD,CA1BF,4BAuBK,UC/FY,CDgGZ,oBCqOyC,CsD9OjD,cvDoBE,aKtGc,CLkGd,wKC9GsN,CD+GtN,cCkO+C,CDjO/C,eK0K6B,CLzK7B,mBuE5GqC,CvE8GrC,mBCqOkD,CsD1JpD,2B3C1LE,mBXMmB,CYKjB,gGZckH,CD+FtH,aYxHE,mBXMmB,CDsHpB,0GAKG,eAAgB,CADhB,kBKEgB,CLHhB,mBAEgB,CAIpB,0B8DoEA,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,iCAEE,UAAW,CADX,aAAc,CAGZ,kBAA4C,C9D7E/C,kI8DyFD,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,C9D9ET,Y8DnGA,qBzD3Ca,CyD4Cb,W7DyM4C,CWvP1C,mBXMmB,CYKjB,oCZ4OwC,CDnG3C,2DAUO,k2EAAm2E,CAEn2E,uBAAwB,CAHxB,UAAW,CAEX,8EAA0E,CAA1E,sEAA0E,CAH1E,WAAY,CAFZ,QAAS,CAOT,UAAW,CATX,iBAAkB,CAClB,OAAQ,CASR,sCAAgC,CAAhC,8BAAgC,CAPhC,UAOgC,CwDrJ1C,WMgCE,qBzD3Ca,CyD4Cb,W7DyM4C,CWvP1C,mBXMmB,CYKjB,oCZ4OwC,CwEzP3C,8D7DWC,4BXHmB,CWInB,6BXJmB,CwERpB,4D7D0BC,+BXlBmB,CWiBnB,gCXjBmB,CwEGrB,mBX+CA,wBzDzBe,CyD0Bf,4B7DtDoB,C6DkDpB,UzDnDa,CyDgDb,wK7DtDwN,C6DuDxN,czD6NgC,CyD5NhC,e7D8M2C,C6D3M3C,qB7D4M8C,CwExP5C,eAAgB,CX2ClB,wBW3CkB,CAFjB,yBAIG,YAAa,CAJhB,qBXoDD,UzD3Da,CyD4Db,oBzDyG4C,CyDxG5C,2BACE,UzD9DW,CyD+DX,yBzDwG+C,CgD3InD,MqBlCE,wBzESuB,C0EVzB,kBAME,U1EEoB,C0ENpB,wK1EDwN,C0EExN,c1EkKwD,C0EjKxD,etEuR+B,CsEtR/B,etE2R+B,CsEzR/B,mB1EiK2D,C0E/J1D,0CAIG,gBAAiB,CADjB,e1EiKmD,C0ElKnD,mBAEiB,CAIpB,yCAIG,YAAa,CADb,e1EyJmD,C0E1JnD,mBAEa,CAIhB,+CAIG,cAAe,CADf,e1EiJmD,C0ElJnD,mBAEe,CAIlB,+CAIG,qBAAsB,CADtB,e1EyImD,C0E1InD,mBAEsB,CAIzB,gDAIG,sBAAuB,CADvB,e1EiImD,C0ElInD,mBAEuB,CAI1B,yCAIG,gBAAiB,CADjB,e1EyHmD,C0E1HnD,mBAEiB,CAIpB,2CAIG,iBAAkB,CADlB,e1EiHmD,C0ElHnD,mBAEkB,CAIrB,ymBAaS,W1EkG0C,C0EnG1C,etE8MqB,CsE/MrB,mB1EoGiD,C0E3F3D,gCACE,kBtEkDiB,CsEnDlB,sCAIG,Y1EiFoD,C0ElFpD,oB1EkFoD,C0ErFvD,2CAOG,cAAe,CAPlB,iDASK,UAAW,CA9FnB,iCAmGI,mBtEqCiB,CuExIrB,sBAKE,U3EGoB,C2EPpB,wK3EAwN,C2ECxN,c3E4L8C,C2E3L9C,evEwR+B,CuEvR/B,e3EIoB,C2EDpB,+BACE,kBvEyHS,CuEvHR,+CAEG,kBvE4Ha,CuEvHnB,6BAGE,e3E6K2C,C2E9K3C,eAAgB,CADhB,kB3E+K2C,C4EhM7C,6BfkFA,U7D3EoB,C6D0BpB,uD7DhC+E,C6DiC/E,c7DqW0C,C6DpW1C,ezDuP+B,CyDrP/B,sBATwB,CAQxB,mBS/BuC,CT8EvC,qBAAsB,C9CXpB,4B6DxEF,6BfOE,c7DiYkE,C6DhYlE,mBSHqC,CM8CtC,CfiCD,gCAnDA,wK7DjCwN,C6DkCxN,c7DOwC,C6DNxC,e7DIuC,C6DFvC,sBATwB,CAQxB,mBS/BuC,CT2FrC,kB7DPgD,CejBhD,4B8CYF,gCA7EE,c7DmCsC,C6DlCtC,eSHqC,CTyFnC,kBSzFmC,CT4FtC,CACD,gCAjEA,wK7DjCwN,C6DkCxN,c7DOwC,C6DNxC,e7DIuC,C6DFvC,sBATwB,CAQxB,mBS/BuC,CTyGrC,kB7DrBgD,CejBhD,4B8C0BF,gCA3FE,c7DmCsC,C6DlCtC,eSHqC,CTuGnC,kBSvGmC,CT0GtC,CACD,gCA/EA,wK7DjCwN,C6DkCxN,c7DOwC,C6DNxC,e7DIuC,C6DFvC,sBATwB,CAQxB,mBS/BuC,CTuHrC,kB7DnCgD,CejBhD,4B8CwCF,gCAzGE,c7DmCsC,C6DlCtC,eSHqC,CTqHnC,kBSrHmC,CTwHtC,CACD,gCA7FA,wK7DjCwN,C6DkCxN,c7DmCwC,C6DlCxC,e7DIuC,C6DFvC,sBATwB,CAQxB,mBS/BuC,CTqIrC,kB7DbgD,CerDhD,4B8CsDF,gCAvHE,c7D+DsC,C6D9DtC,mBSHqC,CTmInC,kBSnImC,CTsItC,CACD,gCA3GA,wK7DjCwN,C6DkCxN,c7D0CwC,C6DzCxC,e7DIuC,C6DFvC,sBATwB,CAQxB,gBS/BuC,CTmJrC,kB7DlBgD,Ce9DhD,4B8CoEF,gCArIE,c7DsEsC,C6DrEtC,eSHqC,CTiJnC,kBSjJmC,CToJtC,CACD,gCAzHA,wK7DjCwN,C6DkCxN,c7DiDwC,C6DhDxC,e7DIuC,C6DFvC,sBATwB,CAQxB,mBS/BuC,CTiKrC,kB7DvBgD,CevEhD,4B8CkFF,gCAnJE,c7D6EsC,C6D5EtC,mBSHqC,CT+JnC,kBS/JmC,CTkKtC,CACD,mEAEE,e7DrB+C,C6DuBjD,yDlDxKE,mBXMmB,CYKjB,eZwI8C,C6DyBlD,gEAEE,0BAA2B,CAE7B,6OAME,kB7DvCgD,Ce3EhD,4B8C4GF,6OAQI,kB7DxC8C,C6D0CjD,CAGC,+GAEE,eAAgB,CenMnB,wJAGG,YAAa,CAHhB,yCAMG,eAAgB,CANnB,wCAaG,kBAAmB,CADnB,6BAA8B,CAF9B,aAAc,CACd,YAEmB,CAbtB,0CAeK,eAAgB,CAfrB,wCA2BG,aAAc,CANd,WAAY,CAKZ,iBAAkB,CADlB,qBAAsB,CAFtB,aAAc,CACd,wBAAyB,CAJzB,iBAAkB,CAElB,SAAU,CAMV,SAAU,CA5Bb,+CAoCK,aAAc,CADd,WAAS,CAFT,aAAc,CAFd,MAAO,CAGP,gBAAiB,CAJjB,iBAAkB,CAElB,UAIc,CApCnB,wCAyCG,eAAgB,CAzCnB,qDA2CK,UAAW,CAGX,eAAgB,CAChB,eAAgB,CAChB,cAAe,CAHf,wBAAyB,CADzB,SAIe,CAKrB,gCAKE,wBxEnDc,CwEoDd,6BxElDc,COLd,mBXMmB,C6DwErB,U7D3EoB,C6D0BpB,uD7DhC+E,C6DiC/E,c7DqW0C,C6DpW1C,ezDuP+B,CyDrP/B,sBATwB,CAQxB,mBS/BuC,CTqVvC,oB7DtUmB,C4EqCjB,cxEgFkB,CyDtDpB,qBzD1EgB,CW+Dd,4B6DnBF,gCf9CE,c7DiYkE,C6DhYlE,mBSHqC,CM0DtC,CfqBD,mCAnDA,wK7DjCwN,C6DkCxN,c7DOwC,C6DNxC,e7DIuC,C6DFvC,sBATwB,CAQxB,mBS/BuC,CT2FrC,kB7DPgD,CejBhD,4B8CYF,mCA7EE,c7DmCsC,C6DlCtC,eSHqC,CTyFnC,kBSzFmC,CT4FtC,CACD,mCAjEA,wK7DjCwN,C6DkCxN,c7DOwC,C6DNxC,e7DIuC,C6DFvC,sBATwB,CAQxB,mBS/BuC,CTyGrC,kB7DrBgD,CejBhD,4B8C0BF,mCA3FE,c7DmCsC,C6DlCtC,eSHqC,CTuGnC,kBSvGmC,CT0GtC,CACD,mCA/EA,wK7DjCwN,C6DkCxN,c7DOwC,C6DNxC,e7DIuC,C6DFvC,sBATwB,CAQxB,mBS/BuC,CTuHrC,kB7DnCgD,CejBhD,4B8CwCF,mCAzGE,c7DmCsC,C6DlCtC,eSHqC,CTqHnC,kBSrHmC,CTwHtC,CACD,mCA7FA,wK7DjCwN,C6DkCxN,c7DmCwC,C6DlCxC,e7DIuC,C6DFvC,sBATwB,CAQxB,mBS/BuC,CTqIrC,kB7DbgD,CerDhD,4B8CsDF,mCAvHE,c7D+DsC,C6D9DtC,mBSHqC,CTmInC,kBSnImC,CTsItC,CACD,mCA3GA,wK7DjCwN,C6DkCxN,c7D0CwC,C6DzCxC,e7DIuC,C6DFvC,sBATwB,CAQxB,gBS/BuC,CTmJrC,kB7DlBgD,Ce9DhD,4B8CoEF,mCArIE,c7DsEsC,C6DrEtC,eSHqC,CTiJnC,kBSjJmC,CToJtC,CACD,mCAzHA,wK7DjCwN,C6DkCxN,c7DiDwC,C6DhDxC,e7DIuC,C6DFvC,sBATwB,CAQxB,mBS/BuC,CTiKrC,kB7DvBgD,CevEhD,4B8CkFF,mCAnJE,c7D6EsC,C6D5EtC,mBSHqC,CT+JnC,kBS/JmC,CTkKtC,CACD,yEAEE,e7DrB+C,C6DuBjD,4DlDxKE,mBXMmB,CYKjB,eZwI8C,C6DyBlD,sEAEE,0BAA2B,CAE7B,+PAME,kB7DvCgD,Ce3EhD,4B8C4GF,+PAQI,kB7DxC8C,C6D0CjD,CAGC,qHAEE,eAAgB,CAChB,2HACE,YAAa,C9C7HjB,4B6DnBF,gCfySE,oB7DiD0C,C6DlD1C,c7D+BqC,C6DhCrC,e7DmD0C,C4EhV3C,CAVA,sCAQG,YAAa,CAIjB,mCf4IA,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,0CAEE,UAAW,CADX,aAAc,CAGZ,kBAA4C,CerJ/C,sKfiKD,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CgBlOT,mJAUE,U7EHkB,C6EFlB,cAAe,CACf,wK7ENsN,C6EOtN,c7E8KyD,C6E7KzD,ezEkR6B,CyEjR7B,ezEsR6B,CyEpR7B,mB7E6K4D,C6E1K7D,kIAKG,eAAgB,CADhB,kBzEoHgB,CyErHhB,mBAEgB,CClBpB,2BjBwQA,a7D7DuC,C8EvMvC,qDjBiRA,aAAc,CAGd,wK7DzRwN,C6DsQxN,c7D/DoC,C6DgEpC,e7DzDmC,C6D+EnC,qBAAsB,CArBtB,ezDpC+B,CyDoD/B,QAAS,CADT,e7D9EiC,C6DmFjC,e7D3EoC,C8E5MpC,0BjB6QA,U7DjEoC,C6D6DpC,c7D5DoC,C6D6DpC,iB7D9DoC,C8ExMpC,gCACE,wK9EVsN,C8EWtN,c9EwEsC,C8EvEtC,e9E2BqC,C8E1BrC,mBRRqC,CQWvC,qBnEZE,mBXMmB,CYKjB,eZ4IoC,C8EtIxC,mBnEjBE,mBXMmB,C8EXvB,kDA2BI,4BAA6B,CAO5B,8CxBHH,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,qDAEE,UAAW,CADX,aAAc,CAGZ,qBAA4C,CwBN7C,4CxBkBH,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CwBNJ,8CxBfL,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,qDAEE,UAAW,CADX,aAAc,CAGZ,qBAA4C,CwBM3C,4CxBML,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CwBlBN,8CxBHH,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,qDAEE,UAAW,CADX,aAAc,CAGZ,kBAA4C,CwBN7C,4CxBkBH,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CwBNJ,8CxBfL,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,qDAEE,UAAW,CADX,aAAc,CAGZ,kBAA4C,CwBM3C,4CxBML,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CwBlBN,6CxBHH,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,oDAEE,UAAW,CADX,aAAc,CAGZ,qBAA4C,CwBN7C,2CxBkBH,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CwBNJ,6CxBfL,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,oDAEE,UAAW,CADX,aAAc,CAGZ,qBAA4C,CwBM3C,2CxBML,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CwBlBN,6CxBHH,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,oDAEE,UAAW,CADX,aAAc,CAGZ,eAA4C,CwBN7C,2CxBkBH,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CwBNJ,6CxBfL,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,oDAEE,UAAW,CADX,aAAc,CAGZ,eAA4C,CwBM3C,2CxBML,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CwBlBN,6CxBHH,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,oDAEE,UAAW,CADX,aAAc,CAGZ,qBAA4C,CwBN7C,2CxBkBH,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CwBNJ,6CxBfL,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,oDAEE,UAAW,CADX,aAAc,CAGZ,qBAA4C,CwBM3C,2CxBML,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CwBlBN,6CxBHH,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,oDAEE,UAAW,CADX,aAAc,CAGZ,eAA4C,CwBN7C,2CxBkBH,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CwBNJ,6CxBfL,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,oDAEE,UAAW,CADX,aAAc,CAGZ,eAA4C,CwBM3C,2CxBML,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CwBlBN,6CxBHH,aAAc,CAGd,eAAgB,CADhB,SAAU,CAHV,iBAAkB,CAElB,UAEgB,CAEhB,oDAEE,UAAW,CADX,aAAc,CAGZ,gBAA4C,CwBN7C,2CxBkBH,QAAS,CAJT,QAAS,CAGT,WAAY,CAFZ,MAAO,CAHP,iBAAkB,CAClB,KAAM,CAGN,UAES,CwBOT,kCACE,WAAY,CAGZ,eAAgB,CAChB,kBAAmB,CAFnB,mBAA8D,CAD9D,eAGmB,C/DSnB,4B+DdF,kCAQI,UAAW,CACX,kBAAmB,CAgBtB,C/DXC,4B+DdF,kCAaI,mBAAiE,CAYpE,CAzBA,uDAkBK,eAAgB,CAChB,eAAgB,CAnBrB,qDAsBK,eAAgB,CAKtB,uCACE,UAAW,CAEX,aAAc,CADd,mBACc,CzEg6NlB,6CyE15NI,4BAA6B,CC/FjC,aACE,oB/EoBmB,C+ErBrB,uBAII,eAAgB,C3ByCpB,czCxCI,mBXMmB,CYKjB,oCZa8C,Ce4ChD,4BqC5BJ,c4BxCI,mBAAoB,CADpB,oBACoB,CA0CvB,CAvCC,qBASE,UhFTkB,C6D0BpB,uD7DhC+E,C6DiC/E,c7D6Z0C,C6D5Z1C,ezDuP+B,CyDrP/B,sBATwB,CAQxB,gB7D7BoB,CeiElB,4BiEjEF,qBnBAE,c7DybmE,C6DxbnE,gBSHqC,CUYtC,CAED,oBASE,a5EhBc,CyDqBhB,wK7DjCwN,C6DkCxN,c7D6Y0C,C6D5Y1C,ezDuP+B,CyDrP/B,sBATwB,CAQxB,mBzDxBgB,CW4Dd,4BiErDF,oBnBZE,c7DyawC,C6DxaxC,mBSHqC,CUwBtC,CAED,2BASE,a5E5Bc,CyDqBhB,wK7DjCwN,C6DkCxN,c7DqZ0C,C6DpZ1C,ezDuP+B,CyDrP/B,sBATwB,CAQxB,ezDxBgB,CW4Dd,4BiEzCF,2BnBxBE,c7DibwC,C6DhbxC,mBSHqC,CUoCtC,CA1CH,+BA6CI,eAAgB,CC7CpB,aAQE,gGjFsBsH,CiF1BtH,wKjFHwN,CiFIxN,cjF4qBkC,CiF3qBlC,e7EqR+B,C6EpR/B,eXDuC,CWHvC,eAAgB,CAMhB,SjF2qB+B,CiFnrB/B,iBAAkB,CAClB,YjFkrB+B,CiFzqB/B,wBnEFA,gBAAiB,CADjB,iBAAkB,CmEMhB,iB7EmHS,C6ElHT,iBAAkB,CnEVpB,UmEUoB,ClE0DlB,4BkE9DF,wBAQI,oB7EqHe,C6EtHf,iB7EsHe,C6EjGlB,CAjBC,mCAME,wB7EbY,C6EgBd,iCAME,wB7EDW,C6EKf,oBACE,oBAAqB,CAGvB,mBAEE,sDAAuD,CAAvD,8CAAuD,CADvD,WACuD,ClE0BvD,4BkE5BF,mBAII,WjF8oBgE,CiF5oBnE,CAED,oBACE,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CAGvB,eAAgB,CADhB,kB7EuES,C6ExET,cAEgB,ClEchB,4BkEpBF,oBASI,iB7EyN8C,C6E1N9C,mB7E0N8C,C6EvNjD,CAED,mBACE,a7E8DS,CWxDT,4BkEPF,mBAGI,c7EmEe,C6EjElB,CAED,mBAII,wB7EtES,C6EmEX,aAAc,CACd,S7EpEW,C6EkEZ,yBAMK,yB7ExEO,C6EkEZ,0BASK,U7E3EO,C6EwFb,2BACE,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,kB7E8BS,CWxDT,4BkEsBF,2BAMI,mB7EmCe,C6E1BlB,CAfA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pFtFoN,CoFuFpN,cpFygB4C,CoFxgB5C,ehFkM2B,CgFjM3B,edpFmC,Cc+EnC,eAAgB,CAChB,eAAgB,CvBiJpB,oBSjOuC,CTmOvC,kDAEE,QAAS,CADT,OACS,CuB/IP,yBATF,+BAUI,cpFqgBgF,CoFpgBhF,edxFiC,Cc6GpC,CAlBC,yBAdF,+BAeI,YAAmB,CAiBtB,CvB2LH,6NAEE,wB7D0T+D,CoFlgBzD,yBArBL,kDAsBO,YAAa,CAEhB,CAxBJ,kDvBsOH,yBzDlTa,CgFyGL,iBAAiB,CvB6NzB,oBuB7NyB,CvB0MzB,sDACE,wBzDpTW,CyDsTb,wDACE,UzDvTW,CyDwTX,4DACE,SzDzTS,CyD4Tb,mHAEE,UzD9TW,CyD+TX,2HACE,SzDhUS,CyD4Tb,2KAgBE,yB7DyRiE,CoFvfjE,8BAIE,wKpFxHoN,CoFyHpN,cpFue4C,CoFte5C,ehFgK2B,CgF/J3B,edtHmC,CckHnC,gBAAiB,CADjB,eAAgB,CADhB,iBdhHmC,CcwHnC,yBATF,8BAUI,cpFmegF,CoFlehF,ed1HiC,CckJpC,CArBC,yBAdF,8BAeI,YAAmB,CAoBtB,CAnCA,iDAqBK,iBAAkB,CvBgK1B,wBuBhK0B,CvBoK1B,wKAEE,wB7D0T+D,CoF9dzD,qBAvBL,iDAwBO,YAAa,CAEhB,CA1BJ,iDvBoMH,yBzDlTa,CgF8IL,aAAiB,CvBwLzB,oBuBxLyB,CvBqKzB,qDACE,wBzDpTW,CyDsTb,uDACE,UzDvTW,CyDwTX,2DACE,SzDzTS,CyD4Tb,iHAEE,UzD9TW,CyD+TX,yHACE,SzDhUS,CyD4Tb,wKAgBE,yB7DyRiE,CoFjdlE,iCAEG,cAAe,CAFlB,gCAMG,eAAgB,CAIpB,uCACE,kBAAmB,CAGrB,mBACE,aAAc,CAEd,oFpFqeyG,CoFrezG,4EpFqeyG,CoFrezG,6GpFqeyG,CoFtezG,kBpFseyG,CoFle3G,sBAGE,wBhF9Ia,CgF6Ib,chF7Ia,CgFiJf,8CvBgHA,kBAAmB,CAFnB,YAAa,CACb,oBAAqB,CAErB,0BAA2B,CAJ3B,iBzDnRgB,CgFsKhB,wBAGE,wBhFzKc,CgFwKd,iBhFxKc,CiFflB,cACE,YAAa,CACb,kBAAmB,CAFrB,gBAKI,iBjF4HS,CiFjIb,4BAQM,cAAe,CnFqCrB,KoFhCE,iCtFkBwC,CoDZ1C,oBkCFE,aAAc,CACd,iBhBkFsJ,CgB/EpJ,yBlCFJ,oBkCGM,iBhB2FgJ,CgBnFrJ,CATG,yBlCFJ,oBkCGM,gBhB2FgJ,CgBnFrJ,CATG,yBlCFJ,oBkCGM,gBhB2FgJ,CgBnFrJ,CATG,qBlCFJ,oBkCGM,gBhB2FgJ,CgBnFrJ,CvE2CG,4BqCtDJ,oBkCSI,cAAe,CADf,eACe,CAElB,CpFeD,KqF1CE,kCAAmC,CACnC,oBAAqB","file":"index.a7a46ddd.css","sourcesContent":[".node {\n $self: &;\n\n &__header {\n font-family: $theme-item-header-font-family;\n font-size: $theme-item-header-font-size;\n font-weight: $theme-item-header-font-weight;\n line-height: $theme-item-header-line-height;\n color: $theme-item-header-color;\n letter-spacing: $theme-item-header-letter-spacing;\n\n a {\n color: $theme-item-header-link-color;\n text-decoration: $theme-item-header-link-decoration;\n &:hover {\n color: $theme-item-header-link-hover-color;\n text-decoration: $theme-item-header-link-hover-decoration;\n }\n }\n }\n\n &__title {\n @include theme-apply-fonts(\n $font-family: $theme-item-title-font-family,\n $font-size-sm: $theme-item-title-font-size-sm,\n $font-size: $theme-item-title-font-size,\n $font-weight: $theme-item-title-font-weight,\n $letter-spacing: $theme-item-title-letter-spacing,\n $line-height-sm: $theme-item-title-line-height-sm,\n $line-height: $theme-item-title-line-height\n );\n margin-bottom: $theme-item-title-margin;\n color: $theme-item-title-color;\n\n a {\n @include theme-max-lines(\n $font-size: $theme-item-title-font-size,\n $font-size-sm: $theme-item-title-font-size-sm,\n $line-height: $theme-item-title-line-height,\n $line-height-sm: $theme-item-title-line-height-sm,\n $num: $theme-item-title-max-lines\n );\n color: $theme-item-title-link-color;\n text-decoration: $theme-item-title-link-decoration;\n &:hover {\n color: $theme-item-title-link-hover-color;\n text-decoration: $theme-item-title-link-hover-decoration;\n }\n }\n\n &--large {\n @include theme-apply-fonts(\n $font-family: $theme-item-title-font-family,\n $font-size-sm: $theme-item-title-large-font-size-sm,\n $font-size: $theme-item-title-large-font-size,\n $font-weight: $theme-item-title-large-font-weight,\n $letter-spacing: $theme-item-title-large-letter-spacing,\n $line-height-sm: $theme-item-title-large-line-height-sm,\n $line-height: $theme-item-title-large-line-height\n );\n\n a {\n @include theme-max-lines(\n $font-size: $theme-item-title-large-font-size,\n $font-size-sm: $theme-item-title-large-font-size-sm,\n $line-height: $theme-item-title-large-line-height,\n $line-height-sm: $theme-item-title-large-line-height-sm,\n $num: $theme-item-title-large-max-lines\n );\n }\n }\n\n &--locked {\n a::before {\n content: $theme-item-title-locked-content;\n }\n }\n }\n\n &__text {\n &--teaser {\n @include theme-apply-fonts(\n $font-family: $theme-item-description-font-family,\n $font-size-sm: $theme-item-description-font-size-sm,\n $font-size: $theme-item-description-font-size,\n $font-weight: $theme-item-description-font-weight,\n $line-height-sm: $theme-item-description-line-height-sm,\n $line-height: $theme-item-description-line-height\n );\n margin-bottom: $theme-item-description-margin;\n color: $theme-item-description-color;\n\n a {\n @include theme-max-lines(\n $font-size: $theme-item-description-font-size,\n $font-size-sm: $theme-item-description-font-size-sm,\n $line-height: $theme-item-description-line-height,\n $line-height-sm: $theme-item-description-line-height-sm,\n $num: $theme-item-description-max-lines\n );\n color: $theme-item-description-link-color;\n text-decoration: $theme-item-description-link-decoration;\n &:hover {\n color: $theme-item-description-link-hover-color;\n text-decoration: $theme-item-description-link-hover-decoration;\n }\n }\n }\n }\n\n &__footer {\n font-family: $theme-item-footer-font-family;\n font-size: $theme-item-footer-font-size;\n font-weight: $theme-item-footer-font-weight;\n line-height: $theme-item-footer-line-height;\n color: $theme-item-footer-color;\n text-transform: $theme-item-footer-text-transform;\n }\n\n\n &__image-inner-wrapper {\n @include border-radius($theme-item-image-border-radius);\n @include box-shadow($theme-item-image-box-shadow);\n }\n\n &__image {\n @include border-radius($theme-item-image-border-radius);\n }\n\n &__content-starts + &__content-ends,\n &__content-start-date + &__content-end-date {\n &::before {\n margin-right: map-get($spacers, 1);\n margin-left: map-get($spacers, 1);\n content: \"\\2014\";\n }\n }\n\n &__content-embed-code {\n @include theme-embed-responsive($theme-primary-media-video-aspect-ratio-x, $theme-primary-media-video-aspect-ratio-y);\n\n iframe,\n embed,\n object,\n video {\n @include theme-embed-responsive-item();\n }\n }\n\n &--card {\n @include theme-card();\n }\n\n &--video-content-type {\n #{ $self } {\n &__image-inner-wrapper {\n &::after {\n position: absolute;\n top: 50%;\n left: 50%;\n width: 50px;\n height: 50px;\n content: \"\";\n background-image: url(\"data:image/png;base64,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\");\n filter: brightness(0) invert(1) drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));\n background-size: contain;\n opacity: .6;\n transform: translate(-50%, -50%);\n }\n }\n }\n }\n}\n","// Fonts\n$theme-font-family-sans-serif: -apple-system, \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", \"Arial\", \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\n$theme-font-family-serif: \"Georgia\", \"Cambria\", \"Times New Roman\", \"Times\", serif !default;\n$theme-font-family-page-title: $theme-font-family-serif !default;\n\n// Set default Bootstrap font to theme font.\n$font-family-sans-serif: $theme-font-family-sans-serif !default;\n\n$black: #000 !default;\n$body-color: $black !default;\n$body-bg: #f5f5f5 !default;\n$border-radius: .5rem !default;\n\n$grid-gutter-width: 24px !default;\n\n$enable-shadows: true !default;\n$enable-rounded: true !default;\n\n$breadcrumb-margin-bottom: 0 !default;\n$breadcrumb-padding-x: 0 !default;\n\n$block-spacer: 1.5rem !default;\n$spacers: (\n block: $block-spacer\n) !default;\n\n@import \"../../node_modules/bootstrap/scss/variables\";\n\n// Generic\n$theme-box-shadow-sm: 0 1px 7px rgba(0, 0, 0, .05) !default;\n$theme-box-shadow-lg: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !default;\n$theme-text-rendering: optimizeLegibility !default;\n\n// Responsive Text\n$theme-responsive-max-lines: 2 !default;\n$theme-responsive-text-breakpoint: sm !default;\n$theme-responsive-text-max-lines-breakpoint: $theme-responsive-text-breakpoint !default;\n\n// General Heading Defaults\n$theme-heading-font-family: $theme-font-family-sans-serif !default;\n$theme-heading-font-weight: 600 !default;\n\n$theme-heading-large-font-size: 34px !default;\n$theme-heading-large-font-size-sm: 30px !default;\n$theme-heading-large-line-height: get-line-height($theme-heading-large-font-size, 40px) !default;\n$theme-heading-large-line-height-sm: get-line-height($theme-heading-large-font-size-sm, 36px) !default;\n\n$theme-heading-h1-font-family: $theme-heading-font-family !default;\n$theme-heading-h1-font-weight: $theme-heading-font-weight !default;\n$theme-heading-h1-font-size: $theme-heading-large-font-size !default;\n$theme-heading-h1-font-size-sm: $theme-heading-large-font-size-sm !default;\n$theme-heading-h1-line-height: $theme-heading-large-line-height !default;\n$theme-heading-h1-line-height-sm: $theme-heading-large-line-height-sm !default;\n\n$theme-heading-h2-font-family: $theme-heading-font-family !default;\n$theme-heading-h2-font-weight: $theme-heading-font-weight !default;\n$theme-heading-h2-font-size: $theme-heading-large-font-size !default;\n$theme-heading-h2-font-size-sm: $theme-heading-large-font-size-sm !default;\n$theme-heading-h2-line-height: $theme-heading-large-line-height !default;\n$theme-heading-h2-line-height-sm: $theme-heading-large-line-height-sm !default;\n\n$theme-heading-h3-font-family: $theme-heading-font-family !default;\n$theme-heading-h3-font-weight: $theme-heading-font-weight !default;\n$theme-heading-h3-font-size: $theme-heading-large-font-size !default;\n$theme-heading-h3-font-size-sm: $theme-heading-large-font-size-sm !default;\n$theme-heading-h3-line-height: $theme-heading-large-line-height !default;\n$theme-heading-h3-line-height-sm: $theme-heading-large-line-height-sm !default;\n\n$theme-heading-h4-font-family: $theme-heading-font-family !default;\n$theme-heading-h4-font-weight: $theme-heading-font-weight !default;\n$theme-heading-h4-font-size: 26px !default;\n$theme-heading-h4-font-size-sm: 22px !default;\n$theme-heading-h4-line-height: get-line-height($theme-heading-h4-font-size, 32px) !default;\n$theme-heading-h4-line-height-sm: get-line-height($theme-heading-h4-font-size-sm, 28px) !default;\n\n$theme-heading-h5-font-family: $theme-heading-font-family !default;\n$theme-heading-h5-font-weight: $theme-heading-font-weight !default;\n$theme-heading-h5-font-size: 24px !default;\n$theme-heading-h5-font-size-sm: 20px !default;\n$theme-heading-h5-line-height: get-line-height($theme-heading-h5-font-size, 30px) !default;\n$theme-heading-h5-line-height-sm: get-line-height($theme-heading-h5-font-size-sm, 26px) !default;\n\n$theme-heading-h6-font-family: $theme-heading-font-family !default;\n$theme-heading-h6-font-weight: $theme-heading-font-weight !default;\n$theme-heading-h6-font-size: 19px !default;\n$theme-heading-h6-font-size-sm: 17px !default;\n$theme-heading-h6-line-height: get-line-height($theme-heading-h6-font-size, 24px) !default;\n$theme-heading-h6-line-height-sm: get-line-height($theme-heading-h6-font-size-sm, 20px) !default;\n\n// Content Headings\n$theme-content-heading-large-margin-bottom: 53px !default;\n$theme-content-heading-large-margin-bottom-sm: 48px !default;\n\n$theme-content-heading-h1-font-family: $theme-heading-h1-font-family !default;\n$theme-content-heading-h1-font-weight: $theme-heading-h1-font-weight !default;\n$theme-content-heading-h1-font-size: $theme-heading-h1-font-size !default;\n$theme-content-heading-h1-font-size-sm: $theme-heading-h1-font-size-sm !default;\n$theme-content-heading-h1-line-height: $theme-heading-h1-line-height !default;\n$theme-content-heading-h1-line-height-sm: $theme-heading-h1-line-height-sm !default;\n$theme-content-heading-h1-margin-bottom: $theme-content-heading-large-margin-bottom !default;\n$theme-content-heading-h1-margin-bottom-sm: $theme-content-heading-large-margin-bottom-sm !default;\n\n$theme-content-heading-h2-font-family: $theme-heading-h2-font-family !default;\n$theme-content-heading-h2-font-weight: $theme-heading-h2-font-weight !default;\n$theme-content-heading-h2-font-size: $theme-heading-h2-font-size !default;\n$theme-content-heading-h2-font-size-sm: $theme-heading-h2-font-size-sm !default;\n$theme-content-heading-h2-line-height: $theme-heading-h2-line-height !default;\n$theme-content-heading-h2-line-height-sm: $theme-heading-h2-line-height-sm !default;\n$theme-content-heading-h2-margin-bottom: $theme-content-heading-large-margin-bottom !default;\n$theme-content-heading-h2-margin-bottom-sm: $theme-content-heading-large-margin-bottom-sm !default;\n\n$theme-content-heading-h3-font-family: $theme-heading-h3-font-family !default;\n$theme-content-heading-h3-font-weight: $theme-heading-h3-font-weight !default;\n$theme-content-heading-h3-font-size: $theme-heading-h3-font-size !default;\n$theme-content-heading-h3-font-size-sm: $theme-heading-h3-font-size-sm !default;\n$theme-content-heading-h3-line-height: $theme-heading-h3-line-height !default;\n$theme-content-heading-h3-line-height-sm: $theme-heading-h3-line-height-sm !default;\n$theme-content-heading-h3-margin-bottom: $theme-content-heading-large-margin-bottom !default;\n$theme-content-heading-h3-margin-bottom-sm: $theme-content-heading-large-margin-bottom-sm !default;\n\n$theme-content-heading-h4-font-family: $theme-heading-h4-font-family !default;\n$theme-content-heading-h4-font-weight: $theme-heading-h4-font-weight !default;\n$theme-content-heading-h4-font-size: $theme-heading-h4-font-size !default;\n$theme-content-heading-h4-font-size-sm: $theme-heading-h4-font-size-sm !default;\n$theme-content-heading-h4-line-height: $theme-heading-h4-line-height !default;\n$theme-content-heading-h4-line-height-sm: $theme-heading-h4-line-height-sm !default;\n$theme-content-heading-h4-margin-bottom: 39px !default;\n$theme-content-heading-h4-margin-bottom-sm: 31px !default;\n\n$theme-content-heading-h5-font-family: $theme-heading-h5-font-family !default;\n$theme-content-heading-h5-font-weight: $theme-heading-h5-font-weight !default;\n$theme-content-heading-h5-font-size: $theme-heading-h5-font-size !default;\n$theme-content-heading-h5-font-size-sm: $theme-heading-h5-font-size-sm !default;\n$theme-content-heading-h5-line-height: $theme-heading-h5-line-height !default;\n$theme-content-heading-h5-line-height-sm: $theme-heading-h5-line-height-sm !default;\n$theme-content-heading-h5-margin-bottom: 25px !default;\n$theme-content-heading-h5-margin-bottom-sm: 17px !default;\n\n$theme-content-heading-h6-font-family: $theme-heading-h6-font-family !default;\n$theme-content-heading-h6-font-weight: $theme-heading-h6-font-weight !default;\n$theme-content-heading-h6-font-size: $theme-heading-h6-font-size !default;\n$theme-content-heading-h6-font-size-sm: $theme-heading-h6-font-size-sm !default;\n$theme-content-heading-h6-line-height: $theme-heading-h6-line-height !default;\n$theme-content-heading-h6-line-height-sm: $theme-heading-h6-line-height-sm !default;\n$theme-content-heading-h6-margin-bottom: 11px !default;\n$theme-content-heading-h6-margin-bottom-sm: $theme-content-heading-h6-margin-bottom !default;\n\n// Content Paragraphs\n$theme-content-paragraph-margin-bottom: 29px !default;\n$theme-content-paragraph-margin-bottom-sm: 21px !default;\n$theme-content-paragraph-strong-font-weight: 700 !default;\n$theme-content-paragraph-image-border-radius: $border-radius !default;\n$theme-content-paragraph-image-box-shadow: none !default;\n\n// Content Primary Media\n$theme-primary-media-border-radius: $border-radius !default;\n$theme-primary-media-box-shadow: none !default;\n$theme-primary-media-margin-bottom: map-get($spacers, block) !default;\n\n$theme-primary-media-video-aspect-ratio-x: 16 !default;\n$theme-primary-media-video-aspect-ratio-y: 9 !default;\n\n// Content Attribution\n$theme-content-attribution-color: $body-color !default;\n$theme-content-attribution-font-family: $theme-font-family-sans-serif !default;\n$theme-content-attribution-font-size: 16px !default;\n$theme-content-attribution-font-weight: $font-weight-normal !default;\n$theme-content-attribution-line-height: $line-height-base !default;\n$theme-content-attribution-text-transform: initial !default;\n\n$theme-content-attribution-name-content: \", \" !default;\n$theme-content-attribution-name-margin: map-get($spacers, 2) !default;\n\n$theme-content-attribution-prefix-font-weight: 600 !default;\n$theme-content-attribution-prefix-margin: map-get($spacers, 1) !default;\n$theme-content-attribution-prefix-margin-after: $theme-content-attribution-prefix-margin !default;\n$theme-content-attribution-prefix-spacer-content: \"\\2014\" !default;\n$theme-content-attribution-prefix-spacer-font-weight: $font-weight-normal !default;\n\n// Content Published Date\n$theme-content-published-date-color: $body-color !default;\n$theme-content-published-date-font-family: $theme-font-family-sans-serif !default;\n$theme-content-published-date-font-size: 16px !default;\n$theme-content-published-date-font-weight: $font-weight-normal !default;\n$theme-content-published-date-line-height: $line-height-base !default;\n$theme-content-published-date-text-transform: initial !default;\n\n// Contact Details\n$theme-contact-details-color: $body-color !default;\n$theme-contact-details-font-family: $theme-font-family-sans-serif !default;\n$theme-contact-details-font-size: 16px !default;\n$theme-contact-details-font-weight: $font-weight-normal !default;\n$theme-contact-details-line-height: $line-height-base !default;\n$theme-contact-details-label-font-weight: 600 !default;\n$theme-contact-details-label-margin: map-get($spacers, 2) !default;\n$theme-contact-details-section-margin: map-get($spacers, 3) !default;\n$theme-contact-details-social-icon-margin: map-get($spacers, 2) !default;\n\n// Media\n$theme-media-footer-font-family: $theme-font-family-sans-serif !default;\n$theme-media-footer-font-size: 14px !default;\n$theme-media-footer-line-height: $line-height-sm !default;\n$theme-media-footer-padding-x: 0 !default;\n$theme-media-footer-padding-y: .5rem !default;\n\n$theme-media-caption-color: #464646 !default;\n$theme-media-caption-font-size: $theme-media-footer-font-size !default;\n$theme-media-caption-font-weight: 400 !default;\n$theme-media-caption-line-height: $theme-media-footer-line-height !default;\n\n$theme-media-credit-color: #777 !default;\n$theme-media-credit-font-size: 12px !default;\n$theme-media-credit-font-style: initial !default;\n$theme-media-credit-font-weight: 400 !default;\n$theme-media-credit-line-height: $theme-media-footer-line-height !default;\n\n// Embedded Media\n$theme-embedded-media-color: $gray-600 !default;\n$theme-embedded-media-font-family: $theme-font-family-sans-serif !default;\n$theme-embedded-media-font-size: $font-size-base !default;\n$theme-embedded-media-line-height: $line-height-sm !default;\n$theme-embedded-media-margin: 1rem 0 0 !default;\n\n$theme-embedded-media-align-left-margin: 1rem !default;\n$theme-embedded-media-align-left-width: 50% !default;\n\n$theme-embedded-media-align-right-margin: 1rem !default;\n$theme-embedded-media-align-right-width: 50% !default;\n\n// Load More\n$theme-load-more-font-family: $theme-font-family-sans-serif !default;\n$theme-load-more-bottom-spacing: map-get($spacers, 3) !default;\n\n$theme-load-more-button-background-color: $primary !default;\n$theme-load-more-button-border-color: $primary !default;\n$theme-load-more-button-color: $white !default;\n$theme-load-more-button-font-family: $theme-load-more-font-family !default;\n$theme-load-more-button-text-align: center !default;\n\n$theme-load-more-header-color: $body-color !default;\n$theme-load-more-header-font-family: $theme-load-more-font-family !default;\n$theme-load-more-header-font-size-sm: $theme-heading-h4-font-size-sm !default;\n$theme-load-more-header-font-size: $theme-heading-h4-font-size !default;\n$theme-load-more-header-font-weight: $font-weight-bold !default;\n$theme-load-more-header-line-height-sm: $theme-heading-h4-line-height-sm !default;\n$theme-load-more-header-line-height: $theme-heading-h4-line-height !default;\n$theme-load-more-header-text-align: center !default;\n$theme-load-more-header-text-transform: uppercase !default;\n\n\n// Cards\n$theme-card-background-color: $white !default;\n$theme-card-border: none !default;\n$theme-card-border-radius: $border-radius !default;\n$theme-card-box-shadow: $theme-box-shadow-sm !default;\n\n$theme-card-header-color: $white !default;\n$theme-card-header-background-color: $primary !default;\n$theme-card-header-border-color: $black !default;\n$theme-card-header-border-size: 1px !default;\n$theme-card-header-border: $theme-card-header-border-size solid $theme-card-header-border-color !default;\n$theme-card-header-font-family: $theme-font-family-sans-serif !default;\n$theme-card-header-font-size: $font-size-base !default;\n$theme-card-header-font-weight: 400 !default;\n$theme-card-header-letter-spacing: normal !default;\n$theme-card-header-link-color: $theme-card-header-color !default;\n$theme-card-header-link-decoration: $link-decoration !default;\n$theme-card-header-link-hover-color: $theme-card-header-link-color !default;\n$theme-card-header-link-hover-decoration: $link-hover-decoration !default;\n$theme-card-header-text-transform: uppercase !default;\n\n// Items\n$theme-item-padding: .75rem !default;\n$theme-item-element-margin: .375rem !default;\n$theme-item-letter-spacing: normal !default;\n$theme-item-link-decoration: $link-decoration !default;\n$theme-item-link-hover-decoration: $link-hover-decoration !default;\n\n$theme-item-contents-padding: .25rem !default;\n\n$theme-item-header-color: $gray-600 !default;\n$theme-item-header-font-family: $theme-font-family-sans-serif !default;\n$theme-item-header-font-size: 14px !default;\n$theme-item-header-font-weight: $font-weight-normal !default;\n$theme-item-header-line-height: get-line-height($theme-item-header-font-size, 20px) !default;\n$theme-item-header-link-color: $theme-item-header-color !default;\n$theme-item-header-link-decoration: $theme-item-link-decoration !default;\n$theme-item-header-link-hover-color: $theme-item-header-link-color !default;\n$theme-item-header-link-hover-decoration: $theme-item-link-hover-decoration !default;\n\n$theme-item-header-letter-spacing: $theme-item-letter-spacing !default;\n$theme-item-header-margin: $theme-item-element-margin !default;\n\n$theme-item-title-color: $body-color !default;\n$theme-item-title-font-family: $theme-font-family-sans-serif !default;\n$theme-item-title-font-size-sm: 16px !default;\n$theme-item-title-font-size: 17px !default;\n$theme-item-title-font-weight: 600 !default;\n$theme-item-title-letter-spacing: inherit !default;\n$theme-item-title-line-height-sm: get-line-height($theme-item-title-font-size-sm, 20px) !default;\n$theme-item-title-line-height: get-line-height($theme-item-title-font-size, 22px) !default;\n$theme-item-title-margin: $theme-item-element-margin !default;\n$theme-item-title-max-lines: 3 !default;\n\n$theme-item-title-link-color: $theme-item-title-color !default;\n$theme-item-title-link-decoration: $theme-item-link-decoration !default;\n$theme-item-title-link-hover-color: $theme-item-title-link-color !default;\n$theme-item-title-link-hover-decoration: $theme-item-link-hover-decoration !default;\n\n$theme-item-title-large-font-size-sm: $theme-heading-h5-font-size-sm !default;\n$theme-item-title-large-font-size: $theme-heading-h5-font-size !default;\n$theme-item-title-large-font-weight: $theme-item-title-font-weight !default;\n$theme-item-title-large-letter-spacing: $theme-item-title-letter-spacing !default;\n$theme-item-title-large-line-height-sm: $theme-heading-h5-line-height-sm !default;\n$theme-item-title-large-line-height: $theme-heading-h5-line-height !default;\n$theme-item-title-large-max-lines: $theme-responsive-max-lines !default;\n\n$theme-item-title-locked-content: \"\\1F512\" !default;\n\n$theme-item-description-font-family: $theme-font-family-serif !default;\n$theme-item-description-font-size-sm: 16px !default;\n$theme-item-description-font-size: 17px !default;\n$theme-item-description-font-weight: $font-weight-normal !default;\n$theme-item-description-line-height-sm-px: 23px !default;\n$theme-item-description-line-height-sm: get-line-height($theme-item-description-font-size-sm, $theme-item-description-line-height-sm-px) !default;\n$theme-item-description-line-height-px: 25px !default;\n$theme-item-description-line-height: get-line-height($theme-item-description-font-size, $theme-item-description-line-height-px) !default;\n\n$theme-item-description-margin: $theme-item-element-margin !default;\n$theme-item-description-color: $body-color !default;\n$theme-item-description-link-color: $theme-item-description-color !default;\n$theme-item-description-link-decoration: $theme-item-link-decoration !default;\n$theme-item-description-link-hover-color: $theme-item-description-link-color !default;\n$theme-item-description-link-hover-decoration: none !default;\n$theme-item-description-max-lines: $theme-responsive-max-lines !default;\n\n$theme-item-footer-color: $gray-600 !default;\n$theme-item-footer-font-family: $theme-font-family-sans-serif !default;\n$theme-item-footer-font-size: 14px !default;\n$theme-item-footer-font-weight: $font-weight-normal !default;\n$theme-item-footer-line-height: get-line-height($theme-item-footer-font-size, 20px) !default;\n$theme-item-footer-link-color: $link-color !default;\n$theme-item-footer-link-decoration: $theme-item-link-decoration !default;\n$theme-item-footer-link-hover-color: $link-hover-color !default;\n$theme-item-footer-link-hover-decoration: $theme-item-link-hover-decoration !default;\n$theme-item-footer-text-transform: initial !default;\n\n$theme-item-image-border-radius: $border-radius !default;\n$theme-item-image-box-shadow: $theme-box-shadow-lg !default;\n\n$theme-item-image-placeholder-color: lighten($primary, 5%) !default;\n$theme-item-image-placeholder-blend-mode: color-burn !default;\n$theme-item-image-placeholder-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z' fill-rule='evenodd'/%3E%3C/svg%3E\") !default;\n$theme-item-image-placeholder-position: $theme-item-image-border-radius $theme-item-image-border-radius !default;\n$theme-item-image-placeholder-opacity: .2 !default;\n\n$theme-item-card-min-height: 100% !default;\n\n\n// Item Lists\n$theme-item-list-card-min-height: 100% !default;\n$theme-item-list-border-radius: $theme-card-border-radius !default;\n\n$theme-item-list-body-font-family: $theme-item-description-font-family !default;\n$theme-item-list-body-font-size-sm: $theme-item-description-font-size-sm !default;\n$theme-item-list-body-font-size: $theme-item-description-font-size !default;\n$theme-item-list-body-font-weight: $theme-item-description-font-weight !default;\n$theme-item-list-body-line-height-sm: $theme-item-description-line-height-sm !default;\n$theme-item-list-body-line-height: $theme-item-description-line-height !default;\n\n$theme-item-list-footer-font-family: $theme-item-list-body-font-family !default;\n$theme-item-list-footer-font-size-sm: $theme-item-list-body-font-size-sm !default;\n$theme-item-list-footer-font-size: $theme-item-list-body-font-size !default;\n$theme-item-list-footer-font-weight: $theme-item-list-body-font-weight !default;\n$theme-item-list-footer-line-height-sm: $theme-item-list-body-line-height-sm !default;\n$theme-item-list-footer-line-height: $theme-item-list-body-line-height !default;\n\n// Pages @todo re-evaluate these classes (these should likely be page-wrapper values)\n$theme-page-bg-color: $body-bg !default;\n\n$theme-page-padding: map-get($spacers, 3) !default;\n$theme-page-padding-sm: 0 !default;\n\n$theme-page-background-color: $white !default;\n$theme-page-border-radius: $border-radius !default;\n$theme-page-box-shadow: $theme-box-shadow-sm !default;\n$theme-page-padding-bottom: .75rem !default;\n$theme-page-padding-bottom-sm: 0 !default;\n$theme-page-margin-bottom: map-get($spacers, block) !default;\n\n$theme-page-body-color: $body-color !default;\n$theme-page-body-font-family: $theme-font-family-serif !default;\n$theme-page-body-font-size: 19px !default;\n$theme-page-body-font-size-sm: $theme-page-body-font-size - 2 !default;\n$theme-page-body-font-weight: $font-weight-normal !default;\n$theme-page-body-line-height: get-line-height($theme-page-body-font-size, $theme-page-body-font-size + 14) !default;\n$theme-page-body-line-height-sm: get-line-height($theme-page-body-font-size-sm, $theme-page-body-font-size-sm + 10) !default;\n$theme-page-body-padding: $theme-page-padding !default;\n$theme-page-body-padding-sm: $theme-page-padding-sm !default;\n$theme-page-body-margin-bottom: map-get($spacers, block) !default;\n$theme-page-body-margin-bottom-sm: .75rem !default;\n\n$theme-page-body-images-title-color: $body-color !default;\n$theme-page-body-images-title-font-family: $theme-heading-h6-font-family !default;\n$theme-page-body-images-title-font-size: $theme-heading-h6-font-size !default;\n$theme-page-body-images-title-font-weight: $theme-heading-h6-font-weight !default;\n$theme-page-body-images-title-line-height: $theme-heading-h6-line-height !default;\n$theme-page-body-images-title-margin: .5rem !default;\n\n$theme-page-body-media-gallery-title-color: $theme-page-body-images-title-color !default;\n$theme-page-body-media-gallery-title-font-family: $theme-page-body-images-title-font-family !default;\n$theme-page-body-media-gallery-title-font-size: $theme-page-body-images-title-font-size !default;\n$theme-page-body-media-gallery-title-font-weight: $theme-page-body-images-title-font-weight !default;\n$theme-page-body-media-gallery-title-line-height: $theme-page-body-images-title-line-height !default;\n$theme-page-body-media-gallery-title-margin: $theme-page-body-images-title-margin !default;\n$theme-page-body-media-gallery-title-link-color: $theme-page-body-images-title-color !default;\n$theme-page-body-media-gallery-title-link-decoration: $link-decoration !default;\n$theme-page-body-media-gallery-title-link-hover-color: $theme-page-body-media-gallery-title-link-color !default;\n$theme-page-body-media-gallery-title-link-hover-decoration: $link-hover-decoration !default;\n\n$theme-page-body-media-gallery-image-name-color: $white !default;\n$theme-page-body-media-gallery-image-name-font-family: $theme-font-family-sans-serif !default;\n$theme-page-body-media-gallery-image-name-font-weight: $theme-heading-font-weight !default;\n$theme-page-body-media-gallery-image-name-font-size: $font-size-base !default;\n$theme-page-body-media-gallery-image-name-line-height: $line-height-base !default;\n$theme-page-body-media-gallery-image-name-text-shadow: 1px 1px 4px $black !default;\n\n$theme-page-body-media-gallery-image-overlay-bg: rgba(0, 0, 0, .5) !default;\n\n\n$theme-page-deck-color: $gray-600 !default;\n$theme-page-deck-font-family: $theme-font-family-sans-serif !default;\n$theme-page-deck-font-size: 24px !default;\n$theme-page-deck-font-size-sm: 22px !default;\n$theme-page-deck-font-weight: $font-weight-normal !default;\n$theme-page-deck-line-height: get-line-height($theme-page-deck-font-size, 34px) !default;\n$theme-page-deck-line-height-sm: get-line-height($theme-page-deck-font-size-sm, 30px) !default;\n\n$theme-page-description-color: $gray-600 !default;\n$theme-page-description-font-family: $theme-font-family-sans-serif !default;\n$theme-page-description-font-size: 20px !default;\n$theme-page-description-font-size-sm: 18px !default;\n$theme-page-description-font-weight: $font-weight-normal !default;\n$theme-page-description-line-height: get-line-height($theme-page-description-font-size, 28px) !default;\n$theme-page-description-line-height-sm: get-line-height($theme-page-description-font-size-sm, 26px) !default;\n\n$theme-page-title-color: $body-color !default;\n$theme-page-title-font-family: $theme-font-family-page-title !default;\n$theme-page-title-font-size: 40px !default;\n$theme-page-title-font-size-sm: $theme-page-title-font-size - 8 !default;\n$theme-page-title-font-weight: $font-weight-normal !default;\n$theme-page-title-line-height: get-line-height($theme-page-title-font-size, $theme-page-title-font-size + 10) !default;\n$theme-page-title-line-height-sm: get-line-height($theme-page-title-font-size-sm, $theme-page-title-font-size-sm + 8) !default;\n\n$theme-page-header-padding: $theme-page-padding !default;\n$theme-page-header-padding-sm: $theme-page-padding-sm !default;\n\n// Breadcrumbs\n$theme-breadcrumbs-background-color: $theme-page-background-color !default;\n$theme-breadcrumbs-font-family: $theme-font-family-sans-serif !default;\n$theme-breadcrumbs-font-size: 16px !default;\n$theme-breadcrumbs-font-size-sm: 14px !default;\n$theme-breadcrumbs-font-weight: $font-weight-normal !default;\n$theme-breadcrumbs-letter-spacing: normal !default;\n$theme-breadcrumbs-line-height: $line-height-base !default;\n$theme-breadcrumbs-line-height-sm: $line-height-base !default;\n$theme-breadcrumbs-link-color: $link-color !default;\n$theme-breadcrumbs-link-decoration: $link-decoration !default;\n$theme-breadcrumbs-link-hover-color: $link-hover-color !default;\n$theme-breadcrumbs-link-hover-decoration: $link-hover-decoration !default;\n$theme-breadcrumbs-transform: uppercase !default;\n\n// Icons\n$theme-icon-drop-shadow: 1px 1px 1px rgba(0, 0, 0, .3) !default;\n$theme-icon-fill-dark: $black !default;\n$theme-icon-fill-light: $white !default;\n$theme-icon-fill: $black !default;\n$theme-icon-size-lg: 1.5rem !default;\n$theme-icon-size-md: 1.25rem !default;\n$theme-icon-size-xl: 2.5rem !default;\n$theme-icon-size: 1rem !default;\n$theme-icon-transition: fill ease 250ms !default;\n\n// Magazine\n$theme-magazine-archives-padding: 1rem !default;\n\n// Social Colors\n$dribbble: #ea4c89 !default;\n$facebook: #4172b8 !default;\n$github: #181717 !default;\n$googleplus: #dc4e41 !default;\n$instagram: #e4405f !default;\n$linkedin: #0077b5 !default;\n$pinterest: #bd081c !default;\n$reddit: #ff4500 !default;\n$slack: #4a154b !default;\n$twitter: #1da1f2 !default;\n$whatsapp: #25d366 !default;\n$youtube: #f00 !default;\n\n// Lazyload Images\n$theme-lazyloaded-tranisition: opacity 250ms !default;\n\n// Ads\n$theme-ad-box-shadow: 0 .125rem .25rem rgba($black, .075) !default;\n$theme-ad-margin: map-get($spacers, block) !default;\n$theme-ad-padding: $theme-ad-margin !default;\n\n$theme-ad-reveal-box-shadow-light: 0 4px 8px 0 rgba(255, 255, 255, .2), 0 6px 20px 0 rgba(255, 255, 255, .19) !default;\n$theme-ad-reveal-box-shadow-dark: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !default;\n\n$theme-ad-sticky-leaderboard-background-color: rgba(0, 0, 0, .8) !default;\n$theme-ad-sticky-leaderboard-border-radius: $border-radius !default;\n$theme-ad-sticky-leaderboard-box-shadow: $theme-box-shadow-lg !default;\n$theme-ad-sticky-leaderboard-padding: map-get($spacers, 2) !default;\n$theme-ad-sticky-leaderboard-transition: visibility linear 250ms, opacity ease 250ms !default;\n$theme-ad-sticky-leaderboard-z-index: 100000 !default;\n\n$theme-ad-sticky-leaderboard-close-color: $white !default;\n$theme-ad-sticky-leaderboard-close-position: .25rem !default;\n$theme-ad-sticky-leaderboard-close-size: 1.25rem !default;\n\n// Navbar / Header\n$theme-site-header-breakpoints: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$theme-site-header-breakpoints: map-merge(\n (\n hide-primary: 768px,\n hide-secondary: 576px,\n hide-tertiary: 0,\n small-logo: 768px,\n small-text-primary: 992px,\n small-text-secondary: 992px\n ),\n $theme-site-header-breakpoints\n);\n\n$theme-site-header-box-shadow: $theme-box-shadow-lg !default;\n$theme-site-header-font-family: $theme-font-family-sans-serif !default;\n$theme-site-header-opacity: 1 !default;\n$theme-site-header-z-index: 5000000 !default;\n\n$theme-site-navbar-dark-color: rgba($white, .75) !default;\n$theme-site-navbar-dark-hover-color: $white !default;\n$theme-site-navbar-dark-active-color: $theme-site-navbar-dark-hover-color !default;\n$theme-site-navbar-light-color: rgba($black, .75) !default;\n$theme-site-navbar-light-hover-color: $black !default;\n$theme-site-navbar-light-active-color: $theme-site-navbar-light-hover-color !default;\n$theme-site-navbar-padding-x: 16px !default;\n$theme-site-navbar-padding-y: 0 !default;\n\n$theme-site-navbar-dark-colors: (\n default: $theme-site-navbar-dark-color,\n hover: $theme-site-navbar-dark-hover-color,\n active: $theme-site-navbar-dark-active-color\n) !default;\n\n$theme-site-navbar-light-colors: (\n default: $theme-site-navbar-light-color,\n hover: $theme-site-navbar-light-hover-color,\n active: $theme-site-navbar-light-active-color\n) !default;\n\n$theme-site-navbar-brand-margin-y: 0 !default;\n$theme-site-navbar-brand-margin-x: 12px !default;\n\n$theme-site-navbar-primary-bg-color: $primary !default;\n$theme-site-navbar-primary-font-family: $theme-site-header-font-family !default;\n$theme-site-navbar-primary-font-size: 16px !default;\n$theme-site-navbar-primary-font-size-sm: $theme-site-navbar-primary-font-size - 2 !default;\n$theme-site-navbar-primary-font-weight: $font-weight-normal !default;\n$theme-site-navbar-primary-height-sm: 4px !default;\n$theme-site-navbar-primary-line-height: get-line-height($theme-site-navbar-primary-font-size, 24px) !default;\n$theme-site-navbar-primary-line-height-sm: get-line-height($theme-site-navbar-primary-font-size-sm, 21px) !default;\n$theme-site-navbar-primary-padding-x: 16px !default;\n$theme-site-navbar-primary-padding-y: 0 !default;\n$theme-site-navbar-primary-type: dark !default;\n\n$theme-site-navbar-primary-link-active-background-color: initial !default;\n$theme-site-navbar-primary-link-active-color: navbar-link-color($theme-site-navbar-primary-type, active) !default;\n$theme-site-navbar-primary-link-active-decoration: underline !default;\n$theme-site-navbar-primary-link-background-color: initial !default;\n$theme-site-navbar-primary-link-color: navbar-link-color($theme-site-navbar-primary-type, default) !default;\n$theme-site-navbar-primary-link-decoration: none !default;\n$theme-site-navbar-primary-link-hover-background-color: initial !default;\n$theme-site-navbar-primary-link-hover-color: navbar-link-color($theme-site-navbar-primary-type, hover) !default;\n$theme-site-navbar-primary-link-hover-decoration: underline !default;\n$theme-site-navbar-primary-link-padding: 8px !default;\n\n$theme-site-navbar-primary-colors: (\n default: $theme-site-navbar-primary-link-color,\n hover: $theme-site-navbar-primary-link-hover-color,\n active: $theme-site-navbar-primary-link-active-color\n) !default;\n\n$theme-site-navbar-primary-decorations: (\n default: $theme-site-navbar-primary-link-decoration,\n hover: $theme-site-navbar-primary-link-hover-decoration,\n active: $theme-site-navbar-primary-link-active-decoration\n) !default;\n\n$theme-site-navbar-primary-background-colors: (\n default: $theme-site-navbar-primary-link-background-color,\n hover: $theme-site-navbar-primary-link-hover-background-color,\n active: $theme-site-navbar-primary-link-active-background-color\n) !default;\n\n$theme-site-navbar-secondary-bg-color: $dark !default;\n$theme-site-navbar-secondary-font-family: $theme-site-header-font-family !default;\n$theme-site-navbar-secondary-font-size: 14px !default;\n$theme-site-navbar-secondary-font-size-sm: $theme-site-navbar-secondary-font-size - 2 !default;\n$theme-site-navbar-secondary-font-weight: $font-weight-normal !default;\n$theme-site-navbar-secondary-line-height: get-line-height($theme-site-navbar-secondary-font-size, 21px) !default;\n$theme-site-navbar-secondary-line-height-sm: get-line-height($theme-site-navbar-secondary-font-size-sm, 18px) !default;\n$theme-site-navbar-secondary-padding-x: 16px !default;\n$theme-site-navbar-secondary-padding-y: 10px !default;\n$theme-site-navbar-secondary-type: dark !default;\n\n$theme-site-navbar-secondary-link-active-background-color: initial !default;\n$theme-site-navbar-secondary-link-active-color: navbar-link-color($theme-site-navbar-secondary-type, active) !default;\n$theme-site-navbar-secondary-link-active-decoration: underline !default;\n$theme-site-navbar-secondary-link-background-color: initial !default;\n$theme-site-navbar-secondary-link-color: navbar-link-color($theme-site-navbar-secondary-type, default) !default;\n$theme-site-navbar-secondary-link-decoration: none !default;\n$theme-site-navbar-secondary-link-hover-background-color: initial !default;\n$theme-site-navbar-secondary-link-hover-color: navbar-link-color($theme-site-navbar-secondary-type, hover) !default;\n$theme-site-navbar-secondary-link-hover-decoration: underline !default;\n$theme-site-navbar-secondary-link-padding: 8px !default;\n\n$theme-site-navbar-secondary-colors: (\n default: $theme-site-navbar-secondary-link-color,\n hover: $theme-site-navbar-secondary-link-hover-color,\n active: $theme-site-navbar-secondary-link-active-color\n) !default;\n\n$theme-site-navbar-secondary-decorations: (\n default: $theme-site-navbar-secondary-link-decoration,\n hover: $theme-site-navbar-secondary-link-hover-decoration,\n active: $theme-site-navbar-secondary-link-active-decoration\n) !default;\n\n$theme-site-navbar-secondary-background-colors: (\n default: $theme-site-navbar-secondary-link-background-color,\n hover: $theme-site-navbar-secondary-link-hover-background-color,\n active: $theme-site-navbar-secondary-link-active-background-color\n) !default;\n\n$theme-site-navbar-tertiary-link-active-color: navbar-link-color($theme-site-navbar-secondary-type, active) !default;\n$theme-site-navbar-tertiary-link-color: navbar-link-color($theme-site-navbar-secondary-type, default) !default;\n$theme-site-navbar-tertiary-link-hover-color: navbar-link-color($theme-site-navbar-secondary-type, hover) !default;\n\n$theme-site-navbar-tertiary-colors: (\n default: $theme-site-navbar-tertiary-link-color,\n hover: $theme-site-navbar-tertiary-link-hover-color,\n active: $theme-site-navbar-tertiary-link-active-color\n) !default;\n\n$theme-site-navbar-link-transition: color ease 300ms, text-decoration ease 300ms, background-color ease 300ms !default;\n\n$theme-site-navbar-logo-drop-shadow: 1px 1px 1px rgba(0, 0, 0, .35) !default;\n$theme-site-navbar-logo-height: 60px !default;\n$theme-site-navbar-logo-height-sm: $theme-site-navbar-logo-height / 2 !default;\n\n$theme-site-navbar-icon-transition: fill ease 300ms !default;\n\n$theme-site-navbar-menu-padding-x: 0 !default;\n$theme-site-navbar-menu-padding-y: 0 !default;\n$theme-site-navbar-menu-font-family: $theme-font-family-sans-serif !default;\n$theme-site-navbar-menu-bg-color: $white !default;\n$theme-site-navbar-menu-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !default;\n$theme-site-navbar-menu-width: 264px !default;\n$theme-site-navbar-menu-max-width: 75vw !default;\n$theme-site-navbar-menu-hover-background-color: lighten($theme-site-navbar-primary-bg-color, 60%) !default;\n\n$theme-site-navbar-menu-item-font-size: 14px !default;\n$theme-site-navbar-menu-item-font-weight: $font-weight-normal !default;\n$theme-site-navbar-menu-item-border-color: rgba(0, 0, 0, .125) !default;\n\n$theme-site-navbar-menu-active-item-font-weight: 600 !default;\n\n$theme-site-navbar-menu-link-padding-x: .5rem !default;\n$theme-site-navbar-menu-link-padding-y: 1rem !default;\n$theme-site-navbar-menu-link-color: $gray-700 !default;\n$theme-site-navbar-menu-link-hover-color: $theme-site-navbar-menu-link-color !default;\n\n\n// Site Footer\n$theme-site-footer-box-shadow: $theme-box-shadow-lg !default;\n$theme-site-footer-font-family: $theme-site-header-font-family !default;\n$theme-site-footer-font-size: 16px !default;\n$theme-site-footer-font-weight: $font-weight-normal !default;\n$theme-site-footer-line-height: get-line-height($theme-site-footer-font-size, 24px) !default;\n$theme-site-footer-opacity: 1 !default;\n$theme-site-footer-spacer: map-get($spacers, 3) !default;\n$theme-site-footer-spacer-sm: map-get($spacers, 2) !default;\n\n$theme-site-footer-copyright-color: $light !default;\n$theme-site-footer-copyright-font-size: 14px !default;\n$theme-site-footer-copyright-font-weight: $font-weight-normal !default;\n$theme-site-footer-copyright-line-height: get-line-height($theme-site-footer-copyright-font-size, 21px) !default;\n\n$theme-site-footer-logo-box-shadow: 2px 2px 2px rgba(0, 0, 0, .5) !default;\n$theme-site-footer-logo-height: 60px !default;\n$theme-site-footer-logo-height-sm: $theme-site-footer-logo-height / 2 !default;\n\n$theme-site-footer-primary-bg-color: $theme-site-navbar-primary-bg-color !default;\n$theme-site-footer-primary-type: dark !default;\n$theme-site-footer-secondary-bg-color: $theme-site-navbar-secondary-bg-color !default;\n$theme-site-footer-secondary-type: dark !default;\n",":root {\n // Custom variable values only support SassScript inside `#{}`.\n @each $color, $value in $colors {\n --#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$color}: #{$value};\n }\n\n @each $bp, $value in $grid-breakpoints {\n --breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --font-family-sans-serif: #{inspect($font-family-sans-serif)};\n --font-family-monospace: #{inspect($font-family-monospace)};\n}\n","// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `
`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `