@charset "UTF-8";: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-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: 33, 37, 41;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--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: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff;}*, ::after, ::before {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: transparent;}.h1, .h2, .h3, .h6, h1, h2, h3, h6 {margin-top: 0;margin-bottom: 0.5rem;font-weight: 500;line-height: 1.2;}.h1, h1 {font-size: calc(1.375rem + 1.5vw);}@media (min-width: 1200px) {.h1, h1 {font-size: 2.5rem;}}.h2, h2 {font-size: calc(1.325rem + 0.9vw);}@media (min-width: 1200px) {.h2, h2 {font-size: 2rem;}}.h3, h3 {font-size: calc(1.3rem + 0.6vw);}@media (min-width: 1200px) {.h3, h3 {font-size: 1.75rem;}}.h6, h6 {font-size: 1rem;}p {margin-top: 0;margin-bottom: 1rem;} ul {padding-left: 2rem;} ul {margin-top: 0;margin-bottom: 1rem;} ul ul {margin-bottom: 0;}a {color: #0d6efd;text-decoration: underline;}a:hover {color: #0a58ca;}a:not([href]):not([class]), a:not([href]):not([class]):hover {color: inherit;text-decoration: none;}code {font-family: var(--bs-font-monospace);font-size: 1em;direction: ltr;unicode-bidi: bidi-override;}code {font-size: 0.875em;color: #d63384;word-wrap: break-word;}a > code {color: inherit;}img, svg {vertical-align: middle;}table {caption-side: bottom;border-collapse: collapse;} td, tr {border-color: inherit;border-style: solid;border-width: 0;}button {border-radius: 0;}button:focus:not(:focus-visible) {outline: 0;}button {margin: 0;font-family: inherit;font-size: inherit;line-height: inherit;}button {text-transform: none;}[role="button"] {cursor: pointer;}[type="button"], button {-webkit-appearance: button;}[type="button"]:not(:disabled), button:not(:disabled) {cursor: pointer;}::-moz-focus-inner {padding: 0;border-style: none;}::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {padding: 0;}::-webkit-inner-spin-button {height: auto;}::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-color-swatch-wrapper {padding: 0;}::-webkit-file-upload-button {font: inherit;}::file-selector-button {font: inherit;}::-webkit-file-upload-button {font: inherit;-webkit-appearance: button;}.list-inline {padding-left: 0;list-style: none;}.list-inline-item {display: inline-block;}.list-inline-item:not(:last-child) {margin-right: 0.5rem;}.container {width: 100%;padding-right: var(--bs-gutter-x, 0.75rem);padding-left: var(--bs-gutter-x, 0.75rem);margin-right: auto;margin-left: auto;}@media (min-width: 576px) {.container {max-width: 540px;}}@media (min-width: 768px) {.container {max-width: 720px;}}@media (min-width: 992px) {.container {max-width: 960px;}}@media (min-width: 1200px) {.container {max-width: 1140px;}}@media (min-width: 1400px) {.container {max-width: 1320px;}}.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 > * {flex-shrink: 0;width: 100%;max-width: 100%;padding-right: calc(var(--bs-gutter-x) * 0.5);padding-left: calc(var(--bs-gutter-x) * 0.5);margin-top: var(--bs-gutter-y);}.col-12 {flex: 0 0 auto;width: 100%;}@media (min-width: 576px) {.col-sm-6 {flex: 0 0 auto;width: 50%;}.col-sm-12 {flex: 0 0 auto;width: 100%;}}@media (min-width: 768px) {.col-md-4 {flex: 0 0 auto;width: 33.33333333%;}.col-md-6 {flex: 0 0 auto;width: 50%;}.col-md-12 {flex: 0 0 auto;width: 100%;}}@media (min-width: 992px) {.col-lg-4 {flex: 0 0 auto;width: 33.33333333%;}.col-lg-6 {flex: 0 0 auto;width: 50%;}}.table {--bs-table-bg: transparent;--bs-table-accent-bg: transparent;--bs-table-striped-color: #212529;--bs-table-striped-bg: rgba(0, 0, 0, 0.05);--bs-table-active-color: #212529;--bs-table-active-bg: rgba(0, 0, 0, 0.1);--bs-table-hover-color: #212529;--bs-table-hover-bg: rgba(0, 0, 0, 0.075);width: 100%;margin-bottom: 1rem;color: #212529;vertical-align: top;border-color: #dee2e6;}.table > :not(caption) > * > * {padding: 0.5rem 0.5rem;background-color: var(--bs-table-bg);border-bottom-width: 1px;box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);}.table > :not(:first-child) {border-top: 2px solid currentColor;}.table-borderless > :not(caption) > * > * {border-bottom-width: 0;}.table-borderless > :not(:first-child) {border-top-width: 0;}.btn {display: inline-block;font-weight: 400;line-height: 1.5;color: #212529;text-align: center;text-decoration: none;vertical-align: middle;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;background-color: transparent;border: 1px solid transparent;padding: 0.375rem 0.75rem;font-size: 1rem;border-radius: 0.25rem;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;}@media (prefers-reduced-motion: reduce) {.btn {transition: none;}}.btn:hover {color: #212529;} .btn:focus {outline: 0;box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);} .btn:disabled {pointer-events: none;opacity: 0.65;}.nav {display: flex;flex-wrap: wrap;padding-left: 0;margin-bottom: 0;list-style: none;}@-webkit-keyframes progress-bar-stripes {0% {background-position-x: 1rem;}}@keyframes progress-bar-stripes {0% {background-position-x: 1rem;}}@-webkit-keyframes spinner-border {to {transform: rotate(360deg);}}@keyframes spinner-border {to {transform: rotate(360deg);}}@-webkit-keyframes spinner-grow {0% {transform: scale(0);}50% {opacity: 1;transform: none;}}@keyframes spinner-grow {0% {transform: scale(0);}50% {opacity: 1;transform: none;}}@-webkit-keyframes placeholder-glow {50% {opacity: 0.2;}}@keyframes placeholder-glow {50% {opacity: 0.2;}}@-webkit-keyframes placeholder-wave {100% {-webkit-mask-position: -200% 0%;mask-position: -200% 0%;}}@keyframes placeholder-wave {100% {-webkit-mask-position: -200% 0%;mask-position: -200% 0%;}}.visually-hidden {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;}.overflow-hidden {overflow: hidden !important;}.d-block {display: block !important;}.d-flex {display: flex !important;}.d-inline-flex {display: inline-flex !important;}.d-none {display: none !important;}.w-100 {width: 100% !important;}.flex-column {flex-direction: column !important;}.gap-2 {gap: 0.5rem !important;}.gap-3 {gap: 1rem !important;}.justify-content-center {justify-content: center !important;}.justify-content-between {justify-content: space-between !important;}.justify-content-around {justify-content: space-around !important;}.align-items-start {align-items: flex-start !important;}.align-items-center {align-items: center !important;}.mx-1 {margin-right: 0.25rem !important;margin-left: 0.25rem !important;}.mt-0 {margin-top: 0 !important;}.mt-2 {margin-top: 0.5rem !important;}.mt-3 {margin-top: 1rem !important;}.mt-4 {margin-top: 1.5rem !important;}.me-4 {margin-right: 1.5rem !important;}.mb-0 {margin-bottom: 0 !important;}.mb-2 {margin-bottom: 0.5rem !important;}.mb-3 {margin-bottom: 1rem !important;}.mb-5 {margin-bottom: 3rem !important;}.p-5 {padding: 3rem !important;}.text-center {text-align: center !important;}.text-decoration-none {text-decoration: none !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;}.rounded {border-radius: 0.25rem !important;}@media (min-width: 768px) {.d-md-flex {display: flex !important;}.d-md-none {display: none !important;}}@media (min-width: 992px) {.d-lg-none {display: none !important;}}