@charset "UTF-8";
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/jszip-3.10.1/dt-2.3.2/b-3.2.4/b-html5-3.2.4/fh-4.0.3
 *
 * Included libraries:
 *   JSZip 3.10.1, DataTables 2.3.2, Buttons 3.2.4, HTML5 export 3.2.4, FixedHeader 4.0.3
 */
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-header-align-items: center;
  --dt-html-background: white;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable tbody td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable tbody td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}

table.dataTable tbody tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

table.dataTable tfoot:empty {
  display: none;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before,
:root[data-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll {
  width: 100%;
}

div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}

div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: relative;
  width: 12px;
  height: 20px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(0, 0, 0, 0.05);
  outline-offset: -2px;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead > tr > th div.dt-column-header,
table.dataTable thead > tr > th div.dt-column-footer,
table.dataTable thead > tr > td div.dt-column-header,
table.dataTable thead > tr > td div.dt-column-footer,
table.dataTable tfoot > tr > th div.dt-column-header,
table.dataTable tfoot > tr > th div.dt-column-footer,
table.dataTable tfoot > tr > td div.dt-column-header,
table.dataTable tfoot > tr > td div.dt-column-footer {
  display: flex;
  justify-content: space-between;
  align-items: var(--dt-header-align-items);
  gap: 4px;
}

table.dataTable thead > tr > th div.dt-column-header span.dt-column-title,
table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title,
table.dataTable thead > tr > td div.dt-column-header span.dt-column-title,
table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title,
table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title,
table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title,
table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title,
table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title {
  flex-grow: 1;
}

table.dataTable thead > tr > th div.dt-column-header span.dt-column-title:empty,
table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title:empty,
table.dataTable thead > tr > td div.dt-column-header span.dt-column-title:empty,
table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title:empty,
table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title:empty,
table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title:empty,
table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title:empty,
table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title:empty {
  display: none;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255, 255, 255, 0.05);
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}

table.dataTable th.dt-type-numeric div.dt-column-header,
table.dataTable th.dt-type-numeric div.dt-column-footer, table.dataTable th.dt-type-date div.dt-column-header,
table.dataTable th.dt-type-date div.dt-column-footer,
table.dataTable td.dt-type-numeric div.dt-column-header,
table.dataTable td.dt-type-numeric div.dt-column-footer,
table.dataTable td.dt-type-date div.dt-column-header,
table.dataTable td.dt-type-date div.dt-column-footer {
  flex-direction: row-reverse;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-left div.dt-column-header,
table.dataTable th.dt-left div.dt-column-footer,
table.dataTable td.dt-left div.dt-column-header,
table.dataTable td.dt-left div.dt-column-footer {
  flex-direction: row;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-right div.dt-column-header,
table.dataTable th.dt-right div.dt-column-footer,
table.dataTable td.dt-right div.dt-column-header,
table.dataTable td.dt-right div.dt-column-footer {
  flex-direction: row-reverse;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-justify div.dt-column-header,
table.dataTable th.dt-justify div.dt-column-footer,
table.dataTable td.dt-justify div.dt-column-header,
table.dataTable td.dt-justify div.dt-column-footer {
  flex-direction: row;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-left div.dt-column-header,
table.dataTable thead th.dt-head-left div.dt-column-footer,
table.dataTable thead td.dt-head-left div.dt-column-header,
table.dataTable thead td.dt-head-left div.dt-column-footer,
table.dataTable tfoot th.dt-head-left div.dt-column-header,
table.dataTable tfoot th.dt-head-left div.dt-column-footer,
table.dataTable tfoot td.dt-head-left div.dt-column-header,
table.dataTable tfoot td.dt-head-left div.dt-column-footer {
  flex-direction: row;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-right div.dt-column-header,
table.dataTable thead th.dt-head-right div.dt-column-footer,
table.dataTable thead td.dt-head-right div.dt-column-header,
table.dataTable thead td.dt-head-right div.dt-column-footer,
table.dataTable tfoot th.dt-head-right div.dt-column-header,
table.dataTable tfoot th.dt-head-right div.dt-column-footer,
table.dataTable tfoot td.dt-head-right div.dt-column-header,
table.dataTable tfoot td.dt-head-right div.dt-column-footer {
  flex-direction: row-reverse;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-justify div.dt-column-header,
table.dataTable thead th.dt-head-justify div.dt-column-footer,
table.dataTable thead td.dt-head-justify div.dt-column-header,
table.dataTable thead td.dt-head-justify div.dt-column-footer,
table.dataTable tfoot th.dt-head-justify div.dt-column-header,
table.dataTable tfoot th.dt-head-justify div.dt-column-footer,
table.dataTable tfoot td.dt-head-justify div.dt-column-header,
table.dataTable tfoot td.dt-head-justify div.dt-column-footer {
  flex-direction: row;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

:root {
  --dt-row-hover-alpha: 0.035;
  --dt-row-stripe-alpha: 0.023;
  --dt-column-ordering-alpha: 0.019;
  --dt-row-selected-stripe-alpha: 0.923;
  --dt-row-selected-column-ordering-alpha: 0.919;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}

table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 10px 6px 10px;
}

table.dataTable > tbody > tr {
  background-color: transparent;
}

table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}

table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 8px 10px;
}

table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border > tbody > tr:first-child > *, table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

table.dataTable.cell-border > tbody > tr > * {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr > *:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr:first-child > * {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), var(--dt-row-stripe-alpha));
}

table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *, table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-stripe-alpha));
}

table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), var(--dt-row-hover-alpha));
}

table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), var(--dt-column-ordering-alpha));
}

table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), var(--dt-row-selected-column-ordering-alpha));
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha)));
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007));
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015));
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)));
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007));
}

table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015));
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha)));
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007));
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015));
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)));
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007));
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015));
}

table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

div.dt-container div.dt-layout-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0.75em 0;
}

div.dt-container div.dt-layout-row div.dt-layout-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
  justify-content: flex-start;
  margin-right: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
  justify-content: flex-end;
  margin-left: auto;
}

div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: block;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
    display: block;
    text-align: center;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
    margin: 0.5em 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
    margin-left: 0;
  }
}
div.dt-container div.dt-layout-start > *:not(:last-child) {
  margin-right: 1em;
}

div.dt-container div.dt-layout-end > *:not(:first-child) {
  margin-left: 1em;
}

div.dt-container div.dt-layout-full {
  width: 100%;
}

div.dt-container div.dt-layout-full > *:only-child {
  margin-left: auto;
  margin-right: auto;
}

div.dt-container div.dt-layout-table > div {
  display: block !important;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-left: 0;
  }
}
/*
 * Control feature layout
 */
div.dt-container {
  position: relative;
  clear: both;
}

div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}

div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
}

div.dt-container select.dt-input {
  padding: 4px;
}

div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05); /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* FF3.6+ */ /* IE10+ */ /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* W3C */
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: default;
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111; /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* FF3.6+ */ /* IE10+ */ /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%); /* W3C */
}

div.dt-container .dt-paging .dt-paging-button:active {
  outline: none;
  background-color: #0c0c0c; /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* FF3.6+ */ /* IE10+ */ /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* W3C */
  box-shadow: inset 0 0 3px #111;
}

div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}

div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: inherit;
}

div.dt-container .dataTables_scroll {
  clear: both;
}

div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}

div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}

html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}

html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}

html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable.row-border > tbody > tr > *, html.dark table.dataTable.display > tbody > tr > * {
  border-top: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.row-border > tbody > tr:first-child > *, html.dark table.dataTable.display > tbody > tr:first-child > * {
  border-top: none;
}

html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}

html.dark .dt-container.dt-empty-footer table.dataTable {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}

html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
  color: #666 !important;
}

html.dark .dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}

html.dark .dt-container .dt-paging .dt-paging-button:active {
  background: #3a3a3a;
}

/*
 * Overrides for RTL support
 */
*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: right;
}

*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}

*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
div.dataTables_wrapper {
  position: relative;
}

div.dt-buttons {
  position: initial;
}

div.dt-buttons .dt-button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border-radius: 0.75em;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 2003;
  overflow: hidden;
}

div.dt-button-info h2 {
  padding: 2rem 2rem 1rem 2rem;
  margin: 0;
  font-weight: normal;
}

div.dt-button-info > div {
  padding: 1em 2em 2em 2em;
}

div.dtb-popover-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2003;
}

button.dtb-hide-drop {
  display: none !important;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0.5em 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.dt-button-collection-title:empty {
  display: none;
}

span.dt-button-spacer {
  display: inline-block;
  margin: 0.5em;
  white-space: nowrap;
}

span.dt-button-spacer.bar {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  padding-left: 0.5em;
}

span.dt-button-spacer.bar:empty {
  height: 1em;
  width: 1px;
  padding-left: 0;
}

div.dt-button-collection .dt-button-active {
  padding-right: 3em;
}

div.dt-button-collection .dt-button-active:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

div.dt-button-collection .dt-button-active.dt-button-split {
  padding-right: 0;
}

div.dt-button-collection .dt-button-active.dt-button-split:after {
  display: none;
}

div.dt-button-collection .dt-button-active.dt-button-split > *:first-child {
  padding-right: 3em;
}

div.dt-button-collection .dt-button-active.dt-button-split > *:first-child:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

div.dt-button-collection .dt-button-active-a a {
  padding-right: 3em;
}

div.dt-button-collection .dt-button-active-a a:after {
  position: absolute;
  right: 1em;
  display: inline-block;
  content: "✓";
  color: inherit;
}

div.dt-button-collection span.dt-button-spacer {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  margin: 0.5em 0;
}

div.dt-button-collection span.dt-button-spacer:empty {
  height: 0;
  width: 100%;
}

div.dt-button-collection span.dt-button-spacer.bar {
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}

@media print {
  table.dataTable tr > * {
    box-shadow: none !important;
  }
}
div.dt-buttons > .dt-button,
div.dt-buttons > div.dt-button-split .dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 0.167em;
  margin-right: 0.167em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
  text-overflow: ellipsis;
}

div.dt-buttons > .dt-button:first-child,
div.dt-buttons > div.dt-button-split .dt-button:first-child {
  margin-left: 0;
}

div.dt-buttons > .dt-button.disabled,
div.dt-buttons > div.dt-button-split .dt-button.disabled {
  cursor: default;
  opacity: 0.4;
}

div.dt-buttons > .dt-button.dt-button-active:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
  box-shadow: inset 1px 1px 3px #999999;
}

div.dt-buttons > .dt-button.dt-button-active:not(.disabled):hover:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}

div.dt-buttons > .dt-button:hover,
div.dt-buttons > div.dt-button-split .dt-button:hover {
  text-decoration: none;
}

div.dt-buttons > .dt-button:hover:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: rgba(0, 0, 0, 0.1); /* Fallback */
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
}

div.dt-buttons > .dt-button:focus:not(.disabled),
div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
  outline: 2px solid rgb(53, 132, 228);
}

div.dt-buttons > .dt-button embed,
div.dt-buttons > div.dt-button-split .dt-button embed {
  outline: none;
}

div.dt-buttons > div.dt-button-split .dt-button:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

div.dt-buttons > div.dt-button-split .dt-button:first-child:hover {
  border-right: 1px solid #666;
}

div.dt-buttons > div.dt-button-split .dt-button:last-child {
  border-left: 1px solid transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

div.dt-buttons > div.dt-button-split .dt-button:last-child:hover {
  border-left: 1px solid #666;
}

div.dt-buttons span.dt-button-down-arrow {
  position: relative;
  top: -2px;
  font-size: 10px;
  padding-left: 10px;
  line-height: 1em;
  opacity: 0.6;
}

div.dt-buttons div.dt-button-split {
  display: inline-block;
}

div.dt-buttons div.dt-button-split .dt-button:first-child {
  margin-right: 0;
}

div.dt-buttons div.dt-button-split .dt-button:last-child {
  margin-left: -1px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  z-index: 2;
}

div.dt-buttons div.dt-button-split .dt-button:last-child span {
  padding-left: 0;
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0.75em 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

div.dt-button-collection .dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  float: none;
  justify-content: space-between;
  align-items: center;
  background: none;
  margin: 0;
  padding: 0.5em 1em;
  border: none;
  text-align: left;
  cursor: pointer;
  color: inherit;
}

div.dt-button-collection .dt-button.dt-button-active {
  background: none;
  box-shadow: none;
}

div.dt-button-collection .dt-button.disabled {
  cursor: default;
  opacity: 0.4;
}

div.dt-button-collection .dt-button:hover:not(.disabled) {
  border: none;
  background: rgba(153, 153, 153, 0.1);
  box-shadow: none;
}

div.dt-button-collection .dt-button:focus {
  outline-offset: -2px;
}

div.dt-button-collection div.dt-button-split {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}

div.dt-button-collection div.dt-button-split button.dt-button {
  margin: 0;
  display: inline-block;
  width: 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 50px;
}

div.dt-button-collection div.dt-button-split button.dt-button-split-drop {
  min-width: 33px;
  flex: 0;
}

div.dt-button-collection.fixed .dt-button {
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.1);
}

div.dt-button-collection.fixed {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 5px;
  background-color: white;
  padding: 0.5em;
}

div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

div.dt-button-collection.fixed.columns {
  margin-left: -409px;
}

@media screen and (max-width: 1024px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -308px;
  }
}
@media screen and (max-width: 640px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -203px;
  }
}
@media screen and (max-width: 460px) {
  div.dt-button-collection.fixed.columns {
    margin-left: -100px;
  }
}
div.dt-button-collection.fixed > :last-child {
  max-height: 100vh;
  overflow: auto;
}

div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child {
  display: block !important;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

div.dt-button-collection.two-column {
  width: 400px;
}

div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 2;
  column-count: 2;
}

div.dt-button-collection.three-column {
  width: 450px;
}

div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 3;
  column-count: 3;
}

div.dt-button-collection.four-column {
  width: 600px;
}

div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 4;
  column-count: 4;
}

div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-collection.columns {
  width: auto;
}

div.dt-button-collection.columns > :last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  width: 818px;
  padding-bottom: 1px;
}

div.dt-button-collection.columns > :last-child .dt-button {
  min-width: 200px;
  flex: 0 1;
  margin: 0;
}

div.dt-button-collection.columns.dtb-b3 > :last-child, div.dt-button-collection.columns.dtb-b2 > :last-child, div.dt-button-collection.columns.dtb-b1 > :last-child {
  justify-content: space-between;
}

div.dt-button-collection.columns.dtb-b3 .dt-button {
  flex: 1 1 32%;
}

div.dt-button-collection.columns.dtb-b2 .dt-button {
  flex: 1 1 48%;
}

div.dt-button-collection.columns.dtb-b1 .dt-button {
  flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
  div.dt-button-collection.columns > :last-child {
    width: 612px;
  }
}
@media screen and (max-width: 640px) {
  div.dt-button-collection.columns > :last-child {
    width: 406px;
  }
  div.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 0 1 32%;
  }
}
@media screen and (max-width: 460px) {
  div.dt-button-collection.columns > :last-child {
    width: 200px;
  }
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Fallback */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}

.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}

.dt-button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid rgb(40, 40, 40);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
html.dark div.dt-buttons > .dt-button,
html.dark div.dt-buttons > div.dt-button-split .dt-button {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark div.dt-buttons > .dt-button.dt-button-active:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled) {
  background: rgba(179, 179, 179, 0.15);
  box-shadow: inset 1px 1px 2px black;
}

html.dark div.dt-buttons > .dt-button.dt-button-active:not(.disabled):hover:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button.dt-button-active:not(.disabled):hover:not(.disabled) {
  background: rgba(128, 128, 128, 0.15);
  box-shadow: inset 1px 1px 3px black;
}

html.dark div.dt-buttons > .dt-button:hover:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button:hover:not(.disabled) {
  background: rgba(179, 179, 179, 0.15);
}

html.dark div.dt-buttons > .dt-button:focus:not(.disabled),
html.dark div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
  outline: 2px solid rgb(110, 168, 254);
}

html.dark div.dt-buttons > div.dt-button-split .dt-button:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

html.dark div.dt-buttons > div.dt-button-split .dt-button:first-child:hover {
  border-right: 1px solid rgb(89, 91, 94);
}

html.dark div.dt-buttons > div.dt-button-split .dt-button:last-child:hover {
  border-left: 1px solid rgb(89, 91, 94);
}

html.dark div.dt-button-collection {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgb(33, 37, 41);
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.8);
}

