@netu-si/netu-react-dsf-components 0.0.1 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/cjs/components/DSFBackLink/DSFBackLink.d.ts +11 -0
- package/dist/cjs/components/DSFDateInput/DSFDateInput.d.ts +2 -2
- package/dist/cjs/components/DSFFieldSet/DSFFieldSet.d.ts +2 -2
- package/dist/cjs/components/DSFFileUpload/DSFFileUpload.d.ts +5 -3
- package/dist/cjs/components/DSFFooter/DSFFooter.d.ts +8 -1
- package/dist/cjs/components/DSFFormGroup/DSFFormGroup.d.ts +2 -2
- package/dist/cjs/components/DSFHeader/DSFHeader.d.ts +4 -2
- package/dist/cjs/components/DSFLoadingBox/DSFLoadingBox.d.ts +2 -3
- package/dist/cjs/components/DSFMain/DSFMain.d.ts +3 -1
- package/dist/cjs/components/DSFPage/DSFPage.d.ts +46 -0
- package/dist/cjs/components/DSFPage/index.d.ts +1 -0
- package/dist/cjs/components/DSFPanel/DSFPanel.d.ts +2 -2
- package/dist/cjs/components/DSFRadio/DSFRadio.d.ts +0 -2
- package/dist/cjs/components/DSFSelect/DSFSelect.d.ts +1 -0
- package/dist/cjs/components/DSFTable/DSFTable.d.ts +8 -7
- package/dist/cjs/components/index.d.ts +2 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/DSFBackLink/DSFBackLink.d.ts +11 -0
- package/dist/esm/components/DSFDateInput/DSFDateInput.d.ts +2 -2
- package/dist/esm/components/DSFFieldSet/DSFFieldSet.d.ts +2 -2
- package/dist/esm/components/DSFFileUpload/DSFFileUpload.d.ts +5 -3
- package/dist/esm/components/DSFFooter/DSFFooter.d.ts +8 -1
- package/dist/esm/components/DSFFormGroup/DSFFormGroup.d.ts +2 -2
- package/dist/esm/components/DSFHeader/DSFHeader.d.ts +4 -2
- package/dist/esm/components/DSFLoadingBox/DSFLoadingBox.d.ts +2 -3
- package/dist/esm/components/DSFMain/DSFMain.d.ts +3 -1
- package/dist/esm/components/DSFPage/DSFPage.d.ts +46 -0
- package/dist/esm/components/DSFPage/index.d.ts +1 -0
- package/dist/esm/components/DSFPanel/DSFPanel.d.ts +2 -2
- package/dist/esm/components/DSFRadio/DSFRadio.d.ts +0 -2
- package/dist/esm/components/DSFSelect/DSFSelect.d.ts +1 -0
- package/dist/esm/components/DSFTable/DSFTable.d.ts +8 -7
- package/dist/esm/components/index.d.ts +2 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +99 -16
- package/package.json +7 -8
package/dist/cjs/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var t=require("react"),o=require("react-router-dom"),r=function(){return r=Object.assign||function(t){for(var o,r=1,e=arguments.length;r<e;r++)for(var i in o=arguments[r])Object.prototype.hasOwnProperty.call(o,i)&&(t[i]=o[i]);return t},r.apply(this,arguments)};function e(t,o){var r={};for(var e in t)Object.prototype.hasOwnProperty.call(t,e)&&o.indexOf(e)<0&&(r[e]=t[e]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(e=Object.getOwnPropertySymbols(t);i<e.length;i++)o.indexOf(e[i])<0&&Object.prototype.propertyIsEnumerable.call(t,e[i])&&(r[e[i]]=t[e[i]])}return r}"function"==typeof SuppressedError&&SuppressedError;!function(t,o){void 0===o&&(o={});var r=o.insertAt;if(t&&"undefined"!=typeof document){var e=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===r&&e.firstChild?e.insertBefore(i,e.firstChild):e.appendChild(i),i.styleSheet?i.styleSheet.cssText=t:i.appendChild(document.createTextNode(t))}}("@import\"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://fonts.googleapis.com/icon?family=Material+Icons\";@import\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css\";/*!\n * Bootstrap Reboot v5.2.0 (https://getbootstrap.com/)\n * Copyright 2011-2022 The Bootstrap Authors\n * Copyright 2011-2022 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 39, 37, 37;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: \"Roboto\", sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1.125rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #272525;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #1d70b8;--bs-link-hover-color: #003078;--bs-code-color: #d63384;--bs-highlight-bg: #fff3cd}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:1.5rem;font-weight:700;line-height:1.2}h1,.h1{font-size:calc(1.40625rem + 1.875vw)}@media(min-width: 1200px){h1,.h1{font-size:2.8125rem}}h2,.h2{font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){h2,.h2{font-size:2.25rem}}h3,.h3{font-size:calc(1.321875rem + 0.8625vw)}@media(min-width: 1200px){h3,.h3{font-size:1.96875rem}}h4,.h4{font-size:calc(1.29375rem + 0.525vw)}@media(min-width: 1200px){h4,.h4{font-size:1.6875rem}}h5,.h5{font-size:calc(1.265625rem + 0.1875vw)}@media(min-width: 1200px){h5,.h5{font-size:1.40625rem}}h6,.h6{font-size:1.125rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}/*!\n * Bootstrap Grid v5.2.0 (https://getbootstrap.com/)\n * Copyright 2011-2022 The Bootstrap Authors\n * Copyright 2011-2022 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 39, 37, 37;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: \"Roboto\", sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1.125rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #272525;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #1d70b8;--bs-link-hover-color: #003078;--bs-code-color: #d63384;--bs-highlight-bg: #fff3cd}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.govcy-container,.container-sm,.govcy-container-fluid{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.govcy-container,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.govcy-container,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.govcy-container,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.govcy-container,.container-sm,.container{max-width:1280px}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1,.govcy-col-1{flex:0 0 auto;width:8.33333333%}.col-md-2,.govcy-col-2{flex:0 0 auto;width:16.66666667%}.col-md-3,.govcy-col-3{flex:0 0 auto;width:25%}.col-md-4,.govcy-col-4{flex:0 0 auto;width:33.33333333%}.col-md-5,.govcy-col-5{flex:0 0 auto;width:41.66666667%}.col-md-6,.govcy-col-6{flex:0 0 auto;width:50%}.col-md-7,.govcy-col-7{flex:0 0 auto;width:58.33333333%}.col-md-8,.govcy-col-8{flex:0 0 auto;width:66.66666667%}.col-md-9,.govcy-col-9{flex:0 0 auto;width:75%}.col-md-10,.govcy-col-10{flex:0 0 auto;width:83.33333333%}.col-md-11,.govcy-col-11{flex:0 0 auto;width:91.66666667%}.col-md-12,.govcy-col-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !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}.d-none{display:none !important}.flex-fill{flex:1 1 auto !important}.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-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}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-evenly{justify-content:space-evenly !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}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}@media(min-width: 576px){.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !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}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.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-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}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-sm-evenly{justify-content:space-evenly !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}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}}@media(min-width: 768px){.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !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}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.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-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}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-md-evenly{justify-content:space-evenly !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}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}}@media(min-width: 992px){.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !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}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.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-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}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-lg-evenly{justify-content:space-evenly !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}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}}@media(min-width: 1200px){.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !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}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.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-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}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-xl-evenly{justify-content:space-evenly !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}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}}@media(min-width: 1400px){.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !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}.d-print-none{display:none !important}}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !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}.d-none{display:none !important}.flex-fill{flex:1 1 auto !important}.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-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}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-evenly{justify-content:space-evenly !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}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}@media(min-width: 576px){.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !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}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.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-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}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-sm-evenly{justify-content:space-evenly !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}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}}@media(min-width: 768px){.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !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}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.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-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}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-md-evenly{justify-content:space-evenly !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}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}}@media(min-width: 992px){.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !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}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.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-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}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-lg-evenly{justify-content:space-evenly !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}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}}@media(min-width: 1200px){.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !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}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.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-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}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-xl-evenly{justify-content:space-evenly !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}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}}@media(min-width: 1400px){.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !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}.d-print-none{display:none !important}}/*!\n * Bootstrap v5.2.0 (https://getbootstrap.com/)\n * Copyright 2011-2022 The Bootstrap Authors\n * Copyright 2011-2022 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 39, 37, 37;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: \"Roboto\", sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1.125rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #272525;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #1d70b8;--bs-link-hover-color: #003078;--bs-code-color: #d63384;--bs-highlight-bg: #fff3cd}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:0;margin-bottom:1.5rem;font-weight:700;line-height:1.2}h1,.h1{font-size:calc(1.40625rem + 1.875vw)}@media(min-width: 1200px){h1,.h1{font-size:2.8125rem}}h2,.h2{font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){h2,.h2{font-size:2.25rem}}h3,.h3{font-size:calc(1.321875rem + 0.8625vw)}@media(min-width: 1200px){h3,.h3{font-size:1.96875rem}}h4,.h4{font-size:calc(1.29375rem + 0.525vw)}@media(min-width: 1200px){h4,.h4{font-size:1.6875rem}}h5,.h5{font-size:calc(1.265625rem + 0.1875vw)}@media(min-width: 1200px){h5,.h5{font-size:1.40625rem}}h6,.h6{font-size:1.125rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:calc(1.265625rem + 0.1875vw);font-weight:300}@media(min-width: 1200px){.lead{font-size:1.40625rem}}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:calc(1.265625rem + 0.1875vw)}@media(min-width: 1200px){.blockquote{font-size:1.40625rem}}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:\"— \"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid var(--bs-border-color);border-radius:.375rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:#6c757d}.container,.container-fluid,.govcy-container-fluid,.container-sm,.container-md,.govcy-container,.container-lg,.container-xl,.container-xxl{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container,.container-sm{max-width:540px}}@media(min-width: 768px){.container,.container-sm,.container-md,.govcy-container{max-width:720px}}@media(min-width: 992px){.container,.container-sm,.container-md,.govcy-container,.container-lg{max-width:960px}}@media(min-width: 1200px){.container,.container-sm,.container-md,.govcy-container,.container-lg,.container-xl{max-width:1140px}}@media(min-width: 1400px){.container,.container-sm,.container-md,.govcy-container,.container-lg,.container-xl,.container-xxl{max-width:1280px}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1,.govcy-col-1{flex:0 0 auto;width:8.33333333%}.col-md-2,.govcy-col-2{flex:0 0 auto;width:16.66666667%}.col-md-3,.govcy-col-3{flex:0 0 auto;width:25%}.col-md-4,.govcy-col-4{flex:0 0 auto;width:33.33333333%}.col-md-5,.govcy-col-5{flex:0 0 auto;width:41.66666667%}.col-md-6,.govcy-col-6{flex:0 0 auto;width:50%}.col-md-7,.govcy-col-7{flex:0 0 auto;width:58.33333333%}.col-md-8,.govcy-col-8{flex:0 0 auto;width:66.66666667%}.col-md-9,.govcy-col-9{flex:0 0 auto;width:75%}.col-md-10,.govcy-col-10{flex:0 0 auto;width:83.33333333%}.col-md-11,.govcy-col-11{flex:0 0 auto;width:91.66666667%}.col-md-12,.govcy-col-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table,.govcy-table{--bs-table-color: var(--bs-body-color);--bs-table-bg: transparent;--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-body-color);--bs-table-striped-bg: rgba(0, 0, 0, 0.05);--bs-table-active-color: var(--bs-body-color);--bs-table-active-bg: rgba(0, 0, 0, 0.1);--bs-table-hover-color: var(--bs-body-color);--bs-table-hover-bg: rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*,.govcy-table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody,.govcy-table>tbody{vertical-align:inherit}.table>thead,.govcy-table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid currentcolor}.caption-top,.govcy-caption-top{caption-side:top}.table-sm>:not(caption)>*>*,.govcy-table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*,.govcy-table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*,.govcy-table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*,.govcy-table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child),.govcy-table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active,.govcy-table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*,.govcy-table-hover>tbody>tr:hover>*{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color: #000;--bs-table-bg: #cfe2ff;--bs-table-border-color: #bacbe6;--bs-table-striped-bg: #c5d7f2;--bs-table-striped-color: #000;--bs-table-active-bg: #bacbe6;--bs-table-active-color: #000;--bs-table-hover-bg: #bfd1ec;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #e2e3e5;--bs-table-border-color: #cbccce;--bs-table-striped-bg: #d7d8da;--bs-table-striped-color: #000;--bs-table-active-bg: #cbccce;--bs-table-active-color: #000;--bs-table-hover-bg: #d1d2d4;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #d1e7dd;--bs-table-border-color: #bcd0c7;--bs-table-striped-bg: #c7dbd2;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd0c7;--bs-table-active-color: #000;--bs-table-hover-bg: #c1d6cc;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #cff4fc;--bs-table-border-color: #badce3;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #fff3cd;--bs-table-border-color: #e6dbb9;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #f8d7da;--bs-table-border-color: #dfc2c4;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #dfe0e1;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: #373b3e;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:calc(1.265625rem + 0.1875vw)}@media(min-width: 1200px){.col-form-label-lg{font-size:1.40625rem}}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.984375rem}.form-text{margin-top:.25rem;font-size:0.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1.125rem;font-weight:400;line-height:1.5;color:#272525;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#272525;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:#272525;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#272525;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.984375rem;border-radius:.25rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:calc(1.265625rem + 0.1875vw);border-radius:.5rem}@media(min-width: 1200px){.form-control-lg{font-size:1.40625rem}}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + 2px);padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:.375rem}.form-control-color::-webkit-color-swatch{border-radius:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + 2px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px)}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1.125rem;font-weight:400;line-height:1.5;color:#272525;background-color:#fff;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size=\"1\"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #272525}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.984375rem;border-radius:.25rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:calc(1.265625rem + 0.1875vw);border-radius:.5rem}@media(min-width: 1200px){.form-select-lg{font-size:1.40625rem}}.form-check{display:block;min-height:1.6875rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);appearance:none;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\")}.form-check-input:checked[type=radio]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e\")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e\")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e\");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e\")}.form-switch .form-check-input:checked{background-position:right center;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e\")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check[disabled]+.govcy-btn-success,.btn-check[disabled]+.govcy-btn-secondary,.btn-check[disabled]+.govcy-btn-primary,.btn-check[disabled]+.govcy-btn,.btn-check:disabled+.btn,.btn-check:disabled+.govcy-btn-success,.btn-check:disabled+.govcy-btn-secondary,.btn-check:disabled+.govcy-btn-primary,.btn-check:disabled+.govcy-btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:rgba(0,0,0,0);appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem .75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:3}.input-group .btn,.input-group .govcy-btn-success,.input-group .govcy-btn-secondary,.input-group .govcy-btn-primary,.input-group .govcy-btn{position:relative;z-index:2}.input-group .btn:focus,.input-group .govcy-btn-success:focus,.input-group .govcy-btn-secondary:focus,.input-group .govcy-btn-primary:focus,.input-group .govcy-btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1.125rem;font-weight:400;line-height:1.5;color:#272525;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn,.input-group-lg>.govcy-btn-success,.input-group-lg>.govcy-btn-secondary,.input-group-lg>.govcy-btn-primary,.input-group-lg>.govcy-btn{padding:.5rem 1rem;font-size:calc(1.265625rem + 0.1875vw);border-radius:.5rem}@media(min-width: 1200px){.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn,.input-group-lg>.govcy-btn-success,.input-group-lg>.govcy-btn-secondary,.input-group-lg>.govcy-btn-primary,.input-group-lg>.govcy-btn{font-size:1.40625rem}}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn,.input-group-sm>.govcy-btn-success,.input-group-sm>.govcy-btn-secondary,.input-group-sm>.govcy-btn-primary,.input-group-sm>.govcy-btn{padding:.25rem .5rem;font-size:0.984375rem;border-radius:.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.984375rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.375rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#198754;padding-right:calc(1.5em + 0.75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#198754}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size=\"1\"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size=\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#198754}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#198754}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group .form-control:valid,.input-group .form-control.is-valid,.was-validated .input-group .form-select:valid,.input-group .form-select.is-valid{z-index:1}.was-validated .input-group .form-control:valid:focus,.input-group .form-control.is-valid:focus,.was-validated .input-group .form-select:valid:focus,.input-group .form-select.is-valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.984375rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.375rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 0.75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#dc3545}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size=\"1\"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size=\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#dc3545}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#dc3545}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group .form-control:invalid,.input-group .form-control.is-invalid,.was-validated .input-group .form-select:invalid,.input-group .form-select.is-invalid{z-index:2}.was-validated .input-group .form-control:invalid:focus,.input-group .form-control.is-invalid:focus,.was-validated .input-group .form-select:invalid:focus,.input-group .form-select.is-invalid:focus{z-index:3}.btn,.govcy-btn-success,.govcy-btn-secondary,.govcy-btn-primary,.govcy-btn{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1.125rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: #272525;--bs-btn-bg: transparent;--bs-btn-border-width: 1px;--bs-btn-border-color: transparent;--bs-btn-border-radius: 0.375rem;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn,.govcy-btn-success,.govcy-btn-secondary,.govcy-btn-primary,.govcy-btn{transition:none}}.btn:hover,.govcy-btn-success:hover,.govcy-btn-secondary:hover,.govcy-btn-primary:hover,.govcy-btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check:focus+.btn,.btn-check:focus+.govcy-btn-success,.btn-check:focus+.govcy-btn-secondary,.btn-check:focus+.govcy-btn-primary,.btn-check:focus+.govcy-btn,.btn:focus,.govcy-btn-success:focus,.govcy-btn-secondary:focus,.govcy-btn-primary:focus,.govcy-btn:focus{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn-check:checked+.govcy-btn-success,.btn-check:checked+.govcy-btn-secondary,.btn-check:checked+.govcy-btn-primary,.btn-check:checked+.govcy-btn,.btn-check:active+.btn,.btn-check:active+.govcy-btn-success,.btn-check:active+.govcy-btn-secondary,.btn-check:active+.govcy-btn-primary,.btn-check:active+.govcy-btn,.btn:active,.govcy-btn-success:active,.govcy-btn-secondary:active,.govcy-btn-primary:active,.govcy-btn:active,.btn.active,.active.govcy-btn-success,.active.govcy-btn-secondary,.active.govcy-btn-primary,.active.govcy-btn,.btn.show,.show.govcy-btn-success,.show.govcy-btn-secondary,.show.govcy-btn-primary,.show.govcy-btn{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus,.btn-check:checked+.govcy-btn-success:focus,.btn-check:checked+.govcy-btn-secondary:focus,.btn-check:checked+.govcy-btn-primary:focus,.btn-check:checked+.govcy-btn:focus,.btn-check:active+.btn:focus,.btn-check:active+.govcy-btn-success:focus,.btn-check:active+.govcy-btn-secondary:focus,.btn-check:active+.govcy-btn-primary:focus,.btn-check:active+.govcy-btn:focus,.btn:active:focus,.govcy-btn-success:active:focus,.govcy-btn-secondary:active:focus,.govcy-btn-primary:active:focus,.govcy-btn:active:focus,.btn.active:focus,.active.govcy-btn-success:focus,.active.govcy-btn-secondary:focus,.active.govcy-btn-primary:focus,.active.govcy-btn:focus,.btn.show:focus,.show.govcy-btn-success:focus,.show.govcy-btn-secondary:focus,.show.govcy-btn-primary:focus,.show.govcy-btn:focus{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.govcy-btn-success:disabled,.govcy-btn-secondary:disabled,.govcy-btn-primary:disabled,.govcy-btn:disabled,.btn.disabled,.disabled.govcy-btn-success,.disabled.govcy-btn-secondary,.disabled.govcy-btn-primary,.disabled.govcy-btn,fieldset:disabled .btn,fieldset:disabled .govcy-btn-success,fieldset:disabled .govcy-btn-secondary,fieldset:disabled .govcy-btn-primary,fieldset:disabled .govcy-btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0b5ed7;--bs-btn-hover-border-color: #0a58ca;--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0a58ca;--bs-btn-active-border-color: #0a53be;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5c636a;--bs-btn-hover-border-color: #565e64;--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: #565e64;--bs-btn-active-border-color: #51585e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #157347;--bs-btn-hover-border-color: #146c43;--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #146c43;--bs-btn-active-border-color: #13653f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #31d2f2;--bs-btn-hover-border-color: #25cff2;--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3dd5f3;--bs-btn-active-border-color: #25cff2;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6efd;--bs-btn-hover-border-color: #0d6efd;--bs-btn-focus-shadow-rgb: 13, 110, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0d6efd;--bs-btn-active-border-color: #0d6efd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0d6efd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0d6efd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: none;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline}.btn-link:focus{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.govcy-btn-lg,.btn-group-lg>.btn,.btn-group-lg>.govcy-btn-success,.btn-group-lg>.govcy-btn-secondary,.btn-group-lg>.govcy-btn-primary,.btn-group-lg>.govcy-btn{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:calc(1.265625rem + 0.1875vw);--bs-btn-border-radius: 0.5rem}@media(min-width: 1200px){.btn-lg,.govcy-btn-lg,.btn-group-lg>.btn,.btn-group-lg>.govcy-btn-success,.btn-group-lg>.govcy-btn-secondary,.btn-group-lg>.govcy-btn-primary,.btn-group-lg>.govcy-btn{--bs-btn-font-size:1.40625rem}}.btn-sm,.govcy-btn-sm,.btn-group-sm>.btn,.btn-group-sm>.govcy-btn-success,.btn-group-sm>.govcy-btn-secondary,.btn-group-sm>.govcy-btn-primary,.btn-group-sm>.govcy-btn{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.984375rem;--bs-btn-border-radius: 0.25rem}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1.125rem;--bs-dropdown-color: #272525;--bs-dropdown-bg: #fff;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: 0.375rem;--bs-dropdown-border-width: 1px;--bs-dropdown-inner-border-radius: calc(0.375rem - 1px);--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-dropdown-link-color: #212529;--bs-dropdown-link-hover-color: #1e2125;--bs-dropdown-link-hover-bg: #e9ecef;--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:1000;display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\"}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.984375rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group>.govcy-btn-success,.btn-group>.govcy-btn-secondary,.btn-group>.govcy-btn-primary,.btn-group>.govcy-btn,.btn-group-vertical>.btn,.btn-group-vertical>.govcy-btn-success,.btn-group-vertical>.govcy-btn-secondary,.btn-group-vertical>.govcy-btn-primary,.btn-group-vertical>.govcy-btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:checked+.govcy-btn-success,.btn-group>.btn-check:checked+.govcy-btn-secondary,.btn-group>.btn-check:checked+.govcy-btn-primary,.btn-group>.btn-check:checked+.govcy-btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn-check:focus+.govcy-btn-success,.btn-group>.btn-check:focus+.govcy-btn-secondary,.btn-group>.btn-check:focus+.govcy-btn-primary,.btn-group>.btn-check:focus+.govcy-btn,.btn-group>.btn:hover,.btn-group>.govcy-btn-success:hover,.btn-group>.govcy-btn-secondary:hover,.btn-group>.govcy-btn-primary:hover,.btn-group>.govcy-btn:hover,.btn-group>.btn:focus,.btn-group>.govcy-btn-success:focus,.btn-group>.govcy-btn-secondary:focus,.btn-group>.govcy-btn-primary:focus,.btn-group>.govcy-btn:focus,.btn-group>.btn:active,.btn-group>.govcy-btn-success:active,.btn-group>.govcy-btn-secondary:active,.btn-group>.govcy-btn-primary:active,.btn-group>.govcy-btn:active,.btn-group>.btn.active,.btn-group>.active.govcy-btn-success,.btn-group>.active.govcy-btn-secondary,.btn-group>.active.govcy-btn-primary,.btn-group>.active.govcy-btn,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:checked+.govcy-btn-success,.btn-group-vertical>.btn-check:checked+.govcy-btn-secondary,.btn-group-vertical>.btn-check:checked+.govcy-btn-primary,.btn-group-vertical>.btn-check:checked+.govcy-btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn-check:focus+.govcy-btn-success,.btn-group-vertical>.btn-check:focus+.govcy-btn-secondary,.btn-group-vertical>.btn-check:focus+.govcy-btn-primary,.btn-group-vertical>.btn-check:focus+.govcy-btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.govcy-btn-success:hover,.btn-group-vertical>.govcy-btn-secondary:hover,.btn-group-vertical>.govcy-btn-primary:hover,.btn-group-vertical>.govcy-btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.govcy-btn-success:focus,.btn-group-vertical>.govcy-btn-secondary:focus,.btn-group-vertical>.govcy-btn-primary:focus,.btn-group-vertical>.govcy-btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.govcy-btn-success:active,.btn-group-vertical>.govcy-btn-secondary:active,.btn-group-vertical>.govcy-btn-primary:active,.btn-group-vertical>.govcy-btn:active,.btn-group-vertical>.btn.active,.btn-group-vertical>.active.govcy-btn-success,.btn-group-vertical>.active.govcy-btn-secondary,.btn-group-vertical>.active.govcy-btn-primary,.btn-group-vertical>.active.govcy-btn{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:.375rem}.btn-group>.btn:not(:first-child),.btn-group>.govcy-btn-success:not(:first-child),.btn-group>.govcy-btn-secondary:not(:first-child),.btn-group>.govcy-btn-primary:not(:first-child),.btn-group>.govcy-btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.govcy-btn-success:not(:last-child):not(.dropdown-toggle),.btn-group>.govcy-btn-secondary:not(:last-child):not(.dropdown-toggle),.btn-group>.govcy-btn-primary:not(:last-child):not(.dropdown-toggle),.btn-group>.govcy-btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.dropdown-toggle-split.govcy-btn-success:first-child,.btn-group>.dropdown-toggle-split.govcy-btn-secondary:first-child,.btn-group>.dropdown-toggle-split.govcy-btn-primary:first-child,.btn-group>.dropdown-toggle-split.govcy-btn:first-child,.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn-group:not(:last-child)>.govcy-btn-success,.btn-group>.btn-group:not(:last-child)>.govcy-btn-secondary,.btn-group>.btn-group:not(:last-child)>.govcy-btn-primary,.btn-group>.btn-group:not(:last-child)>.govcy-btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>.govcy-btn-success:nth-child(n+3),.btn-group>.govcy-btn-secondary:nth-child(n+3),.btn-group>.govcy-btn-primary:nth-child(n+3),.btn-group>.govcy-btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>:not(.btn-check)+.govcy-btn-success,.btn-group>:not(.btn-check)+.govcy-btn-secondary,.btn-group>:not(.btn-check)+.govcy-btn-primary,.btn-group>:not(.btn-check)+.govcy-btn,.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn-group:not(:first-child)>.govcy-btn-success,.btn-group>.btn-group:not(:first-child)>.govcy-btn-secondary,.btn-group>.btn-group:not(:first-child)>.govcy-btn-primary,.btn-group>.btn-group:not(:first-child)>.govcy-btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.govcy-btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.btn-group-sm>.govcy-btn-success+.dropdown-toggle-split,.btn-group-sm>.govcy-btn-secondary+.dropdown-toggle-split,.btn-group-sm>.govcy-btn-primary+.dropdown-toggle-split,.btn-group-sm>.govcy-btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.govcy-btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.btn-group-lg>.govcy-btn-success+.dropdown-toggle-split,.btn-group-lg>.govcy-btn-secondary+.dropdown-toggle-split,.btn-group-lg>.govcy-btn-primary+.dropdown-toggle-split,.btn-group-lg>.govcy-btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.govcy-btn-success,.btn-group-vertical>.govcy-btn-secondary,.btn-group-vertical>.govcy-btn-primary,.btn-group-vertical>.govcy-btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.govcy-btn-success:not(:first-child),.btn-group-vertical>.govcy-btn-secondary:not(:first-child),.btn-group-vertical>.govcy-btn-primary:not(:first-child),.btn-group-vertical>.govcy-btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.govcy-btn-success:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.govcy-btn-secondary:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.govcy-btn-primary:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.govcy-btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn-group:not(:last-child)>.govcy-btn-success,.btn-group-vertical>.btn-group:not(:last-child)>.govcy-btn-secondary,.btn-group-vertical>.btn-group:not(:last-child)>.govcy-btn-primary,.btn-group-vertical>.btn-group:not(:last-child)>.govcy-btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.govcy-btn-success~.btn,.btn-group-vertical>.btn~.govcy-btn-success,.btn-group-vertical>.govcy-btn-success~.govcy-btn-success,.btn-group-vertical>.govcy-btn-secondary~.btn,.btn-group-vertical>.govcy-btn-secondary~.govcy-btn-success,.btn-group-vertical>.btn~.govcy-btn-secondary,.btn-group-vertical>.govcy-btn-success~.govcy-btn-secondary,.btn-group-vertical>.govcy-btn-secondary~.govcy-btn-secondary,.btn-group-vertical>.govcy-btn-primary~.btn,.btn-group-vertical>.govcy-btn-primary~.govcy-btn-success,.btn-group-vertical>.govcy-btn-primary~.govcy-btn-secondary,.btn-group-vertical>.btn~.govcy-btn-primary,.btn-group-vertical>.govcy-btn-success~.govcy-btn-primary,.btn-group-vertical>.govcy-btn-secondary~.govcy-btn-primary,.btn-group-vertical>.govcy-btn-primary~.govcy-btn-primary,.btn-group-vertical>.govcy-btn~.btn,.btn-group-vertical>.govcy-btn~.govcy-btn-success,.btn-group-vertical>.govcy-btn~.govcy-btn-secondary,.btn-group-vertical>.govcy-btn~.govcy-btn-primary,.btn-group-vertical>.btn~.govcy-btn,.btn-group-vertical>.govcy-btn-success~.govcy-btn,.btn-group-vertical>.govcy-btn-secondary~.govcy-btn,.btn-group-vertical>.govcy-btn-primary~.govcy-btn,.btn-group-vertical>.govcy-btn~.govcy-btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn-group:not(:first-child)>.govcy-btn-success,.btn-group-vertical>.btn-group:not(:first-child)>.govcy-btn-secondary,.btn-group-vertical>.btn-group:not(:first-child)>.govcy-btn-primary,.btn-group-vertical>.btn-group:not(:first-child)>.govcy-btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: #6c757d;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: 1px;--bs-nav-tabs-border-color: #dee2e6;--bs-nav-tabs-border-radius: 0.375rem;--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color: #495057;--bs-nav-tabs-link-active-bg: #fff;--bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1);background:none;border:var(--bs-nav-tabs-border-width) solid rgba(0,0,0,0);border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(var(--bs-nav-tabs-border-width)*-1);border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: 0.375rem;--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd}.nav-pills .nav-link{background:none;border:0;border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: rgba(0, 0, 0, 0.55);--bs-navbar-hover-color: rgba(0, 0, 0, 0.7);--bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);--bs-navbar-active-color: rgba(0, 0, 0, 0.9);--bs-navbar-brand-padding-y: 0.2890625rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.40625rem;--bs-navbar-brand-color: rgba(0, 0, 0, 0.9);--bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25rem;--bs-navbar-toggler-padding-x: 0.75rem;--bs-navbar-toggler-font-size: 1.40625rem;--bs-navbar-toggler-icon-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");--bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);--bs-navbar-toggler-border-radius: 0.375rem;--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.govcy-container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.govcy-container,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .show>.nav-link,.navbar-nav .nav-link.active{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:rgba(0,0,0,0);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width: 576px){.navbar-expand-sm{flex-wrap: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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 768px){.navbar-expand-md{flex-wrap: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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 992px){.navbar-expand-lg{flex-wrap: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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1200px){.navbar-expand-xl{flex-wrap: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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark{--bs-navbar-color: rgba(255, 255, 255, 0.55);--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-border-width: 1px;--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: 0.375rem;--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(0.375rem - 1px);--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(0, 0, 0, 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: #fff;--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{margin-top:calc(-0.5*var(--bs-card-title-spacer-y));margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-0.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-left:calc(-0.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: #000;--bs-accordion-bg: #fff;--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: 1px;--bs-accordion-border-radius: 0.375rem;--bs-accordion-inner-border-radius: calc(0.375rem - 1px);--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;--bs-accordion-btn-active-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\");--bs-accordion-btn-focus-border-color: #86b7fe;--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: #0c63e4;--bs-accordion-active-bg: #e7f1ff}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1.125rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:\"\";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: #6c757d;--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: #6c757d;display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, \"/\") /* rtl: var(--bs-breadcrumb-divider, \"/\") */}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: 0.75rem;--bs-pagination-padding-y: 0.375rem;--bs-pagination-font-size:1.125rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: #fff;--bs-pagination-border-width: 1px;--bs-pagination-border-color: #dee2e6;--bs-pagination-border-radius: 0.375rem;--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: #e9ecef;--bs-pagination-hover-border-color: #dee2e6;--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: #e9ecef;--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #0d6efd;--bs-pagination-active-border-color: #0d6efd;--bs-pagination-disabled-color: #6c757d;--bs-pagination-disabled-bg: #fff;--bs-pagination-disabled-border-color: #dee2e6;display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: 0.75rem;--bs-pagination-font-size:calc(1.265625rem + 0.1875vw);--bs-pagination-border-radius: 0.5rem}@media(min-width: 1200px){.pagination-lg{--bs-pagination-font-size:1.40625rem}}.pagination-sm{--bs-pagination-padding-x: 0.5rem;--bs-pagination-padding-y: 0.25rem;--bs-pagination-font-size:0.984375rem;--bs-pagination-border-radius: 0.25rem}.badge{--bs-badge-padding-x: 0.65em;--bs-badge-padding-y: 0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight: 500;--bs-badge-color: #fff;--bs-badge-border-radius: 0.375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge,.govcy-btn-success .badge,.govcy-btn-secondary .badge,.govcy-btn-primary .badge,.govcy-btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: 1px solid var(--bs-alert-border-color);--bs-alert-border-radius: 0.375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:500}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: #084298;--bs-alert-bg: #cfe2ff;--bs-alert-border-color: #b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{--bs-alert-color: #41464b;--bs-alert-bg: #e2e3e5;--bs-alert-border-color: #d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{--bs-alert-color: #0f5132;--bs-alert-bg: #d1e7dd;--bs-alert-border-color: #badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{--bs-alert-color: #055160;--bs-alert-bg: #cff4fc;--bs-alert-border-color: #b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{--bs-alert-color: #664d03;--bs-alert-bg: #fff3cd;--bs-alert-border-color: #ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{--bs-alert-color: #842029;--bs-alert-bg: #f8d7da;--bs-alert-border-color: #f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{--bs-alert-color: #636464;--bs-alert-bg: #fefefe;--bs-alert-border-color: #fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{--bs-alert-color: #141619;--bs-alert-bg: #d3d3d4;--bs-alert-border-color: #bcbebf}.alert-dark .alert-link{color:#101214}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{--bs-progress-height: 1rem;--bs-progress-font-size:0.84375rem;--bs-progress-bg: #e9ecef;--bs-progress-border-radius: 0.375rem;--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #0d6efd;--bs-progress-bar-transition: width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: #212529;--bs-list-group-bg: #fff;--bs-list-group-border-color: rgba(0, 0, 0, 0.125);--bs-list-group-border-width: 1px;--bs-list-group-border-radius: 0.375rem;--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: 0.5rem;--bs-list-group-action-color: #495057;--bs-list-group-action-hover-color: #495057;--bs-list-group-action-hover-bg: #f8f9fa;--bs-list-group-action-active-color: #272525;--bs-list-group-action-active-bg: #e9ecef;--bs-list-group-disabled-color: #6c757d;--bs-list-group-disabled-bg: #fff;--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #0d6efd;--bs-list-group-active-border-color: #0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, \".\") \". \";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(var(--bs-list-group-border-width)*-1);border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width)*-1);border-left-width:var(--bs-list-group-border-width)}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width)*-1);border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width)*-1);border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width)*-1);border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width)*-1);border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width)*-1);border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:rgba(0,0,0,0) url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e\") center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-padding-x: 0.75rem;--bs-toast-padding-y: 0.5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg: rgba(255, 255, 255, 0.85);--bs-toast-border-width: 1px;--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: 0.375rem;--bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-toast-header-color: #6c757d;--bs-toast-header-bg: rgba(255, 255, 255, 0.85);--bs-toast-header-border-color: rgba(0, 0, 0, 0.05);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{position:absolute;z-index:1090;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(var(--bs-toast-padding-x)*-0.5);margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: #fff;--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: 1px;--bs-modal-border-radius: 0.5rem;--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-modal-inner-border-radius: calc(0.5rem - 1px);--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: 1px;--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: 1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:calc(var(--bs-modal-header-padding-y)*-0.5) calc(var(--bs-modal-header-padding-x)*-0.5) calc(var(--bs-modal-header-padding-y)*-0.5) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.984375rem;--bs-tooltip-color: #fff;--bs-tooltip-bg: #000;--bs-tooltip-border-radius: 0.375rem;--bs-tooltip-opacity: 0.9;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;padding:var(--bs-tooltip-arrow-height);margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:\"\";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size:0.984375rem;--bs-popover-bg: #fff;--bs-popover-border-width: 1px;--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: 0.5rem;--bs-popover-inner-border-radius: calc(0.5rem - 1px);--bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: 0.5rem;--bs-popover-header-font-size:1.125rem;--bs-popover-header-color: var(--bs-heading-color);--bs-popover-header-bg: #f0f0f0;--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: #272525;--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: 0.5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:\"\";border-color:rgba(0,0,0,0);border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(var(--bs-popover-arrow-height)*-1 - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(var(--bs-popover-arrow-height)*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(var(--bs-popover-arrow-height)*-1 - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(var(--bs-popover-arrow-width)*-0.5);content:\"\";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(var(--bs-popover-arrow-height)*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:\"\"}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e\")}.carousel-control-next-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-border-width: 0.25em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:rgba(0,0,0,0)}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: 0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: ;--bs-offcanvas-bg: #fff;--bs-offcanvas-border-width: 1px;--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)}@media(max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 575.98px)and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 575.98px){.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}}@media(max-width: 575.98px){.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media(min-width: 576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 767.98px)and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 767.98px){.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}}@media(max-width: 767.98px){.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media(min-width: 768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 991.98px)and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 991.98px){.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}}@media(max-width: 991.98px){.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media(min-width: 992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 1199.98px){.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}}@media(max-width: 1199.98px){.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media(min-width: 1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}}@media(max-width: 1399.98px){.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media(min-width: 1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin-top:calc(var(--bs-offcanvas-padding-y)*-0.5);margin-right:calc(var(--bs-offcanvas-padding-x)*-0.5);margin-bottom:calc(var(--bs-offcanvas-padding-y)*-0.5)}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before,.placeholder.govcy-btn-success::before,.placeholder.govcy-btn-secondary::before,.placeholder.govcy-btn-primary::before,.placeholder.govcy-btn::before{display:inline-block;content:\"\"}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:\"\"}.text-bg-primary{color:#fff !important;background-color:RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important}.link-primary{color:#0d6efd !important}.link-primary:hover,.link-primary:focus{color:#0a58ca !important}.link-secondary{color:#6c757d !important}.link-secondary:hover,.link-secondary:focus{color:#565e64 !important}.link-success{color:#198754 !important}.link-success:hover,.link-success:focus{color:#146c43 !important}.link-info{color:#0dcaf0 !important}.link-info:hover,.link-info:focus{color:#3dd5f3 !important}.link-warning{color:#ffc107 !important}.link-warning:hover,.link-warning:focus{color:#ffcd39 !important}.link-danger{color:#dc3545 !important}.link-danger:hover,.link-danger:focus{color:#b02a37 !important}.link-light{color:#f8f9fa !important}.link-light:hover,.link-light:focus{color:#f9fafb !important}.link-dark{color:#212529 !important}.link-dark:hover,.link-dark:focus{color:#1a1e21 !important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:\"\"}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:\"\"}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.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}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !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}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-1{--bs-border-width: 1px}.border-2{--bs-border-width: 2px}.border-3{--bs-border-width: 3px}.border-4{--bs-border-width: 4px}.border-5{--bs-border-width: 5px}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.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}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !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}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.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-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}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-evenly{justify-content:space-evenly !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}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.40625rem + 1.875vw) !important}.fs-2{font-size:calc(1.35rem + 1.2vw) !important}.fs-3{font-size:calc(1.321875rem + 0.8625vw) !important}.fs-4{font-size:calc(1.29375rem + 0.525vw) !important}.fs-5{font-size:calc(1.265625rem + 0.1875vw) !important}.fs-6{font-size:1.125rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:#6c757d !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-2xl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.govcy-br-0{border:0 !important}.govcy-br-1{border:1px solid !important}.govcy-br-2{border:2px solid !important}.govcy-br-3{border:3px solid !important}.govcy-br-4{border:4px solid !important}.govcy-br-5{border:5px solid !important}.govcy-br-6{border:6px solid !important}.govcy-br-7{border:7px solid !important}.govcy-br-8{border:8px solid !important}.govcy-br-hidden{border:hidden !important}.govcy-br-primary{border-color:#31576f !important}.govcy-br-secondary{border-color:#b09038 !important}.govcy-br-success{border-color:#00703c !important}.govcy-br-standard{border-color:#bbbcbf !important}.govcy-br-danger{border-color:#d4351c !important}.govcy-br-info{border-color:#487d93 !important}.govcy-br-input{border-color:#272525 !important}.govcy-br-top-0{border-top:0 !important}.govcy-br-top-1{border-top:1px solid !important}.govcy-br-top-2{border-top:2px solid !important}.govcy-br-top-3{border-top:3px solid !important}.govcy-br-top-4{border-top:4px solid !important}.govcy-br-top-5{border-top:5px solid !important}.govcy-br-top-6{border-top:6px solid !important}.govcy-br-top-7{border-top:7px solid !important}.govcy-br-top-8{border-top:8px solid !important}.govcy-br-top-hidden{border-top:hidden !important}.govcy-br-right-0{border-right:0 !important}.govcy-br-right-1{border-right:1px solid !important}.govcy-br-right-2{border-right:2px solid !important}.govcy-br-right-3{border-right:3px solid !important}.govcy-br-right-4{border-right:4px solid !important}.govcy-br-right-5{border-right:5px solid !important}.govcy-br-right-6{border-right:6px solid !important}.govcy-br-right-7{border-right:7px solid !important}.govcy-br-right-8{border-right:8px solid !important}.govcy-br-right-hidden{border-right:hidden !important}.govcy-br-bottom-0{border-bottom:0 !important}.govcy-br-bottom-1{border-bottom:1px solid !important}.govcy-br-bottom-2{border-bottom:2px solid !important}.govcy-br-bottom-3{border-bottom:3px solid !important}.govcy-br-bottom-4{border-bottom:4px solid !important}.govcy-br-bottom-5{border-bottom:5px solid !important}.govcy-br-bottom-6{border-bottom:6px solid !important}.govcy-br-bottom-7{border-bottom:7px solid !important}.govcy-br-bottom-8{border-bottom:8px solid !important}.govcy-br-bottom-hidden{border-bottom:hidden !important}.govcy-br-left-0{border-left:0 !important}.govcy-br-left-1{border-left:1px solid !important}.govcy-br-left-2{border-left:2px solid !important}.govcy-br-left-3{border-left:3px solid !important}.govcy-br-left-4{border-left:4px solid !important}.govcy-br-left-5{border-left:5px solid !important}.govcy-br-left-6{border-left:6px solid !important}.govcy-br-left-7{border-left:7px solid !important}.govcy-br-left-8{border-left:8px solid !important}.govcy-br-left-hidden{border-left:hidden !important}.govcy-br-top-primary{border-top-color:#31576f !important}.govcy-br-top-secondary{border-top-color:#b09038 !important}.govcy-br-top-success{border-top-color:#00703c !important}.govcy-br-top-standard{border-top-color:#bbbcbf !important}.govcy-br-top-danger{border-top-color:#d4351c !important}.govcy-br-top-info{border-top-color:#487d93 !important}.govcy-br-top-input{border-top-color:#272525 !important}.govcy-br-right-primary{border-right-color:#31576f !important}.govcy-br-right-secondary{border-right-color:#b09038 !important}.govcy-br-right-success{border-right-color:#00703c !important}.govcy-br-right-standard{border-right-color:#bbbcbf !important}.govcy-br-right-danger{border-right-color:#d4351c !important}.govcy-br-right-info{border-right-color:#487d93 !important}.govcy-br-right-input{border-right-color:#272525 !important}.govcy-br-bottom-primary{border-bottom-color:#31576f !important}.govcy-br-bottom-secondary{border-bottom-color:#b09038 !important}.govcy-br-bottom-success{border-bottom-color:#00703c !important}.govcy-br-bottom-standard{border-bottom-color:#bbbcbf !important}.govcy-br-bottom-danger{border-bottom-color:#d4351c !important}.govcy-br-bottom-info{border-bottom-color:#487d93 !important}.govcy-br-bottom-input{border-bottom-color:#272525 !important}.govcy-br-left-primary{border-left-color:#31576f !important}.govcy-br-left-secondary{border-left-color:#b09038 !important}.govcy-br-left-success{border-left-color:#00703c !important}.govcy-br-left-standard{border-left-color:#bbbcbf !important}.govcy-br-left-danger{border-left-color:#d4351c !important}.govcy-br-left-info{border-left-color:#487d93 !important}.govcy-br-left-input{border-left-color:#272525 !important}.govcy-rounded-0{border-radius:0 !important}.govcy-rounded-1{border-radius:.2rem !important}.govcy-rounded-2{border-radius:.4rem !important}.govcy-rounded-3{border-radius:.6rem !important}.govcy-rounded-circle{border-radius:50% !important}.govcy-rounded-pill{border-radius:50rem !important}.govcy-rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.govcy-rounded-top-1{border-top-left-radius:.2rem !important;border-top-right-radius:.2rem !important}.govcy-rounded-top-2{border-top-left-radius:.4rem !important;border-top-right-radius:.4rem !important}.govcy-rounded-top-3{border-top-left-radius:.6rem !important;border-top-right-radius:.6rem !important}.govcy-rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.govcy-rounded-top-pill{border-top-left-radius:50rem !important;border-top-right-radius:50rem !important}.govcy-rounded-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.govcy-rounded-right-1{border-top-right-radius:.2rem !important;border-bottom-right-radius:.2rem !important}.govcy-rounded-right-2{border-top-right-radius:.4rem !important;border-bottom-right-radius:.4rem !important}.govcy-rounded-right-3{border-top-right-radius:.6rem !important;border-bottom-right-radius:.6rem !important}.govcy-rounded-right-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.govcy-rounded-right-pill{border-top-right-radius:50rem !important;border-bottom-right-radius:50rem !important}.govcy-rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.govcy-rounded-bottom-1{border-bottom-right-radius:.2rem !important;border-bottom-left-radius:.2rem !important}.govcy-rounded-bottom-2{border-bottom-right-radius:.4rem !important;border-bottom-left-radius:.4rem !important}.govcy-rounded-bottom-3{border-bottom-right-radius:.6rem !important;border-bottom-left-radius:.6rem !important}.govcy-rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.govcy-rounded-bottom-pill{border-bottom-right-radius:50rem !important;border-bottom-left-radius:50rem !important}.govcy-rounded-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.govcy-rounded-left-1{border-bottom-left-radius:.2rem !important;border-top-left-radius:.2rem !important}.govcy-rounded-left-2{border-bottom-left-radius:.4rem !important;border-top-left-radius:.4rem !important}.govcy-rounded-left-3{border-bottom-left-radius:.6rem !important;border-top-left-radius:.6rem !important}.govcy-rounded-left-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.govcy-rounded-left-pill{border-bottom-left-radius:50rem !important;border-top-left-radius:50rem !important}.govcy-m-0{margin:0 !important}.govcy-m-1{margin:.25rem !important}.govcy-m-2{margin:.5rem !important}.govcy-m-3{margin:1rem !important}.govcy-m-4{margin:1.5rem !important}.govcy-m-5{margin:3rem !important}.govcy-m-auto{margin:auto !important}.govcy-mx-0{margin-right:0 !important;margin-left:0 !important}.govcy-mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.govcy-mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.govcy-mx-3{margin-right:1rem !important;margin-left:1rem !important}.govcy-mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.govcy-mx-5{margin-right:3rem !important;margin-left:3rem !important}.govcy-mx-auto{margin-right:auto !important;margin-left:auto !important}.govcy-my-0{margin-top:0 !important;margin-bottom:0 !important}.govcy-my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.govcy-my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.govcy-my-3{margin-top:1rem !important;margin-bottom:1rem !important}.govcy-my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.govcy-my-5{margin-top:3rem !important;margin-bottom:3rem !important}.govcy-my-auto{margin-top:auto !important;margin-bottom:auto !important}.govcy-mt-0{margin-top:0 !important}.govcy-mt-1{margin-top:.25rem !important}.govcy-mt-2{margin-top:.5rem !important}.govcy-mt-3{margin-top:1rem !important}.govcy-mt-4{margin-top:1.5rem !important}.govcy-mt-5{margin-top:3rem !important}.govcy-mt-auto{margin-top:auto !important}.govcy-mr-0{margin-right:0 !important}.govcy-mr-1{margin-right:.25rem !important}.govcy-mr-2{margin-right:.5rem !important}.govcy-mr-3{margin-right:1rem !important}.govcy-mr-4{margin-right:1.5rem !important}.govcy-mr-5{margin-right:3rem !important}.govcy-mr-auto{margin-right:auto !important}.govcy-mb-0{margin-bottom:0 !important}.govcy-mb-1{margin-bottom:.25rem !important}.govcy-mb-2{margin-bottom:.5rem !important}.govcy-mb-3{margin-bottom:1rem !important}.govcy-mb-4{margin-bottom:1.5rem !important}.govcy-mb-5{margin-bottom:3rem !important}.govcy-mb-auto{margin-bottom:auto !important}.govcy-ml-0{margin-left:0 !important}.govcy-ml-1{margin-left:.25rem !important}.govcy-ml-2{margin-left:.5rem !important}.govcy-ml-3{margin-left:1rem !important}.govcy-ml-4{margin-left:1.5rem !important}.govcy-ml-5{margin-left:3rem !important}.govcy-ml-auto{margin-left:auto !important}.govcy-p-0{padding:0 !important}.govcy-p-1{padding:.25rem !important}.govcy-p-2{padding:.5rem !important}.govcy-p-3{padding:1rem !important}.govcy-p-4{padding:1.5rem !important}.govcy-p-5{padding:3rem !important}.govcy-px-0{padding-right:0 !important;padding-left:0 !important}.govcy-px-1{padding-right:.25rem !important;padding-left:.25rem !important}.govcy-px-2{padding-right:.5rem !important;padding-left:.5rem !important}.govcy-px-3{padding-right:1rem !important;padding-left:1rem !important}.govcy-px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.govcy-px-5{padding-right:3rem !important;padding-left:3rem !important}.govcy-py-0{padding-top:0 !important;padding-bottom:0 !important}.govcy-py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.govcy-py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.govcy-py-3{padding-top:1rem !important;padding-bottom:1rem !important}.govcy-py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.govcy-py-5{padding-top:3rem !important;padding-bottom:3rem !important}.govcy-pt-0{padding-top:0 !important}.govcy-pt-1{padding-top:.25rem !important}.govcy-pt-2{padding-top:.5rem !important}.govcy-pt-3{padding-top:1rem !important}.govcy-pt-4{padding-top:1.5rem !important}.govcy-pt-5{padding-top:3rem !important}.govcy-pr-0{padding-right:0 !important}.govcy-pr-1{padding-right:.25rem !important}.govcy-pr-2{padding-right:.5rem !important}.govcy-pr-3{padding-right:1rem !important}.govcy-pr-4{padding-right:1.5rem !important}.govcy-pr-5{padding-right:3rem !important}.govcy-pb-0{padding-bottom:0 !important}.govcy-pb-1{padding-bottom:.25rem !important}.govcy-pb-2{padding-bottom:.5rem !important}.govcy-pb-3{padding-bottom:1rem !important}.govcy-pb-4{padding-bottom:1.5rem !important}.govcy-pb-5{padding-bottom:3rem !important}.govcy-pl-0{padding-left:0 !important}.govcy-pl-1{padding-left:.25rem !important}.govcy-pl-2{padding-left:.5rem !important}.govcy-pl-3{padding-left:1rem !important}.govcy-pl-4{padding-left:1.5rem !important}.govcy-pl-5{padding-left:3rem !important}.govcy-w-10{width:10% !important}.govcy-w-15{width:15% !important}.govcy-w-25{width:25% !important}.govcy-w-35{width:35% !important}.govcy-w-50{width:50% !important}.govcy-w-60{width:60% !important}.govcy-w-75{width:75% !important}.govcy-w-100{width:100% !important}.govcy-w-auto{width:auto !important}.govcy-h-10{height:10% !important}.govcy-h-15{height:15% !important}.govcy-h-25{height:25% !important}.govcy-h-35{height:35% !important}.govcy-h-50{height:50% !important}.govcy-h-60{height:60% !important}.govcy-h-75{height:75% !important}.govcy-h-100{height:100% !important}.govcy-h-auto{height:auto !important}.govcy-bg-primary{background-color:rgb(49, 87, 111) !important}.govcy-bg-secondary{background-color:rgb(176, 144, 56) !important}.govcy-bg-success{background-color:rgb(0, 112, 60) !important}.govcy-bg-info{background-color:rgb(72, 125, 147) !important}.govcy-bg-danger{background-color:rgb(212, 53, 28) !important}.govcy-bg-light{background-color:rgb(235, 241, 243) !important}.govcy-bg-dark{background-color:rgb(0, 0, 0) !important}.govcy-bg-white{background-color:rgb(255, 255, 255) !important}.govcy-bg-gray{background-color:rgb(230, 230, 231) !important}.govcy-bg-blue{background-color:rgb(29, 112, 184) !important}.govcy-bg-sub-menu{background-color:rgb(87, 117, 137) !important}.govcy-table-primary{background-color:#d6dde2 !important}.govcy-table-secondary{background-color:#efe9d7 !important}.govcy-table-success{background-color:#cce2d8 !important}.govcy-table-info{background-color:#dae5e9 !important}.govcy-table-danger{background-color:#f6d7d2 !important}.govcy-table-light{background-color:#ebf1f3 !important}.govcy-table-dark{background-color:#272525 !important}.govcy-opacity-10{opacity:.1 !important}.govcy-opacity-25{opacity:.25 !important}.govcy-opacity-50{opacity:.5 !important}.govcy-opacity-75{opacity:.75 !important}.govcy-opacity-100{opacity:1 !important}.govcy-text-primary{color:#31576f !important}.govcy-text-secondary{color:#b09038 !important}.govcy-text-success{color:#00703c !important}.govcy-text-danger{color:#d4351c !important}.govcy-text-info{color:#487d93 !important}.govcy-text-body{color:#272525 !important}.govcy-text-dark{color:#000 !important}.govcy-text-white{color:#fff !important}.govcy-text-start{text-align:left !important}.govcy-text-end{text-align:right !important}.govcy-text-center{text-align:center !important}.govcy-text-deco-none{text-decoration:none !important}.govcy-text-deco-underline{text-decoration:underline !important}.govcy-text-deco-line-through{text-decoration:line-through !important}.govcy-text-lowercase{text-transform:lowercase !important}.govcy-text-uppercase{text-transform:uppercase !important}.govcy-text-capitalize{text-transform:capitalize !important}.govcy-fs-1{font-size:calc(1.40625rem + 1.875vw) !important}.govcy-fs-2{font-size:calc(1.35rem + 1.2vw) !important}.govcy-fs-3{font-size:calc(1.321875rem + 0.8625vw) !important}.govcy-fs-4{font-size:calc(1.29375rem + 0.525vw) !important}.govcy-fs-5{font-size:calc(1.265625rem + 0.1875vw) !important}.govcy-fs-6{font-size:1.125rem !important}.govcy-efs-large{font-size:large !important}.govcy-efs-larger{font-size:larger !important}.govcy-efs-initial{font-size:initial !important}.govcy-efs-medium{font-size:medium !important}.govcy-efs-small{font-size:small !important}.govcy-efs-smaller{font-size:smaller !important}.govcy-efs-x-large{font-size:x-large !important}.govcy-efs-x-small{font-size:x-small !important}.govcy-efs-xx-large{font-size:xx-large !important}.govcy-efs-xx-small{font-size:xx-small !important}.govcy-efs-xxx-large{font-size:xxx-large !important}.govcy-efs-webkit-large{font-size:-webkit-xxx-large !important}.govcy-fst-italic{font-style:italic !important}.govcy-fst-normal{font-style:normal !important}.govcy-fw-light{font-weight:300 !important}.govcy-fw-lighter{font-weight:lighter !important}.govcy-fw-normal{font-weight:400 !important}.govcy-fw-bold{font-weight:500 !important}.govcy-fw-bolder{font-weight:bolder !important}.govcy-fw-100{font-weight:100 !important}.govcy-fw-200{font-weight:200 !important}.govcy-fw-300{font-weight:300 !important}.govcy-fw-400{font-weight:400 !important}.govcy-fw-500{font-weight:500 !important}.govcy-fw-600{font-weight:600 !important}.govcy-fw-700{font-weight:700 !important}.govcy-fw-800{font-weight:800 !important}.govcy-fw-900{font-weight:900 !important}.govcy-lh-1{line-height:1 !important}.govcy-lh-sm{line-height:1.25 !important}.govcy-lh-base{line-height:1.5 !important}.govcy-lh-lg{line-height:2 !important}.govcy-valign-baseline{vertical-align:baseline !important}.govcy-valign-top{vertical-align:top !important}.govcy-valign-middle{vertical-align:middle !important}.govcy-valign-bottom{vertical-align:bottom !important}.govcy-valign-text-bottom{vertical-align:text-bottom !important}.govcy-valign-text-top{vertical-align:text-top !important}.govcy-float-start{float:left !important}.govcy-float-end{float:right !important}.govcy-float-none{float:none !important}.govcy-overflow-auto{overflow:auto !important}.govcy-overflow-hidden{overflow:hidden !important}.govcy-overflow-visible{overflow:visible !important}.govcy-overflow-scroll{overflow:scroll !important}.govcy-d-inline{display:inline !important}.govcy-d-inline-block{display:inline-block !important}.govcy-d-block{display:block !important}.govcy-d-grid{display:grid !important}.govcy-d-table{display:table !important}.govcy-d-table-row{display:table-row !important}.govcy-d-table-cell{display:table-cell !important}.govcy-d-flex{display:flex !important}.govcy-d-inline-flex{display:inline-flex !important}.govcy-d-none{display:none !important}.govcy-flex-fill{flex:1 1 auto !important}.govcy-flex-row{flex-direction:row !important}.govcy-flex-column{flex-direction:column !important}.govcy-flex-row-reverse{flex-direction:row-reverse !important}.govcy-flex-column-reverse{flex-direction:column-reverse !important}.govcy-flex-grow-0{flex-grow:0 !important}.govcy-flex-grow-1{flex-grow:1 !important}.govcy-flex-shrink-0{flex-shrink:0 !important}.govcy-flex-shrink-1{flex-shrink:1 !important}.govcy-gap-0{gap:0 !important}.govcy-gap-1{gap:.25rem !important}.govcy-gap-2{gap:.5rem !important}.govcy-gap-3{gap:1rem !important}.govcy-gap-4{gap:1.5rem !important}.govcy-gap-5{gap:3rem !important}.govcy-flex-wrap{flex-wrap:wrap !important}.govcy-flex-nowrap{flex-wrap:nowrap !important}.govcy-flex-wrap-reverse{flex-wrap:wrap-reverse !important}.govcy-justify-content-start{justify-content:flex-start !important}.govcy-justify-content-end{justify-content:flex-end !important}.govcy-justify-content-center{justify-content:center !important}.govcy-justify-content-between{justify-content:space-between !important}.govcy-justify-content-around{justify-content:space-around !important}.govcy-justify-content-evenly{justify-content:space-evenly !important}.govcy-align-items-start{align-items:flex-start !important}.govcy-align-items-end{align-items:flex-end !important}.govcy-align-items-center{align-items:center !important}.govcy-align-items-baseline{align-items:baseline !important}.govcy-align-items-stretch{align-items:stretch !important}.govcy-align-content-start{align-content:flex-start !important}.govcy-align-content-end{align-content:flex-end !important}.govcy-align-content-center{align-content:center !important}.govcy-align-content-between{align-content:space-between !important}.govcy-align-content-around{align-content:space-around !important}.govcy-align-content-stretch{align-content:stretch !important}.govcy-align-self-auto{align-self:auto !important}.govcy-align-self-start{align-self:flex-start !important}.govcy-align-self-end{align-self:flex-end !important}.govcy-align-self-center{align-self:center !important}.govcy-align-self-baseline{align-self:baseline !important}.govcy-align-self-stretch{align-self:stretch !important}.govcy-order-first{order:-1 !important}.govcy-order-0{order:0 !important}.govcy-order-1{order:1 !important}.govcy-order-2{order:2 !important}.govcy-order-3{order:3 !important}.govcy-order-4{order:4 !important}.govcy-order-5{order:5 !important}.govcy-order-last{order:6 !important}.govcy-position-static{position:static !important}.govcy-position-relative{position:relative !important}.govcy-position-absolute{position:absolute !important}.govcy-position-fixed{position:fixed !important}.govcy-position-sticky{position:sticky !important}.govcy-top-0{top:0 !important}.govcy-top-50{top:50% !important}.govcy-top-100{top:100% !important}.govcy-bottom-0{bottom:0 !important}.govcy-bottom-50{bottom:50% !important}.govcy-bottom-100{bottom:100% !important}.govcy-left-0{left:0 !important}.govcy-left-50{left:50% !important}.govcy-left-100{left:100% !important}.govcy-right-0{right:0 !important}.govcy-right-50{right:50% !important}.govcy-right-100{right:100% !important}.govcy-user-select-all{user-select:all !important}.govcy-user-select-auto{user-select:auto !important}.govcy-user-select-none{user-select:none !important}.govcy-pe-none{pointer-events:none !important}.govcy-pe-auto{pointer-events:auto !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !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}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.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-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}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-sm-evenly{justify-content:space-evenly !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}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}.govcy-br-sm-0{border:0 !important}.govcy-br-sm-1{border:1px solid !important}.govcy-br-sm-2{border:2px solid !important}.govcy-br-sm-3{border:3px solid !important}.govcy-br-sm-4{border:4px solid !important}.govcy-br-sm-5{border:5px solid !important}.govcy-br-sm-6{border:6px solid !important}.govcy-br-sm-7{border:7px solid !important}.govcy-br-sm-8{border:8px solid !important}.govcy-br-sm-hidden{border:hidden !important}.govcy-br-sm-primary{border-color:#31576f !important}.govcy-br-sm-secondary{border-color:#b09038 !important}.govcy-br-sm-success{border-color:#00703c !important}.govcy-br-sm-standard{border-color:#bbbcbf !important}.govcy-br-sm-danger{border-color:#d4351c !important}.govcy-br-sm-info{border-color:#487d93 !important}.govcy-br-sm-input{border-color:#272525 !important}.govcy-br-top-sm-0{border-top:0 !important}.govcy-br-top-sm-1{border-top:1px solid !important}.govcy-br-top-sm-2{border-top:2px solid !important}.govcy-br-top-sm-3{border-top:3px solid !important}.govcy-br-top-sm-4{border-top:4px solid !important}.govcy-br-top-sm-5{border-top:5px solid !important}.govcy-br-top-sm-6{border-top:6px solid !important}.govcy-br-top-sm-7{border-top:7px solid !important}.govcy-br-top-sm-8{border-top:8px solid !important}.govcy-br-top-sm-hidden{border-top:hidden !important}.govcy-br-right-sm-0{border-right:0 !important}.govcy-br-right-sm-1{border-right:1px solid !important}.govcy-br-right-sm-2{border-right:2px solid !important}.govcy-br-right-sm-3{border-right:3px solid !important}.govcy-br-right-sm-4{border-right:4px solid !important}.govcy-br-right-sm-5{border-right:5px solid !important}.govcy-br-right-sm-6{border-right:6px solid !important}.govcy-br-right-sm-7{border-right:7px solid !important}.govcy-br-right-sm-8{border-right:8px solid !important}.govcy-br-right-sm-hidden{border-right:hidden !important}.govcy-br-bottom-sm-0{border-bottom:0 !important}.govcy-br-bottom-sm-1{border-bottom:1px solid !important}.govcy-br-bottom-sm-2{border-bottom:2px solid !important}.govcy-br-bottom-sm-3{border-bottom:3px solid !important}.govcy-br-bottom-sm-4{border-bottom:4px solid !important}.govcy-br-bottom-sm-5{border-bottom:5px solid !important}.govcy-br-bottom-sm-6{border-bottom:6px solid !important}.govcy-br-bottom-sm-7{border-bottom:7px solid !important}.govcy-br-bottom-sm-8{border-bottom:8px solid !important}.govcy-br-bottom-sm-hidden{border-bottom:hidden !important}.govcy-br-left-sm-0{border-left:0 !important}.govcy-br-left-sm-1{border-left:1px solid !important}.govcy-br-left-sm-2{border-left:2px solid !important}.govcy-br-left-sm-3{border-left:3px solid !important}.govcy-br-left-sm-4{border-left:4px solid !important}.govcy-br-left-sm-5{border-left:5px solid !important}.govcy-br-left-sm-6{border-left:6px solid !important}.govcy-br-left-sm-7{border-left:7px solid !important}.govcy-br-left-sm-8{border-left:8px solid !important}.govcy-br-left-sm-hidden{border-left:hidden !important}.govcy-br-top-sm-primary{border-top-color:#31576f !important}.govcy-br-top-sm-secondary{border-top-color:#b09038 !important}.govcy-br-top-sm-success{border-top-color:#00703c !important}.govcy-br-top-sm-standard{border-top-color:#bbbcbf !important}.govcy-br-top-sm-danger{border-top-color:#d4351c !important}.govcy-br-top-sm-info{border-top-color:#487d93 !important}.govcy-br-top-sm-input{border-top-color:#272525 !important}.govcy-br-right-sm-primary{border-right-color:#31576f !important}.govcy-br-right-sm-secondary{border-right-color:#b09038 !important}.govcy-br-right-sm-success{border-right-color:#00703c !important}.govcy-br-right-sm-standard{border-right-color:#bbbcbf !important}.govcy-br-right-sm-danger{border-right-color:#d4351c !important}.govcy-br-right-sm-info{border-right-color:#487d93 !important}.govcy-br-right-sm-input{border-right-color:#272525 !important}.govcy-br-bottom-sm-primary{border-bottom-color:#31576f !important}.govcy-br-bottom-sm-secondary{border-bottom-color:#b09038 !important}.govcy-br-bottom-sm-success{border-bottom-color:#00703c !important}.govcy-br-bottom-sm-standard{border-bottom-color:#bbbcbf !important}.govcy-br-bottom-sm-danger{border-bottom-color:#d4351c !important}.govcy-br-bottom-sm-info{border-bottom-color:#487d93 !important}.govcy-br-bottom-sm-input{border-bottom-color:#272525 !important}.govcy-br-left-sm-primary{border-left-color:#31576f !important}.govcy-br-left-sm-secondary{border-left-color:#b09038 !important}.govcy-br-left-sm-success{border-left-color:#00703c !important}.govcy-br-left-sm-standard{border-left-color:#bbbcbf !important}.govcy-br-left-sm-danger{border-left-color:#d4351c !important}.govcy-br-left-sm-info{border-left-color:#487d93 !important}.govcy-br-left-sm-input{border-left-color:#272525 !important}.govcy-m-sm-0{margin:0 !important}.govcy-m-sm-1{margin:.25rem !important}.govcy-m-sm-2{margin:.5rem !important}.govcy-m-sm-3{margin:1rem !important}.govcy-m-sm-4{margin:1.5rem !important}.govcy-m-sm-5{margin:3rem !important}.govcy-m-sm-auto{margin:auto !important}.govcy-mx-sm-0{margin-right:0 !important;margin-left:0 !important}.govcy-mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.govcy-mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.govcy-mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.govcy-mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.govcy-mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.govcy-mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.govcy-my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.govcy-my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.govcy-my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.govcy-my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.govcy-my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.govcy-my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.govcy-my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.govcy-mt-sm-0{margin-top:0 !important}.govcy-mt-sm-1{margin-top:.25rem !important}.govcy-mt-sm-2{margin-top:.5rem !important}.govcy-mt-sm-3{margin-top:1rem !important}.govcy-mt-sm-4{margin-top:1.5rem !important}.govcy-mt-sm-5{margin-top:3rem !important}.govcy-mt-sm-auto{margin-top:auto !important}.govcy-mr-sm-0{margin-right:0 !important}.govcy-mr-sm-1{margin-right:.25rem !important}.govcy-mr-sm-2{margin-right:.5rem !important}.govcy-mr-sm-3{margin-right:1rem !important}.govcy-mr-sm-4{margin-right:1.5rem !important}.govcy-mr-sm-5{margin-right:3rem !important}.govcy-mr-sm-auto{margin-right:auto !important}.govcy-mb-sm-0{margin-bottom:0 !important}.govcy-mb-sm-1{margin-bottom:.25rem !important}.govcy-mb-sm-2{margin-bottom:.5rem !important}.govcy-mb-sm-3{margin-bottom:1rem !important}.govcy-mb-sm-4{margin-bottom:1.5rem !important}.govcy-mb-sm-5{margin-bottom:3rem !important}.govcy-mb-sm-auto{margin-bottom:auto !important}.govcy-ml-sm-0{margin-left:0 !important}.govcy-ml-sm-1{margin-left:.25rem !important}.govcy-ml-sm-2{margin-left:.5rem !important}.govcy-ml-sm-3{margin-left:1rem !important}.govcy-ml-sm-4{margin-left:1.5rem !important}.govcy-ml-sm-5{margin-left:3rem !important}.govcy-ml-sm-auto{margin-left:auto !important}.govcy-p-sm-0{padding:0 !important}.govcy-p-sm-1{padding:.25rem !important}.govcy-p-sm-2{padding:.5rem !important}.govcy-p-sm-3{padding:1rem !important}.govcy-p-sm-4{padding:1.5rem !important}.govcy-p-sm-5{padding:3rem !important}.govcy-px-sm-0{padding-right:0 !important;padding-left:0 !important}.govcy-px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.govcy-px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.govcy-px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.govcy-px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.govcy-px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.govcy-py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.govcy-py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.govcy-py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.govcy-py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.govcy-py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.govcy-py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.govcy-pt-sm-0{padding-top:0 !important}.govcy-pt-sm-1{padding-top:.25rem !important}.govcy-pt-sm-2{padding-top:.5rem !important}.govcy-pt-sm-3{padding-top:1rem !important}.govcy-pt-sm-4{padding-top:1.5rem !important}.govcy-pt-sm-5{padding-top:3rem !important}.govcy-pr-sm-0{padding-right:0 !important}.govcy-pr-sm-1{padding-right:.25rem !important}.govcy-pr-sm-2{padding-right:.5rem !important}.govcy-pr-sm-3{padding-right:1rem !important}.govcy-pr-sm-4{padding-right:1.5rem !important}.govcy-pr-sm-5{padding-right:3rem !important}.govcy-pb-sm-0{padding-bottom:0 !important}.govcy-pb-sm-1{padding-bottom:.25rem !important}.govcy-pb-sm-2{padding-bottom:.5rem !important}.govcy-pb-sm-3{padding-bottom:1rem !important}.govcy-pb-sm-4{padding-bottom:1.5rem !important}.govcy-pb-sm-5{padding-bottom:3rem !important}.govcy-pl-sm-0{padding-left:0 !important}.govcy-pl-sm-1{padding-left:.25rem !important}.govcy-pl-sm-2{padding-left:.5rem !important}.govcy-pl-sm-3{padding-left:1rem !important}.govcy-pl-sm-4{padding-left:1.5rem !important}.govcy-pl-sm-5{padding-left:3rem !important}.govcy-bg-sm-primary{background-color:rgb(49, 87, 111) !important}.govcy-bg-sm-secondary{background-color:rgb(176, 144, 56) !important}.govcy-bg-sm-success{background-color:rgb(0, 112, 60) !important}.govcy-bg-sm-info{background-color:rgb(72, 125, 147) !important}.govcy-bg-sm-danger{background-color:rgb(212, 53, 28) !important}.govcy-bg-sm-light{background-color:rgb(235, 241, 243) !important}.govcy-bg-sm-dark{background-color:rgb(0, 0, 0) !important}.govcy-bg-sm-white{background-color:rgb(255, 255, 255) !important}.govcy-bg-sm-gray{background-color:rgb(230, 230, 231) !important}.govcy-bg-sm-blue{background-color:rgb(29, 112, 184) !important}.govcy-bg-sm-sub-menu{background-color:rgb(87, 117, 137) !important}.govcy-table-sm-primary{background-color:#d6dde2 !important}.govcy-table-sm-secondary{background-color:#efe9d7 !important}.govcy-table-sm-success{background-color:#cce2d8 !important}.govcy-table-sm-info{background-color:#dae5e9 !important}.govcy-table-sm-danger{background-color:#f6d7d2 !important}.govcy-table-sm-light{background-color:#ebf1f3 !important}.govcy-table-sm-dark{background-color:#272525 !important}.govcy-text-sm-start{text-align:left !important}.govcy-text-sm-end{text-align:right !important}.govcy-text-sm-center{text-align:center !important}.govcy-float-sm-start{float:left !important}.govcy-float-sm-end{float:right !important}.govcy-float-sm-none{float:none !important}.govcy-d-sm-inline{display:inline !important}.govcy-d-sm-inline-block{display:inline-block !important}.govcy-d-sm-block{display:block !important}.govcy-d-sm-grid{display:grid !important}.govcy-d-sm-table{display:table !important}.govcy-d-sm-table-row{display:table-row !important}.govcy-d-sm-table-cell{display:table-cell !important}.govcy-d-sm-flex{display:flex !important}.govcy-d-sm-inline-flex{display:inline-flex !important}.govcy-d-sm-none{display:none !important}.govcy-flex-sm-fill{flex:1 1 auto !important}.govcy-flex-sm-row{flex-direction:row !important}.govcy-flex-sm-column{flex-direction:column !important}.govcy-flex-sm-row-reverse{flex-direction:row-reverse !important}.govcy-flex-sm-column-reverse{flex-direction:column-reverse !important}.govcy-flex-grow-sm-0{flex-grow:0 !important}.govcy-flex-grow-sm-1{flex-grow:1 !important}.govcy-flex-shrink-sm-0{flex-shrink:0 !important}.govcy-flex-shrink-sm-1{flex-shrink:1 !important}.govcy-gap-sm-0{gap:0 !important}.govcy-gap-sm-1{gap:.25rem !important}.govcy-gap-sm-2{gap:.5rem !important}.govcy-gap-sm-3{gap:1rem !important}.govcy-gap-sm-4{gap:1.5rem !important}.govcy-gap-sm-5{gap:3rem !important}.govcy-flex-sm-wrap{flex-wrap:wrap !important}.govcy-flex-sm-nowrap{flex-wrap:nowrap !important}.govcy-flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.govcy-justify-content-sm-start{justify-content:flex-start !important}.govcy-justify-content-sm-end{justify-content:flex-end !important}.govcy-justify-content-sm-center{justify-content:center !important}.govcy-justify-content-sm-between{justify-content:space-between !important}.govcy-justify-content-sm-around{justify-content:space-around !important}.govcy-justify-content-sm-evenly{justify-content:space-evenly !important}.govcy-align-items-sm-start{align-items:flex-start !important}.govcy-align-items-sm-end{align-items:flex-end !important}.govcy-align-items-sm-center{align-items:center !important}.govcy-align-items-sm-baseline{align-items:baseline !important}.govcy-align-items-sm-stretch{align-items:stretch !important}.govcy-align-content-sm-start{align-content:flex-start !important}.govcy-align-content-sm-end{align-content:flex-end !important}.govcy-align-content-sm-center{align-content:center !important}.govcy-align-content-sm-between{align-content:space-between !important}.govcy-align-content-sm-around{align-content:space-around !important}.govcy-align-content-sm-stretch{align-content:stretch !important}.govcy-align-self-sm-auto{align-self:auto !important}.govcy-align-self-sm-start{align-self:flex-start !important}.govcy-align-self-sm-end{align-self:flex-end !important}.govcy-align-self-sm-center{align-self:center !important}.govcy-align-self-sm-baseline{align-self:baseline !important}.govcy-align-self-sm-stretch{align-self:stretch !important}.govcy-order-sm-first{order:-1 !important}.govcy-order-sm-0{order:0 !important}.govcy-order-sm-1{order:1 !important}.govcy-order-sm-2{order:2 !important}.govcy-order-sm-3{order:3 !important}.govcy-order-sm-4{order:4 !important}.govcy-order-sm-5{order:5 !important}.govcy-order-sm-last{order:6 !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !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}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.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-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}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-md-evenly{justify-content:space-evenly !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}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}.govcy-br-md-0{border:0 !important}.govcy-br-md-1{border:1px solid !important}.govcy-br-md-2{border:2px solid !important}.govcy-br-md-3{border:3px solid !important}.govcy-br-md-4{border:4px solid !important}.govcy-br-md-5{border:5px solid !important}.govcy-br-md-6{border:6px solid !important}.govcy-br-md-7{border:7px solid !important}.govcy-br-md-8{border:8px solid !important}.govcy-br-md-hidden{border:hidden !important}.govcy-br-md-primary{border-color:#31576f !important}.govcy-br-md-secondary{border-color:#b09038 !important}.govcy-br-md-success{border-color:#00703c !important}.govcy-br-md-standard{border-color:#bbbcbf !important}.govcy-br-md-danger{border-color:#d4351c !important}.govcy-br-md-info{border-color:#487d93 !important}.govcy-br-md-input{border-color:#272525 !important}.govcy-br-top-md-0{border-top:0 !important}.govcy-br-top-md-1{border-top:1px solid !important}.govcy-br-top-md-2{border-top:2px solid !important}.govcy-br-top-md-3{border-top:3px solid !important}.govcy-br-top-md-4{border-top:4px solid !important}.govcy-br-top-md-5{border-top:5px solid !important}.govcy-br-top-md-6{border-top:6px solid !important}.govcy-br-top-md-7{border-top:7px solid !important}.govcy-br-top-md-8{border-top:8px solid !important}.govcy-br-top-md-hidden{border-top:hidden !important}.govcy-br-right-md-0{border-right:0 !important}.govcy-br-right-md-1{border-right:1px solid !important}.govcy-br-right-md-2{border-right:2px solid !important}.govcy-br-right-md-3{border-right:3px solid !important}.govcy-br-right-md-4{border-right:4px solid !important}.govcy-br-right-md-5{border-right:5px solid !important}.govcy-br-right-md-6{border-right:6px solid !important}.govcy-br-right-md-7{border-right:7px solid !important}.govcy-br-right-md-8{border-right:8px solid !important}.govcy-br-right-md-hidden{border-right:hidden !important}.govcy-br-bottom-md-0{border-bottom:0 !important}.govcy-br-bottom-md-1{border-bottom:1px solid !important}.govcy-br-bottom-md-2{border-bottom:2px solid !important}.govcy-br-bottom-md-3{border-bottom:3px solid !important}.govcy-br-bottom-md-4{border-bottom:4px solid !important}.govcy-br-bottom-md-5{border-bottom:5px solid !important}.govcy-br-bottom-md-6{border-bottom:6px solid !important}.govcy-br-bottom-md-7{border-bottom:7px solid !important}.govcy-br-bottom-md-8{border-bottom:8px solid !important}.govcy-br-bottom-md-hidden{border-bottom:hidden !important}.govcy-br-left-md-0{border-left:0 !important}.govcy-br-left-md-1{border-left:1px solid !important}.govcy-br-left-md-2{border-left:2px solid !important}.govcy-br-left-md-3{border-left:3px solid !important}.govcy-br-left-md-4{border-left:4px solid !important}.govcy-br-left-md-5{border-left:5px solid !important}.govcy-br-left-md-6{border-left:6px solid !important}.govcy-br-left-md-7{border-left:7px solid !important}.govcy-br-left-md-8{border-left:8px solid !important}.govcy-br-left-md-hidden{border-left:hidden !important}.govcy-br-top-md-primary{border-top-color:#31576f !important}.govcy-br-top-md-secondary{border-top-color:#b09038 !important}.govcy-br-top-md-success{border-top-color:#00703c !important}.govcy-br-top-md-standard{border-top-color:#bbbcbf !important}.govcy-br-top-md-danger{border-top-color:#d4351c !important}.govcy-br-top-md-info{border-top-color:#487d93 !important}.govcy-br-top-md-input{border-top-color:#272525 !important}.govcy-br-right-md-primary{border-right-color:#31576f !important}.govcy-br-right-md-secondary{border-right-color:#b09038 !important}.govcy-br-right-md-success{border-right-color:#00703c !important}.govcy-br-right-md-standard{border-right-color:#bbbcbf !important}.govcy-br-right-md-danger{border-right-color:#d4351c !important}.govcy-br-right-md-info{border-right-color:#487d93 !important}.govcy-br-right-md-input{border-right-color:#272525 !important}.govcy-br-bottom-md-primary{border-bottom-color:#31576f !important}.govcy-br-bottom-md-secondary{border-bottom-color:#b09038 !important}.govcy-br-bottom-md-success{border-bottom-color:#00703c !important}.govcy-br-bottom-md-standard{border-bottom-color:#bbbcbf !important}.govcy-br-bottom-md-danger{border-bottom-color:#d4351c !important}.govcy-br-bottom-md-info{border-bottom-color:#487d93 !important}.govcy-br-bottom-md-input{border-bottom-color:#272525 !important}.govcy-br-left-md-primary{border-left-color:#31576f !important}.govcy-br-left-md-secondary{border-left-color:#b09038 !important}.govcy-br-left-md-success{border-left-color:#00703c !important}.govcy-br-left-md-standard{border-left-color:#bbbcbf !important}.govcy-br-left-md-danger{border-left-color:#d4351c !important}.govcy-br-left-md-info{border-left-color:#487d93 !important}.govcy-br-left-md-input{border-left-color:#272525 !important}.govcy-m-md-0{margin:0 !important}.govcy-m-md-1{margin:.25rem !important}.govcy-m-md-2{margin:.5rem !important}.govcy-m-md-3{margin:1rem !important}.govcy-m-md-4{margin:1.5rem !important}.govcy-m-md-5{margin:3rem !important}.govcy-m-md-auto{margin:auto !important}.govcy-mx-md-0{margin-right:0 !important;margin-left:0 !important}.govcy-mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.govcy-mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.govcy-mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.govcy-mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.govcy-mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.govcy-mx-md-auto{margin-right:auto !important;margin-left:auto !important}.govcy-my-md-0{margin-top:0 !important;margin-bottom:0 !important}.govcy-my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.govcy-my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.govcy-my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.govcy-my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.govcy-my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.govcy-my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.govcy-mt-md-0{margin-top:0 !important}.govcy-mt-md-1{margin-top:.25rem !important}.govcy-mt-md-2{margin-top:.5rem !important}.govcy-mt-md-3{margin-top:1rem !important}.govcy-mt-md-4{margin-top:1.5rem !important}.govcy-mt-md-5{margin-top:3rem !important}.govcy-mt-md-auto{margin-top:auto !important}.govcy-mr-md-0{margin-right:0 !important}.govcy-mr-md-1{margin-right:.25rem !important}.govcy-mr-md-2{margin-right:.5rem !important}.govcy-mr-md-3{margin-right:1rem !important}.govcy-mr-md-4{margin-right:1.5rem !important}.govcy-mr-md-5{margin-right:3rem !important}.govcy-mr-md-auto{margin-right:auto !important}.govcy-mb-md-0{margin-bottom:0 !important}.govcy-mb-md-1{margin-bottom:.25rem !important}.govcy-mb-md-2{margin-bottom:.5rem !important}.govcy-mb-md-3{margin-bottom:1rem !important}.govcy-mb-md-4{margin-bottom:1.5rem !important}.govcy-mb-md-5{margin-bottom:3rem !important}.govcy-mb-md-auto{margin-bottom:auto !important}.govcy-ml-md-0{margin-left:0 !important}.govcy-ml-md-1{margin-left:.25rem !important}.govcy-ml-md-2{margin-left:.5rem !important}.govcy-ml-md-3{margin-left:1rem !important}.govcy-ml-md-4{margin-left:1.5rem !important}.govcy-ml-md-5{margin-left:3rem !important}.govcy-ml-md-auto{margin-left:auto !important}.govcy-p-md-0{padding:0 !important}.govcy-p-md-1{padding:.25rem !important}.govcy-p-md-2{padding:.5rem !important}.govcy-p-md-3{padding:1rem !important}.govcy-p-md-4{padding:1.5rem !important}.govcy-p-md-5{padding:3rem !important}.govcy-px-md-0{padding-right:0 !important;padding-left:0 !important}.govcy-px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.govcy-px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.govcy-px-md-3{padding-right:1rem !important;padding-left:1rem !important}.govcy-px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.govcy-px-md-5{padding-right:3rem !important;padding-left:3rem !important}.govcy-py-md-0{padding-top:0 !important;padding-bottom:0 !important}.govcy-py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.govcy-py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.govcy-py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.govcy-py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.govcy-py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.govcy-pt-md-0{padding-top:0 !important}.govcy-pt-md-1{padding-top:.25rem !important}.govcy-pt-md-2{padding-top:.5rem !important}.govcy-pt-md-3{padding-top:1rem !important}.govcy-pt-md-4{padding-top:1.5rem !important}.govcy-pt-md-5{padding-top:3rem !important}.govcy-pr-md-0{padding-right:0 !important}.govcy-pr-md-1{padding-right:.25rem !important}.govcy-pr-md-2{padding-right:.5rem !important}.govcy-pr-md-3{padding-right:1rem !important}.govcy-pr-md-4{padding-right:1.5rem !important}.govcy-pr-md-5{padding-right:3rem !important}.govcy-pb-md-0{padding-bottom:0 !important}.govcy-pb-md-1{padding-bottom:.25rem !important}.govcy-pb-md-2{padding-bottom:.5rem !important}.govcy-pb-md-3{padding-bottom:1rem !important}.govcy-pb-md-4{padding-bottom:1.5rem !important}.govcy-pb-md-5{padding-bottom:3rem !important}.govcy-pl-md-0{padding-left:0 !important}.govcy-pl-md-1{padding-left:.25rem !important}.govcy-pl-md-2{padding-left:.5rem !important}.govcy-pl-md-3{padding-left:1rem !important}.govcy-pl-md-4{padding-left:1.5rem !important}.govcy-pl-md-5{padding-left:3rem !important}.govcy-bg-md-primary{background-color:rgb(49, 87, 111) !important}.govcy-bg-md-secondary{background-color:rgb(176, 144, 56) !important}.govcy-bg-md-success{background-color:rgb(0, 112, 60) !important}.govcy-bg-md-info{background-color:rgb(72, 125, 147) !important}.govcy-bg-md-danger{background-color:rgb(212, 53, 28) !important}.govcy-bg-md-light{background-color:rgb(235, 241, 243) !important}.govcy-bg-md-dark{background-color:rgb(0, 0, 0) !important}.govcy-bg-md-white{background-color:rgb(255, 255, 255) !important}.govcy-bg-md-gray{background-color:rgb(230, 230, 231) !important}.govcy-bg-md-blue{background-color:rgb(29, 112, 184) !important}.govcy-bg-md-sub-menu{background-color:rgb(87, 117, 137) !important}.govcy-table-md-primary{background-color:#d6dde2 !important}.govcy-table-md-secondary{background-color:#efe9d7 !important}.govcy-table-md-success{background-color:#cce2d8 !important}.govcy-table-md-info{background-color:#dae5e9 !important}.govcy-table-md-danger{background-color:#f6d7d2 !important}.govcy-table-md-light{background-color:#ebf1f3 !important}.govcy-table-md-dark{background-color:#272525 !important}.govcy-text-md-start{text-align:left !important}.govcy-text-md-end{text-align:right !important}.govcy-text-md-center{text-align:center !important}.govcy-float-md-start{float:left !important}.govcy-float-md-end{float:right !important}.govcy-float-md-none{float:none !important}.govcy-d-md-inline{display:inline !important}.govcy-d-md-inline-block{display:inline-block !important}.govcy-d-md-block{display:block !important}.govcy-d-md-grid{display:grid !important}.govcy-d-md-table{display:table !important}.govcy-d-md-table-row{display:table-row !important}.govcy-d-md-table-cell{display:table-cell !important}.govcy-d-md-flex{display:flex !important}.govcy-d-md-inline-flex{display:inline-flex !important}.govcy-d-md-none{display:none !important}.govcy-flex-md-fill{flex:1 1 auto !important}.govcy-flex-md-row{flex-direction:row !important}.govcy-flex-md-column{flex-direction:column !important}.govcy-flex-md-row-reverse{flex-direction:row-reverse !important}.govcy-flex-md-column-reverse{flex-direction:column-reverse !important}.govcy-flex-grow-md-0{flex-grow:0 !important}.govcy-flex-grow-md-1{flex-grow:1 !important}.govcy-flex-shrink-md-0{flex-shrink:0 !important}.govcy-flex-shrink-md-1{flex-shrink:1 !important}.govcy-gap-md-0{gap:0 !important}.govcy-gap-md-1{gap:.25rem !important}.govcy-gap-md-2{gap:.5rem !important}.govcy-gap-md-3{gap:1rem !important}.govcy-gap-md-4{gap:1.5rem !important}.govcy-gap-md-5{gap:3rem !important}.govcy-flex-md-wrap{flex-wrap:wrap !important}.govcy-flex-md-nowrap{flex-wrap:nowrap !important}.govcy-flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.govcy-justify-content-md-start{justify-content:flex-start !important}.govcy-justify-content-md-end{justify-content:flex-end !important}.govcy-justify-content-md-center{justify-content:center !important}.govcy-justify-content-md-between{justify-content:space-between !important}.govcy-justify-content-md-around{justify-content:space-around !important}.govcy-justify-content-md-evenly{justify-content:space-evenly !important}.govcy-align-items-md-start{align-items:flex-start !important}.govcy-align-items-md-end{align-items:flex-end !important}.govcy-align-items-md-center{align-items:center !important}.govcy-align-items-md-baseline{align-items:baseline !important}.govcy-align-items-md-stretch{align-items:stretch !important}.govcy-align-content-md-start{align-content:flex-start !important}.govcy-align-content-md-end{align-content:flex-end !important}.govcy-align-content-md-center{align-content:center !important}.govcy-align-content-md-between{align-content:space-between !important}.govcy-align-content-md-around{align-content:space-around !important}.govcy-align-content-md-stretch{align-content:stretch !important}.govcy-align-self-md-auto{align-self:auto !important}.govcy-align-self-md-start{align-self:flex-start !important}.govcy-align-self-md-end{align-self:flex-end !important}.govcy-align-self-md-center{align-self:center !important}.govcy-align-self-md-baseline{align-self:baseline !important}.govcy-align-self-md-stretch{align-self:stretch !important}.govcy-order-md-first{order:-1 !important}.govcy-order-md-0{order:0 !important}.govcy-order-md-1{order:1 !important}.govcy-order-md-2{order:2 !important}.govcy-order-md-3{order:3 !important}.govcy-order-md-4{order:4 !important}.govcy-order-md-5{order:5 !important}.govcy-order-md-last{order:6 !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !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}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.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-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}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-lg-evenly{justify-content:space-evenly !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}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}.govcy-br-lg-0{border:0 !important}.govcy-br-lg-1{border:1px solid !important}.govcy-br-lg-2{border:2px solid !important}.govcy-br-lg-3{border:3px solid !important}.govcy-br-lg-4{border:4px solid !important}.govcy-br-lg-5{border:5px solid !important}.govcy-br-lg-6{border:6px solid !important}.govcy-br-lg-7{border:7px solid !important}.govcy-br-lg-8{border:8px solid !important}.govcy-br-lg-hidden{border:hidden !important}.govcy-br-lg-primary{border-color:#31576f !important}.govcy-br-lg-secondary{border-color:#b09038 !important}.govcy-br-lg-success{border-color:#00703c !important}.govcy-br-lg-standard{border-color:#bbbcbf !important}.govcy-br-lg-danger{border-color:#d4351c !important}.govcy-br-lg-info{border-color:#487d93 !important}.govcy-br-lg-input{border-color:#272525 !important}.govcy-br-top-lg-0{border-top:0 !important}.govcy-br-top-lg-1{border-top:1px solid !important}.govcy-br-top-lg-2{border-top:2px solid !important}.govcy-br-top-lg-3{border-top:3px solid !important}.govcy-br-top-lg-4{border-top:4px solid !important}.govcy-br-top-lg-5{border-top:5px solid !important}.govcy-br-top-lg-6{border-top:6px solid !important}.govcy-br-top-lg-7{border-top:7px solid !important}.govcy-br-top-lg-8{border-top:8px solid !important}.govcy-br-top-lg-hidden{border-top:hidden !important}.govcy-br-right-lg-0{border-right:0 !important}.govcy-br-right-lg-1{border-right:1px solid !important}.govcy-br-right-lg-2{border-right:2px solid !important}.govcy-br-right-lg-3{border-right:3px solid !important}.govcy-br-right-lg-4{border-right:4px solid !important}.govcy-br-right-lg-5{border-right:5px solid !important}.govcy-br-right-lg-6{border-right:6px solid !important}.govcy-br-right-lg-7{border-right:7px solid !important}.govcy-br-right-lg-8{border-right:8px solid !important}.govcy-br-right-lg-hidden{border-right:hidden !important}.govcy-br-bottom-lg-0{border-bottom:0 !important}.govcy-br-bottom-lg-1{border-bottom:1px solid !important}.govcy-br-bottom-lg-2{border-bottom:2px solid !important}.govcy-br-bottom-lg-3{border-bottom:3px solid !important}.govcy-br-bottom-lg-4{border-bottom:4px solid !important}.govcy-br-bottom-lg-5{border-bottom:5px solid !important}.govcy-br-bottom-lg-6{border-bottom:6px solid !important}.govcy-br-bottom-lg-7{border-bottom:7px solid !important}.govcy-br-bottom-lg-8{border-bottom:8px solid !important}.govcy-br-bottom-lg-hidden{border-bottom:hidden !important}.govcy-br-left-lg-0{border-left:0 !important}.govcy-br-left-lg-1{border-left:1px solid !important}.govcy-br-left-lg-2{border-left:2px solid !important}.govcy-br-left-lg-3{border-left:3px solid !important}.govcy-br-left-lg-4{border-left:4px solid !important}.govcy-br-left-lg-5{border-left:5px solid !important}.govcy-br-left-lg-6{border-left:6px solid !important}.govcy-br-left-lg-7{border-left:7px solid !important}.govcy-br-left-lg-8{border-left:8px solid !important}.govcy-br-left-lg-hidden{border-left:hidden !important}.govcy-br-top-lg-primary{border-top-color:#31576f !important}.govcy-br-top-lg-secondary{border-top-color:#b09038 !important}.govcy-br-top-lg-success{border-top-color:#00703c !important}.govcy-br-top-lg-standard{border-top-color:#bbbcbf !important}.govcy-br-top-lg-danger{border-top-color:#d4351c !important}.govcy-br-top-lg-info{border-top-color:#487d93 !important}.govcy-br-top-lg-input{border-top-color:#272525 !important}.govcy-br-right-lg-primary{border-right-color:#31576f !important}.govcy-br-right-lg-secondary{border-right-color:#b09038 !important}.govcy-br-right-lg-success{border-right-color:#00703c !important}.govcy-br-right-lg-standard{border-right-color:#bbbcbf !important}.govcy-br-right-lg-danger{border-right-color:#d4351c !important}.govcy-br-right-lg-info{border-right-color:#487d93 !important}.govcy-br-right-lg-input{border-right-color:#272525 !important}.govcy-br-bottom-lg-primary{border-bottom-color:#31576f !important}.govcy-br-bottom-lg-secondary{border-bottom-color:#b09038 !important}.govcy-br-bottom-lg-success{border-bottom-color:#00703c !important}.govcy-br-bottom-lg-standard{border-bottom-color:#bbbcbf !important}.govcy-br-bottom-lg-danger{border-bottom-color:#d4351c !important}.govcy-br-bottom-lg-info{border-bottom-color:#487d93 !important}.govcy-br-bottom-lg-input{border-bottom-color:#272525 !important}.govcy-br-left-lg-primary{border-left-color:#31576f !important}.govcy-br-left-lg-secondary{border-left-color:#b09038 !important}.govcy-br-left-lg-success{border-left-color:#00703c !important}.govcy-br-left-lg-standard{border-left-color:#bbbcbf !important}.govcy-br-left-lg-danger{border-left-color:#d4351c !important}.govcy-br-left-lg-info{border-left-color:#487d93 !important}.govcy-br-left-lg-input{border-left-color:#272525 !important}.govcy-m-lg-0{margin:0 !important}.govcy-m-lg-1{margin:.25rem !important}.govcy-m-lg-2{margin:.5rem !important}.govcy-m-lg-3{margin:1rem !important}.govcy-m-lg-4{margin:1.5rem !important}.govcy-m-lg-5{margin:3rem !important}.govcy-m-lg-auto{margin:auto !important}.govcy-mx-lg-0{margin-right:0 !important;margin-left:0 !important}.govcy-mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.govcy-mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.govcy-mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.govcy-mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.govcy-mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.govcy-mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.govcy-my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.govcy-my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.govcy-my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.govcy-my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.govcy-my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.govcy-my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.govcy-my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.govcy-mt-lg-0{margin-top:0 !important}.govcy-mt-lg-1{margin-top:.25rem !important}.govcy-mt-lg-2{margin-top:.5rem !important}.govcy-mt-lg-3{margin-top:1rem !important}.govcy-mt-lg-4{margin-top:1.5rem !important}.govcy-mt-lg-5{margin-top:3rem !important}.govcy-mt-lg-auto{margin-top:auto !important}.govcy-mr-lg-0{margin-right:0 !important}.govcy-mr-lg-1{margin-right:.25rem !important}.govcy-mr-lg-2{margin-right:.5rem !important}.govcy-mr-lg-3{margin-right:1rem !important}.govcy-mr-lg-4{margin-right:1.5rem !important}.govcy-mr-lg-5{margin-right:3rem !important}.govcy-mr-lg-auto{margin-right:auto !important}.govcy-mb-lg-0{margin-bottom:0 !important}.govcy-mb-lg-1{margin-bottom:.25rem !important}.govcy-mb-lg-2{margin-bottom:.5rem !important}.govcy-mb-lg-3{margin-bottom:1rem !important}.govcy-mb-lg-4{margin-bottom:1.5rem !important}.govcy-mb-lg-5{margin-bottom:3rem !important}.govcy-mb-lg-auto{margin-bottom:auto !important}.govcy-ml-lg-0{margin-left:0 !important}.govcy-ml-lg-1{margin-left:.25rem !important}.govcy-ml-lg-2{margin-left:.5rem !important}.govcy-ml-lg-3{margin-left:1rem !important}.govcy-ml-lg-4{margin-left:1.5rem !important}.govcy-ml-lg-5{margin-left:3rem !important}.govcy-ml-lg-auto{margin-left:auto !important}.govcy-p-lg-0{padding:0 !important}.govcy-p-lg-1{padding:.25rem !important}.govcy-p-lg-2{padding:.5rem !important}.govcy-p-lg-3{padding:1rem !important}.govcy-p-lg-4{padding:1.5rem !important}.govcy-p-lg-5{padding:3rem !important}.govcy-px-lg-0{padding-right:0 !important;padding-left:0 !important}.govcy-px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.govcy-px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.govcy-px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.govcy-px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.govcy-px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.govcy-py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.govcy-py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.govcy-py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.govcy-py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.govcy-py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.govcy-py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.govcy-pt-lg-0{padding-top:0 !important}.govcy-pt-lg-1{padding-top:.25rem !important}.govcy-pt-lg-2{padding-top:.5rem !important}.govcy-pt-lg-3{padding-top:1rem !important}.govcy-pt-lg-4{padding-top:1.5rem !important}.govcy-pt-lg-5{padding-top:3rem !important}.govcy-pr-lg-0{padding-right:0 !important}.govcy-pr-lg-1{padding-right:.25rem !important}.govcy-pr-lg-2{padding-right:.5rem !important}.govcy-pr-lg-3{padding-right:1rem !important}.govcy-pr-lg-4{padding-right:1.5rem !important}.govcy-pr-lg-5{padding-right:3rem !important}.govcy-pb-lg-0{padding-bottom:0 !important}.govcy-pb-lg-1{padding-bottom:.25rem !important}.govcy-pb-lg-2{padding-bottom:.5rem !important}.govcy-pb-lg-3{padding-bottom:1rem !important}.govcy-pb-lg-4{padding-bottom:1.5rem !important}.govcy-pb-lg-5{padding-bottom:3rem !important}.govcy-pl-lg-0{padding-left:0 !important}.govcy-pl-lg-1{padding-left:.25rem !important}.govcy-pl-lg-2{padding-left:.5rem !important}.govcy-pl-lg-3{padding-left:1rem !important}.govcy-pl-lg-4{padding-left:1.5rem !important}.govcy-pl-lg-5{padding-left:3rem !important}.govcy-bg-lg-primary{background-color:rgb(49, 87, 111) !important}.govcy-bg-lg-secondary{background-color:rgb(176, 144, 56) !important}.govcy-bg-lg-success{background-color:rgb(0, 112, 60) !important}.govcy-bg-lg-info{background-color:rgb(72, 125, 147) !important}.govcy-bg-lg-danger{background-color:rgb(212, 53, 28) !important}.govcy-bg-lg-light{background-color:rgb(235, 241, 243) !important}.govcy-bg-lg-dark{background-color:rgb(0, 0, 0) !important}.govcy-bg-lg-white{background-color:rgb(255, 255, 255) !important}.govcy-bg-lg-gray{background-color:rgb(230, 230, 231) !important}.govcy-bg-lg-blue{background-color:rgb(29, 112, 184) !important}.govcy-bg-lg-sub-menu{background-color:rgb(87, 117, 137) !important}.govcy-table-lg-primary{background-color:#d6dde2 !important}.govcy-table-lg-secondary{background-color:#efe9d7 !important}.govcy-table-lg-success{background-color:#cce2d8 !important}.govcy-table-lg-info{background-color:#dae5e9 !important}.govcy-table-lg-danger{background-color:#f6d7d2 !important}.govcy-table-lg-light{background-color:#ebf1f3 !important}.govcy-table-lg-dark{background-color:#272525 !important}.govcy-text-lg-start{text-align:left !important}.govcy-text-lg-end{text-align:right !important}.govcy-text-lg-center{text-align:center !important}.govcy-float-lg-start{float:left !important}.govcy-float-lg-end{float:right !important}.govcy-float-lg-none{float:none !important}.govcy-d-lg-inline{display:inline !important}.govcy-d-lg-inline-block{display:inline-block !important}.govcy-d-lg-block{display:block !important}.govcy-d-lg-grid{display:grid !important}.govcy-d-lg-table{display:table !important}.govcy-d-lg-table-row{display:table-row !important}.govcy-d-lg-table-cell{display:table-cell !important}.govcy-d-lg-flex{display:flex !important}.govcy-d-lg-inline-flex{display:inline-flex !important}.govcy-d-lg-none{display:none !important}.govcy-flex-lg-fill{flex:1 1 auto !important}.govcy-flex-lg-row{flex-direction:row !important}.govcy-flex-lg-column{flex-direction:column !important}.govcy-flex-lg-row-reverse{flex-direction:row-reverse !important}.govcy-flex-lg-column-reverse{flex-direction:column-reverse !important}.govcy-flex-grow-lg-0{flex-grow:0 !important}.govcy-flex-grow-lg-1{flex-grow:1 !important}.govcy-flex-shrink-lg-0{flex-shrink:0 !important}.govcy-flex-shrink-lg-1{flex-shrink:1 !important}.govcy-gap-lg-0{gap:0 !important}.govcy-gap-lg-1{gap:.25rem !important}.govcy-gap-lg-2{gap:.5rem !important}.govcy-gap-lg-3{gap:1rem !important}.govcy-gap-lg-4{gap:1.5rem !important}.govcy-gap-lg-5{gap:3rem !important}.govcy-flex-lg-wrap{flex-wrap:wrap !important}.govcy-flex-lg-nowrap{flex-wrap:nowrap !important}.govcy-flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.govcy-justify-content-lg-start{justify-content:flex-start !important}.govcy-justify-content-lg-end{justify-content:flex-end !important}.govcy-justify-content-lg-center{justify-content:center !important}.govcy-justify-content-lg-between{justify-content:space-between !important}.govcy-justify-content-lg-around{justify-content:space-around !important}.govcy-justify-content-lg-evenly{justify-content:space-evenly !important}.govcy-align-items-lg-start{align-items:flex-start !important}.govcy-align-items-lg-end{align-items:flex-end !important}.govcy-align-items-lg-center{align-items:center !important}.govcy-align-items-lg-baseline{align-items:baseline !important}.govcy-align-items-lg-stretch{align-items:stretch !important}.govcy-align-content-lg-start{align-content:flex-start !important}.govcy-align-content-lg-end{align-content:flex-end !important}.govcy-align-content-lg-center{align-content:center !important}.govcy-align-content-lg-between{align-content:space-between !important}.govcy-align-content-lg-around{align-content:space-around !important}.govcy-align-content-lg-stretch{align-content:stretch !important}.govcy-align-self-lg-auto{align-self:auto !important}.govcy-align-self-lg-start{align-self:flex-start !important}.govcy-align-self-lg-end{align-self:flex-end !important}.govcy-align-self-lg-center{align-self:center !important}.govcy-align-self-lg-baseline{align-self:baseline !important}.govcy-align-self-lg-stretch{align-self:stretch !important}.govcy-order-lg-first{order:-1 !important}.govcy-order-lg-0{order:0 !important}.govcy-order-lg-1{order:1 !important}.govcy-order-lg-2{order:2 !important}.govcy-order-lg-3{order:3 !important}.govcy-order-lg-4{order:4 !important}.govcy-order-lg-5{order:5 !important}.govcy-order-lg-last{order:6 !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !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}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.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-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}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-xl-evenly{justify-content:space-evenly !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}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}.govcy-br-xl-0{border:0 !important}.govcy-br-xl-1{border:1px solid !important}.govcy-br-xl-2{border:2px solid !important}.govcy-br-xl-3{border:3px solid !important}.govcy-br-xl-4{border:4px solid !important}.govcy-br-xl-5{border:5px solid !important}.govcy-br-xl-6{border:6px solid !important}.govcy-br-xl-7{border:7px solid !important}.govcy-br-xl-8{border:8px solid !important}.govcy-br-xl-hidden{border:hidden !important}.govcy-br-xl-primary{border-color:#31576f !important}.govcy-br-xl-secondary{border-color:#b09038 !important}.govcy-br-xl-success{border-color:#00703c !important}.govcy-br-xl-standard{border-color:#bbbcbf !important}.govcy-br-xl-danger{border-color:#d4351c !important}.govcy-br-xl-info{border-color:#487d93 !important}.govcy-br-xl-input{border-color:#272525 !important}.govcy-br-top-xl-0{border-top:0 !important}.govcy-br-top-xl-1{border-top:1px solid !important}.govcy-br-top-xl-2{border-top:2px solid !important}.govcy-br-top-xl-3{border-top:3px solid !important}.govcy-br-top-xl-4{border-top:4px solid !important}.govcy-br-top-xl-5{border-top:5px solid !important}.govcy-br-top-xl-6{border-top:6px solid !important}.govcy-br-top-xl-7{border-top:7px solid !important}.govcy-br-top-xl-8{border-top:8px solid !important}.govcy-br-top-xl-hidden{border-top:hidden !important}.govcy-br-right-xl-0{border-right:0 !important}.govcy-br-right-xl-1{border-right:1px solid !important}.govcy-br-right-xl-2{border-right:2px solid !important}.govcy-br-right-xl-3{border-right:3px solid !important}.govcy-br-right-xl-4{border-right:4px solid !important}.govcy-br-right-xl-5{border-right:5px solid !important}.govcy-br-right-xl-6{border-right:6px solid !important}.govcy-br-right-xl-7{border-right:7px solid !important}.govcy-br-right-xl-8{border-right:8px solid !important}.govcy-br-right-xl-hidden{border-right:hidden !important}.govcy-br-bottom-xl-0{border-bottom:0 !important}.govcy-br-bottom-xl-1{border-bottom:1px solid !important}.govcy-br-bottom-xl-2{border-bottom:2px solid !important}.govcy-br-bottom-xl-3{border-bottom:3px solid !important}.govcy-br-bottom-xl-4{border-bottom:4px solid !important}.govcy-br-bottom-xl-5{border-bottom:5px solid !important}.govcy-br-bottom-xl-6{border-bottom:6px solid !important}.govcy-br-bottom-xl-7{border-bottom:7px solid !important}.govcy-br-bottom-xl-8{border-bottom:8px solid !important}.govcy-br-bottom-xl-hidden{border-bottom:hidden !important}.govcy-br-left-xl-0{border-left:0 !important}.govcy-br-left-xl-1{border-left:1px solid !important}.govcy-br-left-xl-2{border-left:2px solid !important}.govcy-br-left-xl-3{border-left:3px solid !important}.govcy-br-left-xl-4{border-left:4px solid !important}.govcy-br-left-xl-5{border-left:5px solid !important}.govcy-br-left-xl-6{border-left:6px solid !important}.govcy-br-left-xl-7{border-left:7px solid !important}.govcy-br-left-xl-8{border-left:8px solid !important}.govcy-br-left-xl-hidden{border-left:hidden !important}.govcy-br-top-xl-primary{border-top-color:#31576f !important}.govcy-br-top-xl-secondary{border-top-color:#b09038 !important}.govcy-br-top-xl-success{border-top-color:#00703c !important}.govcy-br-top-xl-standard{border-top-color:#bbbcbf !important}.govcy-br-top-xl-danger{border-top-color:#d4351c !important}.govcy-br-top-xl-info{border-top-color:#487d93 !important}.govcy-br-top-xl-input{border-top-color:#272525 !important}.govcy-br-right-xl-primary{border-right-color:#31576f !important}.govcy-br-right-xl-secondary{border-right-color:#b09038 !important}.govcy-br-right-xl-success{border-right-color:#00703c !important}.govcy-br-right-xl-standard{border-right-color:#bbbcbf !important}.govcy-br-right-xl-danger{border-right-color:#d4351c !important}.govcy-br-right-xl-info{border-right-color:#487d93 !important}.govcy-br-right-xl-input{border-right-color:#272525 !important}.govcy-br-bottom-xl-primary{border-bottom-color:#31576f !important}.govcy-br-bottom-xl-secondary{border-bottom-color:#b09038 !important}.govcy-br-bottom-xl-success{border-bottom-color:#00703c !important}.govcy-br-bottom-xl-standard{border-bottom-color:#bbbcbf !important}.govcy-br-bottom-xl-danger{border-bottom-color:#d4351c !important}.govcy-br-bottom-xl-info{border-bottom-color:#487d93 !important}.govcy-br-bottom-xl-input{border-bottom-color:#272525 !important}.govcy-br-left-xl-primary{border-left-color:#31576f !important}.govcy-br-left-xl-secondary{border-left-color:#b09038 !important}.govcy-br-left-xl-success{border-left-color:#00703c !important}.govcy-br-left-xl-standard{border-left-color:#bbbcbf !important}.govcy-br-left-xl-danger{border-left-color:#d4351c !important}.govcy-br-left-xl-info{border-left-color:#487d93 !important}.govcy-br-left-xl-input{border-left-color:#272525 !important}.govcy-m-xl-0{margin:0 !important}.govcy-m-xl-1{margin:.25rem !important}.govcy-m-xl-2{margin:.5rem !important}.govcy-m-xl-3{margin:1rem !important}.govcy-m-xl-4{margin:1.5rem !important}.govcy-m-xl-5{margin:3rem !important}.govcy-m-xl-auto{margin:auto !important}.govcy-mx-xl-0{margin-right:0 !important;margin-left:0 !important}.govcy-mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.govcy-mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.govcy-mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.govcy-mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.govcy-mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.govcy-mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.govcy-my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.govcy-my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.govcy-my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.govcy-my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.govcy-my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.govcy-my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.govcy-my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.govcy-mt-xl-0{margin-top:0 !important}.govcy-mt-xl-1{margin-top:.25rem !important}.govcy-mt-xl-2{margin-top:.5rem !important}.govcy-mt-xl-3{margin-top:1rem !important}.govcy-mt-xl-4{margin-top:1.5rem !important}.govcy-mt-xl-5{margin-top:3rem !important}.govcy-mt-xl-auto{margin-top:auto !important}.govcy-mr-xl-0{margin-right:0 !important}.govcy-mr-xl-1{margin-right:.25rem !important}.govcy-mr-xl-2{margin-right:.5rem !important}.govcy-mr-xl-3{margin-right:1rem !important}.govcy-mr-xl-4{margin-right:1.5rem !important}.govcy-mr-xl-5{margin-right:3rem !important}.govcy-mr-xl-auto{margin-right:auto !important}.govcy-mb-xl-0{margin-bottom:0 !important}.govcy-mb-xl-1{margin-bottom:.25rem !important}.govcy-mb-xl-2{margin-bottom:.5rem !important}.govcy-mb-xl-3{margin-bottom:1rem !important}.govcy-mb-xl-4{margin-bottom:1.5rem !important}.govcy-mb-xl-5{margin-bottom:3rem !important}.govcy-mb-xl-auto{margin-bottom:auto !important}.govcy-ml-xl-0{margin-left:0 !important}.govcy-ml-xl-1{margin-left:.25rem !important}.govcy-ml-xl-2{margin-left:.5rem !important}.govcy-ml-xl-3{margin-left:1rem !important}.govcy-ml-xl-4{margin-left:1.5rem !important}.govcy-ml-xl-5{margin-left:3rem !important}.govcy-ml-xl-auto{margin-left:auto !important}.govcy-p-xl-0{padding:0 !important}.govcy-p-xl-1{padding:.25rem !important}.govcy-p-xl-2{padding:.5rem !important}.govcy-p-xl-3{padding:1rem !important}.govcy-p-xl-4{padding:1.5rem !important}.govcy-p-xl-5{padding:3rem !important}.govcy-px-xl-0{padding-right:0 !important;padding-left:0 !important}.govcy-px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.govcy-px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.govcy-px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.govcy-px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.govcy-px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.govcy-py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.govcy-py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.govcy-py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.govcy-py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.govcy-py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.govcy-py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.govcy-pt-xl-0{padding-top:0 !important}.govcy-pt-xl-1{padding-top:.25rem !important}.govcy-pt-xl-2{padding-top:.5rem !important}.govcy-pt-xl-3{padding-top:1rem !important}.govcy-pt-xl-4{padding-top:1.5rem !important}.govcy-pt-xl-5{padding-top:3rem !important}.govcy-pr-xl-0{padding-right:0 !important}.govcy-pr-xl-1{padding-right:.25rem !important}.govcy-pr-xl-2{padding-right:.5rem !important}.govcy-pr-xl-3{padding-right:1rem !important}.govcy-pr-xl-4{padding-right:1.5rem !important}.govcy-pr-xl-5{padding-right:3rem !important}.govcy-pb-xl-0{padding-bottom:0 !important}.govcy-pb-xl-1{padding-bottom:.25rem !important}.govcy-pb-xl-2{padding-bottom:.5rem !important}.govcy-pb-xl-3{padding-bottom:1rem !important}.govcy-pb-xl-4{padding-bottom:1.5rem !important}.govcy-pb-xl-5{padding-bottom:3rem !important}.govcy-pl-xl-0{padding-left:0 !important}.govcy-pl-xl-1{padding-left:.25rem !important}.govcy-pl-xl-2{padding-left:.5rem !important}.govcy-pl-xl-3{padding-left:1rem !important}.govcy-pl-xl-4{padding-left:1.5rem !important}.govcy-pl-xl-5{padding-left:3rem !important}.govcy-bg-xl-primary{background-color:rgb(49, 87, 111) !important}.govcy-bg-xl-secondary{background-color:rgb(176, 144, 56) !important}.govcy-bg-xl-success{background-color:rgb(0, 112, 60) !important}.govcy-bg-xl-info{background-color:rgb(72, 125, 147) !important}.govcy-bg-xl-danger{background-color:rgb(212, 53, 28) !important}.govcy-bg-xl-light{background-color:rgb(235, 241, 243) !important}.govcy-bg-xl-dark{background-color:rgb(0, 0, 0) !important}.govcy-bg-xl-white{background-color:rgb(255, 255, 255) !important}.govcy-bg-xl-gray{background-color:rgb(230, 230, 231) !important}.govcy-bg-xl-blue{background-color:rgb(29, 112, 184) !important}.govcy-bg-xl-sub-menu{background-color:rgb(87, 117, 137) !important}.govcy-table-xl-primary{background-color:#d6dde2 !important}.govcy-table-xl-secondary{background-color:#efe9d7 !important}.govcy-table-xl-success{background-color:#cce2d8 !important}.govcy-table-xl-info{background-color:#dae5e9 !important}.govcy-table-xl-danger{background-color:#f6d7d2 !important}.govcy-table-xl-light{background-color:#ebf1f3 !important}.govcy-table-xl-dark{background-color:#272525 !important}.govcy-text-xl-start{text-align:left !important}.govcy-text-xl-end{text-align:right !important}.govcy-text-xl-center{text-align:center !important}.govcy-float-xl-start{float:left !important}.govcy-float-xl-end{float:right !important}.govcy-float-xl-none{float:none !important}.govcy-d-xl-inline{display:inline !important}.govcy-d-xl-inline-block{display:inline-block !important}.govcy-d-xl-block{display:block !important}.govcy-d-xl-grid{display:grid !important}.govcy-d-xl-table{display:table !important}.govcy-d-xl-table-row{display:table-row !important}.govcy-d-xl-table-cell{display:table-cell !important}.govcy-d-xl-flex{display:flex !important}.govcy-d-xl-inline-flex{display:inline-flex !important}.govcy-d-xl-none{display:none !important}.govcy-flex-xl-fill{flex:1 1 auto !important}.govcy-flex-xl-row{flex-direction:row !important}.govcy-flex-xl-column{flex-direction:column !important}.govcy-flex-xl-row-reverse{flex-direction:row-reverse !important}.govcy-flex-xl-column-reverse{flex-direction:column-reverse !important}.govcy-flex-grow-xl-0{flex-grow:0 !important}.govcy-flex-grow-xl-1{flex-grow:1 !important}.govcy-flex-shrink-xl-0{flex-shrink:0 !important}.govcy-flex-shrink-xl-1{flex-shrink:1 !important}.govcy-gap-xl-0{gap:0 !important}.govcy-gap-xl-1{gap:.25rem !important}.govcy-gap-xl-2{gap:.5rem !important}.govcy-gap-xl-3{gap:1rem !important}.govcy-gap-xl-4{gap:1.5rem !important}.govcy-gap-xl-5{gap:3rem !important}.govcy-flex-xl-wrap{flex-wrap:wrap !important}.govcy-flex-xl-nowrap{flex-wrap:nowrap !important}.govcy-flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.govcy-justify-content-xl-start{justify-content:flex-start !important}.govcy-justify-content-xl-end{justify-content:flex-end !important}.govcy-justify-content-xl-center{justify-content:center !important}.govcy-justify-content-xl-between{justify-content:space-between !important}.govcy-justify-content-xl-around{justify-content:space-around !important}.govcy-justify-content-xl-evenly{justify-content:space-evenly !important}.govcy-align-items-xl-start{align-items:flex-start !important}.govcy-align-items-xl-end{align-items:flex-end !important}.govcy-align-items-xl-center{align-items:center !important}.govcy-align-items-xl-baseline{align-items:baseline !important}.govcy-align-items-xl-stretch{align-items:stretch !important}.govcy-align-content-xl-start{align-content:flex-start !important}.govcy-align-content-xl-end{align-content:flex-end !important}.govcy-align-content-xl-center{align-content:center !important}.govcy-align-content-xl-between{align-content:space-between !important}.govcy-align-content-xl-around{align-content:space-around !important}.govcy-align-content-xl-stretch{align-content:stretch !important}.govcy-align-self-xl-auto{align-self:auto !important}.govcy-align-self-xl-start{align-self:flex-start !important}.govcy-align-self-xl-end{align-self:flex-end !important}.govcy-align-self-xl-center{align-self:center !important}.govcy-align-self-xl-baseline{align-self:baseline !important}.govcy-align-self-xl-stretch{align-self:stretch !important}.govcy-order-xl-first{order:-1 !important}.govcy-order-xl-0{order:0 !important}.govcy-order-xl-1{order:1 !important}.govcy-order-xl-2{order:2 !important}.govcy-order-xl-3{order:3 !important}.govcy-order-xl-4{order:4 !important}.govcy-order-xl-5{order:5 !important}.govcy-order-xl-last{order:6 !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}.govcy-br-xxl-0{border:0 !important}.govcy-br-xxl-1{border:1px solid !important}.govcy-br-xxl-2{border:2px solid !important}.govcy-br-xxl-3{border:3px solid !important}.govcy-br-xxl-4{border:4px solid !important}.govcy-br-xxl-5{border:5px solid !important}.govcy-br-xxl-6{border:6px solid !important}.govcy-br-xxl-7{border:7px solid !important}.govcy-br-xxl-8{border:8px solid !important}.govcy-br-xxl-hidden{border:hidden !important}.govcy-br-xxl-primary{border-color:#31576f !important}.govcy-br-xxl-secondary{border-color:#b09038 !important}.govcy-br-xxl-success{border-color:#00703c !important}.govcy-br-xxl-standard{border-color:#bbbcbf !important}.govcy-br-xxl-danger{border-color:#d4351c !important}.govcy-br-xxl-info{border-color:#487d93 !important}.govcy-br-xxl-input{border-color:#272525 !important}.govcy-br-top-xxl-0{border-top:0 !important}.govcy-br-top-xxl-1{border-top:1px solid !important}.govcy-br-top-xxl-2{border-top:2px solid !important}.govcy-br-top-xxl-3{border-top:3px solid !important}.govcy-br-top-xxl-4{border-top:4px solid !important}.govcy-br-top-xxl-5{border-top:5px solid !important}.govcy-br-top-xxl-6{border-top:6px solid !important}.govcy-br-top-xxl-7{border-top:7px solid !important}.govcy-br-top-xxl-8{border-top:8px solid !important}.govcy-br-top-xxl-hidden{border-top:hidden !important}.govcy-br-right-xxl-0{border-right:0 !important}.govcy-br-right-xxl-1{border-right:1px solid !important}.govcy-br-right-xxl-2{border-right:2px solid !important}.govcy-br-right-xxl-3{border-right:3px solid !important}.govcy-br-right-xxl-4{border-right:4px solid !important}.govcy-br-right-xxl-5{border-right:5px solid !important}.govcy-br-right-xxl-6{border-right:6px solid !important}.govcy-br-right-xxl-7{border-right:7px solid !important}.govcy-br-right-xxl-8{border-right:8px solid !important}.govcy-br-right-xxl-hidden{border-right:hidden !important}.govcy-br-bottom-xxl-0{border-bottom:0 !important}.govcy-br-bottom-xxl-1{border-bottom:1px solid !important}.govcy-br-bottom-xxl-2{border-bottom:2px solid !important}.govcy-br-bottom-xxl-3{border-bottom:3px solid !important}.govcy-br-bottom-xxl-4{border-bottom:4px solid !important}.govcy-br-bottom-xxl-5{border-bottom:5px solid !important}.govcy-br-bottom-xxl-6{border-bottom:6px solid !important}.govcy-br-bottom-xxl-7{border-bottom:7px solid !important}.govcy-br-bottom-xxl-8{border-bottom:8px solid !important}.govcy-br-bottom-xxl-hidden{border-bottom:hidden !important}.govcy-br-left-xxl-0{border-left:0 !important}.govcy-br-left-xxl-1{border-left:1px solid !important}.govcy-br-left-xxl-2{border-left:2px solid !important}.govcy-br-left-xxl-3{border-left:3px solid !important}.govcy-br-left-xxl-4{border-left:4px solid !important}.govcy-br-left-xxl-5{border-left:5px solid !important}.govcy-br-left-xxl-6{border-left:6px solid !important}.govcy-br-left-xxl-7{border-left:7px solid !important}.govcy-br-left-xxl-8{border-left:8px solid !important}.govcy-br-left-xxl-hidden{border-left:hidden !important}.govcy-br-top-xxl-primary{border-top-color:#31576f !important}.govcy-br-top-xxl-secondary{border-top-color:#b09038 !important}.govcy-br-top-xxl-success{border-top-color:#00703c !important}.govcy-br-top-xxl-standard{border-top-color:#bbbcbf !important}.govcy-br-top-xxl-danger{border-top-color:#d4351c !important}.govcy-br-top-xxl-info{border-top-color:#487d93 !important}.govcy-br-top-xxl-input{border-top-color:#272525 !important}.govcy-br-right-xxl-primary{border-right-color:#31576f !important}.govcy-br-right-xxl-secondary{border-right-color:#b09038 !important}.govcy-br-right-xxl-success{border-right-color:#00703c !important}.govcy-br-right-xxl-standard{border-right-color:#bbbcbf !important}.govcy-br-right-xxl-danger{border-right-color:#d4351c !important}.govcy-br-right-xxl-info{border-right-color:#487d93 !important}.govcy-br-right-xxl-input{border-right-color:#272525 !important}.govcy-br-bottom-xxl-primary{border-bottom-color:#31576f !important}.govcy-br-bottom-xxl-secondary{border-bottom-color:#b09038 !important}.govcy-br-bottom-xxl-success{border-bottom-color:#00703c !important}.govcy-br-bottom-xxl-standard{border-bottom-color:#bbbcbf !important}.govcy-br-bottom-xxl-danger{border-bottom-color:#d4351c !important}.govcy-br-bottom-xxl-info{border-bottom-color:#487d93 !important}.govcy-br-bottom-xxl-input{border-bottom-color:#272525 !important}.govcy-br-left-xxl-primary{border-left-color:#31576f !important}.govcy-br-left-xxl-secondary{border-left-color:#b09038 !important}.govcy-br-left-xxl-success{border-left-color:#00703c !important}.govcy-br-left-xxl-standard{border-left-color:#bbbcbf !important}.govcy-br-left-xxl-danger{border-left-color:#d4351c !important}.govcy-br-left-xxl-info{border-left-color:#487d93 !important}.govcy-br-left-xxl-input{border-left-color:#272525 !important}.govcy-m-xxl-0{margin:0 !important}.govcy-m-xxl-1{margin:.25rem !important}.govcy-m-xxl-2{margin:.5rem !important}.govcy-m-xxl-3{margin:1rem !important}.govcy-m-xxl-4{margin:1.5rem !important}.govcy-m-xxl-5{margin:3rem !important}.govcy-m-xxl-auto{margin:auto !important}.govcy-mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.govcy-mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.govcy-mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.govcy-mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.govcy-mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.govcy-mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.govcy-mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.govcy-my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.govcy-my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.govcy-my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.govcy-my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.govcy-my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.govcy-my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.govcy-my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.govcy-mt-xxl-0{margin-top:0 !important}.govcy-mt-xxl-1{margin-top:.25rem !important}.govcy-mt-xxl-2{margin-top:.5rem !important}.govcy-mt-xxl-3{margin-top:1rem !important}.govcy-mt-xxl-4{margin-top:1.5rem !important}.govcy-mt-xxl-5{margin-top:3rem !important}.govcy-mt-xxl-auto{margin-top:auto !important}.govcy-mr-xxl-0{margin-right:0 !important}.govcy-mr-xxl-1{margin-right:.25rem !important}.govcy-mr-xxl-2{margin-right:.5rem !important}.govcy-mr-xxl-3{margin-right:1rem !important}.govcy-mr-xxl-4{margin-right:1.5rem !important}.govcy-mr-xxl-5{margin-right:3rem !important}.govcy-mr-xxl-auto{margin-right:auto !important}.govcy-mb-xxl-0{margin-bottom:0 !important}.govcy-mb-xxl-1{margin-bottom:.25rem !important}.govcy-mb-xxl-2{margin-bottom:.5rem !important}.govcy-mb-xxl-3{margin-bottom:1rem !important}.govcy-mb-xxl-4{margin-bottom:1.5rem !important}.govcy-mb-xxl-5{margin-bottom:3rem !important}.govcy-mb-xxl-auto{margin-bottom:auto !important}.govcy-ml-xxl-0{margin-left:0 !important}.govcy-ml-xxl-1{margin-left:.25rem !important}.govcy-ml-xxl-2{margin-left:.5rem !important}.govcy-ml-xxl-3{margin-left:1rem !important}.govcy-ml-xxl-4{margin-left:1.5rem !important}.govcy-ml-xxl-5{margin-left:3rem !important}.govcy-ml-xxl-auto{margin-left:auto !important}.govcy-p-xxl-0{padding:0 !important}.govcy-p-xxl-1{padding:.25rem !important}.govcy-p-xxl-2{padding:.5rem !important}.govcy-p-xxl-3{padding:1rem !important}.govcy-p-xxl-4{padding:1.5rem !important}.govcy-p-xxl-5{padding:3rem !important}.govcy-px-xxl-0{padding-right:0 !important;padding-left:0 !important}.govcy-px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.govcy-px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.govcy-px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.govcy-px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.govcy-px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.govcy-py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.govcy-py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.govcy-py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.govcy-py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.govcy-py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.govcy-py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.govcy-pt-xxl-0{padding-top:0 !important}.govcy-pt-xxl-1{padding-top:.25rem !important}.govcy-pt-xxl-2{padding-top:.5rem !important}.govcy-pt-xxl-3{padding-top:1rem !important}.govcy-pt-xxl-4{padding-top:1.5rem !important}.govcy-pt-xxl-5{padding-top:3rem !important}.govcy-pr-xxl-0{padding-right:0 !important}.govcy-pr-xxl-1{padding-right:.25rem !important}.govcy-pr-xxl-2{padding-right:.5rem !important}.govcy-pr-xxl-3{padding-right:1rem !important}.govcy-pr-xxl-4{padding-right:1.5rem !important}.govcy-pr-xxl-5{padding-right:3rem !important}.govcy-pb-xxl-0{padding-bottom:0 !important}.govcy-pb-xxl-1{padding-bottom:.25rem !important}.govcy-pb-xxl-2{padding-bottom:.5rem !important}.govcy-pb-xxl-3{padding-bottom:1rem !important}.govcy-pb-xxl-4{padding-bottom:1.5rem !important}.govcy-pb-xxl-5{padding-bottom:3rem !important}.govcy-pl-xxl-0{padding-left:0 !important}.govcy-pl-xxl-1{padding-left:.25rem !important}.govcy-pl-xxl-2{padding-left:.5rem !important}.govcy-pl-xxl-3{padding-left:1rem !important}.govcy-pl-xxl-4{padding-left:1.5rem !important}.govcy-pl-xxl-5{padding-left:3rem !important}.govcy-bg-xxl-primary{background-color:rgb(49, 87, 111) !important}.govcy-bg-xxl-secondary{background-color:rgb(176, 144, 56) !important}.govcy-bg-xxl-success{background-color:rgb(0, 112, 60) !important}.govcy-bg-xxl-info{background-color:rgb(72, 125, 147) !important}.govcy-bg-xxl-danger{background-color:rgb(212, 53, 28) !important}.govcy-bg-xxl-light{background-color:rgb(235, 241, 243) !important}.govcy-bg-xxl-dark{background-color:rgb(0, 0, 0) !important}.govcy-bg-xxl-white{background-color:rgb(255, 255, 255) !important}.govcy-bg-xxl-gray{background-color:rgb(230, 230, 231) !important}.govcy-bg-xxl-blue{background-color:rgb(29, 112, 184) !important}.govcy-bg-xxl-sub-menu{background-color:rgb(87, 117, 137) !important}.govcy-table-xxl-primary{background-color:#d6dde2 !important}.govcy-table-xxl-secondary{background-color:#efe9d7 !important}.govcy-table-xxl-success{background-color:#cce2d8 !important}.govcy-table-xxl-info{background-color:#dae5e9 !important}.govcy-table-xxl-danger{background-color:#f6d7d2 !important}.govcy-table-xxl-light{background-color:#ebf1f3 !important}.govcy-table-xxl-dark{background-color:#272525 !important}.govcy-text-xxl-start{text-align:left !important}.govcy-text-xxl-end{text-align:right !important}.govcy-text-xxl-center{text-align:center !important}.govcy-float-xxl-start{float:left !important}.govcy-float-xxl-end{float:right !important}.govcy-float-xxl-none{float:none !important}.govcy-d-xxl-inline{display:inline !important}.govcy-d-xxl-inline-block{display:inline-block !important}.govcy-d-xxl-block{display:block !important}.govcy-d-xxl-grid{display:grid !important}.govcy-d-xxl-table{display:table !important}.govcy-d-xxl-table-row{display:table-row !important}.govcy-d-xxl-table-cell{display:table-cell !important}.govcy-d-xxl-flex{display:flex !important}.govcy-d-xxl-inline-flex{display:inline-flex !important}.govcy-d-xxl-none{display:none !important}.govcy-flex-xxl-fill{flex:1 1 auto !important}.govcy-flex-xxl-row{flex-direction:row !important}.govcy-flex-xxl-column{flex-direction:column !important}.govcy-flex-xxl-row-reverse{flex-direction:row-reverse !important}.govcy-flex-xxl-column-reverse{flex-direction:column-reverse !important}.govcy-flex-grow-xxl-0{flex-grow:0 !important}.govcy-flex-grow-xxl-1{flex-grow:1 !important}.govcy-flex-shrink-xxl-0{flex-shrink:0 !important}.govcy-flex-shrink-xxl-1{flex-shrink:1 !important}.govcy-gap-xxl-0{gap:0 !important}.govcy-gap-xxl-1{gap:.25rem !important}.govcy-gap-xxl-2{gap:.5rem !important}.govcy-gap-xxl-3{gap:1rem !important}.govcy-gap-xxl-4{gap:1.5rem !important}.govcy-gap-xxl-5{gap:3rem !important}.govcy-flex-xxl-wrap{flex-wrap:wrap !important}.govcy-flex-xxl-nowrap{flex-wrap:nowrap !important}.govcy-flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.govcy-justify-content-xxl-start{justify-content:flex-start !important}.govcy-justify-content-xxl-end{justify-content:flex-end !important}.govcy-justify-content-xxl-center{justify-content:center !important}.govcy-justify-content-xxl-between{justify-content:space-between !important}.govcy-justify-content-xxl-around{justify-content:space-around !important}.govcy-justify-content-xxl-evenly{justify-content:space-evenly !important}.govcy-align-items-xxl-start{align-items:flex-start !important}.govcy-align-items-xxl-end{align-items:flex-end !important}.govcy-align-items-xxl-center{align-items:center !important}.govcy-align-items-xxl-baseline{align-items:baseline !important}.govcy-align-items-xxl-stretch{align-items:stretch !important}.govcy-align-content-xxl-start{align-content:flex-start !important}.govcy-align-content-xxl-end{align-content:flex-end !important}.govcy-align-content-xxl-center{align-content:center !important}.govcy-align-content-xxl-between{align-content:space-between !important}.govcy-align-content-xxl-around{align-content:space-around !important}.govcy-align-content-xxl-stretch{align-content:stretch !important}.govcy-align-self-xxl-auto{align-self:auto !important}.govcy-align-self-xxl-start{align-self:flex-start !important}.govcy-align-self-xxl-end{align-self:flex-end !important}.govcy-align-self-xxl-center{align-self:center !important}.govcy-align-self-xxl-baseline{align-self:baseline !important}.govcy-align-self-xxl-stretch{align-self:stretch !important}.govcy-order-xxl-first{order:-1 !important}.govcy-order-xxl-0{order:0 !important}.govcy-order-xxl-1{order:1 !important}.govcy-order-xxl-2{order:2 !important}.govcy-order-xxl-3{order:3 !important}.govcy-order-xxl-4{order:4 !important}.govcy-order-xxl-5{order:5 !important}.govcy-order-xxl-last{order:6 !important}}@media(min-width: 1200px){.fs-1{font-size:2.8125rem !important}.fs-2{font-size:2.25rem !important}.fs-3{font-size:1.96875rem !important}.fs-4{font-size:1.6875rem !important}.fs-5{font-size:1.40625rem !important}.govcy-fs-1{font-size:2.8125rem !important}.govcy-fs-2{font-size:2.25rem !important}.govcy-fs-3{font-size:1.96875rem !important}.govcy-fs-4{font-size:1.6875rem !important}.govcy-fs-5{font-size:1.40625rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !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}.d-print-none{display:none !important}.govcy-d-print-inline{display:inline !important}.govcy-d-print-inline-block{display:inline-block !important}.govcy-d-print-block{display:block !important}.govcy-d-print-grid{display:grid !important}.govcy-d-print-table{display:table !important}.govcy-d-print-table-row{display:table-row !important}.govcy-d-print-table-cell{display:table-cell !important}.govcy-d-print-flex{display:flex !important}.govcy-d-print-inline-flex{display:inline-flex !important}.govcy-d-print-none{display:none !important}}.btn,.govcy-btn-success,.govcy-btn-secondary,.govcy-btn-primary,.govcy-btn{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1.125rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: #272525;--bs-btn-bg: transparent;--bs-btn-border-width: 1px;--bs-btn-border-color: transparent;--bs-btn-border-radius: 0.375rem;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn,.govcy-btn-success,.govcy-btn-secondary,.govcy-btn-primary,.govcy-btn{transition:none}}.btn:hover,.govcy-btn-success:hover,.govcy-btn-secondary:hover,.govcy-btn-primary:hover,.govcy-btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check:focus+.btn,.btn-check:focus+.govcy-btn-success,.btn-check:focus+.govcy-btn-secondary,.btn-check:focus+.govcy-btn-primary,.btn-check:focus+.govcy-btn,.btn:focus,.govcy-btn-success:focus,.govcy-btn-secondary:focus,.govcy-btn-primary:focus,.govcy-btn:focus{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn-check:checked+.govcy-btn-success,.btn-check:checked+.govcy-btn-secondary,.btn-check:checked+.govcy-btn-primary,.btn-check:checked+.govcy-btn,.btn-check:active+.btn,.btn-check:active+.govcy-btn-success,.btn-check:active+.govcy-btn-secondary,.btn-check:active+.govcy-btn-primary,.btn-check:active+.govcy-btn,.btn:active,.govcy-btn-success:active,.govcy-btn-secondary:active,.govcy-btn-primary:active,.govcy-btn:active,.btn.active,.active.govcy-btn-success,.active.govcy-btn-secondary,.active.govcy-btn-primary,.active.govcy-btn,.btn.show,.show.govcy-btn-success,.show.govcy-btn-secondary,.show.govcy-btn-primary,.show.govcy-btn{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus,.btn-check:checked+.govcy-btn-success:focus,.btn-check:checked+.govcy-btn-secondary:focus,.btn-check:checked+.govcy-btn-primary:focus,.btn-check:checked+.govcy-btn:focus,.btn-check:active+.btn:focus,.btn-check:active+.govcy-btn-success:focus,.btn-check:active+.govcy-btn-secondary:focus,.btn-check:active+.govcy-btn-primary:focus,.btn-check:active+.govcy-btn:focus,.btn:active:focus,.govcy-btn-success:active:focus,.govcy-btn-secondary:active:focus,.govcy-btn-primary:active:focus,.govcy-btn:active:focus,.btn.active:focus,.active.govcy-btn-success:focus,.active.govcy-btn-secondary:focus,.active.govcy-btn-primary:focus,.active.govcy-btn:focus,.btn.show:focus,.show.govcy-btn-success:focus,.show.govcy-btn-secondary:focus,.show.govcy-btn-primary:focus,.show.govcy-btn:focus{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.govcy-btn-success:disabled,.govcy-btn-secondary:disabled,.govcy-btn-primary:disabled,.govcy-btn:disabled,.btn.disabled,.disabled.govcy-btn-success,.disabled.govcy-btn-secondary,.disabled.govcy-btn-primary,.disabled.govcy-btn,fieldset:disabled .btn,fieldset:disabled .govcy-btn-success,fieldset:disabled .govcy-btn-secondary,fieldset:disabled .govcy-btn-primary,fieldset:disabled .govcy-btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0b5ed7;--bs-btn-hover-border-color: #0a58ca;--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0a58ca;--bs-btn-active-border-color: #0a53be;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5c636a;--bs-btn-hover-border-color: #565e64;--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: #565e64;--bs-btn-active-border-color: #51585e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #157347;--bs-btn-hover-border-color: #146c43;--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #146c43;--bs-btn-active-border-color: #13653f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #31d2f2;--bs-btn-hover-border-color: #25cff2;--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3dd5f3;--bs-btn-active-border-color: #25cff2;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6efd;--bs-btn-hover-border-color: #0d6efd;--bs-btn-focus-shadow-rgb: 13, 110, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0d6efd;--bs-btn-active-border-color: #0d6efd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0d6efd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0d6efd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: none;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline}.btn-link:focus{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.govcy-btn-lg,.btn-group-lg>.btn,.btn-group-lg>.govcy-btn-success,.btn-group-lg>.govcy-btn-secondary,.btn-group-lg>.govcy-btn-primary,.btn-group-lg>.govcy-btn{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:calc(1.265625rem + 0.1875vw);--bs-btn-border-radius: 0.5rem}@media(min-width: 1200px){.btn-lg,.govcy-btn-lg,.btn-group-lg>.btn,.btn-group-lg>.govcy-btn-success,.btn-group-lg>.govcy-btn-secondary,.btn-group-lg>.govcy-btn-primary,.btn-group-lg>.govcy-btn{--bs-btn-font-size:1.40625rem}}.btn-sm,.govcy-btn-sm,.btn-group-sm>.btn,.btn-group-sm>.govcy-btn-success,.btn-group-sm>.govcy-btn-secondary,.btn-group-sm>.govcy-btn-primary,.btn-group-sm>.govcy-btn{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.984375rem;--bs-btn-border-radius: 0.25rem}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: 1px solid var(--bs-alert-border-color);--bs-alert-border-radius: 0.375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:500}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: #084298;--bs-alert-bg: #cfe2ff;--bs-alert-border-color: #b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{--bs-alert-color: #41464b;--bs-alert-bg: #e2e3e5;--bs-alert-border-color: #d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{--bs-alert-color: #0f5132;--bs-alert-bg: #d1e7dd;--bs-alert-border-color: #badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{--bs-alert-color: #055160;--bs-alert-bg: #cff4fc;--bs-alert-border-color: #b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{--bs-alert-color: #664d03;--bs-alert-bg: #fff3cd;--bs-alert-border-color: #ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{--bs-alert-color: #842029;--bs-alert-bg: #f8d7da;--bs-alert-border-color: #f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{--bs-alert-color: #636464;--bs-alert-bg: #fefefe;--bs-alert-border-color: #fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{--bs-alert-color: #141619;--bs-alert-bg: #d3d3d4;--bs-alert-border-color: #bcbebf}.alert-dark .alert-link{color:#101214}h1,.h1{outline:0}h2,.h2{outline:0}h3,.h3{outline:0}h4,.h4{outline:0}h5,.h5{outline:0}h6,.h6{outline:0}.govcy-alert-error{margin-bottom:1.5rem}.govcy-alert-error p>a,.govcy-alert-error ul li a{color:#d4351c;display:block;font-weight:bold;margin-bottom:5px}.govcy-alert-error p>a:hover,.govcy-alert-error ul li a:hover{color:#942514}.govcy-alert-error ul{list-style:none;padding-left:5px}.govcy-alert-error ul li a{display:inline-block}.govcy-alert-notification{margin-bottom:1.5rem}.govcy-alert-notification .govcy-alert-notification-header{color:#fff;padding-left:20px}.govcy-alert-notification .govcy-alert-notification-body p a{color:#31576f;padding-top:5px}.govcy-alert-completed-notification{color:#fff;margin-bottom:1.5rem}.govcy-alert-completed-notification .govcy-alert-completed-notification-body{padding:24px;text-align:center}.govcy-alert-warning{margin-bottom:1.5rem}.govcy-alert-warning .govcy-alert-warning-icon{display:inline-block;font-size:30px;position:relative;top:7px}.govcy-alert-warning .govcy-alert-warning-text{font-size:24px}.govcy-btn{margin-bottom:1.5rem;border:2px solid rgba(0,0,0,0)}.govcy-btn:not(.disabled):not(:disabled):hover{color:#fff}.govcy-btn:not(.disabled):not(:disabled):focus{background-color:#fd0;border:2px solid;box-shadow:none;color:#272525}.govcy-btn-sm{border:2px solid rgba(0,0,0,0)}.govcy-btn-lg{border:2px solid rgba(0,0,0,0)}.govcy-btn-primary{margin-bottom:1.5rem;background-color:#31576f;color:#fff}.govcy-btn-primary:not(.disabled):not(:disabled):hover{color:#fff}.govcy-btn-primary:not(.disabled):not(:disabled):focus{background-color:#fd0;border:2px solid;box-shadow:none;color:#272525}.govcy-btn-primary:hover{background-color:#254355}.govcy-btn-secondary{margin-bottom:1.5rem;background-color:#d0d1d3;color:#272525 !important}.govcy-btn-secondary:not(.disabled):not(:disabled):hover{color:#fff}.govcy-btn-secondary:not(.disabled):not(:disabled):focus{background-color:#fd0;border:2px solid;box-shadow:none;color:#272525}.govcy-btn-secondary:hover{background-color:#a6a8aa}.govcy-btn-success{margin-bottom:1.5rem;background-color:#00703c;color:#fff}.govcy-btn-success:not(.disabled):not(:disabled):hover{color:#fff}.govcy-btn-success:not(.disabled):not(:disabled):focus{background-color:#fd0;border:2px solid;box-shadow:none;color:#272525}.govcy-btn-success:hover{background-color:#274e13}.govcy-header{margin-bottom:.5rem;min-width:350px;padding:0}.govcy-header .govcy-logo{background-color:rgba(0,0,0,0);border:0;content:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODEuNjk5IiBoZWlnaHQ9IjU5IiB2aWV3Qm94PSIwIDAgMTgxLjY5OSA1OSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOm5vbmU7fS5jbHMtM3tmaWxsOiNjZjhjMmM7fS5jbHMtNHtmaWxsOiNmZmFkMmQ7fS5jbHMtNXtmaWxsOiMyZjQ3MTI7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMEg4OC41TDcwLjgsNTlIMFoiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjI1LjI4NTYiIHk9IjEwLjUzNTgiIHdpZHRoPSI0Mi4xNDI5IiBoZWlnaHQ9IjQxLjA4OTMiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik04OS44MjEzLDI5LjE1MzhhMTAuMTkyMSwxMC4xOTIxLDAsMCwxLDEuOTAxNC02LjQ3NzUsNi4xNDI4LDYuMTQyOCwwLDAsMSw1LjA3NTYtMi40MzMxLDUuNzQsNS43NCwwLDAsMSw0LjY4ODcsMi4wNzg2bC4xNzgtMS43NTY0aDMuNTI4VjM3LjQ2ODNhNy4wMTA4LDcuMDEwOCwwLDAsMS0yLjE0Myw1LjQxNCw4LjEwMTgsOC4xMDE4LDAsMCwxLTUuNzUyMSwxLjk4Miw5LjI2MTUsOS4yNjE1LDAsMCwxLTMuNzU0NC0uODA1N0E2LjYwNTQsNi42MDU0LDAsMCwxLDkwLjc3Miw0MS45OGwxLjg1My0yLjM1MjZhNS41OTYxLDUuNTk2MSwwLDAsMCw0LjQ0NzMsMi4xNDMxQTQuMzA1NSw0LjMwNTUsMCwwLDAsMTAwLjE1LDQwLjcwN2E0LjAxNzYsNC4wMTc2LDAsMCwwLDEuMTI4LTMuMDkzN1YzNi40MzdhNS43NjU0LDUuNzY1NCwwLDAsMS00LjUxMTksMS44ODUzLDYuMTM2MSw2LjEzNjEsMCwwLDEtNS4wMTEyLTIuNDMzMUExMC41NTgyLDEwLjU1ODIsMCwwLDEsODkuODIxMywyOS4xNTM4Wm0zLjg5OTQuMzM4NGE3LjA5ODEsNy4wOTgxLDAsMCwwLDEuMDYzNSw0LjE0MTEsMy40NzIsMy40NzIsMCwwLDAsMi45ODA5LDEuNDk4NSwzLjc2ODcsMy43Njg3LDAsMCwwLDMuNTEyOS0yLjAzdi03LjY3QTMuNzE0MiwzLjcxNDIsMCwwLDAsOTcuNzk3NCwyMy40NWEzLjQ3OTMsMy40NzkzLDAsMCwwLTMuMDEzMiwxLjUzMDhBNy45MDU5LDcuOTA1OSwwLDAsMCw5My43MjA3LDI5LjQ5MjJabTE0Ljc3NjMtLjM3MDZhMTAuMjI2MSwxMC4yMjYxLDAsMCwxLDEuMDE1LTQuNjA4NCw3LjM0NTEsNy4zNDUxLDAsMCwxLDIuODUyLTMuMTU4Miw3Ljk4OTIsNy45ODkyLDAsMCwxLDQuMjIxLTEuMTExOCw3LjU5LDcuNTksMCwwLDEsNS43MjEsMi4yNzE5LDguOTE4Myw4LjkxODMsMCwwLDEsMi4zODQsNi4wMjY0bC4wMTcuOTE4NWExMC4zMDI3LDEwLjMwMjcsMCwwLDEtLjk5OSw0LjYwODQsNy4yNjUxLDcuMjY1MSwwLDAsMS0yLjgzNiwzLjE0Miw4LjA1NCw4LjA1NCwwLDAsMS00LjI1NCwxLjExMTksNy42MDE0LDcuNjAxNCwwLDAsMS01LjkxNC0yLjQ0OTMsOS40NjExLDkuNDYxMSwwLDAsMS0yLjIwNy02LjU1ODFabTMuOTE1LjMzODRhNy4wNjQyLDcuMDY0MiwwLDAsMCwxLjExMiw0LjIyMTYsMy42MiwzLjYyLDAsMCwwLDMuMDk0LDEuNTE0NywzLjU1MzEsMy41NTMxLDAsMCwwLDMuMDc3LTEuNTQ2OSw3LjcxLDcuNzEsMCwwLDAsMS4xMTItNC41Mjc4LDYuODk2OCw2Ljg5NjgsMCwwLDAtMS4xNDQtNC4xOSwzLjgxNSwzLjgxNSwwLDAsMC02LjEyMy0uMDE2MUE3LjU3MzksNy41NzM5LDAsMCwwLDExMi40MTIsMjkuNDZabTIxLjQ5NSwzLjU3NzEsMy42OS0xMi40NzE3aDQuMDQ1TDEzNS41OTksMzhoLTMuNGwtNi4wOTEtMTcuNDM0Nmg0LjA2MVptOS45MjYuODM3OWEyLjIyMjUsMi4yMjI1LDAsMCwxLDEuNjkyLjYyODQsMi4yODQ2LDIuMjg0NiwwLDAsMSwwLDMuMDc3NywyLjY1NCwyLjY1NCwwLDAsMS0zLjM1MiwwLDIuMDQ0MSwyLjA0NDEsMCwwLDEtLjYxMi0xLjUzMDgsMi4xMjg3LDIuMTI4NywwLDAsMSwuNTk2LTEuNTQ2OUEyLjIsMi4yLDAsMCwxLDE0My44MzMsMzMuODc1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE1Ny43NzEsMzUuMTk2M2EzLjUzODQsMy41Mzg0LDAsMCwwLDIuNDMzLS44NTQsMi45MTU5LDIuOTE1OSwwLDAsMCwxLjAzMS0yLjExMDloMy42OWE1Ljc5MjEsNS43OTIxLDAsMCwxLTEuMDE1LDMuMDQ1NSw2LjY4NTksNi42ODU5LDAsMCwxLTIuNTc4LDIuMjIzNiw3LjY4NDUsNy42ODQ1LDAsMCwxLTMuNTEzLjgyMTgsNy40MzEzLDcuNDMxMywwLDAsMS01LjgtMi4zNjg3LDkuMzkzOSw5LjM5MzksMCwwLDEtMi4xNDQtNi41NDJ2LS40MDI4YTkuMjA4MSw5LjIwODEsMCwwLDEsMi4xMjctNi4zNjQ4LDcuMzU1LDcuMzU1LDAsMCwxLDUuODAxLTIuNDAwOCw3LjExNyw3LjExNywwLDAsMSw1LjA2LDEuODIwOCw2LjQ1MjQsNi40NTI0LDAsMCwxLDIuMDYyLDQuNzUzNGgtMy42OWEzLjU2NjMsMy41NjYzLDAsMCwwLTEuMDMxLTIuNDY1MywzLjI2NTcsMy4yNjU3LDAsMCwwLTIuNDMzLS45NjY4LDMuNDM5MSwzLjQzOTEsMCwwLDAtMi45MzMsMS4zODU3LDYuOTk2Myw2Ljk5NjMsMCwwLDAtMS4wNDcsNC4xNzMzdi42Mjg1YTcuMjI3OSw3LjIyNzksMCwwLDAsMS4wMTUsNC4yMzc3QTMuNDcyNCwzLjQ3MjQsMCwwLDAsMTU3Ljc3MSwzNS4xOTYzWm0xNi4yMS0yLjgwMzcsMy41NDUtMTEuODI3Mmg0LjE3M2wtNi45MjgsMjAuMDc3MnEtMS41OTYsNC4zOTg5LTUuNDE1LDQuMzk4OWE3LjAxOTMsNy4wMTkzLDAsMCwxLTEuODg1LS4yOVY0MS43MjIybC43NDEuMDQ4M2EzLjcyNzUsMy43Mjc1LDAsMCwwLDIuMjI0LS41NDc4LDMuNTAyNSwzLjUwMjUsMCwwLDAsMS4xOTItMS44MDQ3bC41NjQtMS40OTg2LTYuMTIzLTE3LjM1NGg0LjIyMloiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0zMi40MDI4LDEwLjUxNzdjMCwxMS45MjI0LDIuMTksMTkuNTEsMTEuODQ3NSwyNi43MDkxQzUzLjkwMzUsMzAuMDI3NCw1Ni4wOTc5LDIyLjQ0LDU2LjA5NzksMTAuNTE3N0EyMS40MjY1LDIxLjQyNjUsMCwwLDEsNDQuMjUsMTMuNTU4NCwyMS40MDU5LDIxLjQwNTksMCwwLDEsMzIuNDAyOCwxMC41MTc3WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTI2LjYwNjUsMTcuODc4NGMxLjE2NTktMi4zNzgzLS4xNTktNC41NTA2LS42LTUuMzQ2M0MyNS40MjE1LDE0LjY1NzgsMjUuNDYxNiwxNy4wNjUsMjYuNjA2NSwxNy44Nzg0WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTI4LjE4MjQsMjIuNTRjMS40NTQxLTEuMzQ3Ny4zODgtNC42MjE2LjA4NjUtNS4zOEE2LjAzLDYuMDMsMCwwLDAsMjguMTgyNCwyMi41NFoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0yOC4xMzE1LDI1LjM1MDVjLTEuOS0uNzc1OC0yLjU2MzktMy4wMTY4LTIuODQ0Ni00LjY3N0MyNS44MDcyLDIwLjkzMjksMjguMzAyMSwyMi43MzcyLDI4LjEzMTUsMjUuMzUwNVoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zMC42NjcyLDIyLjk1MjJjLjQxNjcuNTY1MiwxLjM0MSwzLjcwMTYsMCw1LjU1MjVBNS43MjM1LDUuNzIzNSwwLDAsMSwzMC42NjcyLDIyLjk1MjJaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNMjkuOTMxMywzMC45MjA3Yy4zNDE0LTIuMzAwOC0yLjk3MjQtNC4yNDkxLTMuMTM2Mi00LjQwNDNDMjYuOTg1NSwyNy43ODIxLDI4LjIsMzAuNDUzLDI5LjkzMTMsMzAuOTIwN1oiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zMi42ODg3LDMzLjgxMzNjLS45MTc2LS42ODcxLS45NjQyLTMuNTItLjIzOTQtNS4zMDg2QzMzLjUyLDMwLjA3NCwzMy43MjgzLDMzLjMwMzUsMzIuNjg4NywzMy44MTMzWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTMxLjQyMDgsMzMuNzQ2OGMtLjYxMzkuNDY1NS0xLjU2LTEuMTUyNi0uOTA4Ny0xLjU3MzdDMzEuMTM0OSwzMS43ODUyLDMxLjk2NjEsMzMuMzI1NywzMS40MjA4LDMzLjc0NjhaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNMzQuMDI3NSwzNS40MzE0Yy0uNzA5My4zMS0xLjIzLTEuNDg1MS0uNDk2NS0xLjc1MTFDMzQuMjI3LDMzLjQ4MDgsMzQuNjU5MywzNS4xNjU0LDM0LjAyNzUsMzUuNDMxNFoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zMS4xMTk0LDMwLjYwMzdjLS43NTgxLjEzNzUtLjg2ODktMS43MzU1LS4wOTc1LTEuODEzMUMzMS43NTMzLDI4LjcyNjMsMzEuNzk1NSwzMC40Nzc0LDMxLjExOTQsMzAuNjAzN1oiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0yOS4zOTA1LDI3LjM3NDJjLS42MTg0LjQ2MTEtMS41NDk0LTEuMTY4MS0uODkzMy0xLjU4QzI5LjEyMjMsMjUuNDEsMjkuOTQsMjYuOTYsMjkuMzkwNSwyNy4zNzQyWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTI5LjM5OTMsMjQuMzA2NWMtLjc0NjkuMTg4NC0uOTg0MS0xLjY3MTMtLjIxOTQtMS44MDIxQzI5LjkwNDcsMjIuMzg5MiwzMC4wNjY1LDI0LjEzMzYsMjkuMzk5MywyNC4zMDY1WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTI2LjcxMiwyMC41NTgzYy0uNjQuNDMtMS40ODg3LTEuMjQzNS0uODEyNC0xLjYyMjZDMjYuNTQzNSwxOC41ODMzLDI3LjI4MjUsMjAuMTcyNiwyNi43MTIsMjAuNTU4M1oiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zOC4yMzQ2LDQwLjU1MTdjLS42NjA2LjM5OS0xLjQxNDItMS4zMDc4LS43MjI2LTEuNjYyNEMzOC4xNzY5LDM4LjYwMTEsMzguODI2NCw0MC4xOTcsMzguMjM0Niw0MC41NTE3WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTM1LjU3NDcsMzkuODQyNGMtLjUyMzEuNTU0MS0xLjcyODktLjg2NDUtMS4xNjgxLTEuMzk2NEMzNC45NjA3LDM3Ljk4MDUsMzYuMDQyNCwzOS4zMzI2LDM1LjU3NDcsMzkuODQyNFoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zNi41MjU2LDM4LjczNDFjLTEuMDU3My0uNDQzMy0xLjgtMy4xNy0xLjUyNzItNS4wOTgxQzM2LjQxOTIsMzQuOTIxNiwzNy40MSwzNy45ODA1LDM2LjUyNTYsMzguNzM0MVoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zNC41NjM5LDM3LjkzNjFjLTEuMTMuMjIxNy0zLjIxNC0xLjY4NDUtNC4wMTY0LTMuNDhDMzIuNDM4MywzNC43ODg2LDM0LjkxLDM2Ljg1LDM0LjU2MzksMzcuOTM2MVoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zOS45MTQ3LDQyLjkyMzRjLTEuMDE3NC41MzItMy41NjQyLS42ODcxLTQuODUtMi4xNzIyQzM2Ljk3MTEsNDAuNTA3NCwzOS45MzI1LDQxLjc3MDgsMzkuOTE0Nyw0Mi45MjM0WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTQxLjE5MTUsNDMuMDM0M2MtMS4xMTcyLS4yNjYtMi4yMjU1LTIuODgxNi0yLjIxNjYtNC44MzIyQzQwLjU3MzEsMzkuMjY2MSw0MS45NjUxLDQyLjE3LDQxLjE5MTUsNDMuMDM0M1oiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik00Mi4yNjIxLDQ4LjkwODJhMi4yOTgsMi4yOTgsMCwwLDAtLjg3MzQtLjgyLDIzLjczNDYsMjMuNzM0NiwwLDAsMSw2LjAyLTQuMTg5M2MtMi4wMSwxLjQ4NTEtNC4yNDY5LDIuOTkyNC01LjE0NjgsNS4wMVoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik02MS45MDUzLDE3Ljg3ODRjLTEuMTc0OC0yLjM3ODMuMTU1MS00LjU1MDYuNTk4NC01LjM0NjNDNjMuMDgsMTQuNjU3OCw2My4wMzU3LDE3LjA2NSw2MS45MDUzLDE3Ljg3ODRaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNNjAuMzA5MywyMi41NGMtMS40NDA3LTEuMzQ3Ny0uMzc2OC00LjYyMTYtLjA2NjQtNS4zOEE2LjAyLDYuMDIsMCwwLDEsNjAuMzA5MywyMi41NFoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik02MC4zNzU4LDI1LjM1MDVjMS44ODQxLS43NzU4LDIuNTQ5MS0zLjAxNjgsMi44MzczLTQuNjc3QzYyLjcwMzIsMjAuOTMyOSw2MC4xOTg1LDIyLjczNzIsNjAuMzc1OCwyNS4zNTA1WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTU3LjgyNjgsMjIuOTUyMmMtLjM5OS41NjUyLTEuMzMsMy43MDE2LDAsNS41NTI1QTUuNzExNyw1LjcxMTcsMCwwLDAsNTcuODI2OCwyMi45NTIyWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTU4LjU4LDMwLjkyMDdjLS4zNTQ2LTIuMzAwOCwyLjk3LTQuMjQ5MSwzLjEyNTQtNC40MDQzQzYxLjUwNjMsMjcuNzgyMSw2MC4zMDkzLDMwLjQ1Myw1OC41OCwzMC45MjA3WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTU1LjgxLDMzLjgxMzNjLjkzMS0uNjg3MS45NzUzLTMuNTIuMjQzOC01LjMwODZDNTQuOTksMzAuMDc0LDU0Ljc2NzksMzMuMzAzNSw1NS44MSwzMy44MTMzWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTU3LjA3MzIsMzMuNzQ2OGMuNjIwNi40NjU1LDEuNTczNy0xLjE1MjYuOTA4OC0xLjU3MzdDNTcuMzYxMywzMS43ODUyLDU2LjU0MTIsMzMuMzI1Nyw1Ny4wNzMyLDMzLjc0NjhaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNNTQuNDgsMzUuNDMxNGMuNzA5My4zMSwxLjIxOTEtMS40ODUxLjQ4NzYtMS43NTExQzU0LjI4LDMzLjQ4MDgsNTMuODM3LDM1LjE2NTQsNTQuNDgsMzUuNDMxNFoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik01Ny4zODM1LDMwLjYwMzdjLjc1MzYuMTM3NS44NjQ0LTEuNzM1NS4wODg2LTEuODEzMUM1Ni43NDA3LDI4LjcyNjMsNTYuNjk2NCwzMC40Nzc0LDU3LjM4MzUsMzAuNjAzN1oiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik01OS4xMTI0LDI3LjM3NDJjLjYyMDYuNDYxMSwxLjU1MTYtMS4xNjgxLjg4NjYtMS41OEM1OS4zNzg0LDI1LjQxLDU4LjU1ODMsMjYuOTYsNTkuMTEyNCwyNy4zNzQyWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTU5LjExMjQsMjQuMzA2NWMuNzMxNS4xODg0Ljk3NTMtMS42NzEzLjItMS44MDIxQzU4LjYwMjYsMjIuMzg5Miw1OC40MjUzLDI0LjEzMzYsNTkuMTEyNCwyNC4zMDY1WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTYxLjc5NDQsMjAuNTU4M2MuNjQyOS40MywxLjQ4NTItMS4yNDM1Ljc5OC0xLjYyMjZDNjEuOTUsMTguNTgzMyw2MS4yMTgxLDIwLjE3MjYsNjEuNzk0NCwyMC41NTgzWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTUwLjI2ODMsNDAuNTUxN2MuNjY1LjM5OSwxLjQxODYtMS4zMDc4LjczMTUtMS42NjI0QzUwLjMzNDgsMzguNjAxMSw0OS42Nyw0MC4xOTcsNTAuMjY4Myw0MC41NTE3WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTUyLjkyODIsMzkuODQyNGMuNTMyLjU1NDEsMS43Mjg5LS44NjQ1LDEuMTc0OC0xLjM5NjRDNTMuNTQ4OCwzNy45ODA1LDUyLjQ2MjcsMzkuMzMyNiw1Mi45MjgyLDM5Ljg0MjRaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNNTEuOTc1MSwzOC43MzQxYzEuMDYzOS0uNDQzMywxLjc5NTQtMy4xNywxLjUyOTQtNS4wOTgxQzUyLjA4NTksMzQuOTIxNiw1MS4wODg0LDM3Ljk4MDUsNTEuOTc1MSwzOC43MzQxWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTUzLjk0NzgsMzcuOTM2MWMxLjEzLjIyMTcsMy4yMTQtMS42ODQ1LDQuMDEyLTMuNDhDNTYuMDUzNSwzNC43ODg2LDUzLjU5MzIsMzYuODUsNTMuOTQ3OCwzNy45MzYxWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTQ4LjU4MzcsNDIuOTIzNGMxLjAyLjUzMiwzLjU2ODctLjY4NzEsNC44NTQzLTIuMTcyMkM1MS41MzE3LDQwLjUwNzQsNDguNTYxNiw0MS43NzA4LDQ4LjU4MzcsNDIuOTIzNFoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik00Ny4zMiw0My4wMzQzYzEuMTA4My0uMjY2LDIuMjE2NS0yLjg4MTYsMi4yMTY1LTQuODMyMkM0Ny45MTg4LDM5LjI2NjEsNDYuNTM1Niw0Mi4xNyw0Ny4zMiw0My4wMzQzWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTQ2LjI0MDgsNDguOTA4MmEyLjY5NzcsMi42OTc3LDAsMCwxLC43NDctLjgyLDIxLjQ2NTIsMjEuNDY1MiwwLDAsMC01Ljg5MzktNC4xODkzYzIuMDEwNSwxLjQ4NTEsNC4yNDcsMi45OTI0LDUuMTQ2OSw1LjAxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM0LjA3ODUsMTMuMTc5M2EyOC44NCwyOC44NCwwLDAsMCw1Ljk2MjYsNS4xNDkxLDkuMjE2Miw5LjIxNjIsMCwwLDEsMy4wNzQ0LDMuNjIsMTMuNDM0MiwxMy40MzQyLDAsMCwwLDEuMTQ4MSwyLjI3LDguODI4LDguODI4LDAsMCwwLTMuMDg3NiwyLjU2LDIuMjI4LDIuMjI4LDAsMCwxLTEuNTczOC0xLjE3NywyLjE3MTgsMi4xNzE4LDAsMCwwLDEuMzU4Ny4yODM3Yy4wNi0uMTk1MS0xLjU4LS41ODc0LTIuMjctMS41NDUuNDc4OC4xNjg1LDEuMjQzNS41NjUzLDEuNjUxMy40NDExLjA2MjEtLjAzMS0uODY4OS0uNDAxMi0xLjA2NjEtLjUxNjRhNC40MTc2LDQuNDE3NiwwLDAsMS0yLjAzNzEtMS44NzUyYy43MzM3LjQ0NzcsMi40NzgyLDEuNDI1MiwyLjYxNTYsMS4xOTY5LjA3MzEtLjA1NzYtLjE0LS4wODg3LS42MDA3LS4zMzY5YTYuNDExNyw2LjQxMTcsMCwwLDEtMi42Njg3LTIuNTI2OWMuOTE3Ni42NzE2LDIuNTQ0NiwxLjcwNDUsMi43ODQsMS41MjUuMTgzOS0uMTE3NS0uNjc2MS0uMzIzNi0xLjcxMTItMS4xNjE1YTQuNDk5MSw0LjQ5OTEsMCwwLDEtMS44NjQyLTIuNTA2OWMxLjA1NzMuOTg4NiwyLjk4OCwyLjI1ODcsMy4xNzQyLDIuMTE0Ni4wNi0uMDY0My0uMDYyMS0uMTQtLjM1LS4zMzkyLS44MDQ2LS41NS0yLjg1NzEtMi4wMS0zLjIyNzMtMy41ODQxLDEuMDc1MS45MjIxLDIuOTQ1OCwyLjYwODksMy41MjQ0LDIuNTM1N0MzOS4zMywxOC44NjcsMzQuODM4OCwxNy4xLDM0LjA3ODUsMTMuMTc5M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00NS4wNzkzLDIzLjkxNjRjMi4xNTIzLS42MzQsMy4yODI4LS4wNzc2LDMuMzkzNi45OTNhMy45NTM3LDMuOTUzNywwLDAsMCwyLjQ4MjUtMi4zMjNjLS40NDMzLjI4Ni0uOTc1Mi43NzgtMS4yNDEyLjY4NzItLjExMDktLjA2NDMuOTA4OC0uNzExNiwxLjY2MjQtMS40ODA3YTMuNjg3NywzLjY4NzcsMCwwLDAsMS4wNjM5LTEuNzk3NmMtLjU5ODQuNDg1NC0xLjc5NTQsMS43MTc4LTEuOTA2MiwxLjUxMzktLjEzMy0uMjU5NCwyLjM5MzktMS44MjQzLDIuNTkzNC0zLjk4NzYtLjY4NzIuNjkzOC0xLjY2MjQsMS45NTcyLTEuOTA2MywxLjcyNjctLjExMDgtLjEzNTIuMjIxNy0uMzcyNC43MDkzLS45ODIuODItMS4wNTk1LDIuMTI3OS0yLjkxNywyLjIzODgtNC4yNDI1YTMwLjI0NDksMzAuMjQ0OSwwLDAsMS01LjU0MTQsNS4xNTM2Yy0uNTc2NC40NDc3LTEuMDY0Ljg5MS0xLjQ4NTIsMS4yODU2QzQ2LjAzMjUsMjEuNDg5Miw0NS42Njg5LDIyLjg3OSw0NS4wNzkzLDIzLjkxNjRaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzkuOTE5MiwyOS44NDM1YTIuMzA2NCwyLjMwNjQsMCwwLDAsLjc0LjM2MTMsNS4zOTI2LDUuMzkyNiwwLDAsMSwuMzMyNS0xLjE0MzgsNC42Njg2LDQuNjY4NiwwLDAsMSwuNjM2MS0xLjA0NjIsNy4xOTA5LDcuMTkwOSwwLDAsMC0uNjcxNiwyLjI3ODZsLjc5MTMuMTI2NGE0LjEyMSw0LjEyMSwwLDAsMSwuODE3OS0yLjIxODgsNy43NjI3LDcuNzYyNywwLDAsMC0uNDIzMywyLjI5MTljLjI1NzEuMDIyMi41Mzg2LjA2LjgxMTIuMDcwOWE2LjY5NDgsNi42OTQ4LDAsMCwxLC4zOTktMi4yOWMtLjA2Mi43OTU4LS4wMzEsMS41NTE2LS4wMzU0LDIuMzIzbC44NjY2LS4wMjIyYTEzLjUyLDEzLjUyLDAsMCwxLS4xMTUyLTIuMjg3NSwxMi45MzM3LDEyLjkzMzcsMCwwLDEsLjUxODYsMi4yODc1Yy4yMzk0LS4wMjIxLjU3MTktLjA1NzYuNzk4LS4wNzc2YTExLjgyNzYsMTEuODI3NiwwLDAsMC0uNTk0LTIuMjcsNi40NDIxLDYuNDQyMSwwLDAsMSwuODkxLDIuMjEyMWMuMjQ2MS0uMDMxLjU2NzUtLjA4Mi43OTM2LS4xMjQxYTkuNTExOCw5LjUxMTgsMCwwLDAtLjkyMjEtMi4yNDEsMy44NjE5LDMuODYxOSwwLDAsMSwxLjE1LDIuMTYzNCw0LjI5MjUsNC4yOTI1LDAsMCwwLC43NDkyLS4yNjM4QTQuNzQyNSw0Ljc0MjUsMCwwLDAsNDYuMDUsMjcuMjgxMWExLjg4MiwxLjg4MiwwLDAsMCwuNDI1Ni0uODI0NmMuMjg1OSwwLC43NTU4LjA2Ljg2NjYtLjEyNjNsLjg2NDUuNTQ1M2E1LjgyNDQsNS44MjQ0LDAsMCwxLS4yNDM4LS45ODY0LDEuMjk3MywxLjI5NzMsMCwwLDEsLjE1NTEtLjMxNywxLjIyODIsMS4yMjgyLDAsMCwwLS45MzA5LTEuNTk1OSw0LjEyNjIsNC4xMjYyLDAsMCwwLTIuMzIzLjI4MTUsNy44NCw3Ljg0LDAsMCwwLTQuMDQ3NCwzLjcwMzlBMTEuNzk0MSwxMS43OTQxLDAsMCwwLDM5LjkxOTIsMjkuODQzNVptNy4yOS00Ljg0NzdhLjI4MzYuMjgzNiwwLDAsMSwuMjg4Mi4yNjM4LjI2ODMuMjY4MywwLDAsMS0uMjg4Mi4yNDgzLjI1NzUuMjU3NSwwLDAsMS0uMjQzOC0uMjQ4M0EuMjc2Ni4yNzY2LDAsMCwxLDQ3LjIwOTQsMjQuOTk1OFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01Mi4yMTg5LDI1LjEyYy0zLjEwMzIuMzAzNi0zLjQ4LjYzMTctNS4wNzYsMy4yMzM5bC4yMjE3LjIxMDZhNS4wNTc3LDUuMDU3NywwLDAsMSwuOTMxLTEuNTY3MUEzLjYzLDMuNjMsMCwwLDEsNDkuNzM2MywyNS44OCwyNS4xNzgyLDI1LjE3ODIsMCwwLDEsNTIuMjE4OSwyNS4xMloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00Ny4xODczLDI2LjUxMmExLjMzMzcsMS4zMzM3LDAsMCwxLC40ODc2LDEuMzIxQzQ3LjEyMDgsMjcuNzkzMSw0Ny4wMzIxLDI3LjEwMTYsNDcuMTg3MywyNi41MTJaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDkuNDQ4MiwyNy4yOTg4Yy0uODIuMDI0NC0xLjA0MTgtLjEyNjMtMS44NjE5LjQ2NzdDNDguMDczOSwyOC4xNjExLDQ4Ljg1LDI3LjgzMDgsNDkuNDQ4MiwyNy4yOTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQ4LjUzOTQsMjYuNTQ1MmMtLjM5OS0uMjEwNi0uMzc2OC0xLjA4MzkuODQyMy0xLjcxMzRBMi42OTkzLDIuNjk5MywwLDAsMSw0OC41Mzk0LDI2LjU0NTJaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDguNzE2NywyNi40MWMuMTc3My42NTE3LDEuMDQxOC42Mzg0LDEuNjE4MS4yNDZBMS41ODI1LDEuNTgyNSwwLDAsMCw0OC43MTY3LDI2LjQxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQ5LjU1OSwyNS45MjQ2Yy0uMi0uNTQ1My42MjA2LTEuNDIzMSwxLjI2MzUtMS40OTg0QTIuMjIxNywyLjIyMTcsMCwwLDEsNDkuNTU5LDI1LjkyNDZaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDkuNjI1NSwyNS45MDY4Yy4zNzY4LjU4NTIsMS4xNzQ4LjUxMjEsMS43Mjg5LjQxOUExLjIzNzYsMS4yMzc2LDAsMCwwLDQ5LjYyNTUsMjUuOTA2OFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01MC40OSwyNS40ODU3YTIuNjcwNywyLjY3MDcsMCwwLDEsMS41Mjk0LTEuMzc4N0EyLjAxMTEsMi4wMTExLDAsMCwxLDUwLjQ5LDI1LjQ4NTdaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNTAuOTMzMywyNS40MTQ4YTIuMDUyMSwyLjA1MjEsMCwwLDEsMS41OTU5LjQ2NTRDNTEuODY0MiwyNi4xNTUxLDUxLjEzMjgsMjYuMTMyOSw1MC45MzMzLDI1LjQxNDhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDIuODU4MywzMy40MzY1aC0uMjE1VjMyLjM1YTEuMDIzNiwxLjAyMzYsMCwwLDEtLjM0NTguMnYtLjJhLjg3MTIuODcxMiwwLDAsMCwuNDE0NS0uMzU0N2guMTQ2M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00NC4wNiwzMi43NzE1YS4yNTEyLjI1MTIsMCwwLDEtLjE0MTkuMTMzLjMzNzcuMzM3NywwLDAsMS0uMjAxNy4wNjY1LjQxMjMuNDEyMywwLDAsMS0uMzEtLjEzMy40ODE2LjQ4MTYsMCwwLDEtLjEyNjMtLjM1NDYuNTIwNy41MjA3LDAsMCwxLC4xMjg1LS4zNTQ3LjQ0NDUuNDQ0NSwwLDAsMSwuMzMyNS0uMTMyOS40NS40NSwwLDAsMSwuMzU0Ny4xNTUxLjc5NDkuNzk0OSwwLDAsMSwuMTQ2My41MzIuOTU5Mi45NTkyLDAsMCwxLS4xMzMuNTc2My40NDEzLjQ0MTMsMCwwLDEtLjM4NzkuMi40LjQsMCwwLDEtLjI3OTMtLjA4ODcuNDIyMi40MjIyLDAsMCwxLS4xMzUyLS4yODgxTDQzLjUxLDMzLjA2Yy4wMjY2LjE1NTIuMDk3NS4yMjE3LjIxMjguMjIxN2EuMjUwNS4yNTA1LDAsMCwwLC4yMjYxLS4xMzMuNzU1OS43NTU5LDAsMCwwLC4wOC0uMzc2OVptLS4zMDM3LDBhLjIwMDkuMjAwOSwwLDAsMCwuMTg0LS4wODg2LjI2MjUuMjYyNSwwLDAsMCwuMDY4Ny0uMTk5NS4zNDkuMzQ5LDAsMCwwLS4wNzA5LS4yMjE3LjE5OTIuMTk5MiwwLDAsMC0uMTc3My0uMDg4Ni4yMTY2LjIxNjYsMCwwLDAtLjE4NjIuMDg4Ni4zNjM2LjM2MzYsMCwwLDAsMCwuNDQzNEEuMjYyNS4yNjI1LDAsMCwwLDQzLjc1NiwzMi43NzE1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQ0LjU3NjIsMzIuNjgyOWEuMzc5NC4zNzk0LDAsMCwxLC4zNDgtLjE5OTUuNDA3Ny40MDc3LDAsMCwxLC4zMDgxLjEzMy41MTg4LjUxODgsMCwwLDEsLjEyNjMuMzU0Ni41NjA4LjU2MDgsMCwwLDEtLjEyNjMuMzU0Ny40MzQuNDM0LDAsMCwxLS4zMzI1LjEzMy40NS40NSwwLDAsMS0uMzU5MS0uMTU1Mi43NDQ4Ljc0NDgsMCwwLDEtLjE0ODUtLjUzMiwxLjAwNTgsMS4wMDU4LDAsMCwxLC4xMzMtLjU3NjMuNDM4Ni40Mzg2LDAsMCwxLC4zODc5LS4yLjQwOS40MDksMCwwLDEsLjI4MTUuMDg4Ny40MTY0LjQxNjQsMCwwLDEsLjE0LjI4ODJsLS4yMTA1LjAyMjFjLS4wMzExLS4xNTUxLS4xMDQyLS4yMjE2LS4yMTk1LS4yMjE2YS4yNTU4LjI1NTgsMCwwLDAtLjIxMDYuMTMzLjYwOS42MDksMCwwLDAtLjA4ODYuMzc2OFptLjMxOTEuNTk4NWEuMTkzNS4xOTM1LDAsMCwwLC4xNzUyLS4wODg3LjM2MTUuMzYxNSwwLDAsMCwuMDY4Ny0uMjIxNy4yNjMxLjI2MzEsMCwwLDAtLjA2ODctLjE5OTUuMi4yLDAsMCwwLS4xODE4LS4wODg2LjI2NDQuMjY0NCwwLDAsMC0uMTc5NS4wNjY1LjM0LjM0LDAsMCwwLS4wNzU0LjIyMTYuMzUwOC4zNTA4LDAsMCwwLC4wNzMyLjIyMTdBLjIxNzguMjE3OCwwLDAsMCw0NC44OTUzLDMzLjI4MTRaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDUuOTksMzEuOTk1N2MuMzE3LDAsLjQ3NjYuMjQzOS40NzY2LjczMTVhMS4wMzg0LDEuMDM4NCwwLDAsMS0uMTIxOS41NTQyLjQyMi40MjIsMCwwLDEtLjM1NDcuMTc3M3EtLjQ3ODYsMC0uNDc4Ny0uNzMxNWExLjAzNjYsMS4wMzY2LDAsMCwxLC4xMjQxLS41NTQxQS40MjIuNDIyLDAsMCwxLDQ1Ljk5LDMxLjk5NTdabTAsMS4yODU3YS4yMDgzLjIwODMsMCwwLDAsLjE5MDctLjEzMy45MDguOTA4LDAsMCwwLC4wNjY1LS40MjEyLDEuMDU3LDEuMDU3LDAsMCwwLS4wMzExLS4zMzI1QS4zLjMsMCwwLDAsNDYuMTMsMzIuMjRhLjE4LjE4LDAsMCwwLS4xNDE5LS4wNjY1LjIwNTguMjA1OCwwLDAsMC0uMTkwNi4xMzMuOTcyMS45NzIxLDAsMCwwLS4wNjY1LjQyMTEsMi44NjI1LDIuODYyNSwwLDAsMCwuMDMxLjMzMjUuNTUxMy41NTEzLDAsMCwwLC4wODY1LjE3NzNBLjI3NTMuMjc1MywwLDAsMCw0NS45OSwzMy4yODE0WiIvPjwvc3ZnPg==);float:left;height:64px;margin:-1px}.govcy-header .govcy-logo:focus{border:3px solid #fd0}.govcy-header .govcy-service-name{float:left;padding:10px 24px;width:100%}.govcy-header .govcy-menu-icon{align-items:center;color:#fff;cursor:pointer;display:flex;flex-direction:row;float:right;padding:.1rem;position:relative;user-select:none}.govcy-header .govcy-menu-btn:checked~.govcy-menu{max-height:100%}.govcy-header .govcy-menu-btn:checked~.govcy-menu-icon .material-icons{display:block;top:0;transform:rotate(180deg)}.govcy-header ul.govcy-menu{clear:both;list-style:none;margin:0;max-height:0;overflow:hidden;padding:0;transition:max-height .2s ease-out}.govcy-header ul.govcy-menu li .active{font-weight:700}.govcy-header ul.govcy-menu li a{color:#fff;display:block;font-weight:400;margin:0 24px;padding:10px 0;text-decoration:none}.govcy-header ul.govcy-menu li a:hover{text-decoration:underline}.govcy-header ul.govcy-menu li a:active{font-weight:700}.govcy-header ul.govcy-menu li a:focus{outline:none}.govcy-header .govcy-lang-menu{background-color:inherit;border:0;float:right;margin:17px 16px 0 0;outline:none}.govcy-header .govcy-lang-menu:focus{border:3px solid #fd0}@media(min-width: 768px){.govcy-header ul.govcy-menu{clear:none;float:right;max-height:none}.govcy-header ul.govcy-menu li{float:left}.govcy-header ul.govcy-menu li a{margin:20px 16px 0 0;padding:0}.govcy-header .govcy-service-name{float:left;padding:20px 24px 0;width:auto}.govcy-header .govcy-lang-menu{margin-top:21px}}.govcy-bg-primary-right::after{background-color:#31576f;bottom:0;content:\" \";height:62px;position:absolute;right:0;top:0;width:50%;z-index:-1}.govcy-hint{color:#6d6e70;display:block;margin-bottom:1.5rem}.govcy-footer img{content:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MSIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUxIDUwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTt9LmNscy0ye2ZpbGw6I2ZiYWMyZjt9LmNscy0ze2ZpbGw6IzMzNDgxZjt9LmNscy00e2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNTEiIGhlaWdodD0iNTAiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNC4xNTI4LDYuMzA0OGMwLDExLjkyMjQsMi4xOSwxOS41MSwxMS44NDc1LDI2LjcwOTEsOS42NTMyLTcuMTk5NCwxMS44NDc2LTE0Ljc4NjcsMTEuODQ3Ni0yNi43MDkxQTIxLjQyNzMsMjEuNDI3MywwLDAsMSwyNiw5LjM0NTQsMjEuNDA2NywyMS40MDY3LDAsMCwxLDE0LjE1MjgsNi4zMDQ4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik04LjM1NjUsMTMuNjY1NWMxLjE2NTktMi4zNzgzLS4xNTktNC41NTA2LS42LTUuMzQ2M0M3LjE3MTUsMTAuNDQ0OSw3LjIxMTYsMTIuODUyMSw4LjM1NjUsMTMuNjY1NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNOS45MzI0LDE4LjMyN2MxLjQ1NDEtMS4zNDc3LjM4OC00LjYyMTYuMDg2NS01LjM4QTYuMDMsNi4wMywwLDAsMCw5LjkzMjQsMTguMzI3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik05Ljg4MTUsMjEuMTM3NmMtMS45LS43NzU4LTIuNTYzOS0zLjAxNjgtMi44NDQ2LTQuNjc3QzcuNTU3MiwxNi43MiwxMC4wNTIxLDE4LjUyNDIsOS44ODE1LDIxLjEzNzZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTEyLjQxNzIsMTguNzM5MmMuNDE2Ny41NjUzLDEuMzQxLDMuNzAxNywwLDUuNTUyNkE1LjcyMzcsNS43MjM3LDAsMCwxLDEyLjQxNzIsMTguNzM5MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMTEuNjgxMywyNi43MDc4Yy4zNDE0LTIuMzAwOC0yLjk3MjQtNC4yNDkyLTMuMTM2Mi00LjQwNDNDOC43MzU1LDIzLjU2OTEsOS45NSwyNi4yNCwxMS42ODEzLDI2LjcwNzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE0LjQzODcsMjkuNmMtLjkxNzYtLjY4NzEtLjk2NDItMy41Mi0uMjM5NC01LjMwODZDMTUuMjcsMjUuODYxMSwxNS40NzgzLDI5LjA5MDYsMTQuNDM4NywyOS42WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xMy4xNzA4LDI5LjUzMzljLS42MTM5LjQ2NTUtMS41Ni0xLjE1MjYtLjkwODctMS41NzM3QzEyLjg4NDksMjcuNTcyMywxMy43MTYxLDI5LjExMjgsMTMuMTcwOCwyOS41MzM5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNS43Nzc1LDMxLjIxODVjLS43MDkzLjMxLTEuMjMtMS40ODUxLS40OTY1LTEuNzUxMUMxNS45NzcsMjkuMjY3OSwxNi40MDkzLDMwLjk1MjUsMTUuNzc3NSwzMS4yMTg1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xMi44Njk0LDI2LjM5MDhjLS43NTgxLjEzNzUtLjg2ODktMS43MzU1LS4wOTc1LTEuODEzMUMxMy41MDMzLDI0LjUxMzQsMTMuNTQ1NSwyNi4yNjQ1LDEyLjg2OTQsMjYuMzkwOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMTEuMTQwNSwyMy4xNjEzYy0uNjE4NC40NjEtMS41NDk0LTEuMTY4MS0uODkzMy0xLjU4QzEwLjg3MjMsMjEuMTk3NCwxMS42OSwyMi43NDY4LDExLjE0MDUsMjMuMTYxM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMTEuMTQ5MywyMC4wOTM2Yy0uNzQ2OS4xODg0LS45ODQxLTEuNjcxMy0uMjE5NC0xLjgwMjFDMTEuNjU0NywxOC4xNzYyLDExLjgxNjUsMTkuOTIwNywxMS4xNDkzLDIwLjA5MzZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTguNDYyLDE2LjM0NTRjLS42NC40My0xLjQ4ODctMS4yNDM1LS44MTI0LTEuNjIyNkM4LjI5MzUsMTQuMzcsOS4wMzI1LDE1Ljk2LDguNDYyLDE2LjM0NTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE5Ljk4NDYsMzYuMzM4OGMtLjY2MDYuMzk5LTEuNDE0Mi0xLjMwNzgtLjcyMjYtMS42NjI0QzE5LjkyNjksMzQuMzg4MiwyMC41NzY0LDM1Ljk4NDEsMTkuOTg0NiwzNi4zMzg4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNy4zMjQ3LDM1LjYzYy0uNTIzMS41NTQxLTEuNzI4OS0uODY0NS0xLjE2ODEtMS4zOTY1QzE2LjcxMDcsMzMuNzY3NiwxNy43OTI0LDM1LjEyLDE3LjMyNDcsMzUuNjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE4LjI3NTYsMzQuNTIxMmMtMS4wNTczLS40NDMzLTEuOC0zLjE3LTEuNTI3Mi01LjA5ODFDMTguMTY5MiwzMC43MDg3LDE5LjE2LDMzLjc2NzYsMTguMjc1NiwzNC41MjEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNi4zMTM5LDMzLjcyMzJjLTEuMTMuMjIxNy0zLjIxNC0xLjY4NDYtNC4wMTY0LTMuNDhDMTQuMTg4MywzMC41NzU3LDE2LjY2LDMyLjYzNzEsMTYuMzEzOSwzMy43MjMyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMS42NjQ3LDM4LjcxMDVjLTEuMDE3NC41MzItMy41NjQyLS42ODcxLTQuODUtMi4xNzIyQzE4LjcyMTEsMzYuMjk0NCwyMS42ODI1LDM3LjU1NzksMjEuNjY0NywzOC43MTA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMi45NDE1LDM4LjgyMTNjLTEuMTE3Mi0uMjY1OS0yLjIyNTUtMi44ODE1LTIuMjE2Ni00LjgzMjFDMjIuMzIzMSwzNS4wNTMyLDIzLjcxNTEsMzcuOTU2OSwyMi45NDE1LDM4LjgyMTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTI0LjAxMjEsNDQuNjk1MmEyLjI5ODYsMi4yOTg2LDAsMCwwLS44NzM0LS44MiwyMy43MzQ2LDIzLjczNDYsMCwwLDEsNi4wMi00LjE4OTNjLTIuMDEsMS40ODUxLTQuMjQ2OSwyLjk5MjQtNS4xNDY4LDUuMDA5NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNNDMuNjU1MywxMy42NjU1Yy0xLjE3NDgtMi4zNzgzLjE1NTEtNC41NTA2LjU5ODQtNS4zNDYzQzQ0LjgzLDEwLjQ0NDksNDQuNzg1NywxMi44NTIxLDQzLjY1NTMsMTMuNjY1NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNNDIuMDU5MywxOC4zMjdjLTEuNDQwNy0xLjM0NzctLjM3NjgtNC42MjE2LS4wNjY0LTUuMzhBNi4wMiw2LjAyLDAsMCwxLDQyLjA1OTMsMTguMzI3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik00Mi4xMjU4LDIxLjEzNzZjMS44ODQxLS43NzU4LDIuNTQ5MS0zLjAxNjgsMi44MzczLTQuNjc3QzQ0LjQ1MzIsMTYuNzIsNDEuOTQ4NSwxOC41MjQyLDQyLjEyNTgsMjEuMTM3NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMzkuNTc2OCwxOC43MzkyYy0uMzk5LjU2NTMtMS4zMywzLjcwMTcsMCw1LjU1MjZBNS43MTIsNS43MTIsMCwwLDAsMzkuNTc2OCwxOC43MzkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik00MC4zMywyNi43MDc4Yy0uMzU0Ni0yLjMwMDgsMi45Ny00LjI0OTIsMy4xMjU0LTQuNDA0M0M0My4yNTYzLDIzLjU2OTEsNDIuMDU5MywyNi4yNCw0MC4zMywyNi43MDc4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0zNy41NiwyOS42Yy45MzEtLjY4NzEuOTc1My0zLjUyLjI0MzgtNS4zMDg2QzM2Ljc0LDI1Ljg2MTEsMzYuNTE3OSwyOS4wOTA2LDM3LjU2LDI5LjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTM4LjgyMzIsMjkuNTMzOWMuNjIwNi40NjU1LDEuNTczNy0xLjE1MjYuOTA4OC0xLjU3MzdDMzkuMTExMywyNy41NzIzLDM4LjI5MTIsMjkuMTEyOCwzOC44MjMyLDI5LjUzMzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTM2LjIzLDMxLjIxODVjLjcwOTMuMzEsMS4yMTkxLTEuNDg1MS40ODc2LTEuNzUxMUMzNi4wMywyOS4yNjc5LDM1LjU4NywzMC45NTI1LDM2LjIzLDMxLjIxODVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTM5LjEzMzUsMjYuMzkwOGMuNzUzNi4xMzc1Ljg2NDQtMS43MzU1LjA4ODYtMS44MTMxQzM4LjQ5MDcsMjQuNTEzNCwzOC40NDY0LDI2LjI2NDUsMzkuMTMzNSwyNi4zOTA4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik00MC44NjI0LDIzLjE2MTNjLjYyMDYuNDYxLDEuNTUxNi0xLjE2ODEuODg2Ni0xLjU4QzQxLjEyODQsMjEuMTk3NCw0MC4zMDgzLDIyLjc0NjgsNDAuODYyNCwyMy4xNjEzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik00MC44NjI0LDIwLjA5MzZjLjczMTUuMTg4NC45NzUzLTEuNjcxMy4yLTEuODAyMUM0MC4zNTI2LDE4LjE3NjIsNDAuMTc1MywxOS45MjA3LDQwLjg2MjQsMjAuMDkzNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNNDMuNTQ0NCwxNi4zNDU0Yy42NDI5LjQzLDEuNDg1Mi0xLjI0MzUuNzk4LTEuNjIyNkM0My43LDE0LjM3LDQyLjk2ODEsMTUuOTYsNDMuNTQ0NCwxNi4zNDU0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0zMi4wMTgzLDM2LjMzODhjLjY2NS4zOTksMS40MTg2LTEuMzA3OC43MzE1LTEuNjYyNEMzMi4wODQ4LDM0LjM4ODIsMzEuNDIsMzUuOTg0MSwzMi4wMTgzLDM2LjMzODhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTM0LjY3ODIsMzUuNjNjLjUzMi41NTQxLDEuNzI4OS0uODY0NSwxLjE3NDgtMS4zOTY1QzM1LjI5ODgsMzMuNzY3NiwzNC4yMTI3LDM1LjEyLDM0LjY3ODIsMzUuNjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTMzLjcyNTEsMzQuNTIxMmMxLjA2MzktLjQ0MzMsMS43OTU0LTMuMTcsMS41Mjk0LTUuMDk4MUMzMy44MzU5LDMwLjcwODcsMzIuODM4NCwzMy43Njc2LDMzLjcyNTEsMzQuNTIxMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMzUuNjk3OCwzMy43MjMyYzEuMTMuMjIxNywzLjIxNC0xLjY4NDYsNC4wMTItMy40OEMzNy44MDM1LDMwLjU3NTcsMzUuMzQzMiwzMi42MzcxLDM1LjY5NzgsMzMuNzIzMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMzAuMzMzNywzOC43MTA1YzEuMDIuNTMyLDMuNTY4Ny0uNjg3MSw0Ljg1NDMtMi4xNzIyQzMzLjI4MTcsMzYuMjk0NCwzMC4zMTE2LDM3LjU1NzksMzAuMzMzNywzOC43MTA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yOS4wNywzOC44MjEzYzEuMTA4My0uMjY1OSwyLjIxNjUtMi44ODE1LDIuMjE2NS00LjgzMjFDMjkuNjY4OCwzNS4wNTMyLDI4LjI4NTYsMzcuOTU2OSwyOS4wNywzOC44MjEzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yNy45OTA4LDQ0LjY5NTJhMi42OTg2LDIuNjk4NiwwLDAsMSwuNzQ3LS44MiwyMS40NjUyLDIxLjQ2NTIsMCwwLDAtNS44OTM5LTQuMTg5M2MyLjAxLDEuNDg1MSw0LjI0NywyLjk5MjQsNS4xNDY5LDUuMDA5NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMTUuODI4NSw4Ljk2NjRhMjguODQzNiwyOC44NDM2LDAsMCwwLDUuOTYyNiw1LjE0OTEsOS4yMTY4LDkuMjE2OCwwLDAsMSwzLjA3NDQsMy42MiwxMy40MzE5LDEzLjQzMTksMCwwLDAsMS4xNDgxLDIuMjcsOC44Mjg4LDguODI4OCwwLDAsMC0zLjA4NzYsMi41NiwyLjIyNzUsMi4yMjc1LDAsMCwxLTEuNTczOC0xLjE3NywyLjE3MiwyLjE3MiwwLDAsMCwxLjM1ODcuMjgzOGMuMDYtLjE5NTEtMS41OC0uNTg3NC0yLjI3LTEuNTQ1LjQ3ODguMTY4NSwxLjI0MzUuNTY1MiwxLjY1MTMuNDQxMS4wNjIxLS4wMzEtLjg2ODktLjQwMTItMS4wNjYxLS41MTY0YTQuNDE3OSw0LjQxNzksMCwwLDEtMi4wMzcxLTEuODc1M2MuNzMzNy40NDc4LDIuNDc4MiwxLjQyNTMsMi42MTU2LDEuMTk3LjA3MzEtLjA1NzYtLjE0LS4wODg3LS42MDA3LS4zMzY5YTYuNDExNyw2LjQxMTcsMCwwLDEtMi42Njg3LTIuNTI2OWMuOTE3Ni42NzE2LDIuNTQ0NiwxLjcwNDUsMi43ODQsMS41MjUuMTgzOS0uMTE3NS0uNjc2MS0uMzIzNi0xLjcxMTItMS4xNjE1YTQuNDk5MSw0LjQ5OTEsMCwwLDEtMS44NjQyLTIuNTA2OWMxLjA1NzMuOTg4NiwyLjk4OCwyLjI1ODYsMy4xNzQyLDIuMTE0Ni4wNi0uMDY0My0uMDYyMS0uMTQtLjM1LS4zMzkyLS44MDQ2LS41NS0yLjg1NzEtMi4wMS0zLjIyNzMtMy41ODQyLDEuMDc1MS45MjIxLDIuOTQ1OCwyLjYwODksMy41MjQ0LDIuNTM1OEMyMS4wOCwxNC42NTQxLDE2LjU4ODgsMTIuODg3NSwxNS44Mjg1LDguOTY2NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMjYuODI5MywxOS43MDM1YzIuMTUyMy0uNjM0LDMuMjgyOC0uMDc3NiwzLjM5MzYuOTkzYTMuOTUzNywzLjk1MzcsMCwwLDAsMi40ODI1LTIuMzIzYy0uNDQzMy4yODYtLjk3NTIuNzc4LTEuMjQxMi42ODcyLS4xMTA5LS4wNjQzLjkwODgtLjcxMTYsMS42NjI0LTEuNDgwN2EzLjY4NzksMy42ODc5LDAsMCwwLDEuMDYzOS0xLjc5NzdjLS41OTg0LjQ4NTUtMS43OTU0LDEuNzE3OS0xLjkwNjIsMS41MTQtLjEzMy0uMjU5NCwyLjM5MzktMS44MjQzLDIuNTkzNC0zLjk4NzYtLjY4NzIuNjkzOC0xLjY2MjQsMS45NTcyLTEuOTA2MywxLjcyNjctLjExMDgtLjEzNTIuMjIxNy0uMzcyNC43MDkzLS45ODIuODItMS4wNTk1LDIuMTI3OS0yLjkxNywyLjIzODgtNC4yNDI1YTMwLjI0MzYsMzAuMjQzNiwwLDAsMS01LjU0MTQsNS4xNTM1Yy0uNTc2NC40NDc4LTEuMDY0Ljg5MTEtMS40ODUyLDEuMjg1N0MyNy43ODI1LDE3LjI3NjMsMjcuNDE4OSwxOC42NjYxLDI2LjgyOTMsMTkuNzAzNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMjEuNjY5MiwyNS42MzA1YTIuMzA0NSwyLjMwNDUsMCwwLDAsLjc0LjM2MTQsNS4zOTEsNS4zOTEsMCwwLDEsLjMzMjUtMS4xNDM4LDQuNjY4Niw0LjY2ODYsMCwwLDEsLjYzNjEtMS4wNDYyLDcuMTksNy4xOSwwLDAsMC0uNjcxNiwyLjI3ODZsLjc5MTMuMTI2NGE0LjEyMSw0LjEyMSwwLDAsMSwuODE3OS0yLjIxODgsNy43NjI3LDcuNzYyNywwLDAsMC0uNDIzMywyLjI5MTljLjI1NzEuMDIyMi41Mzg2LjA2LjgxMTIuMDcwOWE2LjY5NDgsNi42OTQ4LDAsMCwxLC4zOTktMi4yOWMtLjA2Mi43OTU4LS4wMzEsMS41NTE2LS4wMzU0LDIuMzIzbC44NjY2LS4wMjIyYTEzLjUyLDEzLjUyLDAsMCwxLS4xMTUyLTIuMjg3NSwxMi45MzE3LDEyLjkzMTcsMCwwLDEsLjUxODYsMi4yODc1Yy4yMzk0LS4wMjIyLjU3MTktLjA1NzYuNzk4LS4wNzc2YTExLjgyMzcsMTEuODIzNywwLDAsMC0uNTk0LTIuMjcsNi40NDIxLDYuNDQyMSwwLDAsMSwuODkxLDIuMjEyMWMuMjQ2MS0uMDMxLjU2NzUtLjA4Mi43OTM2LS4xMjQxYTkuNTExOCw5LjUxMTgsMCwwLDAtLjkyMjEtMi4yNDEsMy44NjE5LDMuODYxOSwwLDAsMSwxLjE1LDIuMTYzNCw0LjI5MjUsNC4yOTI1LDAsMCwwLC43NDkyLS4yNjM4QTQuNzQyNSw0Ljc0MjUsMCwwLDAsMjcuOCwyMy4wNjgyYTEuODgyLDEuODgyLDAsMCwwLC40MjU2LS44MjQ2Yy4yODU5LDAsLjc1NTguMDYuODY2Ni0uMTI2M2wuODY0NS41NDUzYTUuODI0NCw1LjgyNDQsMCwwLDEtLjI0MzgtLjk4NjQsMS4yOTczLDEuMjk3MywwLDAsMSwuMTU1MS0uMzE3LDEuMjI4MiwxLjIyODIsMCwwLDAtLjkzMDktMS41OTU5LDQuMTI1MSw0LjEyNTEsMCwwLDAtMi4zMjMuMjgxNSw3Ljg0LDcuODQsMCwwLDAtNC4wNDc0LDMuNzAzOUExMS43OTczLDExLjc5NzMsMCwwLDAsMjEuNjY5MiwyNS42MzA1Wm03LjI5LTQuODQ3NmEuMjgzNS4yODM1LDAsMCwxLC4yODgyLjI2MzguMjY4Mi4yNjgyLDAsMCwxLS4yODgyLjI0ODIuMjU3NC4yNTc0LDAsMCwxLS4yNDM4LS4yNDgyQS4yNzY2LjI3NjYsMCwwLDEsMjguOTU5NCwyMC43ODI5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0zMy45Njg5LDIwLjkwN2MtMy4xMDMyLjMwMzctMy40OC42MzE4LTUuMDc2LDMuMjM0bC4yMjE3LjIxMDZhNS4wNTc3LDUuMDU3NywwLDAsMSwuOTMxLTEuNTY3MSwzLjYzLDMuNjMsMCwwLDEsMS40NDA3LTEuMTE3MkEyNS4xOTc4LDI1LjE5NzgsMCwwLDEsMzMuOTY4OSwyMC45MDdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTI4LjkzNzMsMjIuMjk5MWExLjMzMzYsMS4zMzM2LDAsMCwxLC40ODc2LDEuMzIxQzI4Ljg3MDgsMjMuNTgsMjguNzgyMSwyMi44ODg3LDI4LjkzNzMsMjIuMjk5MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMzEuMTk4MiwyMy4wODU5Yy0uODIuMDI0NC0xLjA0MTgtLjEyNjMtMS44NjE5LjQ2NzdDMjkuODIzOSwyMy45NDgyLDMwLjYsMjMuNjE3OSwzMS4xOTgyLDIzLjA4NTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTMwLjI4OTQsMjIuMzMyM2MtLjM5OS0uMjEwNi0uMzc2OC0xLjA4MzkuODQyMy0xLjcxMzRBMi42OTkzLDIuNjk5MywwLDAsMSwzMC4yODk0LDIyLjMzMjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTMwLjQ2NjcsMjIuMTk3MWMuMTc3My42NTE3LDEuMDQxOC42Mzg0LDEuNjE4MS4yNDZBMS41ODI1LDEuNTgyNSwwLDAsMCwzMC40NjY3LDIyLjE5NzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTMxLjMwOSwyMS43MTE3Yy0uMi0uNTQ1My42MjA2LTEuNDIzMSwxLjI2MzUtMS40OTg0QTIuMjIxOSwyLjIyMTksMCwwLDEsMzEuMzA5LDIxLjcxMTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTMxLjM3NTUsMjEuNjkzOWMuMzc2OC41ODUyLDEuMTc0OC41MTIxLDEuNzI4OS40MTlBMS4yMzc1LDEuMjM3NSwwLDAsMCwzMS4zNzU1LDIxLjY5MzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTMyLjI0LDIxLjI3MjhhMi42NzA3LDIuNjcwNywwLDAsMSwxLjUyOTQtMS4zNzg3QTIuMDExMSwyLjAxMTEsMCwwLDEsMzIuMjQsMjEuMjcyOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMzIuNjgzMywyMS4yMDE5YTIuMDUyMSwyLjA1MjEsMCwwLDEsMS41OTU5LjQ2NTRDMzMuNjE0MiwyMS45NDIyLDMyLjg4MjgsMjEuOTIsMzIuNjgzMywyMS4yMDE5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0yNC42MDgzLDI5LjIyMzZoLS4yMTVWMjguMTM3NWExLjAyMzYsMS4wMjM2LDAsMCwxLS4zNDU4LjJ2LS4yYS44NzEyLjg3MTIsMCwwLDAsLjQxNDUtLjM1NDdoLjE0NjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTI1LjgxLDI4LjU1ODZhLjI1MTIuMjUxMiwwLDAsMS0uMTQxOS4xMzMuMzM3Ny4zMzc3LDAsMCwxLS4yMDE3LjA2NjUuNDEyMy40MTIzLDAsMCwxLS4zMS0uMTMzLjQ4MTguNDgxOCwwLDAsMS0uMTI2My0uMzU0Ni41MjA3LjUyMDcsMCwwLDEsLjEyODUtLjM1NDcuNDQ0Ni40NDQ2LDAsMCwxLC4zMzI1LS4xMzMuNDUuNDUsMCwwLDEsLjM1NDcuMTU1Mi43OTQ5Ljc5NDksMCwwLDEsLjE0NjMuNTMyLjk1OTIuOTU5MiwwLDAsMS0uMTMzLjU3NjMuNDQxMy40NDEzLDAsMCwxLS4zODc5LjIuNC40LDAsMCwxLS4yNzkzLS4wODg3LjQyMjUuNDIyNSwwLDAsMS0uMTM1Mi0uMjg4MWwuMjAzOS0uMDIyMmMuMDI2Ni4xNTUxLjA5NzUuMjIxNi4yMTI4LjIyMTZhLjI1LjI1LDAsMCwwLC4yMjYxLS4xMzI5Ljc1NTkuNzU1OSwwLDAsMCwuMDgtLjM3NjlabS0uMzAzNywwYS4yMDA5LjIwMDksMCwwLDAsLjE4NC0uMDg4Ni4yNjI4LjI2MjgsMCwwLDAsLjA2ODctLjIuMzQ5LjM0OSwwLDAsMC0uMDcwOS0uMjIxNy4xOTkyLjE5OTIsMCwwLDAtLjE3NzMtLjA4ODYuMjE2Ni4yMTY2LDAsMCwwLS4xODYyLjA4ODYuMzYzNS4zNjM1LDAsMCwwLDAsLjQ0MzNBLjI2MjEuMjYyMSwwLDAsMCwyNS41MDYsMjguNTU4NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMjYuMzI2MiwyOC40N2EuMzc5NC4zNzk0LDAsMCwxLC4zNDgtLjIuNDA3Ny40MDc3LDAsMCwxLC4zMDgxLjEzMy41MTg2LjUxODYsMCwwLDEsLjEyNjMuMzU0Ni41NjEuNTYxLDAsMCwxLS4xMjYzLjM1NDcuNDM0NC40MzQ0LDAsMCwxLS4zMzI1LjEzMy40NS40NSwwLDAsMS0uMzU5MS0uMTU1Mi43NDUuNzQ1LDAsMCwxLS4xNDg1LS41MzIsMS4wMDU2LDEuMDA1NiwwLDAsMSwuMTMzLS41NzYzLjQzODYuNDM4NiwwLDAsMSwuMzg3OS0uMTk5NS40MDkuNDA5LDAsMCwxLC4yODE1LjA4ODcuNDE2NC40MTY0LDAsMCwxLC4xNC4yODgybC0uMjEuMDIyMWMtLjAzMTEtLjE1NTEtLjEwNDItLjIyMTYtLjIyLS4yMjE2YS4yNTU4LjI1NTgsMCwwLDAtLjIxMDYuMTMzLjYwODguNjA4OCwwLDAsMC0uMDg4Ni4zNzY4Wm0uMzE5MS41OTg0YS4xOTM0LjE5MzQsMCwwLDAsLjE3NTItLjA4ODYuMzYxNS4zNjE1LDAsMCwwLC4wNjg3LS4yMjE3LjI2MzEuMjYzMSwwLDAsMC0uMDY4Ny0uMi4yLjIsMCwwLDAtLjE4MTgtLjA4ODYuMjY0NC4yNjQ0LDAsMCwwLS4xOC4wNjY1LjM0LjM0LDAsMCwwLS4wNzU0LjIyMTYuMzUwOC4zNTA4LDAsMCwwLC4wNzMyLjIyMTdBLjIxNzcuMjE3NywwLDAsMCwyNi42NDUzLDI5LjA2ODRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTI3Ljc0LDI3Ljc4MjhjLjMxNywwLC40NzY2LjI0MzkuNDc2Ni43MzE1YTEuMDM3OCwxLjAzNzgsMCwwLDEtLjEyMTkuNTU0MS40MjE4LjQyMTgsMCwwLDEtLjM1NDcuMTc3NHEtLjQ3ODcsMC0uNDc4Ny0uNzMxNWExLjAzNjYsMS4wMzY2LDAsMCwxLC4xMjQxLS41NTQxQS40MjE4LjQyMTgsMCwwLDEsMjcuNzQsMjcuNzgyOFptMCwxLjI4NTZhLjIwODIuMjA4MiwwLDAsMCwuMTkwNy0uMTMyOS45MDguOTA4LDAsMCwwLC4wNjY1LS40MjEyLDEuMDU3LDEuMDU3LDAsMCwwLS4wMzExLS4zMzI1LjMuMywwLDAsMC0uMDg2NC0uMTU1MS4xOC4xOCwwLDAsMC0uMTQxOS0uMDY2NS4yMDU4LjIwNTgsMCwwLDAtLjE5MDYuMTMzLjk3MjEuOTcyMSwwLDAsMC0uMDY2NS40MjExLDIuODYyNSwyLjg2MjUsMCwwLDAsLjAzMS4zMzI1LjU1MTMuNTUxMywwLDAsMCwuMDg2NS4xNzczQS4yNzUzLjI3NTMsMCwwLDAsMjcuNzQsMjkuMDY4NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PC9zdmc+);height:2.8125rem;width:2.875rem}.govcy-footer ul li{display:inline-block;margin-right:8px;padding-bottom:8px}.govcy-footer ul li a{color:#000}.govcy-form .govcy-fieldset .govcy-legend{font-size:inherit;font-weight:500;margin-bottom:1.5rem}.govcy-form .govcy-form-control{margin-bottom:1.5rem}.govcy-form .govcy-form-control-error{border-left:4px solid #d4351c;padding-left:13px}.govcy-form .govcy-form-control-hint{border-left:4px solid #6d6e70;padding-left:13px}.govcy-form .govcy-form-control .govcy-label{color:#000;display:block;font-weight:500;margin-bottom:.5rem}.govcy-form .govcy-form-control .govcy-hint,.govcy-form .govcy-form-control .govcy-input-error-msg{color:#6d6e70;display:block;line-height:28px;margin-bottom:.5rem}.govcy-form .govcy-form-control .govcy-input-error-msg{color:#d4351c}.govcy-form .govcy-form-control .govcy-text-input,.govcy-form .govcy-form-control .govcy-text-area{border:3px solid #272525;height:44px;padding:5px;width:100%}.govcy-form .govcy-form-control .govcy-text-input::placeholder,.govcy-form .govcy-form-control .govcy-text-area::placeholder{font-size:14px;top:12px}.govcy-form .govcy-form-control .govcy-text-input::-moz-placeholder,.govcy-form .govcy-form-control .govcy-text-area::-moz-placeholder{font-size:14px;top:12px}.govcy-form .govcy-form-control .govcy-text-input:-moz-placeholder,.govcy-form .govcy-form-control .govcy-text-area:-moz-placeholder{font-size:14px;top:12px}.govcy-form .govcy-form-control .govcy-text-input:-ms-input-placeholder,.govcy-form .govcy-form-control .govcy-text-area:-ms-input-placeholder{font-size:14px;top:12px}.govcy-form .govcy-form-control .govcy-text-input::-webkit-input-placeholder,.govcy-form .govcy-form-control .govcy-text-area::-webkit-input-placeholder{font-size:14px;top:12px}.govcy-form .govcy-form-control .govcy-text-input:focus,.govcy-form .govcy-form-control .govcy-text-area:focus{box-shadow:0 0 0 4pt #fd0;outline:none}.govcy-form .govcy-form-control .govcy-text-input-error,.govcy-form .govcy-form-control .govcy-text-area-error{border-color:#d4351c}.govcy-form .govcy-form-control .govcy-text-input-char_20,.govcy-form .govcy-form-control .govcy-text-area-char_20{width:14.16rem}.govcy-form .govcy-form-control .govcy-text-input-char_10,.govcy-form .govcy-form-control .govcy-text-area-char_10{width:7.8rem}.govcy-form .govcy-form-control .govcy-text-input-char_9,.govcy-form .govcy-form-control .govcy-text-area-char_9{width:6.9rem}.govcy-form .govcy-form-control .govcy-text-input-char_8,.govcy-form .govcy-form-control .govcy-text-area-char_8{width:6.2rem}.govcy-form .govcy-form-control .govcy-text-input-char_7,.govcy-form .govcy-form-control .govcy-text-area-char_7{width:5.8rem}.govcy-form .govcy-form-control .govcy-text-input-char_6,.govcy-form .govcy-form-control .govcy-text-area-char_6{width:5.5rem}.govcy-form .govcy-form-control .govcy-text-input-char_5,.govcy-form .govcy-form-control .govcy-text-area-char_5{width:4.5rem}.govcy-form .govcy-form-control .govcy-text-input-char_4,.govcy-form .govcy-form-control .govcy-text-area-char_4{width:3.8rem}.govcy-form .govcy-form-control .govcy-text-input-char_3,.govcy-form .govcy-form-control .govcy-text-area-char_3{width:3.1rem}.govcy-form .govcy-form-control .govcy-text-input-char_2,.govcy-form .govcy-form-control .govcy-text-area-char_2{width:2.2rem}.govcy-form .govcy-form-control .govcy-text-area{height:auto}.govcy-form .govcy-form-control .govcy-file-upload:focus{border:3px solid #272525;border-radius:0;box-shadow:0 0 0 4pt #fd0;outline:none}.govcy-form .govcy-form-control .govcy-checkbox,.govcy-form .govcy-form-control .govcy-radio{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;cursor:pointer;display:block;margin-bottom:1.5rem;padding:6px 16px 8px 60px;position:relative;user-select:none}.govcy-form .govcy-form-control .govcy-checkbox .govcy-checkbox-input,.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-input,.govcy-form .govcy-form-control .govcy-radio .govcy-checkbox-input,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.govcy-form .govcy-form-control .govcy-checkbox .govcy-checkbox-input:focus+.govcy-tickbox,.govcy-form .govcy-form-control .govcy-checkbox .govcy-checkbox-input:focus+.govcy-radio-checked,.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-input:focus+.govcy-tickbox,.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-input:focus+.govcy-radio-checked,.govcy-form .govcy-form-control .govcy-radio .govcy-checkbox-input:focus+.govcy-tickbox,.govcy-form .govcy-form-control .govcy-radio .govcy-checkbox-input:focus+.govcy-radio-checked,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-input:focus+.govcy-tickbox,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-input:focus+.govcy-radio-checked{box-shadow:0 0 0 4px #fd0;outline:none}.govcy-form .govcy-form-control .govcy-checkbox .govcy-checkbox-input:checked~.govcy-tickbox::after,.govcy-form .govcy-form-control .govcy-checkbox .govcy-checkbox-input:checked~.govcy-radio-checked::after,.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-input:checked~.govcy-tickbox::after,.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-input:checked~.govcy-radio-checked::after,.govcy-form .govcy-form-control .govcy-radio .govcy-checkbox-input:checked~.govcy-tickbox::after,.govcy-form .govcy-form-control .govcy-radio .govcy-checkbox-input:checked~.govcy-radio-checked::after,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-input:checked~.govcy-tickbox::after,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-input:checked~.govcy-radio-checked::after{display:block}.govcy-form .govcy-form-control .govcy-checkbox .govcy-tickbox,.govcy-form .govcy-form-control .govcy-radio .govcy-tickbox{border:3px solid #272525;height:44px;left:0;position:absolute;top:0;width:44px}.govcy-form .govcy-form-control .govcy-checkbox .govcy-tickbox:focus,.govcy-form .govcy-form-control .govcy-radio .govcy-tickbox:focus{box-shadow:0 0 0 4px #fd0;outline:none}.govcy-form .govcy-form-control .govcy-checkbox .govcy-tickbox::after,.govcy-form .govcy-form-control .govcy-radio .govcy-tickbox::after{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);border:solid #272525;border-width:0 5px 5px 0;content:\"\";display:none;height:24px;left:13px;position:absolute;top:4px;transform:rotate(45deg);width:13px}.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-checked,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-checked{border:3px solid #272525;border-radius:50%;height:44px;left:0;position:absolute;top:0;width:44px}.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-checked:focus,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-checked:focus{box-shadow:0 0 0 4px #fd0;outline:none}.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-checked::after,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-checked::after{background-color:#272525;border:solid #272525;border-radius:50%;content:\"\";display:none;height:20px;left:9px;position:absolute;top:9px;width:20px}.govcy-table{margin-bottom:1.5rem}.govcy-table>thead,.govcy-table>tbody>tr{border-color:#bbbcbf}.govcy-table>tbody>tr>th{font-weight:700}@media(max-width: 767.98px){.govcy-table thead{display:none}.govcy-table>:not(:first-child){border-top:0}}@media(max-width: 767.98px){.govcy-table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}.govcy-table-responsive-vertical{width:100%}.govcy-table-responsive-vertical tr{border-bottom-width:1px}.govcy-table-responsive-vertical tr:nth-of-type(2n){background-color:inherit}.govcy-table-responsive-vertical tbody td,.govcy-table-responsive-vertical tbody th{border-bottom-width:0 !important;display:block;text-align:left;width:100%}}a{margin-bottom:.5rem}a.danger:hover{color:#942514}a:visited{border-color:#4c2c92;color:#4c2c92}a:active{border-color:#272525;color:#272525}a:focus{-webkit-box-shadow:0 -2px #fd0,0 3px #272525;background-color:#fd0;box-shadow:0 -2px #fd0,0 3px #272525;color:#272525 !important;outline:none;text-decoration:none}a.govcy-back-link,a.govcy-sign-out{color:#272525 !important}a.govcy-back-link:hover,a.govcy-back-link:visited,a.govcy-back-link:active,a.govcy-sign-out:hover,a.govcy-sign-out:visited,a.govcy-sign-out:active{text-decoration:underline}a.govcy-back-link:hover,a.govcy-sign-out:hover{text-decoration-thickness:3px !important}.govcy-skip-link{border-bottom:0 !important;display:block;height:1px;left:-10000px;overflow:hidden;padding:5px;position:absolute;text-decoration:underline !important;top:auto;width:1px}.govcy-skip-link:focus{height:auto;position:static;width:100%}.govcy-details{margin-bottom:30px}.govcy-details__summary{color:#1d70b8;cursor:pointer;display:inline-block;margin-bottom:5px;padding-left:25px;position:relative}.govcy-details__summary::-webkit-details-marker{display:none}.govcy-details__summary::before{-webkit-clip-path:polygon(0% 0%, 100% 50%, 0% 100%);border-color:#272525;border-left-color:inherit;border-style:solid;border-width:7px 0 7px 12.124px;bottom:0;clip-path:polygon(0% 0%, 100% 50%, 0% 100%);content:\"\";display:block;height:0;left:0;margin:auto;position:absolute;top:-1px;width:0}.govcy-details__summary:hover .govcy-details__summary-text{-webkit-text-decoration-skip:none;-webkit-text-decoration-skip-ink:none;text-decoration-skip:none;text-decoration-skip-ink:none;text-decoration-thickness:max(3px,.1875rem,.12em)}.govcy-details__summary:focus{-webkit-box-shadow:0 -2px #fd0,0 4px #272525;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #272525;color:#272525;outline:none;text-decoration:none}.govcy-details__summary:focus .govcy-details__summary-text{text-decoration:none}.govcy-details__summary-text{text-decoration:underline;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1em}.govcy-details__text{border-left:5px solid #bbbcbf;padding:20px 0 20px 20px}.govcy-details[open]>.govcy-details__summary::before{-webkit-clip-path:polygon(0% 0%, 50% 100%, 100% 0%);border-color:#272525;border-style:solid;border-top-color:inherit;border-width:12.124px 7px 0;clip-path:polygon(0% 0%, 50% 100%, 100% 0%);display:block;height:0;width:0}.govcy-select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBkPSJNNyAxMGw1IDUgNS01SDd6Ii8+PC9zdmc+);background-position:right center;background-repeat:no-repeat;background-size:contain;border:3px solid #272525;max-width:100%;padding:8px;padding-right:2.5rem}.govcy-select:focus{outline:4pt solid #fd0;outline-offset:0}.govcy-select-error{border-color:#d4351c}ul{padding-left:1.5rem}ul li a{display:inline-block}.govcy-visually-hidden-error{border:0 !important;clip:rect(0, 0, 0, 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:1px !important}\n");var i=function(i){var n=i.onBackClick,a=e(i,["onBackClick"]);return t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-float-start"},t.createElement("span",{className:"bi bi-chevron-left"}),t.createElement(o.Link,r({onClick:n},a),"Back")))};i.defaultProps={to:"/"};var n=function(o){var i=o.children,n=o.id,a=o.type,m=void 0===a?"button":a,l=o.className,d=e(o,["children","id","type","className"]);return t.createElement("button",r({id:n,type:m,className:l||"govcy-btn-primary"},d),i)};n.defaultProps={},n.displayName="DSFButton";var a=function(o){var r=o.children,e=o.className,i=o.id;return t.createElement(t.Fragment,null,t.createElement("span",{className:"govcy-hint "+e,id:i},r))};a.displayName="DSFHintText";var m=function(o){var r=o.id,e=o.children,i=o.className;return t.createElement(t.Fragment,null,t.createElement("p",{className:"govcy-input-error-msg "+i,id:r},t.createElement("span",{className:"govcy-visually-hidden-error"},"Error: "),e))};m.defaultProps={id:void 0},m.displayName="DSFErrorText";var l=function(o){var r=o.legend,e=o.children;return t.createElement("fieldset",{className:"govcy-fieldset"},t.createElement("legend",{className:"govcy-legend"},r),e)};l.defaultProps={legend:void 0,children:void 0},l.displayName="DSFFieldSet";var d=t.createContext({error:"",errorId:"",childrenCount:0}),s=function(o){var r=o.name,e=o.label,i=o.error,n=o.hint,s=o.children,p=r+"Error",g=t.Children.count(s);return t.createElement(d.Provider,{value:{error:i,errorId:p,childrenCount:g}},t.createElement("div",{className:"govcy-form"},t.createElement(l,{legend:e},n&&t.createElement(a,{className:"govcy-mt-2"},n),t.createElement("div",{className:"govcy-form-control"+(i?" govcy-form-control-error":"")},!!i&&t.createElement(m,{id:p},i),s))))};s.displayName="DSFFormGroup",s.defaultProps={error:void 0,hint:void 0,children:void 0};var p=t.forwardRef((function(o,i){var n=o.children,m=o.hint,l=o.className,s=o.id,p=e(o,["children","hint","className","id"]),g=t.useContext(d),c=g.error,b=g.errorId;return t.createElement("div",{className:"govcy-form"},t.createElement("div",{className:"govcy-form-control"},t.createElement("label",{className:"govcy-checkbox "+(l||"")},n,t.createElement("input",r({className:"govcy-checkbox-input",type:"checkbox",id:s},c?{"aria-describedby":b}:{},p,{ref:i})),t.createElement("span",{className:"govcy-tickbox"}),m&&t.createElement(a,{className:"govcy-mt-2"},m))))}));p.displayName="Checkbox",p.defaultProps={hint:void 0,className:void 0,id:void 0};var g=t.forwardRef((function(o,i){var n=o.disabled,a=o.required,m=o.id,l=o.error,d=o.errorId,s=o.maxLength,p=o.visualSize,g=o.register,c=e(o,["disabled","required","id","error","errorId","maxLength","visualSize","register"]);return t.createElement(t.Fragment,null,t.createElement("input",r({type:"text",maxLength:s||void 0,className:"govcy-text-input"+(l?" govcy-text-input-error":"")+(p?" govcy-text-input-char_"+p:""),id:m,disabled:n,required:a},l?d?{"aria-describedby":d}:{"aria-describedby":m+"Error"}:{},{ref:i},g,c)))}));g.defaultProps={type:"text",error:!1};var c=function(o){var i=o.label,n=o.htmlFor,a=o.className,m=e(o,["label","htmlFor","className"]);return t.createElement(t.Fragment,null,t.createElement("label",r({className:"govcy-label "+a,htmlFor:n},m),i))};c.defaultProps={label:"",htmlFor:"string"},c.displayName="DSFLabel";var b=["day","month","year"],f=function(o){var e=o.id,i=o.label,n=o.hint,a=o.errorText,l=o.labels,d=void 0===l?{day:"Day",month:"Month",year:"Year"}:l,s=o.refs,p=void 0===s?{day:t.useRef(null),month:t.useRef(null),year:t.useRef(null)}:s,f=o.inputProps,x=void 0===f?{}:f,u=o.inputs,v=o.defaultValues,y={day:t.useRef(null),month:t.useRef(null),year:t.useRef(null)};p&&(p.day=y.day,p.month=y.month,p.year=y.year);var h=e+"Error",w=x.onChange,M=x.onBlur,L=x.onFocus,j=x.value;return t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-form"},t.createElement("fieldset",{className:"govcy-fieldset"},t.createElement("div",{className:"govcy-form-control"+(a?" govcy-form-control-error":"")},t.createElement("legend",{className:"govcy-legend govcy-mb-1"},i),n&&t.createElement("span",{className:"govcy-hint govcy-mb-3"},n),a&&t.createElement(m,{id:h},a),t.createElement("div",{className:"govcy-d-flex"},b.map((function(o,i){var n=e+"_"+o;return t.createElement("div",{key:i,className:"govcy-d-block "+("day"!==o?"govcy-ml-2":"")},t.createElement(c,{label:d[o],className:"govcy-label govcy-mb-1 govcy-fw-normal govcy-mb-2",htmlFor:n}),t.createElement(g,r({ref:y[o],id:n,name:n,defaultValue:v&&v[o],value:j?j[o]:void 0,maxLength:"year"===o?4:2,visualSize:"year"===o?6:3,inputMode:"numeric",pattern:"[0-9]*",onChange:function(t){return w&&w(t,o)},onBlur:function(t){return M&&M(t,o)},onFocus:function(t){return L&&L(t,o)}},u&&u[o])))})))))))};f.displayName="DSFDateInput",f.defaultProps={inputProps:{},hint:void 0,errorText:void 0,labels:{day:"Day",month:"Month",year:"Year"},defaultValues:{day:void 0,month:void 0,year:void 0},inputs:{day:void 0,month:void 0,year:void 0},refs:void 0};var x=function(o){o.onHandleErrorClick;var r=o.heading,e=void 0===r?"There is a problem":r,i=o.errors,n=void 0===i?[]:i,a=function(t,o){t.preventDefault();var r=document.getElementById(o);r&&r.scrollIntoView({behavior:"smooth",block:"center"})};return t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-alert-error govcy-br-5 govcy-br-danger govcy-p-3"},t.createElement("h2",null,e),n.length>0&&t.createElement("p",{className:"govcy-mb-0"},n.map((function(o,r){return t.createElement("a",{key:r,onClick:function(t){return o.targetName&&a&&a(t,o.targetName+"Error")},href:"#"},o.text)})))))};x.defaultProps={errors:[],heading:"There is a problem",onHandleErrorClick:void 0};var u=function(o){var i=o.meta,n=o.label,l=o.id;o.children;var d=o.hint,s=o.inputProps,p=o.visualSize;o.errorId;var b=o.register,f=o.underRadio,x=e(o,["meta","label","id","children","hint","inputProps","visualSize","errorId","register","underRadio"]),u=i.touched&&!!i.error;return t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-form "+(f?" govcy-pl-3 govcy-ml-1":"")},t.createElement("div",r({className:"govcy-form-control "+(u?" govcy-form-control-error ":"")+(f&&!u?" govcy-form-control-hint ":"")},x),t.createElement(c,{label:n,htmlFor:l}),d&&t.createElement(a,null,d),i.touched&&i.error&&t.createElement(m,{id:l+"Error"},i.error),t.createElement(g,r({id:l,register:b,visualSize:p,error:u},s)))))};u.defaultProps={hint:void 0,errorId:void 0,visualSize:void 0,inputProps:void 0,register:void 0,meta:{}};var v=function(o){var i=o.children,n=o.inputProps,a=o.label,m=o.hint,l=o.id,d=o.meta;e(o,["children","inputProps","label","hint","id","meta"]);var s=d.touched&&d.error,p=l+"Error";return t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-form"},t.createElement("div",{className:"govcy-form-control"+(s?" govcy-form-control-error":"")},t.createElement("label",{className:"govcy-label",htmlFor:l},a),m&&t.createElement("span",{className:"govcy-hint"},m),s&&t.createElement("p",{className:"govcy-input-error-msg",id:p},t.createElement("span",{className:"govcy-visually-hidden-error"},"Error: "),d.error),t.createElement("select",r({className:"govcy-select"+(s?" govcy-select-error":""),id:l,name:l,"aria-describedby":s?p:"",required:n&&n.required,disabled:n&&n.disabled},n),i))))};v.defaultProps={inputProps:{},meta:{},hint:void 0};var y=function(o){var i=o.title,n=o.children,a=e(o,["title","children"]);return t.createElement(t.Fragment,null,t.createElement("div",r({className:"row govcy-px-2"},a),t.createElement("div",{className:"govcy-alert-completed-notification govcy-px-0"},t.createElement("div",{className:"govcy-alert-completed-notification-body govcy-bg-success"},t.createElement("h1",null,i),n&&t.createElement("p",{className:"govcy-mb-0"},n)))))};y.defaultProps={children:void 0},y.displayName="Panel";var h=function(r){var e=r.headerTitle,i=r.menu,n=r.showLang;return t.createElement("section",{className:"govcy-container-fluid govcy-p-0 govcy-m-0 govcy-position-relative govcy-d-print-none"},t.createElement("div",{className:"govcy-container",id:"headerContainer"},t.createElement("div",{className:"row"},t.createElement("header",{className:"govcy-header govcy-bg-primary govcy-text-white govcy-bg-primary-right"},t.createElement("a",{href:"/",className:"govcy-logo"},t.createElement("img",null)),n&&t.createElement("div",{className:"govcy-text-white govcy-bg-primary"},t.createElement("select",{name:"govcy-lang-menu",className:"govcy-lang-menu govcy-text-white"},t.createElement("option",{value:"English"},"English"),t.createElement("option",{value:"Greek"},"Ελληνικά"))),i&&i.length&&t.createElement(t.Fragment,null,t.createElement("input",{className:"govcy-menu-btn govcy-d-none",type:"checkbox",id:"menu-btn"}),t.createElement("label",{className:"govcy-menu-icon govcy-d-md-none",htmlFor:"menu-btn"},"Menu",t.createElement("span",{className:"material-icons govcy-my-3"},"arrow_drop_down"))),t.createElement("span",{className:"govcy-service-name"},e),i&&i.length&&t.createElement("ul",{className:"govcy-menu govcy-bg-sub-menu govcy-bg-md-primary"},i.map((function(r){return t.createElement("li",null,t.createElement(o.NavLink,{to:r.href},r.label))})))))))};h.defaultProps={showLang:!0,menu:void 0,headerTitle:""},h.displayName="DSFHeader";var w=function(o){var r=o.privacyStatementUrl,e=o.cookiePolicyUrl,i=o.accessibilityStatementUrl;return t.createElement("div",{className:"govcy-container-fluid govcy-br-top-8 govcy-br-top-primary govcy-p-3 govcy-bg-light govcy-d-print-none"},t.createElement("div",{className:"govcy-container",id:"footerContainer"},t.createElement("div",{className:"row"},t.createElement("footer",{className:"govcy-footer"},t.createElement("span",{className:"govcy-d-inline-block govcy-valign-top govcy-pb-2"},t.createElement("img",{alt:"govcy-logo"})),t.createElement("ul",{className:"govcy-d-inline-block govcy-m-0 govcy-pl-3 govcy-efs-medium"},r&&t.createElement("li",null,t.createElement("a",{href:r},"Privacy statement")),e&&t.createElement("li",null,t.createElement("a",{href:e},"Cookie policy")),i&&t.createElement("li",null,t.createElement("a",{href:i},"Accessibility statement")),t.createElement("li",{className:"govcy-d-block govcy-text-dark"},"© Republic of Cyprus, 2021"))))))};w.defaultProps={privacyStatementUrl:void 0,cookiePolicyUrl:void 0,accessibilityStatementUrl:void 0},w.displayName="DSFFooter";var M=function(o){var r=o.children;return t.createElement("main",{className:"govcy-container",id:"mainContainer"},r)};M.defaultProps={children:void 0},M.displayName="DSFMain";var L=function(o){var r=o.children;return t.createElement("section",{className:"govcy-container govcy-mb-4",id:"beforeMainContainer"},r)};L.defaultProps={children:void 0},L.displayName="DSFBeforeMainContainer";var j=function(o){var r=o.children;return t.createElement("section",{className:"govcy-container-fluid",id:"bodyStartContainer"},r)};j.defaultProps={children:void 0},j.displayName="DSFBodyStartContainer";var N=function(o){var r=o.children;return t.createElement("section",{className:"govcy-container-fluid",id:"bodyEndContainer"},r)};N.defaultProps={children:void 0},N.displayName="DSFBodyEndContainer";var k=function(o){var r=o.href,e=o.children;return t.createElement("a",{href:r,className:"govcy-skip-link"},e)};k.defaultProps={children:"Skip to main content",href:"#mainContainer"},k.displayName="DSFSkipLink";var z=function(o){var r=o.loading;o.spinnerColor;var e=o.children;return t.createElement(t.Fragment,null,r&&t.createElement(t.Fragment,null,t.createElement("div",{style:{position:"fixed",top:0,left:0,width:"100%",height:"100%",background:"rgba(0, 0, 0, 0.1)",zIndex:9999,display:"flex",justifyContent:"center",alignItems:"center"}},t.createElement("div",{className:"spinner-border govcy-text-primary",role:"status"},t.createElement("span",{className:"visually-hidden"},"Loading...")))),e)};z.displayName="DSFLoadingBox";"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;!function(){const t=t=>{let o=t.getAttribute("data-bs-target");if(!o||"#"===o){let r=t.getAttribute("href");if(!r||!r.includes("#")&&!r.startsWith("."))return null;r.includes("#")&&!r.startsWith("#")&&(r="#"+r.split("#")[1]),o=r&&"#"!==r?r.trim():null}return o},o=o=>{const r=t(o);return r&&document.querySelector(r)?r:null},r=o=>{const r=t(o);return r?document.querySelector(r):null},e=t=>{t.dispatchEvent(new Event("transitionend"))},i=t=>!(!t||"object"!=typeof t)&&(void 0!==t.jquery&&(t=t[0]),void 0!==t.nodeType),n=t=>i(t)?t.jquery?t[0]:t:"string"==typeof t&&t.length>0?document.querySelector(t):null,a=(t,o,r)=>{Object.keys(r).forEach((e=>{const n=r[e],a=o[e],m=a&&i(a)?"element":null==(l=a)?""+l:{}.toString.call(l).match(/\s([a-z]+)/i)[1].toLowerCase();var l;if(!new RegExp(n).test(m))throw new TypeError(`${t.toUpperCase()}: Option "${e}" provided type "${m}" but expected type "${n}".`)}))},m=t=>!(!i(t)||0===t.getClientRects().length)&&"visible"===getComputedStyle(t).getPropertyValue("visibility"),l=t=>!t||t.nodeType!==Node.ELEMENT_NODE||!!t.classList.contains("disabled")||(void 0!==t.disabled?t.disabled:t.hasAttribute("disabled")&&"false"!==t.getAttribute("disabled")),d=t=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){const o=t.getRootNode();return o instanceof ShadowRoot?o:null}return t instanceof ShadowRoot?t:t.parentNode?d(t.parentNode):null},s=()=>{},p=t=>{t.offsetHeight},g=()=>{const{jQuery:t}=window;return t&&!document.body.hasAttribute("data-bs-no-jquery")?t:null},c=[],b=()=>"rtl"===document.documentElement.dir,f=t=>{var o;o=()=>{const o=g();if(o){const r=t.NAME,e=o.fn[r];o.fn[r]=t.jQueryInterface,o.fn[r].Constructor=t,o.fn[r].noConflict=()=>(o.fn[r]=e,t.jQueryInterface)}},"loading"===document.readyState?(c.length||document.addEventListener("DOMContentLoaded",(()=>{c.forEach((t=>t()))})),c.push(o)):o()},x=t=>{"function"==typeof t&&t()},u=(t,o,r=!0)=>{if(!r)return void x(t);const i=(t=>{if(!t)return 0;let{transitionDuration:o,transitionDelay:r}=window.getComputedStyle(t);const e=Number.parseFloat(o),i=Number.parseFloat(r);return e||i?(o=o.split(",")[0],r=r.split(",")[0],1e3*(Number.parseFloat(o)+Number.parseFloat(r))):0})(o)+5;let n=!1;const a=({target:r})=>{r===o&&(n=!0,o.removeEventListener("transitionend",a),x(t))};o.addEventListener("transitionend",a),setTimeout((()=>{n||e(o)}),i)},v=(t,o,r,e)=>{let i=t.indexOf(o);if(-1===i)return t[!r&&e?t.length-1:0];const n=t.length;return i+=r?1:-1,e&&(i=(i+n)%n),t[Math.max(0,Math.min(i,n-1))]},y=/[^.]*(?=\..*)\.|.*/,h=/\..*/,w=/::\d+$/,M={};let L=1;const j={mouseenter:"mouseover",mouseleave:"mouseout"},N=/^(mouseenter|mouseleave)/i,k=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function z(t,o){return o&&`${o}::${L++}`||t.uidEvent||L++}function D(t){const o=z(t);return t.uidEvent=o,M[o]=M[o]||{},M[o]}function T(t,o,r=null){const e=Object.keys(t);for(let i=0,n=e.length;i<n;i++){const n=t[e[i]];if(n.originalHandler===o&&n.delegationSelector===r)return n}return null}function I(t,o,r){const e="string"==typeof o,i=e?r:o;let n=O(t);return k.has(n)||(n=t),[e,i,n]}function E(t,o,r,e,i){if("string"!=typeof o||!t)return;if(r||(r=e,e=null),N.test(o)){const t=t=>function(o){if(!o.relatedTarget||o.relatedTarget!==o.delegateTarget&&!o.delegateTarget.contains(o.relatedTarget))return t.call(this,o)};e?e=t(e):r=t(r)}const[n,a,m]=I(o,r,e),l=D(t),d=l[m]||(l[m]={}),s=T(d,a,n?r:null);if(s)return void(s.oneOff=s.oneOff&&i);const p=z(a,o.replace(y,"")),g=n?function(t,o,r){return function e(i){const n=t.querySelectorAll(o);for(let{target:a}=i;a&&a!==this;a=a.parentNode)for(let m=n.length;m--;)if(n[m]===a)return i.delegateTarget=a,e.oneOff&&C.off(t,i.type,o,r),r.apply(a,[i]);return null}}(t,r,e):function(t,o){return function r(e){return e.delegateTarget=t,r.oneOff&&C.off(t,e.type,o),o.apply(t,[e])}}(t,r);g.delegationSelector=n?r:null,g.originalHandler=a,g.oneOff=i,g.uidEvent=p,d[p]=g,t.addEventListener(m,g,n)}function S(t,o,r,e,i){const n=T(o[r],e,i);n&&(t.removeEventListener(r,n,Boolean(i)),delete o[r][n.uidEvent])}function O(t){return t=t.replace(h,""),j[t]||t}const C={on(t,o,r,e){E(t,o,r,e,!1)},one(t,o,r,e){E(t,o,r,e,!0)},off(t,o,r,e){if("string"!=typeof o||!t)return;const[i,n,a]=I(o,r,e),m=a!==o,l=D(t),d=o.startsWith(".");if(void 0!==n){if(!l||!l[a])return;return void S(t,l,a,n,i?r:null)}d&&Object.keys(l).forEach((r=>{!function(t,o,r,e){const i=o[r]||{};Object.keys(i).forEach((n=>{if(n.includes(e)){const e=i[n];S(t,o,r,e.originalHandler,e.delegationSelector)}}))}(t,l,r,o.slice(1))}));const s=l[a]||{};Object.keys(s).forEach((r=>{const e=r.replace(w,"");if(!m||o.includes(e)){const o=s[r];S(t,l,a,o.originalHandler,o.delegationSelector)}}))},trigger(t,o,r){if("string"!=typeof o||!t)return null;const e=g(),i=O(o),n=o!==i,a=k.has(i);let m,l=!0,d=!0,s=!1,p=null;return n&&e&&(m=e.Event(o,r),e(t).trigger(m),l=!m.isPropagationStopped(),d=!m.isImmediatePropagationStopped(),s=m.isDefaultPrevented()),a?(p=document.createEvent("HTMLEvents"),p.initEvent(i,l,!0)):p=new CustomEvent(o,{bubbles:l,cancelable:!0}),void 0!==r&&Object.keys(r).forEach((t=>{Object.defineProperty(p,t,{get:()=>r[t]})})),s&&p.preventDefault(),d&&t.dispatchEvent(p),p.defaultPrevented&&void 0!==m&&m.preventDefault(),p}},_=new Map;var A={set(t,o,r){_.has(t)||_.set(t,new Map);const e=_.get(t);e.has(o)||0===e.size?e.set(o,r):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(e.keys())[0]}.`)},get:(t,o)=>_.has(t)&&_.get(t).get(o)||null,remove(t,o){if(!_.has(t))return;const r=_.get(t);r.delete(o),0===r.size&&_.delete(t)}};class Y{constructor(t){(t=n(t))&&(this._element=t,A.set(this._element,this.constructor.DATA_KEY,this))}dispose(){A.remove(this._element,this.constructor.DATA_KEY),C.off(this._element,this.constructor.EVENT_KEY),Object.getOwnPropertyNames(this).forEach((t=>{this[t]=null}))}_queueCallback(t,o,r=!0){u(t,o,r)}static getInstance(t){return A.get(n(t),this.DATA_KEY)}static getOrCreateInstance(t,o={}){return this.getInstance(t)||new this(t,"object"==typeof o?o:null)}static get VERSION(){return"5.1.1"}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}static get DATA_KEY(){return"bs."+this.NAME}static get EVENT_KEY(){return"."+this.DATA_KEY}}const U=(t,o="hide")=>{const e="click.dismiss"+t.EVENT_KEY,i=t.NAME;C.on(document,e,`[data-bs-dismiss="${i}"]`,(function(e){if(["A","AREA"].includes(this.tagName)&&e.preventDefault(),l(this))return;const n=r(this)||this.closest("."+i);t.getOrCreateInstance(n)[o]()}))};class Q extends Y{static get NAME(){return"alert"}close(){if(C.trigger(this._element,"close.bs.alert").defaultPrevented)return;this._element.classList.remove("show");const t=this._element.classList.contains("fade");this._queueCallback((()=>this._destroyElement()),this._element,t)}_destroyElement(){this._element.remove(),C.trigger(this._element,"closed.bs.alert"),this.dispose()}static jQueryInterface(t){return this.each((function(){const o=Q.getOrCreateInstance(this);if("string"==typeof t){if(void 0===o[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);o[t](this)}}))}}U(Q,"close"),f(Q);class P extends Y{static get NAME(){return"button"}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle("active"))}static jQueryInterface(t){return this.each((function(){const o=P.getOrCreateInstance(this);"toggle"===t&&o[t]()}))}}function F(t){return"true"===t||"false"!==t&&(t===Number(t).toString()?Number(t):""===t||"null"===t?null:t)}function G(t){return t.replace(/[A-Z]/g,(t=>"-"+t.toLowerCase()))}C.on(document,"click.bs.button.data-api",'[data-bs-toggle="button"]',(t=>{t.preventDefault();const o=t.target.closest('[data-bs-toggle="button"]');P.getOrCreateInstance(o).toggle()})),f(P);const B={setDataAttribute(t,o,r){t.setAttribute("data-bs-"+G(o),r)},removeDataAttribute(t,o){t.removeAttribute("data-bs-"+G(o))},getDataAttributes(t){if(!t)return{};const o={};return Object.keys(t.dataset).filter((t=>t.startsWith("bs"))).forEach((r=>{let e=r.replace(/^bs/,"");e=e.charAt(0).toLowerCase()+e.slice(1,e.length),o[e]=F(t.dataset[r])})),o},getDataAttribute:(t,o)=>F(t.getAttribute("data-bs-"+G(o))),offset(t){const o=t.getBoundingClientRect();return{top:o.top+window.pageYOffset,left:o.left+window.pageXOffset}},position:t=>({top:t.offsetTop,left:t.offsetLeft})},H={find:(t,o=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(o,t)),findOne:(t,o=document.documentElement)=>Element.prototype.querySelector.call(o,t),children:(t,o)=>[].concat(...t.children).filter((t=>t.matches(o))),parents(t,o){const r=[];let e=t.parentNode;for(;e&&e.nodeType===Node.ELEMENT_NODE&&3!==e.nodeType;)e.matches(o)&&r.push(e),e=e.parentNode;return r},prev(t,o){let r=t.previousElementSibling;for(;r;){if(r.matches(o))return[r];r=r.previousElementSibling}return[]},next(t,o){let r=t.nextElementSibling;for(;r;){if(r.matches(o))return[r];r=r.nextElementSibling}return[]},focusableChildren(t){const o=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map((t=>t+':not([tabindex^="-"])')).join(", ");return this.find(o,t).filter((t=>!l(t)&&m(t)))}},R={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},W={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},J="next",Z="prev",X="left",K="right",V={ArrowLeft:K,ArrowRight:X};class q extends Y{constructor(t,o){super(t),this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(o),this._indicatorsElement=H.findOne(".carousel-indicators",this._element),this._touchSupported="ontouchstart"in document.documentElement||navigator.maxTouchPoints>0,this._pointerEvent=Boolean(window.PointerEvent),this._addEventListeners()}static get Default(){return R}static get NAME(){return"carousel"}next(){this._slide(J)}nextWhenVisible(){!document.hidden&&m(this._element)&&this.next()}prev(){this._slide(Z)}pause(t){t||(this._isPaused=!0),H.findOne(".carousel-item-next, .carousel-item-prev",this._element)&&(e(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null}cycle(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config&&this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))}to(t){this._activeElement=H.findOne(".active.carousel-item",this._element);const o=this._getItemIndex(this._activeElement);if(t>this._items.length-1||t<0)return;if(this._isSliding)return void C.one(this._element,"slid.bs.carousel",(()=>this.to(t)));if(o===t)return this.pause(),void this.cycle();const r=t>o?J:Z;this._slide(r,this._items[t])}_getConfig(t){return t={...R,...B.getDataAttributes(this._element),..."object"==typeof t?t:{}},a("carousel",t,W),t}_handleSwipe(){const t=Math.abs(this.touchDeltaX);if(t<=40)return;const o=t/this.touchDeltaX;this.touchDeltaX=0,o&&this._slide(o>0?K:X)}_addEventListeners(){this._config.keyboard&&C.on(this._element,"keydown.bs.carousel",(t=>this._keydown(t))),"hover"===this._config.pause&&(C.on(this._element,"mouseenter.bs.carousel",(t=>this.pause(t))),C.on(this._element,"mouseleave.bs.carousel",(t=>this.cycle(t)))),this._config.touch&&this._touchSupported&&this._addTouchEventListeners()}_addTouchEventListeners(){const t=t=>this._pointerEvent&&("pen"===t.pointerType||"touch"===t.pointerType),o=o=>{t(o)?this.touchStartX=o.clientX:this._pointerEvent||(this.touchStartX=o.touches[0].clientX)},r=t=>{this.touchDeltaX=t.touches&&t.touches.length>1?0:t.touches[0].clientX-this.touchStartX},e=o=>{t(o)&&(this.touchDeltaX=o.clientX-this.touchStartX),this._handleSwipe(),"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout((t=>this.cycle(t)),500+this._config.interval))};H.find(".carousel-item img",this._element).forEach((t=>{C.on(t,"dragstart.bs.carousel",(t=>t.preventDefault()))})),this._pointerEvent?(C.on(this._element,"pointerdown.bs.carousel",(t=>o(t))),C.on(this._element,"pointerup.bs.carousel",(t=>e(t))),this._element.classList.add("pointer-event")):(C.on(this._element,"touchstart.bs.carousel",(t=>o(t))),C.on(this._element,"touchmove.bs.carousel",(t=>r(t))),C.on(this._element,"touchend.bs.carousel",(t=>e(t))))}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const o=V[t.key];o&&(t.preventDefault(),this._slide(o))}_getItemIndex(t){return this._items=t&&t.parentNode?H.find(".carousel-item",t.parentNode):[],this._items.indexOf(t)}_getItemByOrder(t,o){const r=t===J;return v(this._items,o,r,this._config.wrap)}_triggerSlideEvent(t,o){const r=this._getItemIndex(t),e=this._getItemIndex(H.findOne(".active.carousel-item",this._element));return C.trigger(this._element,"slide.bs.carousel",{relatedTarget:t,direction:o,from:e,to:r})}_setActiveIndicatorElement(t){if(this._indicatorsElement){const o=H.findOne(".active",this._indicatorsElement);o.classList.remove("active"),o.removeAttribute("aria-current");const r=H.find("[data-bs-target]",this._indicatorsElement);for(let o=0;o<r.length;o++)if(Number.parseInt(r[o].getAttribute("data-bs-slide-to"),10)===this._getItemIndex(t)){r[o].classList.add("active"),r[o].setAttribute("aria-current","true");break}}}_updateInterval(){const t=this._activeElement||H.findOne(".active.carousel-item",this._element);if(!t)return;const o=Number.parseInt(t.getAttribute("data-bs-interval"),10);o?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=o):this._config.interval=this._config.defaultInterval||this._config.interval}_slide(t,o){const r=this._directionToOrder(t),e=H.findOne(".active.carousel-item",this._element),i=this._getItemIndex(e),n=o||this._getItemByOrder(r,e),a=this._getItemIndex(n),m=Boolean(this._interval),l=r===J,d=l?"carousel-item-start":"carousel-item-end",s=l?"carousel-item-next":"carousel-item-prev",g=this._orderToDirection(r);if(n&&n.classList.contains("active"))return void(this._isSliding=!1);if(this._isSliding)return;if(this._triggerSlideEvent(n,g).defaultPrevented)return;if(!e||!n)return;this._isSliding=!0,m&&this.pause(),this._setActiveIndicatorElement(n),this._activeElement=n;const c=()=>{C.trigger(this._element,"slid.bs.carousel",{relatedTarget:n,direction:g,from:i,to:a})};if(this._element.classList.contains("slide")){n.classList.add(s),p(n),e.classList.add(d),n.classList.add(d);const t=()=>{n.classList.remove(d,s),n.classList.add("active"),e.classList.remove("active",s,d),this._isSliding=!1,setTimeout(c,0)};this._queueCallback(t,e,!0)}else e.classList.remove("active"),n.classList.add("active"),this._isSliding=!1,c();m&&this.cycle()}_directionToOrder(t){return[K,X].includes(t)?b()?t===X?Z:J:t===X?J:Z:t}_orderToDirection(t){return[J,Z].includes(t)?b()?t===Z?X:K:t===Z?K:X:t}static carouselInterface(t,o){const r=q.getOrCreateInstance(t,o);let{_config:e}=r;"object"==typeof o&&(e={...e,...o});const i="string"==typeof o?o:e.slide;if("number"==typeof o)r.to(o);else if("string"==typeof i){if(void 0===r[i])throw new TypeError(`No method named "${i}"`);r[i]()}else e.interval&&e.ride&&(r.pause(),r.cycle())}static jQueryInterface(t){return this.each((function(){q.carouselInterface(this,t)}))}static dataApiClickHandler(t){const o=r(this);if(!o||!o.classList.contains("carousel"))return;const e={...B.getDataAttributes(o),...B.getDataAttributes(this)},i=this.getAttribute("data-bs-slide-to");i&&(e.interval=!1),q.carouselInterface(o,e),i&&q.getInstance(o).to(i),t.preventDefault()}}C.on(document,"click.bs.carousel.data-api","[data-bs-slide], [data-bs-slide-to]",q.dataApiClickHandler),C.on(window,"load.bs.carousel.data-api",(()=>{const t=H.find('[data-bs-ride="carousel"]');for(let o=0,r=t.length;o<r;o++)q.carouselInterface(t[o],q.getInstance(t[o]))})),f(q);const $={toggle:!0,parent:null},tt={toggle:"boolean",parent:"(null|element)"};class ot extends Y{constructor(t,r){super(t),this._isTransitioning=!1,this._config=this._getConfig(r),this._triggerArray=[];const e=H.find('[data-bs-toggle="collapse"]');for(let t=0,r=e.length;t<r;t++){const r=e[t],i=o(r),n=H.find(i).filter((t=>t===this._element));null!==i&&n.length&&(this._selector=i,this._triggerArray.push(r))}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return $}static get NAME(){return"collapse"}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t,o=[];if(this._config.parent){const t=H.find(".collapse .collapse",this._config.parent);o=H.find(".collapse.show, .collapse.collapsing",this._config.parent).filter((o=>!t.includes(o)))}const r=H.findOne(this._selector);if(o.length){const e=o.find((t=>r!==t));if(t=e?ot.getInstance(e):null,t&&t._isTransitioning)return}if(C.trigger(this._element,"show.bs.collapse").defaultPrevented)return;o.forEach((o=>{r!==o&&ot.getOrCreateInstance(o,{toggle:!1}).hide(),t||A.set(o,"bs.collapse",null)}));const e=this._getDimension();this._element.classList.remove("collapse"),this._element.classList.add("collapsing"),this._element.style[e]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const i="scroll"+(e[0].toUpperCase()+e.slice(1));this._queueCallback((()=>{this._isTransitioning=!1,this._element.classList.remove("collapsing"),this._element.classList.add("collapse","show"),this._element.style[e]="",C.trigger(this._element,"shown.bs.collapse")}),this._element,!0),this._element.style[e]=this._element[i]+"px"}hide(){if(this._isTransitioning||!this._isShown())return;if(C.trigger(this._element,"hide.bs.collapse").defaultPrevented)return;const t=this._getDimension();this._element.style[t]=this._element.getBoundingClientRect()[t]+"px",p(this._element),this._element.classList.add("collapsing"),this._element.classList.remove("collapse","show");const o=this._triggerArray.length;for(let t=0;t<o;t++){const o=this._triggerArray[t],e=r(o);e&&!this._isShown(e)&&this._addAriaAndCollapsedClass([o],!1)}this._isTransitioning=!0,this._element.style[t]="",this._queueCallback((()=>{this._isTransitioning=!1,this._element.classList.remove("collapsing"),this._element.classList.add("collapse"),C.trigger(this._element,"hidden.bs.collapse")}),this._element,!0)}_isShown(t=this._element){return t.classList.contains("show")}_getConfig(t){return(t={...$,...B.getDataAttributes(this._element),...t}).toggle=Boolean(t.toggle),t.parent=n(t.parent),a("collapse",t,tt),t}_getDimension(){return this._element.classList.contains("collapse-horizontal")?"width":"height"}_initializeChildren(){if(!this._config.parent)return;const t=H.find(".collapse .collapse",this._config.parent);H.find('[data-bs-toggle="collapse"]',this._config.parent).filter((o=>!t.includes(o))).forEach((t=>{const o=r(t);o&&this._addAriaAndCollapsedClass([t],this._isShown(o))}))}_addAriaAndCollapsedClass(t,o){t.length&&t.forEach((t=>{o?t.classList.remove("collapsed"):t.classList.add("collapsed"),t.setAttribute("aria-expanded",o)}))}static jQueryInterface(t){return this.each((function(){const o={};"string"==typeof t&&/show|hide/.test(t)&&(o.toggle=!1);const r=ot.getOrCreateInstance(this,o);if("string"==typeof t){if(void 0===r[t])throw new TypeError(`No method named "${t}"`);r[t]()}}))}}C.on(document,"click.bs.collapse.data-api",'[data-bs-toggle="collapse"]',(function(t){("A"===t.target.tagName||t.delegateTarget&&"A"===t.delegateTarget.tagName)&&t.preventDefault();const r=o(this);H.find(r).forEach((t=>{ot.getOrCreateInstance(t,{toggle:!1}).toggle()}))})),f(ot);var rt="top",et="bottom",it="right",nt="left",at=[rt,et,it,nt],mt="end",lt=at.reduce((function(t,o){return t.concat([o+"-start",o+"-"+mt])}),[]),dt=[].concat(at,["auto"]).reduce((function(t,o){return t.concat([o,o+"-start",o+"-"+mt])}),[]),st=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function pt(t){return t?(t.nodeName||"").toLowerCase():null}function gt(t){if(null==t)return window;if("[object Window]"!==t.toString()){var o=t.ownerDocument;return o&&o.defaultView||window}return t}function ct(t){return t instanceof gt(t).Element||t instanceof Element}function bt(t){return t instanceof gt(t).HTMLElement||t instanceof HTMLElement}function ft(t){return"undefined"!=typeof ShadowRoot&&(t instanceof gt(t).ShadowRoot||t instanceof ShadowRoot)}var xt={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var o=t.state;Object.keys(o.elements).forEach((function(t){var r=o.styles[t]||{},e=o.attributes[t]||{},i=o.elements[t];bt(i)&&pt(i)&&(Object.assign(i.style,r),Object.keys(e).forEach((function(t){var o=e[t];!1===o?i.removeAttribute(t):i.setAttribute(t,!0===o?"":o)})))}))},effect:function(t){var o=t.state,r={popper:{position:o.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(o.elements.popper.style,r.popper),o.styles=r,o.elements.arrow&&Object.assign(o.elements.arrow.style,r.arrow),function(){Object.keys(o.elements).forEach((function(t){var e=o.elements[t],i=o.attributes[t]||{},n=Object.keys(o.styles.hasOwnProperty(t)?o.styles[t]:r[t]).reduce((function(t,o){return t[o]="",t}),{});bt(e)&&pt(e)&&(Object.assign(e.style,n),Object.keys(i).forEach((function(t){e.removeAttribute(t)})))}))}},requires:["computeStyles"]};function ut(t){return t.split("-")[0]}var vt=Math.round;function yt(t,o){void 0===o&&(o=!1);var r=t.getBoundingClientRect(),e=1,i=1;if(bt(t)&&o){var n=t.offsetHeight,a=t.offsetWidth;a>0&&(e=r.width/a||1),n>0&&(i=r.height/n||1)}return{width:vt(r.width/e),height:vt(r.height/i),top:vt(r.top/i),right:vt(r.right/e),bottom:vt(r.bottom/i),left:vt(r.left/e),x:vt(r.left/e),y:vt(r.top/i)}}function ht(t){var o=yt(t),r=t.offsetWidth,e=t.offsetHeight;return Math.abs(o.width-r)<=1&&(r=o.width),Math.abs(o.height-e)<=1&&(e=o.height),{x:t.offsetLeft,y:t.offsetTop,width:r,height:e}}function wt(t,o){var r=o.getRootNode&&o.getRootNode();if(t.contains(o))return!0;if(r&&ft(r)){var e=o;do{if(e&&t.isSameNode(e))return!0;e=e.parentNode||e.host}while(e)}return!1}function Mt(t){return gt(t).getComputedStyle(t)}function Lt(t){return["table","td","th"].indexOf(pt(t))>=0}function jt(t){return((ct(t)?t.ownerDocument:t.document)||window.document).documentElement}function Nt(t){return"html"===pt(t)?t:t.assignedSlot||t.parentNode||(ft(t)?t.host:null)||jt(t)}function kt(t){return bt(t)&&"fixed"!==Mt(t).position?t.offsetParent:null}function zt(t){for(var o=gt(t),r=kt(t);r&&Lt(r)&&"static"===Mt(r).position;)r=kt(r);return r&&("html"===pt(r)||"body"===pt(r)&&"static"===Mt(r).position)?o:r||function(t){var o=-1!==navigator.userAgent.toLowerCase().indexOf("firefox");if(-1!==navigator.userAgent.indexOf("Trident")&&bt(t)&&"fixed"===Mt(t).position)return null;for(var r=Nt(t);bt(r)&&["html","body"].indexOf(pt(r))<0;){var e=Mt(r);if("none"!==e.transform||"none"!==e.perspective||"paint"===e.contain||-1!==["transform","perspective"].indexOf(e.willChange)||o&&"filter"===e.willChange||o&&e.filter&&"none"!==e.filter)return r;r=r.parentNode}return null}(t)||o}function Dt(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}var Tt=Math.max,It=Math.min,Et=Math.round;function St(t,o,r){return Tt(t,It(o,r))}function Ot(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function Ct(t,o){return o.reduce((function(o,r){return o[r]=t,o}),{})}var _t={name:"arrow",enabled:!0,phase:"main",fn:function(t){var o,r=t.state,e=t.name,i=t.options,n=r.elements.arrow,a=r.modifiersData.popperOffsets,m=ut(r.placement),l=Dt(m),d=[nt,it].indexOf(m)>=0?"height":"width";if(n&&a){var s=function(t,o){return Ot("number"!=typeof(t="function"==typeof t?t(Object.assign({},o.rects,{placement:o.placement})):t)?t:Ct(t,at))}(i.padding,r),p=ht(n),g="y"===l?rt:nt,c="y"===l?et:it,b=r.rects.reference[d]+r.rects.reference[l]-a[l]-r.rects.popper[d],f=a[l]-r.rects.reference[l],x=zt(n),u=x?"y"===l?x.clientHeight||0:x.clientWidth||0:0,v=b/2-f/2,y=s[g],h=u-p[d]-s[c],w=u/2-p[d]/2+v,M=St(y,w,h),L=l;r.modifiersData[e]=((o={})[L]=M,o.centerOffset=M-w,o)}},effect:function(t){var o=t.state,r=t.options.element,e=void 0===r?"[data-popper-arrow]":r;null!=e&&("string"!=typeof e||(e=o.elements.popper.querySelector(e)))&&wt(o.elements.popper,e)&&(o.elements.arrow=e)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function At(t){return t.split("-")[1]}var Yt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Ut(t){var o,r=t.popper,e=t.popperRect,i=t.placement,n=t.variation,a=t.offsets,m=t.position,l=t.gpuAcceleration,d=t.adaptive,s=t.roundOffsets,p=!0===s?function(t){var o=t.x,r=t.y,e=window.devicePixelRatio||1;return{x:Et(Et(o*e)/e)||0,y:Et(Et(r*e)/e)||0}}(a):"function"==typeof s?s(a):a,g=p.x,c=void 0===g?0:g,b=p.y,f=void 0===b?0:b,x=a.hasOwnProperty("x"),u=a.hasOwnProperty("y"),v=nt,y=rt,h=window;if(d){var w=zt(r),M="clientHeight",L="clientWidth";w===gt(r)&&"static"!==Mt(w=jt(r)).position&&"absolute"===m&&(M="scrollHeight",L="scrollWidth"),i!==rt&&(i!==nt&&i!==it||n!==mt)||(y=et,f-=w[M]-e.height,f*=l?1:-1),i!==nt&&(i!==rt&&i!==et||n!==mt)||(v=it,c-=w[L]-e.width,c*=l?1:-1)}var j,N=Object.assign({position:m},d&&Yt);return l?Object.assign({},N,((j={})[y]=u?"0":"",j[v]=x?"0":"",j.transform=(h.devicePixelRatio||1)<=1?"translate("+c+"px, "+f+"px)":"translate3d("+c+"px, "+f+"px, 0)",j)):Object.assign({},N,((o={})[y]=u?f+"px":"",o[v]=x?c+"px":"",o.transform="",o))}var Qt={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var o=t.state,r=t.options,e=r.gpuAcceleration,i=void 0===e||e,n=r.adaptive,a=void 0===n||n,m=r.roundOffsets,l=void 0===m||m,d={placement:ut(o.placement),variation:At(o.placement),popper:o.elements.popper,popperRect:o.rects.popper,gpuAcceleration:i};null!=o.modifiersData.popperOffsets&&(o.styles.popper=Object.assign({},o.styles.popper,Ut(Object.assign({},d,{offsets:o.modifiersData.popperOffsets,position:o.options.strategy,adaptive:a,roundOffsets:l})))),null!=o.modifiersData.arrow&&(o.styles.arrow=Object.assign({},o.styles.arrow,Ut(Object.assign({},d,{offsets:o.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),o.attributes.popper=Object.assign({},o.attributes.popper,{"data-popper-placement":o.placement})},data:{}},Pt={passive:!0},Ft={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var o=t.state,r=t.instance,e=t.options,i=e.scroll,n=void 0===i||i,a=e.resize,m=void 0===a||a,l=gt(o.elements.popper),d=[].concat(o.scrollParents.reference,o.scrollParents.popper);return n&&d.forEach((function(t){t.addEventListener("scroll",r.update,Pt)})),m&&l.addEventListener("resize",r.update,Pt),function(){n&&d.forEach((function(t){t.removeEventListener("scroll",r.update,Pt)})),m&&l.removeEventListener("resize",r.update,Pt)}},data:{}},Gt={left:"right",right:"left",bottom:"top",top:"bottom"};function Bt(t){return t.replace(/left|right|bottom|top/g,(function(t){return Gt[t]}))}var Ht={start:"end",end:"start"};function Rt(t){return t.replace(/start|end/g,(function(t){return Ht[t]}))}function Wt(t){var o=gt(t);return{scrollLeft:o.pageXOffset,scrollTop:o.pageYOffset}}function Jt(t){return yt(jt(t)).left+Wt(t).scrollLeft}function Zt(t){var o=Mt(t),r=o.overflow,e=o.overflowX,i=o.overflowY;return/auto|scroll|overlay|hidden/.test(r+i+e)}function Xt(t,o){var r;void 0===o&&(o=[]);var e=function t(o){return["html","body","#document"].indexOf(pt(o))>=0?o.ownerDocument.body:bt(o)&&Zt(o)?o:t(Nt(o))}(t),i=e===(null==(r=t.ownerDocument)?void 0:r.body),n=gt(e),a=i?[n].concat(n.visualViewport||[],Zt(e)?e:[]):e,m=o.concat(a);return i?m:m.concat(Xt(Nt(a)))}function Kt(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function Vt(t,o){return"viewport"===o?Kt(function(t){var o=gt(t),r=jt(t),e=o.visualViewport,i=r.clientWidth,n=r.clientHeight,a=0,m=0;return e&&(i=e.width,n=e.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(a=e.offsetLeft,m=e.offsetTop)),{width:i,height:n,x:a+Jt(t),y:m}}(t)):bt(o)?function(t){var o=yt(t);return o.top=o.top+t.clientTop,o.left=o.left+t.clientLeft,o.bottom=o.top+t.clientHeight,o.right=o.left+t.clientWidth,o.width=t.clientWidth,o.height=t.clientHeight,o.x=o.left,o.y=o.top,o}(o):Kt(function(t){var o,r=jt(t),e=Wt(t),i=null==(o=t.ownerDocument)?void 0:o.body,n=Tt(r.scrollWidth,r.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),a=Tt(r.scrollHeight,r.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),m=-e.scrollLeft+Jt(t),l=-e.scrollTop;return"rtl"===Mt(i||r).direction&&(m+=Tt(r.clientWidth,i?i.clientWidth:0)-n),{width:n,height:a,x:m,y:l}}(jt(t)))}function qt(t){var o,r=t.reference,e=t.element,i=t.placement,n=i?ut(i):null,a=i?At(i):null,m=r.x+r.width/2-e.width/2,l=r.y+r.height/2-e.height/2;switch(n){case rt:o={x:m,y:r.y-e.height};break;case et:o={x:m,y:r.y+r.height};break;case it:o={x:r.x+r.width,y:l};break;case nt:o={x:r.x-e.width,y:l};break;default:o={x:r.x,y:r.y}}var d=n?Dt(n):null;if(null!=d){var s="y"===d?"height":"width";switch(a){case"start":o[d]=o[d]-(r[s]/2-e[s]/2);break;case mt:o[d]=o[d]+(r[s]/2-e[s]/2)}}return o}function $t(t,o){void 0===o&&(o={});var r=o,e=r.placement,i=void 0===e?t.placement:e,n=r.boundary,a=void 0===n?"clippingParents":n,m=r.rootBoundary,l=void 0===m?"viewport":m,d=r.elementContext,s=void 0===d?"popper":d,p=r.altBoundary,g=void 0!==p&&p,c=r.padding,b=void 0===c?0:c,f=Ot("number"!=typeof b?b:Ct(b,at)),x="popper"===s?"reference":"popper",u=t.rects.popper,v=t.elements[g?x:s],y=function(t,o,r){var e="clippingParents"===o?function(t){var o=Xt(Nt(t)),r=["absolute","fixed"].indexOf(Mt(t).position)>=0&&bt(t)?zt(t):t;return ct(r)?o.filter((function(t){return ct(t)&&wt(t,r)&&"body"!==pt(t)})):[]}(t):[].concat(o),i=[].concat(e,[r]),n=i[0],a=i.reduce((function(o,r){var e=Vt(t,r);return o.top=Tt(e.top,o.top),o.right=It(e.right,o.right),o.bottom=It(e.bottom,o.bottom),o.left=Tt(e.left,o.left),o}),Vt(t,n));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}(ct(v)?v:v.contextElement||jt(t.elements.popper),a,l),h=yt(t.elements.reference),w=qt({reference:h,element:u,strategy:"absolute",placement:i}),M=Kt(Object.assign({},u,w)),L="popper"===s?M:h,j={top:y.top-L.top+f.top,bottom:L.bottom-y.bottom+f.bottom,left:y.left-L.left+f.left,right:L.right-y.right+f.right},N=t.modifiersData.offset;if("popper"===s&&N){var k=N[i];Object.keys(j).forEach((function(t){var o=[it,et].indexOf(t)>=0?1:-1,r=[rt,et].indexOf(t)>=0?"y":"x";j[t]+=k[r]*o}))}return j}function to(t,o){void 0===o&&(o={});var r=o,e=r.placement,i=r.boundary,n=r.rootBoundary,a=r.padding,m=r.flipVariations,l=r.allowedAutoPlacements,d=void 0===l?dt:l,s=At(e),p=s?m?lt:lt.filter((function(t){return At(t)===s})):at,g=p.filter((function(t){return d.indexOf(t)>=0}));0===g.length&&(g=p);var c=g.reduce((function(o,r){return o[r]=$t(t,{placement:r,boundary:i,rootBoundary:n,padding:a})[ut(r)],o}),{});return Object.keys(c).sort((function(t,o){return c[t]-c[o]}))}var oo={name:"flip",enabled:!0,phase:"main",fn:function(t){var o=t.state,r=t.options,e=t.name;if(!o.modifiersData[e]._skip){for(var i=r.mainAxis,n=void 0===i||i,a=r.altAxis,m=void 0===a||a,l=r.fallbackPlacements,d=r.padding,s=r.boundary,p=r.rootBoundary,g=r.altBoundary,c=r.flipVariations,b=void 0===c||c,f=r.allowedAutoPlacements,x=o.options.placement,u=ut(x),v=l||(u!==x&&b?function(t){if("auto"===ut(t))return[];var o=Bt(t);return[Rt(t),o,Rt(o)]}(x):[Bt(x)]),y=[x].concat(v).reduce((function(t,r){return t.concat("auto"===ut(r)?to(o,{placement:r,boundary:s,rootBoundary:p,padding:d,flipVariations:b,allowedAutoPlacements:f}):r)}),[]),h=o.rects.reference,w=o.rects.popper,M=new Map,L=!0,j=y[0],N=0;N<y.length;N++){var k=y[N],z=ut(k),D="start"===At(k),T=[rt,et].indexOf(z)>=0,I=T?"width":"height",E=$t(o,{placement:k,boundary:s,rootBoundary:p,altBoundary:g,padding:d}),S=T?D?it:nt:D?et:rt;h[I]>w[I]&&(S=Bt(S));var O=Bt(S),C=[];if(n&&C.push(E[z]<=0),m&&C.push(E[S]<=0,E[O]<=0),C.every((function(t){return t}))){j=k,L=!1;break}M.set(k,C)}if(L)for(var _=function(t){var o=y.find((function(o){var r=M.get(o);if(r)return r.slice(0,t).every((function(t){return t}))}));if(o)return j=o,"break"},A=b?3:1;A>0&&"break"!==_(A);A--);o.placement!==j&&(o.modifiersData[e]._skip=!0,o.placement=j,o.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function ro(t,o,r){return void 0===r&&(r={x:0,y:0}),{top:t.top-o.height-r.y,right:t.right-o.width+r.x,bottom:t.bottom-o.height+r.y,left:t.left-o.width-r.x}}function eo(t){return[rt,it,et,nt].some((function(o){return t[o]>=0}))}var io={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var o=t.state,r=t.name,e=o.rects.reference,i=o.rects.popper,n=o.modifiersData.preventOverflow,a=$t(o,{elementContext:"reference"}),m=$t(o,{altBoundary:!0}),l=ro(a,e),d=ro(m,i,n),s=eo(l),p=eo(d);o.modifiersData[r]={referenceClippingOffsets:l,popperEscapeOffsets:d,isReferenceHidden:s,hasPopperEscaped:p},o.attributes.popper=Object.assign({},o.attributes.popper,{"data-popper-reference-hidden":s,"data-popper-escaped":p})}},no={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var o=t.state,r=t.options,e=t.name,i=r.offset,n=void 0===i?[0,0]:i,a=dt.reduce((function(t,r){return t[r]=function(t,o,r){var e=ut(t),i=[nt,rt].indexOf(e)>=0?-1:1,n="function"==typeof r?r(Object.assign({},o,{placement:t})):r,a=n[0],m=n[1];return a=a||0,m=(m||0)*i,[nt,it].indexOf(e)>=0?{x:m,y:a}:{x:a,y:m}}(r,o.rects,n),t}),{}),m=a[o.placement],l=m.x,d=m.y;null!=o.modifiersData.popperOffsets&&(o.modifiersData.popperOffsets.x+=l,o.modifiersData.popperOffsets.y+=d),o.modifiersData[e]=a}},ao={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var o=t.state,r=t.name;o.modifiersData[r]=qt({reference:o.rects.reference,element:o.rects.popper,strategy:"absolute",placement:o.placement})},data:{}},mo={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var o=t.state,r=t.options,e=t.name,i=r.mainAxis,n=void 0===i||i,a=r.altAxis,m=void 0!==a&&a,l=r.boundary,d=r.rootBoundary,s=r.altBoundary,p=r.padding,g=r.tether,c=void 0===g||g,b=r.tetherOffset,f=void 0===b?0:b,x=$t(o,{boundary:l,rootBoundary:d,padding:p,altBoundary:s}),u=ut(o.placement),v=At(o.placement),y=!v,h=Dt(u),w="x"===h?"y":"x",M=o.modifiersData.popperOffsets,L=o.rects.reference,j=o.rects.popper,N="function"==typeof f?f(Object.assign({},o.rects,{placement:o.placement})):f,k={x:0,y:0};if(M){if(n||m){var z="y"===h?rt:nt,D="y"===h?et:it,T="y"===h?"height":"width",I=M[h],E=M[h]+x[z],S=M[h]-x[D],O=c?-j[T]/2:0,C="start"===v?L[T]:j[T],_="start"===v?-j[T]:-L[T],A=o.elements.arrow,Y=c&&A?ht(A):{width:0,height:0},U=o.modifiersData["arrow#persistent"]?o.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},Q=U[z],P=U[D],F=St(0,L[T],Y[T]),G=y?L[T]/2-O-F-Q-N:C-F-Q-N,B=y?-L[T]/2+O+F+P+N:_+F+P+N,H=o.elements.arrow&&zt(o.elements.arrow),R=H?"y"===h?H.clientTop||0:H.clientLeft||0:0,W=o.modifiersData.offset?o.modifiersData.offset[o.placement][h]:0,J=M[h]+G-W-R,Z=M[h]+B-W;if(n){var X=St(c?It(E,J):E,I,c?Tt(S,Z):S);M[h]=X,k[h]=X-I}if(m){var K="x"===h?rt:nt,V="x"===h?et:it,q=M[w],$=q+x[K],tt=q-x[V],ot=St(c?It($,J):$,q,c?Tt(tt,Z):tt);M[w]=ot,k[w]=ot-q}}o.modifiersData[e]=k}},requiresIfExists:["offset"]};function lo(t,o,r){void 0===r&&(r=!1);var e,i,n=bt(o),a=bt(o)&&function(t){var o=t.getBoundingClientRect(),r=o.width/t.offsetWidth||1,e=o.height/t.offsetHeight||1;return 1!==r||1!==e}(o),m=jt(o),l=yt(t,a),d={scrollLeft:0,scrollTop:0},s={x:0,y:0};return(n||!n&&!r)&&(("body"!==pt(o)||Zt(m))&&(d=(e=o)!==gt(e)&&bt(e)?{scrollLeft:(i=e).scrollLeft,scrollTop:i.scrollTop}:Wt(e)),bt(o)?((s=yt(o,!0)).x+=o.clientLeft,s.y+=o.clientTop):m&&(s.x=Jt(m))),{x:l.left+d.scrollLeft-s.x,y:l.top+d.scrollTop-s.y,width:l.width,height:l.height}}var so={placement:"bottom",modifiers:[],strategy:"absolute"};function po(){for(var t=arguments.length,o=new Array(t),r=0;r<t;r++)o[r]=arguments[r];return!o.some((function(t){return!(t&&"function"==typeof t.getBoundingClientRect)}))}function go(t){void 0===t&&(t={});var o=t,r=o.defaultModifiers,e=void 0===r?[]:r,i=o.defaultOptions,n=void 0===i?so:i;return function(t,o,r){void 0===r&&(r=n);var i,a,m={placement:"bottom",orderedModifiers:[],options:Object.assign({},so,n),modifiersData:{},elements:{reference:t,popper:o},attributes:{},styles:{}},l=[],d=!1,s={state:m,setOptions:function(r){var i="function"==typeof r?r(m.options):r;p(),m.options=Object.assign({},n,m.options,i),m.scrollParents={reference:ct(t)?Xt(t):t.contextElement?Xt(t.contextElement):[],popper:Xt(o)};var a,d,g=function(t){var o=function(t){var o=new Map,r=new Set,e=[];return t.forEach((function(t){o.set(t.name,t)})),t.forEach((function(t){r.has(t.name)||function t(i){r.add(i.name),[].concat(i.requires||[],i.requiresIfExists||[]).forEach((function(e){if(!r.has(e)){var i=o.get(e);i&&t(i)}})),e.push(i)}(t)})),e}(t);return st.reduce((function(t,r){return t.concat(o.filter((function(t){return t.phase===r})))}),[])}((a=[].concat(e,m.options.modifiers),d=a.reduce((function(t,o){var r=t[o.name];return t[o.name]=r?Object.assign({},r,o,{options:Object.assign({},r.options,o.options),data:Object.assign({},r.data,o.data)}):o,t}),{}),Object.keys(d).map((function(t){return d[t]}))));return m.orderedModifiers=g.filter((function(t){return t.enabled})),m.orderedModifiers.forEach((function(t){var o=t.name,r=t.options,e=void 0===r?{}:r,i=t.effect;if("function"==typeof i){var n=i({state:m,name:o,instance:s,options:e});l.push(n||function(){})}})),s.update()},forceUpdate:function(){if(!d){var t=m.elements,o=t.reference,r=t.popper;if(po(o,r)){m.rects={reference:lo(o,zt(r),"fixed"===m.options.strategy),popper:ht(r)},m.reset=!1,m.placement=m.options.placement,m.orderedModifiers.forEach((function(t){return m.modifiersData[t.name]=Object.assign({},t.data)}));for(var e=0;e<m.orderedModifiers.length;e++)if(!0!==m.reset){var i=m.orderedModifiers[e],n=i.fn,a=i.options,l=void 0===a?{}:a,p=i.name;"function"==typeof n&&(m=n({state:m,options:l,name:p,instance:s})||m)}else m.reset=!1,e=-1}}},update:(i=function(){return new Promise((function(t){s.forceUpdate(),t(m)}))},function(){return a||(a=new Promise((function(t){Promise.resolve().then((function(){a=void 0,t(i())}))}))),a}),destroy:function(){p(),d=!0}};if(!po(t,o))return s;function p(){l.forEach((function(t){return t()})),l=[]}return s.setOptions(r).then((function(t){!d&&r.onFirstUpdate&&r.onFirstUpdate(t)})),s}}var co=go(),bo=go({defaultModifiers:[Ft,ao,Qt,xt]}),fo=go({defaultModifiers:[Ft,ao,Qt,xt,no,oo,mo,_t,io]}),xo=Object.freeze({__proto__:null,popperGenerator:go,detectOverflow:$t,createPopperBase:co,createPopper:fo,createPopperLite:bo,top:rt,bottom:et,right:it,left:nt,auto:"auto",basePlacements:at,start:"start",end:mt,clippingParents:"clippingParents",viewport:"viewport",popper:"popper",reference:"reference",variationPlacements:lt,placements:dt,beforeRead:"beforeRead",read:"read",afterRead:"afterRead",beforeMain:"beforeMain",main:"main",afterMain:"afterMain",beforeWrite:"beforeWrite",write:"write",afterWrite:"afterWrite",modifierPhases:st,applyStyles:xt,arrow:_t,computeStyles:Qt,eventListeners:Ft,flip:oo,hide:io,offset:no,popperOffsets:ao,preventOverflow:mo});const uo=new RegExp("ArrowUp|ArrowDown|Escape"),vo=b()?"top-end":"top-start",yo=b()?"top-start":"top-end",ho=b()?"bottom-end":"bottom-start",wo=b()?"bottom-start":"bottom-end",Mo=b()?"left-start":"right-start",Lo=b()?"right-start":"left-start",jo={offset:[0,2],boundary:"clippingParents",reference:"toggle",display:"dynamic",popperConfig:null,autoClose:!0},No={offset:"(array|string|function)",boundary:"(string|element)",reference:"(string|element|object)",display:"string",popperConfig:"(null|object|function)",autoClose:"(boolean|string)"};class ko extends Y{constructor(t,o){super(t),this._popper=null,this._config=this._getConfig(o),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar()}static get Default(){return jo}static get DefaultType(){return No}static get NAME(){return"dropdown"}toggle(){return this._isShown()?this.hide():this.show()}show(){if(l(this._element)||this._isShown(this._menu))return;const t={relatedTarget:this._element};if(C.trigger(this._element,"show.bs.dropdown",t).defaultPrevented)return;const o=ko.getParentFromElement(this._element);this._inNavbar?B.setDataAttribute(this._menu,"popper","none"):this._createPopper(o),"ontouchstart"in document.documentElement&&!o.closest(".navbar-nav")&&[].concat(...document.body.children).forEach((t=>C.on(t,"mouseover",s))),this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add("show"),this._element.classList.add("show"),C.trigger(this._element,"shown.bs.dropdown",t)}hide(){if(l(this._element)||!this._isShown(this._menu))return;const t={relatedTarget:this._element};this._completeHide(t)}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(t){C.trigger(this._element,"hide.bs.dropdown",t).defaultPrevented||("ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach((t=>C.off(t,"mouseover",s))),this._popper&&this._popper.destroy(),this._menu.classList.remove("show"),this._element.classList.remove("show"),this._element.setAttribute("aria-expanded","false"),B.removeDataAttribute(this._menu,"popper"),C.trigger(this._element,"hidden.bs.dropdown",t))}_getConfig(t){if(t={...this.constructor.Default,...B.getDataAttributes(this._element),...t},a("dropdown",t,this.constructor.DefaultType),"object"==typeof t.reference&&!i(t.reference)&&"function"!=typeof t.reference.getBoundingClientRect)throw new TypeError("dropdown".toUpperCase()+': Option "reference" provided type "object" without a required "getBoundingClientRect" method.');return t}_createPopper(t){if(void 0===xo)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");let o=this._element;"parent"===this._config.reference?o=t:i(this._config.reference)?o=n(this._config.reference):"object"==typeof this._config.reference&&(o=this._config.reference);const r=this._getPopperConfig(),e=r.modifiers.find((t=>"applyStyles"===t.name&&!1===t.enabled));this._popper=fo(o,this._menu,r),e&&B.setDataAttribute(this._menu,"popper","static")}_isShown(t=this._element){return t.classList.contains("show")}_getMenuElement(){return H.next(this._element,".dropdown-menu")[0]}_getPlacement(){const t=this._element.parentNode;if(t.classList.contains("dropend"))return Mo;if(t.classList.contains("dropstart"))return Lo;const o="end"===getComputedStyle(this._menu).getPropertyValue("--bs-position").trim();return t.classList.contains("dropup")?o?yo:vo:o?wo:ho}_detectNavbar(){return null!==this._element.closest(".navbar")}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map((t=>Number.parseInt(t,10))):"function"==typeof t?o=>t(o,this._element):t}_getPopperConfig(){const t={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return"static"===this._config.display&&(t.modifiers=[{name:"applyStyles",enabled:!1}]),{...t,..."function"==typeof this._config.popperConfig?this._config.popperConfig(t):this._config.popperConfig}}_selectMenuItem({key:t,target:o}){const r=H.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",this._menu).filter(m);r.length&&v(r,o,"ArrowDown"===t,!r.includes(o)).focus()}static jQueryInterface(t){return this.each((function(){const o=ko.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===o[t])throw new TypeError(`No method named "${t}"`);o[t]()}}))}static clearMenus(t){if(t&&(2===t.button||"keyup"===t.type&&"Tab"!==t.key))return;const o=H.find('[data-bs-toggle="dropdown"]');for(let r=0,e=o.length;r<e;r++){const e=ko.getInstance(o[r]);if(!e||!1===e._config.autoClose)continue;if(!e._isShown())continue;const i={relatedTarget:e._element};if(t){const o=t.composedPath(),r=o.includes(e._menu);if(o.includes(e._element)||"inside"===e._config.autoClose&&!r||"outside"===e._config.autoClose&&r)continue;if(e._menu.contains(t.target)&&("keyup"===t.type&&"Tab"===t.key||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;"click"===t.type&&(i.clickEvent=t)}e._completeHide(i)}}static getParentFromElement(t){return r(t)||t.parentNode}static dataApiKeydownHandler(t){if(/input|textarea/i.test(t.target.tagName)?"Space"===t.key||"Escape"!==t.key&&("ArrowDown"!==t.key&&"ArrowUp"!==t.key||t.target.closest(".dropdown-menu")):!uo.test(t.key))return;const o=this.classList.contains("show");if(!o&&"Escape"===t.key)return;if(t.preventDefault(),t.stopPropagation(),l(this))return;const r=this.matches('[data-bs-toggle="dropdown"]')?this:H.prev(this,'[data-bs-toggle="dropdown"]')[0],e=ko.getOrCreateInstance(r);if("Escape"!==t.key)return"ArrowUp"===t.key||"ArrowDown"===t.key?(o||e.show(),void e._selectMenuItem(t)):void(o&&"Space"!==t.key||ko.clearMenus());e.hide()}}C.on(document,"keydown.bs.dropdown.data-api",'[data-bs-toggle="dropdown"]',ko.dataApiKeydownHandler),C.on(document,"keydown.bs.dropdown.data-api",".dropdown-menu",ko.dataApiKeydownHandler),C.on(document,"click.bs.dropdown.data-api",ko.clearMenus),C.on(document,"keyup.bs.dropdown.data-api",ko.clearMenus),C.on(document,"click.bs.dropdown.data-api",'[data-bs-toggle="dropdown"]',(function(t){t.preventDefault(),ko.getOrCreateInstance(this).toggle()})),f(ko);class zo{constructor(){this._element=document.body}getWidth(){const t=document.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,"paddingRight",(o=>o+t)),this._setElementAttributes(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top","paddingRight",(o=>o+t)),this._setElementAttributes(".sticky-top","marginRight",(o=>o-t))}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(t,o,r){const e=this.getWidth();this._applyManipulationCallback(t,(t=>{if(t!==this._element&&window.innerWidth>t.clientWidth+e)return;this._saveInitialAttribute(t,o);const i=window.getComputedStyle(t)[o];t.style[o]=r(Number.parseFloat(i))+"px"}))}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,"paddingRight"),this._resetElementAttributes(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top","paddingRight"),this._resetElementAttributes(".sticky-top","marginRight")}_saveInitialAttribute(t,o){const r=t.style[o];r&&B.setDataAttribute(t,o,r)}_resetElementAttributes(t,o){this._applyManipulationCallback(t,(t=>{const r=B.getDataAttribute(t,o);void 0===r?t.style.removeProperty(o):(B.removeDataAttribute(t,o),t.style[o]=r)}))}_applyManipulationCallback(t,o){i(t)?o(t):H.find(t,this._element).forEach(o)}isOverflowing(){return this.getWidth()>0}}const Do={className:"modal-backdrop",isVisible:!0,isAnimated:!1,rootElement:"body",clickCallback:null},To={className:"string",isVisible:"boolean",isAnimated:"boolean",rootElement:"(element|string)",clickCallback:"(function|null)"};class Io{constructor(t){this._config=this._getConfig(t),this._isAppended=!1,this._element=null}show(t){this._config.isVisible?(this._append(),this._config.isAnimated&&p(this._getElement()),this._getElement().classList.add("show"),this._emulateAnimation((()=>{x(t)}))):x(t)}hide(t){this._config.isVisible?(this._getElement().classList.remove("show"),this._emulateAnimation((()=>{this.dispose(),x(t)}))):x(t)}_getElement(){if(!this._element){const t=document.createElement("div");t.className=this._config.className,this._config.isAnimated&&t.classList.add("fade"),this._element=t}return this._element}_getConfig(t){return(t={...Do,..."object"==typeof t?t:{}}).rootElement=n(t.rootElement),a("backdrop",t,To),t}_append(){this._isAppended||(this._config.rootElement.append(this._getElement()),C.on(this._getElement(),"mousedown.bs.backdrop",(()=>{x(this._config.clickCallback)})),this._isAppended=!0)}dispose(){this._isAppended&&(C.off(this._element,"mousedown.bs.backdrop"),this._element.remove(),this._isAppended=!1)}_emulateAnimation(t){u(t,this._getElement(),this._config.isAnimated)}}const Eo={trapElement:null,autofocus:!0},So={trapElement:"element",autofocus:"boolean"};class Oo{constructor(t){this._config=this._getConfig(t),this._isActive=!1,this._lastTabNavDirection=null}activate(){const{trapElement:t,autofocus:o}=this._config;this._isActive||(o&&t.focus(),C.off(document,".bs.focustrap"),C.on(document,"focusin.bs.focustrap",(t=>this._handleFocusin(t))),C.on(document,"keydown.tab.bs.focustrap",(t=>this._handleKeydown(t))),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,C.off(document,".bs.focustrap"))}_handleFocusin(t){const{target:o}=t,{trapElement:r}=this._config;if(o===document||o===r||r.contains(o))return;const e=H.focusableChildren(r);0===e.length?r.focus():"backward"===this._lastTabNavDirection?e[e.length-1].focus():e[0].focus()}_handleKeydown(t){"Tab"===t.key&&(this._lastTabNavDirection=t.shiftKey?"backward":"forward")}_getConfig(t){return t={...Eo,..."object"==typeof t?t:{}},a("focustrap",t,So),t}}const Co={backdrop:!0,keyboard:!0,focus:!0},_o={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean"};class Ao extends Y{constructor(t,o){super(t),this._config=this._getConfig(o),this._dialog=H.findOne(".modal-dialog",this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollBar=new zo}static get Default(){return Co}static get NAME(){return"modal"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||this._isTransitioning||C.trigger(this._element,"show.bs.modal",{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._isAnimated()&&(this._isTransitioning=!0),this._scrollBar.hide(),document.body.classList.add("modal-open"),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),C.on(this._dialog,"mousedown.dismiss.bs.modal",(()=>{C.one(this._element,"mouseup.dismiss.bs.modal",(t=>{t.target===this._element&&(this._ignoreBackdropClick=!0)}))})),this._showBackdrop((()=>this._showElement(t))))}hide(){if(!this._isShown||this._isTransitioning)return;if(C.trigger(this._element,"hide.bs.modal").defaultPrevented)return;this._isShown=!1;const t=this._isAnimated();t&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),this._focustrap.deactivate(),this._element.classList.remove("show"),C.off(this._element,"click.dismiss.bs.modal"),C.off(this._dialog,"mousedown.dismiss.bs.modal"),this._queueCallback((()=>this._hideModal()),this._element,t)}dispose(){[window,this._dialog].forEach((t=>C.off(t,".bs.modal"))),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new Io({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new Oo({trapElement:this._element})}_getConfig(t){return t={...Co,...B.getDataAttributes(this._element),..."object"==typeof t?t:{}},a("modal",t,_o),t}_showElement(t){const o=this._isAnimated(),r=H.findOne(".modal-body",this._dialog);this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0,r&&(r.scrollTop=0),o&&p(this._element),this._element.classList.add("show"),this._queueCallback((()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,C.trigger(this._element,"shown.bs.modal",{relatedTarget:t})}),this._dialog,o)}_setEscapeEvent(){this._isShown?C.on(this._element,"keydown.dismiss.bs.modal",(t=>{this._config.keyboard&&"Escape"===t.key?(t.preventDefault(),this.hide()):this._config.keyboard||"Escape"!==t.key||this._triggerBackdropTransition()})):C.off(this._element,"keydown.dismiss.bs.modal")}_setResizeEvent(){this._isShown?C.on(window,"resize.bs.modal",(()=>this._adjustDialog())):C.off(window,"resize.bs.modal")}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide((()=>{document.body.classList.remove("modal-open"),this._resetAdjustments(),this._scrollBar.reset(),C.trigger(this._element,"hidden.bs.modal")}))}_showBackdrop(t){C.on(this._element,"click.dismiss.bs.modal",(t=>{this._ignoreBackdropClick?this._ignoreBackdropClick=!1:t.target===t.currentTarget&&(!0===this._config.backdrop?this.hide():"static"===this._config.backdrop&&this._triggerBackdropTransition())})),this._backdrop.show(t)}_isAnimated(){return this._element.classList.contains("fade")}_triggerBackdropTransition(){if(C.trigger(this._element,"hidePrevented.bs.modal").defaultPrevented)return;const{classList:t,scrollHeight:o,style:r}=this._element,e=o>document.documentElement.clientHeight;!e&&"hidden"===r.overflowY||t.contains("modal-static")||(e||(r.overflowY="hidden"),t.add("modal-static"),this._queueCallback((()=>{t.remove("modal-static"),e||this._queueCallback((()=>{r.overflowY=""}),this._dialog)}),this._dialog),this._element.focus())}_adjustDialog(){const t=this._element.scrollHeight>document.documentElement.clientHeight,o=this._scrollBar.getWidth(),r=o>0;(!r&&t&&!b()||r&&!t&&b())&&(this._element.style.paddingLeft=o+"px"),(r&&!t&&!b()||!r&&t&&b())&&(this._element.style.paddingRight=o+"px")}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(t,o){return this.each((function(){const r=Ao.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===r[t])throw new TypeError(`No method named "${t}"`);r[t](o)}}))}}C.on(document,"click.bs.modal.data-api",'[data-bs-toggle="modal"]',(function(t){const o=r(this);["A","AREA"].includes(this.tagName)&&t.preventDefault(),C.one(o,"show.bs.modal",(t=>{t.defaultPrevented||C.one(o,"hidden.bs.modal",(()=>{m(this)&&this.focus()}))}));const e=H.findOne(".modal.show");e&&Ao.getInstance(e).hide(),Ao.getOrCreateInstance(o).toggle(this)})),U(Ao),f(Ao);const Yo={backdrop:!0,keyboard:!0,scroll:!1},Uo={backdrop:"boolean",keyboard:"boolean",scroll:"boolean"};class Qo extends Y{constructor(t,o){super(t),this._config=this._getConfig(o),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get NAME(){return"offcanvas"}static get Default(){return Yo}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||C.trigger(this._element,"show.bs.offcanvas",{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._element.style.visibility="visible",this._backdrop.show(),this._config.scroll||(new zo).hide(),this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add("show"),this._queueCallback((()=>{this._config.scroll||this._focustrap.activate(),C.trigger(this._element,"shown.bs.offcanvas",{relatedTarget:t})}),this._element,!0))}hide(){this._isShown&&(C.trigger(this._element,"hide.bs.offcanvas").defaultPrevented||(this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.remove("show"),this._backdrop.hide(),this._queueCallback((()=>{this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._element.style.visibility="hidden",this._config.scroll||(new zo).reset(),C.trigger(this._element,"hidden.bs.offcanvas")}),this._element,!0)))}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_getConfig(t){return t={...Yo,...B.getDataAttributes(this._element),..."object"==typeof t?t:{}},a("offcanvas",t,Uo),t}_initializeBackDrop(){return new Io({className:"offcanvas-backdrop",isVisible:this._config.backdrop,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:()=>this.hide()})}_initializeFocusTrap(){return new Oo({trapElement:this._element})}_addEventListeners(){C.on(this._element,"keydown.dismiss.bs.offcanvas",(t=>{this._config.keyboard&&"Escape"===t.key&&this.hide()}))}static jQueryInterface(t){return this.each((function(){const o=Qo.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===o[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);o[t](this)}}))}}C.on(document,"click.bs.offcanvas.data-api",'[data-bs-toggle="offcanvas"]',(function(t){const o=r(this);if(["A","AREA"].includes(this.tagName)&&t.preventDefault(),l(this))return;C.one(o,"hidden.bs.offcanvas",(()=>{m(this)&&this.focus()}));const e=H.findOne(".offcanvas.show");e&&e!==o&&Qo.getInstance(e).hide(),Qo.getOrCreateInstance(o).toggle(this)})),C.on(window,"load.bs.offcanvas.data-api",(()=>H.find(".offcanvas.show").forEach((t=>Qo.getOrCreateInstance(t).show())))),U(Qo),f(Qo);const Po=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),Fo=/^(?:(?:https?|mailto|ftp|tel|file):|[^#&/:?]*(?:[#/?]|$))/i,Go=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i,Bo=(t,o)=>{const r=t.nodeName.toLowerCase();if(o.includes(r))return!Po.has(r)||Boolean(Fo.test(t.nodeValue)||Go.test(t.nodeValue));const e=o.filter((t=>t instanceof RegExp));for(let t=0,o=e.length;t<o;t++)if(e[t].test(r))return!0;return!1};function Ho(t,o,r){if(!t.length)return t;if(r&&"function"==typeof r)return r(t);const e=(new window.DOMParser).parseFromString(t,"text/html"),i=Object.keys(o),n=[].concat(...e.body.querySelectorAll("*"));for(let t=0,r=n.length;t<r;t++){const r=n[t],e=r.nodeName.toLowerCase();if(!i.includes(e)){r.remove();continue}const a=[].concat(...r.attributes),m=[].concat(o["*"]||[],o[e]||[]);a.forEach((t=>{Bo(t,m)||r.removeAttribute(t.nodeName)}))}return e.body.innerHTML}const Ro=new Set(["sanitize","allowList","sanitizeFn"]),Wo={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(array|string|function)",container:"(string|element|boolean)",fallbackPlacements:"array",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",allowList:"object",popperConfig:"(null|object|function)"},Jo={AUTO:"auto",TOP:"top",RIGHT:b()?"left":"right",BOTTOM:"bottom",LEFT:b()?"right":"left"},Zo={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:[0,0],container:!1,fallbackPlacements:["top","right","bottom","left"],boundary:"clippingParents",customClass:"",sanitize:!0,sanitizeFn:null,allowList:{"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},popperConfig:null},Xo={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"};class Ko extends Y{constructor(t,o){if(void 0===xo)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(t),this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this._config=this._getConfig(o),this.tip=null,this._setListeners()}static get Default(){return Zo}static get NAME(){return"tooltip"}static get Event(){return Xo}static get DefaultType(){return Wo}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(t){if(this._isEnabled)if(t){const o=this._initializeOnDelegatedTarget(t);o._activeTrigger.click=!o._activeTrigger.click,o._isWithActiveTrigger()?o._enter(null,o):o._leave(null,o)}else{if(this.getTipElement().classList.contains("show"))return void this._leave(null,this);this._enter(null,this)}}dispose(){clearTimeout(this._timeout),C.off(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler),this.tip&&this.tip.remove(),this._disposePopper(),super.dispose()}show(){if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(!this.isWithContent()||!this._isEnabled)return;const t=C.trigger(this._element,this.constructor.Event.SHOW),o=d(this._element),r=null===o?this._element.ownerDocument.documentElement.contains(this._element):o.contains(this._element);if(t.defaultPrevented||!r)return;"tooltip"===this.constructor.NAME&&this.tip&&this.getTitle()!==this.tip.querySelector(".tooltip-inner").innerHTML&&(this._disposePopper(),this.tip.remove(),this.tip=null);const e=this.getTipElement(),i=(t=>{do{t+=Math.floor(1e6*Math.random())}while(document.getElementById(t));return t})(this.constructor.NAME);e.setAttribute("id",i),this._element.setAttribute("aria-describedby",i),this._config.animation&&e.classList.add("fade");const n="function"==typeof this._config.placement?this._config.placement.call(this,e,this._element):this._config.placement,a=this._getAttachment(n);this._addAttachmentClass(a);const{container:m}=this._config;A.set(e,this.constructor.DATA_KEY,this),this._element.ownerDocument.documentElement.contains(this.tip)||(m.append(e),C.trigger(this._element,this.constructor.Event.INSERTED)),this._popper?this._popper.update():this._popper=fo(this._element,e,this._getPopperConfig(a)),e.classList.add("show");const l=this._resolvePossibleFunction(this._config.customClass);l&&e.classList.add(...l.split(" ")),"ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach((t=>{C.on(t,"mouseover",s)}));const p=this.tip.classList.contains("fade");this._queueCallback((()=>{const t=this._hoverState;this._hoverState=null,C.trigger(this._element,this.constructor.Event.SHOWN),"out"===t&&this._leave(null,this)}),this.tip,p)}hide(){if(!this._popper)return;const t=this.getTipElement();if(C.trigger(this._element,this.constructor.Event.HIDE).defaultPrevented)return;t.classList.remove("show"),"ontouchstart"in document.documentElement&&[].concat(...document.body.children).forEach((t=>C.off(t,"mouseover",s))),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1;const o=this.tip.classList.contains("fade");this._queueCallback((()=>{this._isWithActiveTrigger()||("show"!==this._hoverState&&t.remove(),this._cleanTipClass(),this._element.removeAttribute("aria-describedby"),C.trigger(this._element,this.constructor.Event.HIDDEN),this._disposePopper())}),this.tip,o),this._hoverState=""}update(){null!==this._popper&&this._popper.update()}isWithContent(){return Boolean(this.getTitle())}getTipElement(){if(this.tip)return this.tip;const t=document.createElement("div");t.innerHTML=this._config.template;const o=t.children[0];return this.setContent(o),o.classList.remove("fade","show"),this.tip=o,this.tip}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),".tooltip-inner")}_sanitizeAndSetContent(t,o,r){const e=H.findOne(r,t);o||!e?this.setElementContent(e,o):e.remove()}setElementContent(t,o){if(null!==t)return i(o)?(o=n(o),void(this._config.html?o.parentNode!==t&&(t.innerHTML="",t.append(o)):t.textContent=o.textContent)):void(this._config.html?(this._config.sanitize&&(o=Ho(o,this._config.allowList,this._config.sanitizeFn)),t.innerHTML=o):t.textContent=o)}getTitle(){const t=this._element.getAttribute("data-bs-original-title")||this._config.title;return this._resolvePossibleFunction(t)}updateAttachment(t){return"right"===t?"end":"left"===t?"start":t}_initializeOnDelegatedTarget(t,o){return o||this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map((t=>Number.parseInt(t,10))):"function"==typeof t?o=>t(o,this._element):t}_resolvePossibleFunction(t){return"function"==typeof t?t.call(this._element):t}_getPopperConfig(t){const o={placement:t,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"onChange",enabled:!0,phase:"afterWrite",fn:t=>this._handlePopperPlacementChange(t)}],onFirstUpdate:t=>{t.options.placement!==t.placement&&this._handlePopperPlacementChange(t)}};return{...o,..."function"==typeof this._config.popperConfig?this._config.popperConfig(o):this._config.popperConfig}}_addAttachmentClass(t){this.getTipElement().classList.add(`${this._getBasicClassPrefix()}-${this.updateAttachment(t)}`)}_getAttachment(t){return Jo[t.toUpperCase()]}_setListeners(){this._config.trigger.split(" ").forEach((t=>{if("click"===t)C.on(this._element,this.constructor.Event.CLICK,this._config.selector,(t=>this.toggle(t)));else if("manual"!==t){const o="hover"===t?this.constructor.Event.MOUSEENTER:this.constructor.Event.FOCUSIN,r="hover"===t?this.constructor.Event.MOUSELEAVE:this.constructor.Event.FOCUSOUT;C.on(this._element,o,this._config.selector,(t=>this._enter(t))),C.on(this._element,r,this._config.selector,(t=>this._leave(t)))}})),this._hideModalHandler=()=>{this._element&&this.hide()},C.on(this._element.closest(".modal"),"hide.bs.modal",this._hideModalHandler),this._config.selector?this._config={...this._config,trigger:"manual",selector:""}:this._fixTitle()}_fixTitle(){const t=this._element.getAttribute("title"),o=typeof this._element.getAttribute("data-bs-original-title");(t||"string"!==o)&&(this._element.setAttribute("data-bs-original-title",t||""),!t||this._element.getAttribute("aria-label")||this._element.textContent||this._element.setAttribute("aria-label",t),this._element.setAttribute("title",""))}_enter(t,o){o=this._initializeOnDelegatedTarget(t,o),t&&(o._activeTrigger["focusin"===t.type?"focus":"hover"]=!0),o.getTipElement().classList.contains("show")||"show"===o._hoverState?o._hoverState="show":(clearTimeout(o._timeout),o._hoverState="show",o._config.delay&&o._config.delay.show?o._timeout=setTimeout((()=>{"show"===o._hoverState&&o.show()}),o._config.delay.show):o.show())}_leave(t,o){o=this._initializeOnDelegatedTarget(t,o),t&&(o._activeTrigger["focusout"===t.type?"focus":"hover"]=o._element.contains(t.relatedTarget)),o._isWithActiveTrigger()||(clearTimeout(o._timeout),o._hoverState="out",o._config.delay&&o._config.delay.hide?o._timeout=setTimeout((()=>{"out"===o._hoverState&&o.hide()}),o._config.delay.hide):o.hide())}_isWithActiveTrigger(){for(const t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1}_getConfig(t){const o=B.getDataAttributes(this._element);return Object.keys(o).forEach((t=>{Ro.has(t)&&delete o[t]})),(t={...this.constructor.Default,...o,..."object"==typeof t&&t?t:{}}).container=!1===t.container?document.body:n(t.container),"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),a("tooltip",t,this.constructor.DefaultType),t.sanitize&&(t.template=Ho(t.template,t.allowList,t.sanitizeFn)),t}_getDelegateConfig(){const t={};for(const o in this._config)this.constructor.Default[o]!==this._config[o]&&(t[o]=this._config[o]);return t}_cleanTipClass(){const t=this.getTipElement(),o=new RegExp(`(^|\\s)${this._getBasicClassPrefix()}\\S+`,"g"),r=t.getAttribute("class").match(o);null!==r&&r.length>0&&r.map((t=>t.trim())).forEach((o=>t.classList.remove(o)))}_getBasicClassPrefix(){return"bs-tooltip"}_handlePopperPlacementChange(t){const{state:o}=t;o&&(this.tip=o.elements.popper,this._cleanTipClass(),this._addAttachmentClass(this._getAttachment(o.placement)))}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null)}static jQueryInterface(t){return this.each((function(){const o=Ko.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===o[t])throw new TypeError(`No method named "${t}"`);o[t]()}}))}}f(Ko);const Vo={...Ko.Default,placement:"right",offset:[0,8],trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'},qo={...Ko.DefaultType,content:"(string|element|function)"},$o={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"};class tr extends Ko{static get Default(){return Vo}static get NAME(){return"popover"}static get Event(){return $o}static get DefaultType(){return qo}isWithContent(){return this.getTitle()||this._getContent()}setContent(t){this._sanitizeAndSetContent(t,this.getTitle(),".popover-header"),this._sanitizeAndSetContent(t,this._getContent(),".popover-body")}_getContent(){return this._resolvePossibleFunction(this._config.content)}_getBasicClassPrefix(){return"bs-popover"}static jQueryInterface(t){return this.each((function(){const o=tr.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===o[t])throw new TypeError(`No method named "${t}"`);o[t]()}}))}}f(tr);const or={offset:10,method:"auto",target:""},rr={offset:"number",method:"string",target:"(string|element)"},er=".nav-link, .list-group-item, .dropdown-item";class ir extends Y{constructor(t,o){super(t),this._scrollElement="BODY"===this._element.tagName?window:this._element,this._config=this._getConfig(o),this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,C.on(this._scrollElement,"scroll.bs.scrollspy",(()=>this._process())),this.refresh(),this._process()}static get Default(){return or}static get NAME(){return"scrollspy"}refresh(){const t=this._scrollElement===this._scrollElement.window?"offset":"position",r="auto"===this._config.method?t:this._config.method,e="position"===r?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),H.find(er,this._config.target).map((t=>{const i=o(t),n=i?H.findOne(i):null;if(n){const t=n.getBoundingClientRect();if(t.width||t.height)return[B[r](n).top+e,i]}return null})).filter((t=>t)).sort(((t,o)=>t[0]-o[0])).forEach((t=>{this._offsets.push(t[0]),this._targets.push(t[1])}))}dispose(){C.off(this._scrollElement,".bs.scrollspy"),super.dispose()}_getConfig(t){return(t={...or,...B.getDataAttributes(this._element),..."object"==typeof t&&t?t:{}}).target=n(t.target)||document.documentElement,a("scrollspy",t,rr),t}_getScrollTop(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop}_getScrollHeight(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)}_getOffsetHeight(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height}_process(){const t=this._getScrollTop()+this._config.offset,o=this._getScrollHeight(),r=this._config.offset+o-this._getOffsetHeight();if(this._scrollHeight!==o&&this.refresh(),t>=r){const t=this._targets[this._targets.length-1];this._activeTarget!==t&&this._activate(t)}else{if(this._activeTarget&&t<this._offsets[0]&&this._offsets[0]>0)return this._activeTarget=null,void this._clear();for(let o=this._offsets.length;o--;)this._activeTarget!==this._targets[o]&&t>=this._offsets[o]&&(void 0===this._offsets[o+1]||t<this._offsets[o+1])&&this._activate(this._targets[o])}}_activate(t){this._activeTarget=t,this._clear();const o=er.split(",").map((o=>`${o}[data-bs-target="${t}"],${o}[href="${t}"]`)),r=H.findOne(o.join(","),this._config.target);r.classList.add("active"),r.classList.contains("dropdown-item")?H.findOne(".dropdown-toggle",r.closest(".dropdown")).classList.add("active"):H.parents(r,".nav, .list-group").forEach((t=>{H.prev(t,".nav-link, .list-group-item").forEach((t=>t.classList.add("active"))),H.prev(t,".nav-item").forEach((t=>{H.children(t,".nav-link").forEach((t=>t.classList.add("active")))}))})),C.trigger(this._scrollElement,"activate.bs.scrollspy",{relatedTarget:t})}_clear(){H.find(er,this._config.target).filter((t=>t.classList.contains("active"))).forEach((t=>t.classList.remove("active")))}static jQueryInterface(t){return this.each((function(){const o=ir.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===o[t])throw new TypeError(`No method named "${t}"`);o[t]()}}))}}C.on(window,"load.bs.scrollspy.data-api",(()=>{H.find('[data-bs-spy="scroll"]').forEach((t=>new ir(t)))})),f(ir);class nr extends Y{static get NAME(){return"tab"}show(){if(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&this._element.classList.contains("active"))return;let t;const o=r(this._element),e=this._element.closest(".nav, .list-group");if(e){const o="UL"===e.nodeName||"OL"===e.nodeName?":scope > li > .active":".active";t=H.find(o,e),t=t[t.length-1]}const i=t?C.trigger(t,"hide.bs.tab",{relatedTarget:this._element}):null;if(C.trigger(this._element,"show.bs.tab",{relatedTarget:t}).defaultPrevented||null!==i&&i.defaultPrevented)return;this._activate(this._element,e);const n=()=>{C.trigger(t,"hidden.bs.tab",{relatedTarget:this._element}),C.trigger(this._element,"shown.bs.tab",{relatedTarget:t})};o?this._activate(o,o.parentNode,n):n()}_activate(t,o,r){const e=(!o||"UL"!==o.nodeName&&"OL"!==o.nodeName?H.children(o,".active"):H.find(":scope > li > .active",o))[0],i=r&&e&&e.classList.contains("fade"),n=()=>this._transitionComplete(t,e,r);e&&i?(e.classList.remove("show"),this._queueCallback(n,t,!0)):n()}_transitionComplete(t,o,r){if(o){o.classList.remove("active");const t=H.findOne(":scope > .dropdown-menu .active",o.parentNode);t&&t.classList.remove("active"),"tab"===o.getAttribute("role")&&o.setAttribute("aria-selected",!1)}t.classList.add("active"),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),p(t),t.classList.contains("fade")&&t.classList.add("show");let e=t.parentNode;if(e&&"LI"===e.nodeName&&(e=e.parentNode),e&&e.classList.contains("dropdown-menu")){const o=t.closest(".dropdown");o&&H.find(".dropdown-toggle",o).forEach((t=>t.classList.add("active"))),t.setAttribute("aria-expanded",!0)}r&&r()}static jQueryInterface(t){return this.each((function(){const o=nr.getOrCreateInstance(this);if("string"==typeof t){if(void 0===o[t])throw new TypeError(`No method named "${t}"`);o[t]()}}))}}C.on(document,"click.bs.tab.data-api",'[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',(function(t){["A","AREA"].includes(this.tagName)&&t.preventDefault(),l(this)||nr.getOrCreateInstance(this).show()})),f(nr);const ar={animation:"boolean",autohide:"boolean",delay:"number"},mr={animation:!0,autohide:!0,delay:5e3};class lr extends Y{constructor(t,o){super(t),this._config=this._getConfig(o),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get DefaultType(){return ar}static get Default(){return mr}static get NAME(){return"toast"}show(){C.trigger(this._element,"show.bs.toast").defaultPrevented||(this._clearTimeout(),this._config.animation&&this._element.classList.add("fade"),this._element.classList.remove("hide"),p(this._element),this._element.classList.add("show"),this._element.classList.add("showing"),this._queueCallback((()=>{this._element.classList.remove("showing"),C.trigger(this._element,"shown.bs.toast"),this._maybeScheduleHide()}),this._element,this._config.animation))}hide(){this._element.classList.contains("show")&&(C.trigger(this._element,"hide.bs.toast").defaultPrevented||(this._element.classList.add("showing"),this._queueCallback((()=>{this._element.classList.add("hide"),this._element.classList.remove("showing"),this._element.classList.remove("show"),C.trigger(this._element,"hidden.bs.toast")}),this._element,this._config.animation)))}dispose(){this._clearTimeout(),this._element.classList.contains("show")&&this._element.classList.remove("show"),super.dispose()}_getConfig(t){return t={...mr,...B.getDataAttributes(this._element),..."object"==typeof t&&t?t:{}},a("toast",t,this.constructor.DefaultType),t}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout((()=>{this.hide()}),this._config.delay)))}_onInteraction(t,o){switch(t.type){case"mouseover":case"mouseout":this._hasMouseInteraction=o;break;case"focusin":case"focusout":this._hasKeyboardInteraction=o}if(o)return void this._clearTimeout();const r=t.relatedTarget;this._element===r||this._element.contains(r)||this._maybeScheduleHide()}_setListeners(){C.on(this._element,"mouseover.bs.toast",(t=>this._onInteraction(t,!0))),C.on(this._element,"mouseout.bs.toast",(t=>this._onInteraction(t,!1))),C.on(this._element,"focusin.bs.toast",(t=>this._onInteraction(t,!0))),C.on(this._element,"focusout.bs.toast",(t=>this._onInteraction(t,!1)))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each((function(){const o=lr.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===o[t])throw new TypeError(`No method named "${t}"`);o[t](this)}}))}}U(lr),f(lr)}();"OTPCredential"in window&&window.addEventListener("DOMContentLoaded",(t=>{const o=document.querySelector('input[autocomplete="one-time-code"]');if(o){const t=new AbortController,r=o.closest("form");r&&r.addEventListener("submit",(o=>{t.abort()})),navigator.credentials.get({otp:{transport:["sms"]},signal:t.signal}).then((t=>{o.value=t.code,r&&r.submit()})).catch((t=>{console.log(t)}))}})),console.log("govcyMobileOtp() has loaded.");var D=t.forwardRef((function(o,i){var n=o.children,m=o.hint,l=o.className;o.id;var s=o.inline,p=void 0!==s&&s,c=o.collapsed,b=e(o,["children","hint","className","id","inline","collapsed"]),f=t.useContext(d),x=f.error,u=f.errorId,v=f.childrenCount,y=t.createElement(t.Fragment,null,t.createElement("label",{className:"govcy-radio "+(p?" govcy-d-sm-inline-block ":"")+(l||"")},n,t.createElement(g,r({className:"govcy-radio-input "+(c?"collapsed":"")},c&&{"data-bs-toggle":"collapse","data-bs-target":".".concat(c.className).concat(c.node?":not(.show)":".show"),"aria-expanded":"false"},{type:"radio"},x?{"aria-describedby":u}:{},b,{ref:i})),t.createElement("span",{className:"govcy-radio-checked"}),m&&t.createElement(a,{className:"govcy-mt-2"},m)),c&&c.node&&t.createElement("div",{className:"email govcy-pl-3 govcy-ml-1 collapse"},t.createElement("div",{className:"govcy-form-control govcy-form-control-hint"},c.node)));return v&&v>1?t.createElement(t.Fragment,null,y):t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-form"},t.createElement("div",{className:"govcy-form-control"},y)))}));D.displayName="DSFRadio",D.defaultProps={hint:void 0,className:void 0,inline:!1};var T=function(o){var r=o.columns,e=o.rowData,i=function(t){if("number"===t.type)return"govcy-text-end"};return t.createElement("div",{className:"govcy-table-responsive"},t.createElement("table",{className:"govcy-table govcy-table-responsive-vertical govcy-mb-4"},t.createElement("thead",null,t.createElement("tr",null,t.createElement("th",{scope:"col"},"#"),r.map((function(o,e){return t.createElement("th",{key:e,scope:"col",className:i(r[e])},o.header)})))),t.createElement("tbody",null,e.map((function(o,e){return t.createElement("tr",{key:e},t.createElement("th",{scope:"row"},e+1),o.map((function(o,e){return t.createElement("td",{key:e,className:i(r[e])},o)})))})))))};T.defaultProps={columns:[],rowData:[]},T.displayName="DSFTable";var I=function(o){var e=o.fullName,i=o.onClick,n=o.href;return t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-text-end"},t.createElement("span",null,e," | "),t.createElement("a",r({href:n,className:"govcy-sign-out"},i?{onClick:function(t){t.preventDefault(),i()}}:{}),"Sign Out")))};I.defaultProps={href:"#"},exports.DSFBackLink=i,exports.DSFBeforeMainContainer=L,exports.DSFBodyEndContainer=N,exports.DSFBodyStartContainer=j,exports.DSFButton=n,exports.DSFCheckbox=p,exports.DSFDateInput=f,exports.DSFErrorSummary=x,exports.DSFErrorText=m,exports.DSFFieldSet=l,exports.DSFFooter=w,exports.DSFFormGroup=s,exports.DSFHeader=h,exports.DSFHintText=a,exports.DSFInput=g,exports.DSFInputField=u,exports.DSFLabel=c,exports.DSFLoadingBox=z,exports.DSFMain=M,exports.DSFPanel=y,exports.DSFRadio=D,exports.DSFSelect=v,exports.DSFSkipLink=k,exports.DSFTable=T,exports.DSFUserSignOut=I;
|
|
1
|
+
"use strict";var t=require("react"),o=require("react-router-dom"),r=function(){return r=Object.assign||function(t){for(var o,r=1,a=arguments.length;r<a;r++)for(var i in o=arguments[r])Object.prototype.hasOwnProperty.call(o,i)&&(t[i]=o[i]);return t},r.apply(this,arguments)};function a(t,o){var r={};for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&o.indexOf(a)<0&&(r[a]=t[a]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(a=Object.getOwnPropertySymbols(t);i<a.length;i++)o.indexOf(a[i])<0&&Object.prototype.propertyIsEnumerable.call(t,a[i])&&(r[a[i]]=t[a[i]])}return r}function i(t,o){void 0===o&&(o={});var r=o.insertAt;if(t&&"undefined"!=typeof document){var a=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===r&&a.firstChild?a.insertBefore(i,a.firstChild):a.appendChild(i),i.styleSheet?i.styleSheet.cssText=t:i.appendChild(document.createTextNode(t))}}"function"==typeof SuppressedError&&SuppressedError;i("@import\"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://fonts.googleapis.com/icon?family=Material+Icons\";@import\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css\";/*!\n * Bootstrap Reboot v5.2.0 (https://getbootstrap.com/)\n * Copyright 2011-2022 The Bootstrap Authors\n * Copyright 2011-2022 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 39, 37, 37;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: \"Roboto\", sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1.125rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #272525;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #1d70b8;--bs-link-hover-color: #003078;--bs-code-color: #d63384;--bs-highlight-bg: #fff3cd}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:1.5rem;font-weight:700;line-height:1.2}h1,.h1{font-size:calc(1.40625rem + 1.875vw)}@media(min-width: 1200px){h1,.h1{font-size:2.8125rem}}h2,.h2{font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){h2,.h2{font-size:2.25rem}}h3,.h3{font-size:calc(1.321875rem + 0.8625vw)}@media(min-width: 1200px){h3,.h3{font-size:1.96875rem}}h4,.h4{font-size:calc(1.29375rem + 0.525vw)}@media(min-width: 1200px){h4,.h4{font-size:1.6875rem}}h5,.h5{font-size:calc(1.265625rem + 0.1875vw)}@media(min-width: 1200px){h5,.h5{font-size:1.40625rem}}h6,.h6{font-size:1.125rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}/*!\n * Bootstrap Grid v5.2.0 (https://getbootstrap.com/)\n * Copyright 2011-2022 The Bootstrap Authors\n * Copyright 2011-2022 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 39, 37, 37;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: \"Roboto\", sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1.125rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #272525;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #1d70b8;--bs-link-hover-color: #003078;--bs-code-color: #d63384;--bs-highlight-bg: #fff3cd}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.govcy-container,.container-sm,.govcy-container-fluid{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.govcy-container,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.govcy-container,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.govcy-container,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.govcy-container,.container-sm,.container{max-width:1280px}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1,.govcy-col-1{flex:0 0 auto;width:8.33333333%}.col-md-2,.govcy-col-2{flex:0 0 auto;width:16.66666667%}.col-md-3,.govcy-col-3{flex:0 0 auto;width:25%}.col-md-4,.govcy-col-4{flex:0 0 auto;width:33.33333333%}.col-md-5,.govcy-col-5{flex:0 0 auto;width:41.66666667%}.col-md-6,.govcy-col-6{flex:0 0 auto;width:50%}.col-md-7,.govcy-col-7{flex:0 0 auto;width:58.33333333%}.col-md-8,.govcy-col-8{flex:0 0 auto;width:66.66666667%}.col-md-9,.govcy-col-9{flex:0 0 auto;width:75%}.col-md-10,.govcy-col-10{flex:0 0 auto;width:83.33333333%}.col-md-11,.govcy-col-11{flex:0 0 auto;width:91.66666667%}.col-md-12,.govcy-col-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !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}.d-none{display:none !important}.flex-fill{flex:1 1 auto !important}.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-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}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-evenly{justify-content:space-evenly !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}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}@media(min-width: 576px){.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !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}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.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-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}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-sm-evenly{justify-content:space-evenly !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}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}}@media(min-width: 768px){.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !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}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.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-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}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-md-evenly{justify-content:space-evenly !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}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}}@media(min-width: 992px){.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !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}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.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-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}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-lg-evenly{justify-content:space-evenly !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}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}}@media(min-width: 1200px){.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !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}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.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-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}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-xl-evenly{justify-content:space-evenly !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}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}}@media(min-width: 1400px){.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !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}.d-print-none{display:none !important}}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !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}.d-none{display:none !important}.flex-fill{flex:1 1 auto !important}.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-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}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-evenly{justify-content:space-evenly !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}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}@media(min-width: 576px){.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !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}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.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-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}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-sm-evenly{justify-content:space-evenly !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}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}}@media(min-width: 768px){.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !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}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.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-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}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-md-evenly{justify-content:space-evenly !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}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}}@media(min-width: 992px){.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !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}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.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-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}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-lg-evenly{justify-content:space-evenly !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}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}}@media(min-width: 1200px){.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !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}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.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-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}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-xl-evenly{justify-content:space-evenly !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}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}}@media(min-width: 1400px){.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !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}.d-print-none{display:none !important}}/*!\n * Bootstrap v5.2.0 (https://getbootstrap.com/)\n * Copyright 2011-2022 The Bootstrap Authors\n * Copyright 2011-2022 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 39, 37, 37;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: \"Roboto\", sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1.125rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #272525;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #1d70b8;--bs-link-hover-color: #003078;--bs-code-color: #d63384;--bs-highlight-bg: #fff3cd}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:0;margin-bottom:1.5rem;font-weight:700;line-height:1.2}h1,.h1{font-size:calc(1.40625rem + 1.875vw)}@media(min-width: 1200px){h1,.h1{font-size:2.8125rem}}h2,.h2{font-size:calc(1.35rem + 1.2vw)}@media(min-width: 1200px){h2,.h2{font-size:2.25rem}}h3,.h3{font-size:calc(1.321875rem + 0.8625vw)}@media(min-width: 1200px){h3,.h3{font-size:1.96875rem}}h4,.h4{font-size:calc(1.29375rem + 0.525vw)}@media(min-width: 1200px){h4,.h4{font-size:1.6875rem}}h5,.h5{font-size:calc(1.265625rem + 0.1875vw)}@media(min-width: 1200px){h5,.h5{font-size:1.40625rem}}h6,.h6{font-size:1.125rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:calc(1.265625rem + 0.1875vw);font-weight:300}@media(min-width: 1200px){.lead{font-size:1.40625rem}}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:calc(1.265625rem + 0.1875vw)}@media(min-width: 1200px){.blockquote{font-size:1.40625rem}}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:\"— \"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid var(--bs-border-color);border-radius:.375rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:#6c757d}.container,.container-fluid,.govcy-container-fluid,.container-sm,.container-md,.govcy-container,.container-lg,.container-xl,.container-xxl{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container,.container-sm{max-width:540px}}@media(min-width: 768px){.container,.container-sm,.container-md,.govcy-container{max-width:720px}}@media(min-width: 992px){.container,.container-sm,.container-md,.govcy-container,.container-lg{max-width:960px}}@media(min-width: 1200px){.container,.container-sm,.container-md,.govcy-container,.container-lg,.container-xl{max-width:1140px}}@media(min-width: 1400px){.container,.container-sm,.container-md,.govcy-container,.container-lg,.container-xl,.container-xxl{max-width:1280px}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1,.govcy-col-1{flex:0 0 auto;width:8.33333333%}.col-md-2,.govcy-col-2{flex:0 0 auto;width:16.66666667%}.col-md-3,.govcy-col-3{flex:0 0 auto;width:25%}.col-md-4,.govcy-col-4{flex:0 0 auto;width:33.33333333%}.col-md-5,.govcy-col-5{flex:0 0 auto;width:41.66666667%}.col-md-6,.govcy-col-6{flex:0 0 auto;width:50%}.col-md-7,.govcy-col-7{flex:0 0 auto;width:58.33333333%}.col-md-8,.govcy-col-8{flex:0 0 auto;width:66.66666667%}.col-md-9,.govcy-col-9{flex:0 0 auto;width:75%}.col-md-10,.govcy-col-10{flex:0 0 auto;width:83.33333333%}.col-md-11,.govcy-col-11{flex:0 0 auto;width:91.66666667%}.col-md-12,.govcy-col-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table,.govcy-table{--bs-table-color: var(--bs-body-color);--bs-table-bg: transparent;--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-body-color);--bs-table-striped-bg: rgba(0, 0, 0, 0.05);--bs-table-active-color: var(--bs-body-color);--bs-table-active-bg: rgba(0, 0, 0, 0.1);--bs-table-hover-color: var(--bs-body-color);--bs-table-hover-bg: rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*,.govcy-table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody,.govcy-table>tbody{vertical-align:inherit}.table>thead,.govcy-table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid currentcolor}.caption-top,.govcy-caption-top{caption-side:top}.table-sm>:not(caption)>*>*,.govcy-table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*,.govcy-table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*,.govcy-table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*,.govcy-table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child),.govcy-table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active,.govcy-table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*,.govcy-table-hover>tbody>tr:hover>*{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color: #000;--bs-table-bg: #cfe2ff;--bs-table-border-color: #bacbe6;--bs-table-striped-bg: #c5d7f2;--bs-table-striped-color: #000;--bs-table-active-bg: #bacbe6;--bs-table-active-color: #000;--bs-table-hover-bg: #bfd1ec;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #e2e3e5;--bs-table-border-color: #cbccce;--bs-table-striped-bg: #d7d8da;--bs-table-striped-color: #000;--bs-table-active-bg: #cbccce;--bs-table-active-color: #000;--bs-table-hover-bg: #d1d2d4;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #d1e7dd;--bs-table-border-color: #bcd0c7;--bs-table-striped-bg: #c7dbd2;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd0c7;--bs-table-active-color: #000;--bs-table-hover-bg: #c1d6cc;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #cff4fc;--bs-table-border-color: #badce3;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #fff3cd;--bs-table-border-color: #e6dbb9;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #f8d7da;--bs-table-border-color: #dfc2c4;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #dfe0e1;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: #373b3e;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:calc(1.265625rem + 0.1875vw)}@media(min-width: 1200px){.col-form-label-lg{font-size:1.40625rem}}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.984375rem}.form-text{margin-top:.25rem;font-size:0.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1.125rem;font-weight:400;line-height:1.5;color:#272525;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#272525;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:#272525;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#272525;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.984375rem;border-radius:.25rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:calc(1.265625rem + 0.1875vw);border-radius:.5rem}@media(min-width: 1200px){.form-control-lg{font-size:1.40625rem}}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + 2px);padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:.375rem}.form-control-color::-webkit-color-swatch{border-radius:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + 2px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px)}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1.125rem;font-weight:400;line-height:1.5;color:#272525;background-color:#fff;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size=\"1\"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #272525}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.984375rem;border-radius:.25rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:calc(1.265625rem + 0.1875vw);border-radius:.5rem}@media(min-width: 1200px){.form-select-lg{font-size:1.40625rem}}.form-check{display:block;min-height:1.6875rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);appearance:none;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e\")}.form-check-input:checked[type=radio]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e\")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e\")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e\");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e\")}.form-switch .form-check-input:checked{background-position:right center;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e\")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check[disabled]+.govcy-btn-success,.btn-check[disabled]+.govcy-btn-secondary,.btn-check[disabled]+.govcy-btn-primary,.btn-check[disabled]+.govcy-btn,.btn-check:disabled+.btn,.btn-check:disabled+.govcy-btn-success,.btn-check:disabled+.govcy-btn-secondary,.btn-check:disabled+.govcy-btn-primary,.btn-check:disabled+.govcy-btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:rgba(0,0,0,0);appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem .75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:3}.input-group .btn,.input-group .govcy-btn-success,.input-group .govcy-btn-secondary,.input-group .govcy-btn-primary,.input-group .govcy-btn{position:relative;z-index:2}.input-group .btn:focus,.input-group .govcy-btn-success:focus,.input-group .govcy-btn-secondary:focus,.input-group .govcy-btn-primary:focus,.input-group .govcy-btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1.125rem;font-weight:400;line-height:1.5;color:#272525;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn,.input-group-lg>.govcy-btn-success,.input-group-lg>.govcy-btn-secondary,.input-group-lg>.govcy-btn-primary,.input-group-lg>.govcy-btn{padding:.5rem 1rem;font-size:calc(1.265625rem + 0.1875vw);border-radius:.5rem}@media(min-width: 1200px){.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn,.input-group-lg>.govcy-btn-success,.input-group-lg>.govcy-btn-secondary,.input-group-lg>.govcy-btn-primary,.input-group-lg>.govcy-btn{font-size:1.40625rem}}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn,.input-group-sm>.govcy-btn-success,.input-group-sm>.govcy-btn-secondary,.input-group-sm>.govcy-btn-primary,.input-group-sm>.govcy-btn{padding:.25rem .5rem;font-size:0.984375rem;border-radius:.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.984375rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.375rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#198754;padding-right:calc(1.5em + 0.75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#198754}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size=\"1\"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size=\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#198754}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#198754}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group .form-control:valid,.input-group .form-control.is-valid,.was-validated .input-group .form-select:valid,.input-group .form-select.is-valid{z-index:1}.was-validated .input-group .form-control:valid:focus,.input-group .form-control.is-valid:focus,.was-validated .input-group .form-select:valid:focus,.input-group .form-select.is-valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.984375rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.375rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 0.75rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#dc3545}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size=\"1\"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size=\"1\"]{padding-right:4.125rem;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e\");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#dc3545}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#dc3545}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group .form-control:invalid,.input-group .form-control.is-invalid,.was-validated .input-group .form-select:invalid,.input-group .form-select.is-invalid{z-index:2}.was-validated .input-group .form-control:invalid:focus,.input-group .form-control.is-invalid:focus,.was-validated .input-group .form-select:invalid:focus,.input-group .form-select.is-invalid:focus{z-index:3}.btn,.govcy-btn-success,.govcy-btn-secondary,.govcy-btn-primary,.govcy-btn{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1.125rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: #272525;--bs-btn-bg: transparent;--bs-btn-border-width: 1px;--bs-btn-border-color: transparent;--bs-btn-border-radius: 0.375rem;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn,.govcy-btn-success,.govcy-btn-secondary,.govcy-btn-primary,.govcy-btn{transition:none}}.btn:hover,.govcy-btn-success:hover,.govcy-btn-secondary:hover,.govcy-btn-primary:hover,.govcy-btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check:focus+.btn,.btn-check:focus+.govcy-btn-success,.btn-check:focus+.govcy-btn-secondary,.btn-check:focus+.govcy-btn-primary,.btn-check:focus+.govcy-btn,.btn:focus,.govcy-btn-success:focus,.govcy-btn-secondary:focus,.govcy-btn-primary:focus,.govcy-btn:focus{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn-check:checked+.govcy-btn-success,.btn-check:checked+.govcy-btn-secondary,.btn-check:checked+.govcy-btn-primary,.btn-check:checked+.govcy-btn,.btn-check:active+.btn,.btn-check:active+.govcy-btn-success,.btn-check:active+.govcy-btn-secondary,.btn-check:active+.govcy-btn-primary,.btn-check:active+.govcy-btn,.btn:active,.govcy-btn-success:active,.govcy-btn-secondary:active,.govcy-btn-primary:active,.govcy-btn:active,.btn.active,.active.govcy-btn-success,.active.govcy-btn-secondary,.active.govcy-btn-primary,.active.govcy-btn,.btn.show,.show.govcy-btn-success,.show.govcy-btn-secondary,.show.govcy-btn-primary,.show.govcy-btn{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus,.btn-check:checked+.govcy-btn-success:focus,.btn-check:checked+.govcy-btn-secondary:focus,.btn-check:checked+.govcy-btn-primary:focus,.btn-check:checked+.govcy-btn:focus,.btn-check:active+.btn:focus,.btn-check:active+.govcy-btn-success:focus,.btn-check:active+.govcy-btn-secondary:focus,.btn-check:active+.govcy-btn-primary:focus,.btn-check:active+.govcy-btn:focus,.btn:active:focus,.govcy-btn-success:active:focus,.govcy-btn-secondary:active:focus,.govcy-btn-primary:active:focus,.govcy-btn:active:focus,.btn.active:focus,.active.govcy-btn-success:focus,.active.govcy-btn-secondary:focus,.active.govcy-btn-primary:focus,.active.govcy-btn:focus,.btn.show:focus,.show.govcy-btn-success:focus,.show.govcy-btn-secondary:focus,.show.govcy-btn-primary:focus,.show.govcy-btn:focus{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.govcy-btn-success:disabled,.govcy-btn-secondary:disabled,.govcy-btn-primary:disabled,.govcy-btn:disabled,.btn.disabled,.disabled.govcy-btn-success,.disabled.govcy-btn-secondary,.disabled.govcy-btn-primary,.disabled.govcy-btn,fieldset:disabled .btn,fieldset:disabled .govcy-btn-success,fieldset:disabled .govcy-btn-secondary,fieldset:disabled .govcy-btn-primary,fieldset:disabled .govcy-btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0b5ed7;--bs-btn-hover-border-color: #0a58ca;--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0a58ca;--bs-btn-active-border-color: #0a53be;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5c636a;--bs-btn-hover-border-color: #565e64;--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: #565e64;--bs-btn-active-border-color: #51585e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #157347;--bs-btn-hover-border-color: #146c43;--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #146c43;--bs-btn-active-border-color: #13653f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #31d2f2;--bs-btn-hover-border-color: #25cff2;--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3dd5f3;--bs-btn-active-border-color: #25cff2;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6efd;--bs-btn-hover-border-color: #0d6efd;--bs-btn-focus-shadow-rgb: 13, 110, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0d6efd;--bs-btn-active-border-color: #0d6efd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0d6efd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0d6efd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: none;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline}.btn-link:focus{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.govcy-btn-lg,.btn-group-lg>.btn,.btn-group-lg>.govcy-btn-success,.btn-group-lg>.govcy-btn-secondary,.btn-group-lg>.govcy-btn-primary,.btn-group-lg>.govcy-btn{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:calc(1.265625rem + 0.1875vw);--bs-btn-border-radius: 0.5rem}@media(min-width: 1200px){.btn-lg,.govcy-btn-lg,.btn-group-lg>.btn,.btn-group-lg>.govcy-btn-success,.btn-group-lg>.govcy-btn-secondary,.btn-group-lg>.govcy-btn-primary,.btn-group-lg>.govcy-btn{--bs-btn-font-size:1.40625rem}}.btn-sm,.govcy-btn-sm,.btn-group-sm>.btn,.btn-group-sm>.govcy-btn-success,.btn-group-sm>.govcy-btn-secondary,.btn-group-sm>.govcy-btn-primary,.btn-group-sm>.govcy-btn{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.984375rem;--bs-btn-border-radius: 0.25rem}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1.125rem;--bs-dropdown-color: #272525;--bs-dropdown-bg: #fff;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: 0.375rem;--bs-dropdown-border-width: 1px;--bs-dropdown-inner-border-radius: calc(0.375rem - 1px);--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-dropdown-link-color: #212529;--bs-dropdown-link-hover-color: #1e2125;--bs-dropdown-link-hover-bg: #e9ecef;--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:1000;display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\"}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.984375rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group>.govcy-btn-success,.btn-group>.govcy-btn-secondary,.btn-group>.govcy-btn-primary,.btn-group>.govcy-btn,.btn-group-vertical>.btn,.btn-group-vertical>.govcy-btn-success,.btn-group-vertical>.govcy-btn-secondary,.btn-group-vertical>.govcy-btn-primary,.btn-group-vertical>.govcy-btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:checked+.govcy-btn-success,.btn-group>.btn-check:checked+.govcy-btn-secondary,.btn-group>.btn-check:checked+.govcy-btn-primary,.btn-group>.btn-check:checked+.govcy-btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn-check:focus+.govcy-btn-success,.btn-group>.btn-check:focus+.govcy-btn-secondary,.btn-group>.btn-check:focus+.govcy-btn-primary,.btn-group>.btn-check:focus+.govcy-btn,.btn-group>.btn:hover,.btn-group>.govcy-btn-success:hover,.btn-group>.govcy-btn-secondary:hover,.btn-group>.govcy-btn-primary:hover,.btn-group>.govcy-btn:hover,.btn-group>.btn:focus,.btn-group>.govcy-btn-success:focus,.btn-group>.govcy-btn-secondary:focus,.btn-group>.govcy-btn-primary:focus,.btn-group>.govcy-btn:focus,.btn-group>.btn:active,.btn-group>.govcy-btn-success:active,.btn-group>.govcy-btn-secondary:active,.btn-group>.govcy-btn-primary:active,.btn-group>.govcy-btn:active,.btn-group>.btn.active,.btn-group>.active.govcy-btn-success,.btn-group>.active.govcy-btn-secondary,.btn-group>.active.govcy-btn-primary,.btn-group>.active.govcy-btn,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:checked+.govcy-btn-success,.btn-group-vertical>.btn-check:checked+.govcy-btn-secondary,.btn-group-vertical>.btn-check:checked+.govcy-btn-primary,.btn-group-vertical>.btn-check:checked+.govcy-btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn-check:focus+.govcy-btn-success,.btn-group-vertical>.btn-check:focus+.govcy-btn-secondary,.btn-group-vertical>.btn-check:focus+.govcy-btn-primary,.btn-group-vertical>.btn-check:focus+.govcy-btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.govcy-btn-success:hover,.btn-group-vertical>.govcy-btn-secondary:hover,.btn-group-vertical>.govcy-btn-primary:hover,.btn-group-vertical>.govcy-btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.govcy-btn-success:focus,.btn-group-vertical>.govcy-btn-secondary:focus,.btn-group-vertical>.govcy-btn-primary:focus,.btn-group-vertical>.govcy-btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.govcy-btn-success:active,.btn-group-vertical>.govcy-btn-secondary:active,.btn-group-vertical>.govcy-btn-primary:active,.btn-group-vertical>.govcy-btn:active,.btn-group-vertical>.btn.active,.btn-group-vertical>.active.govcy-btn-success,.btn-group-vertical>.active.govcy-btn-secondary,.btn-group-vertical>.active.govcy-btn-primary,.btn-group-vertical>.active.govcy-btn{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:.375rem}.btn-group>.btn:not(:first-child),.btn-group>.govcy-btn-success:not(:first-child),.btn-group>.govcy-btn-secondary:not(:first-child),.btn-group>.govcy-btn-primary:not(:first-child),.btn-group>.govcy-btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.govcy-btn-success:not(:last-child):not(.dropdown-toggle),.btn-group>.govcy-btn-secondary:not(:last-child):not(.dropdown-toggle),.btn-group>.govcy-btn-primary:not(:last-child):not(.dropdown-toggle),.btn-group>.govcy-btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.dropdown-toggle-split.govcy-btn-success:first-child,.btn-group>.dropdown-toggle-split.govcy-btn-secondary:first-child,.btn-group>.dropdown-toggle-split.govcy-btn-primary:first-child,.btn-group>.dropdown-toggle-split.govcy-btn:first-child,.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn-group:not(:last-child)>.govcy-btn-success,.btn-group>.btn-group:not(:last-child)>.govcy-btn-secondary,.btn-group>.btn-group:not(:last-child)>.govcy-btn-primary,.btn-group>.btn-group:not(:last-child)>.govcy-btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>.govcy-btn-success:nth-child(n+3),.btn-group>.govcy-btn-secondary:nth-child(n+3),.btn-group>.govcy-btn-primary:nth-child(n+3),.btn-group>.govcy-btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>:not(.btn-check)+.govcy-btn-success,.btn-group>:not(.btn-check)+.govcy-btn-secondary,.btn-group>:not(.btn-check)+.govcy-btn-primary,.btn-group>:not(.btn-check)+.govcy-btn,.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn-group:not(:first-child)>.govcy-btn-success,.btn-group>.btn-group:not(:first-child)>.govcy-btn-secondary,.btn-group>.btn-group:not(:first-child)>.govcy-btn-primary,.btn-group>.btn-group:not(:first-child)>.govcy-btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.govcy-btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.btn-group-sm>.govcy-btn-success+.dropdown-toggle-split,.btn-group-sm>.govcy-btn-secondary+.dropdown-toggle-split,.btn-group-sm>.govcy-btn-primary+.dropdown-toggle-split,.btn-group-sm>.govcy-btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.govcy-btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.btn-group-lg>.govcy-btn-success+.dropdown-toggle-split,.btn-group-lg>.govcy-btn-secondary+.dropdown-toggle-split,.btn-group-lg>.govcy-btn-primary+.dropdown-toggle-split,.btn-group-lg>.govcy-btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.govcy-btn-success,.btn-group-vertical>.govcy-btn-secondary,.btn-group-vertical>.govcy-btn-primary,.btn-group-vertical>.govcy-btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.govcy-btn-success:not(:first-child),.btn-group-vertical>.govcy-btn-secondary:not(:first-child),.btn-group-vertical>.govcy-btn-primary:not(:first-child),.btn-group-vertical>.govcy-btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.govcy-btn-success:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.govcy-btn-secondary:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.govcy-btn-primary:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.govcy-btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn-group:not(:last-child)>.govcy-btn-success,.btn-group-vertical>.btn-group:not(:last-child)>.govcy-btn-secondary,.btn-group-vertical>.btn-group:not(:last-child)>.govcy-btn-primary,.btn-group-vertical>.btn-group:not(:last-child)>.govcy-btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.govcy-btn-success~.btn,.btn-group-vertical>.btn~.govcy-btn-success,.btn-group-vertical>.govcy-btn-success~.govcy-btn-success,.btn-group-vertical>.govcy-btn-secondary~.btn,.btn-group-vertical>.govcy-btn-secondary~.govcy-btn-success,.btn-group-vertical>.btn~.govcy-btn-secondary,.btn-group-vertical>.govcy-btn-success~.govcy-btn-secondary,.btn-group-vertical>.govcy-btn-secondary~.govcy-btn-secondary,.btn-group-vertical>.govcy-btn-primary~.btn,.btn-group-vertical>.govcy-btn-primary~.govcy-btn-success,.btn-group-vertical>.govcy-btn-primary~.govcy-btn-secondary,.btn-group-vertical>.btn~.govcy-btn-primary,.btn-group-vertical>.govcy-btn-success~.govcy-btn-primary,.btn-group-vertical>.govcy-btn-secondary~.govcy-btn-primary,.btn-group-vertical>.govcy-btn-primary~.govcy-btn-primary,.btn-group-vertical>.govcy-btn~.btn,.btn-group-vertical>.govcy-btn~.govcy-btn-success,.btn-group-vertical>.govcy-btn~.govcy-btn-secondary,.btn-group-vertical>.govcy-btn~.govcy-btn-primary,.btn-group-vertical>.btn~.govcy-btn,.btn-group-vertical>.govcy-btn-success~.govcy-btn,.btn-group-vertical>.govcy-btn-secondary~.govcy-btn,.btn-group-vertical>.govcy-btn-primary~.govcy-btn,.btn-group-vertical>.govcy-btn~.govcy-btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn-group:not(:first-child)>.govcy-btn-success,.btn-group-vertical>.btn-group:not(:first-child)>.govcy-btn-secondary,.btn-group-vertical>.btn-group:not(:first-child)>.govcy-btn-primary,.btn-group-vertical>.btn-group:not(:first-child)>.govcy-btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: #6c757d;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: 1px;--bs-nav-tabs-border-color: #dee2e6;--bs-nav-tabs-border-radius: 0.375rem;--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color: #495057;--bs-nav-tabs-link-active-bg: #fff;--bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1);background:none;border:var(--bs-nav-tabs-border-width) solid rgba(0,0,0,0);border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(var(--bs-nav-tabs-border-width)*-1);border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: 0.375rem;--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd}.nav-pills .nav-link{background:none;border:0;border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: rgba(0, 0, 0, 0.55);--bs-navbar-hover-color: rgba(0, 0, 0, 0.7);--bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);--bs-navbar-active-color: rgba(0, 0, 0, 0.9);--bs-navbar-brand-padding-y: 0.2890625rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.40625rem;--bs-navbar-brand-color: rgba(0, 0, 0, 0.9);--bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25rem;--bs-navbar-toggler-padding-x: 0.75rem;--bs-navbar-toggler-font-size: 1.40625rem;--bs-navbar-toggler-icon-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\");--bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);--bs-navbar-toggler-border-radius: 0.375rem;--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.govcy-container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.govcy-container,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .show>.nav-link,.navbar-nav .nav-link.active{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:rgba(0,0,0,0);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width: 576px){.navbar-expand-sm{flex-wrap: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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 768px){.navbar-expand-md{flex-wrap: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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 992px){.navbar-expand-lg{flex-wrap: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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1200px){.navbar-expand-xl{flex-wrap: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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark{--bs-navbar-color: rgba(255, 255, 255, 0.55);--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-border-width: 1px;--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: 0.375rem;--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(0.375rem - 1px);--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(0, 0, 0, 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: #fff;--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{margin-top:calc(-0.5*var(--bs-card-title-spacer-y));margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-0.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-left:calc(-0.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: #000;--bs-accordion-bg: #fff;--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: 1px;--bs-accordion-border-radius: 0.375rem;--bs-accordion-inner-border-radius: calc(0.375rem - 1px);--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;--bs-accordion-btn-active-icon: url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\");--bs-accordion-btn-focus-border-color: #86b7fe;--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: #0c63e4;--bs-accordion-active-bg: #e7f1ff}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1.125rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:\"\";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: #6c757d;--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: #6c757d;display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, \"/\") /* rtl: var(--bs-breadcrumb-divider, \"/\") */}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: 0.75rem;--bs-pagination-padding-y: 0.375rem;--bs-pagination-font-size:1.125rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: #fff;--bs-pagination-border-width: 1px;--bs-pagination-border-color: #dee2e6;--bs-pagination-border-radius: 0.375rem;--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: #e9ecef;--bs-pagination-hover-border-color: #dee2e6;--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: #e9ecef;--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #0d6efd;--bs-pagination-active-border-color: #0d6efd;--bs-pagination-disabled-color: #6c757d;--bs-pagination-disabled-bg: #fff;--bs-pagination-disabled-border-color: #dee2e6;display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: 0.75rem;--bs-pagination-font-size:calc(1.265625rem + 0.1875vw);--bs-pagination-border-radius: 0.5rem}@media(min-width: 1200px){.pagination-lg{--bs-pagination-font-size:1.40625rem}}.pagination-sm{--bs-pagination-padding-x: 0.5rem;--bs-pagination-padding-y: 0.25rem;--bs-pagination-font-size:0.984375rem;--bs-pagination-border-radius: 0.25rem}.badge{--bs-badge-padding-x: 0.65em;--bs-badge-padding-y: 0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight: 500;--bs-badge-color: #fff;--bs-badge-border-radius: 0.375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge,.govcy-btn-success .badge,.govcy-btn-secondary .badge,.govcy-btn-primary .badge,.govcy-btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: 1px solid var(--bs-alert-border-color);--bs-alert-border-radius: 0.375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:500}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: #084298;--bs-alert-bg: #cfe2ff;--bs-alert-border-color: #b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{--bs-alert-color: #41464b;--bs-alert-bg: #e2e3e5;--bs-alert-border-color: #d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{--bs-alert-color: #0f5132;--bs-alert-bg: #d1e7dd;--bs-alert-border-color: #badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{--bs-alert-color: #055160;--bs-alert-bg: #cff4fc;--bs-alert-border-color: #b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{--bs-alert-color: #664d03;--bs-alert-bg: #fff3cd;--bs-alert-border-color: #ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{--bs-alert-color: #842029;--bs-alert-bg: #f8d7da;--bs-alert-border-color: #f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{--bs-alert-color: #636464;--bs-alert-bg: #fefefe;--bs-alert-border-color: #fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{--bs-alert-color: #141619;--bs-alert-bg: #d3d3d4;--bs-alert-border-color: #bcbebf}.alert-dark .alert-link{color:#101214}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{--bs-progress-height: 1rem;--bs-progress-font-size:0.84375rem;--bs-progress-bg: #e9ecef;--bs-progress-border-radius: 0.375rem;--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #0d6efd;--bs-progress-bar-transition: width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: #212529;--bs-list-group-bg: #fff;--bs-list-group-border-color: rgba(0, 0, 0, 0.125);--bs-list-group-border-width: 1px;--bs-list-group-border-radius: 0.375rem;--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: 0.5rem;--bs-list-group-action-color: #495057;--bs-list-group-action-hover-color: #495057;--bs-list-group-action-hover-bg: #f8f9fa;--bs-list-group-action-active-color: #272525;--bs-list-group-action-active-bg: #e9ecef;--bs-list-group-disabled-color: #6c757d;--bs-list-group-disabled-bg: #fff;--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #0d6efd;--bs-list-group-active-border-color: #0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, \".\") \". \";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(var(--bs-list-group-border-width)*-1);border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width)*-1);border-left-width:var(--bs-list-group-border-width)}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width)*-1);border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width)*-1);border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width)*-1);border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width)*-1);border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(var(--bs-list-group-border-width)*-1);border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:rgba(0,0,0,0) url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e\") center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-padding-x: 0.75rem;--bs-toast-padding-y: 0.5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg: rgba(255, 255, 255, 0.85);--bs-toast-border-width: 1px;--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: 0.375rem;--bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-toast-header-color: #6c757d;--bs-toast-header-bg: rgba(255, 255, 255, 0.85);--bs-toast-header-border-color: rgba(0, 0, 0, 0.05);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{position:absolute;z-index:1090;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(var(--bs-toast-padding-x)*-0.5);margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: #fff;--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: 1px;--bs-modal-border-radius: 0.5rem;--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-modal-inner-border-radius: calc(0.5rem - 1px);--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: 1px;--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: 1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:calc(var(--bs-modal-header-padding-y)*-0.5) calc(var(--bs-modal-header-padding-x)*-0.5) calc(var(--bs-modal-header-padding-y)*-0.5) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.984375rem;--bs-tooltip-color: #fff;--bs-tooltip-bg: #000;--bs-tooltip-border-radius: 0.375rem;--bs-tooltip-opacity: 0.9;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;padding:var(--bs-tooltip-arrow-height);margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:\"\";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size:0.984375rem;--bs-popover-bg: #fff;--bs-popover-border-width: 1px;--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: 0.5rem;--bs-popover-inner-border-radius: calc(0.5rem - 1px);--bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: 0.5rem;--bs-popover-header-font-size:1.125rem;--bs-popover-header-color: var(--bs-heading-color);--bs-popover-header-bg: #f0f0f0;--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: #272525;--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: 0.5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:\"\";border-color:rgba(0,0,0,0);border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(var(--bs-popover-arrow-height)*-1 - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(var(--bs-popover-arrow-height)*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(var(--bs-popover-arrow-height)*-1 - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(var(--bs-popover-arrow-width)*-0.5);content:\"\";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(var(--bs-popover-arrow-height)*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:\"\"}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e\")}.carousel-control-next-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-border-width: 0.25em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:rgba(0,0,0,0)}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: 0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: ;--bs-offcanvas-bg: #fff;--bs-offcanvas-border-width: 1px;--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)}@media(max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 575.98px)and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 575.98px){.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}}@media(max-width: 575.98px){.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media(min-width: 576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 767.98px)and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 767.98px){.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}}@media(max-width: 767.98px){.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media(min-width: 768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 991.98px)and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 991.98px){.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}}@media(max-width: 991.98px){.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media(min-width: 992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 1199.98px){.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}}@media(max-width: 1199.98px){.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media(min-width: 1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width: 1399.98px){.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}}@media(max-width: 1399.98px){.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media(min-width: 1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin-top:calc(var(--bs-offcanvas-padding-y)*-0.5);margin-right:calc(var(--bs-offcanvas-padding-x)*-0.5);margin-bottom:calc(var(--bs-offcanvas-padding-y)*-0.5)}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before,.placeholder.govcy-btn-success::before,.placeholder.govcy-btn-secondary::before,.placeholder.govcy-btn-primary::before,.placeholder.govcy-btn::before{display:inline-block;content:\"\"}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:\"\"}.text-bg-primary{color:#fff !important;background-color:RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important}.link-primary{color:#0d6efd !important}.link-primary:hover,.link-primary:focus{color:#0a58ca !important}.link-secondary{color:#6c757d !important}.link-secondary:hover,.link-secondary:focus{color:#565e64 !important}.link-success{color:#198754 !important}.link-success:hover,.link-success:focus{color:#146c43 !important}.link-info{color:#0dcaf0 !important}.link-info:hover,.link-info:focus{color:#3dd5f3 !important}.link-warning{color:#ffc107 !important}.link-warning:hover,.link-warning:focus{color:#ffcd39 !important}.link-danger{color:#dc3545 !important}.link-danger:hover,.link-danger:focus{color:#b02a37 !important}.link-light{color:#f8f9fa !important}.link-light:hover,.link-light:focus{color:#f9fafb !important}.link-dark{color:#212529 !important}.link-dark:hover,.link-dark:focus{color:#1a1e21 !important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:\"\"}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:\"\"}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.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}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !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}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-1{--bs-border-width: 1px}.border-2{--bs-border-width: 2px}.border-3{--bs-border-width: 3px}.border-4{--bs-border-width: 4px}.border-5{--bs-border-width: 5px}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.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}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !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}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.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-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}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-evenly{justify-content:space-evenly !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}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.40625rem + 1.875vw) !important}.fs-2{font-size:calc(1.35rem + 1.2vw) !important}.fs-3{font-size:calc(1.321875rem + 0.8625vw) !important}.fs-4{font-size:calc(1.29375rem + 0.525vw) !important}.fs-5{font-size:calc(1.265625rem + 0.1875vw) !important}.fs-6{font-size:1.125rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:#6c757d !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-2xl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.govcy-br-0{border:0 !important}.govcy-br-1{border:1px solid !important}.govcy-br-2{border:2px solid !important}.govcy-br-3{border:3px solid !important}.govcy-br-4{border:4px solid !important}.govcy-br-5{border:5px solid !important}.govcy-br-6{border:6px solid !important}.govcy-br-7{border:7px solid !important}.govcy-br-8{border:8px solid !important}.govcy-br-hidden{border:hidden !important}.govcy-br-primary{border-color:#31576f !important}.govcy-br-secondary{border-color:#b09038 !important}.govcy-br-success{border-color:#00703c !important}.govcy-br-standard{border-color:#bbbcbf !important}.govcy-br-danger{border-color:#d4351c !important}.govcy-br-info{border-color:#487d93 !important}.govcy-br-input{border-color:#272525 !important}.govcy-br-top-0{border-top:0 !important}.govcy-br-top-1{border-top:1px solid !important}.govcy-br-top-2{border-top:2px solid !important}.govcy-br-top-3{border-top:3px solid !important}.govcy-br-top-4{border-top:4px solid !important}.govcy-br-top-5{border-top:5px solid !important}.govcy-br-top-6{border-top:6px solid !important}.govcy-br-top-7{border-top:7px solid !important}.govcy-br-top-8{border-top:8px solid !important}.govcy-br-top-hidden{border-top:hidden !important}.govcy-br-right-0{border-right:0 !important}.govcy-br-right-1{border-right:1px solid !important}.govcy-br-right-2{border-right:2px solid !important}.govcy-br-right-3{border-right:3px solid !important}.govcy-br-right-4{border-right:4px solid !important}.govcy-br-right-5{border-right:5px solid !important}.govcy-br-right-6{border-right:6px solid !important}.govcy-br-right-7{border-right:7px solid !important}.govcy-br-right-8{border-right:8px solid !important}.govcy-br-right-hidden{border-right:hidden !important}.govcy-br-bottom-0{border-bottom:0 !important}.govcy-br-bottom-1{border-bottom:1px solid !important}.govcy-br-bottom-2{border-bottom:2px solid !important}.govcy-br-bottom-3{border-bottom:3px solid !important}.govcy-br-bottom-4{border-bottom:4px solid !important}.govcy-br-bottom-5{border-bottom:5px solid !important}.govcy-br-bottom-6{border-bottom:6px solid !important}.govcy-br-bottom-7{border-bottom:7px solid !important}.govcy-br-bottom-8{border-bottom:8px solid !important}.govcy-br-bottom-hidden{border-bottom:hidden !important}.govcy-br-left-0{border-left:0 !important}.govcy-br-left-1{border-left:1px solid !important}.govcy-br-left-2{border-left:2px solid !important}.govcy-br-left-3{border-left:3px solid !important}.govcy-br-left-4{border-left:4px solid !important}.govcy-br-left-5{border-left:5px solid !important}.govcy-br-left-6{border-left:6px solid !important}.govcy-br-left-7{border-left:7px solid !important}.govcy-br-left-8{border-left:8px solid !important}.govcy-br-left-hidden{border-left:hidden !important}.govcy-br-top-primary{border-top-color:#31576f !important}.govcy-br-top-secondary{border-top-color:#b09038 !important}.govcy-br-top-success{border-top-color:#00703c !important}.govcy-br-top-standard{border-top-color:#bbbcbf !important}.govcy-br-top-danger{border-top-color:#d4351c !important}.govcy-br-top-info{border-top-color:#487d93 !important}.govcy-br-top-input{border-top-color:#272525 !important}.govcy-br-right-primary{border-right-color:#31576f !important}.govcy-br-right-secondary{border-right-color:#b09038 !important}.govcy-br-right-success{border-right-color:#00703c !important}.govcy-br-right-standard{border-right-color:#bbbcbf !important}.govcy-br-right-danger{border-right-color:#d4351c !important}.govcy-br-right-info{border-right-color:#487d93 !important}.govcy-br-right-input{border-right-color:#272525 !important}.govcy-br-bottom-primary{border-bottom-color:#31576f !important}.govcy-br-bottom-secondary{border-bottom-color:#b09038 !important}.govcy-br-bottom-success{border-bottom-color:#00703c !important}.govcy-br-bottom-standard{border-bottom-color:#bbbcbf !important}.govcy-br-bottom-danger{border-bottom-color:#d4351c !important}.govcy-br-bottom-info{border-bottom-color:#487d93 !important}.govcy-br-bottom-input{border-bottom-color:#272525 !important}.govcy-br-left-primary{border-left-color:#31576f !important}.govcy-br-left-secondary{border-left-color:#b09038 !important}.govcy-br-left-success{border-left-color:#00703c !important}.govcy-br-left-standard{border-left-color:#bbbcbf !important}.govcy-br-left-danger{border-left-color:#d4351c !important}.govcy-br-left-info{border-left-color:#487d93 !important}.govcy-br-left-input{border-left-color:#272525 !important}.govcy-rounded-0{border-radius:0 !important}.govcy-rounded-1{border-radius:.2rem !important}.govcy-rounded-2{border-radius:.4rem !important}.govcy-rounded-3{border-radius:.6rem !important}.govcy-rounded-circle{border-radius:50% !important}.govcy-rounded-pill{border-radius:50rem !important}.govcy-rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.govcy-rounded-top-1{border-top-left-radius:.2rem !important;border-top-right-radius:.2rem !important}.govcy-rounded-top-2{border-top-left-radius:.4rem !important;border-top-right-radius:.4rem !important}.govcy-rounded-top-3{border-top-left-radius:.6rem !important;border-top-right-radius:.6rem !important}.govcy-rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.govcy-rounded-top-pill{border-top-left-radius:50rem !important;border-top-right-radius:50rem !important}.govcy-rounded-right-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.govcy-rounded-right-1{border-top-right-radius:.2rem !important;border-bottom-right-radius:.2rem !important}.govcy-rounded-right-2{border-top-right-radius:.4rem !important;border-bottom-right-radius:.4rem !important}.govcy-rounded-right-3{border-top-right-radius:.6rem !important;border-bottom-right-radius:.6rem !important}.govcy-rounded-right-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.govcy-rounded-right-pill{border-top-right-radius:50rem !important;border-bottom-right-radius:50rem !important}.govcy-rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.govcy-rounded-bottom-1{border-bottom-right-radius:.2rem !important;border-bottom-left-radius:.2rem !important}.govcy-rounded-bottom-2{border-bottom-right-radius:.4rem !important;border-bottom-left-radius:.4rem !important}.govcy-rounded-bottom-3{border-bottom-right-radius:.6rem !important;border-bottom-left-radius:.6rem !important}.govcy-rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.govcy-rounded-bottom-pill{border-bottom-right-radius:50rem !important;border-bottom-left-radius:50rem !important}.govcy-rounded-left-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.govcy-rounded-left-1{border-bottom-left-radius:.2rem !important;border-top-left-radius:.2rem !important}.govcy-rounded-left-2{border-bottom-left-radius:.4rem !important;border-top-left-radius:.4rem !important}.govcy-rounded-left-3{border-bottom-left-radius:.6rem !important;border-top-left-radius:.6rem !important}.govcy-rounded-left-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.govcy-rounded-left-pill{border-bottom-left-radius:50rem !important;border-top-left-radius:50rem !important}.govcy-m-0{margin:0 !important}.govcy-m-1{margin:.25rem !important}.govcy-m-2{margin:.5rem !important}.govcy-m-3{margin:1rem !important}.govcy-m-4{margin:1.5rem !important}.govcy-m-5{margin:3rem !important}.govcy-m-auto{margin:auto !important}.govcy-mx-0{margin-right:0 !important;margin-left:0 !important}.govcy-mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.govcy-mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.govcy-mx-3{margin-right:1rem !important;margin-left:1rem !important}.govcy-mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.govcy-mx-5{margin-right:3rem !important;margin-left:3rem !important}.govcy-mx-auto{margin-right:auto !important;margin-left:auto !important}.govcy-my-0{margin-top:0 !important;margin-bottom:0 !important}.govcy-my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.govcy-my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.govcy-my-3{margin-top:1rem !important;margin-bottom:1rem !important}.govcy-my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.govcy-my-5{margin-top:3rem !important;margin-bottom:3rem !important}.govcy-my-auto{margin-top:auto !important;margin-bottom:auto !important}.govcy-mt-0{margin-top:0 !important}.govcy-mt-1{margin-top:.25rem !important}.govcy-mt-2{margin-top:.5rem !important}.govcy-mt-3{margin-top:1rem !important}.govcy-mt-4{margin-top:1.5rem !important}.govcy-mt-5{margin-top:3rem !important}.govcy-mt-auto{margin-top:auto !important}.govcy-mr-0{margin-right:0 !important}.govcy-mr-1{margin-right:.25rem !important}.govcy-mr-2{margin-right:.5rem !important}.govcy-mr-3{margin-right:1rem !important}.govcy-mr-4{margin-right:1.5rem !important}.govcy-mr-5{margin-right:3rem !important}.govcy-mr-auto{margin-right:auto !important}.govcy-mb-0{margin-bottom:0 !important}.govcy-mb-1{margin-bottom:.25rem !important}.govcy-mb-2{margin-bottom:.5rem !important}.govcy-mb-3{margin-bottom:1rem !important}.govcy-mb-4{margin-bottom:1.5rem !important}.govcy-mb-5{margin-bottom:3rem !important}.govcy-mb-auto{margin-bottom:auto !important}.govcy-ml-0{margin-left:0 !important}.govcy-ml-1{margin-left:.25rem !important}.govcy-ml-2{margin-left:.5rem !important}.govcy-ml-3{margin-left:1rem !important}.govcy-ml-4{margin-left:1.5rem !important}.govcy-ml-5{margin-left:3rem !important}.govcy-ml-auto{margin-left:auto !important}.govcy-p-0{padding:0 !important}.govcy-p-1{padding:.25rem !important}.govcy-p-2{padding:.5rem !important}.govcy-p-3{padding:1rem !important}.govcy-p-4{padding:1.5rem !important}.govcy-p-5{padding:3rem !important}.govcy-px-0{padding-right:0 !important;padding-left:0 !important}.govcy-px-1{padding-right:.25rem !important;padding-left:.25rem !important}.govcy-px-2{padding-right:.5rem !important;padding-left:.5rem !important}.govcy-px-3{padding-right:1rem !important;padding-left:1rem !important}.govcy-px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.govcy-px-5{padding-right:3rem !important;padding-left:3rem !important}.govcy-py-0{padding-top:0 !important;padding-bottom:0 !important}.govcy-py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.govcy-py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.govcy-py-3{padding-top:1rem !important;padding-bottom:1rem !important}.govcy-py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.govcy-py-5{padding-top:3rem !important;padding-bottom:3rem !important}.govcy-pt-0{padding-top:0 !important}.govcy-pt-1{padding-top:.25rem !important}.govcy-pt-2{padding-top:.5rem !important}.govcy-pt-3{padding-top:1rem !important}.govcy-pt-4{padding-top:1.5rem !important}.govcy-pt-5{padding-top:3rem !important}.govcy-pr-0{padding-right:0 !important}.govcy-pr-1{padding-right:.25rem !important}.govcy-pr-2{padding-right:.5rem !important}.govcy-pr-3{padding-right:1rem !important}.govcy-pr-4{padding-right:1.5rem !important}.govcy-pr-5{padding-right:3rem !important}.govcy-pb-0{padding-bottom:0 !important}.govcy-pb-1{padding-bottom:.25rem !important}.govcy-pb-2{padding-bottom:.5rem !important}.govcy-pb-3{padding-bottom:1rem !important}.govcy-pb-4{padding-bottom:1.5rem !important}.govcy-pb-5{padding-bottom:3rem !important}.govcy-pl-0{padding-left:0 !important}.govcy-pl-1{padding-left:.25rem !important}.govcy-pl-2{padding-left:.5rem !important}.govcy-pl-3{padding-left:1rem !important}.govcy-pl-4{padding-left:1.5rem !important}.govcy-pl-5{padding-left:3rem !important}.govcy-w-10{width:10% !important}.govcy-w-15{width:15% !important}.govcy-w-25{width:25% !important}.govcy-w-35{width:35% !important}.govcy-w-50{width:50% !important}.govcy-w-60{width:60% !important}.govcy-w-75{width:75% !important}.govcy-w-100{width:100% !important}.govcy-w-auto{width:auto !important}.govcy-h-10{height:10% !important}.govcy-h-15{height:15% !important}.govcy-h-25{height:25% !important}.govcy-h-35{height:35% !important}.govcy-h-50{height:50% !important}.govcy-h-60{height:60% !important}.govcy-h-75{height:75% !important}.govcy-h-100{height:100% !important}.govcy-h-auto{height:auto !important}.govcy-bg-primary{background-color:rgb(49, 87, 111) !important}.govcy-bg-secondary{background-color:rgb(176, 144, 56) !important}.govcy-bg-success{background-color:rgb(0, 112, 60) !important}.govcy-bg-info{background-color:rgb(72, 125, 147) !important}.govcy-bg-danger{background-color:rgb(212, 53, 28) !important}.govcy-bg-light{background-color:rgb(235, 241, 243) !important}.govcy-bg-dark{background-color:rgb(0, 0, 0) !important}.govcy-bg-white{background-color:rgb(255, 255, 255) !important}.govcy-bg-gray{background-color:rgb(230, 230, 231) !important}.govcy-bg-blue{background-color:rgb(29, 112, 184) !important}.govcy-bg-sub-menu{background-color:rgb(87, 117, 137) !important}.govcy-table-primary{background-color:#d6dde2 !important}.govcy-table-secondary{background-color:#efe9d7 !important}.govcy-table-success{background-color:#cce2d8 !important}.govcy-table-info{background-color:#dae5e9 !important}.govcy-table-danger{background-color:#f6d7d2 !important}.govcy-table-light{background-color:#ebf1f3 !important}.govcy-table-dark{background-color:#272525 !important}.govcy-opacity-10{opacity:.1 !important}.govcy-opacity-25{opacity:.25 !important}.govcy-opacity-50{opacity:.5 !important}.govcy-opacity-75{opacity:.75 !important}.govcy-opacity-100{opacity:1 !important}.govcy-text-primary{color:#31576f !important}.govcy-text-secondary{color:#b09038 !important}.govcy-text-success{color:#00703c !important}.govcy-text-danger{color:#d4351c !important}.govcy-text-info{color:#487d93 !important}.govcy-text-body{color:#272525 !important}.govcy-text-dark{color:#000 !important}.govcy-text-white{color:#fff !important}.govcy-text-start{text-align:left !important}.govcy-text-end{text-align:right !important}.govcy-text-center{text-align:center !important}.govcy-text-deco-none{text-decoration:none !important}.govcy-text-deco-underline{text-decoration:underline !important}.govcy-text-deco-line-through{text-decoration:line-through !important}.govcy-text-lowercase{text-transform:lowercase !important}.govcy-text-uppercase{text-transform:uppercase !important}.govcy-text-capitalize{text-transform:capitalize !important}.govcy-fs-1{font-size:calc(1.40625rem + 1.875vw) !important}.govcy-fs-2{font-size:calc(1.35rem + 1.2vw) !important}.govcy-fs-3{font-size:calc(1.321875rem + 0.8625vw) !important}.govcy-fs-4{font-size:calc(1.29375rem + 0.525vw) !important}.govcy-fs-5{font-size:calc(1.265625rem + 0.1875vw) !important}.govcy-fs-6{font-size:1.125rem !important}.govcy-efs-large{font-size:large !important}.govcy-efs-larger{font-size:larger !important}.govcy-efs-initial{font-size:initial !important}.govcy-efs-medium{font-size:medium !important}.govcy-efs-small{font-size:small !important}.govcy-efs-smaller{font-size:smaller !important}.govcy-efs-x-large{font-size:x-large !important}.govcy-efs-x-small{font-size:x-small !important}.govcy-efs-xx-large{font-size:xx-large !important}.govcy-efs-xx-small{font-size:xx-small !important}.govcy-efs-xxx-large{font-size:xxx-large !important}.govcy-efs-webkit-large{font-size:-webkit-xxx-large !important}.govcy-fst-italic{font-style:italic !important}.govcy-fst-normal{font-style:normal !important}.govcy-fw-light{font-weight:300 !important}.govcy-fw-lighter{font-weight:lighter !important}.govcy-fw-normal{font-weight:400 !important}.govcy-fw-bold{font-weight:500 !important}.govcy-fw-bolder{font-weight:bolder !important}.govcy-fw-100{font-weight:100 !important}.govcy-fw-200{font-weight:200 !important}.govcy-fw-300{font-weight:300 !important}.govcy-fw-400{font-weight:400 !important}.govcy-fw-500{font-weight:500 !important}.govcy-fw-600{font-weight:600 !important}.govcy-fw-700{font-weight:700 !important}.govcy-fw-800{font-weight:800 !important}.govcy-fw-900{font-weight:900 !important}.govcy-lh-1{line-height:1 !important}.govcy-lh-sm{line-height:1.25 !important}.govcy-lh-base{line-height:1.5 !important}.govcy-lh-lg{line-height:2 !important}.govcy-valign-baseline{vertical-align:baseline !important}.govcy-valign-top{vertical-align:top !important}.govcy-valign-middle{vertical-align:middle !important}.govcy-valign-bottom{vertical-align:bottom !important}.govcy-valign-text-bottom{vertical-align:text-bottom !important}.govcy-valign-text-top{vertical-align:text-top !important}.govcy-float-start{float:left !important}.govcy-float-end{float:right !important}.govcy-float-none{float:none !important}.govcy-overflow-auto{overflow:auto !important}.govcy-overflow-hidden{overflow:hidden !important}.govcy-overflow-visible{overflow:visible !important}.govcy-overflow-scroll{overflow:scroll !important}.govcy-d-inline{display:inline !important}.govcy-d-inline-block{display:inline-block !important}.govcy-d-block{display:block !important}.govcy-d-grid{display:grid !important}.govcy-d-table{display:table !important}.govcy-d-table-row{display:table-row !important}.govcy-d-table-cell{display:table-cell !important}.govcy-d-flex{display:flex !important}.govcy-d-inline-flex{display:inline-flex !important}.govcy-d-none{display:none !important}.govcy-flex-fill{flex:1 1 auto !important}.govcy-flex-row{flex-direction:row !important}.govcy-flex-column{flex-direction:column !important}.govcy-flex-row-reverse{flex-direction:row-reverse !important}.govcy-flex-column-reverse{flex-direction:column-reverse !important}.govcy-flex-grow-0{flex-grow:0 !important}.govcy-flex-grow-1{flex-grow:1 !important}.govcy-flex-shrink-0{flex-shrink:0 !important}.govcy-flex-shrink-1{flex-shrink:1 !important}.govcy-gap-0{gap:0 !important}.govcy-gap-1{gap:.25rem !important}.govcy-gap-2{gap:.5rem !important}.govcy-gap-3{gap:1rem !important}.govcy-gap-4{gap:1.5rem !important}.govcy-gap-5{gap:3rem !important}.govcy-flex-wrap{flex-wrap:wrap !important}.govcy-flex-nowrap{flex-wrap:nowrap !important}.govcy-flex-wrap-reverse{flex-wrap:wrap-reverse !important}.govcy-justify-content-start{justify-content:flex-start !important}.govcy-justify-content-end{justify-content:flex-end !important}.govcy-justify-content-center{justify-content:center !important}.govcy-justify-content-between{justify-content:space-between !important}.govcy-justify-content-around{justify-content:space-around !important}.govcy-justify-content-evenly{justify-content:space-evenly !important}.govcy-align-items-start{align-items:flex-start !important}.govcy-align-items-end{align-items:flex-end !important}.govcy-align-items-center{align-items:center !important}.govcy-align-items-baseline{align-items:baseline !important}.govcy-align-items-stretch{align-items:stretch !important}.govcy-align-content-start{align-content:flex-start !important}.govcy-align-content-end{align-content:flex-end !important}.govcy-align-content-center{align-content:center !important}.govcy-align-content-between{align-content:space-between !important}.govcy-align-content-around{align-content:space-around !important}.govcy-align-content-stretch{align-content:stretch !important}.govcy-align-self-auto{align-self:auto !important}.govcy-align-self-start{align-self:flex-start !important}.govcy-align-self-end{align-self:flex-end !important}.govcy-align-self-center{align-self:center !important}.govcy-align-self-baseline{align-self:baseline !important}.govcy-align-self-stretch{align-self:stretch !important}.govcy-order-first{order:-1 !important}.govcy-order-0{order:0 !important}.govcy-order-1{order:1 !important}.govcy-order-2{order:2 !important}.govcy-order-3{order:3 !important}.govcy-order-4{order:4 !important}.govcy-order-5{order:5 !important}.govcy-order-last{order:6 !important}.govcy-position-static{position:static !important}.govcy-position-relative{position:relative !important}.govcy-position-absolute{position:absolute !important}.govcy-position-fixed{position:fixed !important}.govcy-position-sticky{position:sticky !important}.govcy-top-0{top:0 !important}.govcy-top-50{top:50% !important}.govcy-top-100{top:100% !important}.govcy-bottom-0{bottom:0 !important}.govcy-bottom-50{bottom:50% !important}.govcy-bottom-100{bottom:100% !important}.govcy-left-0{left:0 !important}.govcy-left-50{left:50% !important}.govcy-left-100{left:100% !important}.govcy-right-0{right:0 !important}.govcy-right-50{right:50% !important}.govcy-right-100{right:100% !important}.govcy-user-select-all{user-select:all !important}.govcy-user-select-auto{user-select:auto !important}.govcy-user-select-none{user-select:none !important}.govcy-pe-none{pointer-events:none !important}.govcy-pe-auto{pointer-events:auto !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !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}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.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-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}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-sm-evenly{justify-content:space-evenly !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}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}.govcy-br-sm-0{border:0 !important}.govcy-br-sm-1{border:1px solid !important}.govcy-br-sm-2{border:2px solid !important}.govcy-br-sm-3{border:3px solid !important}.govcy-br-sm-4{border:4px solid !important}.govcy-br-sm-5{border:5px solid !important}.govcy-br-sm-6{border:6px solid !important}.govcy-br-sm-7{border:7px solid !important}.govcy-br-sm-8{border:8px solid !important}.govcy-br-sm-hidden{border:hidden !important}.govcy-br-sm-primary{border-color:#31576f !important}.govcy-br-sm-secondary{border-color:#b09038 !important}.govcy-br-sm-success{border-color:#00703c !important}.govcy-br-sm-standard{border-color:#bbbcbf !important}.govcy-br-sm-danger{border-color:#d4351c !important}.govcy-br-sm-info{border-color:#487d93 !important}.govcy-br-sm-input{border-color:#272525 !important}.govcy-br-top-sm-0{border-top:0 !important}.govcy-br-top-sm-1{border-top:1px solid !important}.govcy-br-top-sm-2{border-top:2px solid !important}.govcy-br-top-sm-3{border-top:3px solid !important}.govcy-br-top-sm-4{border-top:4px solid !important}.govcy-br-top-sm-5{border-top:5px solid !important}.govcy-br-top-sm-6{border-top:6px solid !important}.govcy-br-top-sm-7{border-top:7px solid !important}.govcy-br-top-sm-8{border-top:8px solid !important}.govcy-br-top-sm-hidden{border-top:hidden !important}.govcy-br-right-sm-0{border-right:0 !important}.govcy-br-right-sm-1{border-right:1px solid !important}.govcy-br-right-sm-2{border-right:2px solid !important}.govcy-br-right-sm-3{border-right:3px solid !important}.govcy-br-right-sm-4{border-right:4px solid !important}.govcy-br-right-sm-5{border-right:5px solid !important}.govcy-br-right-sm-6{border-right:6px solid !important}.govcy-br-right-sm-7{border-right:7px solid !important}.govcy-br-right-sm-8{border-right:8px solid !important}.govcy-br-right-sm-hidden{border-right:hidden !important}.govcy-br-bottom-sm-0{border-bottom:0 !important}.govcy-br-bottom-sm-1{border-bottom:1px solid !important}.govcy-br-bottom-sm-2{border-bottom:2px solid !important}.govcy-br-bottom-sm-3{border-bottom:3px solid !important}.govcy-br-bottom-sm-4{border-bottom:4px solid !important}.govcy-br-bottom-sm-5{border-bottom:5px solid !important}.govcy-br-bottom-sm-6{border-bottom:6px solid !important}.govcy-br-bottom-sm-7{border-bottom:7px solid !important}.govcy-br-bottom-sm-8{border-bottom:8px solid !important}.govcy-br-bottom-sm-hidden{border-bottom:hidden !important}.govcy-br-left-sm-0{border-left:0 !important}.govcy-br-left-sm-1{border-left:1px solid !important}.govcy-br-left-sm-2{border-left:2px solid !important}.govcy-br-left-sm-3{border-left:3px solid !important}.govcy-br-left-sm-4{border-left:4px solid !important}.govcy-br-left-sm-5{border-left:5px solid !important}.govcy-br-left-sm-6{border-left:6px solid !important}.govcy-br-left-sm-7{border-left:7px solid !important}.govcy-br-left-sm-8{border-left:8px solid !important}.govcy-br-left-sm-hidden{border-left:hidden !important}.govcy-br-top-sm-primary{border-top-color:#31576f !important}.govcy-br-top-sm-secondary{border-top-color:#b09038 !important}.govcy-br-top-sm-success{border-top-color:#00703c !important}.govcy-br-top-sm-standard{border-top-color:#bbbcbf !important}.govcy-br-top-sm-danger{border-top-color:#d4351c !important}.govcy-br-top-sm-info{border-top-color:#487d93 !important}.govcy-br-top-sm-input{border-top-color:#272525 !important}.govcy-br-right-sm-primary{border-right-color:#31576f !important}.govcy-br-right-sm-secondary{border-right-color:#b09038 !important}.govcy-br-right-sm-success{border-right-color:#00703c !important}.govcy-br-right-sm-standard{border-right-color:#bbbcbf !important}.govcy-br-right-sm-danger{border-right-color:#d4351c !important}.govcy-br-right-sm-info{border-right-color:#487d93 !important}.govcy-br-right-sm-input{border-right-color:#272525 !important}.govcy-br-bottom-sm-primary{border-bottom-color:#31576f !important}.govcy-br-bottom-sm-secondary{border-bottom-color:#b09038 !important}.govcy-br-bottom-sm-success{border-bottom-color:#00703c !important}.govcy-br-bottom-sm-standard{border-bottom-color:#bbbcbf !important}.govcy-br-bottom-sm-danger{border-bottom-color:#d4351c !important}.govcy-br-bottom-sm-info{border-bottom-color:#487d93 !important}.govcy-br-bottom-sm-input{border-bottom-color:#272525 !important}.govcy-br-left-sm-primary{border-left-color:#31576f !important}.govcy-br-left-sm-secondary{border-left-color:#b09038 !important}.govcy-br-left-sm-success{border-left-color:#00703c !important}.govcy-br-left-sm-standard{border-left-color:#bbbcbf !important}.govcy-br-left-sm-danger{border-left-color:#d4351c !important}.govcy-br-left-sm-info{border-left-color:#487d93 !important}.govcy-br-left-sm-input{border-left-color:#272525 !important}.govcy-m-sm-0{margin:0 !important}.govcy-m-sm-1{margin:.25rem !important}.govcy-m-sm-2{margin:.5rem !important}.govcy-m-sm-3{margin:1rem !important}.govcy-m-sm-4{margin:1.5rem !important}.govcy-m-sm-5{margin:3rem !important}.govcy-m-sm-auto{margin:auto !important}.govcy-mx-sm-0{margin-right:0 !important;margin-left:0 !important}.govcy-mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.govcy-mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.govcy-mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.govcy-mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.govcy-mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.govcy-mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.govcy-my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.govcy-my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.govcy-my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.govcy-my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.govcy-my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.govcy-my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.govcy-my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.govcy-mt-sm-0{margin-top:0 !important}.govcy-mt-sm-1{margin-top:.25rem !important}.govcy-mt-sm-2{margin-top:.5rem !important}.govcy-mt-sm-3{margin-top:1rem !important}.govcy-mt-sm-4{margin-top:1.5rem !important}.govcy-mt-sm-5{margin-top:3rem !important}.govcy-mt-sm-auto{margin-top:auto !important}.govcy-mr-sm-0{margin-right:0 !important}.govcy-mr-sm-1{margin-right:.25rem !important}.govcy-mr-sm-2{margin-right:.5rem !important}.govcy-mr-sm-3{margin-right:1rem !important}.govcy-mr-sm-4{margin-right:1.5rem !important}.govcy-mr-sm-5{margin-right:3rem !important}.govcy-mr-sm-auto{margin-right:auto !important}.govcy-mb-sm-0{margin-bottom:0 !important}.govcy-mb-sm-1{margin-bottom:.25rem !important}.govcy-mb-sm-2{margin-bottom:.5rem !important}.govcy-mb-sm-3{margin-bottom:1rem !important}.govcy-mb-sm-4{margin-bottom:1.5rem !important}.govcy-mb-sm-5{margin-bottom:3rem !important}.govcy-mb-sm-auto{margin-bottom:auto !important}.govcy-ml-sm-0{margin-left:0 !important}.govcy-ml-sm-1{margin-left:.25rem !important}.govcy-ml-sm-2{margin-left:.5rem !important}.govcy-ml-sm-3{margin-left:1rem !important}.govcy-ml-sm-4{margin-left:1.5rem !important}.govcy-ml-sm-5{margin-left:3rem !important}.govcy-ml-sm-auto{margin-left:auto !important}.govcy-p-sm-0{padding:0 !important}.govcy-p-sm-1{padding:.25rem !important}.govcy-p-sm-2{padding:.5rem !important}.govcy-p-sm-3{padding:1rem !important}.govcy-p-sm-4{padding:1.5rem !important}.govcy-p-sm-5{padding:3rem !important}.govcy-px-sm-0{padding-right:0 !important;padding-left:0 !important}.govcy-px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.govcy-px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.govcy-px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.govcy-px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.govcy-px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.govcy-py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.govcy-py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.govcy-py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.govcy-py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.govcy-py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.govcy-py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.govcy-pt-sm-0{padding-top:0 !important}.govcy-pt-sm-1{padding-top:.25rem !important}.govcy-pt-sm-2{padding-top:.5rem !important}.govcy-pt-sm-3{padding-top:1rem !important}.govcy-pt-sm-4{padding-top:1.5rem !important}.govcy-pt-sm-5{padding-top:3rem !important}.govcy-pr-sm-0{padding-right:0 !important}.govcy-pr-sm-1{padding-right:.25rem !important}.govcy-pr-sm-2{padding-right:.5rem !important}.govcy-pr-sm-3{padding-right:1rem !important}.govcy-pr-sm-4{padding-right:1.5rem !important}.govcy-pr-sm-5{padding-right:3rem !important}.govcy-pb-sm-0{padding-bottom:0 !important}.govcy-pb-sm-1{padding-bottom:.25rem !important}.govcy-pb-sm-2{padding-bottom:.5rem !important}.govcy-pb-sm-3{padding-bottom:1rem !important}.govcy-pb-sm-4{padding-bottom:1.5rem !important}.govcy-pb-sm-5{padding-bottom:3rem !important}.govcy-pl-sm-0{padding-left:0 !important}.govcy-pl-sm-1{padding-left:.25rem !important}.govcy-pl-sm-2{padding-left:.5rem !important}.govcy-pl-sm-3{padding-left:1rem !important}.govcy-pl-sm-4{padding-left:1.5rem !important}.govcy-pl-sm-5{padding-left:3rem !important}.govcy-bg-sm-primary{background-color:rgb(49, 87, 111) !important}.govcy-bg-sm-secondary{background-color:rgb(176, 144, 56) !important}.govcy-bg-sm-success{background-color:rgb(0, 112, 60) !important}.govcy-bg-sm-info{background-color:rgb(72, 125, 147) !important}.govcy-bg-sm-danger{background-color:rgb(212, 53, 28) !important}.govcy-bg-sm-light{background-color:rgb(235, 241, 243) !important}.govcy-bg-sm-dark{background-color:rgb(0, 0, 0) !important}.govcy-bg-sm-white{background-color:rgb(255, 255, 255) !important}.govcy-bg-sm-gray{background-color:rgb(230, 230, 231) !important}.govcy-bg-sm-blue{background-color:rgb(29, 112, 184) !important}.govcy-bg-sm-sub-menu{background-color:rgb(87, 117, 137) !important}.govcy-table-sm-primary{background-color:#d6dde2 !important}.govcy-table-sm-secondary{background-color:#efe9d7 !important}.govcy-table-sm-success{background-color:#cce2d8 !important}.govcy-table-sm-info{background-color:#dae5e9 !important}.govcy-table-sm-danger{background-color:#f6d7d2 !important}.govcy-table-sm-light{background-color:#ebf1f3 !important}.govcy-table-sm-dark{background-color:#272525 !important}.govcy-text-sm-start{text-align:left !important}.govcy-text-sm-end{text-align:right !important}.govcy-text-sm-center{text-align:center !important}.govcy-float-sm-start{float:left !important}.govcy-float-sm-end{float:right !important}.govcy-float-sm-none{float:none !important}.govcy-d-sm-inline{display:inline !important}.govcy-d-sm-inline-block{display:inline-block !important}.govcy-d-sm-block{display:block !important}.govcy-d-sm-grid{display:grid !important}.govcy-d-sm-table{display:table !important}.govcy-d-sm-table-row{display:table-row !important}.govcy-d-sm-table-cell{display:table-cell !important}.govcy-d-sm-flex{display:flex !important}.govcy-d-sm-inline-flex{display:inline-flex !important}.govcy-d-sm-none{display:none !important}.govcy-flex-sm-fill{flex:1 1 auto !important}.govcy-flex-sm-row{flex-direction:row !important}.govcy-flex-sm-column{flex-direction:column !important}.govcy-flex-sm-row-reverse{flex-direction:row-reverse !important}.govcy-flex-sm-column-reverse{flex-direction:column-reverse !important}.govcy-flex-grow-sm-0{flex-grow:0 !important}.govcy-flex-grow-sm-1{flex-grow:1 !important}.govcy-flex-shrink-sm-0{flex-shrink:0 !important}.govcy-flex-shrink-sm-1{flex-shrink:1 !important}.govcy-gap-sm-0{gap:0 !important}.govcy-gap-sm-1{gap:.25rem !important}.govcy-gap-sm-2{gap:.5rem !important}.govcy-gap-sm-3{gap:1rem !important}.govcy-gap-sm-4{gap:1.5rem !important}.govcy-gap-sm-5{gap:3rem !important}.govcy-flex-sm-wrap{flex-wrap:wrap !important}.govcy-flex-sm-nowrap{flex-wrap:nowrap !important}.govcy-flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.govcy-justify-content-sm-start{justify-content:flex-start !important}.govcy-justify-content-sm-end{justify-content:flex-end !important}.govcy-justify-content-sm-center{justify-content:center !important}.govcy-justify-content-sm-between{justify-content:space-between !important}.govcy-justify-content-sm-around{justify-content:space-around !important}.govcy-justify-content-sm-evenly{justify-content:space-evenly !important}.govcy-align-items-sm-start{align-items:flex-start !important}.govcy-align-items-sm-end{align-items:flex-end !important}.govcy-align-items-sm-center{align-items:center !important}.govcy-align-items-sm-baseline{align-items:baseline !important}.govcy-align-items-sm-stretch{align-items:stretch !important}.govcy-align-content-sm-start{align-content:flex-start !important}.govcy-align-content-sm-end{align-content:flex-end !important}.govcy-align-content-sm-center{align-content:center !important}.govcy-align-content-sm-between{align-content:space-between !important}.govcy-align-content-sm-around{align-content:space-around !important}.govcy-align-content-sm-stretch{align-content:stretch !important}.govcy-align-self-sm-auto{align-self:auto !important}.govcy-align-self-sm-start{align-self:flex-start !important}.govcy-align-self-sm-end{align-self:flex-end !important}.govcy-align-self-sm-center{align-self:center !important}.govcy-align-self-sm-baseline{align-self:baseline !important}.govcy-align-self-sm-stretch{align-self:stretch !important}.govcy-order-sm-first{order:-1 !important}.govcy-order-sm-0{order:0 !important}.govcy-order-sm-1{order:1 !important}.govcy-order-sm-2{order:2 !important}.govcy-order-sm-3{order:3 !important}.govcy-order-sm-4{order:4 !important}.govcy-order-sm-5{order:5 !important}.govcy-order-sm-last{order:6 !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !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}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.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-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}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-md-evenly{justify-content:space-evenly !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}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}.govcy-br-md-0{border:0 !important}.govcy-br-md-1{border:1px solid !important}.govcy-br-md-2{border:2px solid !important}.govcy-br-md-3{border:3px solid !important}.govcy-br-md-4{border:4px solid !important}.govcy-br-md-5{border:5px solid !important}.govcy-br-md-6{border:6px solid !important}.govcy-br-md-7{border:7px solid !important}.govcy-br-md-8{border:8px solid !important}.govcy-br-md-hidden{border:hidden !important}.govcy-br-md-primary{border-color:#31576f !important}.govcy-br-md-secondary{border-color:#b09038 !important}.govcy-br-md-success{border-color:#00703c !important}.govcy-br-md-standard{border-color:#bbbcbf !important}.govcy-br-md-danger{border-color:#d4351c !important}.govcy-br-md-info{border-color:#487d93 !important}.govcy-br-md-input{border-color:#272525 !important}.govcy-br-top-md-0{border-top:0 !important}.govcy-br-top-md-1{border-top:1px solid !important}.govcy-br-top-md-2{border-top:2px solid !important}.govcy-br-top-md-3{border-top:3px solid !important}.govcy-br-top-md-4{border-top:4px solid !important}.govcy-br-top-md-5{border-top:5px solid !important}.govcy-br-top-md-6{border-top:6px solid !important}.govcy-br-top-md-7{border-top:7px solid !important}.govcy-br-top-md-8{border-top:8px solid !important}.govcy-br-top-md-hidden{border-top:hidden !important}.govcy-br-right-md-0{border-right:0 !important}.govcy-br-right-md-1{border-right:1px solid !important}.govcy-br-right-md-2{border-right:2px solid !important}.govcy-br-right-md-3{border-right:3px solid !important}.govcy-br-right-md-4{border-right:4px solid !important}.govcy-br-right-md-5{border-right:5px solid !important}.govcy-br-right-md-6{border-right:6px solid !important}.govcy-br-right-md-7{border-right:7px solid !important}.govcy-br-right-md-8{border-right:8px solid !important}.govcy-br-right-md-hidden{border-right:hidden !important}.govcy-br-bottom-md-0{border-bottom:0 !important}.govcy-br-bottom-md-1{border-bottom:1px solid !important}.govcy-br-bottom-md-2{border-bottom:2px solid !important}.govcy-br-bottom-md-3{border-bottom:3px solid !important}.govcy-br-bottom-md-4{border-bottom:4px solid !important}.govcy-br-bottom-md-5{border-bottom:5px solid !important}.govcy-br-bottom-md-6{border-bottom:6px solid !important}.govcy-br-bottom-md-7{border-bottom:7px solid !important}.govcy-br-bottom-md-8{border-bottom:8px solid !important}.govcy-br-bottom-md-hidden{border-bottom:hidden !important}.govcy-br-left-md-0{border-left:0 !important}.govcy-br-left-md-1{border-left:1px solid !important}.govcy-br-left-md-2{border-left:2px solid !important}.govcy-br-left-md-3{border-left:3px solid !important}.govcy-br-left-md-4{border-left:4px solid !important}.govcy-br-left-md-5{border-left:5px solid !important}.govcy-br-left-md-6{border-left:6px solid !important}.govcy-br-left-md-7{border-left:7px solid !important}.govcy-br-left-md-8{border-left:8px solid !important}.govcy-br-left-md-hidden{border-left:hidden !important}.govcy-br-top-md-primary{border-top-color:#31576f !important}.govcy-br-top-md-secondary{border-top-color:#b09038 !important}.govcy-br-top-md-success{border-top-color:#00703c !important}.govcy-br-top-md-standard{border-top-color:#bbbcbf !important}.govcy-br-top-md-danger{border-top-color:#d4351c !important}.govcy-br-top-md-info{border-top-color:#487d93 !important}.govcy-br-top-md-input{border-top-color:#272525 !important}.govcy-br-right-md-primary{border-right-color:#31576f !important}.govcy-br-right-md-secondary{border-right-color:#b09038 !important}.govcy-br-right-md-success{border-right-color:#00703c !important}.govcy-br-right-md-standard{border-right-color:#bbbcbf !important}.govcy-br-right-md-danger{border-right-color:#d4351c !important}.govcy-br-right-md-info{border-right-color:#487d93 !important}.govcy-br-right-md-input{border-right-color:#272525 !important}.govcy-br-bottom-md-primary{border-bottom-color:#31576f !important}.govcy-br-bottom-md-secondary{border-bottom-color:#b09038 !important}.govcy-br-bottom-md-success{border-bottom-color:#00703c !important}.govcy-br-bottom-md-standard{border-bottom-color:#bbbcbf !important}.govcy-br-bottom-md-danger{border-bottom-color:#d4351c !important}.govcy-br-bottom-md-info{border-bottom-color:#487d93 !important}.govcy-br-bottom-md-input{border-bottom-color:#272525 !important}.govcy-br-left-md-primary{border-left-color:#31576f !important}.govcy-br-left-md-secondary{border-left-color:#b09038 !important}.govcy-br-left-md-success{border-left-color:#00703c !important}.govcy-br-left-md-standard{border-left-color:#bbbcbf !important}.govcy-br-left-md-danger{border-left-color:#d4351c !important}.govcy-br-left-md-info{border-left-color:#487d93 !important}.govcy-br-left-md-input{border-left-color:#272525 !important}.govcy-m-md-0{margin:0 !important}.govcy-m-md-1{margin:.25rem !important}.govcy-m-md-2{margin:.5rem !important}.govcy-m-md-3{margin:1rem !important}.govcy-m-md-4{margin:1.5rem !important}.govcy-m-md-5{margin:3rem !important}.govcy-m-md-auto{margin:auto !important}.govcy-mx-md-0{margin-right:0 !important;margin-left:0 !important}.govcy-mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.govcy-mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.govcy-mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.govcy-mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.govcy-mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.govcy-mx-md-auto{margin-right:auto !important;margin-left:auto !important}.govcy-my-md-0{margin-top:0 !important;margin-bottom:0 !important}.govcy-my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.govcy-my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.govcy-my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.govcy-my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.govcy-my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.govcy-my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.govcy-mt-md-0{margin-top:0 !important}.govcy-mt-md-1{margin-top:.25rem !important}.govcy-mt-md-2{margin-top:.5rem !important}.govcy-mt-md-3{margin-top:1rem !important}.govcy-mt-md-4{margin-top:1.5rem !important}.govcy-mt-md-5{margin-top:3rem !important}.govcy-mt-md-auto{margin-top:auto !important}.govcy-mr-md-0{margin-right:0 !important}.govcy-mr-md-1{margin-right:.25rem !important}.govcy-mr-md-2{margin-right:.5rem !important}.govcy-mr-md-3{margin-right:1rem !important}.govcy-mr-md-4{margin-right:1.5rem !important}.govcy-mr-md-5{margin-right:3rem !important}.govcy-mr-md-auto{margin-right:auto !important}.govcy-mb-md-0{margin-bottom:0 !important}.govcy-mb-md-1{margin-bottom:.25rem !important}.govcy-mb-md-2{margin-bottom:.5rem !important}.govcy-mb-md-3{margin-bottom:1rem !important}.govcy-mb-md-4{margin-bottom:1.5rem !important}.govcy-mb-md-5{margin-bottom:3rem !important}.govcy-mb-md-auto{margin-bottom:auto !important}.govcy-ml-md-0{margin-left:0 !important}.govcy-ml-md-1{margin-left:.25rem !important}.govcy-ml-md-2{margin-left:.5rem !important}.govcy-ml-md-3{margin-left:1rem !important}.govcy-ml-md-4{margin-left:1.5rem !important}.govcy-ml-md-5{margin-left:3rem !important}.govcy-ml-md-auto{margin-left:auto !important}.govcy-p-md-0{padding:0 !important}.govcy-p-md-1{padding:.25rem !important}.govcy-p-md-2{padding:.5rem !important}.govcy-p-md-3{padding:1rem !important}.govcy-p-md-4{padding:1.5rem !important}.govcy-p-md-5{padding:3rem !important}.govcy-px-md-0{padding-right:0 !important;padding-left:0 !important}.govcy-px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.govcy-px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.govcy-px-md-3{padding-right:1rem !important;padding-left:1rem !important}.govcy-px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.govcy-px-md-5{padding-right:3rem !important;padding-left:3rem !important}.govcy-py-md-0{padding-top:0 !important;padding-bottom:0 !important}.govcy-py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.govcy-py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.govcy-py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.govcy-py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.govcy-py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.govcy-pt-md-0{padding-top:0 !important}.govcy-pt-md-1{padding-top:.25rem !important}.govcy-pt-md-2{padding-top:.5rem !important}.govcy-pt-md-3{padding-top:1rem !important}.govcy-pt-md-4{padding-top:1.5rem !important}.govcy-pt-md-5{padding-top:3rem !important}.govcy-pr-md-0{padding-right:0 !important}.govcy-pr-md-1{padding-right:.25rem !important}.govcy-pr-md-2{padding-right:.5rem !important}.govcy-pr-md-3{padding-right:1rem !important}.govcy-pr-md-4{padding-right:1.5rem !important}.govcy-pr-md-5{padding-right:3rem !important}.govcy-pb-md-0{padding-bottom:0 !important}.govcy-pb-md-1{padding-bottom:.25rem !important}.govcy-pb-md-2{padding-bottom:.5rem !important}.govcy-pb-md-3{padding-bottom:1rem !important}.govcy-pb-md-4{padding-bottom:1.5rem !important}.govcy-pb-md-5{padding-bottom:3rem !important}.govcy-pl-md-0{padding-left:0 !important}.govcy-pl-md-1{padding-left:.25rem !important}.govcy-pl-md-2{padding-left:.5rem !important}.govcy-pl-md-3{padding-left:1rem !important}.govcy-pl-md-4{padding-left:1.5rem !important}.govcy-pl-md-5{padding-left:3rem !important}.govcy-bg-md-primary{background-color:rgb(49, 87, 111) !important}.govcy-bg-md-secondary{background-color:rgb(176, 144, 56) !important}.govcy-bg-md-success{background-color:rgb(0, 112, 60) !important}.govcy-bg-md-info{background-color:rgb(72, 125, 147) !important}.govcy-bg-md-danger{background-color:rgb(212, 53, 28) !important}.govcy-bg-md-light{background-color:rgb(235, 241, 243) !important}.govcy-bg-md-dark{background-color:rgb(0, 0, 0) !important}.govcy-bg-md-white{background-color:rgb(255, 255, 255) !important}.govcy-bg-md-gray{background-color:rgb(230, 230, 231) !important}.govcy-bg-md-blue{background-color:rgb(29, 112, 184) !important}.govcy-bg-md-sub-menu{background-color:rgb(87, 117, 137) !important}.govcy-table-md-primary{background-color:#d6dde2 !important}.govcy-table-md-secondary{background-color:#efe9d7 !important}.govcy-table-md-success{background-color:#cce2d8 !important}.govcy-table-md-info{background-color:#dae5e9 !important}.govcy-table-md-danger{background-color:#f6d7d2 !important}.govcy-table-md-light{background-color:#ebf1f3 !important}.govcy-table-md-dark{background-color:#272525 !important}.govcy-text-md-start{text-align:left !important}.govcy-text-md-end{text-align:right !important}.govcy-text-md-center{text-align:center !important}.govcy-float-md-start{float:left !important}.govcy-float-md-end{float:right !important}.govcy-float-md-none{float:none !important}.govcy-d-md-inline{display:inline !important}.govcy-d-md-inline-block{display:inline-block !important}.govcy-d-md-block{display:block !important}.govcy-d-md-grid{display:grid !important}.govcy-d-md-table{display:table !important}.govcy-d-md-table-row{display:table-row !important}.govcy-d-md-table-cell{display:table-cell !important}.govcy-d-md-flex{display:flex !important}.govcy-d-md-inline-flex{display:inline-flex !important}.govcy-d-md-none{display:none !important}.govcy-flex-md-fill{flex:1 1 auto !important}.govcy-flex-md-row{flex-direction:row !important}.govcy-flex-md-column{flex-direction:column !important}.govcy-flex-md-row-reverse{flex-direction:row-reverse !important}.govcy-flex-md-column-reverse{flex-direction:column-reverse !important}.govcy-flex-grow-md-0{flex-grow:0 !important}.govcy-flex-grow-md-1{flex-grow:1 !important}.govcy-flex-shrink-md-0{flex-shrink:0 !important}.govcy-flex-shrink-md-1{flex-shrink:1 !important}.govcy-gap-md-0{gap:0 !important}.govcy-gap-md-1{gap:.25rem !important}.govcy-gap-md-2{gap:.5rem !important}.govcy-gap-md-3{gap:1rem !important}.govcy-gap-md-4{gap:1.5rem !important}.govcy-gap-md-5{gap:3rem !important}.govcy-flex-md-wrap{flex-wrap:wrap !important}.govcy-flex-md-nowrap{flex-wrap:nowrap !important}.govcy-flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.govcy-justify-content-md-start{justify-content:flex-start !important}.govcy-justify-content-md-end{justify-content:flex-end !important}.govcy-justify-content-md-center{justify-content:center !important}.govcy-justify-content-md-between{justify-content:space-between !important}.govcy-justify-content-md-around{justify-content:space-around !important}.govcy-justify-content-md-evenly{justify-content:space-evenly !important}.govcy-align-items-md-start{align-items:flex-start !important}.govcy-align-items-md-end{align-items:flex-end !important}.govcy-align-items-md-center{align-items:center !important}.govcy-align-items-md-baseline{align-items:baseline !important}.govcy-align-items-md-stretch{align-items:stretch !important}.govcy-align-content-md-start{align-content:flex-start !important}.govcy-align-content-md-end{align-content:flex-end !important}.govcy-align-content-md-center{align-content:center !important}.govcy-align-content-md-between{align-content:space-between !important}.govcy-align-content-md-around{align-content:space-around !important}.govcy-align-content-md-stretch{align-content:stretch !important}.govcy-align-self-md-auto{align-self:auto !important}.govcy-align-self-md-start{align-self:flex-start !important}.govcy-align-self-md-end{align-self:flex-end !important}.govcy-align-self-md-center{align-self:center !important}.govcy-align-self-md-baseline{align-self:baseline !important}.govcy-align-self-md-stretch{align-self:stretch !important}.govcy-order-md-first{order:-1 !important}.govcy-order-md-0{order:0 !important}.govcy-order-md-1{order:1 !important}.govcy-order-md-2{order:2 !important}.govcy-order-md-3{order:3 !important}.govcy-order-md-4{order:4 !important}.govcy-order-md-5{order:5 !important}.govcy-order-md-last{order:6 !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !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}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.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-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}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-lg-evenly{justify-content:space-evenly !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}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}.govcy-br-lg-0{border:0 !important}.govcy-br-lg-1{border:1px solid !important}.govcy-br-lg-2{border:2px solid !important}.govcy-br-lg-3{border:3px solid !important}.govcy-br-lg-4{border:4px solid !important}.govcy-br-lg-5{border:5px solid !important}.govcy-br-lg-6{border:6px solid !important}.govcy-br-lg-7{border:7px solid !important}.govcy-br-lg-8{border:8px solid !important}.govcy-br-lg-hidden{border:hidden !important}.govcy-br-lg-primary{border-color:#31576f !important}.govcy-br-lg-secondary{border-color:#b09038 !important}.govcy-br-lg-success{border-color:#00703c !important}.govcy-br-lg-standard{border-color:#bbbcbf !important}.govcy-br-lg-danger{border-color:#d4351c !important}.govcy-br-lg-info{border-color:#487d93 !important}.govcy-br-lg-input{border-color:#272525 !important}.govcy-br-top-lg-0{border-top:0 !important}.govcy-br-top-lg-1{border-top:1px solid !important}.govcy-br-top-lg-2{border-top:2px solid !important}.govcy-br-top-lg-3{border-top:3px solid !important}.govcy-br-top-lg-4{border-top:4px solid !important}.govcy-br-top-lg-5{border-top:5px solid !important}.govcy-br-top-lg-6{border-top:6px solid !important}.govcy-br-top-lg-7{border-top:7px solid !important}.govcy-br-top-lg-8{border-top:8px solid !important}.govcy-br-top-lg-hidden{border-top:hidden !important}.govcy-br-right-lg-0{border-right:0 !important}.govcy-br-right-lg-1{border-right:1px solid !important}.govcy-br-right-lg-2{border-right:2px solid !important}.govcy-br-right-lg-3{border-right:3px solid !important}.govcy-br-right-lg-4{border-right:4px solid !important}.govcy-br-right-lg-5{border-right:5px solid !important}.govcy-br-right-lg-6{border-right:6px solid !important}.govcy-br-right-lg-7{border-right:7px solid !important}.govcy-br-right-lg-8{border-right:8px solid !important}.govcy-br-right-lg-hidden{border-right:hidden !important}.govcy-br-bottom-lg-0{border-bottom:0 !important}.govcy-br-bottom-lg-1{border-bottom:1px solid !important}.govcy-br-bottom-lg-2{border-bottom:2px solid !important}.govcy-br-bottom-lg-3{border-bottom:3px solid !important}.govcy-br-bottom-lg-4{border-bottom:4px solid !important}.govcy-br-bottom-lg-5{border-bottom:5px solid !important}.govcy-br-bottom-lg-6{border-bottom:6px solid !important}.govcy-br-bottom-lg-7{border-bottom:7px solid !important}.govcy-br-bottom-lg-8{border-bottom:8px solid !important}.govcy-br-bottom-lg-hidden{border-bottom:hidden !important}.govcy-br-left-lg-0{border-left:0 !important}.govcy-br-left-lg-1{border-left:1px solid !important}.govcy-br-left-lg-2{border-left:2px solid !important}.govcy-br-left-lg-3{border-left:3px solid !important}.govcy-br-left-lg-4{border-left:4px solid !important}.govcy-br-left-lg-5{border-left:5px solid !important}.govcy-br-left-lg-6{border-left:6px solid !important}.govcy-br-left-lg-7{border-left:7px solid !important}.govcy-br-left-lg-8{border-left:8px solid !important}.govcy-br-left-lg-hidden{border-left:hidden !important}.govcy-br-top-lg-primary{border-top-color:#31576f !important}.govcy-br-top-lg-secondary{border-top-color:#b09038 !important}.govcy-br-top-lg-success{border-top-color:#00703c !important}.govcy-br-top-lg-standard{border-top-color:#bbbcbf !important}.govcy-br-top-lg-danger{border-top-color:#d4351c !important}.govcy-br-top-lg-info{border-top-color:#487d93 !important}.govcy-br-top-lg-input{border-top-color:#272525 !important}.govcy-br-right-lg-primary{border-right-color:#31576f !important}.govcy-br-right-lg-secondary{border-right-color:#b09038 !important}.govcy-br-right-lg-success{border-right-color:#00703c !important}.govcy-br-right-lg-standard{border-right-color:#bbbcbf !important}.govcy-br-right-lg-danger{border-right-color:#d4351c !important}.govcy-br-right-lg-info{border-right-color:#487d93 !important}.govcy-br-right-lg-input{border-right-color:#272525 !important}.govcy-br-bottom-lg-primary{border-bottom-color:#31576f !important}.govcy-br-bottom-lg-secondary{border-bottom-color:#b09038 !important}.govcy-br-bottom-lg-success{border-bottom-color:#00703c !important}.govcy-br-bottom-lg-standard{border-bottom-color:#bbbcbf !important}.govcy-br-bottom-lg-danger{border-bottom-color:#d4351c !important}.govcy-br-bottom-lg-info{border-bottom-color:#487d93 !important}.govcy-br-bottom-lg-input{border-bottom-color:#272525 !important}.govcy-br-left-lg-primary{border-left-color:#31576f !important}.govcy-br-left-lg-secondary{border-left-color:#b09038 !important}.govcy-br-left-lg-success{border-left-color:#00703c !important}.govcy-br-left-lg-standard{border-left-color:#bbbcbf !important}.govcy-br-left-lg-danger{border-left-color:#d4351c !important}.govcy-br-left-lg-info{border-left-color:#487d93 !important}.govcy-br-left-lg-input{border-left-color:#272525 !important}.govcy-m-lg-0{margin:0 !important}.govcy-m-lg-1{margin:.25rem !important}.govcy-m-lg-2{margin:.5rem !important}.govcy-m-lg-3{margin:1rem !important}.govcy-m-lg-4{margin:1.5rem !important}.govcy-m-lg-5{margin:3rem !important}.govcy-m-lg-auto{margin:auto !important}.govcy-mx-lg-0{margin-right:0 !important;margin-left:0 !important}.govcy-mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.govcy-mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.govcy-mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.govcy-mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.govcy-mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.govcy-mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.govcy-my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.govcy-my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.govcy-my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.govcy-my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.govcy-my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.govcy-my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.govcy-my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.govcy-mt-lg-0{margin-top:0 !important}.govcy-mt-lg-1{margin-top:.25rem !important}.govcy-mt-lg-2{margin-top:.5rem !important}.govcy-mt-lg-3{margin-top:1rem !important}.govcy-mt-lg-4{margin-top:1.5rem !important}.govcy-mt-lg-5{margin-top:3rem !important}.govcy-mt-lg-auto{margin-top:auto !important}.govcy-mr-lg-0{margin-right:0 !important}.govcy-mr-lg-1{margin-right:.25rem !important}.govcy-mr-lg-2{margin-right:.5rem !important}.govcy-mr-lg-3{margin-right:1rem !important}.govcy-mr-lg-4{margin-right:1.5rem !important}.govcy-mr-lg-5{margin-right:3rem !important}.govcy-mr-lg-auto{margin-right:auto !important}.govcy-mb-lg-0{margin-bottom:0 !important}.govcy-mb-lg-1{margin-bottom:.25rem !important}.govcy-mb-lg-2{margin-bottom:.5rem !important}.govcy-mb-lg-3{margin-bottom:1rem !important}.govcy-mb-lg-4{margin-bottom:1.5rem !important}.govcy-mb-lg-5{margin-bottom:3rem !important}.govcy-mb-lg-auto{margin-bottom:auto !important}.govcy-ml-lg-0{margin-left:0 !important}.govcy-ml-lg-1{margin-left:.25rem !important}.govcy-ml-lg-2{margin-left:.5rem !important}.govcy-ml-lg-3{margin-left:1rem !important}.govcy-ml-lg-4{margin-left:1.5rem !important}.govcy-ml-lg-5{margin-left:3rem !important}.govcy-ml-lg-auto{margin-left:auto !important}.govcy-p-lg-0{padding:0 !important}.govcy-p-lg-1{padding:.25rem !important}.govcy-p-lg-2{padding:.5rem !important}.govcy-p-lg-3{padding:1rem !important}.govcy-p-lg-4{padding:1.5rem !important}.govcy-p-lg-5{padding:3rem !important}.govcy-px-lg-0{padding-right:0 !important;padding-left:0 !important}.govcy-px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.govcy-px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.govcy-px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.govcy-px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.govcy-px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.govcy-py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.govcy-py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.govcy-py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.govcy-py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.govcy-py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.govcy-py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.govcy-pt-lg-0{padding-top:0 !important}.govcy-pt-lg-1{padding-top:.25rem !important}.govcy-pt-lg-2{padding-top:.5rem !important}.govcy-pt-lg-3{padding-top:1rem !important}.govcy-pt-lg-4{padding-top:1.5rem !important}.govcy-pt-lg-5{padding-top:3rem !important}.govcy-pr-lg-0{padding-right:0 !important}.govcy-pr-lg-1{padding-right:.25rem !important}.govcy-pr-lg-2{padding-right:.5rem !important}.govcy-pr-lg-3{padding-right:1rem !important}.govcy-pr-lg-4{padding-right:1.5rem !important}.govcy-pr-lg-5{padding-right:3rem !important}.govcy-pb-lg-0{padding-bottom:0 !important}.govcy-pb-lg-1{padding-bottom:.25rem !important}.govcy-pb-lg-2{padding-bottom:.5rem !important}.govcy-pb-lg-3{padding-bottom:1rem !important}.govcy-pb-lg-4{padding-bottom:1.5rem !important}.govcy-pb-lg-5{padding-bottom:3rem !important}.govcy-pl-lg-0{padding-left:0 !important}.govcy-pl-lg-1{padding-left:.25rem !important}.govcy-pl-lg-2{padding-left:.5rem !important}.govcy-pl-lg-3{padding-left:1rem !important}.govcy-pl-lg-4{padding-left:1.5rem !important}.govcy-pl-lg-5{padding-left:3rem !important}.govcy-bg-lg-primary{background-color:rgb(49, 87, 111) !important}.govcy-bg-lg-secondary{background-color:rgb(176, 144, 56) !important}.govcy-bg-lg-success{background-color:rgb(0, 112, 60) !important}.govcy-bg-lg-info{background-color:rgb(72, 125, 147) !important}.govcy-bg-lg-danger{background-color:rgb(212, 53, 28) !important}.govcy-bg-lg-light{background-color:rgb(235, 241, 243) !important}.govcy-bg-lg-dark{background-color:rgb(0, 0, 0) !important}.govcy-bg-lg-white{background-color:rgb(255, 255, 255) !important}.govcy-bg-lg-gray{background-color:rgb(230, 230, 231) !important}.govcy-bg-lg-blue{background-color:rgb(29, 112, 184) !important}.govcy-bg-lg-sub-menu{background-color:rgb(87, 117, 137) !important}.govcy-table-lg-primary{background-color:#d6dde2 !important}.govcy-table-lg-secondary{background-color:#efe9d7 !important}.govcy-table-lg-success{background-color:#cce2d8 !important}.govcy-table-lg-info{background-color:#dae5e9 !important}.govcy-table-lg-danger{background-color:#f6d7d2 !important}.govcy-table-lg-light{background-color:#ebf1f3 !important}.govcy-table-lg-dark{background-color:#272525 !important}.govcy-text-lg-start{text-align:left !important}.govcy-text-lg-end{text-align:right !important}.govcy-text-lg-center{text-align:center !important}.govcy-float-lg-start{float:left !important}.govcy-float-lg-end{float:right !important}.govcy-float-lg-none{float:none !important}.govcy-d-lg-inline{display:inline !important}.govcy-d-lg-inline-block{display:inline-block !important}.govcy-d-lg-block{display:block !important}.govcy-d-lg-grid{display:grid !important}.govcy-d-lg-table{display:table !important}.govcy-d-lg-table-row{display:table-row !important}.govcy-d-lg-table-cell{display:table-cell !important}.govcy-d-lg-flex{display:flex !important}.govcy-d-lg-inline-flex{display:inline-flex !important}.govcy-d-lg-none{display:none !important}.govcy-flex-lg-fill{flex:1 1 auto !important}.govcy-flex-lg-row{flex-direction:row !important}.govcy-flex-lg-column{flex-direction:column !important}.govcy-flex-lg-row-reverse{flex-direction:row-reverse !important}.govcy-flex-lg-column-reverse{flex-direction:column-reverse !important}.govcy-flex-grow-lg-0{flex-grow:0 !important}.govcy-flex-grow-lg-1{flex-grow:1 !important}.govcy-flex-shrink-lg-0{flex-shrink:0 !important}.govcy-flex-shrink-lg-1{flex-shrink:1 !important}.govcy-gap-lg-0{gap:0 !important}.govcy-gap-lg-1{gap:.25rem !important}.govcy-gap-lg-2{gap:.5rem !important}.govcy-gap-lg-3{gap:1rem !important}.govcy-gap-lg-4{gap:1.5rem !important}.govcy-gap-lg-5{gap:3rem !important}.govcy-flex-lg-wrap{flex-wrap:wrap !important}.govcy-flex-lg-nowrap{flex-wrap:nowrap !important}.govcy-flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.govcy-justify-content-lg-start{justify-content:flex-start !important}.govcy-justify-content-lg-end{justify-content:flex-end !important}.govcy-justify-content-lg-center{justify-content:center !important}.govcy-justify-content-lg-between{justify-content:space-between !important}.govcy-justify-content-lg-around{justify-content:space-around !important}.govcy-justify-content-lg-evenly{justify-content:space-evenly !important}.govcy-align-items-lg-start{align-items:flex-start !important}.govcy-align-items-lg-end{align-items:flex-end !important}.govcy-align-items-lg-center{align-items:center !important}.govcy-align-items-lg-baseline{align-items:baseline !important}.govcy-align-items-lg-stretch{align-items:stretch !important}.govcy-align-content-lg-start{align-content:flex-start !important}.govcy-align-content-lg-end{align-content:flex-end !important}.govcy-align-content-lg-center{align-content:center !important}.govcy-align-content-lg-between{align-content:space-between !important}.govcy-align-content-lg-around{align-content:space-around !important}.govcy-align-content-lg-stretch{align-content:stretch !important}.govcy-align-self-lg-auto{align-self:auto !important}.govcy-align-self-lg-start{align-self:flex-start !important}.govcy-align-self-lg-end{align-self:flex-end !important}.govcy-align-self-lg-center{align-self:center !important}.govcy-align-self-lg-baseline{align-self:baseline !important}.govcy-align-self-lg-stretch{align-self:stretch !important}.govcy-order-lg-first{order:-1 !important}.govcy-order-lg-0{order:0 !important}.govcy-order-lg-1{order:1 !important}.govcy-order-lg-2{order:2 !important}.govcy-order-lg-3{order:3 !important}.govcy-order-lg-4{order:4 !important}.govcy-order-lg-5{order:5 !important}.govcy-order-lg-last{order:6 !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !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}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.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-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}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !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}.justify-content-xl-evenly{justify-content:space-evenly !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}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}.govcy-br-xl-0{border:0 !important}.govcy-br-xl-1{border:1px solid !important}.govcy-br-xl-2{border:2px solid !important}.govcy-br-xl-3{border:3px solid !important}.govcy-br-xl-4{border:4px solid !important}.govcy-br-xl-5{border:5px solid !important}.govcy-br-xl-6{border:6px solid !important}.govcy-br-xl-7{border:7px solid !important}.govcy-br-xl-8{border:8px solid !important}.govcy-br-xl-hidden{border:hidden !important}.govcy-br-xl-primary{border-color:#31576f !important}.govcy-br-xl-secondary{border-color:#b09038 !important}.govcy-br-xl-success{border-color:#00703c !important}.govcy-br-xl-standard{border-color:#bbbcbf !important}.govcy-br-xl-danger{border-color:#d4351c !important}.govcy-br-xl-info{border-color:#487d93 !important}.govcy-br-xl-input{border-color:#272525 !important}.govcy-br-top-xl-0{border-top:0 !important}.govcy-br-top-xl-1{border-top:1px solid !important}.govcy-br-top-xl-2{border-top:2px solid !important}.govcy-br-top-xl-3{border-top:3px solid !important}.govcy-br-top-xl-4{border-top:4px solid !important}.govcy-br-top-xl-5{border-top:5px solid !important}.govcy-br-top-xl-6{border-top:6px solid !important}.govcy-br-top-xl-7{border-top:7px solid !important}.govcy-br-top-xl-8{border-top:8px solid !important}.govcy-br-top-xl-hidden{border-top:hidden !important}.govcy-br-right-xl-0{border-right:0 !important}.govcy-br-right-xl-1{border-right:1px solid !important}.govcy-br-right-xl-2{border-right:2px solid !important}.govcy-br-right-xl-3{border-right:3px solid !important}.govcy-br-right-xl-4{border-right:4px solid !important}.govcy-br-right-xl-5{border-right:5px solid !important}.govcy-br-right-xl-6{border-right:6px solid !important}.govcy-br-right-xl-7{border-right:7px solid !important}.govcy-br-right-xl-8{border-right:8px solid !important}.govcy-br-right-xl-hidden{border-right:hidden !important}.govcy-br-bottom-xl-0{border-bottom:0 !important}.govcy-br-bottom-xl-1{border-bottom:1px solid !important}.govcy-br-bottom-xl-2{border-bottom:2px solid !important}.govcy-br-bottom-xl-3{border-bottom:3px solid !important}.govcy-br-bottom-xl-4{border-bottom:4px solid !important}.govcy-br-bottom-xl-5{border-bottom:5px solid !important}.govcy-br-bottom-xl-6{border-bottom:6px solid !important}.govcy-br-bottom-xl-7{border-bottom:7px solid !important}.govcy-br-bottom-xl-8{border-bottom:8px solid !important}.govcy-br-bottom-xl-hidden{border-bottom:hidden !important}.govcy-br-left-xl-0{border-left:0 !important}.govcy-br-left-xl-1{border-left:1px solid !important}.govcy-br-left-xl-2{border-left:2px solid !important}.govcy-br-left-xl-3{border-left:3px solid !important}.govcy-br-left-xl-4{border-left:4px solid !important}.govcy-br-left-xl-5{border-left:5px solid !important}.govcy-br-left-xl-6{border-left:6px solid !important}.govcy-br-left-xl-7{border-left:7px solid !important}.govcy-br-left-xl-8{border-left:8px solid !important}.govcy-br-left-xl-hidden{border-left:hidden !important}.govcy-br-top-xl-primary{border-top-color:#31576f !important}.govcy-br-top-xl-secondary{border-top-color:#b09038 !important}.govcy-br-top-xl-success{border-top-color:#00703c !important}.govcy-br-top-xl-standard{border-top-color:#bbbcbf !important}.govcy-br-top-xl-danger{border-top-color:#d4351c !important}.govcy-br-top-xl-info{border-top-color:#487d93 !important}.govcy-br-top-xl-input{border-top-color:#272525 !important}.govcy-br-right-xl-primary{border-right-color:#31576f !important}.govcy-br-right-xl-secondary{border-right-color:#b09038 !important}.govcy-br-right-xl-success{border-right-color:#00703c !important}.govcy-br-right-xl-standard{border-right-color:#bbbcbf !important}.govcy-br-right-xl-danger{border-right-color:#d4351c !important}.govcy-br-right-xl-info{border-right-color:#487d93 !important}.govcy-br-right-xl-input{border-right-color:#272525 !important}.govcy-br-bottom-xl-primary{border-bottom-color:#31576f !important}.govcy-br-bottom-xl-secondary{border-bottom-color:#b09038 !important}.govcy-br-bottom-xl-success{border-bottom-color:#00703c !important}.govcy-br-bottom-xl-standard{border-bottom-color:#bbbcbf !important}.govcy-br-bottom-xl-danger{border-bottom-color:#d4351c !important}.govcy-br-bottom-xl-info{border-bottom-color:#487d93 !important}.govcy-br-bottom-xl-input{border-bottom-color:#272525 !important}.govcy-br-left-xl-primary{border-left-color:#31576f !important}.govcy-br-left-xl-secondary{border-left-color:#b09038 !important}.govcy-br-left-xl-success{border-left-color:#00703c !important}.govcy-br-left-xl-standard{border-left-color:#bbbcbf !important}.govcy-br-left-xl-danger{border-left-color:#d4351c !important}.govcy-br-left-xl-info{border-left-color:#487d93 !important}.govcy-br-left-xl-input{border-left-color:#272525 !important}.govcy-m-xl-0{margin:0 !important}.govcy-m-xl-1{margin:.25rem !important}.govcy-m-xl-2{margin:.5rem !important}.govcy-m-xl-3{margin:1rem !important}.govcy-m-xl-4{margin:1.5rem !important}.govcy-m-xl-5{margin:3rem !important}.govcy-m-xl-auto{margin:auto !important}.govcy-mx-xl-0{margin-right:0 !important;margin-left:0 !important}.govcy-mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.govcy-mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.govcy-mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.govcy-mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.govcy-mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.govcy-mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.govcy-my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.govcy-my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.govcy-my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.govcy-my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.govcy-my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.govcy-my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.govcy-my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.govcy-mt-xl-0{margin-top:0 !important}.govcy-mt-xl-1{margin-top:.25rem !important}.govcy-mt-xl-2{margin-top:.5rem !important}.govcy-mt-xl-3{margin-top:1rem !important}.govcy-mt-xl-4{margin-top:1.5rem !important}.govcy-mt-xl-5{margin-top:3rem !important}.govcy-mt-xl-auto{margin-top:auto !important}.govcy-mr-xl-0{margin-right:0 !important}.govcy-mr-xl-1{margin-right:.25rem !important}.govcy-mr-xl-2{margin-right:.5rem !important}.govcy-mr-xl-3{margin-right:1rem !important}.govcy-mr-xl-4{margin-right:1.5rem !important}.govcy-mr-xl-5{margin-right:3rem !important}.govcy-mr-xl-auto{margin-right:auto !important}.govcy-mb-xl-0{margin-bottom:0 !important}.govcy-mb-xl-1{margin-bottom:.25rem !important}.govcy-mb-xl-2{margin-bottom:.5rem !important}.govcy-mb-xl-3{margin-bottom:1rem !important}.govcy-mb-xl-4{margin-bottom:1.5rem !important}.govcy-mb-xl-5{margin-bottom:3rem !important}.govcy-mb-xl-auto{margin-bottom:auto !important}.govcy-ml-xl-0{margin-left:0 !important}.govcy-ml-xl-1{margin-left:.25rem !important}.govcy-ml-xl-2{margin-left:.5rem !important}.govcy-ml-xl-3{margin-left:1rem !important}.govcy-ml-xl-4{margin-left:1.5rem !important}.govcy-ml-xl-5{margin-left:3rem !important}.govcy-ml-xl-auto{margin-left:auto !important}.govcy-p-xl-0{padding:0 !important}.govcy-p-xl-1{padding:.25rem !important}.govcy-p-xl-2{padding:.5rem !important}.govcy-p-xl-3{padding:1rem !important}.govcy-p-xl-4{padding:1.5rem !important}.govcy-p-xl-5{padding:3rem !important}.govcy-px-xl-0{padding-right:0 !important;padding-left:0 !important}.govcy-px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.govcy-px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.govcy-px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.govcy-px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.govcy-px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.govcy-py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.govcy-py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.govcy-py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.govcy-py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.govcy-py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.govcy-py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.govcy-pt-xl-0{padding-top:0 !important}.govcy-pt-xl-1{padding-top:.25rem !important}.govcy-pt-xl-2{padding-top:.5rem !important}.govcy-pt-xl-3{padding-top:1rem !important}.govcy-pt-xl-4{padding-top:1.5rem !important}.govcy-pt-xl-5{padding-top:3rem !important}.govcy-pr-xl-0{padding-right:0 !important}.govcy-pr-xl-1{padding-right:.25rem !important}.govcy-pr-xl-2{padding-right:.5rem !important}.govcy-pr-xl-3{padding-right:1rem !important}.govcy-pr-xl-4{padding-right:1.5rem !important}.govcy-pr-xl-5{padding-right:3rem !important}.govcy-pb-xl-0{padding-bottom:0 !important}.govcy-pb-xl-1{padding-bottom:.25rem !important}.govcy-pb-xl-2{padding-bottom:.5rem !important}.govcy-pb-xl-3{padding-bottom:1rem !important}.govcy-pb-xl-4{padding-bottom:1.5rem !important}.govcy-pb-xl-5{padding-bottom:3rem !important}.govcy-pl-xl-0{padding-left:0 !important}.govcy-pl-xl-1{padding-left:.25rem !important}.govcy-pl-xl-2{padding-left:.5rem !important}.govcy-pl-xl-3{padding-left:1rem !important}.govcy-pl-xl-4{padding-left:1.5rem !important}.govcy-pl-xl-5{padding-left:3rem !important}.govcy-bg-xl-primary{background-color:rgb(49, 87, 111) !important}.govcy-bg-xl-secondary{background-color:rgb(176, 144, 56) !important}.govcy-bg-xl-success{background-color:rgb(0, 112, 60) !important}.govcy-bg-xl-info{background-color:rgb(72, 125, 147) !important}.govcy-bg-xl-danger{background-color:rgb(212, 53, 28) !important}.govcy-bg-xl-light{background-color:rgb(235, 241, 243) !important}.govcy-bg-xl-dark{background-color:rgb(0, 0, 0) !important}.govcy-bg-xl-white{background-color:rgb(255, 255, 255) !important}.govcy-bg-xl-gray{background-color:rgb(230, 230, 231) !important}.govcy-bg-xl-blue{background-color:rgb(29, 112, 184) !important}.govcy-bg-xl-sub-menu{background-color:rgb(87, 117, 137) !important}.govcy-table-xl-primary{background-color:#d6dde2 !important}.govcy-table-xl-secondary{background-color:#efe9d7 !important}.govcy-table-xl-success{background-color:#cce2d8 !important}.govcy-table-xl-info{background-color:#dae5e9 !important}.govcy-table-xl-danger{background-color:#f6d7d2 !important}.govcy-table-xl-light{background-color:#ebf1f3 !important}.govcy-table-xl-dark{background-color:#272525 !important}.govcy-text-xl-start{text-align:left !important}.govcy-text-xl-end{text-align:right !important}.govcy-text-xl-center{text-align:center !important}.govcy-float-xl-start{float:left !important}.govcy-float-xl-end{float:right !important}.govcy-float-xl-none{float:none !important}.govcy-d-xl-inline{display:inline !important}.govcy-d-xl-inline-block{display:inline-block !important}.govcy-d-xl-block{display:block !important}.govcy-d-xl-grid{display:grid !important}.govcy-d-xl-table{display:table !important}.govcy-d-xl-table-row{display:table-row !important}.govcy-d-xl-table-cell{display:table-cell !important}.govcy-d-xl-flex{display:flex !important}.govcy-d-xl-inline-flex{display:inline-flex !important}.govcy-d-xl-none{display:none !important}.govcy-flex-xl-fill{flex:1 1 auto !important}.govcy-flex-xl-row{flex-direction:row !important}.govcy-flex-xl-column{flex-direction:column !important}.govcy-flex-xl-row-reverse{flex-direction:row-reverse !important}.govcy-flex-xl-column-reverse{flex-direction:column-reverse !important}.govcy-flex-grow-xl-0{flex-grow:0 !important}.govcy-flex-grow-xl-1{flex-grow:1 !important}.govcy-flex-shrink-xl-0{flex-shrink:0 !important}.govcy-flex-shrink-xl-1{flex-shrink:1 !important}.govcy-gap-xl-0{gap:0 !important}.govcy-gap-xl-1{gap:.25rem !important}.govcy-gap-xl-2{gap:.5rem !important}.govcy-gap-xl-3{gap:1rem !important}.govcy-gap-xl-4{gap:1.5rem !important}.govcy-gap-xl-5{gap:3rem !important}.govcy-flex-xl-wrap{flex-wrap:wrap !important}.govcy-flex-xl-nowrap{flex-wrap:nowrap !important}.govcy-flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.govcy-justify-content-xl-start{justify-content:flex-start !important}.govcy-justify-content-xl-end{justify-content:flex-end !important}.govcy-justify-content-xl-center{justify-content:center !important}.govcy-justify-content-xl-between{justify-content:space-between !important}.govcy-justify-content-xl-around{justify-content:space-around !important}.govcy-justify-content-xl-evenly{justify-content:space-evenly !important}.govcy-align-items-xl-start{align-items:flex-start !important}.govcy-align-items-xl-end{align-items:flex-end !important}.govcy-align-items-xl-center{align-items:center !important}.govcy-align-items-xl-baseline{align-items:baseline !important}.govcy-align-items-xl-stretch{align-items:stretch !important}.govcy-align-content-xl-start{align-content:flex-start !important}.govcy-align-content-xl-end{align-content:flex-end !important}.govcy-align-content-xl-center{align-content:center !important}.govcy-align-content-xl-between{align-content:space-between !important}.govcy-align-content-xl-around{align-content:space-around !important}.govcy-align-content-xl-stretch{align-content:stretch !important}.govcy-align-self-xl-auto{align-self:auto !important}.govcy-align-self-xl-start{align-self:flex-start !important}.govcy-align-self-xl-end{align-self:flex-end !important}.govcy-align-self-xl-center{align-self:center !important}.govcy-align-self-xl-baseline{align-self:baseline !important}.govcy-align-self-xl-stretch{align-self:stretch !important}.govcy-order-xl-first{order:-1 !important}.govcy-order-xl-0{order:0 !important}.govcy-order-xl-1{order:1 !important}.govcy-order-xl-2{order:2 !important}.govcy-order-xl-3{order:3 !important}.govcy-order-xl-4{order:4 !important}.govcy-order-xl-5{order:5 !important}.govcy-order-xl-last{order:6 !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}.govcy-br-xxl-0{border:0 !important}.govcy-br-xxl-1{border:1px solid !important}.govcy-br-xxl-2{border:2px solid !important}.govcy-br-xxl-3{border:3px solid !important}.govcy-br-xxl-4{border:4px solid !important}.govcy-br-xxl-5{border:5px solid !important}.govcy-br-xxl-6{border:6px solid !important}.govcy-br-xxl-7{border:7px solid !important}.govcy-br-xxl-8{border:8px solid !important}.govcy-br-xxl-hidden{border:hidden !important}.govcy-br-xxl-primary{border-color:#31576f !important}.govcy-br-xxl-secondary{border-color:#b09038 !important}.govcy-br-xxl-success{border-color:#00703c !important}.govcy-br-xxl-standard{border-color:#bbbcbf !important}.govcy-br-xxl-danger{border-color:#d4351c !important}.govcy-br-xxl-info{border-color:#487d93 !important}.govcy-br-xxl-input{border-color:#272525 !important}.govcy-br-top-xxl-0{border-top:0 !important}.govcy-br-top-xxl-1{border-top:1px solid !important}.govcy-br-top-xxl-2{border-top:2px solid !important}.govcy-br-top-xxl-3{border-top:3px solid !important}.govcy-br-top-xxl-4{border-top:4px solid !important}.govcy-br-top-xxl-5{border-top:5px solid !important}.govcy-br-top-xxl-6{border-top:6px solid !important}.govcy-br-top-xxl-7{border-top:7px solid !important}.govcy-br-top-xxl-8{border-top:8px solid !important}.govcy-br-top-xxl-hidden{border-top:hidden !important}.govcy-br-right-xxl-0{border-right:0 !important}.govcy-br-right-xxl-1{border-right:1px solid !important}.govcy-br-right-xxl-2{border-right:2px solid !important}.govcy-br-right-xxl-3{border-right:3px solid !important}.govcy-br-right-xxl-4{border-right:4px solid !important}.govcy-br-right-xxl-5{border-right:5px solid !important}.govcy-br-right-xxl-6{border-right:6px solid !important}.govcy-br-right-xxl-7{border-right:7px solid !important}.govcy-br-right-xxl-8{border-right:8px solid !important}.govcy-br-right-xxl-hidden{border-right:hidden !important}.govcy-br-bottom-xxl-0{border-bottom:0 !important}.govcy-br-bottom-xxl-1{border-bottom:1px solid !important}.govcy-br-bottom-xxl-2{border-bottom:2px solid !important}.govcy-br-bottom-xxl-3{border-bottom:3px solid !important}.govcy-br-bottom-xxl-4{border-bottom:4px solid !important}.govcy-br-bottom-xxl-5{border-bottom:5px solid !important}.govcy-br-bottom-xxl-6{border-bottom:6px solid !important}.govcy-br-bottom-xxl-7{border-bottom:7px solid !important}.govcy-br-bottom-xxl-8{border-bottom:8px solid !important}.govcy-br-bottom-xxl-hidden{border-bottom:hidden !important}.govcy-br-left-xxl-0{border-left:0 !important}.govcy-br-left-xxl-1{border-left:1px solid !important}.govcy-br-left-xxl-2{border-left:2px solid !important}.govcy-br-left-xxl-3{border-left:3px solid !important}.govcy-br-left-xxl-4{border-left:4px solid !important}.govcy-br-left-xxl-5{border-left:5px solid !important}.govcy-br-left-xxl-6{border-left:6px solid !important}.govcy-br-left-xxl-7{border-left:7px solid !important}.govcy-br-left-xxl-8{border-left:8px solid !important}.govcy-br-left-xxl-hidden{border-left:hidden !important}.govcy-br-top-xxl-primary{border-top-color:#31576f !important}.govcy-br-top-xxl-secondary{border-top-color:#b09038 !important}.govcy-br-top-xxl-success{border-top-color:#00703c !important}.govcy-br-top-xxl-standard{border-top-color:#bbbcbf !important}.govcy-br-top-xxl-danger{border-top-color:#d4351c !important}.govcy-br-top-xxl-info{border-top-color:#487d93 !important}.govcy-br-top-xxl-input{border-top-color:#272525 !important}.govcy-br-right-xxl-primary{border-right-color:#31576f !important}.govcy-br-right-xxl-secondary{border-right-color:#b09038 !important}.govcy-br-right-xxl-success{border-right-color:#00703c !important}.govcy-br-right-xxl-standard{border-right-color:#bbbcbf !important}.govcy-br-right-xxl-danger{border-right-color:#d4351c !important}.govcy-br-right-xxl-info{border-right-color:#487d93 !important}.govcy-br-right-xxl-input{border-right-color:#272525 !important}.govcy-br-bottom-xxl-primary{border-bottom-color:#31576f !important}.govcy-br-bottom-xxl-secondary{border-bottom-color:#b09038 !important}.govcy-br-bottom-xxl-success{border-bottom-color:#00703c !important}.govcy-br-bottom-xxl-standard{border-bottom-color:#bbbcbf !important}.govcy-br-bottom-xxl-danger{border-bottom-color:#d4351c !important}.govcy-br-bottom-xxl-info{border-bottom-color:#487d93 !important}.govcy-br-bottom-xxl-input{border-bottom-color:#272525 !important}.govcy-br-left-xxl-primary{border-left-color:#31576f !important}.govcy-br-left-xxl-secondary{border-left-color:#b09038 !important}.govcy-br-left-xxl-success{border-left-color:#00703c !important}.govcy-br-left-xxl-standard{border-left-color:#bbbcbf !important}.govcy-br-left-xxl-danger{border-left-color:#d4351c !important}.govcy-br-left-xxl-info{border-left-color:#487d93 !important}.govcy-br-left-xxl-input{border-left-color:#272525 !important}.govcy-m-xxl-0{margin:0 !important}.govcy-m-xxl-1{margin:.25rem !important}.govcy-m-xxl-2{margin:.5rem !important}.govcy-m-xxl-3{margin:1rem !important}.govcy-m-xxl-4{margin:1.5rem !important}.govcy-m-xxl-5{margin:3rem !important}.govcy-m-xxl-auto{margin:auto !important}.govcy-mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.govcy-mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.govcy-mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.govcy-mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.govcy-mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.govcy-mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.govcy-mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.govcy-my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.govcy-my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.govcy-my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.govcy-my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.govcy-my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.govcy-my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.govcy-my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.govcy-mt-xxl-0{margin-top:0 !important}.govcy-mt-xxl-1{margin-top:.25rem !important}.govcy-mt-xxl-2{margin-top:.5rem !important}.govcy-mt-xxl-3{margin-top:1rem !important}.govcy-mt-xxl-4{margin-top:1.5rem !important}.govcy-mt-xxl-5{margin-top:3rem !important}.govcy-mt-xxl-auto{margin-top:auto !important}.govcy-mr-xxl-0{margin-right:0 !important}.govcy-mr-xxl-1{margin-right:.25rem !important}.govcy-mr-xxl-2{margin-right:.5rem !important}.govcy-mr-xxl-3{margin-right:1rem !important}.govcy-mr-xxl-4{margin-right:1.5rem !important}.govcy-mr-xxl-5{margin-right:3rem !important}.govcy-mr-xxl-auto{margin-right:auto !important}.govcy-mb-xxl-0{margin-bottom:0 !important}.govcy-mb-xxl-1{margin-bottom:.25rem !important}.govcy-mb-xxl-2{margin-bottom:.5rem !important}.govcy-mb-xxl-3{margin-bottom:1rem !important}.govcy-mb-xxl-4{margin-bottom:1.5rem !important}.govcy-mb-xxl-5{margin-bottom:3rem !important}.govcy-mb-xxl-auto{margin-bottom:auto !important}.govcy-ml-xxl-0{margin-left:0 !important}.govcy-ml-xxl-1{margin-left:.25rem !important}.govcy-ml-xxl-2{margin-left:.5rem !important}.govcy-ml-xxl-3{margin-left:1rem !important}.govcy-ml-xxl-4{margin-left:1.5rem !important}.govcy-ml-xxl-5{margin-left:3rem !important}.govcy-ml-xxl-auto{margin-left:auto !important}.govcy-p-xxl-0{padding:0 !important}.govcy-p-xxl-1{padding:.25rem !important}.govcy-p-xxl-2{padding:.5rem !important}.govcy-p-xxl-3{padding:1rem !important}.govcy-p-xxl-4{padding:1.5rem !important}.govcy-p-xxl-5{padding:3rem !important}.govcy-px-xxl-0{padding-right:0 !important;padding-left:0 !important}.govcy-px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.govcy-px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.govcy-px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.govcy-px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.govcy-px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.govcy-py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.govcy-py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.govcy-py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.govcy-py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.govcy-py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.govcy-py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.govcy-pt-xxl-0{padding-top:0 !important}.govcy-pt-xxl-1{padding-top:.25rem !important}.govcy-pt-xxl-2{padding-top:.5rem !important}.govcy-pt-xxl-3{padding-top:1rem !important}.govcy-pt-xxl-4{padding-top:1.5rem !important}.govcy-pt-xxl-5{padding-top:3rem !important}.govcy-pr-xxl-0{padding-right:0 !important}.govcy-pr-xxl-1{padding-right:.25rem !important}.govcy-pr-xxl-2{padding-right:.5rem !important}.govcy-pr-xxl-3{padding-right:1rem !important}.govcy-pr-xxl-4{padding-right:1.5rem !important}.govcy-pr-xxl-5{padding-right:3rem !important}.govcy-pb-xxl-0{padding-bottom:0 !important}.govcy-pb-xxl-1{padding-bottom:.25rem !important}.govcy-pb-xxl-2{padding-bottom:.5rem !important}.govcy-pb-xxl-3{padding-bottom:1rem !important}.govcy-pb-xxl-4{padding-bottom:1.5rem !important}.govcy-pb-xxl-5{padding-bottom:3rem !important}.govcy-pl-xxl-0{padding-left:0 !important}.govcy-pl-xxl-1{padding-left:.25rem !important}.govcy-pl-xxl-2{padding-left:.5rem !important}.govcy-pl-xxl-3{padding-left:1rem !important}.govcy-pl-xxl-4{padding-left:1.5rem !important}.govcy-pl-xxl-5{padding-left:3rem !important}.govcy-bg-xxl-primary{background-color:rgb(49, 87, 111) !important}.govcy-bg-xxl-secondary{background-color:rgb(176, 144, 56) !important}.govcy-bg-xxl-success{background-color:rgb(0, 112, 60) !important}.govcy-bg-xxl-info{background-color:rgb(72, 125, 147) !important}.govcy-bg-xxl-danger{background-color:rgb(212, 53, 28) !important}.govcy-bg-xxl-light{background-color:rgb(235, 241, 243) !important}.govcy-bg-xxl-dark{background-color:rgb(0, 0, 0) !important}.govcy-bg-xxl-white{background-color:rgb(255, 255, 255) !important}.govcy-bg-xxl-gray{background-color:rgb(230, 230, 231) !important}.govcy-bg-xxl-blue{background-color:rgb(29, 112, 184) !important}.govcy-bg-xxl-sub-menu{background-color:rgb(87, 117, 137) !important}.govcy-table-xxl-primary{background-color:#d6dde2 !important}.govcy-table-xxl-secondary{background-color:#efe9d7 !important}.govcy-table-xxl-success{background-color:#cce2d8 !important}.govcy-table-xxl-info{background-color:#dae5e9 !important}.govcy-table-xxl-danger{background-color:#f6d7d2 !important}.govcy-table-xxl-light{background-color:#ebf1f3 !important}.govcy-table-xxl-dark{background-color:#272525 !important}.govcy-text-xxl-start{text-align:left !important}.govcy-text-xxl-end{text-align:right !important}.govcy-text-xxl-center{text-align:center !important}.govcy-float-xxl-start{float:left !important}.govcy-float-xxl-end{float:right !important}.govcy-float-xxl-none{float:none !important}.govcy-d-xxl-inline{display:inline !important}.govcy-d-xxl-inline-block{display:inline-block !important}.govcy-d-xxl-block{display:block !important}.govcy-d-xxl-grid{display:grid !important}.govcy-d-xxl-table{display:table !important}.govcy-d-xxl-table-row{display:table-row !important}.govcy-d-xxl-table-cell{display:table-cell !important}.govcy-d-xxl-flex{display:flex !important}.govcy-d-xxl-inline-flex{display:inline-flex !important}.govcy-d-xxl-none{display:none !important}.govcy-flex-xxl-fill{flex:1 1 auto !important}.govcy-flex-xxl-row{flex-direction:row !important}.govcy-flex-xxl-column{flex-direction:column !important}.govcy-flex-xxl-row-reverse{flex-direction:row-reverse !important}.govcy-flex-xxl-column-reverse{flex-direction:column-reverse !important}.govcy-flex-grow-xxl-0{flex-grow:0 !important}.govcy-flex-grow-xxl-1{flex-grow:1 !important}.govcy-flex-shrink-xxl-0{flex-shrink:0 !important}.govcy-flex-shrink-xxl-1{flex-shrink:1 !important}.govcy-gap-xxl-0{gap:0 !important}.govcy-gap-xxl-1{gap:.25rem !important}.govcy-gap-xxl-2{gap:.5rem !important}.govcy-gap-xxl-3{gap:1rem !important}.govcy-gap-xxl-4{gap:1.5rem !important}.govcy-gap-xxl-5{gap:3rem !important}.govcy-flex-xxl-wrap{flex-wrap:wrap !important}.govcy-flex-xxl-nowrap{flex-wrap:nowrap !important}.govcy-flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.govcy-justify-content-xxl-start{justify-content:flex-start !important}.govcy-justify-content-xxl-end{justify-content:flex-end !important}.govcy-justify-content-xxl-center{justify-content:center !important}.govcy-justify-content-xxl-between{justify-content:space-between !important}.govcy-justify-content-xxl-around{justify-content:space-around !important}.govcy-justify-content-xxl-evenly{justify-content:space-evenly !important}.govcy-align-items-xxl-start{align-items:flex-start !important}.govcy-align-items-xxl-end{align-items:flex-end !important}.govcy-align-items-xxl-center{align-items:center !important}.govcy-align-items-xxl-baseline{align-items:baseline !important}.govcy-align-items-xxl-stretch{align-items:stretch !important}.govcy-align-content-xxl-start{align-content:flex-start !important}.govcy-align-content-xxl-end{align-content:flex-end !important}.govcy-align-content-xxl-center{align-content:center !important}.govcy-align-content-xxl-between{align-content:space-between !important}.govcy-align-content-xxl-around{align-content:space-around !important}.govcy-align-content-xxl-stretch{align-content:stretch !important}.govcy-align-self-xxl-auto{align-self:auto !important}.govcy-align-self-xxl-start{align-self:flex-start !important}.govcy-align-self-xxl-end{align-self:flex-end !important}.govcy-align-self-xxl-center{align-self:center !important}.govcy-align-self-xxl-baseline{align-self:baseline !important}.govcy-align-self-xxl-stretch{align-self:stretch !important}.govcy-order-xxl-first{order:-1 !important}.govcy-order-xxl-0{order:0 !important}.govcy-order-xxl-1{order:1 !important}.govcy-order-xxl-2{order:2 !important}.govcy-order-xxl-3{order:3 !important}.govcy-order-xxl-4{order:4 !important}.govcy-order-xxl-5{order:5 !important}.govcy-order-xxl-last{order:6 !important}}@media(min-width: 1200px){.fs-1{font-size:2.8125rem !important}.fs-2{font-size:2.25rem !important}.fs-3{font-size:1.96875rem !important}.fs-4{font-size:1.6875rem !important}.fs-5{font-size:1.40625rem !important}.govcy-fs-1{font-size:2.8125rem !important}.govcy-fs-2{font-size:2.25rem !important}.govcy-fs-3{font-size:1.96875rem !important}.govcy-fs-4{font-size:1.6875rem !important}.govcy-fs-5{font-size:1.40625rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !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}.d-print-none{display:none !important}.govcy-d-print-inline{display:inline !important}.govcy-d-print-inline-block{display:inline-block !important}.govcy-d-print-block{display:block !important}.govcy-d-print-grid{display:grid !important}.govcy-d-print-table{display:table !important}.govcy-d-print-table-row{display:table-row !important}.govcy-d-print-table-cell{display:table-cell !important}.govcy-d-print-flex{display:flex !important}.govcy-d-print-inline-flex{display:inline-flex !important}.govcy-d-print-none{display:none !important}}.btn,.govcy-btn-success,.govcy-btn-secondary,.govcy-btn-primary,.govcy-btn{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1.125rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: #272525;--bs-btn-bg: transparent;--bs-btn-border-width: 1px;--bs-btn-border-color: transparent;--bs-btn-border-radius: 0.375rem;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn,.govcy-btn-success,.govcy-btn-secondary,.govcy-btn-primary,.govcy-btn{transition:none}}.btn:hover,.govcy-btn-success:hover,.govcy-btn-secondary:hover,.govcy-btn-primary:hover,.govcy-btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check:focus+.btn,.btn-check:focus+.govcy-btn-success,.btn-check:focus+.govcy-btn-secondary,.btn-check:focus+.govcy-btn-primary,.btn-check:focus+.govcy-btn,.btn:focus,.govcy-btn-success:focus,.govcy-btn-secondary:focus,.govcy-btn-primary:focus,.govcy-btn:focus{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn-check:checked+.govcy-btn-success,.btn-check:checked+.govcy-btn-secondary,.btn-check:checked+.govcy-btn-primary,.btn-check:checked+.govcy-btn,.btn-check:active+.btn,.btn-check:active+.govcy-btn-success,.btn-check:active+.govcy-btn-secondary,.btn-check:active+.govcy-btn-primary,.btn-check:active+.govcy-btn,.btn:active,.govcy-btn-success:active,.govcy-btn-secondary:active,.govcy-btn-primary:active,.govcy-btn:active,.btn.active,.active.govcy-btn-success,.active.govcy-btn-secondary,.active.govcy-btn-primary,.active.govcy-btn,.btn.show,.show.govcy-btn-success,.show.govcy-btn-secondary,.show.govcy-btn-primary,.show.govcy-btn{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus,.btn-check:checked+.govcy-btn-success:focus,.btn-check:checked+.govcy-btn-secondary:focus,.btn-check:checked+.govcy-btn-primary:focus,.btn-check:checked+.govcy-btn:focus,.btn-check:active+.btn:focus,.btn-check:active+.govcy-btn-success:focus,.btn-check:active+.govcy-btn-secondary:focus,.btn-check:active+.govcy-btn-primary:focus,.btn-check:active+.govcy-btn:focus,.btn:active:focus,.govcy-btn-success:active:focus,.govcy-btn-secondary:active:focus,.govcy-btn-primary:active:focus,.govcy-btn:active:focus,.btn.active:focus,.active.govcy-btn-success:focus,.active.govcy-btn-secondary:focus,.active.govcy-btn-primary:focus,.active.govcy-btn:focus,.btn.show:focus,.show.govcy-btn-success:focus,.show.govcy-btn-secondary:focus,.show.govcy-btn-primary:focus,.show.govcy-btn:focus{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.govcy-btn-success:disabled,.govcy-btn-secondary:disabled,.govcy-btn-primary:disabled,.govcy-btn:disabled,.btn.disabled,.disabled.govcy-btn-success,.disabled.govcy-btn-secondary,.disabled.govcy-btn-primary,.disabled.govcy-btn,fieldset:disabled .btn,fieldset:disabled .govcy-btn-success,fieldset:disabled .govcy-btn-secondary,fieldset:disabled .govcy-btn-primary,fieldset:disabled .govcy-btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0b5ed7;--bs-btn-hover-border-color: #0a58ca;--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0a58ca;--bs-btn-active-border-color: #0a53be;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5c636a;--bs-btn-hover-border-color: #565e64;--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: #565e64;--bs-btn-active-border-color: #51585e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #157347;--bs-btn-hover-border-color: #146c43;--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #146c43;--bs-btn-active-border-color: #13653f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #31d2f2;--bs-btn-hover-border-color: #25cff2;--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3dd5f3;--bs-btn-active-border-color: #25cff2;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6efd;--bs-btn-hover-border-color: #0d6efd;--bs-btn-focus-shadow-rgb: 13, 110, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0d6efd;--bs-btn-active-border-color: #0d6efd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0d6efd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0d6efd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: none;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline}.btn-link:focus{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.govcy-btn-lg,.btn-group-lg>.btn,.btn-group-lg>.govcy-btn-success,.btn-group-lg>.govcy-btn-secondary,.btn-group-lg>.govcy-btn-primary,.btn-group-lg>.govcy-btn{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:calc(1.265625rem + 0.1875vw);--bs-btn-border-radius: 0.5rem}@media(min-width: 1200px){.btn-lg,.govcy-btn-lg,.btn-group-lg>.btn,.btn-group-lg>.govcy-btn-success,.btn-group-lg>.govcy-btn-secondary,.btn-group-lg>.govcy-btn-primary,.btn-group-lg>.govcy-btn{--bs-btn-font-size:1.40625rem}}.btn-sm,.govcy-btn-sm,.btn-group-sm>.btn,.btn-group-sm>.govcy-btn-success,.btn-group-sm>.govcy-btn-secondary,.btn-group-sm>.govcy-btn-primary,.btn-group-sm>.govcy-btn{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.984375rem;--bs-btn-border-radius: 0.25rem}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: 1px solid var(--bs-alert-border-color);--bs-alert-border-radius: 0.375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:500}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: #084298;--bs-alert-bg: #cfe2ff;--bs-alert-border-color: #b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{--bs-alert-color: #41464b;--bs-alert-bg: #e2e3e5;--bs-alert-border-color: #d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{--bs-alert-color: #0f5132;--bs-alert-bg: #d1e7dd;--bs-alert-border-color: #badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{--bs-alert-color: #055160;--bs-alert-bg: #cff4fc;--bs-alert-border-color: #b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{--bs-alert-color: #664d03;--bs-alert-bg: #fff3cd;--bs-alert-border-color: #ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{--bs-alert-color: #842029;--bs-alert-bg: #f8d7da;--bs-alert-border-color: #f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{--bs-alert-color: #636464;--bs-alert-bg: #fefefe;--bs-alert-border-color: #fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{--bs-alert-color: #141619;--bs-alert-bg: #d3d3d4;--bs-alert-border-color: #bcbebf}.alert-dark .alert-link{color:#101214}h1,.h1{outline:0}h2,.h2{outline:0}h3,.h3{outline:0}h4,.h4{outline:0}h5,.h5{outline:0}h6,.h6{outline:0}.govcy-alert-error{margin-bottom:1.5rem}.govcy-alert-error p>a,.govcy-alert-error ul li a{color:#d4351c;display:block;font-weight:bold;margin-bottom:5px}.govcy-alert-error p>a:hover,.govcy-alert-error ul li a:hover{color:#942514}.govcy-alert-error ul{list-style:none;padding-left:5px}.govcy-alert-error ul li a{display:inline-block}.govcy-alert-notification{margin-bottom:1.5rem}.govcy-alert-notification .govcy-alert-notification-header{color:#fff;padding-left:20px}.govcy-alert-notification .govcy-alert-notification-body p a{color:#31576f;padding-top:5px}.govcy-alert-completed-notification{color:#fff;margin-bottom:1.5rem}.govcy-alert-completed-notification .govcy-alert-completed-notification-body{padding:24px;text-align:center}.govcy-alert-warning{margin-bottom:1.5rem}.govcy-alert-warning .govcy-alert-warning-icon{display:inline-block;font-size:30px;position:relative;top:7px}.govcy-alert-warning .govcy-alert-warning-text{font-size:24px}.govcy-btn{margin-bottom:1.5rem;border:2px solid rgba(0,0,0,0)}.govcy-btn:not(.disabled):not(:disabled):hover{color:#fff}.govcy-btn:not(.disabled):not(:disabled):focus{background-color:#fd0;border:2px solid;box-shadow:none;color:#272525}.govcy-btn-sm{border:2px solid rgba(0,0,0,0)}.govcy-btn-lg{border:2px solid rgba(0,0,0,0)}.govcy-btn-primary{margin-bottom:1.5rem;background-color:#31576f;color:#fff}.govcy-btn-primary:not(.disabled):not(:disabled):hover{color:#fff}.govcy-btn-primary:not(.disabled):not(:disabled):focus{background-color:#fd0;border:2px solid;box-shadow:none;color:#272525}.govcy-btn-primary:hover{background-color:#254355}.govcy-btn-secondary{margin-bottom:1.5rem;background-color:#d0d1d3;color:#272525 !important}.govcy-btn-secondary:not(.disabled):not(:disabled):hover{color:#fff}.govcy-btn-secondary:not(.disabled):not(:disabled):focus{background-color:#fd0;border:2px solid;box-shadow:none;color:#272525}.govcy-btn-secondary:hover{background-color:#a6a8aa}.govcy-btn-success{margin-bottom:1.5rem;background-color:#00703c;color:#fff}.govcy-btn-success:not(.disabled):not(:disabled):hover{color:#fff}.govcy-btn-success:not(.disabled):not(:disabled):focus{background-color:#fd0;border:2px solid;box-shadow:none;color:#272525}.govcy-btn-success:hover{background-color:#274e13}.govcy-header{margin-bottom:.5rem;min-width:350px;padding:0}.govcy-header .govcy-logo{background-color:rgba(0,0,0,0);border:0;content:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODEuNjk5IiBoZWlnaHQ9IjU5IiB2aWV3Qm94PSIwIDAgMTgxLjY5OSA1OSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOm5vbmU7fS5jbHMtM3tmaWxsOiNjZjhjMmM7fS5jbHMtNHtmaWxsOiNmZmFkMmQ7fS5jbHMtNXtmaWxsOiMyZjQ3MTI7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMEg4OC41TDcwLjgsNTlIMFoiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjI1LjI4NTYiIHk9IjEwLjUzNTgiIHdpZHRoPSI0Mi4xNDI5IiBoZWlnaHQ9IjQxLjA4OTMiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik04OS44MjEzLDI5LjE1MzhhMTAuMTkyMSwxMC4xOTIxLDAsMCwxLDEuOTAxNC02LjQ3NzUsNi4xNDI4LDYuMTQyOCwwLDAsMSw1LjA3NTYtMi40MzMxLDUuNzQsNS43NCwwLDAsMSw0LjY4ODcsMi4wNzg2bC4xNzgtMS43NTY0aDMuNTI4VjM3LjQ2ODNhNy4wMTA4LDcuMDEwOCwwLDAsMS0yLjE0Myw1LjQxNCw4LjEwMTgsOC4xMDE4LDAsMCwxLTUuNzUyMSwxLjk4Miw5LjI2MTUsOS4yNjE1LDAsMCwxLTMuNzU0NC0uODA1N0E2LjYwNTQsNi42MDU0LDAsMCwxLDkwLjc3Miw0MS45OGwxLjg1My0yLjM1MjZhNS41OTYxLDUuNTk2MSwwLDAsMCw0LjQ0NzMsMi4xNDMxQTQuMzA1NSw0LjMwNTUsMCwwLDAsMTAwLjE1LDQwLjcwN2E0LjAxNzYsNC4wMTc2LDAsMCwwLDEuMTI4LTMuMDkzN1YzNi40MzdhNS43NjU0LDUuNzY1NCwwLDAsMS00LjUxMTksMS44ODUzLDYuMTM2MSw2LjEzNjEsMCwwLDEtNS4wMTEyLTIuNDMzMUExMC41NTgyLDEwLjU1ODIsMCwwLDEsODkuODIxMywyOS4xNTM4Wm0zLjg5OTQuMzM4NGE3LjA5ODEsNy4wOTgxLDAsMCwwLDEuMDYzNSw0LjE0MTEsMy40NzIsMy40NzIsMCwwLDAsMi45ODA5LDEuNDk4NSwzLjc2ODcsMy43Njg3LDAsMCwwLDMuNTEyOS0yLjAzdi03LjY3QTMuNzE0MiwzLjcxNDIsMCwwLDAsOTcuNzk3NCwyMy40NWEzLjQ3OTMsMy40NzkzLDAsMCwwLTMuMDEzMiwxLjUzMDhBNy45MDU5LDcuOTA1OSwwLDAsMCw5My43MjA3LDI5LjQ5MjJabTE0Ljc3NjMtLjM3MDZhMTAuMjI2MSwxMC4yMjYxLDAsMCwxLDEuMDE1LTQuNjA4NCw3LjM0NTEsNy4zNDUxLDAsMCwxLDIuODUyLTMuMTU4Miw3Ljk4OTIsNy45ODkyLDAsMCwxLDQuMjIxLTEuMTExOCw3LjU5LDcuNTksMCwwLDEsNS43MjEsMi4yNzE5LDguOTE4Myw4LjkxODMsMCwwLDEsMi4zODQsNi4wMjY0bC4wMTcuOTE4NWExMC4zMDI3LDEwLjMwMjcsMCwwLDEtLjk5OSw0LjYwODQsNy4yNjUxLDcuMjY1MSwwLDAsMS0yLjgzNiwzLjE0Miw4LjA1NCw4LjA1NCwwLDAsMS00LjI1NCwxLjExMTksNy42MDE0LDcuNjAxNCwwLDAsMS01LjkxNC0yLjQ0OTMsOS40NjExLDkuNDYxMSwwLDAsMS0yLjIwNy02LjU1ODFabTMuOTE1LjMzODRhNy4wNjQyLDcuMDY0MiwwLDAsMCwxLjExMiw0LjIyMTYsMy42MiwzLjYyLDAsMCwwLDMuMDk0LDEuNTE0NywzLjU1MzEsMy41NTMxLDAsMCwwLDMuMDc3LTEuNTQ2OSw3LjcxLDcuNzEsMCwwLDAsMS4xMTItNC41Mjc4LDYuODk2OCw2Ljg5NjgsMCwwLDAtMS4xNDQtNC4xOSwzLjgxNSwzLjgxNSwwLDAsMC02LjEyMy0uMDE2MUE3LjU3MzksNy41NzM5LDAsMCwwLDExMi40MTIsMjkuNDZabTIxLjQ5NSwzLjU3NzEsMy42OS0xMi40NzE3aDQuMDQ1TDEzNS41OTksMzhoLTMuNGwtNi4wOTEtMTcuNDM0Nmg0LjA2MVptOS45MjYuODM3OWEyLjIyMjUsMi4yMjI1LDAsMCwxLDEuNjkyLjYyODQsMi4yODQ2LDIuMjg0NiwwLDAsMSwwLDMuMDc3NywyLjY1NCwyLjY1NCwwLDAsMS0zLjM1MiwwLDIuMDQ0MSwyLjA0NDEsMCwwLDEtLjYxMi0xLjUzMDgsMi4xMjg3LDIuMTI4NywwLDAsMSwuNTk2LTEuNTQ2OUEyLjIsMi4yLDAsMCwxLDE0My44MzMsMzMuODc1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE1Ny43NzEsMzUuMTk2M2EzLjUzODQsMy41Mzg0LDAsMCwwLDIuNDMzLS44NTQsMi45MTU5LDIuOTE1OSwwLDAsMCwxLjAzMS0yLjExMDloMy42OWE1Ljc5MjEsNS43OTIxLDAsMCwxLTEuMDE1LDMuMDQ1NSw2LjY4NTksNi42ODU5LDAsMCwxLTIuNTc4LDIuMjIzNiw3LjY4NDUsNy42ODQ1LDAsMCwxLTMuNTEzLjgyMTgsNy40MzEzLDcuNDMxMywwLDAsMS01LjgtMi4zNjg3LDkuMzkzOSw5LjM5MzksMCwwLDEtMi4xNDQtNi41NDJ2LS40MDI4YTkuMjA4MSw5LjIwODEsMCwwLDEsMi4xMjctNi4zNjQ4LDcuMzU1LDcuMzU1LDAsMCwxLDUuODAxLTIuNDAwOCw3LjExNyw3LjExNywwLDAsMSw1LjA2LDEuODIwOCw2LjQ1MjQsNi40NTI0LDAsMCwxLDIuMDYyLDQuNzUzNGgtMy42OWEzLjU2NjMsMy41NjYzLDAsMCwwLTEuMDMxLTIuNDY1MywzLjI2NTcsMy4yNjU3LDAsMCwwLTIuNDMzLS45NjY4LDMuNDM5MSwzLjQzOTEsMCwwLDAtMi45MzMsMS4zODU3LDYuOTk2Myw2Ljk5NjMsMCwwLDAtMS4wNDcsNC4xNzMzdi42Mjg1YTcuMjI3OSw3LjIyNzksMCwwLDAsMS4wMTUsNC4yMzc3QTMuNDcyNCwzLjQ3MjQsMCwwLDAsMTU3Ljc3MSwzNS4xOTYzWm0xNi4yMS0yLjgwMzcsMy41NDUtMTEuODI3Mmg0LjE3M2wtNi45MjgsMjAuMDc3MnEtMS41OTYsNC4zOTg5LTUuNDE1LDQuMzk4OWE3LjAxOTMsNy4wMTkzLDAsMCwxLTEuODg1LS4yOVY0MS43MjIybC43NDEuMDQ4M2EzLjcyNzUsMy43Mjc1LDAsMCwwLDIuMjI0LS41NDc4LDMuNTAyNSwzLjUwMjUsMCwwLDAsMS4xOTItMS44MDQ3bC41NjQtMS40OTg2LTYuMTIzLTE3LjM1NGg0LjIyMloiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0zMi40MDI4LDEwLjUxNzdjMCwxMS45MjI0LDIuMTksMTkuNTEsMTEuODQ3NSwyNi43MDkxQzUzLjkwMzUsMzAuMDI3NCw1Ni4wOTc5LDIyLjQ0LDU2LjA5NzksMTAuNTE3N0EyMS40MjY1LDIxLjQyNjUsMCwwLDEsNDQuMjUsMTMuNTU4NCwyMS40MDU5LDIxLjQwNTksMCwwLDEsMzIuNDAyOCwxMC41MTc3WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTI2LjYwNjUsMTcuODc4NGMxLjE2NTktMi4zNzgzLS4xNTktNC41NTA2LS42LTUuMzQ2M0MyNS40MjE1LDE0LjY1NzgsMjUuNDYxNiwxNy4wNjUsMjYuNjA2NSwxNy44Nzg0WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTI4LjE4MjQsMjIuNTRjMS40NTQxLTEuMzQ3Ny4zODgtNC42MjE2LjA4NjUtNS4zOEE2LjAzLDYuMDMsMCwwLDAsMjguMTgyNCwyMi41NFoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0yOC4xMzE1LDI1LjM1MDVjLTEuOS0uNzc1OC0yLjU2MzktMy4wMTY4LTIuODQ0Ni00LjY3N0MyNS44MDcyLDIwLjkzMjksMjguMzAyMSwyMi43MzcyLDI4LjEzMTUsMjUuMzUwNVoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zMC42NjcyLDIyLjk1MjJjLjQxNjcuNTY1MiwxLjM0MSwzLjcwMTYsMCw1LjU1MjVBNS43MjM1LDUuNzIzNSwwLDAsMSwzMC42NjcyLDIyLjk1MjJaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNMjkuOTMxMywzMC45MjA3Yy4zNDE0LTIuMzAwOC0yLjk3MjQtNC4yNDkxLTMuMTM2Mi00LjQwNDNDMjYuOTg1NSwyNy43ODIxLDI4LjIsMzAuNDUzLDI5LjkzMTMsMzAuOTIwN1oiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zMi42ODg3LDMzLjgxMzNjLS45MTc2LS42ODcxLS45NjQyLTMuNTItLjIzOTQtNS4zMDg2QzMzLjUyLDMwLjA3NCwzMy43MjgzLDMzLjMwMzUsMzIuNjg4NywzMy44MTMzWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTMxLjQyMDgsMzMuNzQ2OGMtLjYxMzkuNDY1NS0xLjU2LTEuMTUyNi0uOTA4Ny0xLjU3MzdDMzEuMTM0OSwzMS43ODUyLDMxLjk2NjEsMzMuMzI1NywzMS40MjA4LDMzLjc0NjhaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNMzQuMDI3NSwzNS40MzE0Yy0uNzA5My4zMS0xLjIzLTEuNDg1MS0uNDk2NS0xLjc1MTFDMzQuMjI3LDMzLjQ4MDgsMzQuNjU5MywzNS4xNjU0LDM0LjAyNzUsMzUuNDMxNFoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zMS4xMTk0LDMwLjYwMzdjLS43NTgxLjEzNzUtLjg2ODktMS43MzU1LS4wOTc1LTEuODEzMUMzMS43NTMzLDI4LjcyNjMsMzEuNzk1NSwzMC40Nzc0LDMxLjExOTQsMzAuNjAzN1oiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0yOS4zOTA1LDI3LjM3NDJjLS42MTg0LjQ2MTEtMS41NDk0LTEuMTY4MS0uODkzMy0xLjU4QzI5LjEyMjMsMjUuNDEsMjkuOTQsMjYuOTYsMjkuMzkwNSwyNy4zNzQyWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTI5LjM5OTMsMjQuMzA2NWMtLjc0NjkuMTg4NC0uOTg0MS0xLjY3MTMtLjIxOTQtMS44MDIxQzI5LjkwNDcsMjIuMzg5MiwzMC4wNjY1LDI0LjEzMzYsMjkuMzk5MywyNC4zMDY1WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTI2LjcxMiwyMC41NTgzYy0uNjQuNDMtMS40ODg3LTEuMjQzNS0uODEyNC0xLjYyMjZDMjYuNTQzNSwxOC41ODMzLDI3LjI4MjUsMjAuMTcyNiwyNi43MTIsMjAuNTU4M1oiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zOC4yMzQ2LDQwLjU1MTdjLS42NjA2LjM5OS0xLjQxNDItMS4zMDc4LS43MjI2LTEuNjYyNEMzOC4xNzY5LDM4LjYwMTEsMzguODI2NCw0MC4xOTcsMzguMjM0Niw0MC41NTE3WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTM1LjU3NDcsMzkuODQyNGMtLjUyMzEuNTU0MS0xLjcyODktLjg2NDUtMS4xNjgxLTEuMzk2NEMzNC45NjA3LDM3Ljk4MDUsMzYuMDQyNCwzOS4zMzI2LDM1LjU3NDcsMzkuODQyNFoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zNi41MjU2LDM4LjczNDFjLTEuMDU3My0uNDQzMy0xLjgtMy4xNy0xLjUyNzItNS4wOTgxQzM2LjQxOTIsMzQuOTIxNiwzNy40MSwzNy45ODA1LDM2LjUyNTYsMzguNzM0MVoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zNC41NjM5LDM3LjkzNjFjLTEuMTMuMjIxNy0zLjIxNC0xLjY4NDUtNC4wMTY0LTMuNDhDMzIuNDM4MywzNC43ODg2LDM0LjkxLDM2Ljg1LDM0LjU2MzksMzcuOTM2MVoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik0zOS45MTQ3LDQyLjkyMzRjLTEuMDE3NC41MzItMy41NjQyLS42ODcxLTQuODUtMi4xNzIyQzM2Ljk3MTEsNDAuNTA3NCwzOS45MzI1LDQxLjc3MDgsMzkuOTE0Nyw0Mi45MjM0WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTQxLjE5MTUsNDMuMDM0M2MtMS4xMTcyLS4yNjYtMi4yMjU1LTIuODgxNi0yLjIxNjYtNC44MzIyQzQwLjU3MzEsMzkuMjY2MSw0MS45NjUxLDQyLjE3LDQxLjE5MTUsNDMuMDM0M1oiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik00Mi4yNjIxLDQ4LjkwODJhMi4yOTgsMi4yOTgsMCwwLDAtLjg3MzQtLjgyLDIzLjczNDYsMjMuNzM0NiwwLDAsMSw2LjAyLTQuMTg5M2MtMi4wMSwxLjQ4NTEtNC4yNDY5LDIuOTkyNC01LjE0NjgsNS4wMVoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik02MS45MDUzLDE3Ljg3ODRjLTEuMTc0OC0yLjM3ODMuMTU1MS00LjU1MDYuNTk4NC01LjM0NjNDNjMuMDgsMTQuNjU3OCw2My4wMzU3LDE3LjA2NSw2MS45MDUzLDE3Ljg3ODRaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNNjAuMzA5MywyMi41NGMtMS40NDA3LTEuMzQ3Ny0uMzc2OC00LjYyMTYtLjA2NjQtNS4zOEE2LjAyLDYuMDIsMCwwLDEsNjAuMzA5MywyMi41NFoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik02MC4zNzU4LDI1LjM1MDVjMS44ODQxLS43NzU4LDIuNTQ5MS0zLjAxNjgsMi44MzczLTQuNjc3QzYyLjcwMzIsMjAuOTMyOSw2MC4xOTg1LDIyLjczNzIsNjAuMzc1OCwyNS4zNTA1WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTU3LjgyNjgsMjIuOTUyMmMtLjM5OS41NjUyLTEuMzMsMy43MDE2LDAsNS41NTI1QTUuNzExNyw1LjcxMTcsMCwwLDAsNTcuODI2OCwyMi45NTIyWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTU4LjU4LDMwLjkyMDdjLS4zNTQ2LTIuMzAwOCwyLjk3LTQuMjQ5MSwzLjEyNTQtNC40MDQzQzYxLjUwNjMsMjcuNzgyMSw2MC4zMDkzLDMwLjQ1Myw1OC41OCwzMC45MjA3WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTU1LjgxLDMzLjgxMzNjLjkzMS0uNjg3MS45NzUzLTMuNTIuMjQzOC01LjMwODZDNTQuOTksMzAuMDc0LDU0Ljc2NzksMzMuMzAzNSw1NS44MSwzMy44MTMzWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTU3LjA3MzIsMzMuNzQ2OGMuNjIwNi40NjU1LDEuNTczNy0xLjE1MjYuOTA4OC0xLjU3MzdDNTcuMzYxMywzMS43ODUyLDU2LjU0MTIsMzMuMzI1Nyw1Ny4wNzMyLDMzLjc0NjhaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNNTQuNDgsMzUuNDMxNGMuNzA5My4zMSwxLjIxOTEtMS40ODUxLjQ4NzYtMS43NTExQzU0LjI4LDMzLjQ4MDgsNTMuODM3LDM1LjE2NTQsNTQuNDgsMzUuNDMxNFoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik01Ny4zODM1LDMwLjYwMzdjLjc1MzYuMTM3NS44NjQ0LTEuNzM1NS4wODg2LTEuODEzMUM1Ni43NDA3LDI4LjcyNjMsNTYuNjk2NCwzMC40Nzc0LDU3LjM4MzUsMzAuNjAzN1oiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik01OS4xMTI0LDI3LjM3NDJjLjYyMDYuNDYxMSwxLjU1MTYtMS4xNjgxLjg4NjYtMS41OEM1OS4zNzg0LDI1LjQxLDU4LjU1ODMsMjYuOTYsNTkuMTEyNCwyNy4zNzQyWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTU5LjExMjQsMjQuMzA2NWMuNzMxNS4xODg0Ljk3NTMtMS42NzEzLjItMS44MDIxQzU4LjYwMjYsMjIuMzg5Miw1OC40MjUzLDI0LjEzMzYsNTkuMTEyNCwyNC4zMDY1WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTYxLjc5NDQsMjAuNTU4M2MuNjQyOS40MywxLjQ4NTItMS4yNDM1Ljc5OC0xLjYyMjZDNjEuOTUsMTguNTgzMyw2MS4yMTgxLDIwLjE3MjYsNjEuNzk0NCwyMC41NTgzWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTUwLjI2ODMsNDAuNTUxN2MuNjY1LjM5OSwxLjQxODYtMS4zMDc4LjczMTUtMS42NjI0QzUwLjMzNDgsMzguNjAxMSw0OS42Nyw0MC4xOTcsNTAuMjY4Myw0MC41NTE3WiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTUyLjkyODIsMzkuODQyNGMuNTMyLjU1NDEsMS43Mjg5LS44NjQ1LDEuMTc0OC0xLjM5NjRDNTMuNTQ4OCwzNy45ODA1LDUyLjQ2MjcsMzkuMzMyNiw1Mi45MjgyLDM5Ljg0MjRaIi8+PHBhdGggY2xhc3M9ImNscy01IiBkPSJNNTEuOTc1MSwzOC43MzQxYzEuMDYzOS0uNDQzMywxLjc5NTQtMy4xNywxLjUyOTQtNS4wOTgxQzUyLjA4NTksMzQuOTIxNiw1MS4wODg0LDM3Ljk4MDUsNTEuOTc1MSwzOC43MzQxWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTUzLjk0NzgsMzcuOTM2MWMxLjEzLjIyMTcsMy4yMTQtMS42ODQ1LDQuMDEyLTMuNDhDNTYuMDUzNSwzNC43ODg2LDUzLjU5MzIsMzYuODUsNTMuOTQ3OCwzNy45MzYxWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTQ4LjU4MzcsNDIuOTIzNGMxLjAyLjUzMiwzLjU2ODctLjY4NzEsNC44NTQzLTIuMTcyMkM1MS41MzE3LDQwLjUwNzQsNDguNTYxNiw0MS43NzA4LDQ4LjU4MzcsNDIuOTIzNFoiLz48cGF0aCBjbGFzcz0iY2xzLTUiIGQ9Ik00Ny4zMiw0My4wMzQzYzEuMTA4My0uMjY2LDIuMjE2NS0yLjg4MTYsMi4yMTY1LTQuODMyMkM0Ny45MTg4LDM5LjI2NjEsNDYuNTM1Niw0Mi4xNyw0Ny4zMiw0My4wMzQzWiIvPjxwYXRoIGNsYXNzPSJjbHMtNSIgZD0iTTQ2LjI0MDgsNDguOTA4MmEyLjY5NzcsMi42OTc3LDAsMCwxLC43NDctLjgyLDIxLjQ2NTIsMjEuNDY1MiwwLDAsMC01Ljg5MzktNC4xODkzYzIuMDEwNSwxLjQ4NTEsNC4yNDcsMi45OTI0LDUuMTQ2OSw1LjAxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTM0LjA3ODUsMTMuMTc5M2EyOC44NCwyOC44NCwwLDAsMCw1Ljk2MjYsNS4xNDkxLDkuMjE2Miw5LjIxNjIsMCwwLDEsMy4wNzQ0LDMuNjIsMTMuNDM0MiwxMy40MzQyLDAsMCwwLDEuMTQ4MSwyLjI3LDguODI4LDguODI4LDAsMCwwLTMuMDg3NiwyLjU2LDIuMjI4LDIuMjI4LDAsMCwxLTEuNTczOC0xLjE3NywyLjE3MTgsMi4xNzE4LDAsMCwwLDEuMzU4Ny4yODM3Yy4wNi0uMTk1MS0xLjU4LS41ODc0LTIuMjctMS41NDUuNDc4OC4xNjg1LDEuMjQzNS41NjUzLDEuNjUxMy40NDExLjA2MjEtLjAzMS0uODY4OS0uNDAxMi0xLjA2NjEtLjUxNjRhNC40MTc2LDQuNDE3NiwwLDAsMS0yLjAzNzEtMS44NzUyYy43MzM3LjQ0NzcsMi40NzgyLDEuNDI1MiwyLjYxNTYsMS4xOTY5LjA3MzEtLjA1NzYtLjE0LS4wODg3LS42MDA3LS4zMzY5YTYuNDExNyw2LjQxMTcsMCwwLDEtMi42Njg3LTIuNTI2OWMuOTE3Ni42NzE2LDIuNTQ0NiwxLjcwNDUsMi43ODQsMS41MjUuMTgzOS0uMTE3NS0uNjc2MS0uMzIzNi0xLjcxMTItMS4xNjE1YTQuNDk5MSw0LjQ5OTEsMCwwLDEtMS44NjQyLTIuNTA2OWMxLjA1NzMuOTg4NiwyLjk4OCwyLjI1ODcsMy4xNzQyLDIuMTE0Ni4wNi0uMDY0My0uMDYyMS0uMTQtLjM1LS4zMzkyLS44MDQ2LS41NS0yLjg1NzEtMi4wMS0zLjIyNzMtMy41ODQxLDEuMDc1MS45MjIxLDIuOTQ1OCwyLjYwODksMy41MjQ0LDIuNTM1N0MzOS4zMywxOC44NjcsMzQuODM4OCwxNy4xLDM0LjA3ODUsMTMuMTc5M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00NS4wNzkzLDIzLjkxNjRjMi4xNTIzLS42MzQsMy4yODI4LS4wNzc2LDMuMzkzNi45OTNhMy45NTM3LDMuOTUzNywwLDAsMCwyLjQ4MjUtMi4zMjNjLS40NDMzLjI4Ni0uOTc1Mi43NzgtMS4yNDEyLjY4NzItLjExMDktLjA2NDMuOTA4OC0uNzExNiwxLjY2MjQtMS40ODA3YTMuNjg3NywzLjY4NzcsMCwwLDAsMS4wNjM5LTEuNzk3NmMtLjU5ODQuNDg1NC0xLjc5NTQsMS43MTc4LTEuOTA2MiwxLjUxMzktLjEzMy0uMjU5NCwyLjM5MzktMS44MjQzLDIuNTkzNC0zLjk4NzYtLjY4NzIuNjkzOC0xLjY2MjQsMS45NTcyLTEuOTA2MywxLjcyNjctLjExMDgtLjEzNTIuMjIxNy0uMzcyNC43MDkzLS45ODIuODItMS4wNTk1LDIuMTI3OS0yLjkxNywyLjIzODgtNC4yNDI1YTMwLjI0NDksMzAuMjQ0OSwwLDAsMS01LjU0MTQsNS4xNTM2Yy0uNTc2NC40NDc3LTEuMDY0Ljg5MS0xLjQ4NTIsMS4yODU2QzQ2LjAzMjUsMjEuNDg5Miw0NS42Njg5LDIyLjg3OSw0NS4wNzkzLDIzLjkxNjRaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzkuOTE5MiwyOS44NDM1YTIuMzA2NCwyLjMwNjQsMCwwLDAsLjc0LjM2MTMsNS4zOTI2LDUuMzkyNiwwLDAsMSwuMzMyNS0xLjE0MzgsNC42Njg2LDQuNjY4NiwwLDAsMSwuNjM2MS0xLjA0NjIsNy4xOTA5LDcuMTkwOSwwLDAsMC0uNjcxNiwyLjI3ODZsLjc5MTMuMTI2NGE0LjEyMSw0LjEyMSwwLDAsMSwuODE3OS0yLjIxODgsNy43NjI3LDcuNzYyNywwLDAsMC0uNDIzMywyLjI5MTljLjI1NzEuMDIyMi41Mzg2LjA2LjgxMTIuMDcwOWE2LjY5NDgsNi42OTQ4LDAsMCwxLC4zOTktMi4yOWMtLjA2Mi43OTU4LS4wMzEsMS41NTE2LS4wMzU0LDIuMzIzbC44NjY2LS4wMjIyYTEzLjUyLDEzLjUyLDAsMCwxLS4xMTUyLTIuMjg3NSwxMi45MzM3LDEyLjkzMzcsMCwwLDEsLjUxODYsMi4yODc1Yy4yMzk0LS4wMjIxLjU3MTktLjA1NzYuNzk4LS4wNzc2YTExLjgyNzYsMTEuODI3NiwwLDAsMC0uNTk0LTIuMjcsNi40NDIxLDYuNDQyMSwwLDAsMSwuODkxLDIuMjEyMWMuMjQ2MS0uMDMxLjU2NzUtLjA4Mi43OTM2LS4xMjQxYTkuNTExOCw5LjUxMTgsMCwwLDAtLjkyMjEtMi4yNDEsMy44NjE5LDMuODYxOSwwLDAsMSwxLjE1LDIuMTYzNCw0LjI5MjUsNC4yOTI1LDAsMCwwLC43NDkyLS4yNjM4QTQuNzQyNSw0Ljc0MjUsMCwwLDAsNDYuMDUsMjcuMjgxMWExLjg4MiwxLjg4MiwwLDAsMCwuNDI1Ni0uODI0NmMuMjg1OSwwLC43NTU4LjA2Ljg2NjYtLjEyNjNsLjg2NDUuNTQ1M2E1LjgyNDQsNS44MjQ0LDAsMCwxLS4yNDM4LS45ODY0LDEuMjk3MywxLjI5NzMsMCwwLDEsLjE1NTEtLjMxNywxLjIyODIsMS4yMjgyLDAsMCwwLS45MzA5LTEuNTk1OSw0LjEyNjIsNC4xMjYyLDAsMCwwLTIuMzIzLjI4MTUsNy44NCw3Ljg0LDAsMCwwLTQuMDQ3NCwzLjcwMzlBMTEuNzk0MSwxMS43OTQxLDAsMCwwLDM5LjkxOTIsMjkuODQzNVptNy4yOS00Ljg0NzdhLjI4MzYuMjgzNiwwLDAsMSwuMjg4Mi4yNjM4LjI2ODMuMjY4MywwLDAsMS0uMjg4Mi4yNDgzLjI1NzUuMjU3NSwwLDAsMS0uMjQzOC0uMjQ4M0EuMjc2Ni4yNzY2LDAsMCwxLDQ3LjIwOTQsMjQuOTk1OFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01Mi4yMTg5LDI1LjEyYy0zLjEwMzIuMzAzNi0zLjQ4LjYzMTctNS4wNzYsMy4yMzM5bC4yMjE3LjIxMDZhNS4wNTc3LDUuMDU3NywwLDAsMSwuOTMxLTEuNTY3MUEzLjYzLDMuNjMsMCwwLDEsNDkuNzM2MywyNS44OCwyNS4xNzgyLDI1LjE3ODIsMCwwLDEsNTIuMjE4OSwyNS4xMloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00Ny4xODczLDI2LjUxMmExLjMzMzcsMS4zMzM3LDAsMCwxLC40ODc2LDEuMzIxQzQ3LjEyMDgsMjcuNzkzMSw0Ny4wMzIxLDI3LjEwMTYsNDcuMTg3MywyNi41MTJaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDkuNDQ4MiwyNy4yOTg4Yy0uODIuMDI0NC0xLjA0MTgtLjEyNjMtMS44NjE5LjQ2NzdDNDguMDczOSwyOC4xNjExLDQ4Ljg1LDI3LjgzMDgsNDkuNDQ4MiwyNy4yOTg4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQ4LjUzOTQsMjYuNTQ1MmMtLjM5OS0uMjEwNi0uMzc2OC0xLjA4MzkuODQyMy0xLjcxMzRBMi42OTkzLDIuNjk5MywwLDAsMSw0OC41Mzk0LDI2LjU0NTJaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDguNzE2NywyNi40MWMuMTc3My42NTE3LDEuMDQxOC42Mzg0LDEuNjE4MS4yNDZBMS41ODI1LDEuNTgyNSwwLDAsMCw0OC43MTY3LDI2LjQxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQ5LjU1OSwyNS45MjQ2Yy0uMi0uNTQ1My42MjA2LTEuNDIzMSwxLjI2MzUtMS40OTg0QTIuMjIxNywyLjIyMTcsMCwwLDEsNDkuNTU5LDI1LjkyNDZaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDkuNjI1NSwyNS45MDY4Yy4zNzY4LjU4NTIsMS4xNzQ4LjUxMjEsMS43Mjg5LjQxOUExLjIzNzYsMS4yMzc2LDAsMCwwLDQ5LjYyNTUsMjUuOTA2OFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01MC40OSwyNS40ODU3YTIuNjcwNywyLjY3MDcsMCwwLDEsMS41Mjk0LTEuMzc4N0EyLjAxMTEsMi4wMTExLDAsMCwxLDUwLjQ5LDI1LjQ4NTdaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNTAuOTMzMywyNS40MTQ4YTIuMDUyMSwyLjA1MjEsMCwwLDEsMS41OTU5LjQ2NTRDNTEuODY0MiwyNi4xNTUxLDUxLjEzMjgsMjYuMTMyOSw1MC45MzMzLDI1LjQxNDhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDIuODU4MywzMy40MzY1aC0uMjE1VjMyLjM1YTEuMDIzNiwxLjAyMzYsMCwwLDEtLjM0NTguMnYtLjJhLjg3MTIuODcxMiwwLDAsMCwuNDE0NS0uMzU0N2guMTQ2M1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00NC4wNiwzMi43NzE1YS4yNTEyLjI1MTIsMCwwLDEtLjE0MTkuMTMzLjMzNzcuMzM3NywwLDAsMS0uMjAxNy4wNjY1LjQxMjMuNDEyMywwLDAsMS0uMzEtLjEzMy40ODE2LjQ4MTYsMCwwLDEtLjEyNjMtLjM1NDYuNTIwNy41MjA3LDAsMCwxLC4xMjg1LS4zNTQ3LjQ0NDUuNDQ0NSwwLDAsMSwuMzMyNS0uMTMyOS40NS40NSwwLDAsMSwuMzU0Ny4xNTUxLjc5NDkuNzk0OSwwLDAsMSwuMTQ2My41MzIuOTU5Mi45NTkyLDAsMCwxLS4xMzMuNTc2My40NDEzLjQ0MTMsMCwwLDEtLjM4NzkuMi40LjQsMCwwLDEtLjI3OTMtLjA4ODcuNDIyMi40MjIyLDAsMCwxLS4xMzUyLS4yODgxTDQzLjUxLDMzLjA2Yy4wMjY2LjE1NTIuMDk3NS4yMjE3LjIxMjguMjIxN2EuMjUwNS4yNTA1LDAsMCwwLC4yMjYxLS4xMzMuNzU1OS43NTU5LDAsMCwwLC4wOC0uMzc2OVptLS4zMDM3LDBhLjIwMDkuMjAwOSwwLDAsMCwuMTg0LS4wODg2LjI2MjUuMjYyNSwwLDAsMCwuMDY4Ny0uMTk5NS4zNDkuMzQ5LDAsMCwwLS4wNzA5LS4yMjE3LjE5OTIuMTk5MiwwLDAsMC0uMTc3My0uMDg4Ni4yMTY2LjIxNjYsMCwwLDAtLjE4NjIuMDg4Ni4zNjM2LjM2MzYsMCwwLDAsMCwuNDQzNEEuMjYyNS4yNjI1LDAsMCwwLDQzLjc1NiwzMi43NzE1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQ0LjU3NjIsMzIuNjgyOWEuMzc5NC4zNzk0LDAsMCwxLC4zNDgtLjE5OTUuNDA3Ny40MDc3LDAsMCwxLC4zMDgxLjEzMy41MTg4LjUxODgsMCwwLDEsLjEyNjMuMzU0Ni41NjA4LjU2MDgsMCwwLDEtLjEyNjMuMzU0Ny40MzQuNDM0LDAsMCwxLS4zMzI1LjEzMy40NS40NSwwLDAsMS0uMzU5MS0uMTU1Mi43NDQ4Ljc0NDgsMCwwLDEtLjE0ODUtLjUzMiwxLjAwNTgsMS4wMDU4LDAsMCwxLC4xMzMtLjU3NjMuNDM4Ni40Mzg2LDAsMCwxLC4zODc5LS4yLjQwOS40MDksMCwwLDEsLjI4MTUuMDg4Ny40MTY0LjQxNjQsMCwwLDEsLjE0LjI4ODJsLS4yMTA1LjAyMjFjLS4wMzExLS4xNTUxLS4xMDQyLS4yMjE2LS4yMTk1LS4yMjE2YS4yNTU4LjI1NTgsMCwwLDAtLjIxMDYuMTMzLjYwOS42MDksMCwwLDAtLjA4ODYuMzc2OFptLjMxOTEuNTk4NWEuMTkzNS4xOTM1LDAsMCwwLC4xNzUyLS4wODg3LjM2MTUuMzYxNSwwLDAsMCwuMDY4Ny0uMjIxNy4yNjMxLjI2MzEsMCwwLDAtLjA2ODctLjE5OTUuMi4yLDAsMCwwLS4xODE4LS4wODg2LjI2NDQuMjY0NCwwLDAsMC0uMTc5NS4wNjY1LjM0LjM0LDAsMCwwLS4wNzU0LjIyMTYuMzUwOC4zNTA4LDAsMCwwLC4wNzMyLjIyMTdBLjIxNzguMjE3OCwwLDAsMCw0NC44OTUzLDMzLjI4MTRaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDUuOTksMzEuOTk1N2MuMzE3LDAsLjQ3NjYuMjQzOS40NzY2LjczMTVhMS4wMzg0LDEuMDM4NCwwLDAsMS0uMTIxOS41NTQyLjQyMi40MjIsMCwwLDEtLjM1NDcuMTc3M3EtLjQ3ODYsMC0uNDc4Ny0uNzMxNWExLjAzNjYsMS4wMzY2LDAsMCwxLC4xMjQxLS41NTQxQS40MjIuNDIyLDAsMCwxLDQ1Ljk5LDMxLjk5NTdabTAsMS4yODU3YS4yMDgzLjIwODMsMCwwLDAsLjE5MDctLjEzMy45MDguOTA4LDAsMCwwLC4wNjY1LS40MjEyLDEuMDU3LDEuMDU3LDAsMCwwLS4wMzExLS4zMzI1QS4zLjMsMCwwLDAsNDYuMTMsMzIuMjRhLjE4LjE4LDAsMCwwLS4xNDE5LS4wNjY1LjIwNTguMjA1OCwwLDAsMC0uMTkwNi4xMzMuOTcyMS45NzIxLDAsMCwwLS4wNjY1LjQyMTEsMi44NjI1LDIuODYyNSwwLDAsMCwuMDMxLjMzMjUuNTUxMy41NTEzLDAsMCwwLC4wODY1LjE3NzNBLjI3NTMuMjc1MywwLDAsMCw0NS45OSwzMy4yODE0WiIvPjwvc3ZnPg==);float:left;height:64px;margin:-1px}.govcy-header .govcy-logo:focus{border:3px solid #fd0}.govcy-header .govcy-service-name{float:left;padding:10px 24px;width:100%}.govcy-header .govcy-menu-icon{align-items:center;color:#fff;cursor:pointer;display:flex;flex-direction:row;float:right;padding:.1rem;position:relative;user-select:none}.govcy-header .govcy-menu-btn:checked~.govcy-menu{max-height:100%}.govcy-header .govcy-menu-btn:checked~.govcy-menu-icon .material-icons{display:block;top:0;transform:rotate(180deg)}.govcy-header ul.govcy-menu{clear:both;list-style:none;margin:0;max-height:0;overflow:hidden;padding:0;transition:max-height .2s ease-out}.govcy-header ul.govcy-menu li .active{font-weight:700}.govcy-header ul.govcy-menu li a{color:#fff;display:block;font-weight:400;margin:0 24px;padding:10px 0;text-decoration:none}.govcy-header ul.govcy-menu li a:hover{text-decoration:underline}.govcy-header ul.govcy-menu li a:active{font-weight:700}.govcy-header ul.govcy-menu li a:focus{outline:none}.govcy-header .govcy-lang-menu{background-color:inherit;border:0;float:right;margin:17px 16px 0 0;outline:none}.govcy-header .govcy-lang-menu:focus{border:3px solid #fd0}@media(min-width: 768px){.govcy-header ul.govcy-menu{clear:none;float:right;max-height:none}.govcy-header ul.govcy-menu li{float:left}.govcy-header ul.govcy-menu li a{margin:20px 16px 0 0;padding:0}.govcy-header .govcy-service-name{float:left;padding:20px 24px 0;width:auto}.govcy-header .govcy-lang-menu{margin-top:21px}}.govcy-bg-primary-right::after{background-color:#31576f;bottom:0;content:\" \";height:62px;position:absolute;right:0;top:0;width:50%;z-index:-1}.govcy-hint{color:#6d6e70;display:block;margin-bottom:1.5rem}.govcy-footer img{content:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MSIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUxIDUwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTt9LmNscy0ye2ZpbGw6I2ZiYWMyZjt9LmNscy0ze2ZpbGw6IzMzNDgxZjt9LmNscy00e2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNTEiIGhlaWdodD0iNTAiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNC4xNTI4LDYuMzA0OGMwLDExLjkyMjQsMi4xOSwxOS41MSwxMS44NDc1LDI2LjcwOTEsOS42NTMyLTcuMTk5NCwxMS44NDc2LTE0Ljc4NjcsMTEuODQ3Ni0yNi43MDkxQTIxLjQyNzMsMjEuNDI3MywwLDAsMSwyNiw5LjM0NTQsMjEuNDA2NywyMS40MDY3LDAsMCwxLDE0LjE1MjgsNi4zMDQ4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik04LjM1NjUsMTMuNjY1NWMxLjE2NTktMi4zNzgzLS4xNTktNC41NTA2LS42LTUuMzQ2M0M3LjE3MTUsMTAuNDQ0OSw3LjIxMTYsMTIuODUyMSw4LjM1NjUsMTMuNjY1NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNOS45MzI0LDE4LjMyN2MxLjQ1NDEtMS4zNDc3LjM4OC00LjYyMTYuMDg2NS01LjM4QTYuMDMsNi4wMywwLDAsMCw5LjkzMjQsMTguMzI3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik05Ljg4MTUsMjEuMTM3NmMtMS45LS43NzU4LTIuNTYzOS0zLjAxNjgtMi44NDQ2LTQuNjc3QzcuNTU3MiwxNi43MiwxMC4wNTIxLDE4LjUyNDIsOS44ODE1LDIxLjEzNzZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTEyLjQxNzIsMTguNzM5MmMuNDE2Ny41NjUzLDEuMzQxLDMuNzAxNywwLDUuNTUyNkE1LjcyMzcsNS43MjM3LDAsMCwxLDEyLjQxNzIsMTguNzM5MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMTEuNjgxMywyNi43MDc4Yy4zNDE0LTIuMzAwOC0yLjk3MjQtNC4yNDkyLTMuMTM2Mi00LjQwNDNDOC43MzU1LDIzLjU2OTEsOS45NSwyNi4yNCwxMS42ODEzLDI2LjcwNzhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE0LjQzODcsMjkuNmMtLjkxNzYtLjY4NzEtLjk2NDItMy41Mi0uMjM5NC01LjMwODZDMTUuMjcsMjUuODYxMSwxNS40NzgzLDI5LjA5MDYsMTQuNDM4NywyOS42WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xMy4xNzA4LDI5LjUzMzljLS42MTM5LjQ2NTUtMS41Ni0xLjE1MjYtLjkwODctMS41NzM3QzEyLjg4NDksMjcuNTcyMywxMy43MTYxLDI5LjExMjgsMTMuMTcwOCwyOS41MzM5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNS43Nzc1LDMxLjIxODVjLS43MDkzLjMxLTEuMjMtMS40ODUxLS40OTY1LTEuNzUxMUMxNS45NzcsMjkuMjY3OSwxNi40MDkzLDMwLjk1MjUsMTUuNzc3NSwzMS4yMTg1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xMi44Njk0LDI2LjM5MDhjLS43NTgxLjEzNzUtLjg2ODktMS43MzU1LS4wOTc1LTEuODEzMUMxMy41MDMzLDI0LjUxMzQsMTMuNTQ1NSwyNi4yNjQ1LDEyLjg2OTQsMjYuMzkwOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMTEuMTQwNSwyMy4xNjEzYy0uNjE4NC40NjEtMS41NDk0LTEuMTY4MS0uODkzMy0xLjU4QzEwLjg3MjMsMjEuMTk3NCwxMS42OSwyMi43NDY4LDExLjE0MDUsMjMuMTYxM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMTEuMTQ5MywyMC4wOTM2Yy0uNzQ2OS4xODg0LS45ODQxLTEuNjcxMy0uMjE5NC0xLjgwMjFDMTEuNjU0NywxOC4xNzYyLDExLjgxNjUsMTkuOTIwNywxMS4xNDkzLDIwLjA5MzZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTguNDYyLDE2LjM0NTRjLS42NC40My0xLjQ4ODctMS4yNDM1LS44MTI0LTEuNjIyNkM4LjI5MzUsMTQuMzcsOS4wMzI1LDE1Ljk2LDguNDYyLDE2LjM0NTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE5Ljk4NDYsMzYuMzM4OGMtLjY2MDYuMzk5LTEuNDE0Mi0xLjMwNzgtLjcyMjYtMS42NjI0QzE5LjkyNjksMzQuMzg4MiwyMC41NzY0LDM1Ljk4NDEsMTkuOTg0NiwzNi4zMzg4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNy4zMjQ3LDM1LjYzYy0uNTIzMS41NTQxLTEuNzI4OS0uODY0NS0xLjE2ODEtMS4zOTY1QzE2LjcxMDcsMzMuNzY3NiwxNy43OTI0LDM1LjEyLDE3LjMyNDcsMzUuNjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE4LjI3NTYsMzQuNTIxMmMtMS4wNTczLS40NDMzLTEuOC0zLjE3LTEuNTI3Mi01LjA5ODFDMTguMTY5MiwzMC43MDg3LDE5LjE2LDMzLjc2NzYsMTguMjc1NiwzNC41MjEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNi4zMTM5LDMzLjcyMzJjLTEuMTMuMjIxNy0zLjIxNC0xLjY4NDYtNC4wMTY0LTMuNDhDMTQuMTg4MywzMC41NzU3LDE2LjY2LDMyLjYzNzEsMTYuMzEzOSwzMy43MjMyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMS42NjQ3LDM4LjcxMDVjLTEuMDE3NC41MzItMy41NjQyLS42ODcxLTQuODUtMi4xNzIyQzE4LjcyMTEsMzYuMjk0NCwyMS42ODI1LDM3LjU1NzksMjEuNjY0NywzOC43MTA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMi45NDE1LDM4LjgyMTNjLTEuMTE3Mi0uMjY1OS0yLjIyNTUtMi44ODE1LTIuMjE2Ni00LjgzMjFDMjIuMzIzMSwzNS4wNTMyLDIzLjcxNTEsMzcuOTU2OSwyMi45NDE1LDM4LjgyMTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTI0LjAxMjEsNDQuNjk1MmEyLjI5ODYsMi4yOTg2LDAsMCwwLS44NzM0LS44MiwyMy43MzQ2LDIzLjczNDYsMCwwLDEsNi4wMi00LjE4OTNjLTIuMDEsMS40ODUxLTQuMjQ2OSwyLjk5MjQtNS4xNDY4LDUuMDA5NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNNDMuNjU1MywxMy42NjU1Yy0xLjE3NDgtMi4zNzgzLjE1NTEtNC41NTA2LjU5ODQtNS4zNDYzQzQ0LjgzLDEwLjQ0NDksNDQuNzg1NywxMi44NTIxLDQzLjY1NTMsMTMuNjY1NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNNDIuMDU5MywxOC4zMjdjLTEuNDQwNy0xLjM0NzctLjM3NjgtNC42MjE2LS4wNjY0LTUuMzhBNi4wMiw2LjAyLDAsMCwxLDQyLjA1OTMsMTguMzI3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik00Mi4xMjU4LDIxLjEzNzZjMS44ODQxLS43NzU4LDIuNTQ5MS0zLjAxNjgsMi44MzczLTQuNjc3QzQ0LjQ1MzIsMTYuNzIsNDEuOTQ4NSwxOC41MjQyLDQyLjEyNTgsMjEuMTM3NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMzkuNTc2OCwxOC43MzkyYy0uMzk5LjU2NTMtMS4zMywzLjcwMTcsMCw1LjU1MjZBNS43MTIsNS43MTIsMCwwLDAsMzkuNTc2OCwxOC43MzkyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik00MC4zMywyNi43MDc4Yy0uMzU0Ni0yLjMwMDgsMi45Ny00LjI0OTIsMy4xMjU0LTQuNDA0M0M0My4yNTYzLDIzLjU2OTEsNDIuMDU5MywyNi4yNCw0MC4zMywyNi43MDc4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0zNy41NiwyOS42Yy45MzEtLjY4NzEuOTc1My0zLjUyLjI0MzgtNS4zMDg2QzM2Ljc0LDI1Ljg2MTEsMzYuNTE3OSwyOS4wOTA2LDM3LjU2LDI5LjZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTM4LjgyMzIsMjkuNTMzOWMuNjIwNi40NjU1LDEuNTczNy0xLjE1MjYuOTA4OC0xLjU3MzdDMzkuMTExMywyNy41NzIzLDM4LjI5MTIsMjkuMTEyOCwzOC44MjMyLDI5LjUzMzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTM2LjIzLDMxLjIxODVjLjcwOTMuMzEsMS4yMTkxLTEuNDg1MS40ODc2LTEuNzUxMUMzNi4wMywyOS4yNjc5LDM1LjU4NywzMC45NTI1LDM2LjIzLDMxLjIxODVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTM5LjEzMzUsMjYuMzkwOGMuNzUzNi4xMzc1Ljg2NDQtMS43MzU1LjA4ODYtMS44MTMxQzM4LjQ5MDcsMjQuNTEzNCwzOC40NDY0LDI2LjI2NDUsMzkuMTMzNSwyNi4zOTA4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik00MC44NjI0LDIzLjE2MTNjLjYyMDYuNDYxLDEuNTUxNi0xLjE2ODEuODg2Ni0xLjU4QzQxLjEyODQsMjEuMTk3NCw0MC4zMDgzLDIyLjc0NjgsNDAuODYyNCwyMy4xNjEzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik00MC44NjI0LDIwLjA5MzZjLjczMTUuMTg4NC45NzUzLTEuNjcxMy4yLTEuODAyMUM0MC4zNTI2LDE4LjE3NjIsNDAuMTc1MywxOS45MjA3LDQwLjg2MjQsMjAuMDkzNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNNDMuNTQ0NCwxNi4zNDU0Yy42NDI5LjQzLDEuNDg1Mi0xLjI0MzUuNzk4LTEuNjIyNkM0My43LDE0LjM3LDQyLjk2ODEsMTUuOTYsNDMuNTQ0NCwxNi4zNDU0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0zMi4wMTgzLDM2LjMzODhjLjY2NS4zOTksMS40MTg2LTEuMzA3OC43MzE1LTEuNjYyNEMzMi4wODQ4LDM0LjM4ODIsMzEuNDIsMzUuOTg0MSwzMi4wMTgzLDM2LjMzODhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTM0LjY3ODIsMzUuNjNjLjUzMi41NTQxLDEuNzI4OS0uODY0NSwxLjE3NDgtMS4zOTY1QzM1LjI5ODgsMzMuNzY3NiwzNC4yMTI3LDM1LjEyLDM0LjY3ODIsMzUuNjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTMzLjcyNTEsMzQuNTIxMmMxLjA2MzktLjQ0MzMsMS43OTU0LTMuMTcsMS41Mjk0LTUuMDk4MUMzMy44MzU5LDMwLjcwODcsMzIuODM4NCwzMy43Njc2LDMzLjcyNTEsMzQuNTIxMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMzUuNjk3OCwzMy43MjMyYzEuMTMuMjIxNywzLjIxNC0xLjY4NDYsNC4wMTItMy40OEMzNy44MDM1LDMwLjU3NTcsMzUuMzQzMiwzMi42MzcxLDM1LjY5NzgsMzMuNzIzMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMzAuMzMzNywzOC43MTA1YzEuMDIuNTMyLDMuNTY4Ny0uNjg3MSw0Ljg1NDMtMi4xNzIyQzMzLjI4MTcsMzYuMjk0NCwzMC4zMTE2LDM3LjU1NzksMzAuMzMzNywzOC43MTA1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yOS4wNywzOC44MjEzYzEuMTA4My0uMjY1OSwyLjIxNjUtMi44ODE1LDIuMjE2NS00LjgzMjFDMjkuNjY4OCwzNS4wNTMyLDI4LjI4NTYsMzcuOTU2OSwyOS4wNywzOC44MjEzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yNy45OTA4LDQ0LjY5NTJhMi42OTg2LDIuNjk4NiwwLDAsMSwuNzQ3LS44MiwyMS40NjUyLDIxLjQ2NTIsMCwwLDAtNS44OTM5LTQuMTg5M2MyLjAxLDEuNDg1MSw0LjI0NywyLjk5MjQsNS4xNDY5LDUuMDA5NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMTUuODI4NSw4Ljk2NjRhMjguODQzNiwyOC44NDM2LDAsMCwwLDUuOTYyNiw1LjE0OTEsOS4yMTY4LDkuMjE2OCwwLDAsMSwzLjA3NDQsMy42MiwxMy40MzE5LDEzLjQzMTksMCwwLDAsMS4xNDgxLDIuMjcsOC44Mjg4LDguODI4OCwwLDAsMC0zLjA4NzYsMi41NiwyLjIyNzUsMi4yMjc1LDAsMCwxLTEuNTczOC0xLjE3NywyLjE3MiwyLjE3MiwwLDAsMCwxLjM1ODcuMjgzOGMuMDYtLjE5NTEtMS41OC0uNTg3NC0yLjI3LTEuNTQ1LjQ3ODguMTY4NSwxLjI0MzUuNTY1MiwxLjY1MTMuNDQxMS4wNjIxLS4wMzEtLjg2ODktLjQwMTItMS4wNjYxLS41MTY0YTQuNDE3OSw0LjQxNzksMCwwLDEtMi4wMzcxLTEuODc1M2MuNzMzNy40NDc4LDIuNDc4MiwxLjQyNTMsMi42MTU2LDEuMTk3LjA3MzEtLjA1NzYtLjE0LS4wODg3LS42MDA3LS4zMzY5YTYuNDExNyw2LjQxMTcsMCwwLDEtMi42Njg3LTIuNTI2OWMuOTE3Ni42NzE2LDIuNTQ0NiwxLjcwNDUsMi43ODQsMS41MjUuMTgzOS0uMTE3NS0uNjc2MS0uMzIzNi0xLjcxMTItMS4xNjE1YTQuNDk5MSw0LjQ5OTEsMCwwLDEtMS44NjQyLTIuNTA2OWMxLjA1NzMuOTg4NiwyLjk4OCwyLjI1ODYsMy4xNzQyLDIuMTE0Ni4wNi0uMDY0My0uMDYyMS0uMTQtLjM1LS4zMzkyLS44MDQ2LS41NS0yLjg1NzEtMi4wMS0zLjIyNzMtMy41ODQyLDEuMDc1MS45MjIxLDIuOTQ1OCwyLjYwODksMy41MjQ0LDIuNTM1OEMyMS4wOCwxNC42NTQxLDE2LjU4ODgsMTIuODg3NSwxNS44Mjg1LDguOTY2NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMjYuODI5MywxOS43MDM1YzIuMTUyMy0uNjM0LDMuMjgyOC0uMDc3NiwzLjM5MzYuOTkzYTMuOTUzNywzLjk1MzcsMCwwLDAsMi40ODI1LTIuMzIzYy0uNDQzMy4yODYtLjk3NTIuNzc4LTEuMjQxMi42ODcyLS4xMTA5LS4wNjQzLjkwODgtLjcxMTYsMS42NjI0LTEuNDgwN2EzLjY4NzksMy42ODc5LDAsMCwwLDEuMDYzOS0xLjc5NzdjLS41OTg0LjQ4NTUtMS43OTU0LDEuNzE3OS0xLjkwNjIsMS41MTQtLjEzMy0uMjU5NCwyLjM5MzktMS44MjQzLDIuNTkzNC0zLjk4NzYtLjY4NzIuNjkzOC0xLjY2MjQsMS45NTcyLTEuOTA2MywxLjcyNjctLjExMDgtLjEzNTIuMjIxNy0uMzcyNC43MDkzLS45ODIuODItMS4wNTk1LDIuMTI3OS0yLjkxNywyLjIzODgtNC4yNDI1YTMwLjI0MzYsMzAuMjQzNiwwLDAsMS01LjU0MTQsNS4xNTM1Yy0uNTc2NC40NDc4LTEuMDY0Ljg5MTEtMS40ODUyLDEuMjg1N0MyNy43ODI1LDE3LjI3NjMsMjcuNDE4OSwxOC42NjYxLDI2LjgyOTMsMTkuNzAzNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMjEuNjY5MiwyNS42MzA1YTIuMzA0NSwyLjMwNDUsMCwwLDAsLjc0LjM2MTQsNS4zOTEsNS4zOTEsMCwwLDEsLjMzMjUtMS4xNDM4LDQuNjY4Niw0LjY2ODYsMCwwLDEsLjYzNjEtMS4wNDYyLDcuMTksNy4xOSwwLDAsMC0uNjcxNiwyLjI3ODZsLjc5MTMuMTI2NGE0LjEyMSw0LjEyMSwwLDAsMSwuODE3OS0yLjIxODgsNy43NjI3LDcuNzYyNywwLDAsMC0uNDIzMywyLjI5MTljLjI1NzEuMDIyMi41Mzg2LjA2LjgxMTIuMDcwOWE2LjY5NDgsNi42OTQ4LDAsMCwxLC4zOTktMi4yOWMtLjA2Mi43OTU4LS4wMzEsMS41NTE2LS4wMzU0LDIuMzIzbC44NjY2LS4wMjIyYTEzLjUyLDEzLjUyLDAsMCwxLS4xMTUyLTIuMjg3NSwxMi45MzE3LDEyLjkzMTcsMCwwLDEsLjUxODYsMi4yODc1Yy4yMzk0LS4wMjIyLjU3MTktLjA1NzYuNzk4LS4wNzc2YTExLjgyMzcsMTEuODIzNywwLDAsMC0uNTk0LTIuMjcsNi40NDIxLDYuNDQyMSwwLDAsMSwuODkxLDIuMjEyMWMuMjQ2MS0uMDMxLjU2NzUtLjA4Mi43OTM2LS4xMjQxYTkuNTExOCw5LjUxMTgsMCwwLDAtLjkyMjEtMi4yNDEsMy44NjE5LDMuODYxOSwwLDAsMSwxLjE1LDIuMTYzNCw0LjI5MjUsNC4yOTI1LDAsMCwwLC43NDkyLS4yNjM4QTQuNzQyNSw0Ljc0MjUsMCwwLDAsMjcuOCwyMy4wNjgyYTEuODgyLDEuODgyLDAsMCwwLC40MjU2LS44MjQ2Yy4yODU5LDAsLjc1NTguMDYuODY2Ni0uMTI2M2wuODY0NS41NDUzYTUuODI0NCw1LjgyNDQsMCwwLDEtLjI0MzgtLjk4NjQsMS4yOTczLDEuMjk3MywwLDAsMSwuMTU1MS0uMzE3LDEuMjI4MiwxLjIyODIsMCwwLDAtLjkzMDktMS41OTU5LDQuMTI1MSw0LjEyNTEsMCwwLDAtMi4zMjMuMjgxNSw3Ljg0LDcuODQsMCwwLDAtNC4wNDc0LDMuNzAzOUExMS43OTczLDExLjc5NzMsMCwwLDAsMjEuNjY5MiwyNS42MzA1Wm03LjI5LTQuODQ3NmEuMjgzNS4yODM1LDAsMCwxLC4yODgyLjI2MzguMjY4Mi4yNjgyLDAsMCwxLS4yODgyLjI0ODIuMjU3NC4yNTc0LDAsMCwxLS4yNDM4LS4yNDgyQS4yNzY2LjI3NjYsMCwwLDEsMjguOTU5NCwyMC43ODI5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0zMy45Njg5LDIwLjkwN2MtMy4xMDMyLjMwMzctMy40OC42MzE4LTUuMDc2LDMuMjM0bC4yMjE3LjIxMDZhNS4wNTc3LDUuMDU3NywwLDAsMSwuOTMxLTEuNTY3MSwzLjYzLDMuNjMsMCwwLDEsMS40NDA3LTEuMTE3MkEyNS4xOTc4LDI1LjE5NzgsMCwwLDEsMzMuOTY4OSwyMC45MDdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTI4LjkzNzMsMjIuMjk5MWExLjMzMzYsMS4zMzM2LDAsMCwxLC40ODc2LDEuMzIxQzI4Ljg3MDgsMjMuNTgsMjguNzgyMSwyMi44ODg3LDI4LjkzNzMsMjIuMjk5MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMzEuMTk4MiwyMy4wODU5Yy0uODIuMDI0NC0xLjA0MTgtLjEyNjMtMS44NjE5LjQ2NzdDMjkuODIzOSwyMy45NDgyLDMwLjYsMjMuNjE3OSwzMS4xOTgyLDIzLjA4NTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTMwLjI4OTQsMjIuMzMyM2MtLjM5OS0uMjEwNi0uMzc2OC0xLjA4MzkuODQyMy0xLjcxMzRBMi42OTkzLDIuNjk5MywwLDAsMSwzMC4yODk0LDIyLjMzMjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTMwLjQ2NjcsMjIuMTk3MWMuMTc3My42NTE3LDEuMDQxOC42Mzg0LDEuNjE4MS4yNDZBMS41ODI1LDEuNTgyNSwwLDAsMCwzMC40NjY3LDIyLjE5NzFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTMxLjMwOSwyMS43MTE3Yy0uMi0uNTQ1My42MjA2LTEuNDIzMSwxLjI2MzUtMS40OTg0QTIuMjIxOSwyLjIyMTksMCwwLDEsMzEuMzA5LDIxLjcxMTdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTMxLjM3NTUsMjEuNjkzOWMuMzc2OC41ODUyLDEuMTc0OC41MTIxLDEuNzI4OS40MTlBMS4yMzc1LDEuMjM3NSwwLDAsMCwzMS4zNzU1LDIxLjY5MzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTMyLjI0LDIxLjI3MjhhMi42NzA3LDIuNjcwNywwLDAsMSwxLjUyOTQtMS4zNzg3QTIuMDExMSwyLjAxMTEsMCwwLDEsMzIuMjQsMjEuMjcyOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMzIuNjgzMywyMS4yMDE5YTIuMDUyMSwyLjA1MjEsMCwwLDEsMS41OTU5LjQ2NTRDMzMuNjE0MiwyMS45NDIyLDMyLjg4MjgsMjEuOTIsMzIuNjgzMywyMS4yMDE5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjkgLTAuMjE2NSkiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0yNC42MDgzLDI5LjIyMzZoLS4yMTVWMjguMTM3NWExLjAyMzYsMS4wMjM2LDAsMCwxLS4zNDU4LjJ2LS4yYS44NzEyLjg3MTIsMCwwLDAsLjQxNDUtLjM1NDdoLjE0NjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTI1LjgxLDI4LjU1ODZhLjI1MTIuMjUxMiwwLDAsMS0uMTQxOS4xMzMuMzM3Ny4zMzc3LDAsMCwxLS4yMDE3LjA2NjUuNDEyMy40MTIzLDAsMCwxLS4zMS0uMTMzLjQ4MTguNDgxOCwwLDAsMS0uMTI2My0uMzU0Ni41MjA3LjUyMDcsMCwwLDEsLjEyODUtLjM1NDcuNDQ0Ni40NDQ2LDAsMCwxLC4zMzI1LS4xMzMuNDUuNDUsMCwwLDEsLjM1NDcuMTU1Mi43OTQ5Ljc5NDksMCwwLDEsLjE0NjMuNTMyLjk1OTIuOTU5MiwwLDAsMS0uMTMzLjU3NjMuNDQxMy40NDEzLDAsMCwxLS4zODc5LjIuNC40LDAsMCwxLS4yNzkzLS4wODg3LjQyMjUuNDIyNSwwLDAsMS0uMTM1Mi0uMjg4MWwuMjAzOS0uMDIyMmMuMDI2Ni4xNTUxLjA5NzUuMjIxNi4yMTI4LjIyMTZhLjI1LjI1LDAsMCwwLC4yMjYxLS4xMzI5Ljc1NTkuNzU1OSwwLDAsMCwuMDgtLjM3NjlabS0uMzAzNywwYS4yMDA5LjIwMDksMCwwLDAsLjE4NC0uMDg4Ni4yNjI4LjI2MjgsMCwwLDAsLjA2ODctLjIuMzQ5LjM0OSwwLDAsMC0uMDcwOS0uMjIxNy4xOTkyLjE5OTIsMCwwLDAtLjE3NzMtLjA4ODYuMjE2Ni4yMTY2LDAsMCwwLS4xODYyLjA4ODYuMzYzNS4zNjM1LDAsMCwwLDAsLjQ0MzNBLjI2MjEuMjYyMSwwLDAsMCwyNS41MDYsMjguNTU4NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMjYuMzI2MiwyOC40N2EuMzc5NC4zNzk0LDAsMCwxLC4zNDgtLjIuNDA3Ny40MDc3LDAsMCwxLC4zMDgxLjEzMy41MTg2LjUxODYsMCwwLDEsLjEyNjMuMzU0Ni41NjEuNTYxLDAsMCwxLS4xMjYzLjM1NDcuNDM0NC40MzQ0LDAsMCwxLS4zMzI1LjEzMy40NS40NSwwLDAsMS0uMzU5MS0uMTU1Mi43NDUuNzQ1LDAsMCwxLS4xNDg1LS41MzIsMS4wMDU2LDEuMDA1NiwwLDAsMSwuMTMzLS41NzYzLjQzODYuNDM4NiwwLDAsMSwuMzg3OS0uMTk5NS40MDkuNDA5LDAsMCwxLC4yODE1LjA4ODcuNDE2NC40MTY0LDAsMCwxLC4xNC4yODgybC0uMjEuMDIyMWMtLjAzMTEtLjE1NTEtLjEwNDItLjIyMTYtLjIyLS4yMjE2YS4yNTU4LjI1NTgsMCwwLDAtLjIxMDYuMTMzLjYwODguNjA4OCwwLDAsMC0uMDg4Ni4zNzY4Wm0uMzE5MS41OTg0YS4xOTM0LjE5MzQsMCwwLDAsLjE3NTItLjA4ODYuMzYxNS4zNjE1LDAsMCwwLC4wNjg3LS4yMjE3LjI2MzEuMjYzMSwwLDAsMC0uMDY4Ny0uMi4yLjIsMCwwLDAtLjE4MTgtLjA4ODYuMjY0NC4yNjQ0LDAsMCwwLS4xOC4wNjY1LjM0LjM0LDAsMCwwLS4wNzU0LjIyMTYuMzUwOC4zNTA4LDAsMCwwLC4wNzMyLjIyMTdBLjIxNzcuMjE3NywwLDAsMCwyNi42NDUzLDI5LjA2ODRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4yOSAtMC4yMTY1KSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTI3Ljc0LDI3Ljc4MjhjLjMxNywwLC40NzY2LjI0MzkuNDc2Ni43MzE1YTEuMDM3OCwxLjAzNzgsMCwwLDEtLjEyMTkuNTU0MS40MjE4LjQyMTgsMCwwLDEtLjM1NDcuMTc3NHEtLjQ3ODcsMC0uNDc4Ny0uNzMxNWExLjAzNjYsMS4wMzY2LDAsMCwxLC4xMjQxLS41NTQxQS40MjE4LjQyMTgsMCwwLDEsMjcuNzQsMjcuNzgyOFptMCwxLjI4NTZhLjIwODIuMjA4MiwwLDAsMCwuMTkwNy0uMTMyOS45MDguOTA4LDAsMCwwLC4wNjY1LS40MjEyLDEuMDU3LDEuMDU3LDAsMCwwLS4wMzExLS4zMzI1LjMuMywwLDAsMC0uMDg2NC0uMTU1MS4xOC4xOCwwLDAsMC0uMTQxOS0uMDY2NS4yMDU4LjIwNTgsMCwwLDAtLjE5MDYuMTMzLjk3MjEuOTcyMSwwLDAsMC0uMDY2NS40MjExLDIuODYyNSwyLjg2MjUsMCwwLDAsLjAzMS4zMzI1LjU1MTMuNTUxMywwLDAsMCwuMDg2NS4xNzczQS4yNzUzLjI3NTMsMCwwLDAsMjcuNzQsMjkuMDY4NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjI5IC0wLjIxNjUpIi8+PC9zdmc+);height:2.8125rem;width:2.875rem}.govcy-footer ul li{display:inline-block;margin-right:8px;padding-bottom:8px}.govcy-footer ul li a{color:#000}.govcy-form .govcy-fieldset .govcy-legend{font-size:inherit;font-weight:500;margin-bottom:1.5rem}.govcy-form .govcy-form-control{margin-bottom:1.5rem}.govcy-form .govcy-form-control-error{border-left:4px solid #d4351c;padding-left:13px}.govcy-form .govcy-form-control-hint{border-left:4px solid #6d6e70;padding-left:13px}.govcy-form .govcy-form-control .govcy-label{color:#000;display:block;font-weight:500;margin-bottom:.5rem}.govcy-form .govcy-form-control .govcy-hint,.govcy-form .govcy-form-control .govcy-input-error-msg{color:#6d6e70;display:block;line-height:28px;margin-bottom:.5rem}.govcy-form .govcy-form-control .govcy-input-error-msg{color:#d4351c}.govcy-form .govcy-form-control .govcy-text-input,.govcy-form .govcy-form-control .govcy-text-area{border:3px solid #272525;height:44px;padding:5px;width:100%}.govcy-form .govcy-form-control .govcy-text-input::placeholder,.govcy-form .govcy-form-control .govcy-text-area::placeholder{font-size:14px;top:12px}.govcy-form .govcy-form-control .govcy-text-input::-moz-placeholder,.govcy-form .govcy-form-control .govcy-text-area::-moz-placeholder{font-size:14px;top:12px}.govcy-form .govcy-form-control .govcy-text-input:-moz-placeholder,.govcy-form .govcy-form-control .govcy-text-area:-moz-placeholder{font-size:14px;top:12px}.govcy-form .govcy-form-control .govcy-text-input:-ms-input-placeholder,.govcy-form .govcy-form-control .govcy-text-area:-ms-input-placeholder{font-size:14px;top:12px}.govcy-form .govcy-form-control .govcy-text-input::-webkit-input-placeholder,.govcy-form .govcy-form-control .govcy-text-area::-webkit-input-placeholder{font-size:14px;top:12px}.govcy-form .govcy-form-control .govcy-text-input:focus,.govcy-form .govcy-form-control .govcy-text-area:focus{box-shadow:0 0 0 4pt #fd0;outline:none}.govcy-form .govcy-form-control .govcy-text-input-error,.govcy-form .govcy-form-control .govcy-text-area-error{border-color:#d4351c}.govcy-form .govcy-form-control .govcy-text-input-char_20,.govcy-form .govcy-form-control .govcy-text-area-char_20{width:14.16rem}.govcy-form .govcy-form-control .govcy-text-input-char_10,.govcy-form .govcy-form-control .govcy-text-area-char_10{width:7.8rem}.govcy-form .govcy-form-control .govcy-text-input-char_9,.govcy-form .govcy-form-control .govcy-text-area-char_9{width:6.9rem}.govcy-form .govcy-form-control .govcy-text-input-char_8,.govcy-form .govcy-form-control .govcy-text-area-char_8{width:6.2rem}.govcy-form .govcy-form-control .govcy-text-input-char_7,.govcy-form .govcy-form-control .govcy-text-area-char_7{width:5.8rem}.govcy-form .govcy-form-control .govcy-text-input-char_6,.govcy-form .govcy-form-control .govcy-text-area-char_6{width:5.5rem}.govcy-form .govcy-form-control .govcy-text-input-char_5,.govcy-form .govcy-form-control .govcy-text-area-char_5{width:4.5rem}.govcy-form .govcy-form-control .govcy-text-input-char_4,.govcy-form .govcy-form-control .govcy-text-area-char_4{width:3.8rem}.govcy-form .govcy-form-control .govcy-text-input-char_3,.govcy-form .govcy-form-control .govcy-text-area-char_3{width:3.1rem}.govcy-form .govcy-form-control .govcy-text-input-char_2,.govcy-form .govcy-form-control .govcy-text-area-char_2{width:2.2rem}.govcy-form .govcy-form-control .govcy-text-area{height:auto}.govcy-form .govcy-form-control .govcy-file-upload:focus{border:3px solid #272525;border-radius:0;box-shadow:0 0 0 4pt #fd0;outline:none}.govcy-form .govcy-form-control .govcy-checkbox,.govcy-form .govcy-form-control .govcy-radio{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;cursor:pointer;display:block;margin-bottom:1.5rem;padding:6px 16px 8px 60px;position:relative;user-select:none}.govcy-form .govcy-form-control .govcy-checkbox .govcy-checkbox-input,.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-input,.govcy-form .govcy-form-control .govcy-radio .govcy-checkbox-input,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.govcy-form .govcy-form-control .govcy-checkbox .govcy-checkbox-input:focus+.govcy-tickbox,.govcy-form .govcy-form-control .govcy-checkbox .govcy-checkbox-input:focus+.govcy-radio-checked,.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-input:focus+.govcy-tickbox,.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-input:focus+.govcy-radio-checked,.govcy-form .govcy-form-control .govcy-radio .govcy-checkbox-input:focus+.govcy-tickbox,.govcy-form .govcy-form-control .govcy-radio .govcy-checkbox-input:focus+.govcy-radio-checked,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-input:focus+.govcy-tickbox,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-input:focus+.govcy-radio-checked{box-shadow:0 0 0 4px #fd0;outline:none}.govcy-form .govcy-form-control .govcy-checkbox .govcy-checkbox-input:checked~.govcy-tickbox::after,.govcy-form .govcy-form-control .govcy-checkbox .govcy-checkbox-input:checked~.govcy-radio-checked::after,.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-input:checked~.govcy-tickbox::after,.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-input:checked~.govcy-radio-checked::after,.govcy-form .govcy-form-control .govcy-radio .govcy-checkbox-input:checked~.govcy-tickbox::after,.govcy-form .govcy-form-control .govcy-radio .govcy-checkbox-input:checked~.govcy-radio-checked::after,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-input:checked~.govcy-tickbox::after,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-input:checked~.govcy-radio-checked::after{display:block}.govcy-form .govcy-form-control .govcy-checkbox .govcy-tickbox,.govcy-form .govcy-form-control .govcy-radio .govcy-tickbox{border:3px solid #272525;height:44px;left:0;position:absolute;top:0;width:44px}.govcy-form .govcy-form-control .govcy-checkbox .govcy-tickbox:focus,.govcy-form .govcy-form-control .govcy-radio .govcy-tickbox:focus{box-shadow:0 0 0 4px #fd0;outline:none}.govcy-form .govcy-form-control .govcy-checkbox .govcy-tickbox::after,.govcy-form .govcy-form-control .govcy-radio .govcy-tickbox::after{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);border:solid #272525;border-width:0 5px 5px 0;content:\"\";display:none;height:24px;left:13px;position:absolute;top:4px;transform:rotate(45deg);width:13px}.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-checked,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-checked{border:3px solid #272525;border-radius:50%;height:44px;left:0;position:absolute;top:0;width:44px}.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-checked:focus,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-checked:focus{box-shadow:0 0 0 4px #fd0;outline:none}.govcy-form .govcy-form-control .govcy-checkbox .govcy-radio-checked::after,.govcy-form .govcy-form-control .govcy-radio .govcy-radio-checked::after{background-color:#272525;border:solid #272525;border-radius:50%;content:\"\";display:none;height:20px;left:9px;position:absolute;top:9px;width:20px}.govcy-table{margin-bottom:1.5rem}.govcy-table>thead,.govcy-table>tbody>tr{border-color:#bbbcbf}.govcy-table>tbody>tr>th{font-weight:700}@media(max-width: 767.98px){.govcy-table thead{display:none}.govcy-table>:not(:first-child){border-top:0}}@media(max-width: 767.98px){.govcy-table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}.govcy-table-responsive-vertical{width:100%}.govcy-table-responsive-vertical tr{border-bottom-width:1px}.govcy-table-responsive-vertical tr:nth-of-type(2n){background-color:inherit}.govcy-table-responsive-vertical tbody td,.govcy-table-responsive-vertical tbody th{border-bottom-width:0 !important;display:block;text-align:left;width:100%}}a{margin-bottom:.5rem}a.danger:hover{color:#942514}a:visited{border-color:#4c2c92;color:#4c2c92}a:active{border-color:#272525;color:#272525}a:focus{-webkit-box-shadow:0 -2px #fd0,0 3px #272525;background-color:#fd0;box-shadow:0 -2px #fd0,0 3px #272525;color:#272525 !important;outline:none;text-decoration:none}a.govcy-back-link,a.govcy-sign-out{color:#272525 !important}a.govcy-back-link:hover,a.govcy-back-link:visited,a.govcy-back-link:active,a.govcy-sign-out:hover,a.govcy-sign-out:visited,a.govcy-sign-out:active{text-decoration:underline}a.govcy-back-link:hover,a.govcy-sign-out:hover{text-decoration-thickness:3px !important}.govcy-skip-link{border-bottom:0 !important;display:block;height:1px;left:-10000px;overflow:hidden;padding:5px;position:absolute;text-decoration:underline !important;top:auto;width:1px}.govcy-skip-link:focus{height:auto;position:static;width:100%}.govcy-details{margin-bottom:30px}.govcy-details__summary{color:#1d70b8;cursor:pointer;display:inline-block;margin-bottom:5px;padding-left:25px;position:relative}.govcy-details__summary::-webkit-details-marker{display:none}.govcy-details__summary::before{-webkit-clip-path:polygon(0% 0%, 100% 50%, 0% 100%);border-color:#272525;border-left-color:inherit;border-style:solid;border-width:7px 0 7px 12.124px;bottom:0;clip-path:polygon(0% 0%, 100% 50%, 0% 100%);content:\"\";display:block;height:0;left:0;margin:auto;position:absolute;top:-1px;width:0}.govcy-details__summary:hover .govcy-details__summary-text{-webkit-text-decoration-skip:none;-webkit-text-decoration-skip-ink:none;text-decoration-skip:none;text-decoration-skip-ink:none;text-decoration-thickness:max(3px,.1875rem,.12em)}.govcy-details__summary:focus{-webkit-box-shadow:0 -2px #fd0,0 4px #272525;background-color:#fd0;box-shadow:0 -2px #fd0,0 4px #272525;color:#272525;outline:none;text-decoration:none}.govcy-details__summary:focus .govcy-details__summary-text{text-decoration:none}.govcy-details__summary-text{text-decoration:underline;text-decoration-thickness:max(1px,.0625rem);text-underline-offset:.1em}.govcy-details__text{border-left:5px solid #bbbcbf;padding:20px 0 20px 20px}.govcy-details[open]>.govcy-details__summary::before{-webkit-clip-path:polygon(0% 0%, 50% 100%, 100% 0%);border-color:#272525;border-style:solid;border-top-color:inherit;border-width:12.124px 7px 0;clip-path:polygon(0% 0%, 50% 100%, 100% 0%);display:block;height:0;width:0}.govcy-select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBkPSJNNyAxMGw1IDUgNS01SDd6Ii8+PC9zdmc+);background-position:right center;background-repeat:no-repeat;background-size:contain;border:3px solid #272525;max-width:100%;padding:8px;padding-right:2.5rem}.govcy-select:focus{outline:4pt solid #fd0;outline-offset:0}.govcy-select-error{border-color:#d4351c}ul{padding-left:1.5rem}ul li a{display:inline-block}.govcy-visually-hidden-error{border:0 !important;clip:rect(0, 0, 0, 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:1px !important}\n");var e=function(i){var e=i.onBackClick,n=a(i,["onBackClick"]);return t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-float-start"},t.createElement("span",{className:"bi bi-chevron-left"}),t.createElement(o.Link,r({onClick:e},n),"Back")))};e.defaultProps={to:"/"},e.displayName="DSFBackLink";var n=function(o){var i=o.children,e=o.id,n=o.type,m=void 0===n?"button":n,l=o.className,d=a(o,["children","id","type","className"]);return t.createElement("button",r({id:e,type:m,className:l||"govcy-btn-primary"},d),i)};n.defaultProps={},n.displayName="DSFButton";var m=function(o){var r=o.children,a=o.className,i=o.id;return t.createElement(t.Fragment,null,t.createElement("span",{className:"govcy-hint "+a,id:i},r))};m.displayName="DSFHintText";var l=function(o){var r=o.id,a=o.children,i=o.className;return t.createElement(t.Fragment,null,t.createElement("p",{className:"govcy-input-error-msg "+i,id:r},t.createElement("span",{className:"govcy-visually-hidden-error"},"Error: "),a))};l.defaultProps={id:void 0},l.displayName="DSFErrorText";var d=function(t){return t+"Error"},p=function(o){var r=o.legend,a=o.children;return t.createElement("fieldset",{className:"govcy-fieldset"},t.createElement("legend",{className:"govcy-legend"},r),a)};p.defaultProps={legend:void 0,children:void 0},p.displayName="DSFFieldSet";var g=t.createContext({error:"",errorId:"",childrenCount:0}),c=function(o){var r=o.name,a=o.label,i=o.error,e=o.hint,n=o.children,c=d(r),s=t.Children.count(n);return t.createElement(g.Provider,{value:{error:i,errorId:c,childrenCount:s}},t.createElement("div",{className:"govcy-form"},t.createElement(p,{legend:a},e&&t.createElement(m,{className:"govcy-mt-2"},e),t.createElement("div",{className:"govcy-form-control"+(i?" govcy-form-control-error":"")},!!i&&t.createElement(l,{id:c},i),n))))};c.displayName="DSFFormGroup",c.defaultProps={error:void 0,hint:void 0,children:void 0};var s=t.forwardRef((function(o,i){var e=o.children,n=o.hint,l=o.className,d=o.id,p=a(o,["children","hint","className","id"]),c=t.useContext(g),s=c.error,b=c.errorId;return t.createElement("div",{className:"govcy-form"},t.createElement("div",{className:"govcy-form-control"},t.createElement("label",{className:"govcy-checkbox "+(l||"")},e,t.createElement("input",r({className:"govcy-checkbox-input",type:"checkbox",id:d},s?{"aria-describedby":b}:{},p,{ref:i})),t.createElement("span",{className:"govcy-tickbox"}),n&&t.createElement(m,{className:"govcy-mt-2"},n))))}));s.displayName="DSFCheckbox",s.defaultProps={hint:void 0,className:void 0,id:void 0};var b=t.forwardRef((function(o,i){var e=o.disabled,n=o.required,m=o.id,l=o.error,d=o.errorId,p=o.maxLength,g=o.visualSize,c=o.register,s=a(o,["disabled","required","id","error","errorId","maxLength","visualSize","register"]);return t.createElement(t.Fragment,null,t.createElement("input",r({type:"text",maxLength:p||void 0,className:"govcy-text-input"+(l?" govcy-text-input-error":"")+(g?" govcy-text-input-char_"+g:""),id:m,disabled:e,required:n},l?d?{"aria-describedby":d}:{"aria-describedby":m+"Error"}:{},{ref:i},c,s)))}));b.defaultProps={type:"text",error:!1};var f=function(o){var i=o.label,e=o.htmlFor,n=o.className,m=a(o,["label","htmlFor","className"]);return t.createElement(t.Fragment,null,t.createElement("label",r({className:"govcy-label "+n,htmlFor:e},m),i))};f.defaultProps={label:"",htmlFor:"string"},f.displayName="DSFLabel";var x=["day","month","year"],y=function(o){var a=o.id,i=o.label,e=o.hint,n=o.errorText,m=o.labels,d=void 0===m?{day:"Day",month:"Month",year:"Year"}:m,p=o.refs,g=void 0===p?{day:t.useRef(null),month:t.useRef(null),year:t.useRef(null)}:p,c=o.inputProps,s=void 0===c?{}:c,y=o.inputs,v=o.defaultValues,u={day:t.useRef(null),month:t.useRef(null),year:t.useRef(null)};g&&(g.day=u.day,g.month=u.month,g.year=u.year);var h=a+"Error",w=s.onChange,M=s.onBlur,j=s.onFocus,L=s.value;return t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-form"},t.createElement("fieldset",{className:"govcy-fieldset"},t.createElement("div",{className:"govcy-form-control"+(n?" govcy-form-control-error":"")},t.createElement("legend",{className:"govcy-legend govcy-mb-1"},i),e&&t.createElement("span",{className:"govcy-hint govcy-mb-3"},e),n&&t.createElement(l,{id:h},n),t.createElement("div",{className:"govcy-d-flex"},x.map((function(o,i){var e=a+"_"+o;return t.createElement("div",{key:i,className:"govcy-d-block "+("day"!==o?"govcy-ml-2":"")},t.createElement(f,{label:d[o],className:"govcy-label govcy-mb-1 govcy-fw-normal govcy-mb-2",htmlFor:e}),t.createElement(b,r({ref:u[o],id:e,name:e,defaultValue:v&&v[o],value:L?L[o]:void 0,maxLength:"year"===o?4:2,visualSize:"year"===o?6:3,inputMode:"numeric",pattern:"[0-9]*",onChange:function(t){return w&&w(t,o)},onBlur:function(t){return M&&M(t,o)},onFocus:function(t){return j&&j(t,o)}},y&&y[o])))})))))))};y.displayName="DSFDateInput",y.defaultProps={inputProps:{},hint:void 0,errorText:void 0,labels:{day:"Day",month:"Month",year:"Year"},defaultValues:{day:void 0,month:void 0,year:void 0},inputs:{day:void 0,month:void 0,year:void 0},refs:void 0};var v=function(o){o.onHandleErrorClick;var r=o.heading,a=void 0===r?"There is a problem":r,i=o.errors,e=void 0===i?[]:i,n=function(t,o){t.preventDefault();var r=document.getElementById(o);r&&r.scrollIntoView({behavior:"smooth",block:"center"})};return t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-alert-error govcy-br-5 govcy-br-danger govcy-p-3"},t.createElement("h2",null,a),e.length>0&&t.createElement("p",{className:"govcy-mb-0"},e.map((function(o,r){return t.createElement("a",{key:r,onClick:function(t){return o.targetName&&n&&n(t,o.targetName+"Error")},href:"#"},o.text)})))))};v.defaultProps={errors:[],heading:"There is a problem",onHandleErrorClick:void 0};var u=function(o){var i=o.meta,e=o.label,n=o.id;o.children;var d=o.hint,p=o.inputProps,g=o.visualSize;o.errorId;var c=o.register,s=o.underRadio,x=a(o,["meta","label","id","children","hint","inputProps","visualSize","errorId","register","underRadio"]),y=i.touched&&!!i.error;return t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-form "+(s?" govcy-pl-3 govcy-ml-1":"")},t.createElement("div",r({className:"govcy-form-control "+(y?" govcy-form-control-error ":"")+(s&&!y?" govcy-form-control-hint ":"")},x),t.createElement(f,{label:e,htmlFor:n}),d&&t.createElement(m,null,d),i.touched&&i.error&&t.createElement(l,{id:n+"Error"},i.error),t.createElement(b,r({id:n,register:c,visualSize:g,error:y},p)))))};u.defaultProps={hint:void 0,errorId:void 0,visualSize:void 0,inputProps:void 0,register:void 0,meta:{}};var h=function(o){var a=o.children,i=o.inputProps,e=o.label,n=o.hint,m=o.id,l=o.meta,d=o.defaultValue,p=l.touched&&l.error,g=m+"Error";return t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-form"},t.createElement("div",{className:"govcy-form-control"+(p?" govcy-form-control-error":"")},t.createElement("label",{className:"govcy-label",htmlFor:m},e),n&&t.createElement("span",{className:"govcy-hint"},n),p&&t.createElement("p",{className:"govcy-input-error-msg",id:g},t.createElement("span",{className:"govcy-visually-hidden-error"},"Error: "),l.error),t.createElement("select",r({className:"govcy-select"+(p?" govcy-select-error":""),id:m,name:m,defaultValue:d,"aria-describedby":p?g:"",required:i&&i.required,disabled:i&&i.disabled},i),a))))};h.defaultProps={inputProps:{},meta:{},hint:void 0};var w=function(o){var i=o.title,e=o.children,n=a(o,["title","children"]);return t.createElement(t.Fragment,null,t.createElement("div",r({className:"row govcy-px-2"},n),t.createElement("div",{className:"govcy-alert-completed-notification govcy-px-0"},t.createElement("div",{className:"govcy-alert-completed-notification-body govcy-bg-success"},t.createElement("h1",null,i),e&&t.createElement("p",{className:"govcy-mb-0"},e)))))};w.defaultProps={children:void 0},w.displayName="DSFPanel";var M=function(r){var a=r.headerTitle,i=r.menu,e=r.showLang,n=r.languageHandler,m=r.defaultValue;return t.createElement("section",{className:"govcy-container-fluid govcy-p-0 govcy-m-0 govcy-position-relative govcy-d-print-none"},t.createElement("div",{className:"govcy-container",id:"headerContainer"},t.createElement("div",{className:"row"},t.createElement("header",{className:"govcy-header govcy-bg-primary govcy-text-white govcy-bg-primary-right"},t.createElement("a",{href:"/",className:"govcy-logo"},t.createElement("img",null)),e&&t.createElement("div",{className:"govcy-text-white govcy-bg-primary"},t.createElement("select",{name:"govcy-lang-menu",className:"govcy-lang-menu govcy-text-white",defaultValue:m||"gr",onChange:n},t.createElement("option",{value:"gr"},"Ελληνικά"),t.createElement("option",{value:"en"},"English"))),i&&i.length&&t.createElement(t.Fragment,null,t.createElement("input",{className:"govcy-menu-btn govcy-d-none",type:"checkbox",id:"menu-btn"}),t.createElement("label",{className:"govcy-menu-icon govcy-d-md-none",htmlFor:"menu-btn"},"Menu",t.createElement("span",{className:"material-icons govcy-my-3"},"arrow_drop_down"))),t.createElement("span",{className:"govcy-service-name"},a),i&&i.length&&t.createElement("ul",{className:"govcy-menu govcy-bg-sub-menu govcy-bg-md-primary"},i.map((function(r,a){return t.createElement("li",{key:a},t.createElement(o.NavLink,{to:r.href},r.label))})))))))};M.defaultProps={showLang:!0,menu:void 0,headerTitle:""},M.displayName="DSFHeader";i(".customFooterPosition{\r\n position: fixed;\r\n bottom: 0;\r\n}");var j=function(o){var r=o.privacyStatementUrl,a=o.cookiePolicyUrl,i=o.accessibilityStatementUrl,e=o.privacyStatementText,n=o.cookiePolicyText,m=o.accessibilityStatementText,l=o.cyprusRepublicText,d=o.hasScroll,p=void 0===d||d;return t.createElement("div",{className:(p?"":"customFooterPosition ")+"govcy-container-fluid govcy-br-top-8 govcy-br-top-primary govcy-p-3 govcy-bg-light govcy-d-print-none"},t.createElement("div",{className:"govcy-container",id:"footerContainer"},t.createElement("div",{className:"row"},t.createElement("footer",{className:"govcy-footer"},t.createElement("span",{className:"govcy-d-inline-block govcy-valign-top govcy-pb-2"},t.createElement("img",{alt:"govcy-logo"})),t.createElement("ul",{className:"govcy-d-inline-block govcy-m-0 govcy-pl-3 govcy-efs-medium"},r&&t.createElement("li",null,t.createElement("a",{href:r},e)),a&&t.createElement("li",null,t.createElement("a",{href:a},n)),i&&t.createElement("li",null,t.createElement("a",{href:i},m)),t.createElement("li",{className:"govcy-d-block govcy-text-dark"},l))))))};j.defaultProps={privacyStatementUrl:void 0,cookiePolicyUrl:void 0,accessibilityStatementUrl:void 0,hasScroll:!0},j.displayName="DSFFooter";var L=function(o){var r=o.id,a=o.children;return t.createElement("main",{className:"govcy-container",id:r},a)};L.defaultProps={id:"mainContainer",children:void 0},L.displayName="DSFMain";var N=function(o){var r=o.children;return t.createElement("section",{className:"govcy-container govcy-mb-4",id:"beforeMainContainer"},r)};N.defaultProps={children:void 0},N.displayName="DSFBeforeMainContainer";var k=function(o){var r=o.children;return t.createElement("section",{className:"govcy-container-fluid",id:"bodyStartContainer"},r)};k.defaultProps={children:void 0},k.displayName="DSFBodyStartContainer";var z=function(o){var r=o.children;return t.createElement("section",{className:"govcy-container-fluid",id:"bodyEndContainer"},r)};z.defaultProps={children:void 0},z.displayName="DSFBodyEndContainer";var D=function(o){var r=o.href,a=o.children;return t.createElement("a",{href:r,className:"govcy-skip-link"},a)};D.defaultProps={children:"Skip to main content",href:"#mainContainer"},D.displayName="DSFSkipLink";var T=function(o){var r=o.loading,a=o.children;return t.createElement(t.Fragment,null,r&&t.createElement(t.Fragment,null,t.createElement("div",{style:{position:"fixed",top:0,left:0,width:"100%",height:"100%",background:"rgba(0, 0, 0, 0.1)",zIndex:9999,display:"flex",justifyContent:"center",alignItems:"center"}},t.createElement("div",{className:"spinner-border govcy-text-primary",role:"status"},t.createElement("span",{className:"visually-hidden"},"Loading...")))),a)};T.defaultProps={children:void 0},T.displayName="DSFLoadingBox";var I=t.forwardRef((function(o,i){var e=o.children,n=o.hint,l=o.className;o.id;var d=o.inline,p=void 0!==d&&d,c=o.collapsed,s=a(o,["children","hint","className","id","inline","collapsed"]),f=t.useContext(g),x=f.error,y=f.errorId,v=f.childrenCount,u=t.createElement(t.Fragment,null,t.createElement("label",{className:"govcy-radio "+(p?" govcy-d-sm-inline-block ":"")+(l||"")},e,t.createElement(b,r({className:"govcy-radio-input "+(c?"collapsed":"")},c&&{"data-bs-toggle":"collapse","data-bs-target":".".concat(c.className).concat(c.node?":not(.show)":".show"),"aria-expanded":"false"},{type:"radio"},x?{"aria-describedby":y}:{},s,{ref:i})),t.createElement("span",{className:"govcy-radio-checked"}),n&&t.createElement(m,{className:"govcy-mt-2"},n)),c&&c.node&&t.createElement("div",{className:"email govcy-pl-3 govcy-ml-1 collapse"},t.createElement("div",{className:"govcy-form-control govcy-form-control-hint"},c.node)));return v&&v>1?t.createElement(t.Fragment,null,u):t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-form"},t.createElement("div",{className:"govcy-form-control"},u)))}));I.displayName="DSFRadio",I.defaultProps={hint:void 0,className:void 0,inline:!1};var S=function(o){var r=o.columns,a=o.rowData,i=o.hideNumberingColumn,e=function(t){if(t&&"right"===t.align)return"govcy-text-end"};return t.createElement("div",{className:"govcy-table-responsive"},t.createElement("table",{className:"govcy-table govcy-table-responsive-vertical govcy-mb-4"},r&&r.length>0&&t.createElement("thead",null,t.createElement("tr",null,!i&&t.createElement("th",{scope:"col"},"#"),r.map((function(o,a){return t.createElement("th",{key:a,scope:"col",className:e(r[a])},o.header)})))),t.createElement("tbody",null,a.map((function(o,a){return t.createElement("tr",{key:a},!i&&t.createElement("th",{scope:"row"},a+1),o.map((function(o,a){return t.createElement("td",{key:a,className:e(r&&r[a])},o)})))})))))};S.defaultProps={columns:[],rowData:[],hideNumberingColumn:!1},S.displayName="DSFTable";var E=function(o){var a=o.fullName,i=o.onClick,e=o.href;return t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-text-end"},t.createElement("span",null,a," | "),t.createElement("a",r({href:e,className:"govcy-sign-out"},i?{onClick:function(t){t.preventDefault(),i()}}:{}),"Sign Out")))};E.defaultProps={href:"#"};var C=function(o){var r=o.id,a=o.children,i=o.header,e=o.footer,n=o.bodyStartContainer,m=o.bodyEndContainer,l=o.beforeMainContainer;return t.createElement(t.Fragment,null,t.createElement(D,{href:"#".concat(r)}),t.createElement(k,null,n),i,t.createElement(N,null,l),t.createElement(L,{id:r},a),e,t.createElement(z,null,m))};C.defaultProps={children:void 0,id:"mainContainer",header:t.createElement(M,null),footer:void 0,beforeMainContainer:void 0,bodyStartContainer:void 0,bodyEndContainer:void 0},C.displayName="DSFPage";var O=t.forwardRef((function(o,a){var i=o.meta,e=o.label,n=o.hint,p=o.acceptedFormats,g=o.onChange,c=o.id,s=o.multiple,x=o.name,y=d(c),v=c+"_hint",u=i.touched&&!!i.error;return t.createElement(t.Fragment,null,t.createElement("div",{className:"govcy-form"},t.createElement("div",{className:"govcy-form-control "+(u?" govcy-form-control-error ":"")},t.createElement(f,{label:e,className:"govcy-mb-1"}),n&&t.createElement(m,{id:v},n),u&&t.createElement(l,{id:y,className:"govcy-mb-3"},i.error),t.createElement(b,r({className:"govcy-file-upload",accept:p,type:"file",id:c,name:x,ref:a,onChange:g,multiple:s,error:u},u?{"aria-describedby":y}:n?{"aria-describedby":v}:{})))))}));O.defaultProps={hint:void 0,label:void 0,meta:{},acceptedFormats:void 0,onChange:void 0,name:void 0},O.displayName="DSFFileUpload",exports.DSFBackLink=e,exports.DSFBeforeMainContainer=N,exports.DSFBodyEndContainer=z,exports.DSFBodyStartContainer=k,exports.DSFButton=n,exports.DSFCheckbox=s,exports.DSFDateInput=y,exports.DSFErrorSummary=v,exports.DSFErrorText=l,exports.DSFFieldSet=p,exports.DSFFileUpload=O,exports.DSFFooter=j,exports.DSFFormGroup=c,exports.DSFHeader=M,exports.DSFHintText=m,exports.DSFInput=b,exports.DSFInputField=u,exports.DSFLabel=f,exports.DSFLoadingBox=T,exports.DSFMain=L,exports.DSFPage=C,exports.DSFPanel=w,exports.DSFRadio=I,exports.DSFSelect=h,exports.DSFSkipLink=D,exports.DSFTable=S,exports.DSFUserSignOut=E;
|
|
2
2
|
//# sourceMappingURL=index.js.map
|