@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
button {
  margin: 5px 10px 5px 0px !important;
}
.button,
.button-primary {
  display: inline-block;
  padding: 8px 16px;
  background-color: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.button-primary {
  padding: 10px 20px;
  font-weight: 500;
}
.button:hover,
.button-primary:hover {
  background-color: #0085ba;
  color: #fff;
}
.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.survey-responses-page-header {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.survey-admin-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.survey-admin-title-row h1 {
  margin: 0;
}
.survey-version-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
  padding: 2px 8px;
  border: 1px solid #dde6f3;
  border-radius: 4px;
  background: #f7f9fc;
  color: #415985;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}
.survey-search-container {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}
.survey-search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.survey-search-row:last-child {
  margin-bottom: 0;
}
.survey-search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.survey-search-field label {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #495057;
}
.survey-search-input,
.survey-filter-select,
.survey-filter-date {
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.survey-search-input:focus,
.survey-filter-select:focus,
.survey-filter-date:focus {
  outline: 0;
  border-color: #0073aa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0,115,170,0.25);
          box-shadow: 0 0 0 0.2rem rgba(0,115,170,0.25);
}
.survey-quick-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.survey-quick-filters .survey-quick-filter {
  margin: 0;
}
.survey-search-results-count {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dee2e6;
  font-size: 14px;
  color: #6c757d;
}
.survey-search-results-count #survey-results-count-text {
  font-weight: 500;
}
.survey-results-header {
  margin-bottom: 30px;
}
.survey-results-title {
  margin: 0;
}
.survey-report-header-info {
  margin: 20px 0;
  padding: 10px 15px;
  background-color: #e7f3ff;
  border-left: 4px solid #2271b1;
  border-radius: 4px;
  width: 1240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.survey-report-header-info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 13px;
  color: #2271b1;
  font-weight: 500;
}
.survey-report-header-info-table th {
  text-align: left;
  padding: 4px 8px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 3px;
  white-space: normal;
  word-break: break-word;
}
.survey-report-header-info-table th.report-col-email {
  text-align: center;
}
.report-col-id,
.report-col-company,
.report-col-group,
.report-col-about,
.report-col-date,
.report-col-assessments,
.report-col-email {
  min-width: 0;
}
.report-col-id {
  width: 8%;
}
.report-col-id .report-expand-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 6px;
}
.report-col-id .report-expand-arrow svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
tr.respondent.open .report-col-id .report-expand-arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.report-col-company {
  width: 18%;
}
.report-col-group {
  width: 20%;
}
.report-col-about {
  width: 22%;
}
.report-col-date {
  width: 13%;
}
.report-col-assessments {
  width: 10%;
}
.report-col-email {
  width: 4%;
}
.rapport .title-row.respondent td {
  cursor: pointer;
  padding: 8px 10px;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  font-weight: 500;
  color: #495057;
  vertical-align: middle;
  white-space: normal;
  word-break: break-word;
}
.rapport .title-row.respondent td:first-child {
  border-left: 1px solid #dee2e6;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rapport .title-row.respondent td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rapport .title-row .report-col-email {
  text-align: center;
}
.rapport .title-row .report-col-email .mailto-link a {
  text-decoration: none;
  color: #495057;
  font-size: 1.2em;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.rapport .title-row .report-col-email .mailto-link a:hover {
  color: #007bff;
}
.rapport .title-row .assessment-counter-badge {
  display: inline-block;
  padding: 4px 10px;
  background-color: #0073aa;
  color: #fff;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  white-space: normal;
  cursor: help;
}
.rapport .title-row .assessment-counter-badge:hover {
  background-color: #005177;
}
.survey-report-nav-row {
  display: none;
}
.survey-report-quick-nav {
  position: fixed;
  top: 96px;
  right: 24px;
  z-index: 100000;
  display: none;
  width: 300px;
  max-height: calc(100vh - 128px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  border: 1px solid #dcdcde;
  border-left: 4px solid #2271b1;
  background: rgba(255,255,255,0.98);
  -webkit-box-shadow: 0 8px 24px rgba(0,0,0,0.18);
          box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  overflow-x: hidden;
  overflow-y: auto;
}
.survey-report-quick-nav.is-visible {
  display: block;
}
.survey-report-quick-nav-title {
  display: block;
  margin-bottom: 8px;
  color: #1d2327;
  font-size: 13px;
  font-weight: 700;
}
.survey-report-quick-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.survey-report-nav-button {
  border: 1px solid #2271b1;
  border-radius: 4px;
  background: #fff;
  color: #0a4b78;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 6px 9px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  white-space: normal;
}
.survey-report-nav-button:hover,
.survey-report-nav-button:focus {
  background: #e7f3ff;
  color: #043959;
  outline: 1px solid #72aee6;
  outline-offset: 1px;
}
.survey-report-nav-button.is-utility {
  border-color: #8c8f94;
  color: #50575e;
}
.survey-reports-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dee2e6;
}
.survey-tab-button {
  padding: 12px 24px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: -2px;
}
.survey-tab-button:hover {
  color: #0073aa;
  background-color: #f8f9fa;
}
.survey-tab-button.active {
  color: #0073aa;
  border-bottom-color: #0073aa;
  font-weight: 600;
}
.survey-tab-content {
  display: none;
}
.survey-tab-content.active {
  display: block;
}
.survey-grouped-responses {
  max-width: 1240px;
}
.survey-company-group {
  margin-bottom: 12px;
  border: 1px solid #dcdcde;
  background: #fff;
}
.survey-company-toggle,
.survey-report-group-toggle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 0;
  background: #f6f7f7;
  color: #1d2327;
  cursor: pointer;
  font-weight: 600;
  text-align: left;
}
.survey-company-toggle:hover,
.survey-report-group-toggle:hover,
.survey-company-toggle:focus,
.survey-report-group-toggle:focus {
  background: #eef5fb;
  outline: 1px solid #72aee6;
  outline-offset: -1px;
}
.survey-report-group {
  border-top: 1px solid #dcdcde;
}
.survey-report-group-toggle {
  padding-left: 34px;
  background: #fbfbfc;
  font-weight: 500;
}
.survey-group-toggle-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  color: #50575e;
}
.survey-group-toggle-icon svg {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.survey-group-toggle[aria-expanded="true"] .survey-group-toggle-icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.survey-group-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}
.survey-group-count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 3px 8px;
  border-radius: 999px;
  background: #e7f1fa;
  color: #1d4f73;
  font-size: 12px;
  font-weight: 600;
}
.survey-company-body,
.survey-report-group-body {
  overflow-x: auto;
}
.survey-report-group-body {
  padding: 8px 0 10px;
}
.survey-report-group-body .rapport {
  margin-bottom: 6px;
}
.survey-no-responses {
  margin: 16px 0;
  color: #646970;
}
.survey-grouped-responses.survey-filter-flat .survey-company-toggle,
.survey-grouped-responses.survey-filter-flat .survey-report-group-toggle {
  display: none;
}
.survey-grouped-responses.survey-filter-flat .survey-company-group,
.survey-grouped-responses.survey-filter-flat .survey-company-body,
.survey-grouped-responses.survey-filter-flat .survey-report-group,
.survey-grouped-responses.survey-filter-flat .survey-report-group-body {
  display: contents;
}
.survey-archive-btn {
  padding: 4px 12px;
  font-size: 13px;
  background-color: #dc3545;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.survey-archive-btn:hover {
  background-color: #c82333;
}
.survey-archive-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.survey-report-row-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.survey-generate-full-report-btn,
.survey-print-pdf-btn {
  white-space: nowrap;
}
.survey-generate-full-report-btn.is-generating,
.survey-print-pdf-btn.is-printing {
  opacity: 0.6;
  cursor: wait;
}
.report-col-actions {
  width: 128px;
  text-align: center;
}
.archived-badge {
  padding: 4px 12px;
  font-size: 13px;
  background-color: #6c757d;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
}
.rapport .page td[colspan="5"] {
  background-color: #fff;
}
.rapport .graphic-cart[colspan="5"] {
  background-color: #fff;
}
.rapport .page td[colspan="3"] {
  background-color: #fff;
}
.rapport tr[colspan="5"] td.incomplete-response {
  padding: 20px;
  text-align: center;
  color: #666;
}
.rapport {
  width: 1240px;
  overflow: hidden;
}
.rapport svg.pie-chart {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.rapport .page {
  width: 1230px;
  height: 1900px;
  overflow: hidden;
  display: none;
  background: #fff;
  background: linear-gradient(177deg, #fff 0%, #f0f0f0 100%);
  page-break-after: always;
}
.rapport .page h1,
.rapport .page h2,
.rapport .page h3,
.rapport .page h4,
.rapport .page h5,
.rapport .page h6,
.rapport .page p strong {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}
.rapport .page h1 {
  font-size: 24pt;
}
.rapport .page h2 {
  font-size: 18pt;
  line-height: 1.3;
}
.rapport .page p,
.rapport .page div,
.rapport .page li {
  font-size: 11pt;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}
.rapport .page canvas,
.rapport .page svg {
  font-family: "Merriweather", serif;
}
.rapport .page .page-footer {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.rapport .page .page-header {
  text-align: center;
}
.rapport .page.page0 .report-page {
  height: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.rapport .page .report-concept-name {
  margin: 0 0 18px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15pt;
  font-weight: 600;
  color: #2271b1;
}
.rapport .page h1.report-title {
  width: 100%;
  text-align: center;
  padding-top: 0;
  margin: 0 0 14px 0;
}
.rapport .page h2.under-title {
  width: 100%;
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
  font-size: 17pt;
  line-height: 1.35;
}
.rapport .page .report-subtitle-generating {
  color: #646970;
  font-style: italic;
}
.rapport .page.page0 .report-page.report-cover-page {
  width: 100%;
  height: 1900px;
  min-height: 1900px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: left;
  background: #fff;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.rapport .page .report-cover-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: 0;
}
.rapport .page .report-cover-text-mask {
  position: absolute;
  left: 9.7%;
  top: 32.3%;
  width: 70%;
  height: 12%;
  background: #fff;
  z-index: 1;
}
.rapport .page .report-cover-date {
  position: absolute;
  left: 10.68%;
  top: 33.28%;
  z-index: 2;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 10pt;
  line-height: 1.2;
  font-weight: 700;
  color: #415985;
}
.rapport .page h1.report-cover-name {
  position: absolute;
  left: 10.68%;
  top: 35.6%;
  z-index: 2;
  width: 68%;
  max-width: 68%;
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 26pt;
  line-height: 1.08;
  font-weight: 700;
  color: #415985;
}
.rapport .page .report-cover-copy {
  position: absolute;
  left: 9.7%;
  top: 56.8%;
  z-index: 2;
  width: 34%;
  height: 22.2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.25% 1%;
  background: #f3f3f3;
  color: #415985;
  font-family: "Montserrat", sans-serif;
  font-size: 10pt;
  line-height: 1.6;
  text-align: left;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.rapport .page .report-cover-copy p {
  margin: 0 0 20px;
  color: #415985;
  font-family: "Montserrat", sans-serif;
  font-size: 10pt;
  line-height: 1.6;
}
.rapport .page .report-cover-copy p:last-child {
  margin-bottom: 0;
}
.rapport .page h2.report-cover-subtitle {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  color: transparent !important;
}
.rapport tr.report-cover-row.page0>td {
  padding: 0 !important;
  background: #fff !important;
}
.rapport tr.page>td {
  padding: 100px 50px;
  vertical-align: top;
  height: 100%;
  position: relative;
}
.rapport tr.page>td table {
  height: 100%;
}
.rapport tr.page>td tr {
  height: 100%;
}
.rapport tr.page>td table,
.rapport tr.page>td tr,
.rapport tr.page>td td {
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  border-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: top;
}
.rapport .Section-Page {
  min-height: 900px;
}
.rapport .Section-Page.Section-Page-5,
.rapport .Section-Page.Section-Page-10,
.rapport .Section-Page.Section-Page-15,
.rapport .Section-Page.Section-Page-20,
.rapport .Section-Page.Section-Page-25,
.rapport .Section-Page.Section-Page-30,
.rapport .Section-Page.Section-Page-35,
.rapport .Section-Page.Section-Page-40,
.rapport .Section-Page.Section-Page-45,
.rapport .Section-Page.Section-Page-50 {
  min-height: auto;
  height: auto;
}
.rapport .vertical-bar-graph-cell {
  min-width: 170px;
  min-height: 650px;
  text-align: center;
  height: 650px;
  font-family: "Merriweather", serif;
  padding-right: 30px;
  padding-left: 20px;
  vertical-align: top;
  padding-top: 20px;
  padding-right: 40px !important;
  max-width: 170px;
}
.rapport .vertical-bar-graph-cell.position-0 {
  min-width: 170px;
  min-height: 650px;
  text-align: center;
  height: 650px;
  font-family: "Merriweather", serif;
  padding-right: 30px;
  padding-left: 20px;
  vertical-align: top;
  padding-top: 20px;
  padding-right: 40px !important;
  max-width: 170px;
}
.rapport .vertical-bar-graph-cell.position-1 {
  min-width: 170px;
  min-height: 650px;
  text-align: center;
  height: 650px;
  font-family: "Merriweather", serif;
  padding-right: 30px;
  padding-left: 20px;
  vertical-align: top;
  padding-top: 20px;
  padding-left: 100px !important;
  max-width: 170px;
  padding-right: 0;
  padding-left: 70px;
  margin-right: -20px;
  left: -20px;
  position: relative;
}
.rapport .vertical-bar-graph-cell.position-1 .vertical-bar-graph .toplabel {
  padding-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
}
.rapport .vertical-bar-graph-cell.position-1 .vertical-bar-graph .bottomlabel {
  padding-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
}
.rapport .vertical-bar-graph-cell.seperate {
  min-width: 170px;
  min-height: 650px;
  text-align: center;
  height: 650px;
  font-family: "Merriweather", serif;
  padding-right: 30px;
  padding-left: 20px;
  vertical-align: top;
  padding-top: 20px;
  left: -30px;
  padding-top: 60px;
}
.rapport .vertical-bar-graph-cell.seperate h3 {
  position: absolute;
  top: -60px;
  width: 200px;
  text-align: left;
  left: -30px;
}
.rapport .vertical-bar-graph-cell.seperate .vertical-bar-graph .toplabel {
  font-size: 8pt;
  padding-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
}
.rapport .vertical-bar-graph-cell.seperate .vertical-bar-graph .bottomlabel {
  font-size: 8pt;
  padding-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph {
  min-width: 66%;
  height: 100%;
  width: 100%;
  max-height: 700px;
  overflow: visible;
  position: relative;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .toplabel {
  padding-bottom: 10px;
  text-align: left;
  padding-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  z-index: 10;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .bottomlabel {
  padding-top: 10px;
  text-align: left;
  padding-left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  z-index: 10;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .label {
  padding-top: 10px;
  font-weight: 600;
  text-align: left;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground {
  min-width: 66%;
  height: 100%;
  width: 66%;
  position: relative;
  overflow: visible;
  background-color: #c4e4ca;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .vertical-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .horisontal-bar {
  background-color: #8dc297;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground:before {
  content: '';
  width: 1px;
  height: 95%;
  border-left: 1px solid #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .vertical-bar-graphbackground-zone,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .horisontal-bar-graphbackground-zone {
  position: absolute;
  z-index: 2;
  min-width: 100%;
  height: 100%;
  width: 66%;
  height: 15%;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .vertical-bar-graphbackground-zone.vertical-bar-graphbackground-top,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .horisontal-bar-graphbackground-zone.vertical-bar-graphbackground-top,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .vertical-bar-graphbackground-zone.horisontal-bar-graphbackground-top,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .horisontal-bar-graphbackground-zone.horisontal-bar-graphbackground-top {
  top: 0;
  background-color: rgba(0,0,0,0.15);
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .vertical-bar-graphbackground-zone.vertical-bar-graphbackground-bottom,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .horisontal-bar-graphbackground-zone.vertical-bar-graphbackground-bottom,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .vertical-bar-graphbackground-zone.horisontal-bar-graphbackground-bottom,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .horisontal-bar-graphbackground-zone.horisontal-bar-graphbackground-bottom {
  bottom: 0;
  background-color: rgba(255,255,255,0.5);
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.opsøger,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.giver-plads,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.taler,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.lytter {
  background-color: #c4e4ca;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.opsøger .vertical-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.giver-plads .vertical-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.taler .vertical-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.lytter .vertical-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.opsøger .horisontal-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.giver-plads .horisontal-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.taler .horisontal-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.lytter .horisontal-bar {
  background-color: #8dc297;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.rådgiver,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.udforsker,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.tager-styring,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.giver-styring {
  background-color: #e6f7ff;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.rådgiver .vertical-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.udforsker .vertical-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.tager-styring .vertical-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.giver-styring .vertical-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.rådgiver .horisontal-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.udforsker .horisontal-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.tager-styring .horisontal-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.giver-styring .horisontal-bar {
  background-color: #a8cdde;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.deler-åbent,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.inviterer-til-åbenhed,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.giver-kritik,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.giver-anerkendelse {
  background-color: #eec2b9;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.deler-åbent .vertical-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.inviterer-til-åbenhed .vertical-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.giver-kritik .vertical-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.giver-anerkendelse .vertical-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.deler-åbent .horisontal-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.inviterer-til-åbenhed .horisontal-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.giver-kritik .horisontal-bar,
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground.giver-anerkendelse .horisontal-bar {
  background-color: #d49e92;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .vertical-bar {
  width: 75%;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #8dc297;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .vertical-bar .graph-score-label {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 12pt;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .indicator-line.at15 {
  position: absolute;
  border-top: 2px solid rgba(0,0,0,0.15);
  width: 110%;
  bottom: 0;
  height: 15%;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .indicator-line.at15 .indicator-label {
  position: absolute;
  right: -45px;
  top: -10px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  white-space: nowrap;
  z-index: 200;
  display: block;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .indicator-line.at50 {
  position: absolute;
  border-top: 2px solid rgba(0,0,0,0.15);
  width: 110%;
  bottom: 0;
  height: 50%;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .indicator-line.at50 .indicator-label {
  position: absolute;
  right: -45px;
  top: -10px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  white-space: nowrap;
  z-index: 200;
  display: block;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .indicator-line.at85 {
  position: absolute;
  border-top: 2px solid rgba(0,0,0,0.15);
  width: 110%;
  bottom: 0;
  height: 85%;
}
.rapport .vertical-bar-graph-cell .vertical-bar-graph .vertical-bar-graphbackground .indicator-line.at85 .indicator-label {
  position: absolute;
  right: -45px;
  top: -10px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  white-space: nowrap;
  z-index: 200;
  display: block;
}
.rapport .horisontal-bar-graph-cell {
  min-width: 170px;
  min-height: 650px;
  text-align: center;
  height: 650px;
  font-family: "Merriweather", serif;
  padding-right: 30px;
  padding-left: 20px;
  vertical-align: top;
  padding-top: 20px;
  padding-right: 40px !important;
  max-width: 170px;
}
.rapport .horisontal-bar-graph-cell.seperate {
  min-width: 170px;
  min-height: 650px;
  text-align: center;
  height: 650px;
  font-family: "Merriweather", serif;
  padding-right: 30px;
  padding-left: 20px;
  vertical-align: top;
  padding-top: 20px;
  position: relative;
  padding-top: 140px;
  left: 0%;
  min-height: auto;
  height: auto;
}
.rapport .horisontal-bar-graph-cell.seperate h3 {
  position: absolute;
  top: 20px;
  width: 500px;
  text-align: left;
  left: 50px;
  margin: 0;
  padding: 0;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph {
  width: 90%;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .toplabel {
  padding-bottom: 10px;
  text-align: left;
  padding-bottom: 0px;
  padding-top: 0px;
  position: absolute;
  top: 80px;
  right: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .bottomlabel {
  padding-top: 10px;
  text-align: left;
  padding-bottom: 0px;
  padding-top: 0px;
  position: absolute;
  top: 80px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .label {
  padding-top: 0px;
  text-align: left;
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground {
  min-width: 66%;
  height: 100%;
  width: 66%;
  position: relative;
  overflow: visible;
  background-color: #c4e4ca;
  width: 100%;
  height: 50px;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .vertical-bar,
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .horisontal-bar {
  background-color: #8dc297;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground:before {
  content: '';
  width: 95%;
  height: 1px;
  border-left: 0px;
  border-top: 1px solid #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  top: auto;
  bottom: -20px;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .vertical-bar-graphbackground-zone,
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .horisontal-bar-graphbackground-zone {
  position: absolute;
  z-index: 2;
  width: 15%;
  height: 100%;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .vertical-bar-graphbackground-zone.vertical-bar-graphbackground-top,
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .horisontal-bar-graphbackground-zone.vertical-bar-graphbackground-top,
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .vertical-bar-graphbackground-zone.horisontal-bar-graphbackground-top,
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .horisontal-bar-graphbackground-zone.horisontal-bar-graphbackground-top {
  top: 0;
  background-color: rgba(0,0,0,0.15);
  right: 0;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .vertical-bar-graphbackground-zone.vertical-bar-graphbackground-bottom,
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .horisontal-bar-graphbackground-zone.vertical-bar-graphbackground-bottom,
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .vertical-bar-graphbackground-zone.horisontal-bar-graphbackground-bottom,
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .horisontal-bar-graphbackground-zone.horisontal-bar-graphbackground-bottom {
  bottom: 0;
  background-color: rgba(255,255,255,0.5);
  left: 0;
  top: 0;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground.frygter-at-blive-ignoreret {
  background-color: #c4e4ca;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground.frygter-at-blive-ignoreret .vertical-bar,
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground.frygter-at-blive-ignoreret .horisontal-bar {
  background-color: #8dc297;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground.frygter-at-blive-ydmyget {
  background-color: #e6f7ff;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground.frygter-at-blive-ydmyget .vertical-bar,
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground.frygter-at-blive-ydmyget .horisontal-bar {
  background-color: #a8cdde;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground.frygter-at-blive-afvist {
  background-color: #eec2b9;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground.frygter-at-blive-afvist .vertical-bar,
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground.frygter-at-blive-afvist .horisontal-bar {
  background-color: #d49e92;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .horisontal-bar {
  height: 75%;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #8dc297;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .indicator-line.at15 {
  position: absolute;
  border-top: 0px;
  border-right: 2px solid rgba(0,0,0,0.15);
  height: 110%;
  bottom: 0;
  width: 15%;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .indicator-line.at15 .indicator-label {
  position: absolute;
  top: -50px;
  right: -10px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  white-space: nowrap;
  z-index: 200;
  display: block;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .indicator-line.at50 {
  position: absolute;
  border-top: 0px;
  border-right: 2px solid rgba(0,0,0,0.15);
  height: 110%;
  bottom: 0;
  width: 50%;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .indicator-line.at50 .indicator-label {
  position: absolute;
  top: -50px;
  right: -10px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  white-space: nowrap;
  z-index: 200;
  display: block;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .indicator-line.at85 {
  position: absolute;
  border-top: 0px;
  border-right: 2px solid rgba(0,0,0,0.15);
  height: 110%;
  bottom: 0;
  width: 85%;
}
.rapport .horisontal-bar-graph-cell .horisontal-bar-graph .horisontal-bar-graphbackground .indicator-line.at85 .indicator-label {
  position: absolute;
  top: -50px;
  right: -10px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  white-space: nowrap;
  z-index: 200;
  display: block;
}
.rapport .vertical-bar-graph-cell.seperate {
  padding-right: 50px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px;
  height: 500px;
  text-align: center;
  position: relative;
}
.rapport .vertical-bar-graph-cell.seperate .vertical-bar-graph {
  width: 100px;
  min-width: 100px;
  height: 400px;
}
.rapport .vertical-bar-graph-cell.seperate .vertical-bar-graph .vertical-bar-graphbackground .indicator-line:after {
  right: -40px;
}
.rapport .vertical-bar-graph-cell.seperate > div {
  width: 25%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rapport .vertical-bar-graph-cell.seperate .vertical-bar {
  border: 0;
}
.rapport .vertical-bar-graph-cell.seperate .vertical-bar .graph-score-label {
  top: 6px;
  font-size: 9pt;
}
.rapport .vertical-bar-graph-cell.seperate .vertical-bar-graph-label.label {
  display: none;
}
.rapport .vertical-bar-graph-cell:not(.seperate) .vertical-bar {
  border: 2px solid #fff;
}
.rapport .graph-polarity-marker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
  min-width: 12px;
  color: currentColor;
  font-family: Arial, sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
}
.rapport .graph-polarity-text {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  -ms-hyphens: auto;
      hyphens: auto;
}
.rapport .graphic-cart canvas {
  width: 1000px !important;
  height: 1000px !important;
  margin: 0 auto;
}
.rapport .mainCategoryChart {
  width: 1000px !important;
  height: 200px !important;
  margin: 0 auto;
}
.rapport .report-page {
  margin: 0 auto;
}
.rapport .report-analysis-content {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.rapport .report-analysis-content h1,
.rapport .report-analysis-content h2 {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
  page-break-after: avoid;
  orphans: 5;
}
.rapport .report-analysis-content h1 + *,
.rapport .report-analysis-content h2 + * {
  -webkit-column-break-before: avoid;
     -moz-column-break-before: avoid;
          break-before: avoid;
  page-break-before: avoid;
}
.rapport .report-analysis-content h3 {
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
  page-break-after: avoid;
  orphans: 5;
}
.rapport .report-analysis-content h3 + * {
  -webkit-column-break-before: avoid;
     -moz-column-break-before: avoid;
          break-before: avoid;
  page-break-before: avoid;
}
.rapport .report-analysis-content p:has(strong:first-child) {
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
  page-break-after: avoid;
  orphans: 5;
}
.rapport .report-analysis-content p:has(strong:first-child) + * {
  -webkit-column-break-before: avoid;
     -moz-column-break-before: avoid;
          break-before: avoid;
  page-break-before: avoid;
}
.rapport .report-analysis-content li:has(strong:first-child) {
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
  page-break-after: avoid;
  orphans: 5;
}
.rapport .report-analysis-content li:has(strong:first-child) + * {
  -webkit-column-break-before: avoid;
     -moz-column-break-before: avoid;
          break-before: avoid;
  page-break-before: avoid;
}
.survey-user-results {
  margin: 0 !important;
  padding: 0 !important;
}
.survey-user-results .wrap {
  margin: 0 !important;
  padding: 0 !important;
}
.survey-user-results .rapport .title-row {
  display: none !important;
}
.survey-user-results .rapport {
  width: 1240px !important;
  overflow: hidden !important;
  margin: 0 auto !important;
}
.survey-user-results table.rapport {
  width: 1240px !important;
}
.survey-user-results table.rapport.show {
  display: block !important;
  width: 1240px !important;
  border: 0px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.survey-user-results table.rapport.show .title-row {
  display: none !important;
}
.survey-user-results .rapport .page {
  width: 1230px !important;
  height: 1900px !important;
  overflow: hidden !important;
  display: none !important;
  background: #fff !important;
  page-break-after: always !important;
}
.survey-user-results table.rapport.show tr.page {
  display: table-row !important;
  width: 1230px !important;
  height: 1900px !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.survey-user-results .rapport tr.page > td {
  padding: 100px 50px !important;
  vertical-align: top !important;
  height: 100% !important;
  position: relative !important;
  background: #fff !important;
}
.survey-user-results .rapport tr.page > td table {
  height: 100% !important;
  background: #fff !important;
}
.survey-user-results .rapport tr.page > td tr {
  height: 100% !important;
  background: #fff !important;
}
.survey-user-results .rapport tr.page > td table,
.survey-user-results .rapport tr.page > td tr {
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  background: #fff !important;
  border-bottom: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.survey-user-results .rapport tr.page > td table td:not(.vertical-bar-graph-cell):not(.horisontal-bar-graph-cell) {
  padding: 0 !important;
}
.survey-user-results .rapport tr.page > td table td {
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  background: #fff !important;
  border-bottom: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  vertical-align: top !important;
}
.survey-user-results .rapport tr.page > td table.Section-Page {
  height: 100% !important;
  width: 100% !important;
}
.survey-user-results .rapport tr.page > td table.Section-Page tr {
  height: auto !important;
}
.survey-user-results .rapport tr.page > td table.Section-Page td {
  height: auto !important;
  vertical-align: top !important;
}
.survey-user-results .rapport .page h1,
.survey-user-results .rapport .page h2,
.survey-user-results .rapport .page h3,
.survey-user-results .rapport .page h4,
.survey-user-results .rapport .page h5,
.survey-user-results .rapport .page h6,
.survey-user-results .rapport .page p strong {
  font-family: "Merriweather", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.survey-user-results .rapport .page h1 {
  font-size: 24pt !important;
}
.survey-user-results .rapport .page h2 {
  font-size: 18pt !important;
  line-height: 1.3 !important;
}
.survey-user-results .rapport .page p,
.survey-user-results .rapport .page div,
.survey-user-results .rapport .page li {
  font-size: 11pt !important;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.5 !important;
}
.survey-user-results .rapport .page .page-header {
  text-align: center !important;
}
.survey-user-results .rapport .page .page-footer {
  text-align: right !important;
  position: absolute !important;
  bottom: 0 !important;
  right: 20px !important;
}
.survey-user-results .rapport .page.page0 .report-page {
  height: 1200px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-align: center !important;
}
.survey-user-results .rapport .page .report-concept-name {
  margin: 0 0 18px 0 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15pt !important;
  font-weight: 600 !important;
  color: #2271b1 !important;
}
.survey-user-results .rapport .page h1.report-title {
  width: 100% !important;
  text-align: center !important;
  padding-top: 0 !important;
  margin: 0 0 14px 0 !important;
}
.survey-user-results .rapport .page h2.under-title {
  width: 100% !important;
  max-width: 760px !important;
  text-align: center !important;
  margin: 0 auto !important;
  font-size: 17pt !important;
  line-height: 1.35 !important;
}
.survey-user-results .rapport .page .report-subtitle-generating {
  color: #646970 !important;
  font-style: italic !important;
}
.survey-user-results .rapport .page.page0 .report-page.report-cover-page {
  width: 100% !important;
  height: 1900px !important;
  min-height: 1900px !important;
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  margin: 0 !important;
  text-align: left !important;
  background: #fff !important;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}
.survey-user-results .rapport .page .report-cover-art {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  -o-object-fit: fill !important;
     object-fit: fill !important;
  z-index: 0 !important;
}
.survey-user-results .rapport .page .report-cover-text-mask {
  position: absolute !important;
  left: 9.7% !important;
  top: 32.3% !important;
  width: 70% !important;
  height: 12% !important;
  background: #fff !important;
  z-index: 1 !important;
}
.survey-user-results .rapport .page .report-cover-date {
  position: absolute !important;
  left: 10.68% !important;
  top: 33.28% !important;
  z-index: 2 !important;
  margin: 0 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 10pt !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #415985 !important;
}
.survey-user-results .rapport .page h1.report-cover-name {
  position: absolute !important;
  left: 10.68% !important;
  top: 35.6% !important;
  z-index: 2 !important;
  width: 68% !important;
  max-width: 68% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 26pt !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  color: #415985 !important;
}
.survey-user-results .rapport .page .report-cover-copy {
  position: absolute !important;
  left: 9.7% !important;
  top: 56.8% !important;
  z-index: 2 !important;
  width: 34% !important;
  height: 22.2% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: 2.25% 1% !important;
  background: #f3f3f3 !important;
  color: #415985 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 10pt !important;
  line-height: 1.6 !important;
  text-align: left !important;
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}
.survey-user-results .rapport .page .report-cover-copy p {
  margin: 0 0 20px !important;
  color: #415985 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 10pt !important;
  line-height: 1.6 !important;
}
.survey-user-results .rapport .page .report-cover-copy p:last-child {
  margin-bottom: 0 !important;
}
.survey-user-results .rapport .page h2.report-cover-subtitle {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  color: transparent !important;
}
.survey-user-results .rapport tr.report-cover-row.page0>td {
  padding: 0 !important;
  background: #fff !important;
}
.survey-user-results .rapport .report-analysis-content {
  -webkit-column-count: 2 !important;
     -moz-column-count: 2 !important;
          column-count: 2 !important;
  -webkit-column-gap: 50px !important;
     -moz-column-gap: 50px !important;
          column-gap: 50px !important;
}
.survey-user-results .rapport .report-analysis-content h1,
.survey-user-results .rapport .report-analysis-content h2 {
  -webkit-column-span: all !important;
     -moz-column-span: all !important;
          column-span: all !important;
}
.survey-user-results .rapport .report-analysis-content h2 {
  -webkit-column-break-after: avoid !important;
     -moz-column-break-after: avoid !important;
          break-after: avoid !important;
  page-break-after: avoid !important;
  orphans: 5 !important;
}
.survey-user-results .rapport .report-analysis-content h2 + * {
  -webkit-column-break-before: avoid !important;
     -moz-column-break-before: avoid !important;
          break-before: avoid !important;
  page-break-before: avoid !important;
}
.survey-user-results .rapport .report-analysis-content h3 {
  -webkit-column-break-after: avoid !important;
     -moz-column-break-after: avoid !important;
          break-after: avoid !important;
  page-break-after: avoid !important;
  orphans: 5 !important;
}
.survey-user-results .rapport .report-analysis-content h3 + * {
  -webkit-column-break-before: avoid !important;
     -moz-column-break-before: avoid !important;
          break-before: avoid !important;
  page-break-before: avoid !important;
}
.survey-user-results .rapport .report-analysis-content p:has(strong:first-child) {
  -webkit-column-break-after: avoid !important;
     -moz-column-break-after: avoid !important;
          break-after: avoid !important;
  page-break-after: avoid !important;
  orphans: 5 !important;
}
.survey-user-results .rapport .report-analysis-content p:has(strong:first-child) + * {
  -webkit-column-break-before: avoid !important;
     -moz-column-break-before: avoid !important;
          break-before: avoid !important;
  page-break-before: avoid !important;
}
.survey-user-results .rapport .report-analysis-content li:has(strong:first-child) {
  -webkit-column-break-after: avoid !important;
     -moz-column-break-after: avoid !important;
          break-after: avoid !important;
  page-break-after: avoid !important;
  orphans: 5 !important;
}
.survey-user-results .rapport .report-analysis-content li:has(strong:first-child) + * {
  -webkit-column-break-before: avoid !important;
     -moz-column-break-before: avoid !important;
          break-before: avoid !important;
  page-break-before: avoid !important;
}
.survey-user-results .rapport tr.page,
.survey-user-results .rapport tr.page > td,
.survey-user-results .rapport tr.page > td > div,
.survey-user-results .rapport tr.page > td > table,
.survey-user-results .rapport .page {
  background: #fff !important;
}
.survey-user-results .rapport .page,
.survey-user-results .rapport tr.page,
.survey-user-results .rapport tr.page > td {
  background-image: none !important;
  background: #fff !important;
}
.survey-user-results .rapport tr.page > td table td.vertical-bar-graph-cell,
.survey-user-results .rapport tr.page > td table td.horisontal-bar-graph-cell {
  padding: 20px 30px 20px 20px !important;
  min-width: 170px !important;
  min-height: 650px !important;
  height: 650px !important;
  text-align: center !important;
  font-family: "Merriweather", serif !important;
  vertical-align: top !important;
}
.survey-user-results .rapport .vertical-bar-graph-cell.seperate {
  padding-right: 50px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  height: 500px !important;
  text-align: center !important;
  position: relative !important;
}
.survey-user-results .rapport .vertical-bar-graph-cell.seperate .vertical-bar-graph {
  width: 100px !important;
  min-width: 100px !important;
  height: 400px !important;
}
.survey-user-results .rapport .vertical-bar-graph-cell.seperate .vertical-bar-graph .vertical-bar-graphbackground .indicator-line:after {
  right: -40px !important;
}
.survey-user-results .rapport .vertical-bar-graph-cell.seperate > div {
  width: 25% !important;
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.survey-user-results .rapport .horisontal-bar-graph-cell.seperate {
  position: relative !important;
  padding-top: 140px !important;
  left: 0% !important;
  min-height: auto !important;
  height: auto !important;
}
.survey-user-results .rapport .horisontal-bar-graph-cell.seperate h3 {
  position: absolute !important;
  top: 20px !important;
  width: 500px !important;
  text-align: left !important;
  left: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.summary-table {
  width: 100%;
  --summary-question-column: minmax(240px, 2fr);
  --summary-data-column: max-content;
  --summary-grid-template: var(--summary-question-column) repeat(var(--summary-data-columns, 1), var(--summary-data-column));
  border: 1px solid #ccd0d4;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--summary-grid-template);
  grid-template-columns: var(--summary-grid-template);
}
.summary-table .summary-table-header,
.summary-table .summary-table-body,
.summary-table .summary-row {
  display: contents;
}
.summary-table .summary-row .summary-cell {
  padding: 8px 10px;
  border-bottom: 1px solid #ccd0d4;
  border-right: 1px solid #ccd0d4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.summary-table .summary-row .summary-cell.summary-cell-last {
  border-right: 0;
}
.summary-table .summary-table-body .summary-row:last-child .summary-cell {
  border-bottom: 0;
}
.summary-table .summary-header-row .summary-cell {
  background: #f6f7f7;
  font-weight: 600;
}
.summary-table.striped .summary-table-body .summary-row:nth-child(odd) .summary-cell {
  background: #f9f9f9;
}
.summary-table .summary-row .summary-cell:first-child {
  text-align: left;
  min-width: 0;
  overflow: hidden;
}
.summary-table .summary-question-text {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.summary-table .summary-row .summary-cell:not(:first-child) {
  text-align: right;
  white-space: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.summary-table .summary-row .summary-cell.summary-compare-cell,
.summary-table .summary-header-cell.summary-compare-header {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.summary-table .summary-row .summary-cell.summary-compare-cell {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 4px;
}
.summary-table .summary-row .summary-cell.summary-response-cell,
.summary-table .summary-row .summary-cell.summary-average-cell,
.summary-table .summary-header-cell.summary-response-header,
.summary-table .summary-header-cell.summary-average-header {
  white-space: nowrap;
  text-align: right;
}
.summary-table .summary-header-cell p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.summary-table .summary-header-cell.summary-response-header p.summary-header-text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.summary-table .summary-header-cell.summary-average-header p.summary-header-text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.summary-table-page-note {
  margin: 0 0 8px;
  color: #415985;
  font-size: 13px;
  font-weight: 700;
}
.summary-compare {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #d9534f;
  border: 1px solid #ccd0d4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.summary-compare-center {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #b52b27;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.summary-compare-bar {
  position: absolute;
  top: 0;
  height: 100%;
  background: #28a745;
}
.summary-compare-bar-left {
  right: 50%;
}
.summary-compare-bar-right {
  left: 50%;
}
.summary-table .summary-row.question-category-opsøger .summary-compare,
.summary-table .summary-row.question-category-giver-plads .summary-compare,
.summary-table .summary-row.question-category-taler .summary-compare,
.summary-table .summary-row.question-category-lytter .summary-compare {
  background: #c4e4ca;
}
.summary-table .summary-row.question-category-opsøger .summary-compare-bar,
.summary-table .summary-row.question-category-giver-plads .summary-compare-bar,
.summary-table .summary-row.question-category-taler .summary-compare-bar,
.summary-table .summary-row.question-category-lytter .summary-compare-bar,
.summary-table .summary-row.question-category-opsøger .summary-compare-center,
.summary-table .summary-row.question-category-giver-plads .summary-compare-center,
.summary-table .summary-row.question-category-taler .summary-compare-center,
.summary-table .summary-row.question-category-lytter .summary-compare-center {
  background: #8dc297;
}
.summary-table .summary-row.question-category-rådgiver .summary-compare,
.summary-table .summary-row.question-category-udforsker .summary-compare,
.summary-table .summary-row.question-category-tager-styring .summary-compare,
.summary-table .summary-row.question-category-giver-styring .summary-compare {
  background: #e6f7ff;
}
.summary-table .summary-row.question-category-rådgiver .summary-compare-bar,
.summary-table .summary-row.question-category-udforsker .summary-compare-bar,
.summary-table .summary-row.question-category-tager-styring .summary-compare-bar,
.summary-table .summary-row.question-category-giver-styring .summary-compare-bar,
.summary-table .summary-row.question-category-rådgiver .summary-compare-center,
.summary-table .summary-row.question-category-udforsker .summary-compare-center,
.summary-table .summary-row.question-category-tager-styring .summary-compare-center,
.summary-table .summary-row.question-category-giver-styring .summary-compare-center {
  background: #a8cdde;
}
.summary-table .summary-row.question-category-deler-åbent .summary-compare,
.summary-table .summary-row.question-category-inviterer-til-åbenhed .summary-compare,
.summary-table .summary-row.question-category-giver-kritik .summary-compare,
.summary-table .summary-row.question-category-giver-anerkendelse .summary-compare {
  background: #eec2b9;
}
.summary-table .summary-row.question-category-deler-åbent .summary-compare-bar,
.summary-table .summary-row.question-category-inviterer-til-åbenhed .summary-compare-bar,
.summary-table .summary-row.question-category-giver-kritik .summary-compare-bar,
.summary-table .summary-row.question-category-giver-anerkendelse .summary-compare-bar,
.summary-table .summary-row.question-category-deler-åbent .summary-compare-center,
.summary-table .summary-row.question-category-inviterer-til-åbenhed .summary-compare-center,
.summary-table .summary-row.question-category-giver-kritik .summary-compare-center,
.summary-table .summary-row.question-category-giver-anerkendelse .summary-compare-center {
  background: #d49e92;
}
@media print {
  .summary-table {
    display: -ms-grid !important;
    display: grid !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    page-break-inside: avoid;
    border: 1px solid #ccd0d4 !important;
  }
  .summary-table .summary-row,
  .summary-table .summary-cell,
  .summary-compare,
  .summary-compare-bar,
  .summary-compare-center {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .summary-table .summary-cell {
    border-bottom: 1px solid #ccd0d4 !important;
    border-right: 1px solid #ccd0d4 !important;
  }
  .summary-table .summary-row .summary-cell.summary-cell-last {
    border-right: 0 !important;
  }
  html {
    padding: 0px !important;
    background: #fff !important;
  }
  body {
    padding: 0px !important;
    background: #fff !important;
  }
  #wpbody-content,
  #wpbody-content * {
    visibility: hidden !important;
  }
  #wpbody-content table.rapport.show,
  #wpbody-content table.rapport.show * {
    visibility: visible !important;
  }
  #adminmenumain {
    display: none;
  }
  #wpcontent {
    margin-left: 0px !important;
    padding-left: 0px !important;
    background: #fff !important;
  }
  #wpbody-content {
    margin: 0px !important;
    padding: 0px !important;
  }
  #wpbody-content .wrap {
    margin: 0px !important;
    padding: 0px !important;
    background: #fff !important;
  }
  #wpfooter {
    display: none;
  }
  .wrap > h2 {
    display: none;
  }
  #survey-search-container {
    display: none !important;
  }
  .survey-company-toggle,
  .survey-report-group-toggle,
  .survey-report-nav-row,
  .survey-report-quick-nav {
    display: none !important;
  }
  .survey-grouped-responses,
  .survey-company-group,
  .survey-company-body,
  .survey-company-body[hidden],
  .survey-report-group,
  .survey-report-group-body,
  .survey-report-group-body[hidden] {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    overflow: visible !important;
  }
  .notice,
  .notice-error {
    display: none !important;
  }
  table.rapport {
    display: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  table.rapport .report-page {
    width: 100% !important;
  }
  table.rapport.show {
    display: block;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 980px !important;
    border: 0px !important;
    border-right: 0px solid transparent;
    padding: 0;
    margin: 0px;
  }
  table.rapport.show .title-row {
    display: none;
  }
  table.rapport.show tr.page {
    display: block;
    page-break-after: always;
    page-break-before: always;
    page-break-inside: avoid;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 980px !important;
    height: 1400px !important;
    overflow: hidden;
  }
  table.rapport.show tr.page>td {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px solid transparent !important;
    background: #fff !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    width: 980px !important;
    height: 1400px !important;
    overflow: hidden;
    vertical-align: top;
  }
  table.rapport.show tr.page>td .generate {
    display: none !important;
  }
  table.rapport.show tr.page>td .generateAll {
    display: none !important;
  }
  table.rapport.show tr.page>td .regenerate {
    display: none !important;
  }
  table.rapport.show tr.page>td .report-save-retry {
    display: none !important;
  }
  .report-analysis-content .regenerate,
  .report-analysis-content .generateAll,
  .report-analysis-content .report-save-retry {
    display: none !important;
  }
  .report-analysis-content h2 {
    -webkit-column-break-after: avoid !important;
       -moz-column-break-after: avoid !important;
            break-after: avoid !important;
    page-break-after: avoid !important;
    orphans: 5 !important;
  }
  .report-analysis-content h2 + * {
    -webkit-column-break-before: avoid !important;
       -moz-column-break-before: avoid !important;
            break-before: avoid !important;
    page-break-before: avoid !important;
  }
  .report-analysis-content h3 {
    -webkit-column-break-after: avoid !important;
       -moz-column-break-after: avoid !important;
            break-after: avoid !important;
    page-break-after: avoid !important;
    orphans: 5 !important;
  }
  .report-analysis-content h3 + * {
    -webkit-column-break-before: avoid !important;
       -moz-column-break-before: avoid !important;
            break-before: avoid !important;
    page-break-before: avoid !important;
  }
  .report-analysis-content p:has(strong:first-child) {
    -webkit-column-break-after: avoid !important;
       -moz-column-break-after: avoid !important;
            break-after: avoid !important;
    page-break-after: avoid !important;
    orphans: 5 !important;
  }
  .report-analysis-content p:has(strong:first-child) + * {
    -webkit-column-break-before: avoid !important;
       -moz-column-break-before: avoid !important;
            break-before: avoid !important;
    page-break-before: avoid !important;
  }
  .report-analysis-content li:has(strong:first-child) {
    -webkit-column-break-after: avoid !important;
       -moz-column-break-after: avoid !important;
            break-after: avoid !important;
    page-break-after: avoid !important;
    orphans: 5 !important;
  }
  .report-analysis-content li:has(strong:first-child) + * {
    -webkit-column-break-before: avoid !important;
       -moz-column-break-before: avoid !important;
            break-before: avoid !important;
    page-break-before: avoid !important;
  }
  canvas {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .mainCategoryChart {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .vertical-bar,
  .horisontal-bar {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .vertical-bar-graphbackground,
  .horisontal-bar-graphbackground {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .vertical-bar-graphbackground-zone,
  .horisontal-bar-graphbackground-zone {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .vertical-bar-graph-cell,
  .horisontal-bar-graph-cell {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .vertical-bar-graph-cell .vertical-bar-graph,
  .horisontal-bar-graph-cell .vertical-bar-graph,
  .vertical-bar-graph-cell .horisontal-bar-graph,
  .horisontal-bar-graph-cell .horisontal-bar-graph {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  @page {
    size: A4 portrait;
    margin: 0;
  }
  html:has(body.survey-pdf-printing) {
    width: 210mm !important;
    min-width: 0 !important;
    max-width: 210mm !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #fff !important;
  }
  body.survey-pdf-printing,
  body.survey-pdf-printing * {
    visibility: hidden !important;
  }
  body.survey-pdf-printing {
    width: 210mm !important;
    min-width: 0 !important;
    max-width: 210mm !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    overflow: visible !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    --survey-pdf-page-padding-x: 10mm;
    --survey-pdf-page-padding-top: 16mm;
    --survey-pdf-page-padding-bottom: 8mm;
    --survey-pdf-body-font-size: 7.1pt;
    --survey-pdf-body-line-height: 1.49;
    --survey-pdf-h1-font-size: 15.6pt;
    --survey-pdf-h1-line-height: 1.29;
    --survey-pdf-h2-font-size: 11.7pt;
    --survey-pdf-h2-line-height: 1.29;
    --survey-pdf-h3-font-size: 8.6pt;
    --survey-pdf-h3-line-height: 1.25;
  }
  body.survey-pdf-printing #wpwrap,
  body.survey-pdf-printing #wpcontent,
  body.survey-pdf-printing #wpbody,
  body.survey-pdf-printing #wpbody-content,
  body.survey-pdf-printing #wpbody-content .wrap,
  body.survey-pdf-printing .survey-tab-content {
    width: 210mm !important;
    min-width: 0 !important;
    max-width: 210mm !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    overflow: visible !important;
  }
  body.survey-pdf-printing .survey-admin-wrap,
  body.survey-pdf-printing .survey-reports-tabs,
  body.survey-pdf-printing .survey-report-header-info,
  body.survey-pdf-printing .survey-tab-content:not(.active),
  body.survey-pdf-printing table.rapport:not(.is-pdf-print-target) {
    display: none !important;
  }
  body.survey-pdf-printing .rapport.is-pdf-print-target,
  body.survey-pdf-printing .rapport.is-pdf-print-target * {
    visibility: visible !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  body.survey-pdf-printing #adminmenumain,
  body.survey-pdf-printing #wpadminbar,
  body.survey-pdf-printing #wpfooter,
  body.survey-pdf-printing .button-container,
  body.survey-pdf-printing .survey-report-nav-row,
  body.survey-pdf-printing .survey-report-quick-nav,
  body.survey-pdf-printing .survey-report-row-actions,
  body.survey-pdf-printing .survey-company-toggle,
  body.survey-pdf-printing .survey-report-group-toggle,
  body.survey-pdf-printing .notice,
  body.survey-pdf-printing .notice-error,
  body.survey-pdf-printing .generate,
  body.survey-pdf-printing .generateAll,
  body.survey-pdf-printing .regenerate,
  body.survey-pdf-printing .report-save-retry,
  body.survey-pdf-printing .survey-print-pdf-btn,
  body.survey-pdf-printing .survey-generate-full-report-btn,
  body.survey-pdf-printing .survey-archive-btn {
    display: none !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    color: #000 !important;
    width: 210mm !important;
    max-width: 210mm !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    background: #fff !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    overflow: visible !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target > tbody {
    display: block !important;
    width: 210mm !important;
    min-width: 210mm !important;
    max-width: 210mm !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .title-row {
    display: none !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page.report-loading {
    display: none !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading) {
    display: block !important;
    position: relative !important;
    width: 210mm !important;
    height: 297mm !important;
    min-height: 297mm !important;
    max-height: 297mm !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    overflow: hidden !important;
    -webkit-column-break-after: page;
       -moz-column-break-after: page;
            break-after: page;
    page-break-after: always;
    page-break-before: auto;
    page-break-inside: avoid;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading)>td {
    display: block !important;
    width: 210mm !important;
    height: 297mm !important;
    min-height: 297mm !important;
    max-height: 297mm !important;
    margin: 0 !important;
    padding: var(--survey-pdf-page-padding-top) var(--survey-pdf-page-padding-x) var(--survey-pdf-page-padding-bottom) !important;
    border: 0 !important;
    background: #fff !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    overflow: hidden !important;
    vertical-align: top;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading):not(.report-cover-row):not(:has(.page-header))>td {
    padding-top: calc(var(--survey-pdf-page-padding-top) + 5mm) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading):not(.report-cover-row):has(.page-header)>td {
    padding-top: calc(var(--survey-pdf-page-padding-top) + 1.2mm) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-cover-row.page0>td {
    padding: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-cover-page {
    width: 210mm !important;
    max-width: 210mm !important;
    height: 297mm !important;
    min-height: 297mm !important;
    max-height: 297mm !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .page-header {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 3mm !important;
    text-align: center !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .page-header img {
    max-width: 24.5mm !important;
    height: auto !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .page-footer {
    position: absolute !important;
    right: var(--survey-pdf-page-padding-x) !important;
    bottom: 6mm !important;
    width: auto !important;
    margin: 0 !important;
    text-align: right !important;
    z-index: 2 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .page-footer p {
    margin: 0 !important;
    font-size: 8pt !important;
    line-height: 1.2 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-page {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-page h1 {
    font-size: var(--survey-pdf-h1-font-size) !important;
    line-height: var(--survey-pdf-h1-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-page h2 {
    font-size: var(--survey-pdf-h2-font-size) !important;
    line-height: var(--survey-pdf-h2-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-page h3 {
    font-size: var(--survey-pdf-h3-font-size) !important;
    line-height: var(--survey-pdf-h3-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-page p,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-page div,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-page li {
    font-size: var(--survey-pdf-body-font-size) !important;
    line-height: var(--survey-pdf-body-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading)>td > h1 {
    margin: 0 0 3mm !important;
    padding: 0 !important;
    width: 100% !important;
    font-size: var(--survey-pdf-h1-font-size) !important;
    line-height: var(--survey-pdf-h1-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading)>td > h2 {
    margin: 0 0 3mm !important;
    padding: 0 !important;
    width: 100% !important;
    font-size: var(--survey-pdf-h2-font-size) !important;
    line-height: var(--survey-pdf-h2-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .pie-chart {
    display: block !important;
    width: 156mm !important;
    max-width: 156mm !important;
    height: auto !important;
    max-height: 210mm !important;
    margin: 0 auto !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page.report-cover-row.page0>td {
    padding: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page.report-cover-row.page0 .report-cover-page {
    display: block !important;
    position: relative !important;
    width: 210mm !important;
    min-width: 210mm !important;
    max-width: 210mm !important;
    height: 297mm !important;
    min-height: 297mm !important;
    max-height: 297mm !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page.report-cover-row.page0 .report-cover-art {
    position: absolute !important;
    inset: 0 !important;
    width: 210mm !important;
    min-width: 210mm !important;
    max-width: 210mm !important;
    height: 297mm !important;
    min-height: 297mm !important;
    max-height: 297mm !important;
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page.report-cover-row.page0 .report-cover-copy {
    left: 9.7% !important;
    top: 56.8% !important;
    width: 34% !important;
    height: 22.2% !important;
    padding: 2.25% 1% !important;
    background: #f3f3f3 !important;
    font-size: 10pt !important;
    line-height: 1.6 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page.report-cover-row.page0 .report-cover-copy p {
    margin: 0 0 5.2mm !important;
    font-size: 10pt !important;
    line-height: 1.6 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page.report-cover-row.page0 h1.report-cover-name {
    font-family: "Merriweather", serif !important;
    font-size: var(--survey-pdf-h1-font-size) !important;
    line-height: var(--survey-pdf-h1-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading)>td table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    height: auto !important;
    min-height: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading)>td table tr,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading)>td table td {
    height: auto !important;
    min-height: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading)>td .report-subject-details-table {
    width: 50% !important;
    max-width: 50% !important;
    margin: 0 !important;
    table-layout: auto !important;
    font-size: var(--survey-pdf-body-font-size) !important;
    line-height: var(--survey-pdf-body-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading)>td .report-subject-details-table th,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading)>td .report-subject-details-table td {
    font-size: var(--survey-pdf-body-font-size) !important;
    line-height: var(--survey-pdf-body-line-height) !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0.25mm 0.55mm !important;
    vertical-align: top !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading)>td .report-subject-details-table th {
    width: 36% !important;
    max-width: 36% !important;
    font-weight: 700 !important;
    text-align: center !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page:not(.report-loading)>td .report-subject-details-table td {
    width: 64% !important;
    max-width: 64% !important;
    font-weight: 400 !important;
    text-align: left !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page > tbody,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page > tbody > tr,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page > tr {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page td {
    height: auto !important;
    min-height: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page > tbody > tr:first-child > td:not(.Text-Cell):not(.vertical-bar-graph-cell):not(.horisontal-bar-graph-cell) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page > tbody > tr:first-child > td:not(.Text-Cell):not(.vertical-bar-graph-cell):not(.horisontal-bar-graph-cell) p {
    margin-top: 0 !important;
    margin-bottom: 6mm !important;
    font-size: var(--survey-pdf-body-font-size) !important;
    line-height: var(--survey-pdf-body-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page-5 > tbody > tr:nth-child(2) > td > table,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page-10 > tbody > tr:nth-child(2) > td > table,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page-15 > tbody > tr:nth-child(2) > td > table {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page-5 .horisontal-bar-graph-cell.seperate .horisontal-bar-graph,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page-10 .horisontal-bar-graph-cell.seperate .horisontal-bar-graph,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page-15 .horisontal-bar-graph-cell.seperate .horisontal-bar-graph {
    width: 96% !important;
    max-width: 96% !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-summary-table-row {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    -webkit-column-break-after: auto;
       -moz-column-break-after: auto;
            break-after: auto;
    page-break-after: auto;
    page-break-inside: auto;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-summary-table-row>td {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-summary-table-row >td > h1 {
    margin-bottom: 2mm !important;
    font-size: var(--survey-pdf-h1-font-size) !important;
    line-height: var(--survey-pdf-h1-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-summary-table-row >td > h2 {
    margin-bottom: 2mm !important;
    font-size: var(--survey-pdf-h2-font-size) !important;
    line-height: var(--survey-pdf-h2-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-summary-table-row .summary-table-page-note {
    margin: 0 0 1.2mm !important;
    font-size: 7.5pt !important;
    line-height: 1.2 !important;
    color: #415985 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-summary-table-row .summary-table {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    font-size: 8.2pt !important;
    line-height: 1.15 !important;
    page-break-inside: avoid !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-summary-table-row .summary-row .summary-cell {
    min-height: 5.6mm !important;
    padding: 0.7mm 1mm !important;
    font-size: 8.2pt !important;
    line-height: 1.15 !important;
    overflow: hidden !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-summary-table-row .summary-header-row .summary-cell {
    min-height: 5.2mm !important;
    font-size: 8pt !important;
    line-height: 1.1 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-summary-table-row .summary-row .summary-cell.summary-compare-cell {
    padding: 0.5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-summary-table-row .summary-row .summary-cell:first-child {
    min-width: 0 !important;
    overflow: hidden !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-summary-table-row .summary-question-text {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Text-Cell {
    width: auto !important;
    max-width: 100% !important;
    padding-left: 5mm !important;
    padding-right: 6mm !important;
    overflow: hidden !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Text-Cell > div {
    max-width: 100% !important;
    overflow: hidden !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Text-Cell > div:not(.report-analysis-content) > p {
    margin-top: 0 !important;
    margin-bottom: 6mm !important;
    font-size: var(--survey-pdf-body-font-size) !important;
    line-height: var(--survey-pdf-body-line-height) !important;
    overflow-wrap: anywhere !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.position-0 + .Text-Cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page:has(.vertical-bar-graph-cell.position-0 + .Text-Cell) > tbody > tr {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 46mm 0 minmax(0, 1fr) !important;
    grid-template-columns: 46mm minmax(0, 1fr) !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page:has(.vertical-bar-graph-cell.position-0 + .Text-Cell) > tbody > tr > td {
    display: block !important;
    width: auto !important;
    max-width: none !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page:has(.vertical-bar-graph-cell.position-0 + .Text-Cell) .Text-Cell {
    width: auto !important;
    max-width: none !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page:has(.Text-Cell + .vertical-bar-graph-cell.position-1) > tbody > tr {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 0 53mm !important;
    grid-template-columns: minmax(0, 1fr) 53mm !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page:has(.Text-Cell + .vertical-bar-graph-cell.position-1) > tbody > tr > td {
    display: block !important;
    width: auto !important;
    max-width: none !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .Section-Page:has(.Text-Cell + .vertical-bar-graph-cell.position-1) .Text-Cell {
    width: auto !important;
    max-width: none !important;
    padding-right: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-analysis-content {
    -webkit-column-gap: 6mm !important;
       -moz-column-gap: 6mm !important;
            column-gap: 6mm !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-analysis-content h1 {
    margin-top: 0 !important;
    margin-bottom: 4mm !important;
    font-size: var(--survey-pdf-h1-font-size) !important;
    line-height: var(--survey-pdf-h1-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-analysis-content h2 {
    margin-top: 0 !important;
    margin-bottom: 4mm !important;
    font-size: var(--survey-pdf-h2-font-size) !important;
    line-height: var(--survey-pdf-h2-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-analysis-content h3 {
    margin-top: 3mm !important;
    margin-bottom: 2.4mm !important;
    font-size: var(--survey-pdf-h3-font-size) !important;
    line-height: var(--survey-pdf-h3-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-analysis-content p,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-analysis-content li {
    margin-top: 0 !important;
    margin-bottom: 2.1mm !important;
    font-size: var(--survey-pdf-body-font-size) !important;
    line-height: var(--survey-pdf-body-line-height) !important;
    overflow-wrap: anywhere !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-analysis-content ul.survey-pdf-prose-list,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-analysis-content ul:has(> li > strong:first-child) {
    list-style: disc outside !important;
    margin-top: 0 !important;
    margin-bottom: 2.1mm !important;
    padding-left: 4.5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-analysis-content ul.survey-pdf-prose-list > li,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .report-analysis-content ul:has(> li > strong:first-child) > li {
    list-style: disc outside !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .survey-pdf-continuation-page .survey-pdf-continuation-report-page {
    min-height: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .survey-pdf-continuation-page .survey-pdf-continuation-title {
    margin: 0 0 4mm !important;
    padding: 0 !important;
    font-family: "Merriweather", serif !important;
    font-size: var(--survey-pdf-h2-font-size) !important;
    line-height: var(--survey-pdf-h2-line-height) !important;
    color: #000 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .survey-pdf-continuation-page .survey-pdf-continuation-content {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
    -webkit-column-gap: 6mm !important;
       -moz-column-gap: 6mm !important;
            column-gap: 6mm !important;
    overflow: hidden !important;
    font-size: var(--survey-pdf-body-font-size) !important;
    line-height: var(--survey-pdf-body-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) {
    width: 46mm !important;
    min-width: 46mm !important;
    max-width: 46mm !important;
    height: 140mm !important;
    min-height: 140mm !important;
    max-height: 140mm !important;
    padding-right: 5mm !important;
    padding-top: 3.4mm !important;
    overflow: visible !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) .vertical-bar-graph {
    width: 31mm !important;
    min-width: 31mm !important;
    height: 119mm !important;
    max-height: 119mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) .vertical-bar-graph .vertical-bar-graphbackground {
    width: 19mm !important;
    min-width: 19mm !important;
    max-width: 19mm !important;
    height: 119mm !important;
    margin: 0 0 0 4.6mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) .vertical-bar-graph .vertical-bar-graphbackground:before {
    left: -3.5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) .vertical-bar-graph .vertical-bar-graphbackground .vertical-bar {
    width: 75% !important;
    border: 0.35mm solid #fff !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) .vertical-bar-graph .vertical-bar-graphbackground .vertical-bar .graph-score-label {
    top: 2mm !important;
    font-size: 10pt !important;
    line-height: 1 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) .vertical-bar-graph .vertical-bar-graphbackground .indicator-line {
    width: 100% !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) .vertical-bar-graph .vertical-bar-graphbackground .indicator-label {
    right: -15mm !important;
    width: 8mm !important;
    text-align: left !important;
    font-size: 8pt !important;
    line-height: 1 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.position-1:not(.seperate) {
    width: 53mm !important;
    min-width: 53mm !important;
    max-width: 53mm !important;
    padding-left: 17mm !important;
    padding-right: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.position-1:not(.seperate) .vertical-bar-graph {
    width: 31mm !important;
    min-width: 31mm !important;
    margin-left: 5.5mm !important;
    margin-right: auto !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.position-1:not(.seperate) .vertical-bar-graph .vertical-bar-graphbackground {
    width: 19mm !important;
    min-width: 19mm !important;
    max-width: 19mm !important;
    margin-left: -1.5mm !important;
    margin-right: auto !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.position-1:not(.seperate) .vertical-bar-graph .vertical-bar-graphbackground:before {
    left: -3.5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.position-1:not(.seperate) .vertical-bar-graph .vertical-bar-graphbackground .indicator-line {
    width: 100% !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.position-1:not(.seperate) .vertical-bar-graph .vertical-bar-graphbackground .indicator-line .indicator-label {
    left: calc(100% + 4mm) !important;
    right: auto !important;
    width: 8mm !important;
    text-align: left !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate {
    width: 25% !important;
    min-width: 0 !important;
    max-width: 25% !important;
    height: 96mm !important;
    min-height: 96mm !important;
    padding: 0 4mm 4mm !important;
    overflow: visible !important;
    vertical-align: top !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate > div {
    width: 100% !important;
    position: static !important;
    left: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate h3 {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    margin: 0 0 4mm !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: var(--survey-pdf-h3-font-size) !important;
    line-height: var(--survey-pdf-h3-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate .vertical-bar-graph {
    width: 20mm !important;
    min-width: 20mm !important;
    height: 68mm !important;
    max-height: 68mm !important;
    margin: 0 auto !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate .vertical-bar-graph .vertical-bar-graphbackground {
    width: 11.2mm !important;
    min-width: 11.2mm !important;
    max-width: 11.2mm !important;
    margin: 0 0 0 6.3mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate .vertical-bar-graph .vertical-bar-graphbackground:before {
    left: -3.5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate .vertical-bar-graph .vertical-bar-graphbackground .vertical-bar {
    width: 75% !important;
    border: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate .vertical-bar-graph .vertical-bar-graphbackground .vertical-bar .graph-score-label {
    top: 1.5mm !important;
    font-size: 8pt !important;
    line-height: 1 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate .vertical-bar-graph .vertical-bar-graphbackground .indicator-line {
    width: 100% !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate .vertical-bar-graph .vertical-bar-graphbackground .indicator-line .indicator-label {
    right: -13.75mm !important;
    width: 8mm !important;
    text-align: left !important;
    font-size: 8pt !important;
    line-height: 1 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-cell.seperate {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18mm 9mm 0 !important;
    overflow: visible !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-cell.seperate .horisontal-bar-graph {
    width: 78% !important;
    max-width: 78% !important;
    height: 8mm !important;
    max-height: 8mm !important;
    margin: 11mm auto 0 !important;
    padding: 0 !important;
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-cell.seperate .horisontal-bar-graph .horisontal-bar-graphbackground {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 8mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-cell.seperate .horisontal-bar-graph .horisontal-bar-graphbackground:before {
    bottom: -5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-cell.seperate .horisontal-bar-graph .horisontal-bar-graphbackground .indicator-label {
    top: -6mm !important;
    font-size: 8pt !important;
    line-height: 1 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-cell.seperate h3 {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    margin: 0 0 3mm !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: var(--survey-pdf-h3-font-size) !important;
    line-height: var(--survey-pdf-h3-line-height) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-cell.seperate .horisontal-bar-graph-label {
    position: absolute !important;
    top: 14mm !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 8pt !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-cell.seperate .horisontal-bar-graph-label:before {
    font-size: 8pt !important;
    line-height: 1.1 !important;
    margin-right: 1.4mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-cell.seperate .horisontal-bar-graph-label.toplabel {
    right: 0 !important;
    left: auto !important;
    text-align: right !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-cell.seperate .horisontal-bar-graph-label.bottomlabel {
    left: 0 !important;
    right: auto !important;
    text-align: left !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-cell.seperate .horisontal-bar-graph-label.label {
    left: 50% !important;
    max-width: 70mm !important;
    text-align: center !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-label,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-label {
    max-width: 34mm !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-label .graph-polarity-marker,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-label .graph-polarity-marker {
    width: 2.2mm !important;
    min-width: 2.2mm !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 2.2mm !important;
            flex: 0 0 2.2mm !important;
    font-family: Arial, sans-serif !important;
    font-size: inherit !important;
    line-height: 1 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-label .graph-polarity-text,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .horisontal-bar-graph-label .graph-polarity-text {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    -ms-hyphens: auto !important;
        hyphens: auto !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate .vertical-bar-graph-label {
    width: 38mm !important;
    max-width: 38mm !important;
    margin-left: -6mm !important;
    font-size: 8pt !important;
    line-height: 1.15 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) .vertical-bar-graph-label {
    width: 28mm !important;
    max-width: 28mm !important;
    margin-left: -4mm !important;
    font-size: 8pt !important;
    line-height: 1.15 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) .vertical-bar-graph-label.label {
    width: 19mm !important;
    max-width: 19mm !important;
    margin-left: 4.6mm !important;
    padding-top: 2.2mm !important;
    text-align: center !important;
    font-weight: 700 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.position-1:not(.seperate) .vertical-bar-graph-label.label {
    margin-left: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) .vertical-bar-graph-label.toplabel,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) .vertical-bar-graph-label.bottomlabel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 1.2mm !important;
    width: 41mm !important;
    max-width: 41mm !important;
    margin-left: -2mm !important;
    padding-left: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    line-height: 1.15 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) .vertical-bar-graph-label.toplabel:before,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell:not(.seperate) .vertical-bar-graph-label.bottomlabel:before {
    position: relative !important;
    left: 0 !important;
    width: 1.6mm !important;
    min-width: 1.6mm !important;
    text-align: center !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 1.6mm !important;
            flex: 0 0 1.6mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.position-1:not(.seperate) .vertical-bar-graph-label.toplabel,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.position-1:not(.seperate) .vertical-bar-graph-label.bottomlabel {
    width: 47mm !important;
    max-width: 47mm !important;
    margin-left: -5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate .vertical-bar-graph-label.toplabel,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate .vertical-bar-graph-label.bottomlabel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 1.2mm !important;
    padding-left: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate .vertical-bar-graph-label.toplabel:before,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .vertical-bar-graph-cell.seperate .vertical-bar-graph-label.bottomlabel:before {
    position: relative !important;
    left: 0 !important;
    width: 1.4mm !important;
    min-width: 1.4mm !important;
    text-align: center !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 1.4mm !important;
            flex: 0 0 1.4mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target .graphic-cart canvas,
  body.survey-pdf-printing table.rapport.is-pdf-print-target .mainCategoryChart {
    max-width: 100% !important;
    height: auto !important;
  }
}
.progress-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.progress-modal-overlay.show {
  opacity: 1;
}
.progress-modal {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.3);
          box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.progress-modal-overlay.show .progress-modal {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.progress-modal-content {
  text-align: center;
}
.progress-modal-content h3 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  font-family: "Merriweather", serif;
}
.progress-modal-content .progress-text {
  font-size: 18px;
  color: #666;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
}
.progress-modal-content .progress-bar-container {
  width: 100%;
  height: 30px;
  background-color: #f0f0f0;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 15px 0;
  position: relative;
}
.progress-modal-content .progress-bar {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#4caf50), to(#45a049));
  background: linear-gradient(90deg, #4caf50 0%, #45a049 100%);
  border-radius: 15px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  min-width: 0%;
}
.progress-modal-content .progress-status {
  font-size: 14px;
  color: #888;
  margin: 0;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 600px) {
  .progress-modal {
    padding: 20px;
    max-width: 90%;
  }
  .progress-modal .progress-modal-content h3 {
    font-size: 20px;
  }
  .progress-modal .progress-modal-content .progress-text {
    font-size: 16px;
  }
}
.report-branded-page > td {
  color: #243552;
}
.report-branded-page .report-brand-header {
  width: 100%;
  max-width: 100%;
  margin: 0 0 48px;
  text-align: left;
}
.report-branded-page .report-brand-band {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #415985;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.report-branded-page .report-brand-header--full .report-brand-band {
  min-height: 138px;
  padding: 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.report-branded-page .report-brand-header--compact .report-brand-band {
  min-height: 38px;
}
.report-branded-page .report-brand-header--inclusion .report-brand-band {
  background: #8dc297;
}
.report-branded-page .report-brand-header--control .report-brand-band {
  background: #a8cdde;
}
.report-branded-page .report-brand-header--openness .report-brand-band {
  background: #d49e92;
}
.report-branded-page h1.report-brand-band-title {
  width: auto;
  max-width: calc(100% - 180px);
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 30pt;
  line-height: 1.15;
  font-weight: 700;
  text-align: left;
}
.report-branded-page h1.report-brand-band-title .report-brand-title-degree {
  font-style: italic;
  font-weight: 400;
}
.report-branded-page .report-brand-mark {
  position: absolute;
  top: 50%;
  right: 38px;
  width: 78px;
  height: 78px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.report-branded-page .report-brand-360 {
  position: absolute;
  top: 50%;
  right: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 26pt;
  line-height: 1;
  font-weight: 700;
}
.report-branded-page .report-brand-header--compact .report-brand-360 {
  right: 18px;
  font-size: 13pt;
}
.report-branded-page .report-brand-footer {
  left: 50px;
  right: 50px;
  bottom: 28px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.report-branded-page .report-brand-footer .report-brand-footer-logo {
  display: block;
  width: 236px;
  height: auto;
}
.report-branded-page .report-brand-footer p {
  margin: 0;
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-size: 11pt;
  line-height: 1.2;
}
.report-branded-page .report-scale-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0 0 24px;
  color: #415985;
  text-align: left;
}
.report-branded-page .report-scale-heading .report-scale-icon {
  display: block;
  width: 62px;
  height: 62px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
.report-branded-page .report-scale-heading span {
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}
.report-branded-page .report-fear-summary-intro {
  margin: 0 0 42px;
  padding: 0 0 34px;
  border-bottom: 1px solid #415985;
}
.report-branded-page .report-fear-summary-intro h2 {
  margin: 0 0 18px;
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: 18pt;
  line-height: 1.25;
  font-weight: 700;
}
.report-branded-page .report-fear-summary-intro p {
  max-width: none;
  margin: 0;
  color: #111;
  font-family: "Montserrat", sans-serif;
}
.report-branded-page .report-fear-summary-charts {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}
.report-branded-page .report-fear-summary-scales > td {
  border-bottom: 1px solid #415985;
}
.report-branded-page .report-summary-scale-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  min-height: 90px;
  margin: 0 0 18px;
  color: #111;
  text-align: center;
}
.report-branded-page .report-summary-scale-heading .report-summary-scale-icon {
  display: block;
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}
.report-branded-page .report-summary-scale-heading span {
  color: #111;
  font-family: "Merriweather", serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}
.report-branded-page .report-subject-name {
  margin: 0 0 28px;
  padding: 24px 0;
  border-top: 1px solid #415985;
  border-bottom: 1px solid #415985;
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: 28pt;
  line-height: 1.12;
  font-weight: 700;
}
.report-branded-page .report-subject-metadata {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(65,89,133,0.34);
}
.report-branded-page .report-subject-metadata > div {
  min-width: 0;
  padding: 0 18px 20px;
  border-left: 1px solid rgba(65,89,133,0.22);
}
.report-branded-page .report-subject-metadata > div:first-child {
  padding-left: 0;
  border-left: 0;
}
.report-branded-page .report-subject-metadata dt,
.report-branded-page .report-subject-metadata dd {
  margin: 0;
  padding: 0;
}
.report-branded-page .report-subject-metadata dt {
  margin-bottom: 7px;
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: 8pt;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.report-branded-page .report-subject-metadata dd {
  color: #111;
  font-size: 10pt;
  line-height: 1.35;
}
.report-branded-page .report-subject-key-facts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 24px 0 26px;
  border-bottom: 1px solid #415985;
}
.report-branded-page .report-subject-key-facts > div {
  min-width: 0;
  padding-right: 34px;
}
.report-branded-page .report-subject-key-facts > div + div {
  padding: 0 0 0 34px;
  border-left: 1px solid rgba(65,89,133,0.34);
}
.report-branded-page .report-subject-key-facts dt,
.report-branded-page .report-subject-key-facts dd {
  margin: 0;
  padding: 0;
}
.report-branded-page .report-subject-key-facts dt {
  margin-bottom: 7px;
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: 9pt;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.report-branded-page .report-subject-key-facts dd {
  color: #111;
  font-family: "Merriweather", serif;
  font-size: 17pt;
  line-height: 1.15;
  font-weight: 700;
}
.report-branded-page .report-subject-intro-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 0.9fr) 36px minmax(0, 1.1fr);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  margin-top: 34px;
}
.report-branded-page .report-subject-intro-grid h2 {
  margin: 0 0 16px;
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: 17pt;
  line-height: 1.25;
  font-weight: 700;
}
.report-branded-page .report-table-of-contents {
  min-width: 0;
  margin: 0;
}
.report-branded-page .report-table-of-contents ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(65,89,133,0.42);
}
.report-branded-page .report-table-of-contents li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px auto;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid rgba(65,89,133,0.28);
  color: #111;
  font-size: 9.5pt;
  line-height: 1.3;
}
.report-branded-page .report-table-of-contents .report-toc-page-number {
  color: #415985;
  font-family: "Merriweather", serif;
  font-weight: 700;
}
.report-branded-page .report-usage-panel {
  margin: 0;
  padding: 27px 30px;
  border: 1px solid #dde6f3;
  background: #f7f9fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.report-branded-page .report-usage-panel p {
  margin: 0;
  color: #243552;
  font-size: 9.5pt;
  line-height: 1.5;
}
.report-branded-page .report-confidentiality-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #c9d5e7;
}
.report-branded-page .report-confidentiality-note h3 {
  margin: 0 0 7px;
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: 9pt;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.report-branded-page .report-model-intro {
  margin: 0 0 26px;
  padding: 0 0 23px;
  border-bottom: 1px solid #415985;
}
.report-branded-page .report-model-intro h2 {
  margin: 0 0 11px;
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: 18pt;
  line-height: 1.2;
}
.report-branded-page .report-model-intro p {
  margin: 0;
  max-width: 900px;
  color: #243552;
  font-size: 10pt;
  line-height: 1.5;
}
.report-branded-page .report-model-themes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.report-branded-page .report-model-theme {
  min-width: 0;
  padding: 19px;
  border-top: 5px solid #415985;
  background: #f7f9fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.report-branded-page .report-model-theme--inclusion {
  border-top-color: #8dc297;
  background: rgba(141,194,151,0.12);
}
.report-branded-page .report-model-theme--control {
  border-top-color: #a8cdde;
  background: rgba(168,205,222,0.17);
}
.report-branded-page .report-model-theme--openness {
  border-top-color: #d49e92;
  background: rgba(212,158,146,0.13);
}
.report-branded-page .report-model-theme > h3 {
  margin: 0 0 15px;
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: 13pt;
  line-height: 1.2;
}
.report-branded-page .report-model-pair {
  padding: 13px 0;
  border-top: 1px solid rgba(65,89,133,0.22);
}
.report-branded-page .report-model-pair:first-child {
  padding-top: 0;
  border-top: 0;
}
.report-branded-page .report-model-pair p {
  margin: 9px 0 0;
  color: #243552;
  font-size: 8pt;
  line-height: 1.4;
}
.report-branded-page .report-model-pair-labels {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 5px auto 5px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.report-branded-page .report-model-behaviour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #111;
  text-align: center;
}
.report-branded-page .report-model-behaviour img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.report-branded-page .report-model-behaviour strong {
  font-family: "Merriweather", serif;
  font-size: 7.8pt;
  line-height: 1.15;
}
.report-branded-page .report-model-pair-connector {
  color: #738198;
  font-size: 7pt;
  font-style: italic;
}
.report-branded-page .report-model-scale {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 0.78fr) 30px minmax(0, 1.22fr);
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 18px 30px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid #415985;
}
.report-branded-page .report-model-scale-copy h2 {
  margin: 0 0 9px;
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: 15pt;
  line-height: 1.2;
}
.report-branded-page .report-model-scale-copy p {
  margin: 0;
  color: #243552;
  font-size: 8.5pt;
  line-height: 1.45;
}
.report-branded-page .report-model-scale-visual {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  -ms-grid-row-align: start;
      align-self: start;
}
.report-branded-page .report-model-score-direction h3,
.report-branded-page .report-model-reflection h3 {
  margin: 0 0 7px;
  color: #243552;
  font-family: "Merriweather", serif;
  font-size: 8.2pt;
  line-height: 1.15;
}
.report-branded-page .report-model-score-rail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 8px;
  border-top: 4px solid #415985;
}
.report-branded-page .report-model-score-rail > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  color: #243552;
}
.report-branded-page .report-model-score-rail > span:nth-child(2) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.report-branded-page .report-model-score-rail > span:last-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.report-branded-page .report-model-score-rail strong {
  font-size: 7.4pt;
  line-height: 1.1;
}
.report-branded-page .report-model-score-rail small {
  margin-top: 3px;
  font-size: 6.4pt;
  line-height: 1.2;
}
.report-branded-page .report-model-reflection-zones {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2px minmax(0, 1fr) 2px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
}
.report-branded-page .report-model-reflection-zones > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  min-height: 58px;
  padding: 8px 7px;
  background: #dfe7f2;
  color: #243552;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.report-branded-page .report-model-reflection-zones > div:nth-child(2) {
  border-top: 1px solid #9aabc2;
  border-bottom: 1px solid #9aabc2;
  background: #fff;
}
.report-branded-page .report-model-reflection-zones strong {
  font-family: "Merriweather", serif;
  font-size: 7.2pt;
  line-height: 1.15;
}
.report-branded-page .report-model-reflection-zones span {
  margin-top: 3px;
  font-size: 6.4pt;
  line-height: 1.2;
}
.report-branded-page .report-model-scale-note {
  grid-column: 1/-1;
  margin: 0;
  color: #52627b;
  font-size: 7.2pt;
  line-height: 1.35;
}
.report-branded-page .report-model-statement {
  margin: 20px 0 0;
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: 11.5pt;
  line-height: 1.25;
  text-align: center;
}
.report-branded-page .report-compass-visual {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.report-branded-page .report-compass-visual .pie-chart {
  display: block;
  width: 980px;
  max-width: 100%;
  height: 980px;
  margin: 0 auto;
  overflow: visible;
}
.report-branded-page .report-interpretation-guide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1.08fr) 46px minmax(0, 0.92fr);
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 46px;
  margin-top: 28px;
  padding-top: 34px;
  border-top: 1px solid #415985;
}
.report-branded-page .report-interpretation-guide h2 {
  margin: 0 0 20px;
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: 18pt;
  line-height: 1.25;
}
.report-branded-page .report-interpretation-guide p {
  margin: 0;
  color: #111;
}
.report-branded-page .report-interpretation-panel {
  margin: 0;
  padding: 34px 42px;
  background: #f3f3f3;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.report-branded-page .report-interpretation-panel > div {
  margin: 0 0 24px;
}
.report-branded-page .report-interpretation-panel > div:last-child {
  margin-bottom: 0;
}
.report-branded-page .report-interpretation-panel dt,
.report-branded-page .report-interpretation-panel dd {
  margin: 0;
}
.report-branded-page .report-interpretation-panel dt {
  color: #415985;
  font-weight: 700;
}
.report-branded-page .report-interpretation-panel dd {
  color: #111;
}
.report-branded-page .report-method-page {
  width: 100%;
  max-width: 100%;
}
.report-branded-page .report-method-page-copy {
  max-width: 980px;
}
.report-branded-page .report-method-page-copy p {
  margin: 0 0 24px;
  color: #243552;
  font-size: 11.5pt;
  line-height: 1.55;
}
.report-branded-page .report-method-page-copy p:first-child {
  margin-bottom: 28px;
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: 18pt;
  line-height: 1.25;
  font-weight: 700;
}
.report-branded-page .report-method-page-copy p:last-child {
  margin-bottom: 0;
}
.report-branded-page .report-compass-comparison-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  margin: 8px 0 0;
  color: #243552;
  font-family: "Merriweather", serif;
  font-size: 10pt;
  line-height: 1.2;
}
.report-branded-page .report-compass-comparison-legend > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.report-branded-page .report-compass-legend-swatch {
  display: inline-block;
  width: 18px;
  height: 12px;
  border: 2px solid #243552;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.report-branded-page .report-compass-legend-swatch--self {
  background: rgba(212,158,146,0.34);
  border-color: #b47c6d;
}
.report-branded-page .report-compass-legend-swatch--feedback {
  background: rgba(65,89,133,0.3);
}
.report-branded-page.report-compass-page-row {
  height: 1751px;
  background: #fff;
}
.report-branded-page.report-compass-page-row > td {
  padding: 45px 60px !important;
  background: #fff;
}
.report-branded-page.report-compass-page-row .report-brand-header {
  margin-bottom: 20px;
}
.report-branded-page.report-compass-page-row .report-brand-header--full .report-brand-band {
  min-height: 129px;
}
.report-branded-page.report-compass-page-row .report-compass-visual .pie-chart {
  width: 904px;
  max-width: 904px;
  height: 904px;
}
.report-branded-page.report-compass-page-row .report-interpretation-guide {
  -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 16px;
  padding-top: 55px;
}
.report-branded-page.report-method-page-row {
  height: 1751px;
  background: #fff;
}
.report-branded-page.report-method-page-row > td {
  padding: 45px 60px !important;
  background: #fff;
}
.report-branded-page.report-method-page-row .report-brand-header {
  margin-bottom: 46px;
}
.report-branded-page.report-method-page-row .report-method-page-copy {
  max-width: 980px;
}
.report-branded-page.report-method-page-row .report-method-page-copy p {
  margin-bottom: 24px;
}
.report-branded-page.report-method-page-row .report-brand-footer {
  left: 60px;
  right: 60px;
  bottom: 36px;
}
.rapport .report-ranking-analysis-row > td {
  background: #fff;
}
.rapport .report-ranking-analysis-row .report-brand-header {
  margin-bottom: 34px;
}
.rapport .report-ranking-analysis-row .report-brand-band {
  background: #415985;
}
.rapport .report-ranking-analysis-row .report-analysis-content.report-ranking-analysis-content {
  -webkit-column-count: 1 !important;
     -moz-column-count: 1 !important;
          column-count: 1 !important;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
  -webkit-column-rule: 0 !important;
     -moz-column-rule: 0 !important;
          column-rule: 0 !important;
}
.rapport .report-ranking-analysis-row .report-analysis-content > ul,
.rapport .report-ranking-analysis-row .report-analysis-content > ol {
  -webkit-column-break-inside: auto;
     -moz-column-break-inside: auto;
          break-inside: auto;
  page-break-inside: auto;
}
.rapport .report-ranking-analysis-row .report-analysis-content > p,
.rapport .report-ranking-analysis-row .report-analysis-content li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  page-break-inside: avoid;
  orphans: 3;
  widows: 3;
}
.rapport .report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(2):last-child),
.rapport .report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(2):last-child),
.rapport .report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(3):last-child),
.rapport .report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(3):last-child) {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 7px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.rapport .report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(2):last-child)::after,
.rapport .report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(2):last-child)::after,
.rapport .report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(3):last-child)::after,
.rapport .report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(3):last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #dde6f3;
}
.rapport .report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(2):last-child) > li:nth-child(1),
.rapport .report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(2):last-child) > li:nth-child(1),
.rapport .report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(3):last-child) > li:nth-child(1),
.rapport .report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(3):last-child) > li:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.rapport .report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(2):last-child) > li:nth-child(2),
.rapport .report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(2):last-child) > li:nth-child(2),
.rapport .report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(3):last-child) > li:nth-child(2),
.rapport .report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(3):last-child) > li:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.rapport .report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(2):last-child) > li:nth-child(3),
.rapport .report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(2):last-child) > li:nth-child(3),
.rapport .report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(3):last-child) > li:nth-child(3),
.rapport .report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(3):last-child) > li:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
.rapport .report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(2):last-child) > li:nth-child(2):last-child,
.rapport .report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(2):last-child) > li:nth-child(2):last-child,
.rapport .report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(3):last-child) > li:nth-child(2):last-child,
.rapport .report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(3):last-child) > li:nth-child(2):last-child {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.report-ranking-analysis-page {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #243552;
}
.report-ranking-analysis-page h1,
.report-ranking-analysis-page h2,
.report-ranking-analysis-page h3 {
  color: #415985;
  font-family: "Merriweather", serif;
  font-weight: 700;
}
.report-ranking-analysis-page h1 {
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dde6f3;
}
.report-ranking-analysis-page h2 {
  margin: 28px 0 14px;
  padding-top: 18px;
  border-top: 1px solid #dde6f3;
  font-size: 18pt;
  line-height: 1.25;
}
.report-ranking-analysis-page h3 {
  margin: 20px 0 10px;
  font-size: 13pt;
  line-height: 1.3;
}
.report-ranking-analysis-page p,
.report-ranking-analysis-page li {
  color: #243552;
}
.report-ranking-analysis-page.report-analysis-content,
.report-ranking-analysis-page .report-analysis-content {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -webkit-column-rule: 0;
     -moz-column-rule: 0;
          column-rule: 0;
  max-width: 100%;
}
.report-ranking-analysis-intro {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  margin: 0 0 14px;
  color: #243552;
}
.report-ranking-analysis-intro p {
  margin: 0;
}
.report-ranking-facts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 22px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  margin: 0 0 18px;
  padding: 10px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #dde6f3;
  border-bottom: 1px solid #dde6f3;
  background: #f3f3f3;
  -webkit-column-break-inside: auto;
     -moz-column-break-inside: auto;
          break-inside: auto;
  page-break-inside: auto;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.report-ranking-facts > :first-child {
  margin-top: 0;
}
.report-ranking-facts > :last-child {
  margin-bottom: 0;
}
.report-ranking-fact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42px 18px minmax(0, 1fr);
  grid-template-columns: 42px minmax(0, 1fr);
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0;
  padding: 8px 0;
  color: #243552;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
}
.report-ranking-fact + .report-ranking-fact {
  border-top: 0;
}
.report-ranking-fact:nth-child(n + 3) {
  border-top: 1px solid #dde6f3;
}
.report-ranking-fact:nth-child(odd) {
  padding-right: 10px;
}
.report-ranking-fact:nth-child(even) {
  padding-left: 10px;
}
.report-ranking-fact strong {
  color: #415985;
  font-family: "Merriweather", serif;
  font-weight: 700;
}
.report-ranking-fact p,
.report-ranking-fact ul,
.report-ranking-fact ol {
  margin-top: 0;
  margin-bottom: 0;
}
.report-ranking-fact li {
  margin-bottom: 4px;
}
.report-ranking-fact li:last-child {
  margin-bottom: 0;
}
.report-ranking-fact-index {
  color: #415985;
  font-family: "Merriweather", serif;
  font-size: 13pt;
  line-height: 1.1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.report-ranking-fact-body {
  min-width: 0;
}
.report-ranking-fact-title {
  margin: 0 0 2px;
  color: #243552;
  font-family: "Merriweather", serif;
  font-size: 10pt;
  line-height: 1.2;
  font-weight: 700;
}
.report-ranking-fact-meta,
.report-ranking-fact-relations {
  margin: 0;
  color: #5d6878;
  font-size: 8pt;
  line-height: 1.25;
}
.report-ranking-fact-scores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 3px 8px;
  margin: 3px 0 1px;
  color: #243552;
  font-size: 8.5pt;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}
.report-ranking-score {
  white-space: nowrap;
}
.report-ranking-difference {
  color: #415985;
  font-weight: 700;
  white-space: nowrap;
}
.report-executive-summary-row > td {
  background: #fff;
}
.report-executive-summary-row .report-brand-header {
  margin-bottom: 42px;
}
.report-executive-summary-row .report-brand-band {
  background: #415985;
}
.report-executive-summary-page {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #243552;
}
.report-executive-summary-page h1,
.report-executive-summary-page h2,
.report-executive-summary-page h3 {
  color: #415985;
  font-family: "Merriweather", serif;
  font-weight: 700;
}
.report-executive-summary-page h2 {
  margin: 30px 0 14px;
  padding-top: 18px;
  border-top: 1px solid #dde6f3;
  font-size: 18pt;
  line-height: 1.25;
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
  page-break-after: avoid;
}
.report-executive-summary-page h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.report-executive-summary-page h3 {
  margin: 20px 0 10px;
  font-size: 13pt;
  line-height: 1.3;
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
  page-break-after: avoid;
}
.report-executive-summary-page p,
.report-executive-summary-page li {
  color: #243552;
}
.report-executive-summary-page p {
  margin: 0 0 18px;
}
.report-executive-summary-page ul,
.report-executive-summary-page ol {
  margin: 0 0 20px;
  padding-left: 24px;
}
.report-executive-summary-page li {
  margin: 0 0 8px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
}
.report-executive-summary-intro {
  margin: 0 0 32px;
  padding: 0 0 28px;
  border-bottom: 1px solid #415985;
  color: #243552;
  font-family: "Merriweather", serif;
  font-size: 14pt;
  line-height: 1.55;
}
.report-executive-summary-intro p {
  max-width: 88%;
  margin: 0;
  color: #243552;
}
.report-executive-summary-content {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  max-width: 100%;
  color: #243552;
}
.report-executive-summary-content > :first-child {
  margin-top: 0;
}
.report-executive-summary-content > :last-child {
  margin-bottom: 0;
}
.report-executive-summary-content h2,
.report-executive-summary-content h3 {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
}
.report-executive-summary-content h2 + *,
.report-executive-summary-content h3 + * {
  -webkit-column-break-before: avoid;
     -moz-column-break-before: avoid;
          break-before: avoid;
  page-break-before: avoid;
}
.report-executive-summary-content.is-section-grouped {
  -webkit-column-count: 1 !important;
     -moz-column-count: 1 !important;
          column-count: 1 !important;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
  -webkit-column-rule: 0 !important;
     -moz-column-rule: 0 !important;
          column-rule: 0 !important;
  -webkit-column-fill: auto !important;
     -moz-column-fill: auto !important;
          column-fill: auto !important;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.report-executive-summary-content.is-section-grouped > .report-executive-summary-section[data-executive-section="0"],
.report-executive-summary-content.is-section-grouped > .report-executive-summary-section[data-executive-section="3"] {
  grid-column: 1/-1;
}
.report-executive-summary-content.is-section-grouped > .report-executive-summary-section {
  margin-top: 0;
}
.report-executive-summary-content.is-section-grouped > .report-executive-summary-section[data-executive-section="2"] {
  padding-left: 25px;
  border-left: 1px solid #dde6f3;
}
.report-executive-summary-content.is-section-grouped > button,
.report-executive-summary-content.is-section-grouped > .report-generation-error,
.report-executive-summary-content.is-section-grouped > .report-save-error,
.report-executive-summary-content.is-section-grouped > .report-save-retry,
.report-executive-summary-content.is-section-grouped > [role="alert"] {
  grid-column: 1/-1;
}
.report-executive-summary-section {
  min-width: 0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
}
.report-executive-summary-section + .report-executive-summary-section {
  margin-top: 30px;
}
.report-executive-summary-section + .report-executive-summary-section > h2:first-child {
  margin-top: 0;
  padding-top: 18px;
  border-top: 1px solid #dde6f3;
}
.report-executive-summary-section > :last-child {
  margin-bottom: 0;
}
.report-executive-summary-section[data-executive-section="3"] {
  padding: 28px 32px;
  background: #f3f3f3;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.report-executive-summary-section[data-executive-section="3"] > h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.report-executive-summary-section[data-executive-section="3"] > ul,
.report-executive-summary-section[data-executive-section="3"] > ol {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding-left: 20px;
}
.report-executive-summary-section[data-executive-section="3"] li {
  min-width: 0;
}
.rapport .report-executive-summary-row .report-executive-summary-content,
.survey-user-results .rapport .report-executive-summary-row .report-executive-summary-content {
  -webkit-column-fill: balance !important;
     -moz-column-fill: balance !important;
          column-fill: balance !important;
}
.rapport .report-executive-summary-row .report-executive-summary-content h2,
.survey-user-results .rapport .report-executive-summary-row .report-executive-summary-content h2,
.rapport .report-executive-summary-row .report-executive-summary-content h3,
.survey-user-results .rapport .report-executive-summary-row .report-executive-summary-content h3 {
  -webkit-column-span: none !important;
     -moz-column-span: none !important;
          column-span: none !important;
}
.rapport .report-executive-summary-row .report-executive-summary-content h2 + *,
.survey-user-results .rapport .report-executive-summary-row .report-executive-summary-content h2 + *,
.rapport .report-executive-summary-row .report-executive-summary-content h3 + *,
.survey-user-results .rapport .report-executive-summary-row .report-executive-summary-content h3 + * {
  -webkit-column-break-before: auto !important;
     -moz-column-break-before: auto !important;
          break-before: auto !important;
  page-break-before: auto !important;
}
.rapport .report-executive-summary-row .report-executive-summary-content.is-section-grouped,
.survey-user-results .rapport .report-executive-summary-row .report-executive-summary-content.is-section-grouped {
  -webkit-column-count: 1 !important;
     -moz-column-count: 1 !important;
          column-count: 1 !important;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
  -webkit-column-rule: 0 !important;
     -moz-column-rule: 0 !important;
          column-rule: 0 !important;
  -webkit-column-fill: auto !important;
     -moz-column-fill: auto !important;
          column-fill: auto !important;
}
@media print {
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) > td {
    padding: 8mm 10mm 8mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-brand-header {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 10mm !important;
    text-align: left !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-brand-band {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-brand-header--full .report-brand-band {
    min-height: 22mm !important;
    height: 22mm !important;
    padding: 0 7.5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-brand-header--compact {
    margin-bottom: 15mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-brand-header--compact .report-brand-band {
    min-height: 6.6mm !important;
    height: 6.6mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) h1.report-brand-band-title {
    max-width: calc(100% - 32mm) !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-family: "Merriweather", serif !important;
    font-size: 18.2pt !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    text-align: left !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-brand-mark {
    right: 5.5mm !important;
    width: 12mm !important;
    max-width: 12mm !important;
    height: 12mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-brand-360 {
    right: 5.5mm !important;
    font-size: 19pt !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-brand-header--compact .report-brand-360 {
    right: 3mm !important;
    font-size: 9pt !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-brand-footer {
    left: 10mm !important;
    right: 10mm !important;
    bottom: 5.7mm !important;
    width: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    text-align: left !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-brand-footer .report-brand-footer-logo {
    display: block !important;
    width: 40mm !important;
    max-width: 40mm !important;
    height: auto !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-brand-footer p {
    margin: 0 !important;
    color: #111 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 8pt !important;
    line-height: 1.2 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) h2.report-scale-heading {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 4mm !important;
    width: 100% !important;
    margin: 0 0 4.2mm !important;
    color: #415985 !important;
    font-size: 13.2pt !important;
    line-height: 1.22 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) h2.report-scale-heading .report-scale-icon {
    display: block !important;
    width: 11.5mm !important;
    min-width: 11.5mm !important;
    max-width: 11.5mm !important;
    height: 11.5mm !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 11.5mm !important;
            flex: 0 0 11.5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) h2.report-scale-heading span {
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 13.2pt !important;
    line-height: 1.22 !important;
    font-weight: 700 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-fear-summary-intro {
    margin: 0 0 8mm !important;
    padding: 0 0 8mm !important;
    border-bottom: 0.25mm solid #415985 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-fear-summary-intro h2 {
    margin: 0 0 3mm !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 11.5pt !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-fear-summary-intro p {
    margin: 0 !important;
    color: #111 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 7.2pt !important;
    line-height: 1.42 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-fear-summary-graphs > td {
    padding: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-fear-summary-charts {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    table-layout: fixed !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-fear-summary-scales > td {
    padding-bottom: 9mm !important;
    border-bottom: 0.25mm solid #415985 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-fear-summary-scales .vertical-bar-graph-cell.seperate {
    height: 114mm !important;
    min-height: 114mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-fear-summary-scales h3.report-summary-scale-heading {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    gap: 2mm !important;
    min-height: 17mm !important;
    margin: 0 0 8mm !important;
    color: #111 !important;
    text-align: center !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-fear-summary-scales h3.report-summary-scale-heading .report-summary-scale-icon {
    display: block !important;
    width: 10mm !important;
    min-width: 10mm !important;
    max-width: 10mm !important;
    height: 10mm !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-fear-summary-scales h3.report-summary-scale-heading span {
    color: #111 !important;
    font-family: "Merriweather", serif !important;
    font-size: 8pt !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-fear-summary-balance .horisontal-bar-graph-cell.seperate {
    padding: 9mm 9mm 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-fear-summary-balance .horisontal-bar-graph-cell.seperate .horisontal-bar-graph {
    width: 87% !important;
    max-width: 87% !important;
    margin-top: 9mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-name {
    margin: 0 0 5mm !important;
    padding: 4mm 0 !important;
    border-top: 0.25mm solid #415985 !important;
    border-bottom: 0.25mm solid #415985 !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 18pt !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-metadata {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr) !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 0.25mm solid rgba(65,89,133,0.34) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-metadata > div {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 3mm 3.6mm !important;
    border-left: 0.25mm solid rgba(65,89,133,0.22) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-metadata > div:first-child {
    padding-left: 0 !important;
    border-left: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-metadata dt,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-metadata dd {
    margin: 0 !important;
    padding: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-metadata dt {
    margin-bottom: 1.1mm !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 5.8pt !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-metadata dd {
    color: #111 !important;
    font-size: 6.9pt !important;
    line-height: 1.28 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-key-facts {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: 0 !important;
    padding: 4.2mm 0 4.6mm !important;
    border-bottom: 0.25mm solid #415985 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-key-facts > div {
    min-width: 0 !important;
    padding-right: 6mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-key-facts > div + div {
    padding: 0 0 0 6mm !important;
    border-left: 0.25mm solid rgba(65,89,133,0.34) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-key-facts dt,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-key-facts dd {
    margin: 0 !important;
    padding: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-key-facts dt {
    margin-bottom: 1mm !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 6.2pt !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-key-facts dd {
    color: #111 !important;
    font-family: "Merriweather", serif !important;
    font-size: 11pt !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-intro-grid {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 0.9fr) 6mm minmax(0, 1.1fr) !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    gap: 6mm !important;
    margin-top: 5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-subject-intro-grid h2 {
    margin: 0 0 2.4mm !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 10.4pt !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-table-of-contents {
    min-width: 0 !important;
    margin: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-table-of-contents ol {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border-top: 0.25mm solid rgba(65,89,133,0.42) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-table-of-contents li {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 3mm auto !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 3mm !important;
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
    padding: 1.5mm 0 !important;
    border-bottom: 0.25mm solid rgba(65,89,133,0.28) !important;
    color: #111 !important;
    font-size: 6.4pt !important;
    line-height: 1.22 !important;
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-table-of-contents .report-toc-page-number {
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-weight: 700 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-usage-panel {
    margin: 0 !important;
    padding: 4.5mm 5mm !important;
    border: 0.25mm solid #dde6f3 !important;
    background: #f7f9fc !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-usage-panel p {
    margin: 0 !important;
    color: #243552 !important;
    font-size: 6.5pt !important;
    line-height: 1.4 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-confidentiality-note {
    margin-top: 3.4mm !important;
    padding-top: 2.8mm !important;
    border-top: 0.25mm solid #c9d5e7 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-confidentiality-note h3 {
    margin: 0 0 1.1mm !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 6.2pt !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-intro {
    margin: 0 0 5mm !important;
    padding: 0 0 4.8mm !important;
    border-bottom: 0.25mm solid #415985 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-intro h2 {
    margin: 0 0 1.7mm !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 13pt !important;
    line-height: 1.18 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-intro p {
    margin: 0 !important;
    max-width: 150mm !important;
    color: #243552 !important;
    font-size: 8pt !important;
    line-height: 1.38 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-themes {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 3.5mm minmax(0, 1fr) 3.5mm minmax(0, 1fr) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 3.5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-theme {
    min-width: 0 !important;
    padding: 4mm !important;
    border-top: 1.2mm solid #415985 !important;
    background: #f7f9fc !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-theme--inclusion {
    border-top-color: #8dc297 !important;
    background: rgba(141,194,151,0.12) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-theme--control {
    border-top-color: #a8cdde !important;
    background: rgba(168,205,222,0.17) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-theme--openness {
    border-top-color: #d49e92 !important;
    background: rgba(212,158,146,0.13) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-theme > h3 {
    margin: 0 0 2.8mm !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 9pt !important;
    line-height: 1.15 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-pair {
    padding: 3mm 0 !important;
    border-top: 0.25mm solid rgba(65,89,133,0.22) !important;
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-pair:first-child {
    padding-top: 0 !important;
    border-top: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-pair p {
    margin: 1.8mm 0 0 !important;
    color: #243552 !important;
    font-size: 6.4pt !important;
    line-height: 1.3 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-pair-labels {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 1mm auto 1mm minmax(0, 1fr) !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    gap: 1mm !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-behaviour {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 1.1mm !important;
    color: #111 !important;
    text-align: center !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-behaviour img {
    display: block !important;
    width: 7mm !important;
    height: 7mm !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-behaviour strong {
    font-family: "Merriweather", serif !important;
    font-size: 6.4pt !important;
    line-height: 1.12 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-pair-connector {
    color: #738198 !important;
    font-size: 5.5pt !important;
    font-style: italic !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-scale {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 0.78fr) 6mm minmax(0, 1.22fr) !important;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
    gap: 3.4mm 6mm !important;
    margin-top: 5mm !important;
    padding-top: 4.5mm !important;
    border-top: 0.25mm solid #415985 !important;
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-scale-copy h2 {
    margin: 0 0 1.8mm !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 10.5pt !important;
    line-height: 1.15 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-scale-copy p {
    margin: 0 !important;
    color: #243552 !important;
    font-size: 6.5pt !important;
    line-height: 1.32 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-scale-visual {
    display: -ms-grid !important;
    display: grid !important;
    gap: 3mm !important;
    -ms-grid-row-align: start !important;
        align-self: start !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-score-direction h3,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-reflection h3 {
    margin: 0 0 1.4mm !important;
    color: #243552 !important;
    font-family: "Merriweather", serif !important;
    font-size: 6.2pt !important;
    line-height: 1.12 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-score-rail {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (minmax(0, 1fr))[3] !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    padding-top: 1.5mm !important;
    border-top: 0.8mm solid #415985 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-score-rail > span {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    min-width: 0 !important;
    color: #243552 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-score-rail > span:nth-child(2) {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-score-rail > span:last-child {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    text-align: right !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-score-rail strong {
    font-size: 5.8pt !important;
    line-height: 1.08 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-score-rail small {
    margin-top: 0.4mm !important;
    font-size: 5.2pt !important;
    line-height: 1.15 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-reflection-zones {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 0.35mm minmax(0, 1fr) 0.35mm minmax(0, 1fr) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.35mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-reflection-zones > div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    min-width: 0 !important;
    min-height: 13mm !important;
    padding: 1.5mm 1mm !important;
    background: #dfe7f2 !important;
    color: #243552 !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    text-align: center !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-reflection-zones > div:nth-child(2) {
    border-top: 0.25mm solid #9aabc2 !important;
    border-bottom: 0.25mm solid #9aabc2 !important;
    background: #fff !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-reflection-zones strong {
    font-family: "Merriweather", serif !important;
    font-size: 5.8pt !important;
    line-height: 1.1 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-reflection-zones span {
    margin-top: 0.4mm !important;
    font-size: 5pt !important;
    line-height: 1.15 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-scale-note {
    grid-column: 1/-1 !important;
    margin: 0 !important;
    color: #52627b !important;
    font-size: 5.6pt !important;
    line-height: 1.25 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-model-statement {
    margin: 4mm 0 0 !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 8.8pt !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-compass-page {
    overflow: visible !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-compass-visual {
    width: 100% !important;
    height: 145mm !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    overflow: visible !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-compass-visual .pie-chart {
    display: block !important;
    width: 154mm !important;
    max-width: 154mm !important;
    height: 154mm !important;
    max-height: 154mm !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-compass-comparison-legend {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 8mm !important;
    margin: 2mm 0 0 !important;
    color: #243552 !important;
    font-family: "Merriweather", serif !important;
    font-size: 7pt !important;
    line-height: 1.2 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-compass-comparison-legend > span {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 2mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-compass-legend-swatch {
    display: inline-block !important;
    width: 4.5mm !important;
    height: 3mm !important;
    border: 0.5mm solid #243552 !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-compass-legend-swatch--self {
    background: rgba(212,158,146,0.34) !important;
    border-color: #b47c6d !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-compass-legend-swatch--feedback {
    background: rgba(65,89,133,0.3) !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-method-page-row .report-brand-header {
    margin-bottom: 7mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-method-page-row .report-method-page-copy {
    max-width: 100% !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-method-page-row .report-method-page-copy p {
    margin: 0 0 4.5mm !important;
    color: #243552 !important;
    font-size: 8.3pt !important;
    line-height: 1.48 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-method-page-row .report-method-page-copy p:first-child {
    margin-bottom: 5.5mm !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 13pt !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-method-page-row .report-method-page-copy p:last-child {
    margin-bottom: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-interpretation-guide {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 8mm minmax(0, 1fr) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8mm !important;
    margin-top: 7mm !important;
    padding-top: 9.2mm !important;
    border-top: 0.25mm solid #415985 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-interpretation-guide h2 {
    margin: 0 0 3.5mm !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 11.5pt !important;
    line-height: 1.2 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-interpretation-guide p,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-interpretation-guide dt,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-interpretation-guide dd {
    font-size: 7.7pt !important;
    line-height: 1.55 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-interpretation-guide p {
    margin: 0 !important;
    color: #111 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-interpretation-panel {
    margin: 0 !important;
    padding: 12.5mm 10mm !important;
    min-height: 64.5mm !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    background: #f3f3f3 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-interpretation-panel > div {
    margin: 0 0 4mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-interpretation-panel > div:last-child {
    margin-bottom: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-interpretation-panel dt,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-interpretation-panel dd {
    margin: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-interpretation-panel dt {
    color: #415985 !important;
    font-weight: 700 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-branded-page:not(.report-cover-row) .report-interpretation-panel dd {
    color: #111 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-section-page--lead .report-brand-header {
    margin-bottom: 10mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page.report-branded-page:not(.report-loading):not(.report-cover-row):has(.page-header) > td {
    padding: 8mm 10mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page.report-branded-page.report-subject-page-row:not(.report-loading) .report-brand-header {
    margin-bottom: 5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page.report-branded-page.report-subject-page-row:not(.report-loading) h1.report-brand-band-title {
    font-size: 17.75pt !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.page.report-branded-page.report-compass-page-row:not(.report-loading) .report-brand-header {
    margin-bottom: 7mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-brand-header {
    margin-bottom: 8mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-brand-band {
    background: #415985 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-page {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    background: #fff !important;
    color: #243552 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-page h2 {
    margin: 5mm 0 2.6mm !important;
    padding-top: 3mm !important;
    border-top: 0.25mm solid #dde6f3 !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 11.5pt !important;
    line-height: 1.22 !important;
    -webkit-column-break-after: avoid !important;
       -moz-column-break-after: avoid !important;
            break-after: avoid !important;
    page-break-after: avoid !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-page h2:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-page h3 {
    margin: 3.8mm 0 2mm !important;
    color: #415985 !important;
    font-family: "Merriweather", serif !important;
    font-size: 9pt !important;
    line-height: 1.25 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-page p,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-page li {
    color: #243552 !important;
    font-size: 7.5pt !important;
    line-height: 1.48 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-page p {
    margin: 0 0 3mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-page ul,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-page ol {
    margin: 0 0 3.4mm !important;
    padding-left: 5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-page li {
    margin: 0 0 1.4mm !important;
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-intro {
    margin: 0 0 6mm !important;
    padding: 0 0 5mm !important;
    border-bottom: 0.25mm solid #415985 !important;
    color: #243552 !important;
    font-family: "Merriweather", serif !important;
    font-size: 9.2pt !important;
    line-height: 1.5 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-intro p {
    max-width: 88% !important;
    margin: 0 !important;
    color: #243552 !important;
    font-size: 9.2pt !important;
    line-height: 1.5 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-content {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
    -webkit-column-rule: 0 !important;
       -moz-column-rule: 0 !important;
            column-rule: 0 !important;
    -webkit-column-fill: auto !important;
       -moz-column-fill: auto !important;
            column-fill: auto !important;
    max-width: 100% !important;
    overflow: visible !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-content h2,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-content h3 {
    -webkit-column-span: none !important;
       -moz-column-span: none !important;
            column-span: none !important;
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-content h2 + *,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-content h3 + * {
    -webkit-column-break-before: auto !important;
       -moz-column-break-before: auto !important;
            break-before: auto !important;
    page-break-before: auto !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-content.is-section-grouped {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
    -webkit-column-rule: 0 !important;
       -moz-column-rule: 0 !important;
            column-rule: 0 !important;
    -webkit-column-fill: auto !important;
       -moz-column-fill: auto !important;
            column-fill: auto !important;
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 6mm minmax(0, 1fr) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 5mm 6mm !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-content.is-section-grouped > .report-executive-summary-section[data-executive-section="0"],
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-content.is-section-grouped > .report-executive-summary-section[data-executive-section="3"] {
    grid-column: 1/-1 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-content.is-section-grouped > .report-executive-summary-section[data-executive-section="2"] {
    padding-left: 3mm !important;
    border-left: 0.25mm solid #dde6f3 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-content .report-executive-summary-section[data-executive-section="3"] {
    padding: 5mm !important;
    background: #f3f3f3 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-content .report-executive-summary-section[data-executive-section="3"] > ul,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row .report-executive-summary-content .report-executive-summary-section[data-executive-section="3"] > ol {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 4mm minmax(0, 1fr) 4mm minmax(0, 1fr) !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 4mm !important;
    margin: 0 !important;
    padding-left: 4mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row.survey-pdf-continuation-page .survey-pdf-continuation-content {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
    -webkit-column-rule: 0 !important;
       -moz-column-rule: 0 !important;
            column-rule: 0 !important;
    display: block !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-executive-summary-row.survey-pdf-continuation-page .report-executive-summary-section {
    margin: 0 0 5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-brand-header {
    margin-bottom: 7mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-brand-band {
    background: #415985 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row.survey-pdf-continuation-page .survey-pdf-continuation-content {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
    -webkit-column-rule: 0 !important;
       -moz-column-rule: 0 !important;
            column-rule: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ul,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ol {
    -webkit-column-break-inside: auto !important;
       -moz-column-break-inside: auto !important;
            break-inside: auto !important;
    page-break-inside: auto !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > p,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content li {
    -webkit-column-break-inside: avoid !important;
    -moz-column-break-inside: avoid !important;
         break-inside: avoid-column !important;
    page-break-inside: avoid !important;
    orphans: 3 !important;
    widows: 3 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(2):last-child),
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(2):last-child),
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(3):last-child),
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(3):last-child) {
    position: relative !important;
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 6mm minmax(0, 1fr) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    -webkit-column-gap: 6mm !important;
       -moz-column-gap: 6mm !important;
            column-gap: 6mm !important;
    row-gap: 1.4mm !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(2):last-child)::after,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(2):last-child)::after,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(3):last-child)::after,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(3):last-child)::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 0.25mm !important;
    background: #dde6f3 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(2):last-child) > li:nth-child(1),
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(2):last-child) > li:nth-child(1),
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(3):last-child) > li:nth-child(1),
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(3):last-child) > li:nth-child(1) {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 1 !important;
    grid-row: 1 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(2):last-child) > li:nth-child(2),
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(2):last-child) > li:nth-child(2),
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(3):last-child) > li:nth-child(2),
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(3):last-child) > li:nth-child(2) {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 2 !important;
    grid-row: 2 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(2):last-child) > li:nth-child(3),
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(2):last-child) > li:nth-child(3),
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(3):last-child) > li:nth-child(3),
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(3):last-child) > li:nth-child(3) {
    -ms-grid-column: 2 !important;
    grid-column: 2 !important;
    -ms-grid-row: 1 !important;
    -ms-grid-row-span: 2 !important;
    grid-row: 1/span 2 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(2):last-child) > li:nth-child(2):last-child,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(2):last-child) > li:nth-child(2):last-child,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ul:has(> li:nth-child(3):last-child) > li:nth-child(2):last-child,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-analysis-content > ol:has(> li:nth-child(3):last-child) > li:nth-child(2):last-child {
    -ms-grid-column: 2 !important;
    grid-column: 2 !important;
    -ms-grid-row: 1 !important;
    grid-row: 1 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-analysis-page {
    width: 100% !important;
    max-width: 100% !important;
    background: #fff !important;
    color: #243552 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-analysis-page h1 {
    margin: 0 0 4mm !important;
    padding-bottom: 3mm !important;
    border-bottom: 0.25mm solid #dde6f3 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-analysis-page h2 {
    margin: 5mm 0 2.6mm !important;
    padding-top: 3mm !important;
    border-top: 0.25mm solid #dde6f3 !important;
    color: #415985 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-analysis-page h3 {
    margin: 3.8mm 0 2mm !important;
    color: #415985 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-analysis-page p,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-analysis-page li {
    color: #243552 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-analysis-page.report-analysis-content,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-analysis-page .report-analysis-content {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
    -webkit-column-rule: 0 !important;
       -moz-column-rule: 0 !important;
            column-rule: 0 !important;
    max-width: 100% !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-facts {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 4mm minmax(0, 1fr) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    -webkit-column-gap: 4mm !important;
       -moz-column-gap: 4mm !important;
            column-gap: 4mm !important;
    -webkit-column-span: all !important;
       -moz-column-span: all !important;
            column-span: all !important;
    margin: 0 0 3mm !important;
    padding: 1.5mm 3mm !important;
    border-top: 0.25mm solid #dde6f3 !important;
    border-bottom: 0.25mm solid #dde6f3 !important;
    background: #f3f3f3 !important;
    -webkit-column-break-inside: auto !important;
       -moz-column-break-inside: auto !important;
            break-inside: auto !important;
    page-break-inside: auto !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-analysis-intro {
    -webkit-column-span: all !important;
       -moz-column-span: all !important;
            column-span: all !important;
    margin: 0 0 2.5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-fact {
    -ms-grid-columns: 5mm 2mm minmax(0, 1fr) !important;
    grid-template-columns: 5mm minmax(0, 1fr) !important;
    -webkit-column-gap: 2mm !important;
       -moz-column-gap: 2mm !important;
            column-gap: 2mm !important;
    padding: 0.9mm 0 !important;
    color: #243552 !important;
    -webkit-column-break-inside: avoid !important;
       -moz-column-break-inside: avoid !important;
            break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-fact + .report-ranking-fact {
    border-top: 0 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-fact:nth-child(n + 3) {
    border-top: 0.25mm solid #dde6f3 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-fact:nth-child(odd) {
    padding-right: 1.5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-fact:nth-child(even) {
    padding-left: 1.5mm !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-fact strong {
    color: #415985 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-fact-index {
    font-size: 9pt !important;
    line-height: 1.1 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-fact-title {
    margin: 0 0 0.35mm !important;
    font-size: 7.2pt !important;
    line-height: 1.15 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-fact-meta,
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-fact-relations {
    margin: 0 !important;
    color: #5d6878 !important;
    font-size: 6.2pt !important;
    line-height: 1.18 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-fact-scores {
    gap: 0.4mm 1.4mm !important;
    margin: 0.35mm 0 0.15mm !important;
    font-size: 6.7pt !important;
    line-height: 1.15 !important;
  }
  body.survey-pdf-printing table.rapport.is-pdf-print-target tr.report-ranking-analysis-row .report-ranking-difference {
    color: #415985 !important;
  }
}
/*# sourceMappingURL=style.css.map */