html.dark div.dt-button-info {
  background-color: var(--dt-html-background);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

table.fixedHeader-floating,
table.fixedHeader-locked {
  position: relative !important;
  background-color: var(--dt-html-background);
  background-color: var(--dt-html-background);
}

@media print {
  table.fixedHeader-floating,
  table.fixedHeader-locked {
    display: none;
  }
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/* 2.1.4 */
.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v47-latin_latin-ext-regular.woff2") format("woff2");
}
/* roboto-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-v47-latin_latin-ext-600.woff2") format("woff2");
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v47-latin_latin-ext-700.woff2") format("woff2");
}
.prevent-margin-collapse {
  padding-top: 0.05px;
}

#px-multiples-dashboard .px-multiples-dashboard--sidebar-table-settings,
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view,
#px-multiples-dashboard .px-multiples-dashboard--main-table-view,
#px-multiples-dashboard .px-multiples-dashboard--sidebar-chart-settings,
#px-multiples-dashboard .px-multiples-dashboard--sidebar-filter-settings {
  visibility: visible !important;
}
#px-multiples-dashboard .bordered {
  background: rgba(217, 217, 217, 0.4);
  padding: 3rem;
}
#px-multiples-dashboard .bordered h2:first-child, #px-multiples-dashboard .bordered h3:first-child, #px-multiples-dashboard .bordered h4:first-child {
  margin: 0;
}
#px-multiples-dashboard .max-height-box {
  margin-top: 3rem;
  margin-bottom: 3.6rem;
  position: relative;
  padding: 1.5rem;
}
#px-multiples-dashboard .max-height-box .max-height-box-content {
  max-height: 14.5rem;
  transition: all 0.2s ease-in-out;
  overflow: clip;
  padding-top: 2px;
}
#px-multiples-dashboard .max-height-box .max-height-box-content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  box-shadow: 0 -5rem 3rem -15px rgba(255, 255, 255, 0.65) inset;
  pointer-events: none;
}
#px-multiples-dashboard .max-height-box .max-height-box-content.expand {
  max-height: 99rem;
}
#px-multiples-dashboard .max-height-box .max-height-box-content.expand:after {
  display: none;
}
#px-multiples-dashboard .max-height-box .px-expand-btn {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  border-radius: 0 !important;
  border: 1px solid #757575;
  padding: 0.8rem 3rem;
}
#px-multiples-dashboard .max-height-box .px-expand-btn:hover {
  background: #d9d9d9;
}
#px-multiples-dashboard .max-height-box .px-expand-btn:after {
  border: 0.5rem solid transparent;
  border-top-color: #757575;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0 0 0 1.2rem;
  position: relative;
  top: 0.3rem;
  width: 0;
}
#px-multiples-dashboard .max-height-box:has(.max-height-box-content.expand) .px-expand-btn:after {
  top: -0.1rem;
  transform: rotateX(180deg);
}
#px-multiples-dashboard .single--sidebar-table-settings .max-height-box {
  margin-bottom: 0;
}
#px-multiples-dashboard .select-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.3rem;
}
#px-multiples-dashboard .select-links .select-links-starting-block {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  margin-right: 1rem;
}
#px-multiples-dashboard .select-links + .max-height-box {
  margin-top: 0;
}
#px-multiples-dashboard .select-link {
  color: #5E5E5E;
  display: inline-block;
  white-space: nowrap;
}
#px-multiples-dashboard .select-link.small {
  font-size: 1.3rem;
}
#px-multiples-dashboard a.select-link {
  text-decoration: underline;
}
#px-multiples-dashboard .px-multiples-dashboard--main-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
#px-multiples-dashboard .px-multiples-dashboard--main-bottom-row .px-multiples-dashboard--table-btn-container {
  margin-left: auto;
}
#px-multiples-dashboard .save-link {
  display: block;
  color: #2c2c2c;
  font-size: 1.5rem;
  font-weight: 600;
}
#px-multiples-dashboard .save-link span {
  text-decoration: underline;
  padding-left: 0.4rem;
}
#px-multiples-dashboard .px-multiples-dashboard--active-filters {
  display: flex;
  flex-wrap: wrap;
}
#px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-item {
  align-items: baseline;
  background-color: rgba(183, 204, 230, 0.3);
  border-radius: 0.8rem !important;
  border: 1px solid rgba(0, 38, 85, 0.5);
  color: #002655;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: bold;
  height: 3.2rem;
  justify-content: center;
  letter-spacing: 0.03rem;
  line-height: 1;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 0.5rem 3.2rem 0.5rem 0.8rem;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 2.00011H2C1.73478 2.00011 1.48043 2.10547 1.29289 2.29301C1.10536 2.48054 1 2.7349 1 3.00011V10.0001C1 10.2653 1.10536 10.5197 1.29289 10.7072C1.48043 10.8948 1.73478 11.0001 2 11.0001H9C9.26522 11.0001 9.51957 10.8948 9.70711 10.7072C9.89464 10.5197 10 10.2653 10 10.0001V6.50011M9.25 1.25011C9.44891 1.0512 9.7187 0.939453 10 0.939453C10.2813 0.939453 10.5511 1.0512 10.75 1.25011C10.9489 1.44903 11.0607 1.71881 11.0607 2.00011C11.0607 2.28142 10.9489 2.5512 10.75 2.75011L6 7.50011L4 8.00011L4.5 6.00011L9.25 1.25011Z' stroke='%235E5E5E' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
}
#px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-item.active-filter-datum {
  text-transform: none;
}
@media (min-width: 1024px) {
  #px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-item {
    font-size: 1.4rem;
    padding: 0.5rem 3.5rem 0.5rem 0.8rem;
  }
}
#px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-item span {
  display: inline-flex;
  align-self: center;
  padding-top: 0.3rem;
}
#px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-item:hover {
  background-color: rgba(0, 38, 85, 0.8);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 2.00011H2C1.73478 2.00011 1.48043 2.10547 1.29289 2.29301C1.10536 2.48054 1 2.7349 1 3.00011V10.0001C1 10.2653 1.10536 10.5197 1.29289 10.7072C1.48043 10.8948 1.73478 11.0001 2 11.0001H9C9.26522 11.0001 9.51957 10.8948 9.70711 10.7072C9.89464 10.5197 10 10.2653 10 10.0001V6.50011M9.25 1.25011C9.44891 1.0512 9.7187 0.939453 10 0.939453C10.2813 0.939453 10.5511 1.0512 10.75 1.25011C10.9489 1.44903 11.0607 1.71881 11.0607 2.00011C11.0607 2.28142 10.9489 2.5512 10.75 2.75011L6 7.50011L4 8.00011L4.5 6.00011L9.25 1.25011Z' stroke='%23FFFFFF' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  color: white;
}
#px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-item .filter-count {
  align-items: center;
  background: #002655;
  border-radius: 0.4rem;
  color: white;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  margin-left: 0.8rem;
  padding: 2px 3px 0 4px;
  width: auto;
  min-width: 2rem;
}
#px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-item .filter-count:empty {
  display: none;
}
#px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-item.cal-icon {
  padding-left: 3.5rem;
  position: relative;
}
#px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-item.cal-icon:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33333 1.1665V3.49984M4.66667 1.1665V3.49984M1.75 5.83317H12.25M2.91667 2.33317H11.0833C11.7277 2.33317 12.25 2.8555 12.25 3.49984V11.6665C12.25 12.3108 11.7277 12.8332 11.0833 12.8332H2.91667C2.27233 12.8332 1.75 12.3108 1.75 11.6665V3.49984C1.75 2.8555 2.27233 2.33317 2.91667 2.33317Z' stroke='%23002655' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 2rem;
  left: 0.8rem;
  position: absolute;
  width: 2rem;
}
#px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-item.cal-icon:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33333 1.1665V3.49984M4.66667 1.1665V3.49984M1.75 5.83317H12.25M2.91667 2.33317H11.0833C11.7277 2.33317 12.25 2.8555 12.25 3.49984V11.6665C12.25 12.3108 11.7277 12.8332 11.0833 12.8332H2.91667C2.27233 12.8332 1.75 12.3108 1.75 11.6665V3.49984C1.75 2.8555 2.27233 2.33317 2.91667 2.33317Z' stroke='%23FFFFFF' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#px-multiples-dashboard .px-multiples-dashboard--active-filters .px-multiples-dashboard--reset-btn {
  margin-left: auto;
}
#px-multiples-dashboard .px-multiples-dashboard--loading-indicator {
  align-items: center;
  background: white;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
#px-multiples-dashboard .fade-enter-active,
#px-multiples-dashboard .fade-leave-active {
  transition: opacity 0.5s ease;
}
#px-multiples-dashboard .fade-enter-from,
#px-multiples-dashboard .fade-leave-to {
  opacity: 0;
}
#px-multiples-dashboard .slide-fade-enter-active {
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
#px-multiples-dashboard .slide-fade-leave-active {
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#px-multiples-dashboard .slide-fade-enter-from,
#px-multiples-dashboard .slide-fade-leave-to {
  transform: translateY(50px);
  opacity: 0;
}
#px-multiples-dashboard .slide-fade-enter-to,
#px-multiples-dashboard .slide-fade-leave-from {
  opacity: 1;
  transform: translateY(0);
}
#px-multiples-dashboard [v-cloak] {
  display: none;
}
#px-multiples-dashboard .px-multiples-dashboard--active-filters-heading {
  border-top: 2px solid #d9d9d9;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-top: 2rem;
}
#px-multiples-dashboard .px-multiples-dashboard--help-link {
  display: inline-block;
  min-height: 1em;
  min-width: 1.5rem;
}
#px-multiples-dashboard .px-multiples-dashboard--help-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%235e5e5e%22%20d%3D%22M464%20256A208%20208%200%201%200%2048%20256a208%20208%200%201%200%20416%200zM0%20256a256%20256%200%201%201%20512%200A256%20256%200%201%201%200%20256zm169.8-90.7c7.9-22.3%2029.1-37.3%2052.8-37.3l58.3%200c34.9%200%2063.1%2028.3%2063.1%2063.1c0%2022.6-12.1%2043.5-31.7%2054.8L280%20264.4c-.2%2013-10.9%2023.6-24%2023.6c-13.3%200-24-10.7-24-24l0-13.5c0-8.6%204.6-16.5%2012.1-20.8l44.3-25.4c4.7-2.7%207.6-7.7%207.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3%200c-3.4%200-6.4%202.1-7.5%205.3l-.4%201.2c-4.4%2012.5-18.2%2019-30.6%2014.6s-19-18.2-14.6-30.6l.4-1.2zM224%20352a32%2032%200%201%201%2064%200%2032%2032%200%201%201%20-64%200z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 0.75em;
  max-height: 24px;
  max-width: 24px;
  width: 0.75em;
  vertical-align: super;
}
#px-multiples-dashboard .px-multiples-dashboard--help-link:hover .px-multiples-dashboard--help-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%23002655%22%20d%3D%22M464%20256A208%20208%200%201%200%2048%20256a208%20208%200%201%200%20416%200zM0%20256a256%20256%200%201%201%20512%200A256%20256%200%201%201%200%20256zm169.8-90.7c7.9-22.3%2029.1-37.3%2052.8-37.3l58.3%200c34.9%200%2063.1%2028.3%2063.1%2063.1c0%2022.6-12.1%2043.5-31.7%2054.8L280%20264.4c-.2%2013-10.9%2023.6-24%2023.6c-13.3%200-24-10.7-24-24l0-13.5c0-8.6%204.6-16.5%2012.1-20.8l44.3-25.4c4.7-2.7%207.6-7.7%207.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3%200c-3.4%200-6.4%202.1-7.5%205.3l-.4%201.2c-4.4%2012.5-18.2%2019-30.6%2014.6s-19-18.2-14.6-30.6l.4-1.2zM224%20352a32%2032%200%201%201%2064%200%2032%2032%200%201%201%20-64%200z%22%2F%3E%3C%2Fsvg%3E");
}
#px-multiples-dashboard .border-highlight {
  position: relative;
}
#px-multiples-dashboard .border-highlight::after {
  animation-duration: 300ms;
  border: 1px solid rgba(0, 38, 85, 0.6);
  border-radius: 0.5rem;
  box-shadow: 0 0 0 2px rgba(0, 38, 85, 0.2);
  bottom: -1.5rem;
  content: "";
  left: -1.5rem;
  right: -1.5rem;
  position: absolute;
  top: -1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#px-multiples-dashboard .flash-highlight {
  animation: pulseShadow 1.5s ease-in-out 2;
}

@keyframes pulseShadow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 38, 85, 0.9);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 15px 8px rgba(0, 38, 85, 0.9);
    transform: scale(1.05);
  }
}
.few-industries-hint, .px-hint {
  align-items: center;
  background: rgba(183, 204, 230, 0.4);
  border-left: 5px solid #002655;
  color: #002655;
  display: flex;
  font-size: 1.5rem;
  letter-spacing: 0.03rem;
  padding: 0.6rem 1rem;
}
.few-industries-hint i.fa, .few-industries-hint i.fas, .px-hint i.fa, .px-hint i.fas {
  font-size: 2rem;
  padding-right: 1rem;
}

.px-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.px-row [class*=px-col-] {
  position: relative;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.px-row .px-col-1 {
  width: 8.3333333333%;
}
.px-row .px-col-2 {
  width: 16.6666666667%;
}
.px-row .px-col-3 {
  width: 25%;
}
.px-row .px-col-4 {
  width: 33.3333333333%;
}
.px-row .px-col-5 {
  width: 41.6666666667%;
}
@media (min-width: 1024px) {
  .px-row .px-col-6 {
    width: 50%;
  }
}
.px-row .px-col-7 {
  width: 58.3333333333%;
}
.px-row .px-col-8 {
  width: 66.6666666667%;
}
.px-row .px-col-9 {
  width: 75%;
}
.px-row .px-col-10 {
  width: 83.3333333333%;
}
.px-row .px-col-11 {
  width: 91.6666666667%;
}
.px-row .px-col-12 {
  width: 100%;
}

@media (max-width: 768px) {
  .px-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.px-tabs .px-tab-btn {
  border: 0.1rem solid transparent;
  display: inline-block;
  padding: 0.5rem 1.2rem 0.4rem 1.2rem;
  border-radius: 0.3rem 0.3rem 0 0;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #2c2c2c;
}
@media (min-width: 1024px) {
  .px-tabs .px-tab-btn {
    font-size: 1.5rem;
  }
}
.px-tabs .px-tab-btn i.fas.fa-plus {
  border-radius: 0 !important;
  padding: 4px !important;
  margin-top: -1px;
  margin-left: 5px !important;
}
.px-tabs .px-tab-btn:hover, .px-tabs .px-tab-btn:focus, .px-tabs .px-tab-btn:active, .px-tabs .px-tab-btn.active {
  text-decoration: none;
  border-color: #2c2c2c;
  background: #b7cce6;
  position: relative;
}
.px-tabs .px-tab-btn:hover:after, .px-tabs .px-tab-btn:focus:after, .px-tabs .px-tab-btn:active:after, .px-tabs .px-tab-btn.active:after {
  content: "";
  display: block;
  width: calc(100% + 0.2rem);
  height: 0.2rem;
  background: #2c2c2c;
  position: absolute;
  bottom: -0.2rem;
  left: -1px;
  z-index: 2;
  border-radius: 0;
}
.px-tabs .px-tab-btn.disabled {
  cursor: not-allowed;
  opacity: 0.25;
}
.px-tabs:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  background: #d9d9d9;
  position: relative;
  top: -0.1rem;
}

.px-tabs-content {
  font-size: 1.5rem;
  padding: 2rem 0 0;
}
.px-tabs-content p {
  font-size: 1.5rem;
}
.px-tabs-content h2 {
  margin-top: 0;
}

.px-tab-content {
  display: none;
}

.px-tab-content:target, .px-tab-content.active {
  display: block;
}

.px-tab-content:nth-child(1):not(:target) + .px-tab-content:nth-child(2):not(:target) + .px-tab-content:nth-child(3):not(:target) + .px-tab-content:nth-child(3n+1):not(:target) + .px-tab-content:nth-child(3n+2):not(:target) + .px-tab-content:nth-child(3n+3):not(:target) ~ .px-tab-content:nth-child(1) {
  display: block;
}

hr.px-multiples-divider {
  border: 0;
  border-bottom: 0.2rem solid #d9d9d9;
  display: block;
  padding: 0 0 2.4rem 0;
  margin: 0 0 3rem 0;
}

html:has(#px-multiples-dashboard) {
  overflow-x: hidden;
}
html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) .px-dashboard-sidebar *, html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) #px-multiples-dashboard *, html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) .tippy-box .tippy-content {
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) .px-dashboard-sidebar * .fa, html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) .px-dashboard-sidebar * .far, html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) .px-dashboard-sidebar * .fas, html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) #px-multiples-dashboard * .fa, html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) #px-multiples-dashboard * .far, html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) #px-multiples-dashboard * .fas, html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) .tippy-box .tippy-content .fa, html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) .tippy-box .tippy-content .far, html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) .tippy-box .tippy-content .fas {
  font-family: "Font Awesome 5 Free" !important;
}
html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) #px-multiples-dashboard .px-multiples-dashboard--table-datatable-container * {
  font-family: "Roboto", sans-serif !important;
}
html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) #px-multiples-dashboard .px-multiples-dashboard--table-datatable-container * .fa, html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) #px-multiples-dashboard .px-multiples-dashboard--table-datatable-container * .far, html:has(#px-multiples-dashboard) body *:not(i):not(#wpadminbar *):not(#BorlabsCookieBox *) #px-multiples-dashboard .px-multiples-dashboard--table-datatable-container * .fas {
  font-family: "Font Awesome 5 Free" !important;
}
html:has(#px-multiples-dashboard) .td-js-loaded .td-scroll-up[data-style=style1] {
  display: none !important;
}
html:has(#px-multiples-dashboard) .td-main-content-wrap .tdc_zone {
  z-index: unset;
}
html:has(#px-multiples-dashboard) .tdc-content-wrap {
  transition: all 0.1s ease-in-out;
}
html:has(#px-multiples-dashboard) .mfp-bg {
  background: white !important;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
html:has(#px-multiples-dashboard) .me-3 {
  margin-right: 1rem !important;
}
html:has(#px-multiples-dashboard) .show-in-print {
  display: none;
}
html:has(#px-multiples-dashboard) .px-flex-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2rem;
}
html:has(#px-multiples-dashboard) .px-flex-row.px-flex-row--between {
  justify-content: space-between;
}
html:has(#px-multiples-dashboard) .px-flex-row.px-flex-row--wrap {
  flex-wrap: wrap;
}
html:has(#px-multiples-dashboard) .grey-border-box {
  background: #d9d9d9;
  border: 1px solid #757575;
  margin: 1rem 0;
  max-width: 100%;
  padding: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  html:has(#px-multiples-dashboard) .grey-border-box {
    margin: 1rem 2.5rem;
    min-width: 400px;
  }
}
html:has(#px-multiples-dashboard) .grey-border-box h5 {
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
html:has(#px-multiples-dashboard) .grey-border-box .form-control {
  max-width: none;
}
html:has(#px-multiples-dashboard) #toast-container {
  top: 1rem;
}
html:has(#px-multiples-dashboard) #toast-container > div {
  max-width: 90vw;
  opacity: 1;
}
html:has(#px-multiples-dashboard) #toast-container .toast-success {
  background-color: #14ae5c;
}
html:has(#px-multiples-dashboard) #toast-container .toast-error {
  background-color: #E3000F;
}
html:has(#px-multiples-dashboard) #toast-container .toast-info {
  background-color: #b7cce6;
  color: #222;
  width: 500px;
}
html:has(#px-multiples-dashboard) #toast-container .toast-warning {
  width: 500px;
}
html:has(#px-multiples-dashboard) #toast-container .toast-title, html:has(#px-multiples-dashboard) #toast-container .toast-message {
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
html:has(#px-multiples-dashboard) .admin-bar #toast-container {
  top: calc(1rem + 35px);
}

html:has(#px-multiples-dashboard) .form-group label {
  font-weight: 600;
  font-size: 1.5rem;
}
html:has(#px-multiples-dashboard) .wpdt-c .form-group label {
  font-weight: 600;
  font-size: 1.5rem;
}
html:has(#px-multiples-dashboard) .form-control, html:has(#px-multiples-dashboard) .px-dashboard-sidebar .wpdt-c .form-control:not(.fc-alt), html:has(#px-multiples-dashboard) .px-dashboard-main .wpdt-c .form-control:not(.fc-alt) {
  border-radius: 0.4rem !important;
  border: 1px solid rgba(117, 117, 117, 0.5);
  background-color: white;
  color: #2c2c2c;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 1.8rem;
  margin-bottom: 1.6rem;
  max-width: 30rem;
  padding: 0.6rem 3.4rem 0.6rem 1rem;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
html:has(#px-multiples-dashboard) .form-check-input {
  margin-right: 0.5rem;
}
html:has(#px-multiples-dashboard) .wpdt-c .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
html:has(#px-multiples-dashboard) .wpdt-c .row [class^=col-] {
  padding-left: 8px;
  padding-right: 8px;
}
html:has(#px-multiples-dashboard) label.no-pointer-cursor {
  cursor: default !important;
}
html:has(#px-multiples-dashboard) .form-check {
  padding-bottom: 0.6rem;
  transition: all 0.3s ease-in-out;
}
html:has(#px-multiples-dashboard) .form-check input[type=checkbox] {
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  opacity: 0;
}
html:has(#px-multiples-dashboard) .form-check input[type=checkbox] + label {
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding-left: 2.5rem;
  cursor: pointer;
}
html:has(#px-multiples-dashboard) .form-check input[type=checkbox] + label::before, html:has(#px-multiples-dashboard) .form-check input[type=checkbox] + label::after {
  position: absolute;
}
html:has(#px-multiples-dashboard) .form-check input[type=checkbox] + label::before {
  background: white;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
  border: 1px solid #757575;
  top: 0.1rem;
  left: 0;
}
html:has(#px-multiples-dashboard) .form-check input[type=checkbox] + label::after {
  content: none;
  display: inline-block;
  height: 0.5rem;
  width: 1rem;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  left: 0.3rem;
  top: 0.5rem;
  transform: rotate(-45deg);
}
html:has(#px-multiples-dashboard) .form-check input[type=checkbox]:checked + label::before {
  background: #002655;
}
html:has(#px-multiples-dashboard) .form-check input[type=checkbox]:checked + label::after {
  content: "";
}
html:has(#px-multiples-dashboard) .form-check input[type=checkbox]:focus + label::before {
  outline: #b7cce6 auto 5px;
}
html:has(#px-multiples-dashboard) .form-check input[type=checkbox]:focus + label::after {
  box-shadow: none;
}
html:has(#px-multiples-dashboard) .form-check-input:disabled + .form-check-label {
  color: #757575;
}
html:has(#px-multiples-dashboard) .form-check-input:disabled + .form-check-label::before {
  border-color: #d9d9d9;
}
html:has(#px-multiples-dashboard) .form-check.pill {
  display: inline-block;
  padding-bottom: 0;
}
html:has(#px-multiples-dashboard) .form-check.pill input[type=checkbox] + label {
  background: #d9d9d9;
  border: 1px solid #757575;
  cursor: pointer;
  font-weight: 600;
  padding: 0.6rem 1rem 0.6rem 3rem;
  display: inline-block;
  line-height: 1;
  border-radius: 0.4rem;
  letter-spacing: 0.03rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
html:has(#px-multiples-dashboard) .form-check.pill input[type=checkbox] + label::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23757575' width='80px' height='80px' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M486 691h52V538h153v-52H538V333h-52v153H333v52h153z'/%3E%3C/svg%3E");
  border: transparent;
  background-size: 215%;
  background-position: center;
  left: 0.6rem;
  top: 0.5rem;
}
html:has(#px-multiples-dashboard) .form-check.pill input[type=checkbox] + label::after {
  content: none;
  border-color: #757575;
  height: 0.7rem;
  width: 1.2rem;
  left: 0.8rem;
  top: 0.7rem;
}
html:has(#px-multiples-dashboard) .form-check.pill input[type=checkbox]:checked + label {
  color: white;
  background: rgba(0, 38, 85, 0.9);
  border-color: rgba(0, 38, 85, 0.9);
}
html:has(#px-multiples-dashboard) .form-check.pill input[type=checkbox]:checked + label::before {
  content: none;
}
html:has(#px-multiples-dashboard) .form-check.pill input[type=checkbox]:checked + label::after {
  content: "";
  border-color: #14ae5c;
}
html:has(#px-multiples-dashboard) .form-check.pill.add-remove {
  display: inline-block;
  padding-bottom: 0;
}
html:has(#px-multiples-dashboard) .form-check.pill.add-remove input[type=checkbox]:focus + label::before {
  outline: none;
}
html:has(#px-multiples-dashboard) .form-check.pill.add-remove input[type=checkbox] + label {
  background: rgba(217, 217, 217, 0.8);
  border: 1px solid rgba(117, 117, 117, 0.5);
  cursor: pointer;
  font-weight: 600;
  padding: 0.6rem 3.4rem 0.5rem 1rem;
  display: inline-block;
  line-height: 1;
  border-radius: 0.4rem !important;
  letter-spacing: 0.03rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
html:has(#px-multiples-dashboard) .form-check.pill.add-remove input[type=checkbox] + label::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='80px' height='80px' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M486 691h52V538h153v-52H538V333h-52v153H333v52h153z'/%3E%3C/svg%3E");
  border: transparent;
  background-size: 120%;
  background-position: center;
  right: 0;
  left: auto;
  top: 0;
  border-radius: 0 0.3rem 0.3rem 0;
  width: 2.4rem;
  height: 100%;
  background-color: #002655;
}
html:has(#px-multiples-dashboard) .form-check.pill.add-remove input[type=checkbox] + label::after {
  content: none;
  border-color: #757575;
  height: 0.7rem;
  width: 0.8rem;
  left: auto;
  right: 0.8rem;
  top: 0.7rem;
}
html:has(#px-multiples-dashboard) .form-check.pill.add-remove input[type=checkbox]:checked + label {
  color: white;
  background: rgba(0, 38, 85, 0.9);
  font-weight: 600;
}
html:has(#px-multiples-dashboard) .form-check.pill.add-remove input[type=checkbox]:checked + label::before {
  background-image: none;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}
html:has(#px-multiples-dashboard) .form-check.pill.add-remove input[type=checkbox]:checked + label::after {
  content: "";
  border-color: white;
  border-left: none;
  transform: none;
}
html:has(#px-multiples-dashboard) .form-check.pill.add-remove.editable input[type=checkbox]:checked + label:after {
  border: none;
  content: "\f040" !important;
  font: normal normal normal 14px/1 FontAwesome;
  top: 0.5rem;
  right: 1rem;
}
html:has(#px-multiples-dashboard) .form-check.pill.add-remove-export {
  display: inline-block;
  padding-bottom: 0;
}
html:has(#px-multiples-dashboard) .form-check.pill.add-remove-export input[type]:focus + label::before {
  outline: none;
  border: none;
  box-shadow: none;
}
html:has(#px-multiples-dashboard) .form-check.pill.add-remove-export input[type=checkbox] + label::before {
  background-color: transparent;
}
html:has(#px-multiples-dashboard) .form-check.pill.add-remove-export input[type=checkbox]:checked + label {
  color: white;
  background: rgba(0, 38, 85, 0.9);
  font-weight: 600;
}
html:has(#px-multiples-dashboard) .form-check.pill.remove-only {
  display: inline-block;
  padding-bottom: 0;
}
html:has(#px-multiples-dashboard) .form-check.pill.remove-only input[type=checkbox]:focus + label::before {
  outline: none;
}
html:has(#px-multiples-dashboard) .form-check.pill.remove-only input[type=checkbox] + label {
  border: 1px solid rgba(117, 117, 117, 0.5);
  cursor: pointer;
  padding: 0.6rem 3.4rem 0.6rem 1rem;
  display: inline-block;
  line-height: 1;
  border-radius: 0.4rem !important;
  letter-spacing: 0.03rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  color: white;
  background: rgba(0, 38, 85, 0.9);
  font-weight: 500;
}
html:has(#px-multiples-dashboard) .form-check.pill.remove-only input[type=checkbox] + label::before {
  border: transparent;
  background-size: 120%;
  background-position: center;
  right: 0;
  left: auto;
  top: 0;
  border-radius: 0 0.3rem 0.3rem 0;
  width: 2.4rem;
  height: 100%;
  background-image: none;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}
html:has(#px-multiples-dashboard) .form-check.pill.remove-only input[type=checkbox] + label::after {
  height: 0.7rem;
  width: 0.8rem;
  left: auto;
  right: 0.8rem;
  top: 0.7rem;
  content: "";
  border-color: white;
  border-left: none;
  transform: none;
}

#px-multiples-dashboard .px-multiples-dashboard--sidebar-table-industry-filter .form-check.pill input[type=checkbox] + label, #px-multiples-dashboard .px-multiples-dashboard--sidebar-table-industry-filter .form-check.pill.add-remove input[type=checkbox] + label {
  display: none;
}
#px-multiples-dashboard .px-multiples-dashboard--sidebar-table-industry-filter .form-check.pill input[type=checkbox]:checked + label, #px-multiples-dashboard .px-multiples-dashboard--sidebar-table-industry-filter .form-check.pill.add-remove input[type=checkbox]:checked + label {
  display: inline-block;
}
#px-multiples-dashboard .form-radiogroup {
  width: -moz-fit-content;
  width: fit-content;
  background: #d9d9d9;
  border: 1px solid rgba(117, 117, 117, 0.5);
  border-radius: 1.2rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 100%;
}
#px-multiples-dashboard .form-radiogroup .form-check {
  padding: 0;
}
#px-multiples-dashboard .form-radiogroup .form-check input[type=radio] + label {
  cursor: pointer;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.8rem 1.5rem 0.9rem 1.5rem;
  border-radius: 0 !important;
  transition: all 0.2s ease-in-out;
  border-right: 1px solid white;
}
#px-multiples-dashboard .form-radiogroup .form-check input[type=radio] + label::before {
  display: none;
}
#px-multiples-dashboard .form-radiogroup .form-check input[type=radio] + label::after {
  display: none;
}
#px-multiples-dashboard .form-radiogroup .form-check input[type=radio] + label:hover {
  background: #eee;
}
#px-multiples-dashboard .form-radiogroup .form-check input:checked + label {
  background: #002655;
  color: white;
}
#px-multiples-dashboard .form-radiogroup .form-check input:checked + label:hover {
  background: #002655;
  color: white;
}
#px-multiples-dashboard .form-radiogroup .form-check:last-child input[type=radio] + label {
  border-right: none;
}

html:has(#px-multiples-dashboard) .einzelkauf-konfiguration .form-check.pill:not(.add-remove):not(.remove-only), html:has(#px-multiples-dashboard) .single--sidebar-table-settings .form-check.pill:not(.add-remove):not(.remove-only), html:has(#px-multiples-dashboard) .single--main-table-view .form-check.pill:not(.add-remove):not(.remove-only) {
  display: inline-block;
  padding-bottom: 1rem;
  padding-right: 1rem;
}
html:has(#px-multiples-dashboard) .einzelkauf-konfiguration .form-check.pill:not(.add-remove):not(.remove-only) input[type=checkbox]:checked + label, html:has(#px-multiples-dashboard) .single--sidebar-table-settings .form-check.pill:not(.add-remove):not(.remove-only) input[type=checkbox]:checked + label, html:has(#px-multiples-dashboard) .single--main-table-view .form-check.pill:not(.add-remove):not(.remove-only) input[type=checkbox]:checked + label {
  cursor: default;
}
html:has(#px-multiples-dashboard) .einzelkauf-konfiguration .form-check.pill:not(.add-remove):not(.remove-only) input[type=checkbox]:not(:checked) + label, html:has(#px-multiples-dashboard) .single--sidebar-table-settings .form-check.pill:not(.add-remove):not(.remove-only) input[type=checkbox]:not(:checked) + label, html:has(#px-multiples-dashboard) .single--main-table-view .form-check.pill:not(.add-remove):not(.remove-only) input[type=checkbox]:not(:checked) + label {
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
  padding-left: 3.6rem;
}
html:has(#px-multiples-dashboard) .einzelkauf-konfiguration .form-check.pill:not(.add-remove):not(.remove-only) input[type=checkbox]:not(:checked) + label::before, html:has(#px-multiples-dashboard) .single--sidebar-table-settings .form-check.pill:not(.add-remove):not(.remove-only) input[type=checkbox]:not(:checked) + label::before, html:has(#px-multiples-dashboard) .single--main-table-view .form-check.pill:not(.add-remove):not(.remove-only) input[type=checkbox]:not(:checked) + label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='174' height='87' viewBox='0 0 870 434' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M651.548 0C586.706 0 527.709 26.9209 485.161 76.0048L450.943 115.123L522.854 198.197L567.267 147.25C588.881 122.369 618.788 108.772 651.548 108.772C704.7 108.772 761.25 146.706 761.25 217.001C761.25 287.294 704.7 325.228 651.548 325.228C618.788 325.228 589.018 311.632 567.538 286.887C410.043 104.989 484.874 191.651 384.839 75.8688C342.29 26.9209 283.294 0 218.452 0C111.061 0 0 81.1717 0 217.001C0 352.83 111.061 434 218.452 434C283.294 434 342.29 407.08 384.839 357.997L419.057 318.879L347.145 235.803L302.733 286.75C281.119 311.632 251.212 325.228 218.452 325.228C165.3 325.228 108.75 287.294 108.75 217.001C108.75 146.706 165.3 108.772 218.452 108.772C251.212 108.772 280.982 122.369 302.46 147.114C459.955 329.011 385.127 242.35 485.161 358.132C527.709 407.08 586.706 434 651.548 434C758.94 434 870 352.83 870 217.001C870 81.1717 758.94 0 651.548 0Z' fill='black' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  border: transparent;
  background-repeat: no-repeat;
  background-size: 2.2rem;
  background-position: center;
  left: 0.8rem;
  top: 0.5rem;
  width: 2.2rem;
}
html:has(#px-multiples-dashboard) .form-select, html:has(#px-multiples-dashboard) .wpdt-c .form-select {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3C!--!Font%20Awesome%20Free%20v7.0.0%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%239e9e9e%22%20d%3D%22M480%20224C492.9%20224%20504.6%20231.8%20509.6%20243.8C514.6%20255.8%20511.8%20269.5%20502.7%20278.7L342.7%20438.7C330.2%20451.2%20309.9%20451.2%20297.4%20438.7L137.4%20278.7C128.2%20269.5%20125.5%20255.8%20130.5%20243.8C135.5%20231.8%20147.1%20224%20160%20224L480%20224z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin-bottom: 1.6rem;
  transition: all 0.3s ease-in-out;
  line-height: 1.6rem;
  border: 1px solid rgba(117, 117, 117, 0.5);
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.6rem 3.4rem 0.6rem 1rem;
  border-radius: 0.4rem !important;
  letter-spacing: 0.03rem;
  width: 100%;
  outline: none;
}
html:has(#px-multiples-dashboard) .form-select::-ms-expand, html:has(#px-multiples-dashboard) .wpdt-c .form-select::-ms-expand {
  display: none;
}
html:has(#px-multiples-dashboard) .form-select:last-child, html:has(#px-multiples-dashboard) .wpdt-c .form-select:last-child {
  margin-bottom: 0;
}
html:has(#px-multiples-dashboard) .px-multiples-dashboard--custom-date-select .s-year, html:has(#px-multiples-dashboard) .px-multiples-dashboard--custom-date-select .s-month {
  position: relative;
}
html:has(#px-multiples-dashboard) .px-multiples-dashboard--custom-date-select .s-year:before, html:has(#px-multiples-dashboard) .px-multiples-dashboard--custom-date-select .s-month:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48px' viewBox='0 -960 960 960' width='48px' fill='%23757575'%3E%3Cpath d='M306-394q-17 0-28.5-11.5T266-434q0-17 11.5-28.5T306-474q17 0 28.5 11.5T346-434q0 17-11.5 28.5T306-394Zm177 0q-17 0-28.5-11.5T443-434q0-17 11.5-28.5T483-474q17 0 28.5 11.5T523-434q0 17-11.5 28.5T483-394Zm170 0q-17 0-28.5-11.5T613-434q0-17 11.5-28.5T653-474q17 0 28.5 11.5T693-434q0 17-11.5 28.5T653-394ZM180-80q-24 0-42-18t-18-42v-620q0-24 18-42t42-18h65v-28q0-13.6 9.2-22.8 9.2-9.2 22.8-9.2 14.02 0 23.51 9.2Q310-861.6 310-848v28h340v-28q0-13.6 9.2-22.8 9.2-9.2 22.8-9.2 14.03 0 23.51 9.2Q715-861.6 715-848v28h65q24 0 42 18t18 42v620q0 24-18 42t-42 18H180Zm0-60h600v-430H180v430Zm0-490h600v-130H180v130Zm0 0v-130 130Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.6rem;
  background-position: left center;
  left: 1.6rem;
  pointer-events: none;
}
html:has(#px-multiples-dashboard) .px-multiples-dashboard--custom-date-select .s-year .form-select, html:has(#px-multiples-dashboard) .px-multiples-dashboard--custom-date-select .s-month .form-select {
  min-width: 110px;
  padding-left: 3rem;
}
html:has(#px-multiples-dashboard) .px-multiples-dashboard--custom-date-select .px-multiples-dashboard--divider-description {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 1.6rem 0;
}
html:has(#px-multiples-dashboard) select[multiple] {
  padding-right: 0;
  height: 6rem;
}
html:has(#px-multiples-dashboard) select[multiple] option {
  white-space: normal;
}
html:has(#px-multiples-dashboard) .form-check {
  padding-bottom: 1.6rem;
  transition: all 0.3s ease-in-out;
  line-height: 1.6rem;
}
html:has(#px-multiples-dashboard) .form-check:last-child {
  padding-bottom: 0;
}
html:has(#px-multiples-dashboard) .form-check input[type=radio] {
  position: absolute;
  height: 1.6rem;
  width: 1.6rem;
  opacity: 0;
}
html:has(#px-multiples-dashboard) .form-check input[type=radio] + label {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 2.5rem;
}
html:has(#px-multiples-dashboard) .form-check input[type=radio] + label::before, html:has(#px-multiples-dashboard) .form-check input[type=radio] + label::after {
  position: absolute;
}
html:has(#px-multiples-dashboard) .form-check input[type=radio] + label::before {
  background: white;
  border: 1px solid #757575;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1.6rem;
  left: 0;
  top: 0;
  width: 1.6rem;
}
html:has(#px-multiples-dashboard) .form-check input[type=radio] + label::after {
  background: #002655;
  border: 1px solid #002655;
  border-radius: 50%;
  content: none;
  display: inline-block;
  height: 8px;
  left: 4px;
  top: 4px;
  transform: none;
  width: 8px;
}
html:has(#px-multiples-dashboard) .form-check input[type=radio]:checked + label::after {
  content: "";
}
html:has(#px-multiples-dashboard) .form-check input[type=radio]:focus + label::before {
  outline: #b7cce6 auto 5px;
}
html:has(#px-multiples-dashboard) .form-check input[type=radio]:focus + label::after {
  box-shadow: none;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard {
  align-items: center;
  border-radius: 0.4rem !important;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 1;
  padding: 0.8rem 4rem;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  html:has(#px-multiples-dashboard) button.btn-multiples-dashboard, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard {
    height: 36px;
  }
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.submit-btn, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.submit-btn, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.submit-btn {
  position: relative;
  padding: 0.8rem 4rem 0.8rem 2rem;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.submit-btn:after, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.submit-btn:after, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.submit-btn:after {
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid white;
  border-top: 0.5rem solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 1.6rem;
  width: 0;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard[data-filter=all], html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.reset-btn, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard[data-filter=all], html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.reset-btn, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard[data-filter=all], html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.reset-btn {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.39 19.38'%3E%3Cg data-name='reload'%3E%3Cpath d='M9.69,19.38c-1.85,0-3.54-.48-5.06-1.43-1.53-.95-2.7-2.23-3.53-3.83-.18-.34-.22-.68-.12-1.02.1-.34.33-.55.68-.66.29-.13.58-.14.89-.03.31.11.53.31.67.6.62,1.21,1.51,2.17,2.67,2.89,1.16.72,2.43,1.09,3.8,1.09,2.03,0,3.76-.71,5.18-2.14s2.14-3.15,2.14-5.17-.71-3.74-2.14-5.17c-1.43-1.43-3.15-2.14-5.17-2.14-1.1,0-2.13.23-3.09.69-.96.46-1.81,1.1-2.56,1.92h2.15c.34,0,.63.11.85.34.23.23.34.51.34.85,0,.34-.11.63-.34.85-.23.23-.51.34-.85.34H1.44c-.41,0-.75-.14-1.03-.41-.28-.28-.41-.62-.41-1.03V1.19c0-.34.11-.63.34-.85.23-.23.51-.34.85-.34s.63.11.86.34c.23.23.34.51.34.85v2.08c.97-1,2.08-1.8,3.34-2.39,1.26-.59,2.58-.89,3.97-.89,2.69,0,4.98.94,6.86,2.83,1.89,1.89,2.83,4.17,2.83,6.86s-.94,4.98-2.83,6.86c-1.89,1.89-4.18,2.83-6.87,2.83Z' style='fill: %23757575;'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 0.3rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  border: none;
  color: #757575 !important;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 0.8rem 2rem;
  text-decoration: underline;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard[data-filter=all]:hover, html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.reset-btn:hover, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard[data-filter=all]:hover, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.reset-btn:hover, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard[data-filter=all]:hover, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.reset-btn:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.39 19.38'%3E%3Cg data-name='reload'%3E%3Cpath d='M9.69,19.38c-1.85,0-3.54-.48-5.06-1.43-1.53-.95-2.7-2.23-3.53-3.83-.18-.34-.22-.68-.12-1.02.1-.34.33-.55.68-.66.29-.13.58-.14.89-.03.31.11.53.31.67.6.62,1.21,1.51,2.17,2.67,2.89,1.16.72,2.43,1.09,3.8,1.09,2.03,0,3.76-.71,5.18-2.14s2.14-3.15,2.14-5.17-.71-3.74-2.14-5.17c-1.43-1.43-3.15-2.14-5.17-2.14-1.1,0-2.13.23-3.09.69-.96.46-1.81,1.1-2.56,1.92h2.15c.34,0,.63.11.85.34.23.23.34.51.34.85,0,.34-.11.63-.34.85-.23.23-.51.34-.85.34H1.44c-.41,0-.75-.14-1.03-.41-.28-.28-.41-.62-.41-1.03V1.19c0-.34.11-.63.34-.85.23-.23.51-.34.85-.34s.63.11.86.34c.23.23.34.51.34.85v2.08c.97-1,2.08-1.8,3.34-2.39,1.26-.59,2.58-.89,3.97-.89,2.69,0,4.98.94,6.86,2.83,1.89,1.89,2.83,4.17,2.83,6.86s-.94,4.98-2.83,6.86c-1.89,1.89-4.18,2.83-6.87,2.83Z' style='fill: %23002655;'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 0.4rem center;
  color: #002655 !important;
  padding: 0.8rem 1.9rem 0.8rem 2.1rem;
  text-decoration: underline !important;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.reset-btn, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.reset-btn, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.reset-btn {
  background-position: 0.3rem center;
  padding: 0.8rem 2rem;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.reset-btn:hover, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.reset-btn:hover, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.reset-btn:hover {
  background-position: 0.3rem center;
  padding: 0.8rem 2rem;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.filter-btn, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.filter-btn, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.filter-btn {
  background-image: url("data:image/svg+xml,%3Csvg id='uuid-ec9ee2f1-9482-4bec-84d3-7b1e4107d900' data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 267.52 279.75'%3E%3Cpath fill='%23fff' d='M246.63,147.55c9.67,10.75,22.79,15.16,20.67,32.89-1.68,14.04-24.11,54.49-38.31,58.69-13.54,4.01-23.47-4.68-35.49-6.04-11-1.25-11.34,18.25-13.72,25.83-2.3,7.33-5.31,13.13-12.73,16.27-14.13,6-56.08,6.56-69.32-1.25-12.51-7.37-9.85-24.52-14.72-35.27-5.31-11.71-22.49-.12-31.3,1.18-17.69,2.61-26.2-9.74-34.85-23.02-8.19-12.57-23.15-39.23-13.12-52.95,3.67-5.02,18.43-15.98,19.98-20,3.38-8.76-2.51-10.46-6.97-14.93C.32,112.47-4.94,109.45,5.09,85.23c4.63-11.19,20.08-37.86,30.65-43.35,15.52-8.06,31.43,7.21,41.33,4.4,9.23-2.63,8.57-23.71,12.99-32.08,1.32-2.5,5.29-6.82,7.68-8.32,12.6-7.89,58.54-7.67,71.41-.35s10.22,24.19,15.38,35.62c5.45,12.08,26.36-1.59,36.5-1.98,14.39-.55,24.97,15.96,31.66,26.82,7.97,12.94,20.81,36.44,10.58,50.41-6.98,9.54-28.13,18.37-16.64,31.14ZM238.96,104.62c3.11-3.8-1.16-10.99-3.01-14.9s-11.63-20.89-14.7-22.3c-4.48-2.07-14.03,3.01-18.94,4.04-19.75,4.16-36.45-5.14-42.77-24.34-1.27-3.85-3.25-18.24-6.27-19.73-.73-.36-12.44-1.46-14.47-1.53-8.05-.28-15.85.97-23.85,1.23-3.63,1.09-5.97,19.38-7.82,24.18-6.17,15.95-24.11,22.69-40.28,20.55-5.29-.7-15.02-6.16-19.87-4.73s-20.27,29.62-19.55,35.1c.4,3.01,13.08,12.59,15.83,16.21,9.1,12.01,9.73,29.56.83,41.83-4.38,6.03-11.28,10.15-15.85,15.16-.96,1.05-1.7,2.04-1.49,3.58.4,2.95,7.72,16.92,9.71,20.24,1.54,2.58,8.79,13.38,10.84,14.23,19.4-4.78,31.99-11.83,49.88,2.05,13.4,10.39,10.15,20.9,15.11,33.89,1.65,4.33,7.87,4.27,12.43,4.57,6.55.43,21.92.54,27.84-1.24,3.63-1.1,6.7-20.2,8.85-25.15,3.82-8.81,10.86-14.89,19.88-18.12,14.84-5.31,24.2.59,38.34,4.28,4.96-.96,20.05-29.53,21.19-35.89-8.64-10.82-21.19-16.33-23.3-31.67-2.68-19.53,7.15-30.32,21.44-41.53Z'/%3E%3Cpath fill='%23fff' d='M186.04,139.9c0,28.87-23.4,52.27-52.27,52.27s-52.27-23.4-52.27-52.27,23.4-52.27,52.27-52.27,52.27,23.4,52.27,52.27ZM160.12,139.89c0-14.55-11.8-26.35-26.35-26.35s-26.35,11.8-26.35,26.35,11.8,26.35,26.35,26.35,26.35-11.8,26.35-26.35Z'/%3E%3C/svg%3E");
  background-position: 1.6rem center;
  background-repeat: no-repeat;
  background-size: 1.6rem;
  padding: 0.8rem 2rem 0.8rem 4rem;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.btn-primary.modal-select-btn, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.btn-primary.modal-select-btn, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.btn-primary.modal-select-btn {
  background: white;
  border-color: #757575;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  color: #757575 !important;
  display: block;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  margin-bottom: 3.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.btn-primary.modal-select-btn:after, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.btn-primary.modal-select-btn:after, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.btn-primary.modal-select-btn:after {
  border: 0.5rem solid transparent;
  border-top-color: #757575;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0 0 0 1.2rem;
  position: relative;
  top: 0.3rem;
  width: 0;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.btn-arrow-right, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.btn-arrow-right, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.btn-arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22arrow_right%22%3E%3Cpath%20id%3D%22icon%22%20d%3D%22M10%2017V7L15%2012L10%2017Z%22%20fill%3D%22%23FEF7FF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  padding-right: 4.5rem;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.btn-black, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.btn-black, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.btn-black {
  background-color: #222;
  border-color: #222;
  padding: 0.8rem 2rem;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.btn-black:hover, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.btn-black:hover, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.btn-black:hover {
  background-color: #757575;
  border-color: #757575;
  color: white !important;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.btn-black:active, html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.btn-black:focus, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.btn-black:active, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.btn-black:focus, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.btn-black:active, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.btn-black:focus {
  background-color: #757575;
  border-color: #757575;
  color: white !important;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.btn-black:focus, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.btn-black:focus, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.btn-black:focus {
  color: white !important;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.btn-print, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.btn-print, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.btn-print {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F3F3F3' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M128 0C92.7 0 64 28.7 64 64l0 96 64 0 0-96 226.7 0L384 93.3l0 66.7 64 0 0-66.7c0-17-6.7-33.3-18.7-45.3L400 18.7C388 6.7 371.7 0 354.7 0L128 0zM384 352l0 32 0 64-256 0 0-64 0-16 0-16 256 0zm64 32l32 0c17.7 0 32-14.3 32-32l0-96c0-35.3-28.7-64-64-64L64 192c-35.3 0-64 28.7-64 64l0 96c0 17.7 14.3 32 32 32l32 0 0 64c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-64zM432 248a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E%3C/svg%3E");
  background-position: 2rem center;
  background-repeat: no-repeat;
  background-size: 1.6rem;
  font-size: 1.4rem;
  padding-left: 4.5rem;
  padding-top: 1.1rem;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.btn-export, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.btn-export, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.btn-export {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F3F3F3' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 242.7-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7 288 32zM64 352c-35.3 0-64 28.7-64 64l0 32c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-32c0-35.3-28.7-64-64-64l-101.5 0-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352 64 352zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E%3C/svg%3E");
  background-position: 2rem center;
  background-repeat: no-repeat;
  background-size: 1.6rem;
  font-size: 1.4rem;
  padding-left: 4.5rem;
  padding-top: 1.1rem;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.btn-success, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.btn-success, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.btn-success {
  background-color: #14ae5c;
  border-color: #14ae5c;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.btn-success.btn-export, html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.btn-success.btn-print, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.btn-success.btn-export, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.btn-success.btn-print, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.btn-success.btn-export, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.btn-success.btn-print {
  background-position: 4rem center;
  padding-left: 6.5rem;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.more-select-btn, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.more-select-btn, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.more-select-btn {
  background: rgba(217, 217, 217, 0.8);
  border: 1px solid #757575;
  color: #2c2c2c;
  font-weight: 600;
  padding: 0.6rem 1rem 0.6rem 3rem;
  display: inline-block;
  line-height: 1;
  height: auto;
  border-radius: 0.4rem;
  letter-spacing: 0.03rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  position: relative;
}
html:has(#px-multiples-dashboard) button.btn-multiples-dashboard.more-select-btn::before, html:has(#px-multiples-dashboard) a.btn-multiples-dashboard.more-select-btn::before, html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard.more-select-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00016 1.3335V10.6668M1.3335 6.00016H10.6668' stroke='%23757575' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
  top: 4px;
  left: 6px;
  position: absolute;
}
html:has(#px-multiples-dashboard) i.fas.fa-plus.btn-primary {
  padding: 0.3rem;
  font-size: 1rem;
  vertical-align: text-top;
  border-radius: 0.4rem;
}
html:has(#px-multiples-dashboard) .modal .btn-multiples-dashboard {
  line-height: 1.4;
}
html:has(#px-multiples-dashboard) .btn-container {
  margin-top: 1.6rem;
}
html:has(#px-multiples-dashboard) .px-multiples-single--submit {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}

html:has(#px-multiples-dashboard) .modal {
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  z-index: 10500;
}
html:has(#px-multiples-dashboard) .modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
html:has(#px-multiples-dashboard) .modal.in {
  opacity: 1;
  pointer-events: auto;
}
html:has(#px-multiples-dashboard) .modal .modal-dialog {
  pointer-events: auto;
  transform: translate(0, 0);
  transition: none;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0;
}
html:has(#px-multiples-dashboard) .modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  padding-right: 5rem;
}
html:has(#px-multiples-dashboard) .modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 5rem;
  font-weight: 400;
  height: 4.6rem;
  width: 4.6rem;
}
html:has(#px-multiples-dashboard) .modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.8rem;
  font-weight: 600;
}
html:has(#px-multiples-dashboard) .modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  padding-top: 0;
  text-align: left;
}
html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-dialog {
  background: white;
}
html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-content {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0;
}
html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-content::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22870%22%20height%3D%22434%22%20viewBox%3D%220%200%20870%20434%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M651.548%200C586.706%200%20527.709%2026.9209%20485.161%2076.0048L450.943%20115.123L522.854%20198.197L567.267%20147.25C588.881%20122.369%20618.788%20108.772%20651.548%20108.772C704.7%20108.772%20761.25%20146.706%20761.25%20217.001C761.25%20287.294%20704.7%20325.228%20651.548%20325.228C618.788%20325.228%20589.018%20311.632%20567.538%20286.887C410.043%20104.989%20484.874%20191.651%20384.839%2075.8688C342.29%2026.9209%20283.294%200%20218.452%200C111.061%200%200%2081.1717%200%20217.001C0%20352.83%20111.061%20434%20218.452%20434C283.294%20434%20342.29%20407.08%20384.839%20357.997L419.057%20318.879L347.145%20235.803L302.733%20286.75C281.119%20311.632%20251.212%20325.228%20218.452%20325.228C165.3%20325.228%20108.75%20287.294%20108.75%20217.001C108.75%20146.706%20165.3%20108.772%20218.452%20108.772C251.212%20108.772%20280.982%20122.369%20302.46%20147.114C459.955%20329.011%20385.127%20242.35%20485.161%20358.132C527.709%20407.08%20586.706%20434%20651.548%20434C758.94%20434%20870%20352.83%20870%20217.001C870%2081.1717%20758.94%200%20651.548%200Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-content .modal-header, html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-content .modal-body, html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-content .modal-footer {
  padding: 1.5rem 3rem;
}
html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-content .modal-header {
  border-bottom: none;
  padding-right: 5rem;
}
html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-content .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 5rem;
  font-weight: 400;
  height: 4.6rem;
  width: 4.6rem;
}
html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-content .modal-header .modal-title {
  font-size: 1.8rem;
  font-weight: 600;
}
html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-content .modal-body {
  padding-bottom: 2.5rem;
  padding-top: 0;
}
html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-content .modal-body p {
  font-size: 1.4rem;
  line-height: 1.3;
}
html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-content .modal-body .bordered {
  border: 1px solid #757575;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  padding: 1.6rem 2.4rem;
}
html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-content .modal-footer {
  border-top: none;
  padding-top: 0;
  text-align: left;
}
@media (min-width: 768px) {
  html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-dialog {
    max-width: 450px;
    width: auto;
  }
  html:has(#px-multiples-dashboard) .modal.px-multiples-single--upsell-modal .modal-dialog .modal-content .modal-header .close {
    font-size: 4rem;
  }
}

#px-multiples-dashboard .px-multiples-dashboard--main-chart-view {
  margin-bottom: 4rem;
  min-height: 300px;
  max-width: 100%;
  width: 1000px;
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view h2 {
  margin: 30px 0 20px 0;
}
@media (min-width: 1024px) {
  #px-multiples-dashboard .px-multiples-dashboard--main-chart-view h2 {
    font-size: 36px;
  }
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-tabs:after {
  height: 0.5rem;
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-tabs .px-tab-btn {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  padding: 1rem 4rem;
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-tabs .px-tab-btn:after {
  background: #002655;
  bottom: -0.5rem;
  height: 0.5rem;
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-tabs .px-tab-btn.activate-chart {
  color: #5E5E5E;
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-tabs .px-tab-btn.activate-chart.disabled {
  color: #222;
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-tabs .px-tab-btn i.fas.fa-plus {
  font-size: 1.7rem;
  margin-top: -2px;
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--chart-filter-buttons {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--chart-header-block {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--chart-header-block h3 {
  margin: 10px 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 1024px) {
  #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--chart-header-block h3 {
    font-size: 30px;
  }
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--chart-header-block .btn {
  margin-left: auto;
  white-space: nowrap;
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .highcharts-axis-labels text,
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .highcharts-legend-item text {
  font-size: 1.4rem !important;
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view text.highcharts-axis-title {
  font-size: 1.2rem !important;
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view g.highcharts-label.highcharts-tooltip text, #px-multiples-dashboard .px-multiples-dashboard--main-chart-view g.highcharts-label.highcharts-tooltip text tspan {
  font-size: 1.2rem !important;
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .highcharts-contextmenu .highcharts-menu .highcharts-menu-item {
  font-size: 1.4rem !important;
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content .px-multiples-dashboard--chart-cta-container {
  background: url("../images/blurred_chart_bg.jpg") no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  max-width: 1070px;
}
@media (min-width: 768px) {
  #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content .px-multiples-dashboard--chart-cta-container {
    min-height: 360px;
  }
}
@media (min-width: 1024px) {
  #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content .px-multiples-dashboard--chart-cta-container {
    min-height: 554px;
  }
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content .px-multiples-dashboard--chart-cta-container .px-multiples-dashboard--chart-cta {
  background: #f1f1f1;
  border: 1px solid #757575;
  padding: 25px;
  text-align: center;
}
#px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content .px-multiples-dashboard--chart-cta-container .px-multiples-dashboard--chart-cta h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 2rem 0;
}

#px-multiples-dashboard p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-layout-table {
  overflow: clip;
  overflow-x: auto;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-layout-cell {
  text-align: left;
}
@media (max-width: 767px) {
  #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-layout-cell:has(.dt-info) {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-info {
  align-items: center;
  color: rgba(44, 44, 44, 0.75);
  display: flex;
  font-size: 1.2rem;
  margin: 0 0 0 4rem;
  letter-spacing: 0.05rem;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-paging {
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  margin: 2rem 0 0 0 !important;
}
@media (min-width: 1024px) {
  #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-paging {
    margin: 0 0 0 2.5rem !important;
  }
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-paging .dt-paging-button {
  min-width: 1.5em;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #666;
  transition: 0.5s;
  padding: 0.3em 0.8em 0.3em 0.8em;
  line-height: 1;
  height: 2.2rem;
  border-radius: 0 !important;
  box-shadow: none;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-paging .dt-paging-button:hover:not(.disabled) {
  color: #666 !important;
  background: #f5f5f5;
  border-color: transparent;
  box-shadow: none;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-paging .dt-paging-button.first, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-paging .dt-paging-button.last {
  display: none;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-paging .dt-paging-button.next, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-paging .dt-paging-button.previous {
  background: #d9d9d9;
  border-radius: 0;
  margin: 0 0.2rem;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-paging .dt-paging-button.current, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-paging .dt-paging-button.current:hover {
  color: #666;
  background: #e8e8e8;
  border-color: transparent;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-paging .dt-paging-button.disabled {
  opacity: 0.25;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-length, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-paging {
  font-size: 1.3rem !important;
  line-height: 1;
  letter-spacing: 0.03rem;
  align-items: center;
  display: inline-flex;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-length label, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-paging label {
  font-weight: 400;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-length {
  color: rgba(44, 44, 44, 0.75);
  letter-spacing: 0.05rem;
  margin: 0;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper .dt-length select {
  width: auto;
  height: 2.2rem;
  border-radius: 0 !important;
  color: rgba(44, 44, 44, 0.75);
  padding: 0 0.5rem 0 0;
  border: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper thead th.sorting:after, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper thead th.sorting_asc:after {
  border-bottom-color: white;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper thead th.sorting_desc:after {
  border-top-color: white;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper thead > tr > th, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper thead > tr > th.sorting_desc {
  background: #002655;
  border-bottom-width: 1px;
  border: transparent;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 1.2;
  padding: 1rem 1.2rem 0.8rem 1.2rem;
  text-align: left;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper thead > tr > th:first-child, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper thead > tr > th.sorting_desc:first-child {
  border-radius: 0.6rem 0 0 0;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper thead > tr > th:last-child, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper thead > tr > th.sorting_desc:last-child {
  border-radius: 0 0.6rem 0 0;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper tbody > tr > td, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper tfoot > tr > td {
  border: transparent;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 1rem 1.2rem 0.8rem 1.2rem;
  white-space: normal;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table {
  margin: 0;
  max-width: 100%;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable tbody, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table tbody {
  border: 1px solid #E5E5E5;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable .dt-type-numeric, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table .dt-type-numeric {
  font-weight: 700;
  text-align: left !important;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable .dt-type-numeric .empty-number, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table .dt-type-numeric .empty-number {
  cursor: default;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable td.unternehmensgrsse-cell span, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table td.unternehmensgrsse-cell span {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: normal;
  margin-top: -2px;
  min-width: 95px;
  padding: 4px 12px 3px 12px;
  text-align: center;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable td.unternehmensgrsse-cell span.micro-cap, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table td.unternehmensgrsse-cell span.micro-cap {
  background: #6B46C1;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable td.unternehmensgrsse-cell span.small-cap, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table td.unternehmensgrsse-cell span.small-cap {
  background: #4C51BF;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable td.unternehmensgrsse-cell span.mid-cap, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table td.unternehmensgrsse-cell span.mid-cap {
  background: #2C5282;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable td.unternehmensgrsse-cell span.large-cap, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table td.unternehmensgrsse-cell span.large-cap {
  background: #4A5568;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable col, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table col {
  width: auto !important;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable .dt-column-title, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table .dt-column-title {
  display: block;
  padding-right: 30px;
  text-align: left;
  vertical-align: middle;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable .px-multiples-dashboard--table-subtitle, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table .px-multiples-dashboard--table-subtitle {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable .dt-orderable-none .dt-column-title, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table .dt-orderable-none .dt-column-title {
  padding-right: 15px;
}
#px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper #px-multiples-dashboard--table-datatable tr.group-divider > td, #px-multiples-dashboard #px-multiples-dashboard--table-datatable_wrapper table tr.group-divider > td {
  border-top: 2px solid rgba(117, 117, 117, 0.6);
}
#px-multiples-dashboard > .wpb_column.td-pb-span3 {
  width: 50%;
}
@media (min-width: 1600px) {
  #px-multiples-dashboard > .wpb_column.td-pb-span3 {
    width: 33.333%;
  }
}
#px-multiples-dashboard > .wpb_column.td-pb-span9 {
  width: 100%;
}
@media (max-width: 1023px) {
  #px-multiples-dashboard > .wpb_column[class*=td-pb-span] {
    width: 100%;
  }
}
#px-multiples-dashboard > .wpb_column .td-tc-content .wp-block-heading, #px-multiples-dashboard > .wpb_column .td-tc-content h2 {
  font-weight: bold;
}
#px-multiples-dashboard .px-dashboard-main .td-tc-tabs {
  background-color: #335177;
  position: relative;
  overflow: visible;
}
#px-multiples-dashboard .px-dashboard-main .td-tc-tabs:before {
  display: none;
}
#px-multiples-dashboard .px-dashboard-main .td-tc-tabs:after {
  position: absolute;
  left: -100%;
  content: "";
  width: 200vw;
  height: 100%;
  background: #335177;
  z-index: -27;
}
#px-multiples-dashboard .px-dashboard-main .td-tc-tabs .td-tc-tab {
  color: white;
  height: 4rem;
  padding: 1rem 4rem 1rem 6rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  background-position: 3rem 0.8rem;
  background-repeat: no-repeat;
  font-size: 1.6rem;
}
#px-multiples-dashboard .px-dashboard-main .td-tc-tabs .td-tc-tab.td-tc-tab-active {
  background-color: rgba(183, 204, 230, 0.5);
  border-color: rgba(183, 204, 230, 0.5);
}
#px-multiples-dashboard .px-dashboard-main .td-tc-tabs .td-tc-tab:first-child {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M64 256l0-96 160 0 0 96L64 256zm0 64l160 0 0 96L64 416l0-96zm224 96l0-96 160 0 0 96-160 0zM448 256l-160 0 0-96 160 0 0 96zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z'/%3E%3C/svg%3E");
  background-size: 2rem;
}
#px-multiples-dashboard .px-dashboard-main .td-tc-tabs .td-tc-tab:nth-child(2) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 400c0 44.2 35.8 80 80 80l400 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 416c-8.8 0-16-7.2-16-16L64 64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z'/%3E%3C/svg%3E");
  background-size: 1.8rem;
  background-position: 3rem 0.9rem;
}
#px-multiples-dashboard .px-dashboard-main .td-tc-content .td-tc-content-inner .td-tc-page-content {
  display: block;
}
#px-multiples-dashboard .px-multiples-dashboard--support-links {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  #px-multiples-dashboard .px-multiples-dashboard--support-links {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 3rem 0 2rem 0;
  }
}
#px-multiples-dashboard .px-multiples-dashboard--support-links .px-multiples-dashboard--support-link {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M464%20256A208%20208%200%201%200%2048%20256a208%20208%200%201%200%20416%200zM0%20256a256%20256%200%201%201%20512%200A256%20256%200%201%201%200%20256zm169.8-90.7c7.9-22.3%2029.1-37.3%2052.8-37.3l58.3%200c34.9%200%2063.1%2028.3%2063.1%2063.1c0%2022.6-12.1%2043.5-31.7%2054.8L280%20264.4c-.2%2013-10.9%2023.6-24%2023.6c-13.3%200-24-10.7-24-24l0-13.5c0-8.6%204.6-16.5%2012.1-20.8l44.3-25.4c4.7-2.7%207.6-7.7%207.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3%200c-3.4%200-6.4%202.1-7.5%205.3l-.4%201.2c-4.4%2012.5-18.2%2019-30.6%2014.6s-19-18.2-14.6-30.6l.4-1.2zM224%20352a32%2032%200%201%201%2064%200%2032%2032%200%201%201%20-64%200z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 0.3rem center;
  background-repeat: no-repeat;
  background-size: 1.4rem;
  padding-left: 2.25rem;
}
@media (max-width: 767px) {
  #px-multiples-dashboard .dt-container .dt-layout-row {
    display: flex;
    flex-direction: column;
  }
  #px-multiples-dashboard .dt-container .dt-layout-row .dt-layout-start {
    order: 2;
    width: 100%;
  }
  #px-multiples-dashboard .dt-container .dt-layout-row .dt-layout-start .px-multiples-dashboard--support-links {
    margin-top: 2rem;
  }
  #px-multiples-dashboard .dt-container .dt-layout-row .dt-layout-end {
    margin-top: 1rem;
    order: 1;
    width: 100%;
  }
}
.px-multiples-dashboard--main-table-view {
  max-width: 100%;
  min-height: 30rem;
  width: -moz-fit-content;
  width: fit-content;
}
.px-multiples-dashboard--main-table-view .px-multiples-dashboard--table-header-block {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.px-multiples-dashboard--main-table-view .px-multiples-dashboard--table-header-block h2 {
  margin: 30px 0 20px 0;
}
@media (min-width: 1024px) {
  .px-multiples-dashboard--main-table-view .px-multiples-dashboard--table-header-block h2 {
    font-size: 36px;
  }
}
.px-multiples-dashboard--main-table-view .px-multiples-dashboard--table-header-block .btn {
  margin-left: auto;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .px-multiples-dashboard--main-table-view button.btn-multiples-dashboard[data-filter=all] {
    margin-left: auto;
  }
}
.px-multiples-dashboard--main-table-view .px-multiples-dashboard--main-table-inner {
  max-width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .px-multiples-dashboard--main-table-view .px-multiples-dashboard--main-table-inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1200px) {
  .px-multiples-dashboard--main-table-view .px-multiples-dashboard--main-table-inner {
    max-width: 1200px;
  }
}
.px-multiples-dashboard--main-table-view .px-multiples-dashboard--table-filter-buttons {
  margin-bottom: 2rem;
}
.px-multiples-dashboard--main-table-view .px-multiples-dashboard--active-filters {
  padding-bottom: 2rem;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 3.5rem;
}

.px-multiples-dashboard--table-datatable-container table {
  width: 100%;
}
.px-multiples-dashboard--table-datatable-container table tr td[data-visible=false], .px-multiples-dashboard--table-datatable-container table tr th[data-visible=false] {
  display: none;
}
.px-multiples-dashboard--table-datatable-container table > tbody > tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(117, 117, 117, 0.6);
}
.px-multiples-dashboard--table-datatable-container table > tbody > tr:hover, .px-multiples-dashboard--table-datatable-container table > tbody > tr:focus {
  border: 1px solid #58A3FF;
}
.px-multiples-dashboard--table-datatable-container table > tbody > tr:hover:nth-child(odd) > *, .px-multiples-dashboard--table-datatable-container table > tbody > tr:hover:nth-child(even) > *, .px-multiples-dashboard--table-datatable-container table > tbody > tr:focus:nth-child(odd) > *, .px-multiples-dashboard--table-datatable-container table > tbody > tr:focus:nth-child(even) > * {
  background-color: #E7F2FF;
}
.px-multiples-dashboard--table-datatable-container table > tbody > tr:nth-child(odd) > *, .px-multiples-dashboard--table-datatable-container table > tbody > tr.odd > * {
  box-shadow: none !important;
  background: white;
}
.px-multiples-dashboard--table-datatable-container table > tbody > tr:nth-child(even) > *, .px-multiples-dashboard--table-datatable-container table > tbody > tr.even > * {
  box-shadow: none !important;
  background: rgba(245, 245, 245, 0.7);
}
.px-multiples-dashboard--table-datatable-container .dataTables_filter {
  display: none;
}
.px-multiples-dashboard--table-datatable-container .multiples-comparison-original {
  font-weight: 700;
}
.px-multiples-dashboard--table-datatable-container .multiples-comparison-value {
  margin-left: 10px;
  font-weight: normal;
}
.px-multiples-dashboard--table-datatable-container .multiples-comparison-value.comparison-value--equal {
  color: #757575;
}
.px-multiples-dashboard--table-datatable-container .multiples-comparison-value.comparison-value--increase {
  color: #14ae5c;
}
.px-multiples-dashboard--table-datatable-container .multiples-comparison-value.comparison-value--decrease {
  color: #E3000F;
}

.dtfh-floatingparent-head table.fixedHeader-floating thead th.sorting:after, .dtfh-floatingparent-head table.fixedHeader-floating thead th.sorting_asc:after {
  border-bottom-color: white;
}
.dtfh-floatingparent-head table.fixedHeader-floating thead th.sorting_desc:after {
  border-top-color: white;
}
.dtfh-floatingparent-head table.fixedHeader-floating thead > tr > th, .dtfh-floatingparent-head table.fixedHeader-floating thead > tr > th.sorting_desc {
  background: #335177;
  border-bottom-width: 1px;
  border: transparent;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 1.2;
  padding: 0.8rem 0.8rem 0.6rem 0.8rem;
  border-top: 2px solid #d9d9d9;
}
.dtfh-floatingparent-head table.fixedHeader-floating .dt-column-title {
  display: block;
  padding-right: 30px;
  text-align: left;
  vertical-align: middle;
}
.dtfh-floatingparent-head table.fixedHeader-floating .dt-column-title span {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
}
.dtfh-floatingparent-head table.fixedHeader-floating .dt-orderable-none .dt-column-title {
  padding-right: 15px;
}

#px-multiples-dashboard .px-dashboard-sidebar {
  color: #2c2c2c;
}
#px-multiples-dashboard .px-dashboard-sidebar h3 {
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.3;
  margin-top: 3rem;
  margin-bottom: 1.6rem;
}
#px-multiples-dashboard .px-dashboard-sidebar h3:has(+ .px-multiples-dashboard--selection-counter) {
  margin-bottom: 0;
}
#px-multiples-dashboard .px-dashboard-sidebar h3 + .px-multiples-dashboard--selection-counter {
  margin-bottom: 1rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--selection-counter {
  font-size: 1.3rem;
  line-height: 1;
  text-align: right;
}
#px-multiples-dashboard .px-dashboard-sidebar h4 {
  font-size: 1.8rem;
}
#px-multiples-dashboard .px-dashboard-sidebar p {
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .form-radiogroup {
  margin-bottom: 1.5rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .form-radiogroup .form-check input[type=radio] + label {
  font-weight: 600;
  padding: 0.8rem 1rem 0.9rem 1rem;
}
@media (min-width: 375px) {
  #px-multiples-dashboard .px-dashboard-sidebar .form-radiogroup .form-check input[type=radio] + label {
    padding: 0.8rem 2rem 0.9rem 2rem;
  }
}
@media (min-width: 768px) {
  #px-multiples-dashboard .px-dashboard-sidebar .form-radiogroup .form-check input[type=radio] + label {
    padding: 0.8rem 3rem 0.9rem 3rem;
  }
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--selected-print-items, #px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--export-buttons {
  margin-bottom: 1.5rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container {
  margin-bottom: 1.5rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--new-custom-filter .form-check {
  padding-bottom: 0;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--new-custom-filter .form-check .form-check-label:before {
  top: 7px;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--new-custom-filter .form-check .form-check-label:after {
  top: 11px;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--new-custom-filter .px-multiples-dashboard--new-custom-filter-info {
  font-size: 0.85em;
  padding-left: 2.5rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--new-custom-filter .px-multiples-dashboard--help-link .px-multiples-dashboard--help-icon {
  height: 1em;
  width: 1em;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--new-custom-filter-buttons {
  align-items: center;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
  max-width: 400px;
  row-gap: 1.5rem;
  width: 100%;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--new-custom-filter-buttons .px-multiples-dashboard--custom-filter-cancel {
  color: #5E5E5E;
  font-size: 0.9em;
  text-decoration: underline;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter {
  width: -moz-fit-content;
  width: fit-content;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--toggle-existing {
  background: white;
  border: 1px solid #757575;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 5px 40px 5px 40px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media (max-width: 768px) {
  #px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--toggle-existing {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  #px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--toggle-existing {
    min-width: 450px;
  }
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--toggle-existing:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%23002655%22%20d%3D%22M464%20256A208%20208%200%201%200%2048%20256a208%20208%200%201%200%20416%200zM0%20256a256%20256%200%201%201%20512%200A256%20256%200%201%201%200%20256zm169.8-90.7c7.9-22.3%2029.1-37.3%2052.8-37.3l58.3%200c34.9%200%2063.1%2028.3%2063.1%2063.1c0%2022.6-12.1%2043.5-31.7%2054.8L280%20264.4c-.2%2013-10.9%2023.6-24%2023.6c-13.3%200-24-10.7-24-24l0-13.5c0-8.6%204.6-16.5%2012.1-20.8l44.3-25.4c4.7-2.7%207.6-7.7%207.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3%200c-3.4%200-6.4%202.1-7.5%205.3l-.4%201.2c-4.4%2012.5-18.2%2019-30.6%2014.6s-19-18.2-14.6-30.6l.4-1.2zM224%20352a32%2032%200%201%201%2064%200%2032%2032%200%201%201%20-64%200z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 2rem;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--toggle-existing:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%232c2c2c%22%20d%3D%22M233.4%20406.6c12.5%2012.5%2032.8%2012.5%2045.3%200l192-192c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L256%20338.7%2086.6%20169.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l192%20192z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 2rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--toggle-existing.px-multiples-dashboard--toggle-existing-open {
  background: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--toggle-existing.px-multiples-dashboard--toggle-existing-open:after {
  transform: translateY(-50%) rotate(180deg);
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--existing-custom-filter-box {
  background: white;
  border: 1px solid #757575;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  max-width: 100%;
  padding: 10px;
  width: 100%;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--existing-custom-filter-box .submit-btn {
  margin-top: 1rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--existing-custom-filter-box .form-check {
  padding: 0.5rem 0;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--existing-custom-filter-box .form-check .form-check-label {
  font-size: 1.4rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--existing-custom-filter-box .form-check .form-check-label:after {
  background: #002655;
  border: 1px solid #002655;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 4px;
  top: 4px;
  transform: none;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--existing-custom-filter-box .form-check .form-check-label:before {
  background: transparent;
  border: 1px solid #757575;
  border-radius: 50%;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--existing-custom-filter-box:has(input[type=radio]:checked) label {
  color: #757575;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-footer-custom-filter-container .px-multiples-dashboard--existing-custom-filter .px-multiples-dashboard--existing-custom-filter-box:has(input[type=radio]:checked) input[type=radio]:checked + label {
  color: inherit;
}
#px-multiples-dashboard .px-dashboard-sidebar .pdf-export-hint {
  background: white;
  border: 1px solid #757575;
  margin-top: 2rem;
  padding: 1rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .pdf-export-hint h4 {
  margin-top: 0;
}
#px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs {
  background-color: #d9d9d9;
  letter-spacing: 0.03rem;
}
@media (min-width: 1024px) {
  #px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs {
    overflow: clip;
  }
}
#px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs .td-tc-tab {
  background-color: rgba(0, 38, 85, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  border-right: none;
  border-top: none;
  color: white;
  height: 5rem;
  margin: 0;
  max-width: 42%;
  padding: 1.5rem 2.5rem 1.5rem clamp(4rem, 4.5rem, 8%);
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  #px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs .td-tc-tab {
    max-width: 30%;
  }
}
#px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs .td-tc-tab:after {
  content: none;
}
#px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs .td-tc-tab.td-tc-tab-active, #px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs .td-tc-tab:hover {
  color: white;
  background-color: #002655;
  border-color: rgba(117, 117, 117, 0.4);
}
#px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs .td-tc-tab:first-child {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M64 256l0-96 160 0 0 96L64 256zm0 64l160 0 0 96L64 416l0-96zm224 96l0-96 160 0 0 96-160 0zM448 256l-160 0 0-96 160 0 0 96zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z'/%3E%3C/svg%3E");
  background-size: 2rem;
  background-position: 1.5rem center;
  background-repeat: no-repeat;
  max-width: 35%;
}
@media (min-width: 1024px) {
  #px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs .td-tc-tab:first-child {
    max-width: 20%;
  }
}
#px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs .td-tc-tab:nth-child(2) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64L0 400c0 44.2 35.8 80 80 80l400 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 416c-8.8 0-16-7.2-16-16L64 64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z'/%3E%3C/svg%3E");
  background-size: 1.8rem;
  background-position: 1.5rem center;
  background-repeat: no-repeat;
}
#px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs .td-tc-tab:nth-child(3) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E");
  background-size: 2rem;
  background-position: 1.5rem center;
  background-repeat: no-repeat;
}
#px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs .td-tc-tab:nth-child(3).td-tc-tab-active, #px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs .td-tc-tab:nth-child(3):hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z'/%3E%3C/svg%3E");
}
#px-multiples-dashboard .px-dashboard-sidebar .td-tc-content {
  background: #f1f1f1;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
}
#px-multiples-dashboard .px-dashboard-sidebar .td-tc-content .td-tc-page-content {
  padding: 0 1.5rem 100px 1.5rem;
}
@media (min-width: 768px) {
  #px-multiples-dashboard .px-dashboard-sidebar .td-tc-content .td-tc-page-content {
    padding: 0 3rem 100px 3rem;
  }
}
@media (min-width: 1024px) {
  #px-multiples-dashboard .px-dashboard-sidebar .td-tc-content .td-tc-page-content {
    padding: 0 5rem;
  }
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .px-multiples-dashboard--custom-filter-select-wrapper {
  position: relative;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .px-multiples-dashboard--custom-filter-select-wrapper.px-multiples-dashboard--custom-filter-selected select {
  padding-left: 40px;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .px-multiples-dashboard--custom-filter-select-wrapper.px-multiples-dashboard--custom-filter-selected:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%2314ae5c%22%20d%3D%22M438.6%20105.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-256%20256c-12.5%2012.5-32.8%2012.5-45.3%200l-128-128c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200L160%20338.7%20393.4%20105.4c12.5-12.5%2032.8-12.5%2045.3%200z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 0.3rem center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 1rem;
  position: absolute;
  width: 20px;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .form-check {
  max-width: 100%;
}
@media (max-width: 767px) {
  #px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .px-multiples-dashboard--custom-filter-row {
    flex-wrap: wrap;
  }
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .custom-filter--current {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  #px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .custom-filter--current {
    width: auto;
  }
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .custom-filter--current button {
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  padding: 0;
}
@media (min-width: 768px) {
  #px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .custom-filter--current button {
    height: 1em;
    width: 1em;
  }
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .custom-filter--current button.px-multiples-dashboard--custom-filter-duplicate {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%232c2c2c%22%20d%3D%22M384%20336l-192%200c-8.8%200-16-7.2-16-16l0-256c0-8.8%207.2-16%2016-16l140.1%200L400%20115.9%20400%20320c0%208.8-7.2%2016-16%2016zM192%20384l192%200c35.3%200%2064-28.7%2064-64l0-204.1c0-12.7-5.1-24.9-14.1-33.9L366.1%2014.1c-9-9-21.2-14.1-33.9-14.1L192%200c-35.3%200-64%2028.7-64%2064l0%20256c0%2035.3%2028.7%2064%2064%2064zM64%20128c-35.3%200-64%2028.7-64%2064L0%20448c0%2035.3%2028.7%2064%2064%2064l192%200c35.3%200%2064-28.7%2064-64l0-32-48%200%200%2032c0%208.8-7.2%2016-16%2016L64%20464c-8.8%200-16-7.2-16-16l0-256c0-8.8%207.2-16%2016-16l32%200%200-48-32%200z%22%2F%3E%3C%2Fsvg%3E");
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .custom-filter--current button.px-multiples-dashboard--custom-filter-rename {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%232c2c2c%22%20d%3D%22M441%2058.9L453.1%2071c9.4%209.4%209.4%2024.6%200%2033.9L424%20134.1%20377.9%2088%20407%2058.9c9.4-9.4%2024.6-9.4%2033.9%200zM209.8%20256.2L344%20121.9%20390.1%20168%20255.8%20302.2c-2.9%202.9-6.5%205-10.4%206.1l-58.5%2016.7%2016.7-58.5c1.1-3.9%203.2-7.5%206.1-10.4zM373.1%2025L175.8%20222.2c-8.7%208.7-15%2019.4-18.3%2031.1l-28.6%20100c-2.4%208.4-.1%2017.4%206.1%2023.6s15.2%208.5%2023.6%206.1l100-28.6c11.8-3.4%2022.5-9.7%2031.1-18.3L487%20138.9c28.1-28.1%2028.1-73.7%200-101.8L474.9%2025C446.8-3.1%20401.2-3.1%20373.1%2025zM88%2064C39.4%2064%200%20103.4%200%20152L0%20424c0%2048.6%2039.4%2088%2088%2088l272%200c48.6%200%2088-39.4%2088-88l0-112c0-13.3-10.7-24-24-24s-24%2010.7-24%2024l0%20112c0%2022.1-17.9%2040-40%2040L88%20464c-22.1%200-40-17.9-40-40l0-272c0-22.1%2017.9-40%2040-40l112%200c13.3%200%2024-10.7%2024-24s-10.7-24-24-24L88%2064z%22%2F%3E%3C%2Fsvg%3E");
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .custom-filter--current button.px-multiples-dashboard--custom-filter-delete {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%232c2c2c%22%20d%3D%22M135.2%2017.7L128%2032%2032%2032C14.3%2032%200%2046.3%200%2064S14.3%2096%2032%2096l384%200c17.7%200%2032-14.3%2032-32s-14.3-32-32-32l-96%200-7.2-14.3C307.4%206.8%20296.3%200%20284.2%200L163.8%200c-12.1%200-23.2%206.8-28.6%2017.7zM416%20128L32%20128%2053.2%20467c1.6%2025.3%2022.6%2045%2047.9%2045l245.8%200c25.3%200%2046.3-19.7%2047.9-45L416%20128z%22%2F%3E%3C%2Fsvg%3E");
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .px-multiples-dashboard--custom-filter-buttons .reset-btn {
  background-image: none;
  font-size: 1.4rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .grey-border-box {
  margin: 2rem 0;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-top-custom-filter .grey-border-box.custom-filter--delete {
  min-width: auto;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-chart-settings .px-multiples-dashboard--sidebar-top-custom-filter {
  margin-bottom: 3rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-chart-settings .px-multiples-dashboard--sidebar-top-custom-filter h3 {
  margin-top: 0;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--has-error.form-select {
  outline: 2px solid #E3000F;
  background-color: rgba(227, 0, 15, 0.05);
}
#px-multiples-dashboard .px-dashboard-sidebar .pt-1 {
  padding-top: 1rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--error-message {
  background-color: rgba(227, 0, 15, 0.65);
  color: white;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 1rem;
  padding: 0.5rem 1rem 0.25rem 3rem;
  position: relative;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--error-message:before {
  background-color: #E3000F;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20128%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M96%2064c0-17.7-14.3-32-32-32S32%2046.3%2032%2064l0%20256c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32L96%2064zM64%20480a40%2040%200%201%200%200-80%2040%2040%200%201%200%200%2080z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 70%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.5rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-submit {
  background: #f1f1f1;
  box-shadow: 0 -0.4rem 0.4rem -0.4rem rgba(0, 0, 0, 0.25);
  padding: 1rem 3rem;
  width: 100%;
  z-index: 666;
}
@media (max-width: 767px) {
  #px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-submit {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 3rem;
    position: static;
    width: 100vw;
  }
}
@media (min-width: 768px) {
  #px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-submit {
    bottom: 0;
    right: 0;
    position: fixed;
  }
}
@media (min-width: 1024px) {
  #px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-submit {
    padding: 1.6rem 5rem;
  }
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-submit .px-multiples-dashboard--error-message {
  background-color: white;
  color: #E3000F;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 1rem 1rem 1rem 6rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-submit .px-multiples-dashboard--error-message:before {
  width: 5rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--sidebar-settings-block {
  border-bottom: 0.3rem solid #d9d9d9;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--demo-message.grey-border-box {
  background: white;
  margin: 1rem 0 2rem 0;
  padding: 1.5rem;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--demo-message.grey-border-box :last-child {
  margin-bottom: 0;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--demo-message a {
  color: #002655;
  font-weight: 700;
  text-decoration: underline;
}
#px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--demo-message a:hover, #px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--demo-message a:focus, #px-multiples-dashboard .px-dashboard-sidebar .px-multiples-dashboard--demo-message a:active {
  color: #8091a5;
}

.td-pb-row [class*=td-pb-span].px-dashboard-sidebar {
  position: fixed;
  background: white;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 6666;
  height: 100vh;
  transform: translate3d(100%, 0, 0);
  transition: all 0.5s ease 0.25s;
  width: 100%;
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar hr {
  border-top: 0.3rem solid #d9d9d9;
  margin: 3rem 0;
  width: 100%;
  display: none;
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar > .wpb_wrapper {
  height: 100%;
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar .td-tc-content {
  height: calc(100% - 50px);
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar .td-tc-content-inner {
  height: 100%;
  padding-bottom: 20px;
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar .td_block_wrap {
  height: 100%;
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar .td_block_tabbed_content > .td_block_inner {
  height: 100% !important;
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar .td_block_tabbed_content > .td_block_inner .td-tc-page-content {
  overflow: clip;
  overflow-y: auto;
  max-height: 100%;
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar .td_block_tabbed_content > .td_block_inner .td-tc-page-content[data-page-id="186944"] {
  height: auto;
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar .px-multiples-dashboard--sidebar-toggle {
  border: 0;
  bottom: calc(100vh - 100dvh + 1.5rem);
  height: 5rem;
  padding: 0;
  position: fixed;
  right: 110%;
  width: 4.8rem;
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar .px-multiples-dashboard--sidebar-toggle:hover, .td-pb-row [class*=td-pb-span].px-dashboard-sidebar .px-multiples-dashboard--sidebar-toggle:focus, .td-pb-row [class*=td-pb-span].px-dashboard-sidebar .px-multiples-dashboard--sidebar-toggle:active {
  text-decoration: none;
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar .px-multiples-dashboard--sidebar-toggle:before {
  background-image: url("data:image/svg+xml,%3Csvg id='uuid-ec9ee2f1-9482-4bec-84d3-7b1e4107d900' data-name='Ebene 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 267.52 279.75'%3E%3Cpath fill='%23fff' d='M246.63,147.55c9.67,10.75,22.79,15.16,20.67,32.89-1.68,14.04-24.11,54.49-38.31,58.69-13.54,4.01-23.47-4.68-35.49-6.04-11-1.25-11.34,18.25-13.72,25.83-2.3,7.33-5.31,13.13-12.73,16.27-14.13,6-56.08,6.56-69.32-1.25-12.51-7.37-9.85-24.52-14.72-35.27-5.31-11.71-22.49-.12-31.3,1.18-17.69,2.61-26.2-9.74-34.85-23.02-8.19-12.57-23.15-39.23-13.12-52.95,3.67-5.02,18.43-15.98,19.98-20,3.38-8.76-2.51-10.46-6.97-14.93C.32,112.47-4.94,109.45,5.09,85.23c4.63-11.19,20.08-37.86,30.65-43.35,15.52-8.06,31.43,7.21,41.33,4.4,9.23-2.63,8.57-23.71,12.99-32.08,1.32-2.5,5.29-6.82,7.68-8.32,12.6-7.89,58.54-7.67,71.41-.35s10.22,24.19,15.38,35.62c5.45,12.08,26.36-1.59,36.5-1.98,14.39-.55,24.97,15.96,31.66,26.82,7.97,12.94,20.81,36.44,10.58,50.41-6.98,9.54-28.13,18.37-16.64,31.14ZM238.96,104.62c3.11-3.8-1.16-10.99-3.01-14.9s-11.63-20.89-14.7-22.3c-4.48-2.07-14.03,3.01-18.94,4.04-19.75,4.16-36.45-5.14-42.77-24.34-1.27-3.85-3.25-18.24-6.27-19.73-.73-.36-12.44-1.46-14.47-1.53-8.05-.28-15.85.97-23.85,1.23-3.63,1.09-5.97,19.38-7.82,24.18-6.17,15.95-24.11,22.69-40.28,20.55-5.29-.7-15.02-6.16-19.87-4.73s-20.27,29.62-19.55,35.1c.4,3.01,13.08,12.59,15.83,16.21,9.1,12.01,9.73,29.56.83,41.83-4.38,6.03-11.28,10.15-15.85,15.16-.96,1.05-1.7,2.04-1.49,3.58.4,2.95,7.72,16.92,9.71,20.24,1.54,2.58,8.79,13.38,10.84,14.23,19.4-4.78,31.99-11.83,49.88,2.05,13.4,10.39,10.15,20.9,15.11,33.89,1.65,4.33,7.87,4.27,12.43,4.57,6.55.43,21.92.54,27.84-1.24,3.63-1.1,6.7-20.2,8.85-25.15,3.82-8.81,10.86-14.89,19.88-18.12,14.84-5.31,24.2.59,38.34,4.28,4.96-.96,20.05-29.53,21.19-35.89-8.64-10.82-21.19-16.33-23.3-31.67-2.68-19.53,7.15-30.32,21.44-41.53Z'/%3E%3Cpath fill='%23fff' d='M186.04,139.9c0,28.87-23.4,52.27-52.27,52.27s-52.27-23.4-52.27-52.27,23.4-52.27,52.27-52.27,52.27,23.4,52.27,52.27ZM160.12,139.89c0-14.55-11.8-26.35-26.35-26.35s-26.35,11.8-26.35,26.35,11.8,26.35,26.35,26.35,26.35-11.8,26.35-26.35Z'/%3E%3C/svg%3E");
  -webkit-font-smoothing: antialiased;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  color: white;
  content: "" !important;
  display: flex;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar .px-multiples-dashboard--sidebar-toggle.px-multiples-dashboard--sidebar-opener {
  display: inline-block;
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar .px-multiples-dashboard--sidebar-toggle.px-multiples-dashboard--sidebar-closer {
  background: #5E5E5E;
  border-radius: 0;
  bottom: auto;
  display: none;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar .px-multiples-dashboard--sidebar-toggle.px-multiples-dashboard--sidebar-closer:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
  transform: rotateY(180deg);
}
.td-pb-row [class*=td-pb-span].px-dashboard-sidebar .px-multiples-dashboard--sidebar-toggle.px-multiples-dashboard--sidebar-closer:hover {
  background: #2c2c2c;
}
.px-sidebar--open .td-pb-row [class*=td-pb-span].px-dashboard-sidebar .px-multiples-dashboard--sidebar-toggle.px-multiples-dashboard--sidebar-closer {
  display: inline-block;
}
.px-sidebar--open .td-pb-row [class*=td-pb-span].px-dashboard-sidebar .px-multiples-dashboard--sidebar-toggle.px-multiples-dashboard--sidebar-opener {
  display: none;
}

html:has(#px-multiples-dashboard):has(.px-sidebar--open) {
  overflow: hidden;
}

.px-sidebar--open .td-pb-row [class*=td-pb-span].px-dashboard-sidebar {
  transform: translate3d(0, 0, 0);
}
.px-sidebar--open .td-pb-row [class*=td-pb-span].px-dashboard-sidebar .px-multiples-dashboard--sidebar-submit {
  display: block;
}
.px-sidebar--open .tdc-content-wrap:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 333;
}
.px-sidebar--open #px-multiples-dashboard .px-dashboard-sidebar .td-tc-tabs {
  margin-left: 4.8rem;
}

.admin-bar .td-pb-row [class*=td-pb-span].px-dashboard-sidebar {
  top: 35px;
  height: calc(100vh - 35px);
}
.admin-bar.px-sidebar--open .tdc-content-wrap:before {
  top: 35px;
}

.in-iframe .td-pb-row [class*=td-pb-span].px-dashboard-sidebar {
  position: static;
  transform: none;
}
.in-iframe .td-pb-row [class*=td-pb-span].px-dashboard-sidebar .px-multiples-dashboard--sidebar-toggle {
  display: none;
}

.px-multiples-dashboard--sidebar-chart-settings {
  padding-top: 30px;
}
.px-multiples-dashboard--sidebar-chart-settings .px-tabs {
  background: #f1f1f1;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 999;
}
.px-multiples-dashboard--sidebar-chart-settings .px-tabs-content {
  padding-top: 1rem;
}

#px-multiples-dashboard .px-multiples-dashboard--sidebar-table-settings .px-multiples-dashboard--sidebar-table-industry-select {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 1rem;
}
#px-multiples-dashboard .px-multiples-dashboard--sidebar-table-settings .px-multiples-dashboard--sidebar-table-industry-select a.modal-select-btn {
  margin-bottom: 0;
}
#px-multiples-dashboard .px-multiples-dashboard--sidebar-table-settings .px-multiples-dashboard--compare-type {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  #px-multiples-dashboard--sidebar-table-industry-filter-modal, #px-multiples-single--industry-filter-modal {
    width: 30vh;
    min-width: 265px;
    margin: 30px 32% auto auto;
  }
}
#px-multiples-dashboard--sidebar-table-industry-filter-modal .modal-header, #px-multiples-single--industry-filter-modal .modal-header {
  background: #002655;
  color: white;
}
#px-multiples-dashboard--sidebar-table-industry-filter-modal .modal-header h5, #px-multiples-single--industry-filter-modal .modal-header h5 {
  color: white;
}
#px-multiples-dashboard--sidebar-table-industry-filter-modal .modal-body, #px-multiples-single--industry-filter-modal .modal-body {
  max-height: 30rem;
  overflow: auto;
}
#px-multiples-dashboard--sidebar-table-industry-filter-modal .mfp-close, #px-multiples-single--industry-filter-modal .mfp-close {
  color: white;
}

#px-multiples-dashboard--sidebar-custom-filter-edit-modal {
  border-radius: 0;
}
@media (min-width: 768px) {
  #px-multiples-dashboard--sidebar-custom-filter-edit-modal {
    width: 30vw;
    min-width: 265px;
    margin: 30px 32% auto auto;
  }
}
#px-multiples-dashboard--sidebar-custom-filter-edit-modal .modal-header {
  background: #002655;
  color: white;
  padding: 1rem 4rem 0.8rem 1.5rem;
  border-bottom: none;
}
#px-multiples-dashboard--sidebar-custom-filter-edit-modal .modal-header h5 {
  color: white;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.03rem;
}
#px-multiples-dashboard--sidebar-custom-filter-edit-modal .modal-body {
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
}
#px-multiples-dashboard--sidebar-custom-filter-edit-modal .modal-body a {
  text-decoration: underline;
}
#px-multiples-dashboard--sidebar-custom-filter-edit-modal .modal-body .custom-filter-modal--link {
  margin: 1rem 0;
}
#px-multiples-dashboard--sidebar-custom-filter-edit-modal .modal-body .custom-filter-modal--link .form-control {
  margin-bottom: 1rem;
}
#px-multiples-dashboard--sidebar-custom-filter-edit-modal .modal-body .custom-filter-modal--link .btn {
  margin: 0 0.5rem 1rem 0;
}
#px-multiples-dashboard--sidebar-custom-filter-edit-modal .mfp-close {
  color: white;
  font-size: 45px;
  line-height: 4rem;
}

#px-multiples-dashboard--sidebar-filter-settings .px-multiples-dashboard--sidebar-filter-custom-filter {
  margin-bottom: 3rem;
}

html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) p {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) h3 {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.3;
  margin-top: 3rem;
  margin-bottom: 1.6rem;
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .td_block_separator {
  padding-bottom: 0 !important;
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .td_block_separator span {
  height: 0.2rem !important;
  border-top: 0.2rem solid #d9d9d9 !important;
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .few-industries-hint, html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-hint {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .wp-block-heading, html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) h2, html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) h1 {
  font-weight: bold;
}
@media (max-width: 767px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) #px-multiples-dashboard .wpb_column.td-pb-span3 {
    width: auto;
  }
}
@media (min-width: 1024px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) #px-multiples-dashboard .wpb_column.td-pb-span3 {
    width: 33.333%;
  }
}
@media (min-width: 1024px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) #px-multiples-dashboard .wpb_column.td-pb-span9 {
    width: 66.666%;
  }
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .tdc-content-wrap .td-pb-span3 {
  background: rgba(217, 217, 217, 0.2);
}
@media (min-width: 1024px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .tdc-content-wrap .td-pb-span3 {
    height: calc(100vh - 110px);
  }
}
@media (min-width: 1200px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .tdc-content-wrap .td-pb-span3 {
    height: calc(100vh - 84px);
  }
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .tdc-content-wrap .td-pb-span9 > .wpb_wrapper {
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid rgba(117, 117, 117, 0.5);
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding: 0 1rem 4rem;
}
@media (min-width: 768px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .tdc-content-wrap .td-pb-span9 > .wpb_wrapper {
    padding: 0 3rem 4rem;
  }
}
@media (min-width: 1200px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .tdc-content-wrap .td-pb-span9 > .wpb_wrapper {
    padding: 0 5rem 4rem;
  }
}
@media (min-width: 1024px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .admin-bar .tdc-content-wrap .td-pb-span3 {
    height: calc(100vh - 142px);
  }
}
@media (min-width: 1200px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .admin-bar .tdc-content-wrap .td-pb-span3 {
    height: calc(100vh - 116px);
  }
}
@media (max-width: 767px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) [class*=td-pb-span] {
    width: 100%;
  }
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) #px-multiples-single--purchase-config button.btn, html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) #px-multiples-single--purchase-config a.btn, html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) #px-multiples-single--purchase-config button.btn.btn-multiples-dashboard, html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) #px-multiples-single--purchase-config a.btn.btn-multiples-dashboard {
  line-height: normal;
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) #px-multiples-single--purchase-config .px-multiples-sticky-sentinel {
  height: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-single--submit-container.px-multiples-sticky {
  background-color: rgb(251, 251, 251);
  box-shadow: 0 -0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1000;
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-single--submit-container.px-multiples-sticky .px-multiples-single--submit-container-inner {
  padding: 1rem 0 0 0;
}
@media (min-width: 768px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-single--submit-container.px-multiples-sticky .px-multiples-single--submit-container-inner {
    padding: 2rem 0 0 0;
  }
}
@media (min-width: 1200px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-single--submit-container.px-multiples-sticky .px-multiples-single--submit-container-inner {
    padding: 2rem 0 0 0;
  }
}
@media (max-width: 768px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-single--submit-container.px-multiples-sticky .few-industries-hint {
    margin-bottom: 1rem;
  }
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-dashboard--hint {
  color: #5E5E5E;
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-dashboard--support-link {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M464%20256A208%20208%200%201%200%2048%20256a208%20208%200%201%200%20416%200zM0%20256a256%20256%200%201%201%20512%200A256%20256%200%201%201%200%20256zm169.8-90.7c7.9-22.3%2029.1-37.3%2052.8-37.3l58.3%200c34.9%200%2063.1%2028.3%2063.1%2063.1c0%2022.6-12.1%2043.5-31.7%2054.8L280%20264.4c-.2%2013-10.9%2023.6-24%2023.6c-13.3%200-24-10.7-24-24l0-13.5c0-8.6%204.6-16.5%2012.1-20.8l44.3-25.4c4.7-2.7%207.6-7.7%207.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3%200c-3.4%200-6.4%202.1-7.5%205.3l-.4%201.2c-4.4%2012.5-18.2%2019-30.6%2014.6s-19-18.2-14.6-30.6l.4-1.2zM224%20352a32%2032%200%201%201%2064%200%2032%2032%200%201%201%20-64%200z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 0.3rem center;
  background-repeat: no-repeat;
  background-size: 1.4rem;
  padding-left: 2.25rem;
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-single--headline-block {
  text-align: right;
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-single--headline-block h1 {
  margin-bottom: 1rem;
  text-align: left;
  width: 100%;
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-single--headline-block .px-multiples-dashboard--support-link {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-single--headline-block {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }
  html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-single--headline-block h1 {
    margin-bottom: 2rem;
    width: auto;
  }
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-single--industry-filter .select-links > div:first-child {
  text-align: left;
}
html:has(#px-multiples-dashboard):has(.einzelkauf-konfiguration) .px-multiples-single--industry-filter .select-links > div:last-child {
  text-align: right;
}

@media (min-width: 1024px) {
  #px-multiples-dashboard > .px-single-purchase-sidebar {
    position: fixed;
    height: 100%;
    right: 0;
    padding-top: 6.5rem;
  }
}

@media (min-width: 1024px) {
  html:has(#px-multiples-self-service--ordered-reports) .wpb_column.td-pb-span3, html:has(#px-multiples-self-service--custom-filters) .wpb_column.td-pb-span3 {
    width: 33.333%;
  }
  html:has(#px-multiples-self-service--ordered-reports) .wpb_column.td-pb-span9, html:has(#px-multiples-self-service--custom-filters) .wpb_column.td-pb-span9 {
    width: 66.666%;
  }
}

#px-multiples-self-service--ordered-reports {
  color: #2c2c2c;
  margin-bottom: 4rem;
}
#px-multiples-self-service--ordered-reports .wp-block-heading, #px-multiples-self-service--ordered-reports h2 {
  font-weight: bold;
}
#px-multiples-self-service--ordered-reports button.btn, #px-multiples-self-service--ordered-reports a.btn, #px-multiples-self-service--ordered-reports button.btn.btn-multiples-dashboard, #px-multiples-self-service--ordered-reports a.btn.btn-multiples-dashboard {
  line-height: normal;
}
#px-multiples-self-service--ordered-reports .ordered-report {
  background: rgba(217, 217, 217, 0.25);
  border-radius: 0.4rem;
  padding: 2rem 2.5rem;
  border: 1px solid rgba(117, 117, 117, 0.5);
  margin-bottom: 4rem;
}
#px-multiples-self-service--ordered-reports .ordered-report:last-child {
  margin-bottom: 0;
}
#px-multiples-self-service--ordered-reports .ordered-report .ordered-report--title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
#px-multiples-self-service--ordered-reports .ordered-report .ordered-report--date {
  margin-bottom: 1.6rem;
}
#px-multiples-self-service--ordered-reports .ordered-report .ordered-report--config {
  margin-bottom: 2.4rem;
}
#px-multiples-self-service--ordered-reports .ordered-report .ordered-report--config ul {
  margin: 0.5rem 0 2rem 3rem;
}
#px-multiples-self-service--ordered-reports .ordered-report .ordered-report--config ul li {
  margin-bottom: 0;
}

html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters {
  color: #2c2c2c;
  margin-bottom: 4rem;
}
html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters .wp-block-heading, html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters h2 {
  font-weight: bold;
}
html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters button.btn, html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters a.btn, html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters button.btn.btn-multiples-dashboard, html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters a.btn.btn-multiples-dashboard {
  line-height: normal;
}
html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters .custom-filter {
  background: rgba(217, 217, 217, 0.25);
  border-radius: 0.4rem;
  padding: 2rem 2.5rem;
  border: 1px solid rgba(117, 117, 117, 0.5);
  margin-bottom: 4rem;
}
html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters .custom-filter:last-child {
  margin-bottom: 0;
}
html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters .custom-filter .custom-filter--title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters .custom-filter .custom-filter--date {
  margin-bottom: 1.6rem;
}
html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters .custom-filter .custom-filter--values {
  margin-bottom: 2.4rem;
}
html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters .custom-filter .custom-filter--values .item {
  margin-left: 3rem;
}
html:has(#px-multiples-dashboard) #px-multiples-self-service--custom-filters .custom-filter .custom-filter--values .item .px-col-4 {
  font-weight: 600;
}
html:has(#px-multiples-dashboard) .px-multiples-self-service--filter-container {
  align-items: center;
  display: flex;
}
html:has(#px-multiples-dashboard) .px-multiples-self-service--filter-container .px-multiples-self-service--search .px-multiples-self-service--search-input {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%232c2c2c%22%20d%3D%22M416%20208c0%2045.9-14.9%2088.3-40%20122.7L502.6%20457.4c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200L330.7%20376c-34.4%2025.2-76.8%2040-122.7%2040C93.1%20416%200%20322.9%200%20208S93.1%200%20208%200S416%2093.1%20416%20208zM208%20352a144%20144%200%201%200%200-288%20144%20144%200%201%200%200%20288z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 1em;
  padding-right: 2em;
  max-width: 100%;
  width: 250px;
}

#px-multiples-dashboard .px-dashboard-self-service .td_block_separator.wpb_wrapper.td_block_wrap {
  margin: 3rem 0;
  padding: 0;
}

@page {
  size: A4 portrait;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) {
  margin: 0;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) body {
  margin: 0;
  padding: 0;
  max-width: 850px;
  width: 100%;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .hide-in-print, html:has(#px-multiples-dashboard):has(body.pdf-generation) .td_block_wrap.hide-in-print {
  display: none !important;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #wpadminbar {
  display: none !important;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .tdc-row:has(h1):not(:has(#px-multiples-dashboard)) {
  display: none;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) h2 {
  page-break-before: initial !important;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) img {
  page-break-inside: avoid;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .hide-in-print, html:has(#px-multiples-dashboard):has(body.pdf-generation) .td_block_wrap.hide-in-print {
  display: none !important;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .td-header-template-wrap {
  display: none;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .tdc-row:has(.yoast-breadcrumb) {
  display: none;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .tdc-row[class*=stretch_row] > .td-pb-row > .td-element-style,
html:has(#px-multiples-dashboard):has(body.pdf-generation) .tdc-row-composer[class*=stretch_row] > .td-pb-row > .td-element-style {
  position: relative;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-sidebar--open {
  height: initial;
  overflow: initial;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-sidebar--open .tdc-content-wrap::before {
  display: none;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .td-pb-row [class*=td-pb-span].px-dashboard-sidebar, html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--table-filter-buttons {
  display: none;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .dtfh-floatingparent-head {
  display: none !important;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .show-in-print {
  display: block;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-header, html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-footer {
  background: #002655;
  color: white;
  left: 0;
  padding: 15px;
  page-break-after: avoid;
  page-break-before: avoid;
  width: 100%;
  z-index: 1;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-header:after, html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-footer:after {
  background: #002655;
  content: "";
  display: block;
  height: 100%;
  left: -50%;
  position: absolute;
  top: 0;
  width: 200%;
  z-index: -1;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-header {
  position: relative;
  top: 0;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-header .print-date {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 15px;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-footer {
  align-items: center;
  bottom: 0;
  display: flex;
  font-size: 10px;
  gap: 1rem;
  justify-content: space-between;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-footer .px-multiples-dashboard--infinity {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2271%22%20height%3D%2235%22%20viewBox%3D%220%200%2071%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Crect%20width%3D%2270.1613%22%20height%3D%2235%22%20fill%3D%22url(%23pattern0_3346_3391)%22%2F%3E%3Cdefs%3E%3Cpattern%20id%3D%22pattern0_3346_3391%22%20patternContentUnits%3D%22objectBoundingBox%22%20width%3D%221%22%20height%3D%221%22%3E%3Cuse%20xlink%3Ahref%3D%22%23image0_3346_3391%22%20transform%3D%22scale(0.00114943%200.00230415)%22%2F%3E%3C%2Fpattern%3E%3Cimage%20id%3D%22image0_3346_3391%22%20width%3D%22870%22%20height%3D%22434%22%20preserveAspectRatio%3D%22none%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAA2YAAAGyCAYAAACP5dfuAAAgAElEQVR4Ae3di3XbONOA4ZSQElJCSkgJ6WBTgjvYdJB0kHSQ7SDbQf4O9utgS8Cv8ZKOLIsWSZHE7dE5PtaFJAYv5kKAwODNGy8EEHhBIKX0NqX0LqX0IaX0afj7fPr%2Ba0rp2%2FD3M6UUf79SSv%2Bc%2Ff2b5r%2FOz4vrjNf8MZQR5UW5D4MMIU%2F8vXshtC8QQAABBLoncBa%2F3qeUPg6xI2JIxJIxfkWMGePNeRyK90te5%2Bdei2FRZvxFHA1ZIn6FXG%2B7bygAEEAAAQTevBmC1hiwIliNna2xg7UkKOU%2BNjqBYzCMgDt24h6Dn%2FZGAAEEEGiHwFmna%2BxwjZ2t6GRFJ2nJwGDu%2BBXlh8whe3QUIxZHTI666by1o7ZqggACCDx2wOKJV4zShaOPTkt0YGoLWlsEzqhzBL5g8BT06AgCCCCAQJkEhhkb0UE5j19Ln2ZtET9yX2OMX9Fxi07oY6etzFYjFQIIIIBAPAGLDth5AOsxeK0NntFZHQNePGUzvYRNIYAAAgcRuBK%2Feh1AXBPDLuOXKf4H6a1iEEAAgUcCwzSO6ITFlIfoUPT4BGxNAFtyzjhCOY5OCnbsDwEEELiTgPi1JAytPlb8ulNPnY4AAghMEhjmmY9TOTwJWx2r7j4x2EdHONriw2SD%2BQEBBBBA4JGA%2BHV33NnqAuIXm0QAAQSWEhhGE2M63Z%2FDmihPw7YKS9tf53xUUkdtqbI7HgEEmiMwZByMwatY0yt%2BbR93trqi%2BNWc9akQAghsQuBsRFEg2yrk5LnOGOjipuT9JsrhIggggEDBBMSvPMFmh1LFr4LtjGgIILAjgeGpWGRKjAyBRhR3iDCFXDKmjkQbx3pACUV2tCmXRgCBYwiIX4VEl%2F3FGONX3KtYY32MeSkFAQSOIjCMKo7TE%2Fd3qUookUA8EY2naYLcUYanHAQQuJvAkDVxnJ5Yom8l0%2F4ExvhlNsjdFuUCCCCQhcAw1z4yJ8bIkxcC5wQixXHohiCXxToVigACrxEY4pfBxHOv7f1IIO5pIn5ZW%2F2aEfkNAQTyEzjrjJmiOLpw%2F28RGIOcTlp%2BEyYBAt0SOOuMGUy85bX9PhIIXYkp%2Bzpp3XoOFUegMAI6Y6N%2F9n8DAhHkTHcszMaJg0CrBIY1Y56MbeC8XeJxdlB00gwytuow1AuBUgmcBTMji6LRXgRiTr%2BF16U6AXIhUCmBIX5ZM7aX53bdIGCQsVL%2FQGwEqiEgmIk2GQmYKlKNpyAoAmUSGGZ3hC8x1T6jM%2B%2Bw6HGQUXbiMl0DqRCoi4Cpih2GkXKrHKOQnqLV5UJIi0A2AmezO3TGyvXrvUgWOmiQMZs3UDACFRPwdKyXOFF1PQW4in0M0RHYk8AwoPijag9H%2BJYJGGTc0wG4NgKtEPB0rOU40GzdHgNcKzaoHgggsI6AAcVmfXzLFRufotnfc53ZOwuBNgkMHbKYB%2B2FQK0EooMWT9EEuDbdlFohcJWA6Yq1umxyXxB4XIt2Vcl9iQAC7RMQzC5coo8tEdBBa9%2BFqWHnBIYBxe8tOS51QWDI6BhrqSUL6dzHqX4nBHTIOP6OCMQIpI0%2FO%2FFtqtkHATM8OvLgfVfVLJA%2BXJpa9kogpnid%2FmJ0UXaqvp19j7X%2FFdkce7V99UagBQI6ZD26bnUeCJgF0oITUwcEgoBgxrEj8ERAohBuEYHKCIhhT%2F7LGwR00CrzX8RF4ImAYMaDIzBJQAftyVN4g0CZBMSwSf%2FlBwR00Mp0W6RC4CUBwYzHRmA2AR20ly7ENwhkJSCGzfZfDkRABy2rt1I4Aq8QGNaQSXnPUSOwnEDYzftXzMtPCCCwMwEdsuWOyxkIDAR00Hb2Ty6PwGwCZ0k9eCgEELiPgOA22%2FM4EIFtCAwx7Md9putsBBCwl%2Bc2PslVEFhFQNp7ThiB3QjooK3ySk5CYD4BMWw3%2F%2BXCCHyJAY%2F51uhIBBC4i8DJ5%2Fwp7T3Pi8CuBGL92cNdhupkBBC4SiBsSwzb1X%2B5OALWUF%2F1Pr5EYEMCwxz8MDYvBBA4hoDgtqEPc6m%2BCQwxLPYV9EIAgWMIiGF9u12134NAJCZIKUnscYwTUwoC1wiY3riHc3PNLghYR3bNpfgOgUMJxDpO0xu78LgquRuBYQ5%2BzBX2QgCBMgj8uZvBuzACDRI4ma2p92X4LlIgEASsP2vQz6rSAQRSSp%2FMwedFESiSQEwN%2BXiAG1AEAtUSMG2xSN9FKASCgOmN1XpWgh9OYJjyYdoi54lA%2BQRMbzzcQyqwdAJmepTvuEiIwEAg1nua3li6UyVfHgJnqYN5DAQQqIeAkcc8LlOpBRKIJ8nDaHw9FkxSBBAwRb9Af0qkjARkW%2BQVEaiegKdnGX2oovMSGAYWbRJdvRtTgY4JxCDjh7yeROkIZCZgykfHLlDVWyTg6Vlmn6r44wkMT8n%2BbdGg1QmBDgkYZDzejSqxBAKeknXo7lS5FwICWwlOlgy7EvCUrBd3pp4dEjDIuKv3dPGiCHhK1qGLU%2BUeCQhsRXlewmxJwMBijy5NnTskYJBxS8fpWuUREMw6dGuq3DsBga08V0yilQQMLPbuztS%2FQwLWnq30l04rmIBg1qErU2UEfhOIwPa%2BYBdFNARuEggdlnHxt1F7h0BnBL7cdBIOQKAGAoJZZ65LdRGYJiAlcQ1Om4wvCKSUHqbV2i8IINAJgRhktO%2FZCw%2Fpi2oIDMFMtqpOPJZqIjCDQGweL7BV48X7FnSY7RE664UAAgiMBAwy9h0a6qu9YDbarv8IIHCFQIw6fqzPs5G4JwLWRF%2BxXF8hgMBIIPYtNMjYU1Cota6C2Wiz%2FiOAwA0CRh1rdfSNy23q4g3L9TMCCAQBiUEajwXVV%2B%2BkpX%2ByVQQQQGABAVMbq%2Ff87VRgmO0RmUS9EEAAgbkEDDK2EwbaqImpi3Nt13EIIHCFgAXVbYSCqmsR05JkXbxinb5CAIE5BExtrDoCNCS8rItz7NUxCCAwg8BDQ65RVSoiEGseU0oSVc0wUocggMAkAYOMFfn9JkWVdXHSOP2AAALrCJgS0mS0KLdSJzU1BX%2BdrToLAQSuEzDIWK7Lb1eylNKX6%2FroWwQQQOAuAtadtRs6iqmZ9WR32aiTEUDgdQIGGYvx9o0LYj3Z65boVwQQ2ISAKSGNx5Kc1RvWk%2F3aRFNdBAEEELhOIHyMlPo5nX3rZVscfd3yfIsAArsQkIq49aCSoX7WRe9iqy6KAALXCRhkzODnuyjS4ujrFudbBBDYnYD5%2Bl1Emf0recq6%2BIckH7vbqwIQQOA5gUgs9HF%2FD6eEbgjYbPO5hfmEAAKHEzBfv5uIs09FTxorycfhZqtABBA4IyCO7ePe%2B7qqJB9nJuUtAgjkJPClL%2B%2BrtlsROCmtTllOy1U2AgiMBHTOtnLsvV1HxqrRhvxHAIGCCMRi6re9%2BWP1XU8gpfStIP0lCgIIIBCbUYtj6916f2fKWMVrIIBAwQQspu4vLC2u8TC4KPNiwYZMNAQ6JiBj42Kv3ukJMi927CZUHYF6COicdRqj5lTb4GI9hkxSBDomII7Nceg9H6NT1rF7UHUE6iMgqPUcsCbqLo7VZ8gkRqBjAuLYhC%2Fv%2Futhb5dI6emFAAII1EIggtr77h04AI8EdMpqMVtyIoDAGQFxTAx7TkCn7Mw8vEUAgdoIxICSztlzt97dJ52y2syWvAggcEZAHOsuak1UeNhw80w3vEUAAQSqIyCoTfj4Hr4eBhdj1NkLAQQQqJnAHz34bHWcIKBTVrPtkh0BBK4QENQm%2FH2rX5vxccUKfIUAAjUTEMdaDViv1UunrGabJTsCCLxCQFB7zfk39JtO2StW4CcEEKiZgDjWUKy6WRWdspptlewIIDCDgKB2MxLUfYBO2QwrcAgCCNRMQByrO0zNk16nrGYbJTsCCCwgIKjNCwvVHaVTtsAKHIoAAjUTEMeqi1ALBNYpq9k2yY4AAgsJSAiyID7UcuiQfTHa1gsBBBDogYDOWS0BaomcOmU92K46IoDABQGdsyWBovBjpcS%2F0G4fEUCgFwI6Z4XHp0Xi6ZT1YrfqiQACVwjonC2KGGUerFN2RbN9hQACPRHQOSszPC2Tylz8nmxWXRFAYIJA7HH1bpn3dHQpBHTKJrTa1wgg0BMBg4ylBKW1cuiU9WSv6ooAAjcI6JytDSYZz9Mpu6HVfkYAgZ4I6JxljEd3FS2Y9WSn6ooAAjMJ6JzdFVmOPTml9Dal9Gtm2zoMAQQQ6IGAOHZsKLq%2FNJ2yHuxSHRFAYCWBuNF%2Fe7%2BndYW9CaSUfqxsY6chgAACLRPQOds7AG11%2FWGEMRrMCwEEEEDgOoGfW%2Flc19mHQErpy%2FWm8y0CCCCAwCmxX9zrG2TcJwRtd1XTPhgrAgggMIvAt%2B08ryttSeDUen%2FOakEHIYAAAn0T%2BLWl73WtjQkYYezbOtUeAQQWE%2FhzYzfscncSOLWgTtliNXYCAgh0TMAg451xZ5fTTwopmHVslaqOAAKrCTzs4pRddDGBlNLH1a3oRAQQQKBfAgYZF0ecHU9IKT30q4tqjgACCNxN4MOOLtqlZxAYklZFKmgvBBBAAIHlBAwyzog1ux8y7FW2vPmcgQACCCAwEogOgQ2od49Y1wuQSXhUQ%2F8RQACBuwi8v%2B5lfXsIAcHsLuV1MgIIIHBOQPrhQyLX80JkEj5XQe8RQACBuwiIY89DzHGfBLO7FNfJCCCAwDUC9jg7Low9liST8DU19B0CCCCwmoA0%2BgfHsTGYfV%2FdZE5EAAEEEJgiIMPVQUFNJuEpFfQ9AgggcBcBceygODZ2ymRgvEtfnYwAAgi8SuDLkT69x7JO9MWxV1XQjwgggMBdBGRqPCK4Sid8l5I6GQEEEJhLQIarnYKaTMJzVdBxCCCAwF0EZBzeKY49Xlayj7uU08kIIIDAUgJ%2F7OnTe7y2wcWlKuh4BBBAYDUBGYf3DLQppVjQ54UAAgggcAyBCGrSD28U2IbBRXuVHaO7SkEAAQSCgKRWG8WwZ5exSJp1IYAAAlkISD%2F8LBqt%2B2DGRxbdVSgCCCAQBKybXhe6rp%2BVUvpErxBAAAEEshGQfvh6eJr1re1dsumtghFAAIGRgKn5syLWjYNM%2FRj1yX8EEEAgK4GfN9y1nycI2Kssq94qHAEEEAgC1ptNxKhFX1tXxpoQQACBYgiYDrIogr15Yxp%2BMbpLEAQQQODXQhfu8HMCJ%2F2xzwsjQgABBMoiYG%2BY80D1yvtTs4lhZekuaRBAAAEDjK%2FErcmfUkof6A4CCCCAQJEEzNWfjF7%2F%2FWCvsiL1llAIIIBAELC%2F2Y0Y9uxn2atYDQIIIFA8AWn0n0Wu3x%2FsVVa87hIQAQT6JiCh1e%2BQdfvdqWP2vW99UXsEEECgeAIWUl8JZxJWFa%2B3BEQAAQSCwI8rLtxXlwSkxmctCCCAQDUE7HF2FsTM9qhGbwmKAAIIBAHT8s9i2Iu3ghorQQABBKoj8Cv26Xrh0Dv7wl5l1ektgRFAAAEzP16L1aYwshAEEECgSgLfXvPtPfxmr7Iq9ZbQCCCAgD06rwVpUxhZBgIIIFA1gW7T6NurrGq9JTwCCCDwcK1v0u13pjCyCAQQQKAJAt0Ft1Or2ausCdVVCQQQ6JhATGnsfkr%2BU0fUFMaOTUHVEUCgNQLd7A9jr7LWVFd9EECgYwKyNEbPzBTGjk1A1RFAoEUCXSymtldZi6qrTggg0DmBbgYWn56Onb%2BRxapz9Vd9BBBolUDTafSH6ffRAfVCAAEEEGiHQN8bT1sw3Y4mqwkCCCBwQaDJNPrWRF%2B0so8IIIBAWwS%2BnD9E6ub9ENzaakq1QQABBBA4J9DUnH2zPM6b1nsEEECgWQL9TWk87bYdjwu9EEAAAQTaJtDM6KO9ytpWVLVDAAEEBgJ97W0m4QfFRwABBLoiUP0eZ6bed6WvKosAAgj0sf2L%2Bfk0HQEEEOiSwB%2B1ztU%2FtZa9yrpUWZVGAIGOCfSxt5lRx45VXNURQKBnAhHk3tfWObNXWc8qq%2B4IINA5gc%2B1xaxF8kr40bl691H9uPn83%2FD3fymlv6%2F8xffjMVJu96EXavkfgarS6NurjNp2SGCMTfF%2FKoZFXBuPE8M6VJLOqvxuUWenpoNPHbPvnTWm6rZDYAxSocOfT0Hp03DT9n4YcHh7ry0O1%2Flw6sjFX1w%2FyonyxiDYDk016ZlAFfvEDPboprNnTW2r7hHDIpbsEsOGjKXvhvgVMexhiGF%2FDeWypbb0qafatJkIZDDWnhpSXeskEMEjAsnXoXMUHa%2B7O133dtrG82Mq2NAhjE5bBFnZTevUs96lLjrQDZ0yttW7ltZZ%2F%2BiAFRnDhs5bdNo%2BDjE2YpgOW5161pvU7aXPdwPZmw5XUd8ICBEYohMWgaLKx9XDTeR5oKsCPiG7J1BkGv3h5lGnrHv1rALAZQwrZhBxHEyc818Mq0LXehey6MHEOXb27JjhyUPvjar%2BZRCIjlg8bYpRuyqD2DPjmvgw1G98qlYGeVIg8JJAcWn07VX2spF8UxQBMayo5iBMRwQ%2BTdxy1fe1p2UdqW15VY0RxfGJWLMdsde8wjAaGWvWYm2BaSPl6WjvEhWTRl%2FW4N5Vscj6h88O3x0%2BvNcY9naY1RIcPM0uUk27ECp0r34b9LSsC2UtrZJjZ6y9OcGv9cBm%2FjY8TdNJK01r%2B5Ynexr9E357lfWtgyXVXgx7JZ6dxTCdtJK0tg9Z6k6fHz1Loxt9aGoBtRTIXglkUz8NAyexUNwLgZwEwn6zrvFMKf3MCUDZ3RMIG4hpik1Ps5%2BKRWu%2F10nr3m6OBhB2Wu9TsxMtI5BHq0x%2F5T0GsrVO3Xn%2FETib7mgEsj8bKqXGoXvZOmfDQOKvUmCQoxsCoXOxHrjem71CAukw3dFAYzemk62idT41G2703ORl05umC44RC4Fsp2B4NgLZtBKpXJEE4iY12w2quFWkTrQqlEHF%2FWJY7KcW9wjuQVu1nrz1qvOp2YmZp2V5FafF0iOQfdzJl7vsBYHhJjXWonkhcCSBbxeqeOjHYa%2FACLxeCGxNwKDiodb85s0wXT%2FuHbwQ2JJAXU%2FNjDpu2fauNc67P9ifK24gMNiz0UemeCSBrGn0h6fGR9ZXWW0T0CHLHFHNBGnbwDLUrq6nZidAnpZl0JIGi%2FwWzjSzP1e8DlqDplVFlR5yGl9K6aEKSoQsmYAOWU4jvlK2mSAlm0t1stXz1My83uqUqzSBY9pBtiQAV3y5r84InD1BK01vyNMegawDM8M6lfaoqtHeBHTIzmJGiW910PY2gS6uX8dTM%2FuWdaGMe1XSYugSI9iETALbXmbgumcEIvBl3ePspOfWWZ41iLc3CXzNmcBmwl37eoLAEMdkcryp1g6YIFD%2BUzNPyyaaztevEYhMbFlHxid8tq9nEBgCmzTjr2m43%2B4hII3%2BPfScexQBMz1mxItSDxlS7cvieJS1tFPOv6Xq9KNcnpa1o2kH1SRGw7OuIynaoCoTbrB%2Fge0g4%2BmsGGn0O2vwiqobPs%2FAYmXxakpccawiyytH1E9T%2BpT9e0%2FLytGSCiQx3SO7xW4vgOmNFVhevSL%2B3F5j519x0O0YTPJCYCQgjs03oWqOFMdG9fZ%2FJoGssWnSsIbHwDPr4LCOCRhdnLSidn4Y9oLy9KxjQ9%2Bp6l9yWsmg1ztVzWUrIhBPcLOufcxpB72ULY5VZJH5RS3vqXlK6Wd%2BLiQonEDshfW2F6euno%2Bbe0abeyGwJYHce5x92rIyrlUdgfIX%2Bws%2BmxKQnbU6G80hcFlPzYbHvjlAKLMOAvHkxOjipqGinosNG3t6elaHrdYi5R85LcCNWi1qsqmc4lhOo8tc9nCfK45talLNXaycp2YnhZVOuDn92qxC5uBnDiglFG%2FO%2Fmb25EL%2FESghjX74Nq8%2BCIhjJQSSAmQwKNOHwa%2Bs5dcCVPRxqtK7lRVwWtsEYmSpnNGDIqyFEJGFs221V7sDCYSPyboRvSn8B7Z2nqJiAOAjz43AOQGp9fMYYwWlhr%2FIv1xHivwKVOV4Ee3ncu7FvX9GwJSQ4w2y4RKjc5YtEEbZshE3q12R4CNrx%2F%2BZ4%2FShKAJDHJNboVnzX12x%2FGtQBaXVjdfqiWU8yi3KhRPmksAQ1H60agTqdSiBX5f6deRnAw2HtvVRhZm6eKQRVVyWqY1HmWQ15fyTVZ2HRf3V0CLorgTiEW65m%2BxltRSFTxEQ1Ha1yZ4u%2Fm1Kx474fkirHT7Qq34CD0fojDLaITDMHGP%2F9dv%2BVjXIt4znNFIo6cdWzVj3dbKv9WjHxfdXE%2BvO6jb%2BgqTPnUb%2FY0EsiLKcQNxY57uh6s%2F1N1VjT86XG1zDZ%2BRJnT8oYcNcVW0mAfPwmwoveSpjI8%2BZ1uawWwSyPu0wyHCreYr93eBiHtffVKnDfXHcE3khcPzaZ0k%2FaN3wxPR45WvKlavMSMCII5%2ByEYGsTz1Mz92oFY%2B7jMHF0Qn7vwmB4d7oOA1WUokEjk8CIulHiXpwqEzHK90mLtNFSiagc3aoDbdaWExJy5pNz41ZNaoVGYQNLpYcFCqVzQBNNT5gL0GPTUol6cde7VjNdXXKKg0WNYg9pCA3HaQad1CkoFmnptHhInXiUqjvNfhDMtZLQOfs0uS6%2B3zc7A2jgd0p13mFdcrqjRPVSO7G9tzkvF9JIDr32Z6GePq7stWOOU2nrJpoULegOmfHGHShpRy3fZRpjIWqwP5i6ZTVHSOqk94g0P5G3XgJudPov0spSaNdlpKJY9VFgroF1jkrywEcKE34%2Fv0HB1NKUgIf2KoFFSWY1R0bqpVe56wgL1CnKF9yKv%2BQcbROcu1JLY7lNIaOy9Y5a8%2BZzKzR%2FtMZ3STNbIq2DhPMOg4ouatuWmNbziRTbXKn0f%2BUqd6K%2FU3guGlFuZ2m8oskoHP22xg7erfvnmbDDVJHPFU1HEmRHo5QXRHQOeOLNiDwR06jcVO2QQuuv4Q1ZTmVX9lPBPiB9UZc6Zn7Tme0d1mlarFebJ2yJ3fqTW4CQ%2Bcssu15IbCGQATI9zn1%2BKTDX9cI7py7CPzI2ebKRuCSgM7ZXfZc48mfLnVgs8%2BnoPZXjUTIvIqAaR%2BbWY4LbUVAprtVtuyk3wSyptEPO0gp%2Ffwtjnc7E8iamXMrv%2Bc67RGwLGhnyy%2Fr8vtMZzSNsaxW3lmaYzfGa8%2FnqtGOBIbOmUx3OzuBhi8fnbP9M2VN2IAnv4dpVvZO%2BIQK%2BBqBRwIGaQ7zBbkL2mc6o2mMudv1sPIFM0GjeAJDpjuds8PcQnMF7TOCOdNyPPndXZ%2FEsZm66LB8BAzS7O4HSipg%2B%2BmMpjGW1L67ySKY5fPRSl5IwGDRbn6glwuXkEbf4ML22hZMs64lXOjKHN4xATNAtncAhV5x%2B8FAm2QW2tTbivWxY%2F%2Bo6hUSsIh6WwfQ4dX%2BzKn2Bhd20bjtR6ZzKomymyeQUvqwiyW4aEkEtp3OaFPpktp2N1lkYGze%2FbdZwdN0EJnudnMLXVxYGv12mlkca9PNN18rg4ztOKFXarLdZtOyx7yCuY2fpBNu3u23XUGLqNtwRBlrsV3AXGFqBhc2aXmdshW655RyCIhjm%2FiBki%2ByXbbzlFKsPfJqk4B1ZeX4ZZKsJGARdZvO6cBaxTSTdyvVb5PTDIDe1do2kN5EC10kJwFx7C4fUMPJ%2F26iX0P2sxoqTMZ1BLKOFG%2BipC6CwH%2F7Q70ziLTOCTjrkUDWQarhpiz23fJaRsBeZSJAMwSsN1tm%2FBUeff89d0rpocKKE3keAVM%2FmnHnKhIEpNGfZ%2FiOmiSQ9SZ%2FyNBmhspk87z4IWtnmtdFYA8Cpja%2FsPOWvrj%2Fvtuc15b04Vld%2FtnDobgmArkJSFb0zM59WE7gW04dHjpn0ujfbjedspyKquxdCaSUPD2%2F7QNqPOK%2BtPnD1IoaK07m2wSyrqfY1aO5ePcEPOm%2F7QAc8SqB3HucSZ%2F9avM8%2Fmivsu49fbsALCO67QAqPuLtas018lxxs78u%2Bv2PUldrlRMROIaA9MOvOwG%2F3iSQe48zywimm8heZce4UaVkJCCGTTuAyn9Zv2ewLFGVN%2F118U1hzOhoFX0sAT7suhPw7WwC9jibjeqwAw0sHutGlZaJgCyNh%2FmUowtanzbfHNej2%2BqQ8u7PCJPJSSkWgaUEZLo7xKe0XEis9co6Zc7gwjP10ilb6gQdXzUBWRqf2X8rH9Y9IBkWILcCQT3%2BI5B1UXvV3pHw1RIYfJlMd7zgWgLZk0wYJH1suh%2FVOiGCI3AHAYMza1130ectX2dmfVnRDbpGuOw3F3f4JacicBeBoXMm090az%2BGcIBD%2Bc3kgvUtrf59sSlNe%2Fr9bwjsEjicw2L%2F41VYsWr5OVg%2B9LQ2IRaTHuxMlIlAOAVmumvNpR1fovjTHd5pCx09%2BDSreqTtOr5%2BARCBHu%2Fvdy1u%2BzszUid0b5cgC1s1nrd%2BXqQECzwiklD4daXjKao5A1ungHW6gHk8JbO3yzIv50CMBT82biyXL7ssHBWiOQscVWv7ItEfPp85dEDDy2LEn3KbqudPo9zS4kDXxShcOUSWrIWBgcRsHXtBV5k%2BPt76soGa7X5RlvfJqXBRBEVhP4DT49PV%2B03KFjgk8rNe%2B%2B8%2FsZHAhK%2BP7W8kVENieQErpZ8d%2Bt7Wqz9%2FPzE1LU23vadn2vtEVGyAgwDXl53JUJuvWI43HaWuiG%2FCxqrA9Aenzc7j63cqcv87MDctujXD0hT0t294vumIjBIYp25FYwAuBNQSyr39KKf1YI3jh58y%2FWWnEF6kGAksIuEcv3IPNF29%2BQqn513Rk4QQ8LVvi7RzbHYGOM90V7rqqES9rxsBhcOFXNbRuC%2Fp3d05IhRFYSMBTs9uOpJIj%2Fp3V9FJKV9Kct8X0tGyWxjuodwIdZrq77T0csYRAdIzmL%2BLe2OAaGlzIulfcxs3icgjsSkDm9CUuuuhjbyc4kvWl6AZcIpynZbu6RRdviYCER0tci2OvEPiR0x6GzlnNG9BmffKYs%2B2UjcAaAimlhzGy0H0AACAASURBVCt%2ByFf1Ebh9r974guL6mmydxJ6WrfF0zumagEC3ztk464nAl5wGVPH0puxr9XK2m7IRWENgmMZc82DMk%2BPs%2FM3tvTEtKmxCRbLeIKxxMs5BoAQCnaQhb8LJFVqJ3Huc1TiKnjW7ZQl%2BhwwIrCEgXhUaBZaJ9etm2y%2B7nqMLJfDuZkM7AAEErhI4TQv7XqhdE6sOAn9cVayDvqzsZs1eZQfphWLaIzA8NavDK5JyisDrCUAk%2FpjiVtX3tx%2BLtuef1AiBzQgMwa6lTHdVObAGhI3pRbcXdG%2BmsS8vVMnggr3KXjadbxBYRMAstwYixmvxwgL4JhrYtJBFbs3BCLwk0FCmuyacWoWVyJrMooLBBXuVvXQ7vkFgMYGK15ZW6NZ3E3k6AcjJmX%2FdrVgXPoKApB%2BL3ZoTELhOoIFMd0f4HGVME8ia%2Fn3onIUMpb1ur6m4bpK%2BRQCBKwRSSpKAlObllskzPVDlkegykgUePd24V4zZVwgg8DoBo5EFerm6RMraCSnwyW%2FWzurr1u5XBOokUNm60ro8%2BDHS%2FjWpeTasO6YFdixF0o9J7fYDAusI2NtxR4%2FVx6WzrvstaAP1rNM711m%2FsxAon8AwANOHN22zltdnuw3THtqsch%2B1yjoyW77rIiEC6wkYkezDie5Yy9xp9D%2FtWLc5l7ZX2Xr340wEbhIw422OGyr6mLcvGtmUnaIbbI5w04sHX7S2LxBAYCkBa3DnuCHHvEIga2r4zIMLH5fam%2BMRQGA%2BgZRSjXsYvuIuu%2FvpZSZfGRmrVwLTGOf7MEcisIqAUcnq%2FWTuCmTNmptpcEFa%2FFXexkkIzCdgOmNu1353%2BS8frmQeTbu7Rp1fwDTG%2Bf7LkQisJlBwprvOXWA11c8%2Bpe%2FgwQWdstXexokILCNwsG1X43QrEfSlrzwtEP6rEuGJ%2BZLAywZdZs%2BORgCBmQQKzHT30iP4pmQCWZNgHDi48H2mSTkMAQQ2IOABS8lu%2F6ZsL5NE6WnfhFbyAVmnx2zgT1wCgaoIFJTprmS%2FRLZpAr%2Big5RL6Q8YXDCLI1fjKrdbAnJFTDvcCn556TNtUFdBs10X8XqazW5dk4ojcAwBafSvOyTfzibw4xhNvV7KjoMLWZ8IXq%2BtbxHog4B7%2Bdn%2Bt7QD%2F32mocPUhtKEJM88AtMb0z1rZR8QQGBrAjJhzXNSjpok8GVrnVxyvR1G2HXKljSAYxHYmMDpafj3SW%2Fjh9IJ%2FJ5FMYyclS4w%2Ba4TeJnJZWNDdzkEEJgmcBrY%2BnrdNH2LwCwCufc42yrNdiQ2eZnyedp0%2FIIAAhsTMJNjls8t9aDf%2FlOq%2FFLbaJZc0uRv7NhcDoGlBIxSzvJVDpom8MdSndvy%2BI2SBhgk3LJRXAuBFQSG9aPTnsYvJRP4vd%2Bj6Tglt9OrsllftsJxOQWBrQkM08EjoYMXAmsIZH%2FadOfggszAWzsV10NgJYHTU7P%2FrXFCzslO4OGpyU3Fyd4YawWwvuxJi71BIC%2BBYaQy1th4IbCGQNb1WXcMLuiU5XU9SkfgGYE7B1nW%2BC7nbEPg61NDnuaF28NsG6hHX%2BV37%2FqpNb1BAIFcBIbOWTz98EJgDYHonP1eAH6wIq8YXLBX2cFtpDgEbhEwC26N6y3inN97mdnDrIgGWSOE%2FctueSi%2FI3AwgR0y3a3xDc6pl8DL%2FWwO1OEFgwtZ92I7EImiEKiKgIR%2B1Tr%2Fv58UzXzUOhvxqQG9QQCBoggYsazTpxYk9e%2BR0wyaPePGLuu0ywxIFIlANQSGackFuTOizCTwO2%2FEzBMcVhaBrKOq1XgogiKQicBGme7K8jqkOZJA7jT6nyYqq1OWyacoFoG5BFJKklFNOLCCv%2F5vk2k964Kb6HXRJP6Y66Ech0AmAhZhv%2B7E%2FHqTQNZ1xBODC7%2F32slkV4pFAIHXCYg9N31rqQe8fTPMJy9VQHJNE8gasF93CX5FAIGRgDW8007ML7MIZF1LfBq8Pd9A3V5lo2H7j0DBBEynn%2BVbSzzoXXTMPpQoGZluEsgarAv2R0RDoCgCw6yEmP7lhcAaApHl811OpR4GF6TFz9kIykZgAYGU0sc1zsY52Qm81zHL3garBTCdZIGTcigCOQkMMxN0zla7u%2B5PtK4rpwErG4HKCJgNV23M%2BBgds6kFvtXWqgfBK%2FMRxEWgewJDpjt7nPXgoPepo%2FT03XsRABCYTyClJN7s44v3vOqn6Jg97FmCa%2B9CQEbG%2Bb7JkQgUQ8BA2C7%2BsKeL%2FihGmQmCAAJFE7AVVpWh4SE6Zp%2BrFL1voX9vQle0WyAcAghcEuBz%2B3beG9T%2By6VO%2BYwAAghcEjjN0vhrA3%2FjEscS%2BBwds%2FOMS8cWr7S1BL5eGqDPCCBQDwF%2Bd63rc95AIOseZ%2FVYGkkR6JfAaZ3Zdx6zOgJfo2Om4aprtyQ7Vr%2B%2BVs0bIZBS%2BlGf6yFxQQT%2BaMQUVAMBBHYgYHZGQd56vijfomPmUed8YKUcaS%2BZHZyYSyJwJIEhjX4kdPBCYA2BWNgvO%2B%2BRRqssBCoiYE3zGrea%2FZzHjtnP7GIQYCkBe5hV5ByJisAUAWn0l7o%2Bx18QkEZ%2Fyrh8j0DnBOxTfOEt6%2Fj4dzwx0zGro7HOpTRK2rnDVf12CAydM2mNzz2c90sIROfsbTsWoSYIILAFgWGLliW%2BxLH5CTx2zEylyd8QSyV4t4XRugYCCJRBwMjmUhfo%2BAsCtlApw5RJgUAxBIZBvwtX4WPhBP6JJ2b%2FK1xI4l0QKMbqCYIAApsRsKfkhaPzcSmBb5spowshgEATBJY6EcdnJ6Bjlr0JVgjQhLdQCQQQeEFAFq0VDtEp5wSk0X9hVb5AoF8C587B%2ByoI6JhV0UzPhfynXxej5gi0T8AWJs8dnk%2BLCTy0byVqiAACcwiYFbfYf%2BY%2B4bFjZtF57mZYVr6O2Rxv5BgEKiaQUrL2d5lfdPRzAjL3Vmz%2FREdgKwI6Zs8dYwWf%2Fo01Zl51EdAx28pjuQ4ChRIY9jiLbHteCKwhEAOukkQVat%2FEQuAoAjpma9xn3nN0zPLyX1P630cZtHIQQCAfgSGjls7ZGi%2FpnCBgj7N85qtkBIogYEus%2BoKBjll9baZjVoS7IwQC%2BxMY9qEx3bw%2BP12KxDEl1h5n%2B5uqEhAokoCOWSmueL4cOmbzWZVypI5Zke6PUAjsQ%2BA0FeVTKc6HHFUS%2BLGPZroqAgiUTkDHrD6frWNWX5vpmJXuCcmHwMYEpNGvz1EXJvGXjVXS5RBAoAICOmaFeeIZ4uiYzYBU2CE6ZhU4QyIisDWB05S0r4X5IuLURcAeZ1sbpeshUDgBHbO6nHRIq2NWX5vpmBXuCImHwF4EUko%2F6nNZJC6IwB976abrIoBAeQR0zAryvjNF0TGbCaqgw3TMyvN9JELgEAJDGn17nBXkkCsTJRLJvD9EWRWCAALZCeiYVeahPTGrr8FSSjpm2V0dARDIR0Aa%2FSr9dklCS6Ofz3yVjMChBHTMSnK982TxxGwep5KOssH0oW5NYQiUR2DonEmjX5JnrkuW6JxJo1%2BeaZMIgU0J2GC6Lscc0kbHTHCvq910zDZ1Wy6GQJ0ETk%2FPP9TlukhbGIFfdWo%2BqRFAYC4BHbPCvO5tcf6Njtn%2Fbh%2FniIII6JjN9UiOQ6BxAimlh4J8E1HqI%2FCtcRNRPQS6JuAevzqn%2FI%2BOWXVtllLXXkblEUDgGQF7nFXoxMsSWRr9ZxblAwLtECjL1ZBmBgEdsxmQijukHZehJgggsAWB05qz78U5KgLVROBhCz10DQQQKItATU6IrI8EdMwqVYR3ZZk%2BaRBAIDeBlJI0%2BpU69ELE%2FpBbh5WPAALbERiSRBXiXogxk8CvmMr4c%2BbBDiuHgH1otvNdroRAEwSGPc4i254XAmsIRCIwg35NeAOVQOBN3N%2B%2FX%2BMInJOVwN86Zln5ry7cyCaviwACLwgMI6Q6Z6tda%2Fcn2uPshVX5AoE6CcjcW6U%2Ff%2ByYWZtQX9t9qtNNkBoBBPYmMIyS2galPr9eisQxJdYeZ3sbqusjsDOBU0bGT6U4FXLMJvBXPDHTMZvNq5gDP%2B9szy6PAAIVExCQi%2FHVtQoijX7F9k90BIKAjL1Vut9v0XBfqxS9b6EFTX4XAQReJSAo9x0kNqj9l1cVzI8IIFA0Aff3G3jB4y%2FxVY%2F6eOhblPhX0d6AcAggUAQBgXkLd9v1NexxVoQlEwKB5QQk96vSd3%2BOjtlDlaL3LfQ%2Fy03UGQgg0COBlNKPvt2l2t9J4I8e7UadEaidgC1U7vR8eU5%2FiI6ZxYF54N9T6r%2B1OwzyI4DAMQQikYMAfY%2B77f7cSCRji5ZjzFUpCGxGoHvPVSeAT9Ex%2B1in7N1Lbb%2BZzdyXCyHQNgFp9LuPF%2FcCkEa%2FbRehdo0RsIfZvS4v2%2FkfomNmA7ps%2FO8q%2BGNjfkR1EGiWwMnS%2F4z5%2FjkrOHTOpNG%2Fy%2B12fXJ0zqTRz2nEykZgJgF7mFXrqx87Zu%2BqFb9vwR9m2qfDEEAgI4GLdbxZM90J1n0HjQ1qn3VwIaMZKxqBqghcxJ0NTN8lDiLwLp6YxfoDr%2FoISJlflZskbI8EJmYkZM10J2DX5%2BwLk1js6dGZqXNVBE6x56%2FC%2FAZx5hH4b1ZCSsn0lnnASjrqV1VegrAIdEbgxrqurJnu7HFWkiuvUpasgwuduRLVRWAxAQmfqvSr6amhT5kZ%2F1dnFbqX2nz%2FJy32BoFyCNzolI2OK2umu5OM30dB%2FEdgBQHT6ctxOSRB4BmBFfbslPwEfm%2BFZRO6%2FK2xUoKsN3bPvIAPCCDwSGBBevqYqZA1u6pR1ZWe12kjgQ%2FMHgEEyiJgLfHonqr7%2F%2FeTJhk5ra7xRoGNWD5psTcIlEEgpfRtNNAZ%2F7OmIR86kSGDFwJrCGQfXCjD6kmBQDkErCNe48qKOOevJy06BeevRYhEiKUELMJ%2B0mJvEMhP4GTAkRZ%2F6etXdJByST9z2uXSOjm%2BHwJZBxdy2Y1yESiVgMQf1Trfr086pXddbSP%2Bno%2F61JreIIBADgInL7KmUzY6n6yDLEP2SEmgxtbwfymBrIMLOexdmQiUSiClZBbEUg9WxvG%2FZ8GllD6WIRMpVhDIukalVMdELgSOJHAKhH%2BssN3LU7Jmujslgfp0KZDPCCwgkHVw4Uh7VxYCpRIYZkAsMFuHFkTg45NeTey1U5CsRHmFwKenhvQGAQQOJ7Dx06bfI2aH1%2BRN7Gv5%2BRVf4ycEbhHIOriQwWQUiUBRBAyw3XJRRf%2F%2BO6HfsAC8aGkJN0nAKGVRbpEwPRHYaX1W1kx31hxP%2Blo%2FzCOQdXChJ%2F%2BjrghcErC%2BbJ6TKvSo52vNbTJdaDPdFuvfS8P0GQEE9iewU6csLD7Wev0eOdu%2FKi9KSCn9uO16HIHAJIGsG6i%2FUGhfINAJAevLJn1S6T%2B8vJe3n03pbfaqfFlH2Dvxd6qJwDMCO%2FvMrJnuhlkUkdDBC4E1BLIPLjwzVh8Q6ICA%2FcvWuKpizvm9h9moq6fR3%2B%2FFiEeQpQQ%2Bj%2B3oPwII7E9g4V5lS%2B15PD46Z8%2BnNuxftacSdnwiONbP%2F7YJZB1ceFJkbxDohIA1wlU71N97mI36qkGrbtCfYzv6jwAC%2BxI4eYp70uIvdTRZbXvonEmjv7TVHD8SyDq4sK8ncHUEyiKw8yyO0ab934fAywcsMrnsQ%2FrAq0qbX5aPJE2DBE72fGSnbHQfX3KiND1mbAb%2FVxLIOriQ03aUjcBRBIZBtJUm6rQCCPxOlT8qjZT5BTTLfSLIhDUqs%2F8I7EAg836PWdOQp5Qe7nNPzu6cQNbBhR3cgUsiUBQBD1eq97Avc0VImV99oxqVLMpNEqYlAoVM6cua6c509%2BpjRO4KZB1caMkfqQsClwRMY8zt3u4u%2F%2Fp68lOP%2B393X9oFchIwnfHSW%2FmMwJ0ECkqCkT3T3YmFJFE5PXz9ZWcdXLjTFTgdgSIJmMZYvWP8NalYNqarvnFfLh6cbG0%2FIIDALQLDTIJIYFDKK3umOyOzpahCtXK8nLJzyxD9jgACkwROceprtd6A4EHgZar8sbU1bvUa8nKDurFx%2FUcAgcUECu2EZM10V2BntXrH3VkF4smv2R2LvZETELhOwKbS1XvQr9db9s2bNxYPVt%2B4UQGjkZMa7gcE5hNIKX0p2CNMT32YX8XVRxY0vbPgJiLaKwSyP%2FldrfxORKAgArLmvuJl6vnpZUbGUcdkZqynFV%2BRVBKQUaH9R2AlgZN95UiL%2F4pZX%2F3p28rqbXLaEC%2FscXa1aXw5g8CvePq6iTK6CAKdErDud4anKf%2BQ96%2Bqb0pJoC2%2FEW9JKNi9quV%2BRGCaQGWp4bNmujPL4pYr9vsNAlkHF6a9gF8QKJ%2BApB83vEslP9%2FUtELXVFSCtxgxJQG5qekOQOAlgUqnhWTdw1Aa%2FWL8fq2CZB1ceOkFfINAHQQKn25fqz86Wu7pxB%2BjGnosenSb7FJePPX01GxUav8RmEFgGH2sdcZA1rWlEkft4sd7umjWwYUZ7sEhCBRHQNKPJlzk7VkDpqY00dBRCYGuODdKoFIJDJ2yktLiL3VE0aHMmukupfRjqdCOR%2BCMwPQC%2BFIdB7kQyETAvfqZ56j77aebKiQBSN0tfCZ91qxtNxXNAQgUQqCh9O9ZM90NHCOhgxcCawjE4MLri%2BAL8RnEQCA3AU%2FL1riYIs%2BZ5%2FMkACmy8dYIlXV6U27HpXwE5hBIKf1cY1yFnpM1010DTx4LbdZuxMo6uDDHXzgGgdwEPC1rxx%2FO1qXGblTaacHlNZE6f7bWO7BHAo0unv6Rsy0rX6u33Ms6Y2sC0TmzRjqnESu7aAKelm3tcrJd73bij1ETLeTO1kh7FOyp2ajY%2FiNwRuBkbDXsVbbWJ3w5q%2BrhbyvNbrmWtfO2J2BQ8XCrVWANBDwt297ZZLzi19k6l1L6mFFQRW9LQICbrfkO7IVAZXuVrfUIWdOQd8J4bds47zaBrIMLvfhC9ayLgKdltx1HRUfMT3g0LOKuqG5EvUHgdtaXunwTaRFYTaCzBEd%2FrAa1wYn2OLvhmf18i0DWwYUNTMAlENiMgKdlt9xFdb8vm7J9UoD%2FVVdFAk8RMGd%2FM9foQjUT6HD9U%2FZMdyfm36cck%2B8RmEEg6%2BBCzf6O7G0R8LRshreo55DlmdOtM6undWdK%2BrktF6U2CCwj0HHGwOyZ7iSUmumlHTZFYF5K6WUuwdEIVEPgZBgtr4mesvuWv7%2B9sfSldnpk2pw%2BxMj5sseml0rhMwKVEhimZ0cHpddX1qfm%2BPeqdpvVO%2FsG6pW6PmI3QKDjQcXNHEiBF5q%2FvmzU4SGQFlgXIt1BYHkPfVQI%2FxGomEBK6ccddtPKqcunTmzY5m4uWlGjbPXI%2FuR3Q3NwKQRmEzAdPJvP2bPgd7MV4PxA68z2bJNs15Y%2B%2F1zJvW%2BewMnSTAH57W6yDs4MiVfi6YcXAmsIZN1AvXlnqYLFEegsWdUan1DjOesHSU9Pzb7WWGMyv0og65Sm4rwegZomcLIEnbKX7iBrpjvT5F82iG8WEcg6uNC0w1S54ghI%2BLHIN9Ry8HofZj%2BzWtp4sZwSgRTnfgm0NYFTQPtjsWX0c8LD1ryXXE8a%2FX4UbaeaZh1cWKLrjkVgLYGT7RhY3MmBZL7s8vVloxJZZ5a56fYtXparUdH9b46A6R%2BznEfWac1mZMxqIwdNE8g6uNCc01ShoggMa3Kntd8vNRO4LxGfNMc1t%2F2rsq%2Bf41qU%2ByIMAs8JSDLxqt2f%2F5g9051F7efN4f0KAutHnp%2B7DZ8QKIqAKYwrvEEdp%2Fx9t6KZclJHS6%2BU8svdCuICCBREQKdssSfImulumJURCR28EFhDIAYXzP4oyAcT5X4CJ0MwhXGNN6jjnPuf9KeUPtRRV1KuJJB1OtP9LswVEPiPgJv8lR4gpayZ7nSmV7ebE%2F8jkHVwgf9FYEsC7rmbd2vbDCSllKQ3bldXZGnc0qu6VjYCKaVv7Zrp7jVbnyVqgxYfOmfizO7N3GwB4tgGdugSeQkYpGrWP40V%2B2czDbNIe2Ta7P%2BfmymLCyGQgcDJMk39uN89ZZ3abKT4%2Fgbs%2FAriWAbfq8jtCKSUfnRuw61Xf7sBUAGzdV15rJ%2F0w9v5V1c6kMBJe3XKtnNR989%2Fv6Pt7XG2XUN2eqWsgwt3qL5TOycgjnXhsbZLVjSs3TDNpH29sd6s8%2BBQW%2FXtVbaLU%2Fojpx5IOLVLm%2FZ0UYOMOQ1Y2YsJ2DO4C%2Ff072LFuHWCtPl9KE7Mcb6lC35HoAQCw15lBoy2d03BdJsFyisVxfT57Ru1sytmHVxYqfZO65CAdWXdeKa%2FNldvU0y6UR6LqDe3HhfcmoBgtrs%2Fyp7pzmDg7m3ccgHZBxe29nmu1x4BcaxlF%2FSibp8212DTGV9AbvkLi6g3tyAX3IqAYHaY68k6SDPEnJDBC4E1BKJzZgbIVo7XdTYnkP7bqmSNbjunPgJvN1eguKARzPo04Q6Jt8ses4s2umiPBIabdRsS32HYC0%2FNOkijE76wtRx%2BSSD7k98e%2FbQ63yaQUvpyqaw%2BN0tg%2B2mMo4qZztis0kxVzCLqUfn9L4KAdMJTprrr91kz3VlLuGvb9nDxrE9%2Bi3CchCiKwMnoZBLuwfP8ruP20xhHjTad8Tfljt7pnI0G4H9WAjaQzup1svoBg4JZ276FwuMp%2Bz5TibJ6RYXXRuBkTDplLXiUZXXY1%2FeYzrisNRo5OutNWW2Ol7zbEzDtowhPkjXTnTT6RehAzULonG3vml1xAYGT8eiU1exB1sm%2B%2F7Igm02va5kGztI5W%2BCAHbodgZPtCGblOBBp9MtpC5IsJ7D%2FTdJ2rs%2BVGiJwUlVxbLm9tnDGdptKT9mD6Ywt6MnqOuicTRmG73chcNJUwWy1ue5yYvZMd6eEIN93qZmL9kJA52wXb%2B2iUwROhiWO9eJdntfznymd2Pz7U%2Bfs6%2FOyfeqIgM7Z5hblgtcIWFNWrFfJmuluGByUmbNY9ahCMNMarzld321O4GQNOmVVuIRdhDxuEMh0xl0asKaL6pxt7r5d8JyATlnx7iDrja00%2BsXrRw0CZtXhc3%2FnfZsETkagU1aDJ9hPxg%2BHaraN8fZryUqurHN2qMX1UdjwNORnJTbQu5jHjQZeUf%2BhcxZTK70QWEsg69PfK2rtq0YInBRSp2ytVbZx3nHTGEebkSGrDc25sxZZb8xGXfS%2FDQLDjbYpanca5cGnZx2gMXvj4NZuszidszZCSBG1GAYXv7VpKmq1gMB%2Be5dNafqgfAtkdGijBOJG%2Bt2UnvgegTkETE2r2js8zGnjvY5JKT1UTY%2FwJRCIzlnWjKN72YfrHkfA4GIJplyMDHnui%2B1pVowC5BbEiONxvr%2B5koanHqak5bbi%2B8rfPyXwK5pvBsd9jefsJwJZBxleUXE%2FFU7A4OKTDXmTUr7ZZKaR0L8zAnFjffyj28KdNfFeJ%2BBpx5kF1f027D%2FrE4fTjZE0%2BnXrUCnSZ52e%2B7rH9GuJBFJKf6SUDC6WYsH55Tg26celUZwUMp6WeCEwEhDULo3E5xcEhqnQX0al8b8JAtmfnEtK1YQelVCJH%2FEE5IXj8gUCFwROyirJRwkWW44Mxyf9uNDJN6aQlKMNBUkSWfUEtUtj8fmRwDDlQ5KPggx2Q1Gic%2FY2l6oPHX6DhRs2aMeXyj7QkMuOlHubwBDHZBDu2EFMVD3%2FzLEhEHqEO9FCHX8dQS3rupPbrtURRxMInTDlo3mv8PNovTovb7hh0jlrXs0Oq6B1Z%2BcG5n08kPhgtthh9ldbQWU8lDh1zr7WRo68hxEwtVEgi0D2NqVk6uJhZpe9oC851T7WuxkAyK4DLQkQ6c%2FLuOHKaVidly2OtWTSu9QlX9KPS9uUBGSXBm7poqaEXBpNR5%2BHm2RPMFqy6Hl1yTooE8mI5onpKARmEQgflndRf0dxo7SqimOzbKT3g8oavJE6v3d9nFX%2FrDdqpTn6HuQ5aYWF0bNMo9mD%2Fsip59ZAN6tXOSsmjuU06oPLHp6SiWM5La6Osv8%2BWDVvF%2BepWR2aU4CUMeqYNa32bW12xL0EhtFFCT4KMLjMIpSQRt9U%2B8xK0GDx4ti9QaKC860la9By96tSmTkVPDXbr8UbvLI5%2BxUEpqUimoPfoKXeX6XonGWd4iE23d%2BIrnCVgDi2NEhUcLw4dlXXfTlNIH%2BK%2FCm7Mqd%2FutX8cpVAjDrmTy06pdC%2BX0TA6OJVHfflfwTC1rN1zoYbLU9waeMeBMSxRZGi7INTSg8SB%2B1hJk1fs%2Bz7WArdtPLtVbkIbGU%2BBi47hhQh3ZCe3H4ue1lHO9eNjlHOPc7eSXHdjjIVWJPQ72yDD0UEg4qFGAYWDd4UaFiFi1Tu07LRHi22LlyFyhbvh8A2WlL5%2F033KNuYCpUuazrhYe2jfTcLVY5GxDK9sfzw9STh0CEzsNiI8WWoRtlPy0LTh5s1gS%2BDdjRUpMD2FDbKezPYeGSpYucNGd2BVcma1W64ETuwuorqlED4SE%2FQygthjxKZ6dGpVW5b7fKflo3256nZti3f8dV00EajKuC%2FDlnHlrh91R9yqvSwjmT7WrkiAs8JxDR9HbScxn5R9jAw8%2F15M%2FmEwCoCny%2FUq9yPnpqtamAnTROIDpqNPTOZvA7ZtGL65S4CWW3aAOJdbefkZQR00DLFr7FYUxaXKayjbxIIm67ribigd7NRHbCcQMwDL38%2B7xgJKv%2BvQ7ZcQZ2xiEAJafSNnC9qMgdvQMBMkANjYyQWs13GBlrrEpcE6nlaNtqbp2aXbejzhgSMPo6GtsN%2FI4sbaqpL3SKQddRxiFMysd1qJb%2FvQcBMkB3iV1zSoOIe6uqaZwSyxq27zMZTs7Nm9HYvApHJUar9uyz1WSBzk7qXprruFIHQOWn0p%2Bj4vnUCcZP3qbppUXfGnD1ON6jYuqkUU7%2F6npaNBuepWTFK1IMgEdyMQI7GN%2BP%2FYJ8fhmkeMiz2YCXl1vHnDJXd7ZAhQxsbKFc%2FepHMQONCKx86Y19lMcEW9AAAE6hJREFUCe7FRLLXM%2B41sw0kLjSP64d7apZdiXoUQCftujk%2BfiuQ9WgSxdc5%2BwjksMdZ8aAI2AWBGCQw0DgRx8SwLmyg1ErWn%2BdgGJWPG2UvBHIQGDtpsQC47lGOiSB16%2BvBBmOqTAR6TwVyaKEyXyPw9ZYOH%2FX7MKXsNVn9hsDRBMZOWrfTHYcYFjHck7GjtU955wTq2bfsVtAU7M7b1fvMBCKz4%2BcYcbult7X%2BPgSxmKIY%2B%2BdEfb0QKJXAr9LszCyPUlWFXAMBMYwqIJCHQP1Py84DrhvEPFqk1JsEIsjFKFyMxtW1J8VgYBejiVEfT8VuNrsDCiBQ7Fz9wScUgIgICNwk0EIMezfE4IjFYtjNJndABgLtPC0bO2fDnOAMLBWJwCIC0ak5D3Tx5KmIKZBDB%2Bz98AQ6AlgsFDdNeFHzOrgQAqG3RQ%2BEGEwsRFOIsZRA2FbEsJgZEgOO78f7sNz%2FJ2KYgcSlLez4HATazP4t0OXQJWVuRGDssEVnKALewzDYEB23GO27q%2FM2BKy4TnS8IpjGeoIoJ9aFRZDVAduoIV0mO4GwpaI7ZXEDO9gku8uuLgTYiMDYYYuYErElYkzEr8cYdm%2Bn7UYMiy0x2NJGDekyhxP4dq99FHv%2BcAN7OFEFInAggbjpjAA0BsHoVF3%2BjUFqPO5A8RSFQHYC1Yw8DjHLDWV2lSHAgQTOY1jEqsv4FZ%2FPY1gc74VAywSKH0i8q%2BM3jNS03IDqhgACCCBwncDDXQEkw8nDU2w3n9fb07cIIIBAywSKyRq8W%2FgbHncLci2rsbohgAACLwlk36tsbWCTWfhlY%2FoGAQQQaJxAzJZo%2B2nZGBSH9TmNt6fqIYAAAggMBKofdTTbgy4jgAACXRFoKz3%2B2Amb%2Bi8RSFfKrbIIINAvgeL2KpuKS7e%2BP834iGyoXggggAACbRNoLz3%2BjAAXmYC8EEAAAQTaJRBTQe7KWHorlhz9%2B7BNRbstpmYIIIAAAn1MYbwMoEYfaT4CCCDQLIEm5%2BcP66QjK50XAggggEB7BKqfen%2FZ35r9eQhwUhG3p9RqhAACfROIBE%2FNjjhKo9%2B3cqs9Agg0S6C5WR6zO2XjgcPmhs22sIohgAACHRKoZq%2ByMRYt%2FT90zmQY7lC5VRkBBJol0FfCj6nAZ85%2BswquYggg0B%2BB6vYqm4pNt743sNifcqsxAgg0S%2BDbLZ%2Ffze%2FDlEYjj83quoohgEAnBKrdq2xtwLX9SyearZoIINAygSbXRK%2BNa4%2FnCW4t67u6IYBABwS6XTBtj7MOtFsVEUCgZQKmMF7rxdnbrGWdVzcEEGiYQDN7lV2LTXO%2BO605%2B95w%2B6oaAggg0CoBUxingpzF1K3qvHohgEDDBGSxevPmjTT6DWu4qiGAQKsETGGc6pSN36eUPrXa%2BuqFAAIINEZAUBuD13%2Bds3cppWDihQACCCBQPgFTGM9i2ORbWRrL12QSIoBA9wSa3qtsMkDd%2BMHMj%2B7tAgAEEKiDgCmMN%2BLZ0882nq5Do0mJAAJdE2h%2Br7KnoLTwTUrpfdeaofIIIIBA2QTM9lgY12K%2B%2Foey25R0CCCAQLcEutmrbGnsGo83Lb9b21BxBBAon8CH0Vf7v4DA6cnZ1%2FLbloQIIIBAVwS626tsQdh6dqg0%2Bl3ZhcoigEAdBMSwZ5Fq4YeU0q862pmUCCCAQPMEut2rbGHoejrcAGPzNqGCCCBQD4F%2FnpyzN%2BsIWEhdj7aTFAEEmibQ%2FV5l66LYYyr9n01rhsohgAAC5ROQsGptELs8z1z98rWdhAgg0DSBWCj99tI3%2BzyPgIRWTduGyiGAQB0EpMafF7LmHWU6SB1aT0oEEGiOgOxV88LUq0cNsz%2FscdaceagQAghUQMA0%2FFcj1IofhxFH680q0H4iIoBAMwRM%2FVgRr6ZOGdLoB1MvBBBAAIFjCFhXNhWU7v3eerNjNFgpCCCAwEDAXmX3Bq6L803NZ1sIIIDAYQTM%2BLiIQZt%2FtL%2FZYcqsIAQQ6JuAvco2j2D%2FXTCl9NC3aqk9AgggcAgBg4s7xbFnl7U3zCHKrBAEEOiXgH1enkWd7T9YN92vcak5AggcQkAc2z50TV%2FxNK3x%2ByHNqhAEEECgLwIWSU%2BHnk1%2FEcf6Miy1RQCBwwh829RZu9htAtIPH6bcCkIAgX4I2KvsdvjZ7AhJrfoxLDVFAIHDCNjeZbMotfBC0g8fpuQKQgCB9gkIZgtj0BaHi2PtG5YaIoDAYQQk%2B9giMN1zjSH98GEtriAEEECgQQKC2T2B6M5zh86ZNPoNGpYqIYDAoQTe3%2BmOnb4FARmuDlV6hSGAQFsE7FW2RSC68xoyDrdlVGqDAAKHE5BJ%2BM44tOnpMjUebgAKRACBNghIJ7xpNFp%2FMYOMbRiUWiCAwOEEZGBcH3r2O1OGq8MNQYEIIFA3AcFsv5C06soGGes2KNIjgMDhBGQSXhVtDjoppfTrcJVQIAIIIFAfAZ2yg%2BLS0mIMMtZnTCRGAIEsBGQSXhpgjj5eGv0shqFQBBCoi4ARxqOD08LyUko%2F61Ip0iKAAAKHEpBJeGFcyXa49MOHGobCEECgLgI%2FsjlnBc8mYI%2BzuoyKtAggcCgBmYRnR5NCDtQ5O9RAFIYAAnUQiKnebwtx08S4QUAcq8OoSIkAAocS0Cm7ETuK%2FXnY48zeMIfai8IQQKBQAoJZsdFqWjCds0KtiVgIIJCDQNzT26tsOmSU%2F4vOWQ67USYCCBRGQKes%2FHA1KaHOWWHWRBwEEMhBQKdsMkpU9kNK6VMODVImAgggUAABnbLKYtY1cQ0yFmBJREAAgZwEPl3zjb6rlIDOWU5bUjYCCGQioFNWacy6JrbOWSYrUiwCCOQmoFN2LSjU%2Fp3OWW67Uj4CCBxIIKZ9vKvdb5P%2FOQGdswMtSFEIIFACAZ2y52GgrU86ZyXYGBkQQGBnAubitxW6ntVGHNvZelweAQRKIaBT9sz7N%2FpBUCvF3siBAAI7ENApazR2nVdLHNvBclwSAQRKIqBTdu70W38vqJVke2RBAIGNCOiUtR68zuonjm1kNS6DAAKlEdApO%2FP13bwV1EqzQ%2FIggMAdBHTKuolevysqjt1hMU5FAIESCeiU%2FXbx%2Fb0T1Eq0STIhgMBCApF90aab%2FYWwxxpLCLLQWhyOAAKlEtAp6zSOPau2oFaqfZILAQRmEJAS%2F5lH7%2FODODbDUhyCAAKlEogZHx%2F69N5qfZXAENTiBscLAQQQqIWATtlVj97nl%2BJYLWZLTgQQOCNgGn6fIet2rWPPn5SSztmZtXiLAALFEtApu%2B3WuztCHCvWXgmGAAIvCYhj3UWphRUW1F5ajW8QQKA4Ar9sHr3QuXd0uDhWnL0SCAEEXhLQKesoLt1V1SGoxY2PFwIIIFAagfBNb%2B9yck5unoDOWWlmSx4EEDgjYHCx%2BSi0cQXjxiel9ONMibxFAAEEchP4vrGrc7mGCQxxzCBjbqtVPgIInBP4bnCx4cCzd9VSSp%2FPtcl7BBBAIBOBz3v7O9dvk8DpJuhrJp1VLAIIIHBO4GubXlatDiWgc3ZuU94jgEAGAjplh3r99goTxzJYrSIRQOCcwEN7nlWNshFIKX1MKUVKTy8EEEDgKALhc2y4mc3zt1VwSunhKMVVDgIIIDAQiDj2sS1vqjZFELCYmpNBAIEDCUTGqvdFOD9CNEMgNnG1LcyBVqwoBPomIPNiM9Gj0IrI2Ni3h1F7BA4iIGNVoTGgBbEMMh5kxYpBoG8Cf4evacFnqkMFBMzX79vbqD0COxKQsaqCGFC7iEPn7OeOeuzSCCDQLwFJPmoPEjXKb75%2Bvx5HzRHYiYAkHzUGg4plNsi4kyW7LAJ9Eoj1ZJJ8VBwTqhfdlJA%2BPY9aI7AxAYujq48G9VbAIOPG1uxyCPRJwLroesNAW5IPnTObUffpiNQagXsJWBzdVkiosjYGGe81Y%2Bcj0DWBWE%2F2tkrnR%2Bh2CZgS0rVTUnkE1hCwnqzdkFBdzaw7W2PCzkGgewKm4Ffn7TsSWCri7h0UAAjMJWAefkexoaaqGmSca8KOQ6BrAjHb40NNvo2snRIwtbFrR6XyCNwiIJh1GhtqqnZsCGu%2Fs1um7HcEuiVg6mJNDp2s%2FxEw6titw1JxBKYICGYCRDUETG2cMmPfI9AtAVkXq%2FHgBL1KwILqbp2XiiNwScDUxate0pelEzDIeGnKPiPQJQFZF0t31uSbT%2BCUreZrl2as0gggIJjNd5WOLJRASum9qY2cGQLdEoh7WFkXC%2FXPxFpJQGKQbh2aivdLQDBb6S%2BdVh6BYQZIZBL1QgCBPghYE12eKybRlgQEtj48mVp2T0Aw29JxulZRBFJKnzw9697HAdA%2BAQOLRXlewuxKQGBr36OpYbcEYrN5Uz529aAunpuAQcZu%2FZuKt0%2FAwGJuB6v8PAQEtva9mxp2RSCyVX3M402UikAeAgYZu%2FJxKts%2BAU%2FJ8rhSpZZEwNqz9j2dGjZPwFOykpwqWQ4lYJCxef%2Bmgu0T8JTsUK%2BpsCoISEncvudTw%2BYIRDDzlKwKD0vIvQl4etacf1OhPgh8Nv1%2Bb%2B%2Fo%2BtUSGEYef%2FXhC9QSgaoJmPJRracl%2BF4EPD2r2qcRvi8Cf4e97uULXBeBpggYeezLO6ptVQRM%2BWjK26rMHgTiSbLMjVX5NcL2QyDWQ3%2Faw%2B5dE4GmCQwjjzEq74UAAvkJRDD73LTTUTkENiZgin5%2Bx0UCBM4ImOmxsY9zuQ4JDB20v84My1sEEDiWQCT3MOWjQ%2F%2BryvcTGGKYjamP9VlKQ%2BCcQExbfH%2B%2FNbsCAgg8ETC98dzHeI%2FAIQRiveeHJyP0BgEEVhMQww7xWQpB4JyAqferPZYTEZhJQHA79zneI7ALgZi2%2BDDTJB2GAAILCIRtWX%2B2i99yUQRGAqbeL%2FBJDkXgbgLWn42%2Bx38ENiXwGMykDr7bRbkAAq8SML1xU7%2FlYgiMBMSwVz2PHxHYmYDgNvoi%2FxG4m4B1ZDv7K5dH4JKAGHa333IBBEYC38KeLm3MZwQQyEBAcBv9kv8ILCYQi6KtI8vgtxSJwEggEhOc7DBs0QsBBJYRsB%2FZ6Ej8R6A0Ajpoy7yZo7smoENWmgMjT%2FcErKHu2ier%2FDICYlj3HhOAagjooC3zbo7uioBgVo0nI2ivBHTQuvLJKruMgBjWq2NU7%2FoJ6KAt83aObpqAYFa%2FS1ODzgjooDXtk1VuGQExrDP%2Fp7oNE9BBW%2Bb9HN0UAcGsYd%2Bman0Q0EFryierzHwCkWVRUo8%2B3Jxa9kjgrIMWmw56IdAyAR2yHp2cOjdNIBL1SBLSsttWt4GAtPdNezKVQ%2BCCQOzTZARSAGiUQIwuyrJ4YfM%2BItASgbNBxkbdmGp1SkCHrCVHpS4IrCEwdNDi6YIXArUSEMzWGL9zEKicwFkHzSyQWr03uYOAGR6V%2ByLiI7A5gbMAFze5XgjUQCCC2UM8Ad7cIFwQAQSqIWAWSA3umowXBOJe66sZHtW4GYIikIfA0EH7lFIyAnnhRX0shsBfglke%2F6BUBEonEL7hFMe%2BF%2BOtCILAcwIGFEt3IuRDoFQCZwHOU7TnjtWn4wmYrliqoyAXAgUSMMh4vJNW4iQBT8cK9BFEQqBaAmfTRKxFm%2FS7ftiBQASzGPmWzKNa70FwBPITOBtk3MFNuSQCkwQ8Hctv%2FiRAoG0CwyhkrOsx1XHSF%2FvhTgKCWdtuRO0QyELg7CmaQcY7nbTTJwn8L6X02drnLCauUAT6JpBSej880dBJm%2FTRfphJIG6UBLO%2BXYraI3AYAYOMMz2zw%2BYQMFXxMMtVEAIIzCJwNlVEJ22OG3dMEBhHFk1VnGVlDkIAgT0IDIOMkSFP%2FBKb5hLQGdvDGF0TAQS2JzB00gS5ue69r%2BPGJ2M6Y9ubnisigMCdBM46af%2FXl2tW2xkEYjBRivs7bczpCCCQkcAQ5GJNmjn9M7x%2Bo4dE24cOvMuoiopGAAEEFhE4m%2B4ofjUanGZUaxxMfL9IeRyMAAIIlE5gCHKxR1pk2jNlZEZEqPSQMZtitLXNn0s3TPIhgMBNAkN24o%2FiV6VRab7Y4tdNa3AAAgg0SeDiaVo4Q686CUTbjU%2FFjCo2aa0qhQAC5wTErzqD1RWpxa9zxfYeAQQQGAkMa9MiM1%2Fc5OuoXYkghXx1HsisFRsV2H8EEOiWgPhVSHS6LcYYv%2BJe44NZHd2arIojgMBSAoPTjLVJf5n6eDva7HhELHiO6afRFp6ILVVkxyOAQHcExK8dI9KyS4tf3VmfCiOAwCEEhjVqMcffU7VlgWnJ0TGaGB3hyDwVrK0RO0S7FYIAAi0TEL%2BWhKHVx4pfLRuRuiGAQPkEhmAX0xGisxYdCimO58W0CGDBanwSFp0wWRPLV3kSIoBAIwSGhCLi17yYdXnU%2BZMw8asRm1ANBBBolEBMuRue%2BIwdtl7XrUXw0gFrVM9VCwEE2iNwFr9i%2BngMnvUavy4HECPTrwHE9lRejRBAoFcCwwjl2GmLoBdT9uJJWwS%2B6MTU9IqgFTKH7BG8oxMagetx9NA0xF61XL0RQKBVAkOnLZ6yRfwKnz923GIALmJCTa%2FzgcOIxVGniF8Ro02jb1WJ1QsBBBBYQuCs8xbBL4JEdHYiAI5BcOzIRYcogmEEl%2FFvSVAczxn%2Fx%2FXiL64fwXbsbEWwGjtcEbDeCVpLWtSxCCCAQD8EhhgR8Sv%2BInaMnbjo%2FERc2SKGjQODY%2FyKWDjGsDF%2BRXnjgGHIEfKIX%2F2oopouJPD%2Fnrr7QkOh3LwAAAAASUVORK5CYII%3D%22%2F%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 3rem;
  width: 7rem;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-notice {
  margin: 100px 0;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-notice .grey-border-box {
  background: #f1f1f1;
  margin: 1rem 0;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-notice .px-multiples-dashboard--disclaimer-box {
  page-break-inside: avoid;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-notice .px-multiples-dashboard--disclaimer-box .px-multiples-dashboard--disclaimer-header {
  align-items: center;
  display: flex;
  gap: 1rem;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-notice .px-multiples-dashboard--disclaimer-box .px-multiples-dashboard--disclaimer-header .px-multiples-dashboard--disclaimer-header-icon {
  background-color: #002655;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20128%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M96%2064c0-17.7-14.3-32-32-32S32%2046.3%2032%2064l0%20256c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32L96%2064zM64%20480a40%2040%200%201%200%200-80%2040%2040%200%201%200%200%2080z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 70%;
  color: white;
  height: 3rem;
  width: 3rem;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--print-notice .px-multiples-dashboard--contact-box {
  page-break-inside: avoid;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) .px-multiples-dashboard--help-link {
  display: none;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard {
  margin: 0 !important;
}
@media (min-width: 768px) {
  html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-dashboard-main {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-dashboard-main .td-tc-tabs {
  display: none;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--active-filters {
  align-items: baseline;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-print-label {
  font-size: 18px;
  font-weight: 600;
  margin-right: 30px;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-item {
  background-image: none;
  padding-right: 0.8rem;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-view.single--main-table-view {
  width: 100%;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-view {
  visibility: visible !important;
  display: block !important;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner {
  display: block !important;
  width: 100%;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .wp-block-heading {
  margin-top: 0;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container {
  width: -moz-fit-content;
  width: fit-content;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable thead tr th {
  font-size: 10px;
  text-align: left;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable thead tr th .dt-column-order {
  display: none;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable tbody tr td {
  border-bottom: 1px solid rgba(117, 117, 117, 0.6);
  color: black;
  font-size: 10px;
  text-align: left;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable tbody tr.odd > td {
  background: white;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable tbody tr.even > td {
  background: #F5F5F5;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable tfoot {
  display: table-footer-group !important;
  position: relative;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable tfoot:after {
  content: "";
  height: 60px;
  width: 100%;
  display: block;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container .dt-length, html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container .dt-info, html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container .dt-paging, html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container .dt-autosize {
  display: none !important;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .td-tc-page-content {
  padding-top: 0;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner {
  display: none;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-tabs-content {
  padding-top: 0;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-tabs-content .px-tabs-content-inner .px-tab-content .px-multiples-dashboard--chart-header-block {
  margin-top: 20px;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-tabs-content .px-tabs-content-inner .px-tab-content:first-of-type .px-multiples-dashboard--chart-header-block {
  margin-top: 0;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner:has(.px-multiples-dashboard--main-chart-container[aria-hidden=false]) {
  display: block;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-multiples-dashboard--active-filters .filter-item.active-custom-filter {
  display: none;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .wp-block-heading {
  display: none;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-divider {
  display: none;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content {
  display: none;
  max-width: 100vw;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content:has(.px-multiples-dashboard--main-chart-container[aria-hidden=false]) {
  display: block;
  page-break-inside: avoid; /* Prevent charts from splitting between pages */
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content:has(.px-multiples-dashboard--main-chart-container[aria-hidden=false]) .px-multiples-dashboard--main-chart-container {
  height: 200px;
  max-height: 200px;
  max-width: 100% !important;
  overflow: visible !important;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content:has(.px-multiples-dashboard--main-chart-container[aria-hidden=false]) .px-multiples-dashboard--main-chart-container .highcharts-container {
  max-width: 100% !important;
}
html:has(#px-multiples-dashboard):has(body.pdf-generation) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content:has(.px-multiples-dashboard--main-chart-container[aria-hidden=false]) .px-multiples-dashboard--main-chart-container svg {
  width: 100% !important;
  height: auto !important;
}

@media print {
  html:has(#px-multiples-dashboard) {
    margin: 0;
  }
  html:has(#px-multiples-dashboard) body {
    margin: 0;
    padding: 0;
    max-width: 850px;
    width: 100%;
  }
  html:has(#px-multiples-dashboard) .hide-in-print, html:has(#px-multiples-dashboard) .td_block_wrap.hide-in-print {
    display: none !important;
  }
  html:has(#px-multiples-dashboard) #wpadminbar {
    display: none !important;
  }
  html:has(#px-multiples-dashboard) .tdc-row:has(h1):not(:has(#px-multiples-dashboard)) {
    display: none;
  }
  html:has(#px-multiples-dashboard) h2 {
    page-break-before: initial !important;
  }
  html:has(#px-multiples-dashboard) img {
    page-break-inside: avoid;
  }
  html:has(#px-multiples-dashboard) .hide-in-print, html:has(#px-multiples-dashboard) .td_block_wrap.hide-in-print {
    display: none !important;
  }
  html:has(#px-multiples-dashboard) .td-header-template-wrap {
    display: none;
  }
  html:has(#px-multiples-dashboard) .tdc-row:has(.yoast-breadcrumb) {
    display: none;
  }
  html:has(#px-multiples-dashboard) .tdc-row[class*=stretch_row] > .td-pb-row > .td-element-style,
  html:has(#px-multiples-dashboard) .tdc-row-composer[class*=stretch_row] > .td-pb-row > .td-element-style {
    position: relative;
  }
  html:has(#px-multiples-dashboard) .px-sidebar--open {
    height: initial;
    overflow: initial;
  }
  html:has(#px-multiples-dashboard) .px-sidebar--open .tdc-content-wrap::before {
    display: none;
  }
  html:has(#px-multiples-dashboard) .td-pb-row [class*=td-pb-span].px-dashboard-sidebar, html:has(#px-multiples-dashboard) .px-multiples-dashboard--table-filter-buttons {
    display: none;
  }
  html:has(#px-multiples-dashboard) .dtfh-floatingparent-head {
    display: none !important;
  }
  html:has(#px-multiples-dashboard) .show-in-print {
    display: block;
  }
  html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-header, html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-footer {
    background: #002655;
    color: white;
    left: 0;
    padding: 15px;
    page-break-after: avoid;
    page-break-before: avoid;
    width: 100%;
    z-index: 1;
  }
  html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-header:after, html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-footer:after {
    background: #002655;
    content: "";
    display: block;
    height: 100%;
    left: -50%;
    position: absolute;
    top: 0;
    width: 200%;
    z-index: -1;
  }
  html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-header {
    position: relative;
    top: 0;
  }
  html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-header .print-date {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-footer {
    align-items: center;
    bottom: 0;
    display: flex;
    font-size: 10px;
    gap: 1rem;
    justify-content: space-between;
  }
  html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-footer .px-multiples-dashboard--infinity {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2271%22%20height%3D%2235%22%20viewBox%3D%220%200%2071%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Crect%20width%3D%2270.1613%22%20height%3D%2235%22%20fill%3D%22url(%23pattern0_3346_3391)%22%2F%3E%3Cdefs%3E%3Cpattern%20id%3D%22pattern0_3346_3391%22%20patternContentUnits%3D%22objectBoundingBox%22%20width%3D%221%22%20height%3D%221%22%3E%3Cuse%20xlink%3Ahref%3D%22%23image0_3346_3391%22%20transform%3D%22scale(0.00114943%200.00230415)%22%2F%3E%3C%2Fpattern%3E%3Cimage%20id%3D%22image0_3346_3391%22%20width%3D%22870%22%20height%3D%22434%22%20preserveAspectRatio%3D%22none%22%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAA2YAAAGyCAYAAACP5dfuAAAgAElEQVR4Ae3di3XbONOA4ZSQElJCSkgJ6WBTgjvYdJB0kHSQ7SDbQf4O9utgS8Cv8ZKOLIsWSZHE7dE5PtaFJAYv5kKAwODNGy8EEHhBIKX0NqX0LqX0IaX0afj7fPr%2Ba0rp2%2FD3M6UUf79SSv%2Bc%2Ff2b5r%2FOz4vrjNf8MZQR5UW5D4MMIU%2F8vXshtC8QQAABBLoncBa%2F3qeUPg6xI2JIxJIxfkWMGePNeRyK90te5%2Bdei2FRZvxFHA1ZIn6FXG%2B7bygAEEAAAQTevBmC1hiwIliNna2xg7UkKOU%2BNjqBYzCMgDt24h6Dn%2FZGAAEEEGiHwFmna%2BxwjZ2t6GRFJ2nJwGDu%2BBXlh8whe3QUIxZHTI666by1o7ZqggACCDx2wOKJV4zShaOPTkt0YGoLWlsEzqhzBL5g8BT06AgCCCCAQJkEhhkb0UE5j19Ln2ZtET9yX2OMX9Fxi07oY6etzFYjFQIIIIBAPAGLDth5AOsxeK0NntFZHQNePGUzvYRNIYAAAgcRuBK%2Feh1AXBPDLuOXKf4H6a1iEEAAgUcCwzSO6ITFlIfoUPT4BGxNAFtyzjhCOY5OCnbsDwEEELiTgPi1JAytPlb8ulNPnY4AAghMEhjmmY9TOTwJWx2r7j4x2EdHONriw2SD%2BQEBBBBA4JGA%2BHV33NnqAuIXm0QAAQSWEhhGE2M63Z%2FDmihPw7YKS9tf53xUUkdtqbI7HgEEmiMwZByMwatY0yt%2BbR93trqi%2BNWc9akQAghsQuBsRFEg2yrk5LnOGOjipuT9JsrhIggggEDBBMSvPMFmh1LFr4LtjGgIILAjgeGpWGRKjAyBRhR3iDCFXDKmjkQbx3pACUV2tCmXRgCBYwiIX4VEl%2F3FGONX3KtYY32MeSkFAQSOIjCMKo7TE%2Fd3qUookUA8EY2naYLcUYanHAQQuJvAkDVxnJ5Yom8l0%2F4ExvhlNsjdFuUCCCCQhcAw1z4yJ8bIkxcC5wQixXHohiCXxToVigACrxEY4pfBxHOv7f1IIO5pIn5ZW%2F2aEfkNAQTyEzjrjJmiOLpw%2F28RGIOcTlp%2BEyYBAt0SOOuMGUy85bX9PhIIXYkp%2Bzpp3XoOFUegMAI6Y6N%2F9n8DAhHkTHcszMaJg0CrBIY1Y56MbeC8XeJxdlB00gwytuow1AuBUgmcBTMji6LRXgRiTr%2BF16U6AXIhUCmBIX5ZM7aX53bdIGCQsVL%2FQGwEqiEgmIk2GQmYKlKNpyAoAmUSGGZ3hC8x1T6jM%2B%2Bw6HGQUXbiMl0DqRCoi4Cpih2GkXKrHKOQnqLV5UJIi0A2AmezO3TGyvXrvUgWOmiQMZs3UDACFRPwdKyXOFF1PQW4in0M0RHYk8AwoPijag9H%2BJYJGGTc0wG4NgKtEPB0rOU40GzdHgNcKzaoHgggsI6AAcVmfXzLFRufotnfc53ZOwuBNgkMHbKYB%2B2FQK0EooMWT9EEuDbdlFohcJWA6Yq1umxyXxB4XIt2Vcl9iQAC7RMQzC5coo8tEdBBa9%2BFqWHnBIYBxe8tOS51QWDI6BhrqSUL6dzHqX4nBHTIOP6OCMQIpI0%2FO%2FFtqtkHATM8OvLgfVfVLJA%2BXJpa9kogpnid%2FmJ0UXaqvp19j7X%2FFdkce7V99UagBQI6ZD26bnUeCJgF0oITUwcEgoBgxrEj8ERAohBuEYHKCIhhT%2F7LGwR00CrzX8RF4ImAYMaDIzBJQAftyVN4g0CZBMSwSf%2FlBwR00Mp0W6RC4CUBwYzHRmA2AR20ly7ENwhkJSCGzfZfDkRABy2rt1I4Aq8QGNaQSXnPUSOwnEDYzftXzMtPCCCwMwEdsuWOyxkIDAR00Hb2Ty6PwGwCZ0k9eCgEELiPgOA22%2FM4EIFtCAwx7Md9putsBBCwl%2Bc2PslVEFhFQNp7ThiB3QjooK3ySk5CYD4BMWw3%2F%2BXCCHyJAY%2F51uhIBBC4i8DJ5%2Fwp7T3Pi8CuBGL92cNdhupkBBC4SiBsSwzb1X%2B5OALWUF%2F1Pr5EYEMCwxz8MDYvBBA4hoDgtqEPc6m%2BCQwxLPYV9EIAgWMIiGF9u12134NAJCZIKUnscYwTUwoC1wiY3riHc3PNLghYR3bNpfgOgUMJxDpO0xu78LgquRuBYQ5%2BzBX2QgCBMgj8uZvBuzACDRI4ma2p92X4LlIgEASsP2vQz6rSAQRSSp%2FMwedFESiSQEwN%2BXiAG1AEAtUSMG2xSN9FKASCgOmN1XpWgh9OYJjyYdoi54lA%2BQRMbzzcQyqwdAJmepTvuEiIwEAg1nua3li6UyVfHgJnqYN5DAQQqIeAkcc8LlOpBRKIJ8nDaHw9FkxSBBAwRb9Af0qkjARkW%2BQVEaiegKdnGX2oovMSGAYWbRJdvRtTgY4JxCDjh7yeROkIZCZgykfHLlDVWyTg6Vlmn6r44wkMT8n%2BbdGg1QmBDgkYZDzejSqxBAKeknXo7lS5FwICWwlOlgy7EvCUrBd3pp4dEjDIuKv3dPGiCHhK1qGLU%2BUeCQhsRXlewmxJwMBijy5NnTskYJBxS8fpWuUREMw6dGuq3DsBga08V0yilQQMLPbuztS%2FQwLWnq30l04rmIBg1qErU2UEfhOIwPa%2BYBdFNARuEggdlnHxt1F7h0BnBL7cdBIOQKAGAoJZZ65LdRGYJiAlcQ1Om4wvCKSUHqbV2i8IINAJgRhktO%2FZCw%2Fpi2oIDMFMtqpOPJZqIjCDQGweL7BV48X7FnSY7RE664UAAgiMBAwy9h0a6qu9YDbarv8IIHCFQIw6fqzPs5G4JwLWRF%2BxXF8hgMBIIPYtNMjYU1Cota6C2Wiz%2FiOAwA0CRh1rdfSNy23q4g3L9TMCCAQBiUEajwXVV%2B%2BkpX%2ByVQQQQGABAVMbq%2Ff87VRgmO0RmUS9EEAAgbkEDDK2EwbaqImpi3Nt13EIIHCFgAXVbYSCqmsR05JkXbxinb5CAIE5BExtrDoCNCS8rItz7NUxCCAwg8BDQ65RVSoiEGseU0oSVc0wUocggMAkAYOMFfn9JkWVdXHSOP2AAALrCJgS0mS0KLdSJzU1BX%2BdrToLAQSuEzDIWK7Lb1eylNKX6%2FroWwQQQOAuAtadtRs6iqmZ9WR32aiTEUDgdQIGGYvx9o0LYj3Z65boVwQQ2ISAKSGNx5Kc1RvWk%2F3aRFNdBAEEELhOIHyMlPo5nX3rZVscfd3yfIsAArsQkIq49aCSoX7WRe9iqy6KAALXCRhkzODnuyjS4ujrFudbBBDYnYD5%2Bl1Emf0recq6%2BIckH7vbqwIQQOA5gUgs9HF%2FD6eEbgjYbPO5hfmEAAKHEzBfv5uIs09FTxorycfhZqtABBA4IyCO7ePe%2B7qqJB9nJuUtAgjkJPClL%2B%2BrtlsROCmtTllOy1U2AgiMBHTOtnLsvV1HxqrRhvxHAIGCCMRi6re9%2BWP1XU8gpfStIP0lCgIIIBCbUYtj6916f2fKWMVrIIBAwQQspu4vLC2u8TC4KPNiwYZMNAQ6JiBj42Kv3ukJMi927CZUHYF6COicdRqj5lTb4GI9hkxSBDomII7Nceg9H6NT1rF7UHUE6iMgqPUcsCbqLo7VZ8gkRqBjAuLYhC%2Fv%2Futhb5dI6emFAAII1EIggtr77h04AI8EdMpqMVtyIoDAGQFxTAx7TkCn7Mw8vEUAgdoIxICSztlzt97dJ52y2syWvAggcEZAHOsuak1UeNhw80w3vEUAAQSqIyCoTfj4Hr4eBhdj1NkLAQQQqJnAHz34bHWcIKBTVrPtkh0BBK4QENQm%2FH2rX5vxccUKfIUAAjUTEMdaDViv1UunrGabJTsCCLxCQFB7zfk39JtO2StW4CcEEKiZgDjWUKy6WRWdspptlewIIDCDgKB2MxLUfYBO2QwrcAgCCNRMQByrO0zNk16nrGYbJTsCCCwgIKjNCwvVHaVTtsAKHIoAAjUTEMeqi1ALBNYpq9k2yY4AAgsJSAiyID7UcuiQfTHa1gsBBBDogYDOWS0BaomcOmU92K46IoDABQGdsyWBovBjpcS%2F0G4fEUCgFwI6Z4XHp0Xi6ZT1YrfqiQACVwjonC2KGGUerFN2RbN9hQACPRHQOSszPC2Tylz8nmxWXRFAYIJA7HH1bpn3dHQpBHTKJrTa1wgg0BMBg4ylBKW1cuiU9WSv6ooAAjcI6JytDSYZz9Mpu6HVfkYAgZ4I6JxljEd3FS2Y9WSn6ooAAjMJ6JzdFVmOPTml9Dal9Gtm2zoMAQQQ6IGAOHZsKLq%2FNJ2yHuxSHRFAYCWBuNF%2Fe7%2BndYW9CaSUfqxsY6chgAACLRPQOds7AG11%2FWGEMRrMCwEEEEDgOoGfW%2Flc19mHQErpy%2FWm8y0CCCCAwCmxX9zrG2TcJwRtd1XTPhgrAgggMIvAt%2B08ryttSeDUen%2FOakEHIYAAAn0T%2BLWl73WtjQkYYezbOtUeAQQWE%2FhzYzfscncSOLWgTtliNXYCAgh0TMAg451xZ5fTTwopmHVslaqOAAKrCTzs4pRddDGBlNLH1a3oRAQQQKBfAgYZF0ecHU9IKT30q4tqjgACCNxN4MOOLtqlZxAYklZFKmgvBBBAAIHlBAwyzog1ux8y7FW2vPmcgQACCCAwEogOgQ2od49Y1wuQSXhUQ%2F8RQACBuwi8v%2B5lfXsIAcHsLuV1MgIIIHBOQPrhQyLX80JkEj5XQe8RQACBuwiIY89DzHGfBLO7FNfJCCCAwDUC9jg7Low9liST8DU19B0CCCCwmoA0%2BgfHsTGYfV%2FdZE5EAAEEEJgiIMPVQUFNJuEpFfQ9AgggcBcBceygODZ2ymRgvEtfnYwAAgi8SuDLkT69x7JO9MWxV1XQjwgggMBdBGRqPCK4Sid8l5I6GQEEEJhLQIarnYKaTMJzVdBxCCCAwF0EZBzeKY49Xlayj7uU08kIIIDAUgJ%2F7OnTe7y2wcWlKuh4BBBAYDUBGYf3DLQppVjQ54UAAgggcAyBCGrSD28U2IbBRXuVHaO7SkEAAQSCgKRWG8WwZ5exSJp1IYAAAlkISD%2F8LBqt%2B2DGRxbdVSgCCCAQBKybXhe6rp%2BVUvpErxBAAAEEshGQfvh6eJr1re1dsumtghFAAIGRgKn5syLWjYNM%2FRj1yX8EEEAgK4GfN9y1nycI2Kssq94qHAEEEAgC1ptNxKhFX1tXxpoQQACBYgiYDrIogr15Yxp%2BMbpLEAQQQODXQhfu8HMCJ%2F2xzwsjQgABBMoiYG%2BY80D1yvtTs4lhZekuaRBAAAEDjK%2FErcmfUkof6A4CCCCAQJEEzNWfjF7%2F%2FWCvsiL1llAIIIBAELC%2F2Y0Y9uxn2atYDQIIIFA8AWn0n0Wu3x%2FsVVa87hIQAQT6JiCh1e%2BQdfvdqWP2vW99UXsEEECgeAIWUl8JZxJWFa%2B3BEQAAQSCwI8rLtxXlwSkxmctCCCAQDUE7HF2FsTM9qhGbwmKAAIIBAHT8s9i2Iu3ghorQQABBKoj8Cv26Xrh0Dv7wl5l1ektgRFAAAEzP16L1aYwshAEEECgSgLfXvPtPfxmr7Iq9ZbQCCCAgD06rwVpUxhZBgIIIFA1gW7T6NurrGq9JTwCCCDwcK1v0u13pjCyCAQQQKAJAt0Ft1Or2ausCdVVCQQQ6JhATGnsfkr%2BU0fUFMaOTUHVEUCgNQLd7A9jr7LWVFd9EECgYwKyNEbPzBTGjk1A1RFAoEUCXSymtldZi6qrTggg0DmBbgYWn56Onb%2BRxapz9Vd9BBBolUDTafSH6ffRAfVCAAEEEGiHQN8bT1sw3Y4mqwkCCCBwQaDJNPrWRF%2B0so8IIIBAWwS%2BnD9E6ub9ENzaakq1QQABBBA4J9DUnH2zPM6b1nsEEECgWQL9TWk87bYdjwu9EEAAAQTaJtDM6KO9ytpWVLVDAAEEBgJ97W0m4QfFRwABBLoiUP0eZ6bed6WvKosAAgj0sf2L%2Bfk0HQEEEOiSwB%2B1ztU%2FtZa9yrpUWZVGAIGOCfSxt5lRx45VXNURQKBnAhHk3tfWObNXWc8qq%2B4IINA5gc%2B1xaxF8kr40bl691H9uPn83%2FD3fymlv6%2F8xffjMVJu96EXavkfgarS6NurjNp2SGCMTfF%2FKoZFXBuPE8M6VJLOqvxuUWenpoNPHbPvnTWm6rZDYAxSocOfT0Hp03DT9n4YcHh7ry0O1%2Flw6sjFX1w%2FyonyxiDYDk016ZlAFfvEDPboprNnTW2r7hHDIpbsEsOGjKXvhvgVMexhiGF%2FDeWypbb0qafatJkIZDDWnhpSXeskEMEjAsnXoXMUHa%2B7O133dtrG82Mq2NAhjE5bBFnZTevUs96lLjrQDZ0yttW7ltZZ%2F%2BiAFRnDhs5bdNo%2BDjE2YpgOW5161pvU7aXPdwPZmw5XUd8ICBEYohMWgaLKx9XDTeR5oKsCPiG7J1BkGv3h5lGnrHv1rALAZQwrZhBxHEyc818Mq0LXehey6MHEOXb27JjhyUPvjar%2BZRCIjlg8bYpRuyqD2DPjmvgw1G98qlYGeVIg8JJAcWn07VX2spF8UxQBMayo5iBMRwQ%2BTdxy1fe1p2UdqW15VY0RxfGJWLMdsde8wjAaGWvWYm2BaSPl6WjvEhWTRl%2FW4N5Vscj6h88O3x0%2BvNcY9naY1RIcPM0uUk27ECp0r34b9LSsC2UtrZJjZ6y9OcGv9cBm%2FjY8TdNJK01r%2B5Ynexr9E357lfWtgyXVXgx7JZ6dxTCdtJK0tg9Z6k6fHz1Loxt9aGoBtRTIXglkUz8NAyexUNwLgZwEwn6zrvFMKf3MCUDZ3RMIG4hpik1Ps5%2BKRWu%2F10nr3m6OBhB2Wu9TsxMtI5BHq0x%2F5T0GsrVO3Xn%2FETib7mgEsj8bKqXGoXvZOmfDQOKvUmCQoxsCoXOxHrjem71CAukw3dFAYzemk62idT41G2703ORl05umC44RC4Fsp2B4NgLZtBKpXJEE4iY12w2quFWkTrQqlEHF%2FWJY7KcW9wjuQVu1nrz1qvOp2YmZp2V5FafF0iOQfdzJl7vsBYHhJjXWonkhcCSBbxeqeOjHYa%2FACLxeCGxNwKDiodb85s0wXT%2FuHbwQ2JJAXU%2FNjDpu2fauNc67P9ifK24gMNiz0UemeCSBrGn0h6fGR9ZXWW0T0CHLHFHNBGnbwDLUrq6nZidAnpZl0JIGi%2FwWzjSzP1e8DlqDplVFlR5yGl9K6aEKSoQsmYAOWU4jvlK2mSAlm0t1stXz1My83uqUqzSBY9pBtiQAV3y5r84InD1BK01vyNMegawDM8M6lfaoqtHeBHTIzmJGiW910PY2gS6uX8dTM%2FuWdaGMe1XSYugSI9iETALbXmbgumcEIvBl3ePspOfWWZ41iLc3CXzNmcBmwl37eoLAEMdkcryp1g6YIFD%2BUzNPyyaaztevEYhMbFlHxid8tq9nEBgCmzTjr2m43%2B4hII3%2BPfScexQBMz1mxItSDxlS7cvieJS1tFPOv6Xq9KNcnpa1o2kH1SRGw7OuIynaoCoTbrB%2Fge0g4%2BmsGGn0O2vwiqobPs%2FAYmXxakpccawiyytH1E9T%2BpT9e0%2FLytGSCiQx3SO7xW4vgOmNFVhevSL%2B3F5j519x0O0YTPJCYCQgjs03oWqOFMdG9fZ%2FJoGssWnSsIbHwDPr4LCOCRhdnLSidn4Y9oLy9KxjQ9%2Bp6l9yWsmg1ztVzWUrIhBPcLOufcxpB72ULY5VZJH5RS3vqXlK6Wd%2BLiQonEDshfW2F6euno%2Bbe0abeyGwJYHce5x92rIyrlUdgfIX%2Bws%2BmxKQnbU6G80hcFlPzYbHvjlAKLMOAvHkxOjipqGinosNG3t6elaHrdYi5R85LcCNWi1qsqmc4lhOo8tc9nCfK45talLNXaycp2YnhZVOuDn92qxC5uBnDiglFG%2FO%2Fmb25EL%2FESghjX74Nq8%2BCIhjJQSSAmQwKNOHwa%2Bs5dcCVPRxqtK7lRVwWtsEYmSpnNGDIqyFEJGFs221V7sDCYSPyboRvSn8B7Z2nqJiAOAjz43AOQGp9fMYYwWlhr%2FIv1xHivwKVOV4Ee3ncu7FvX9GwJSQ4w2y4RKjc5YtEEbZshE3q12R4CNrx%2F%2BZ4%2FShKAJDHJNboVnzX12x%2FGtQBaXVjdfqiWU8yi3KhRPmksAQ1H60agTqdSiBX5f6deRnAw2HtvVRhZm6eKQRVVyWqY1HmWQ15fyTVZ2HRf3V0CLorgTiEW65m%2BxltRSFTxEQ1Ha1yZ4u%2Fm1Kx474fkirHT7Qq34CD0fojDLaITDMHGP%2F9dv%2BVjXIt4znNFIo6cdWzVj3dbKv9WjHxfdXE%2BvO6jb%2BgqTPnUb%2FY0EsiLKcQNxY57uh6s%2F1N1VjT86XG1zDZ%2BRJnT8oYcNcVW0mAfPwmwoveSpjI8%2BZ1uawWwSyPu0wyHCreYr93eBiHtffVKnDfXHcE3khcPzaZ0k%2FaN3wxPR45WvKlavMSMCII5%2ByEYGsTz1Mz92oFY%2B7jMHF0Qn7vwmB4d7oOA1WUokEjk8CIulHiXpwqEzHK90mLtNFSiagc3aoDbdaWExJy5pNz41ZNaoVGYQNLpYcFCqVzQBNNT5gL0GPTUol6cde7VjNdXXKKg0WNYg9pCA3HaQad1CkoFmnptHhInXiUqjvNfhDMtZLQOfs0uS6%2B3zc7A2jgd0p13mFdcrqjRPVSO7G9tzkvF9JIDr32Z6GePq7stWOOU2nrJpoULegOmfHGHShpRy3fZRpjIWqwP5i6ZTVHSOqk94g0P5G3XgJudPov0spSaNdlpKJY9VFgroF1jkrywEcKE34%2Fv0HB1NKUgIf2KoFFSWY1R0bqpVe56wgL1CnKF9yKv%2BQcbROcu1JLY7lNIaOy9Y5a8%2BZzKzR%2FtMZ3STNbIq2DhPMOg4ouatuWmNbziRTbXKn0f%2BUqd6K%2FU3guGlFuZ2m8oskoHP22xg7erfvnmbDDVJHPFU1HEmRHo5QXRHQOeOLNiDwR06jcVO2QQuuv4Q1ZTmVX9lPBPiB9UZc6Zn7Tme0d1mlarFebJ2yJ3fqTW4CQ%2Bcssu15IbCGQATI9zn1%2BKTDX9cI7py7CPzI2ebKRuCSgM7ZXfZc48mfLnVgs8%2BnoPZXjUTIvIqAaR%2BbWY4LbUVAprtVtuyk3wSyptEPO0gp%2Ffwtjnc7E8iamXMrv%2Bc67RGwLGhnyy%2Fr8vtMZzSNsaxW3lmaYzfGa8%2FnqtGOBIbOmUx3OzuBhi8fnbP9M2VN2IAnv4dpVvZO%2BIQK%2BBqBRwIGaQ7zBbkL2mc6o2mMudv1sPIFM0GjeAJDpjuds8PcQnMF7TOCOdNyPPndXZ%2FEsZm66LB8BAzS7O4HSipg%2B%2BmMpjGW1L67ySKY5fPRSl5IwGDRbn6glwuXkEbf4ML22hZMs64lXOjKHN4xATNAtncAhV5x%2B8FAm2QW2tTbivWxY%2F%2Bo6hUSsIh6WwfQ4dX%2BzKn2Bhd20bjtR6ZzKomymyeQUvqwiyW4aEkEtp3OaFPpktp2N1lkYGze%2FbdZwdN0EJnudnMLXVxYGv12mlkca9PNN18rg4ztOKFXarLdZtOyx7yCuY2fpBNu3u23XUGLqNtwRBlrsV3AXGFqBhc2aXmdshW655RyCIhjm%2FiBki%2ByXbbzlFKsPfJqk4B1ZeX4ZZKsJGARdZvO6cBaxTSTdyvVb5PTDIDe1do2kN5EC10kJwFx7C4fUMPJ%2F26iX0P2sxoqTMZ1BLKOFG%2BipC6CwH%2F7Q70ziLTOCTjrkUDWQarhpiz23fJaRsBeZSJAMwSsN1tm%2FBUeff89d0rpocKKE3keAVM%2FmnHnKhIEpNGfZ%2FiOmiSQ9SZ%2FyNBmhspk87z4IWtnmtdFYA8Cpja%2FsPOWvrj%2Fvtuc15b04Vld%2FtnDobgmArkJSFb0zM59WE7gW04dHjpn0ujfbjedspyKquxdCaSUPD2%2F7QNqPOK%2BtPnD1IoaK07m2wSyrqfY1aO5ePcEPOm%2F7QAc8SqB3HucSZ%2F9avM8%2Fmivsu49fbsALCO67QAqPuLtas018lxxs78u%2Bv2PUldrlRMROIaA9MOvOwG%2F3iSQe48zywimm8heZce4UaVkJCCGTTuAyn9Zv2ewLFGVN%2F118U1hzOhoFX0sAT7suhPw7WwC9jibjeqwAw0sHutGlZaJgCyNh%2FmUowtanzbfHNej2%2BqQ8u7PCJPJSSkWgaUEZLo7xKe0XEis9co6Zc7gwjP10ilb6gQdXzUBWRqf2X8rH9Y9IBkWILcCQT3%2BI5B1UXvV3pHw1RIYfJlMd7zgWgLZk0wYJH1suh%2FVOiGCI3AHAYMza1130ectX2dmfVnRDbpGuOw3F3f4JacicBeBoXMm090az%2BGcIBD%2Bc3kgvUtrf59sSlNe%2Fr9bwjsEjicw2L%2F41VYsWr5OVg%2B9LQ2IRaTHuxMlIlAOAVmumvNpR1fovjTHd5pCx09%2BDSreqTtOr5%2BARCBHu%2Fvdy1u%2BzszUid0b5cgC1s1nrd%2BXqQECzwiklD4daXjKao5A1ungHW6gHk8JbO3yzIv50CMBT82biyXL7ssHBWiOQscVWv7ItEfPp85dEDDy2LEn3KbqudPo9zS4kDXxShcOUSWrIWBgcRsHXtBV5k%2BPt76soGa7X5RlvfJqXBRBEVhP4DT49PV%2B03KFjgk8rNe%2B%2B8%2FsZHAhK%2BP7W8kVENieQErpZ8d%2Bt7Wqz9%2FPzE1LU23vadn2vtEVGyAgwDXl53JUJuvWI43HaWuiG%2FCxqrA9Aenzc7j63cqcv87MDctujXD0hT0t294vumIjBIYp25FYwAuBNQSyr39KKf1YI3jh58y%2FWWnEF6kGAksIuEcv3IPNF29%2BQqn513Rk4QQ8LVvi7RzbHYGOM90V7rqqES9rxsBhcOFXNbRuC%2Fp3d05IhRFYSMBTs9uOpJIj%2Fp3V9FJKV9Kct8X0tGyWxjuodwIdZrq77T0csYRAdIzmL%2BLe2OAaGlzIulfcxs3icgjsSkDm9CUuuuhjbyc4kvWl6AZcIpynZbu6RRdviYCER0tci2OvEPiR0x6GzlnNG9BmffKYs%2B2UjcAaAimlhzGy0H0AACAASURBVCt%2ByFf1Ebh9r974guL6mmydxJ6WrfF0zumagEC3ztk464nAl5wGVPH0puxr9XK2m7IRWENgmMZc82DMk%2BPs%2FM3tvTEtKmxCRbLeIKxxMs5BoAQCnaQhb8LJFVqJ3Huc1TiKnjW7ZQl%2BhwwIrCEgXhUaBZaJ9etm2y%2B7nqMLJfDuZkM7AAEErhI4TQv7XqhdE6sOAn9cVayDvqzsZs1eZQfphWLaIzA8NavDK5JyisDrCUAk%2FpjiVtX3tx%2BLtuef1AiBzQgMwa6lTHdVObAGhI3pRbcXdG%2BmsS8vVMnggr3KXjadbxBYRMAstwYixmvxwgL4JhrYtJBFbs3BCLwk0FCmuyacWoWVyJrMooLBBXuVvXQ7vkFgMYGK15ZW6NZ3E3k6AcjJmX%2FdrVgXPoKApB%2BL3ZoTELhOoIFMd0f4HGVME8ia%2Fn3onIUMpb1ur6m4bpK%2BRQCBKwRSSpKAlObllskzPVDlkegykgUePd24V4zZVwgg8DoBo5EFerm6RMraCSnwyW%2FWzurr1u5XBOokUNm60ro8%2BDHS%2FjWpeTasO6YFdixF0o9J7fYDAusI2NtxR4%2FVx6WzrvstaAP1rNM711m%2FsxAon8AwANOHN22zltdnuw3THtqsch%2B1yjoyW77rIiEC6wkYkezDie5Yy9xp9D%2FtWLc5l7ZX2Xr340wEbhIw422OGyr6mLcvGtmUnaIbbI5w04sHX7S2LxBAYCkBa3DnuCHHvEIga2r4zIMLH5fam%2BMRQGA%2BgZRSjXsYvuIuu%2FvpZSZfGRmrVwLTGOf7MEcisIqAUcnq%2FWTuCmTNmptpcEFa%2FFXexkkIzCdgOmNu1353%2BS8frmQeTbu7Rp1fwDTG%2Bf7LkQisJlBwprvOXWA11c8%2Bpe%2FgwQWdstXexokILCNwsG1X43QrEfSlrzwtEP6rEuGJ%2BZLAywZdZs%2BORgCBmQQKzHT30iP4pmQCWZNgHDi48H2mSTkMAQQ2IOABS8lu%2F6ZsL5NE6WnfhFbyAVmnx2zgT1wCgaoIFJTprmS%2FRLZpAr%2Big5RL6Q8YXDCLI1fjKrdbAnJFTDvcCn556TNtUFdBs10X8XqazW5dk4ojcAwBafSvOyTfzibw4xhNvV7KjoMLWZ8IXq%2BtbxHog4B7%2Bdn%2Bt7QD%2F32mocPUhtKEJM88AtMb0z1rZR8QQGBrAjJhzXNSjpok8GVrnVxyvR1G2HXKljSAYxHYmMDpafj3SW%2Fjh9IJ%2FJ5FMYyclS4w%2Ba4TeJnJZWNDdzkEEJgmcBrY%2BnrdNH2LwCwCufc42yrNdiQ2eZnyedp0%2FIIAAhsTMJNjls8t9aDf%2FlOq%2FFLbaJZc0uRv7NhcDoGlBIxSzvJVDpom8MdSndvy%2BI2SBhgk3LJRXAuBFQSG9aPTnsYvJRP4vd%2Bj6Tglt9OrsllftsJxOQWBrQkM08EjoYMXAmsIZH%2FadOfggszAWzsV10NgJYHTU7P%2FrXFCzslO4OGpyU3Fyd4YawWwvuxJi71BIC%2BBYaQy1th4IbCGQNb1WXcMLuiU5XU9SkfgGYE7B1nW%2BC7nbEPg61NDnuaF28NsG6hHX%2BV37%2FqpNb1BAIFcBIbOWTz98EJgDYHonP1eAH6wIq8YXLBX2cFtpDgEbhEwC26N6y3inN97mdnDrIgGWSOE%2FctueSi%2FI3AwgR0y3a3xDc6pl8DL%2FWwO1OEFgwtZ92I7EImiEKiKgIR%2B1Tr%2Fv58UzXzUOhvxqQG9QQCBoggYsazTpxYk9e%2BR0wyaPePGLuu0ywxIFIlANQSGackFuTOizCTwO2%2FEzBMcVhaBrKOq1XgogiKQicBGme7K8jqkOZJA7jT6nyYqq1OWyacoFoG5BFJKklFNOLCCv%2F5vk2k964Kb6HXRJP6Y66Ech0AmAhZhv%2B7E%2FHqTQNZ1xBODC7%2F32slkV4pFAIHXCYg9N31rqQe8fTPMJy9VQHJNE8gasF93CX5FAIGRgDW8007ML7MIZF1LfBq8Pd9A3V5lo2H7j0DBBEynn%2BVbSzzoXXTMPpQoGZluEsgarAv2R0RDoCgCw6yEmP7lhcAaApHl811OpR4GF6TFz9kIykZgAYGU0sc1zsY52Qm81zHL3garBTCdZIGTcigCOQkMMxN0zla7u%2B5PtK4rpwErG4HKCJgNV23M%2BBgds6kFvtXWqgfBK%2FMRxEWgewJDpjt7nPXgoPepo%2FT03XsRABCYTyClJN7s44v3vOqn6Jg97FmCa%2B9CQEbG%2Bb7JkQgUQ8BA2C7%2BsKeL%2FihGmQmCAAJFE7AVVpWh4SE6Zp%2BrFL1voX9vQle0WyAcAghcEuBz%2B3beG9T%2By6VO%2BYwAAghcEjjN0vhrA3%2FjEscS%2BBwds%2FOMS8cWr7S1BL5eGqDPCCBQDwF%2Bd63rc95AIOseZ%2FVYGkkR6JfAaZ3Zdx6zOgJfo2Om4aprtyQ7Vr%2B%2BVs0bIZBS%2BlGf6yFxQQT%2BaMQUVAMBBHYgYHZGQd56vijfomPmUed8YKUcaS%2BZHZyYSyJwJIEhjX4kdPBCYA2BWNgvO%2B%2BRRqssBCoiYE3zGrea%2FZzHjtnP7GIQYCkBe5hV5ByJisAUAWn0l7o%2Bx18QkEZ%2Fyrh8j0DnBOxTfOEt6%2Fj4dzwx0zGro7HOpTRK2rnDVf12CAydM2mNzz2c90sIROfsbTsWoSYIILAFgWGLliW%2BxLH5CTx2zEylyd8QSyV4t4XRugYCCJRBwMjmUhfo%2BAsCtlApw5RJgUAxBIZBvwtX4WPhBP6JJ2b%2FK1xI4l0QKMbqCYIAApsRsKfkhaPzcSmBb5spowshgEATBJY6EcdnJ6Bjlr0JVgjQhLdQCQQQeEFAFq0VDtEp5wSk0X9hVb5AoF8C587B%2ByoI6JhV0UzPhfynXxej5gi0T8AWJs8dnk%2BLCTy0byVqiAACcwiYFbfYf%2BY%2B4bFjZtF57mZYVr6O2Rxv5BgEKiaQUrL2d5lfdPRzAjL3Vmz%2FREdgKwI6Zs8dYwWf%2Fo01Zl51EdAx28pjuQ4ChRIY9jiLbHteCKwhEAOukkQVat%2FEQuAoAjpma9xn3nN0zPLyX1P630cZtHIQQCAfgSGjls7ZGi%2FpnCBgj7N85qtkBIogYEus%2BoKBjll9baZjVoS7IwQC%2BxMY9qEx3bw%2BP12KxDEl1h5n%2B5uqEhAokoCOWSmueL4cOmbzWZVypI5Zke6PUAjsQ%2BA0FeVTKc6HHFUS%2BLGPZroqAgiUTkDHrD6frWNWX5vpmJXuCcmHwMYEpNGvz1EXJvGXjVXS5RBAoAICOmaFeeIZ4uiYzYBU2CE6ZhU4QyIisDWB05S0r4X5IuLURcAeZ1sbpeshUDgBHbO6nHRIq2NWX5vpmBXuCImHwF4EUko%2F6nNZJC6IwB976abrIoBAeQR0zAryvjNF0TGbCaqgw3TMyvN9JELgEAJDGn17nBXkkCsTJRLJvD9EWRWCAALZCeiYVeahPTGrr8FSSjpm2V0dARDIR0Aa%2FSr9dklCS6Ofz3yVjMChBHTMSnK982TxxGwep5KOssH0oW5NYQiUR2DonEmjX5JnrkuW6JxJo1%2BeaZMIgU0J2GC6Lscc0kbHTHCvq910zDZ1Wy6GQJ0ETk%2FPP9TlukhbGIFfdWo%2BqRFAYC4BHbPCvO5tcf6Njtn%2Fbh%2FniIII6JjN9UiOQ6BxAimlh4J8E1HqI%2FCtcRNRPQS6JuAevzqn%2FI%2BOWXVtllLXXkblEUDgGQF7nFXoxMsSWRr9ZxblAwLtECjL1ZBmBgEdsxmQijukHZehJgggsAWB05qz78U5KgLVROBhCz10DQQQKItATU6IrI8EdMwqVYR3ZZk%2BaRBAIDeBlJI0%2BpU69ELE%2FpBbh5WPAALbERiSRBXiXogxk8CvmMr4c%2BbBDiuHgH1otvNdroRAEwSGPc4i254XAmsIRCIwg35NeAOVQOBN3N%2B%2FX%2BMInJOVwN86Zln5ry7cyCaviwACLwgMI6Q6Z6tda%2Fcn2uPshVX5AoE6CcjcW6U%2Ff%2ByYWZtQX9t9qtNNkBoBBPYmMIyS2galPr9eisQxJdYeZ3sbqusjsDOBU0bGT6U4FXLMJvBXPDHTMZvNq5gDP%2B9szy6PAAIVExCQi%2FHVtQoijX7F9k90BIKAjL1Vut9v0XBfqxS9b6EFTX4XAQReJSAo9x0kNqj9l1cVzI8IIFA0Aff3G3jB4y%2FxVY%2F6eOhblPhX0d6AcAggUAQBgXkLd9v1NexxVoQlEwKB5QQk96vSd3%2BOjtlDlaL3LfQ%2Fy03UGQgg0COBlNKPvt2l2t9J4I8e7UadEaidgC1U7vR8eU5%2FiI6ZxYF54N9T6r%2B1OwzyI4DAMQQikYMAfY%2B77f7cSCRji5ZjzFUpCGxGoHvPVSeAT9Ex%2B1in7N1Lbb%2BZzdyXCyHQNgFp9LuPF%2FcCkEa%2FbRehdo0RsIfZvS4v2%2FkfomNmA7ps%2FO8q%2BGNjfkR1EGiWwMnS%2F4z5%2FjkrOHTOpNG%2Fy%2B12fXJ0zqTRz2nEykZgJgF7mFXrqx87Zu%2BqFb9vwR9m2qfDEEAgI4GLdbxZM90J1n0HjQ1qn3VwIaMZKxqBqghcxJ0NTN8lDiLwLp6YxfoDr%2FoISJlflZskbI8EJmYkZM10J2DX5%2BwLk1js6dGZqXNVBE6x56%2FC%2FAZx5hH4b1ZCSsn0lnnASjrqV1VegrAIdEbgxrqurJnu7HFWkiuvUpasgwuduRLVRWAxAQmfqvSr6amhT5kZ%2F1dnFbqX2nz%2FJy32BoFyCNzolI2OK2umu5OM30dB%2FEdgBQHT6ctxOSRB4BmBFfbslPwEfm%2BFZRO6%2FK2xUoKsN3bPvIAPCCDwSGBBevqYqZA1u6pR1ZWe12kjgQ%2FMHgEEyiJgLfHonqr7%2F%2FeTJhk5ra7xRoGNWD5psTcIlEEgpfRtNNAZ%2F7OmIR86kSGDFwJrCGQfXCjD6kmBQDkErCNe48qKOOevJy06BeevRYhEiKUELMJ%2B0mJvEMhP4GTAkRZ%2F6etXdJByST9z2uXSOjm%2BHwJZBxdy2Y1yESiVgMQf1Trfr086pXddbSP%2Bno%2F61JreIIBADgInL7KmUzY6n6yDLEP2SEmgxtbwfymBrIMLOexdmQiUSiClZBbEUg9WxvG%2FZ8GllD6WIRMpVhDIukalVMdELgSOJHAKhH%2BssN3LU7Jmujslgfp0KZDPCCwgkHVw4Uh7VxYCpRIYZkAsMFuHFkTg45NeTey1U5CsRHmFwKenhvQGAQQOJ7Dx06bfI2aH1%2BRN7Gv5%2BRVf4ycEbhHIOriQwWQUiUBRBAyw3XJRRf%2F%2BO6HfsAC8aGkJN0nAKGVRbpEwPRHYaX1W1kx31hxP%2Blo%2FzCOQdXChJ%2F%2BjrghcErC%2BbJ6TKvSo52vNbTJdaDPdFuvfS8P0GQEE9iewU6csLD7Wev0eOdu%2FKi9KSCn9uO16HIHAJIGsG6i%2FUGhfINAJAevLJn1S6T%2B8vJe3n03pbfaqfFlH2Dvxd6qJwDMCO%2FvMrJnuhlkUkdDBC4E1BLIPLjwzVh8Q6ICA%2FcvWuKpizvm9h9moq6fR3%2B%2FFiEeQpQQ%2Bj%2B3oPwII7E9g4V5lS%2B15PD46Z8%2BnNuxftacSdnwiONbP%2F7YJZB1ceFJkbxDohIA1wlU71N97mI36qkGrbtCfYzv6jwAC%2BxI4eYp70uIvdTRZbXvonEmjv7TVHD8SyDq4sK8ncHUEyiKw8yyO0ab934fAywcsMrnsQ%2FrAq0qbX5aPJE2DBE72fGSnbHQfX3KiND1mbAb%2FVxLIOriQ03aUjcBRBIZBtJUm6rQCCPxOlT8qjZT5BTTLfSLIhDUqs%2F8I7EAg836PWdOQp5Qe7nNPzu6cQNbBhR3cgUsiUBQBD1eq97Avc0VImV99oxqVLMpNEqYlAoVM6cua6c509%2BpjRO4KZB1caMkfqQsClwRMY8zt3u4u%2F%2Fp68lOP%2B393X9oFchIwnfHSW%2FmMwJ0ECkqCkT3T3YmFJFE5PXz9ZWcdXLjTFTgdgSIJmMZYvWP8NalYNqarvnFfLh6cbG0%2FIIDALQLDTIJIYFDKK3umOyOzpahCtXK8nLJzyxD9jgACkwROceprtd6A4EHgZar8sbU1bvUa8nKDurFx%2FUcAgcUECu2EZM10V2BntXrH3VkF4smv2R2LvZETELhOwKbS1XvQr9db9s2bNxYPVt%2B4UQGjkZMa7gcE5hNIKX0p2CNMT32YX8XVRxY0vbPgJiLaKwSyP%2FldrfxORKAgArLmvuJl6vnpZUbGUcdkZqynFV%2BRVBKQUaH9R2AlgZN95UiL%2F4pZX%2F3p28rqbXLaEC%2FscXa1aXw5g8CvePq6iTK6CAKdErDud4anKf%2BQ96%2Bqb0pJoC2%2FEW9JKNi9quV%2BRGCaQGWp4bNmujPL4pYr9vsNAlkHF6a9gF8QKJ%2BApB83vEslP9%2FUtELXVFSCtxgxJQG5qekOQOAlgUqnhWTdw1Aa%2FWL8fq2CZB1ceOkFfINAHQQKn25fqz86Wu7pxB%2BjGnosenSb7FJePPX01GxUav8RmEFgGH2sdcZA1rWlEkft4sd7umjWwYUZ7sEhCBRHQNKPJlzk7VkDpqY00dBRCYGuODdKoFIJDJ2yktLiL3VE0aHMmukupfRjqdCOR%2BCMwPQC%2BFIdB7kQyETAvfqZ56j77aebKiQBSN0tfCZ91qxtNxXNAQgUQqCh9O9ZM90NHCOhgxcCawjE4MLri%2BAL8RnEQCA3AU%2FL1riYIs%2BZ5%2FMkACmy8dYIlXV6U27HpXwE5hBIKf1cY1yFnpM1010DTx4LbdZuxMo6uDDHXzgGgdwEPC1rxx%2FO1qXGblTaacHlNZE6f7bWO7BHAo0unv6Rsy0rX6u33Ms6Y2sC0TmzRjqnESu7aAKelm3tcrJd73bij1ETLeTO1kh7FOyp2ajY%2FiNwRuBkbDXsVbbWJ3w5q%2BrhbyvNbrmWtfO2J2BQ8XCrVWANBDwt297ZZLzi19k6l1L6mFFQRW9LQICbrfkO7IVAZXuVrfUIWdOQd8J4bds47zaBrIMLvfhC9ayLgKdltx1HRUfMT3g0LOKuqG5EvUHgdtaXunwTaRFYTaCzBEd%2FrAa1wYn2OLvhmf18i0DWwYUNTMAlENiMgKdlt9xFdb8vm7J9UoD%2FVVdFAk8RMGd%2FM9foQjUT6HD9U%2FZMdyfm36cck%2B8RmEEg6%2BBCzf6O7G0R8LRshreo55DlmdOtM6undWdK%2BrktF6U2CCwj0HHGwOyZ7iSUmumlHTZFYF5K6WUuwdEIVEPgZBgtr4mesvuWv7%2B9sfSldnpk2pw%2BxMj5sseml0rhMwKVEhimZ0cHpddX1qfm%2BPeqdpvVO%2FsG6pW6PmI3QKDjQcXNHEiBF5q%2FvmzU4SGQFlgXIt1BYHkPfVQI%2FxGomEBK6ccddtPKqcunTmzY5m4uWlGjbPXI%2FuR3Q3NwKQRmEzAdPJvP2bPgd7MV4PxA68z2bJNs15Y%2B%2F1zJvW%2BewMnSTAH57W6yDs4MiVfi6YcXAmsIZN1AvXlnqYLFEegsWdUan1DjOesHSU9Pzb7WWGMyv0og65Sm4rwegZomcLIEnbKX7iBrpjvT5F82iG8WEcg6uNC0w1S54ghI%2BLHIN9Ry8HofZj%2BzWtp4sZwSgRTnfgm0NYFTQPtjsWX0c8LD1ryXXE8a%2FX4UbaeaZh1cWKLrjkVgLYGT7RhY3MmBZL7s8vVloxJZZ5a56fYtXparUdH9b46A6R%2BznEfWac1mZMxqIwdNE8g6uNCc01ShoggMa3Kntd8vNRO4LxGfNMc1t%2F2rsq%2Bf41qU%2ByIMAs8JSDLxqt2f%2F5g9051F7efN4f0KAutHnp%2B7DZ8QKIqAKYwrvEEdp%2Fx9t6KZclJHS6%2BU8svdCuICCBREQKdssSfImulumJURCR28EFhDIAYXzP4oyAcT5X4CJ0MwhXGNN6jjnPuf9KeUPtRRV1KuJJB1OtP9LswVEPiPgJv8lR4gpayZ7nSmV7ebE%2F8jkHVwgf9FYEsC7rmbd2vbDCSllKQ3bldXZGnc0qu6VjYCKaVv7Zrp7jVbnyVqgxYfOmfizO7N3GwB4tgGdugSeQkYpGrWP40V%2B2czDbNIe2Ta7P%2BfmymLCyGQgcDJMk39uN89ZZ3abKT4%2Fgbs%2FAriWAbfq8jtCKSUfnRuw61Xf7sBUAGzdV15rJ%2F0w9v5V1c6kMBJe3XKtnNR989%2Fv6Pt7XG2XUN2eqWsgwt3qL5TOycgjnXhsbZLVjSs3TDNpH29sd6s8%2BBQW%2FXtVbaLU%2Fojpx5IOLVLm%2FZ0UYOMOQ1Y2YsJ2DO4C%2Ff072LFuHWCtPl9KE7Mcb6lC35HoAQCw15lBoy2d03BdJsFyisVxfT57Ru1sytmHVxYqfZO65CAdWXdeKa%2FNldvU0y6UR6LqDe3HhfcmoBgtrs%2Fyp7pzmDg7m3ccgHZBxe29nmu1x4BcaxlF%2FSibp8212DTGV9AbvkLi6g3tyAX3IqAYHaY68k6SDPEnJDBC4E1BKJzZgbIVo7XdTYnkP7bqmSNbjunPgJvN1eguKARzPo04Q6Jt8ses4s2umiPBIabdRsS32HYC0%2FNOkijE76wtRx%2BSSD7k98e%2FbQ63yaQUvpyqaw%2BN0tg%2B2mMo4qZztis0kxVzCLqUfn9L4KAdMJTprrr91kz3VlLuGvb9nDxrE9%2Bi3CchCiKwMnoZBLuwfP8ruP20xhHjTad8Tfljt7pnI0G4H9WAjaQzup1svoBg4JZ276FwuMp%2Bz5TibJ6RYXXRuBkTDplLXiUZXXY1%2FeYzrisNRo5OutNWW2Ol7zbEzDtowhPkjXTnTT6RehAzULonG3vml1xAYGT8eiU1exB1sm%2B%2F7Igm02va5kGztI5W%2BCAHbodgZPtCGblOBBp9MtpC5IsJ7D%2FTdJ2rs%2BVGiJwUlVxbLm9tnDGdptKT9mD6Ywt6MnqOuicTRmG73chcNJUwWy1ue5yYvZMd6eEIN93qZmL9kJA52wXb%2B2iUwROhiWO9eJdntfznymd2Pz7U%2Bfs6%2FOyfeqIgM7Z5hblgtcIWFNWrFfJmuluGByUmbNY9ahCMNMarzld321O4GQNOmVVuIRdhDxuEMh0xl0asKaL6pxt7r5d8JyATlnx7iDrja00%2BsXrRw0CZtXhc3%2FnfZsETkagU1aDJ9hPxg%2BHaraN8fZryUqurHN2qMX1UdjwNORnJTbQu5jHjQZeUf%2BhcxZTK70QWEsg69PfK2rtq0YInBRSp2ytVbZx3nHTGEebkSGrDc25sxZZb8xGXfS%2FDQLDjbYpanca5cGnZx2gMXvj4NZuszidszZCSBG1GAYXv7VpKmq1gMB%2Be5dNafqgfAtkdGijBOJG%2Bt2UnvgegTkETE2r2js8zGnjvY5JKT1UTY%2FwJRCIzlnWjKN72YfrHkfA4GIJplyMDHnui%2B1pVowC5BbEiONxvr%2B5koanHqak5bbi%2B8rfPyXwK5pvBsd9jefsJwJZBxleUXE%2FFU7A4OKTDXmTUr7ZZKaR0L8zAnFjffyj28KdNfFeJ%2BBpx5kF1f027D%2FrE4fTjZE0%2BnXrUCnSZ52e%2B7rH9GuJBFJKf6SUDC6WYsH55Tg26celUZwUMp6WeCEwEhDULo3E5xcEhqnQX0al8b8JAtmfnEtK1YQelVCJH%2FEE5IXj8gUCFwROyirJRwkWW44Mxyf9uNDJN6aQlKMNBUkSWfUEtUtj8fmRwDDlQ5KPggx2Q1Gic%2FY2l6oPHX6DhRs2aMeXyj7QkMuOlHubwBDHZBDu2EFMVD3%2FzLEhEHqEO9FCHX8dQS3rupPbrtURRxMInTDlo3mv8PNovTovb7hh0jlrXs0Oq6B1Z%2BcG5n08kPhgtthh9ldbQWU8lDh1zr7WRo68hxEwtVEgi0D2NqVk6uJhZpe9oC851T7WuxkAyK4DLQkQ6c%2FLuOHKaVidly2OtWTSu9QlX9KPS9uUBGSXBm7poqaEXBpNR5%2BHm2RPMFqy6Hl1yTooE8mI5onpKARmEQgflndRf0dxo7SqimOzbKT3g8oavJE6v3d9nFX%2FrDdqpTn6HuQ5aYWF0bNMo9mD%2Fsip59ZAN6tXOSsmjuU06oPLHp6SiWM5La6Osv8%2BWDVvF%2BepWR2aU4CUMeqYNa32bW12xL0EhtFFCT4KMLjMIpSQRt9U%2B8xK0GDx4ti9QaKC860la9By96tSmTkVPDXbr8UbvLI5%2BxUEpqUimoPfoKXeX6XonGWd4iE23d%2BIrnCVgDi2NEhUcLw4dlXXfTlNIH%2BK%2FCm7Mqd%2FutX8cpVAjDrmTy06pdC%2BX0TA6OJVHfflfwTC1rN1zoYbLU9waeMeBMSxRZGi7INTSg8SB%2B1hJk1fs%2Bz7WArdtPLtVbkIbGU%2BBi47hhQh3ZCe3H4ue1lHO9eNjlHOPc7eSXHdjjIVWJPQ72yDD0UEg4qFGAYWDd4UaFiFi1Tu07LRHi22LlyFyhbvh8A2WlL5%2F033KNuYCpUuazrhYe2jfTcLVY5GxDK9sfzw9STh0CEzsNiI8WWoRtlPy0LTh5s1gS%2BDdjRUpMD2FDbKezPYeGSpYucNGd2BVcma1W64ETuwuorqlED4SE%2FQygthjxKZ6dGpVW5b7fKflo3256nZti3f8dV00EajKuC%2FDlnHlrh91R9yqvSwjmT7WrkiAs8JxDR9HbScxn5R9jAw8%2F15M%2FmEwCoCny%2FUq9yPnpqtamAnTROIDpqNPTOZvA7ZtGL65S4CWW3aAOJdbefkZQR00DLFr7FYUxaXKayjbxIIm67ribigd7NRHbCcQMwDL38%2B7xgJKv%2BvQ7ZcQZ2xiEAJafSNnC9qMgdvQMBMkANjYyQWs13GBlrrEpcE6nlaNtqbp2aXbejzhgSMPo6GtsN%2FI4sbaqpL3SKQddRxiFMysd1qJb%2FvQcBMkB3iV1zSoOIe6uqaZwSyxq27zMZTs7Nm9HYvApHJUar9uyz1WSBzk7qXprruFIHQOWn0p%2Bj4vnUCcZP3qbppUXfGnD1ON6jYuqkUU7%2F6npaNBuepWTFK1IMgEdyMQI7GN%2BP%2FYJ8fhmkeMiz2YCXl1vHnDJXd7ZAhQxsbKFc%2FepHMQONCKx86Y19lMcEW9AAAE6hJREFUCe7FRLLXM%2B41sw0kLjSP64d7apZdiXoUQCftujk%2BfiuQ9WgSxdc5%2BwjksMdZ8aAI2AWBGCQw0DgRx8SwLmyg1ErWn%2BdgGJWPG2UvBHIQGDtpsQC47lGOiSB16%2BvBBmOqTAR6TwVyaKEyXyPw9ZYOH%2FX7MKXsNVn9hsDRBMZOWrfTHYcYFjHck7GjtU955wTq2bfsVtAU7M7b1fvMBCKz4%2BcYcbult7X%2BPgSxmKIY%2B%2BdEfb0QKJXAr9LszCyPUlWFXAMBMYwqIJCHQP1Py84DrhvEPFqk1JsEIsjFKFyMxtW1J8VgYBejiVEfT8VuNrsDCiBQ7Fz9wScUgIgICNwk0EIMezfE4IjFYtjNJndABgLtPC0bO2fDnOAMLBWJwCIC0ak5D3Tx5KmIKZBDB%2Bz98AQ6AlgsFDdNeFHzOrgQAqG3RQ%2BEGEwsRFOIsZRA2FbEsJgZEgOO78f7sNz%2FJ2KYgcSlLez4HATazP4t0OXQJWVuRGDssEVnKALewzDYEB23GO27q%2FM2BKy4TnS8IpjGeoIoJ9aFRZDVAduoIV0mO4GwpaI7ZXEDO9gku8uuLgTYiMDYYYuYErElYkzEr8cYdm%2Bn7UYMiy0x2NJGDekyhxP4dq99FHv%2BcAN7OFEFInAggbjpjAA0BsHoVF3%2BjUFqPO5A8RSFQHYC1Yw8DjHLDWV2lSHAgQTOY1jEqsv4FZ%2FPY1gc74VAywSKH0i8q%2BM3jNS03IDqhgACCCBwncDDXQEkw8nDU2w3n9fb07cIIIBAywSKyRq8W%2FgbHncLci2rsbohgAACLwlk36tsbWCTWfhlY%2FoGAQQQaJxAzJZo%2B2nZGBSH9TmNt6fqIYAAAggMBKofdTTbgy4jgAACXRFoKz3%2B2Amb%2Bi8RSFfKrbIIINAvgeL2KpuKS7e%2BP834iGyoXggggAACbRNoLz3%2BjAAXmYC8EEAAAQTaJRBTQe7KWHorlhz9%2B7BNRbstpmYIIIAAAn1MYbwMoEYfaT4CCCDQLIEm5%2BcP66QjK50XAggggEB7BKqfen%2FZ35r9eQhwUhG3p9RqhAACfROIBE%2FNjjhKo9%2B3cqs9Agg0S6C5WR6zO2XjgcPmhs22sIohgAACHRKoZq%2ByMRYt%2FT90zmQY7lC5VRkBBJol0FfCj6nAZ85%2BswquYggg0B%2BB6vYqm4pNt743sNifcqsxAgg0S%2BDbLZ%2Ffze%2FDlEYjj83quoohgEAnBKrdq2xtwLX9SyearZoIINAygSbXRK%2BNa4%2FnCW4t67u6IYBABwS6XTBtj7MOtFsVEUCgZQKmMF7rxdnbrGWdVzcEEGiYQDN7lV2LTXO%2BO605%2B95w%2B6oaAggg0CoBUxingpzF1K3qvHohgEDDBGSxevPmjTT6DWu4qiGAQKsETGGc6pSN36eUPrXa%2BuqFAAIINEZAUBuD13%2Bds3cppWDihQACCCBQPgFTGM9i2ORbWRrL12QSIoBA9wSa3qtsMkDd%2BMHMj%2B7tAgAEEKiDgCmMN%2BLZ0882nq5Do0mJAAJdE2h%2Br7KnoLTwTUrpfdeaofIIIIBA2QTM9lgY12K%2B%2Foey25R0CCCAQLcEutmrbGnsGo83Lb9b21BxBBAon8CH0Vf7v4DA6cnZ1%2FLbloQIIIBAVwS626tsQdh6dqg0%2Bl3ZhcoigEAdBMSwZ5Fq4YeU0q862pmUCCCAQPMEut2rbGHoejrcAGPzNqGCCCBQD4F%2FnpyzN%2BsIWEhdj7aTFAEEmibQ%2FV5l66LYYyr9n01rhsohgAAC5ROQsGptELs8z1z98rWdhAgg0DSBWCj99tI3%2BzyPgIRWTduGyiGAQB0EpMafF7LmHWU6SB1aT0oEEGiOgOxV88LUq0cNsz%2FscdaceagQAghUQMA0%2FFcj1IofhxFH680q0H4iIoBAMwRM%2FVgRr6ZOGdLoB1MvBBBAAIFjCFhXNhWU7v3eerNjNFgpCCCAwEDAXmX3Bq6L803NZ1sIIIDAYQTM%2BLiIQZt%2FtL%2FZYcqsIAQQ6JuAvco2j2D%2FXTCl9NC3aqk9AgggcAgBg4s7xbFnl7U3zCHKrBAEEOiXgH1enkWd7T9YN92vcak5AggcQkAc2z50TV%2FxNK3x%2ByHNqhAEEECgLwIWSU%2BHnk1%2FEcf6Miy1RQCBwwh829RZu9htAtIPH6bcCkIAgX4I2KvsdvjZ7AhJrfoxLDVFAIHDCNjeZbMotfBC0g8fpuQKQgCB9gkIZgtj0BaHi2PtG5YaIoDAYQQk%2B9giMN1zjSH98GEtriAEEECgQQKC2T2B6M5zh86ZNPoNGpYqIYDAoQTe3%2BmOnb4FARmuDlV6hSGAQFsE7FW2RSC68xoyDrdlVGqDAAKHE5BJ%2BM44tOnpMjUebgAKRACBNghIJ7xpNFp%2FMYOMbRiUWiCAwOEEZGBcH3r2O1OGq8MNQYEIIFA3AcFsv5C06soGGes2KNIjgMDhBGQSXhVtDjoppfTrcJVQIAIIIFAfAZ2yg%2BLS0mIMMtZnTCRGAIEsBGQSXhpgjj5eGv0shqFQBBCoi4ARxqOD08LyUko%2F61Ip0iKAAAKHEpBJeGFcyXa49MOHGobCEECgLgI%2FsjlnBc8mYI%2BzuoyKtAggcCgBmYRnR5NCDtQ5O9RAFIYAAnUQiKnebwtx08S4QUAcq8OoSIkAAocS0Cm7ETuK%2FXnY48zeMIfai8IQQKBQAoJZsdFqWjCds0KtiVgIIJCDQNzT26tsOmSU%2F4vOWQ67USYCCBRGQKes%2FHA1KaHOWWHWRBwEEMhBQKdsMkpU9kNK6VMODVImAgggUAABnbLKYtY1cQ0yFmBJREAAgZwEPl3zjb6rlIDOWU5bUjYCCGQioFNWacy6JrbOWSYrUiwCCOQmoFN2LSjU%2Fp3OWW67Uj4CCBxIIKZ9vKvdb5P%2FOQGdswMtSFEIIFACAZ2y52GgrU86ZyXYGBkQQGBnAubitxW6ntVGHNvZelweAQRKIaBT9sz7N%2FpBUCvF3siBAAI7ENApazR2nVdLHNvBclwSAQRKIqBTdu70W38vqJVke2RBAIGNCOiUtR68zuonjm1kNS6DAAKlEdApO%2FP13bwV1EqzQ%2FIggMAdBHTKuolevysqjt1hMU5FAIESCeiU%2FXbx%2Fb0T1Eq0STIhgMBCApF90aab%2FYWwxxpLCLLQWhyOAAKlEtAp6zSOPau2oFaqfZILAQRmEJAS%2F5lH7%2FODODbDUhyCAAKlEogZHx%2F69N5qfZXAENTiBscLAQQQqIWATtlVj97nl%2BJYLWZLTgQQOCNgGn6fIet2rWPPn5SSztmZtXiLAALFEtApu%2B3WuztCHCvWXgmGAAIvCYhj3UWphRUW1F5ajW8QQKA4Ar9sHr3QuXd0uDhWnL0SCAEEXhLQKesoLt1V1SGoxY2PFwIIIFAagfBNb%2B9yck5unoDOWWlmSx4EEDgjYHCx%2BSi0cQXjxiel9ONMibxFAAEEchP4vrGrc7mGCQxxzCBjbqtVPgIInBP4bnCx4cCzd9VSSp%2FPtcl7BBBAIBOBz3v7O9dvk8DpJuhrJp1VLAIIIHBO4GubXlatDiWgc3ZuU94jgEAGAjplh3r99goTxzJYrSIRQOCcwEN7nlWNshFIKX1MKUVKTy8EEEDgKALhc2y4mc3zt1VwSunhKMVVDgIIIDAQiDj2sS1vqjZFELCYmpNBAIEDCUTGqvdFOD9CNEMgNnG1LcyBVqwoBPomIPNiM9Gj0IrI2Ni3h1F7BA4iIGNVoTGgBbEMMh5kxYpBoG8Cf4evacFnqkMFBMzX79vbqD0COxKQsaqCGFC7iEPn7OeOeuzSCCDQLwFJPmoPEjXKb75%2Bvx5HzRHYiYAkHzUGg4plNsi4kyW7LAJ9Eoj1ZJJ8VBwTqhfdlJA%2BPY9aI7AxAYujq48G9VbAIOPG1uxyCPRJwLroesNAW5IPnTObUffpiNQagXsJWBzdVkiosjYGGe81Y%2Bcj0DWBWE%2F2tkrnR%2Bh2CZgS0rVTUnkE1hCwnqzdkFBdzaw7W2PCzkGgewKm4Ffn7TsSWCri7h0UAAjMJWAefkexoaaqGmSca8KOQ6BrAjHb40NNvo2snRIwtbFrR6XyCNwiIJh1GhtqqnZsCGu%2Fs1um7HcEuiVg6mJNDp2s%2FxEw6titw1JxBKYICGYCRDUETG2cMmPfI9AtAVkXq%2FHgBL1KwILqbp2XiiNwScDUxate0pelEzDIeGnKPiPQJQFZF0t31uSbT%2BCUreZrl2as0gggIJjNd5WOLJRASum9qY2cGQLdEoh7WFkXC%2FXPxFpJQGKQbh2aivdLQDBb6S%2BdVh6BYQZIZBL1QgCBPghYE12eKybRlgQEtj48mVp2T0Aw29JxulZRBFJKnzw9697HAdA%2BAQOLRXlewuxKQGBr36OpYbcEYrN5Uz529aAunpuAQcZu%2FZuKt0%2FAwGJuB6v8PAQEtva9mxp2RSCyVX3M402UikAeAgYZu%2FJxKts%2BAU%2FJ8rhSpZZEwNqz9j2dGjZPwFOykpwqWQ4lYJCxef%2Bmgu0T8JTsUK%2BpsCoISEncvudTw%2BYIRDDzlKwKD0vIvQl4etacf1OhPgh8Nv1%2Bb%2B%2Fo%2BtUSGEYef%2FXhC9QSgaoJmPJRracl%2BF4EPD2r2qcRvi8Cf4e97uULXBeBpggYeezLO6ptVQRM%2BWjK26rMHgTiSbLMjVX5NcL2QyDWQ3%2Faw%2B5dE4GmCQwjjzEq74UAAvkJRDD73LTTUTkENiZgin5%2Bx0UCBM4ImOmxsY9zuQ4JDB20v84My1sEEDiWQCT3MOWjQ%2F%2BryvcTGGKYjamP9VlKQ%2BCcQExbfH%2B%2FNbsCAgg8ETC98dzHeI%2FAIQRiveeHJyP0BgEEVhMQww7xWQpB4JyAqferPZYTEZhJQHA79zneI7ALgZi2%2BDDTJB2GAAILCIRtWX%2B2i99yUQRGAqbeL%2FBJDkXgbgLWn42%2Bx38ENiXwGMykDr7bRbkAAq8SML1xU7%2FlYgiMBMSwVz2PHxHYmYDgNvoi%2FxG4m4B1ZDv7K5dH4JKAGHa333IBBEYC38KeLm3MZwQQyEBAcBv9kv8ILCYQi6KtI8vgtxSJwEggEhOc7DBs0QsBBJYRsB%2FZ6Ej8R6A0Ajpoy7yZo7smoENWmgMjT%2FcErKHu2ier%2FDICYlj3HhOAagjooC3zbo7uioBgVo0nI2ivBHTQuvLJKruMgBjWq2NU7%2FoJ6KAt83aObpqAYFa%2FS1ODzgjooDXtk1VuGQExrDP%2Fp7oNE9BBW%2Bb9HN0UAcGsYd%2Bman0Q0EFryierzHwCkWVRUo8%2B3Jxa9kjgrIMWmw56IdAyAR2yHp2cOjdNIBL1SBLSsttWt4GAtPdNezKVQ%2BCCQOzTZARSAGiUQIwuyrJ4YfM%2BItASgbNBxkbdmGp1SkCHrCVHpS4IrCEwdNDi6YIXArUSEMzWGL9zEKicwFkHzSyQWr03uYOAGR6V%2ByLiI7A5gbMAFze5XgjUQCCC2UM8Ad7cIFwQAQSqIWAWSA3umowXBOJe66sZHtW4GYIikIfA0EH7lFIyAnnhRX0shsBfglke%2F6BUBEonEL7hFMe%2BF%2BOtCILAcwIGFEt3IuRDoFQCZwHOU7TnjtWn4wmYrliqoyAXAgUSMMh4vJNW4iQBT8cK9BFEQqBaAmfTRKxFm%2FS7ftiBQASzGPmWzKNa70FwBPITOBtk3MFNuSQCkwQ8Hctv%2FiRAoG0CwyhkrOsx1XHSF%2FvhTgKCWdtuRO0QyELg7CmaQcY7nbTTJwn8L6X02drnLCauUAT6JpBSej880dBJm%2FTRfphJIG6UBLO%2BXYraI3AYAYOMMz2zw%2BYQMFXxMMtVEAIIzCJwNlVEJ22OG3dMEBhHFk1VnGVlDkIAgT0IDIOMkSFP%2FBKb5hLQGdvDGF0TAQS2JzB00gS5ue69r%2BPGJ2M6Y9ubnisigMCdBM46af%2FXl2tW2xkEYjBRivs7bczpCCCQkcAQ5GJNmjn9M7x%2Bo4dE24cOvMuoiopGAAEEFhE4m%2B4ofjUanGZUaxxMfL9IeRyMAAIIlE5gCHKxR1pk2jNlZEZEqPSQMZtitLXNn0s3TPIhgMBNAkN24o%2FiV6VRab7Y4tdNa3AAAgg0SeDiaVo4Q686CUTbjU%2FFjCo2aa0qhQAC5wTErzqD1RWpxa9zxfYeAQQQGAkMa9MiM1%2Fc5OuoXYkghXx1HsisFRsV2H8EEOiWgPhVSHS6LcYYv%2BJe44NZHd2arIojgMBSAoPTjLVJf5n6eDva7HhELHiO6afRFp6ILVVkxyOAQHcExK8dI9KyS4tf3VmfCiOAwCEEhjVqMcffU7VlgWnJ0TGaGB3hyDwVrK0RO0S7FYIAAi0TEL%2BWhKHVx4pfLRuRuiGAQPkEhmAX0xGisxYdCimO58W0CGDBanwSFp0wWRPLV3kSIoBAIwSGhCLi17yYdXnU%2BZMw8asRm1ANBBBolEBMuRue%2BIwdtl7XrUXw0gFrVM9VCwEE2iNwFr9i%2BngMnvUavy4HECPTrwHE9lRejRBAoFcCwwjl2GmLoBdT9uJJWwS%2B6MTU9IqgFTKH7BG8oxMagetx9NA0xF61XL0RQKBVAkOnLZ6yRfwKnz923GIALmJCTa%2FzgcOIxVGniF8Ro02jb1WJ1QsBBBBYQuCs8xbBL4JEdHYiAI5BcOzIRYcogmEEl%2FFvSVAczxn%2Fx%2FXiL64fwXbsbEWwGjtcEbDeCVpLWtSxCCCAQD8EhhgR8Sv%2BInaMnbjo%2FERc2SKGjQODY%2FyKWDjGsDF%2BRXnjgGHIEfKIX%2F2oopouJPD%2Fnrr7QkOh3LwAAAAASUVORK5CYII%3D%22%2F%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 3rem;
    width: 7rem;
  }
  html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-notice {
    margin: 100px 0;
  }
  html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-notice .grey-border-box {
    background: #f1f1f1;
    margin: 1rem 0;
  }
  html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-notice .px-multiples-dashboard--disclaimer-box {
    page-break-inside: avoid;
  }
  html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-notice .px-multiples-dashboard--disclaimer-box .px-multiples-dashboard--disclaimer-header {
    align-items: center;
    display: flex;
    gap: 1rem;
  }
  html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-notice .px-multiples-dashboard--disclaimer-box .px-multiples-dashboard--disclaimer-header .px-multiples-dashboard--disclaimer-header-icon {
    background-color: #002655;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20128%20512%22%3E%3C!--!Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M96%2064c0-17.7-14.3-32-32-32S32%2046.3%2032%2064l0%20256c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32L96%2064zM64%20480a40%2040%200%201%200%200-80%2040%2040%200%201%200%200%2080z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 70%;
    color: white;
    height: 3rem;
    width: 3rem;
  }
  html:has(#px-multiples-dashboard) .px-multiples-dashboard--print-notice .px-multiples-dashboard--contact-box {
    page-break-inside: avoid;
  }
  html:has(#px-multiples-dashboard) .px-multiples-dashboard--help-link {
    display: none;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard {
    margin: 0 !important;
  }
}
@media print and (min-width: 768px) {
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-dashboard-main {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media print {
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-dashboard-main .td-tc-tabs {
    display: none;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--active-filters {
    align-items: baseline;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-print-label {
    font-size: 18px;
    font-weight: 600;
    margin-right: 30px;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--active-filters .filter-item {
    background-image: none;
    padding-right: 0.8rem;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-view.single--main-table-view {
    width: 100%;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-view {
    visibility: visible !important;
    display: block !important;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner {
    display: block !important;
    width: 100%;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .wp-block-heading {
    margin-top: 0;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container {
    width: -moz-fit-content;
    width: fit-content;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable thead tr th {
    font-size: 10px;
    text-align: left;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable thead tr th .dt-column-order {
    display: none;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable tbody tr td {
    border-bottom: 1px solid rgba(117, 117, 117, 0.6);
    color: black;
    font-size: 10px;
    text-align: left;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable tbody tr.odd > td {
    background: white;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable tbody tr.even > td {
    background: #F5F5F5;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable tfoot {
    display: table-footer-group !important;
    position: relative;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable tfoot:after {
    content: "";
    height: 60px;
    width: 100%;
    display: block;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container .dt-length, html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container .dt-info, html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container .dt-paging, html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .px-multiples-dashboard--table-datatable-container .dt-autosize {
    display: none !important;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .td-tc-page-content {
    padding-top: 0;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner {
    display: none;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-tabs-content {
    padding-top: 0;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-tabs-content .px-tabs-content-inner .px-tab-content .px-multiples-dashboard--chart-header-block {
    margin-top: 20px;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-tabs-content .px-tabs-content-inner .px-tab-content:first-of-type .px-multiples-dashboard--chart-header-block {
    margin-top: 0;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner:has(.px-multiples-dashboard--main-chart-container[aria-hidden=false]) {
    display: block;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner .px-multiples-dashboard--active-filters .filter-item.active-custom-filter {
    display: none;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .wp-block-heading {
    display: none;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-divider {
    display: none;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content {
    display: none;
    max-width: 100vw;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content:has(.px-multiples-dashboard--main-chart-container[aria-hidden=false]) {
    display: block;
    page-break-inside: avoid; /* Prevent charts from splitting between pages */
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content:has(.px-multiples-dashboard--main-chart-container[aria-hidden=false]) .px-multiples-dashboard--main-chart-container {
    height: 200px;
    max-height: 200px;
    max-width: 100% !important;
    overflow: visible !important;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content:has(.px-multiples-dashboard--main-chart-container[aria-hidden=false]) .px-multiples-dashboard--main-chart-container .highcharts-container {
    max-width: 100% !important;
  }
  html:has(#px-multiples-dashboard) #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-tabs-content .px-tab-content:has(.px-multiples-dashboard--main-chart-container[aria-hidden=false]) .px-multiples-dashboard--main-chart-container svg {
    width: 100% !important;
    height: auto !important;
  }
  html:has(#px-multiples-dashboard):has(.px-sidebar--open) {
    overflow: initial;
  }
  #px-multiples-dashboard .px-multiples-dashboard--print-header, #px-multiples-dashboard .px-multiples-dashboard--print-footer {
    position: fixed;
  }
  #px-multiples-dashboard .px-multiples-dashboard--loading-indicator {
    display: none;
  }
  #px-multiples-dashboard .px-multiples-dashboard--print-notice {
    page-break-before: always;
  }
  #px-multiples-dashboard .px-multiples-dashboard--print-notice:before {
    content: "";
    height: 100px;
    width: 100%;
    display: block;
  }
  #px-multiples-dashboard .px-multiples-dashboard--main-table-inner .wp-block-heading {
    margin-top: 115px !important;
  }
  #px-multiples-dashboard .px-multiples-dashboard--table-datatable-container {
    margin-top: -100px;
  }
  #px-multiples-dashboard .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable {
    page-break-before: initial;
  }
  #px-multiples-dashboard .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable tr, #px-multiples-dashboard .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable td, #px-multiples-dashboard .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable th {
    page-break-before: initial;
  }
  #px-multiples-dashboard .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable thead {
    position: relative;
  }
  #px-multiples-dashboard .px-multiples-dashboard--table-datatable-container #px-multiples-dashboard--table-datatable thead:before {
    content: "";
    height: 100px;
    width: 100%;
    display: block;
  }
  #px-multiples-dashboard .px-multiples-dashboard--main-chart-view .px-multiples-dashboard--main-chart-inner:has(.px-multiples-dashboard--main-chart-container[aria-hidden=false]) {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=px-multiples-dashboard-public.css.map */