@media print{div#colour-test-rect{display:none}div#colour-test-rect.very_positive{background-color:var(--sentiment-very-positive-block)}div#colour-test-rect.positive{background-color:var(--sentiment-positive-block)}div#colour-test-rect.neutral{background-color:var(--sentiment-neutral-block)}div#colour-test-rect.negative{background-color:var(--sentiment-negative-block)}div#colour-test-rect.very_negative{background-color:var(--sentiment-very-negative-block)}:root{--brand-bluegrey: #f1f4f8;--brand-pink: #ff176b;--brand-blue: #0042ff;--brand-purple: #211f43;--brand-green: #00e1b2;--darkened-brand-pink: color-mix(in srgb, var(--brand-pink) 90%, black 10%);--success: #28a745;--info: #0dcaf0;--warning: #ffc107;--danger: #dc3545;--gray-100: #f6f8fa;--gray-200: #f1f4f8;--gray-300: #d9dde2;--gray-400: #bfc6ce;--gray-500: #8b97a6;--gray-600: #717f92;--gray-700: #5d6979;--gray-800: #49525f;--gray-900: #353c45;--black: #000;--white: #fff;--background-gray: var(--gray-200);--border-gray: var(--gray-300);--dark-border-gray: var(--gray-400);--caret-gray: var(--gray-500);--muted-text-gray: var(--gray-800);--subtle-box-shadow: color-mix(in srgb, black 8%, transparent);--table-striped-bg: color-mix(in srgb, var(--brand-bluegrey) 75%, transparent);--positive-100: #E9F8EC;--positive-200: #CAECD0;--positive-300: #AAE0B4;--positive-400: #8CD499;--positive-500: #6DC67E;--positive-600: #50B863;--positive-700: #33AA49;--positive-800: #29903C;--positive-900: #1F752F;--positive-1000: #165922;--negative-100: #FDE6EE;--negative-200: #F9C1D4;--negative-300: #F49DBB;--negative-400: #EE7AA2;--negative-500: #E75889;--negative-600: #DF3771;--negative-700: #D61759;--negative-800: #B61049;--negative-900: #940A3A;--negative-1000: #71062B;--neutral-100: #FFF5D3;--neutral-200: #FFECB1;--neutral-300: #FFE390;--neutral-400: #FFD971;--neutral-500: #FFCF53;--neutral-600: #ffc436;--neutral-700: #DDAB31;--neutral-800: #BC922C;--neutral-900: #9B7926;--neutral-1000: #7B6020;--mixed-100: #EECCEE;--mixed-200: #E0A3E0;--mixed-300: #D07BD0;--mixed-400: #C054C0;--mixed-500: #AE2FAE;--mixed-600: #9c0a9c;--mixed-700: #870A87;--mixed-800: #730A73;--mixed-900: #5E095E;--mixed-1000: #4B084B;--sentiment-very-positive-block: var(--positive-700);--sentiment-positive-block: var(--positive-400);--sentiment-neutral-block: var(--neutral-500);--sentiment-negative-block: var(--negative-400);--sentiment-very-negative-block: var(--negative-700);--sentiment-mixed-block: var(--mixed-700);--sentiment-unknown-block: var(--gray-400);--sentiment-very-positive-pair-background: var(--positive-400);--sentiment-very-positive-pair-text: var(--positive-1000);--sentiment-positive-pair-background: var(--positive-200);--sentiment-positive-pair-text: var(--positive-900);--sentiment-neutral-pair-background: var(--neutral-200);--sentiment-neutral-pair-text: var(--neutral-1000);--sentiment-negative-pair-background: var(--negative-200);--sentiment-negative-pair-text: var(--negative-900);--sentiment-very-negative-pair-background: var(--negative-400);--sentiment-very-negative-pair-text: var(--negative-1000);--sentiment-mixed-pair-background: var(--mixed-200);--sentiment-mixed-pair-text: var(--mixed-1000);--sentiment-unknown-pair-background: var(--gray-200);--sentiment-unknown-pair-text: var(--gray-800);--sentiment-very-positive-text: var(--positive-800);--sentiment-positive-text: var(--positive-600);--sentiment-neutral-text: var(--neutral-800);--sentiment-negative-text: var(--negative-600);--sentiment-very-negative-text: var(--negative-800);--sentiment-mixed-text: var(--mixed-600);--sentiment-unknown-text: var(--gray-600)}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(165, 185, 205, 0.1);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(241, 244, 248, 0.9);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:1rem .5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.75rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: rgb(210.6, 210.2, 217.4);--bs-table-border-color: rgb(168.48, 168.16, 173.92);--bs-table-striped-bg: rgb(200.07, 199.69, 206.53);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(189.54, 189.18, 195.66);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(194.805, 194.435, 201.095);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: rgb(255, 208.6, 225.4);--bs-table-border-color: rgb(204, 166.88, 180.32);--bs-table-striped-bg: rgb(242.25, 198.17, 214.13);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(229.5, 187.74, 202.86);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(235.875, 192.955, 208.495);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: rgb(212, 237.4, 217.8);--bs-table-border-color: rgb(169.6, 189.92, 174.24);--bs-table-striped-bg: rgb(201.4, 225.53, 206.91);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(190.8, 213.66, 196.02);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(196.1, 219.595, 201.465);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: rgb(208.6, 236.4, 240.8);--bs-table-border-color: rgb(166.88, 189.12, 192.64);--bs-table-striped-bg: rgb(198.17, 224.58, 228.76);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(187.74, 212.76, 216.72);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(192.955, 218.67, 222.74);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: rgb(255, 242.6, 205.4);--bs-table-border-color: rgb(204, 194.08, 164.32);--bs-table-striped-bg: rgb(242.25, 230.47, 195.13);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(229.5, 218.34, 184.86);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(235.875, 224.405, 189.995);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: rgb(240.6, 212.8, 211.8);--bs-table-border-color: rgb(192.48, 170.24, 169.44);--bs-table-striped-bg: rgb(228.57, 202.16, 201.21);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(216.54, 191.52, 190.62);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(222.555, 196.84, 195.915);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f1f4f8;--bs-table-border-color: rgb(192.8, 195.2, 198.4);--bs-table-striped-bg: rgb(228.95, 231.8, 235.6);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(216.9, 219.6, 223.2);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(222.925, 225.7, 229.4);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #49525f;--bs-table-border-color: rgb(109.4, 116.6, 127);--bs-table-striped-bg: rgb(82.1, 90.65, 103);--bs-table-striped-color: #fff;--bs-table-active-bg: rgb(91.2, 99.3, 111);--bs-table-active-color: #fff;--bs-table-hover-bg: rgb(86.65, 94.975, 107);--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media print and (max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media print and (max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media print and (max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media print and (max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media print and (max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media print{.col-print-1{flex:0 0 auto;width:8.33333333%}.col-print-2{flex:0 0 auto;width:16.66666667%}.col-print-3{flex:0 0 auto;width:25%}.col-print-4{flex:0 0 auto;width:33.33333333%}.col-print-5{flex:0 0 auto;width:41.66666667%}.col-print-6{flex:0 0 auto;width:50%}.col-print-7{flex:0 0 auto;width:58.33333333%}.col-print-8{flex:0 0 auto;width:66.66666667%}.col-print-9{flex:0 0 auto;width:75%}.col-print-10{flex:0 0 auto;width:83.33333333%}.col-print-11{flex:0 0 auto;width:91.66666667%}.col-print-12{flex:0 0 auto;width:100%}.m-print-0{margin:0 !important}.mt-print-0,.my-print-0{margin-top:0 !important}.mr-print-0,.mx-print-0{margin-right:0 !important}.mb-print-0,.my-print-0{margin-bottom:0 !important}.ml-print-0,.mx-print-0{margin-left:0 !important}.m-print-1{margin:.25rem !important}.mt-print-1,.my-print-1{margin-top:.25rem !important}.mr-print-1,.mx-print-1{margin-right:.25rem !important}.mb-print-1,.my-print-1{margin-bottom:.25rem !important}.ml-print-1,.mx-print-1{margin-left:.25rem !important}.m-print-2{margin:.5rem !important}.mt-print-2,.my-print-2{margin-top:.5rem !important}.mr-print-2,.mx-print-2{margin-right:.5rem !important}.mb-print-2,.my-print-2{margin-bottom:.5rem !important}.ml-print-2,.mx-print-2{margin-left:.5rem !important}.m-print-3{margin:1rem !important}.mt-print-3,.my-print-3{margin-top:1rem !important}.mr-print-3,.mx-print-3{margin-right:1rem !important}.mb-print-3,.my-print-3{margin-bottom:1rem !important}.ml-print-3,.mx-print-3{margin-left:1rem !important}.m-print-4{margin:1.5rem !important}.mt-print-4,.my-print-4{margin-top:1.5rem !important}.mr-print-4,.mx-print-4{margin-right:1.5rem !important}.mb-print-4,.my-print-4{margin-bottom:1.5rem !important}.ml-print-4,.mx-print-4{margin-left:1.5rem !important}.m-print-5{margin:2rem !important}.mt-print-5,.my-print-5{margin-top:2rem !important}.mr-print-5,.mx-print-5{margin-right:2rem !important}.mb-print-5,.my-print-5{margin-bottom:2rem !important}.ml-print-5,.mx-print-5{margin-left:2rem !important}.m-print-6{margin:3rem !important}.mt-print-6,.my-print-6{margin-top:3rem !important}.mr-print-6,.mx-print-6{margin-right:3rem !important}.mb-print-6,.my-print-6{margin-bottom:3rem !important}.ml-print-6,.mx-print-6{margin-left:3rem !important}.m-print-7{margin:3.5rem !important}.mt-print-7,.my-print-7{margin-top:3.5rem !important}.mr-print-7,.mx-print-7{margin-right:3.5rem !important}.mb-print-7,.my-print-7{margin-bottom:3.5rem !important}.ml-print-7,.mx-print-7{margin-left:3.5rem !important}.m-print-8{margin:4rem !important}.mt-print-8,.my-print-8{margin-top:4rem !important}.mr-print-8,.mx-print-8{margin-right:4rem !important}.mb-print-8,.my-print-8{margin-bottom:4rem !important}.ml-print-8,.mx-print-8{margin-left:4rem !important}.m-print-9{margin:5rem !important}.mt-print-9,.my-print-9{margin-top:5rem !important}.mr-print-9,.mx-print-9{margin-right:5rem !important}.mb-print-9,.my-print-9{margin-bottom:5rem !important}.ml-print-9,.mx-print-9{margin-left:5rem !important}.p-print-0{padding:0 !important}.pt-print-0,.py-print-0{padding-top:0 !important}.pr-print-0,.px-print-0{padding-right:0 !important}.pb-print-0,.py-print-0{padding-bottom:0 !important}.pl-print-0,.px-print-0{padding-left:0 !important}.p-print-1{padding:.25rem !important}.pt-print-1,.py-print-1{padding-top:.25rem !important}.pr-print-1,.px-print-1{padding-right:.25rem !important}.pb-print-1,.py-print-1{padding-bottom:.25rem !important}.pl-print-1,.px-print-1{padding-left:.25rem !important}.p-print-2{padding:.5rem !important}.pt-print-2,.py-print-2{padding-top:.5rem !important}.pr-print-2,.px-print-2{padding-right:.5rem !important}.pb-print-2,.py-print-2{padding-bottom:.5rem !important}.pl-print-2,.px-print-2{padding-left:.5rem !important}.p-print-3{padding:1rem !important}.pt-print-3,.py-print-3{padding-top:1rem !important}.pr-print-3,.px-print-3{padding-right:1rem !important}.pb-print-3,.py-print-3{padding-bottom:1rem !important}.pl-print-3,.px-print-3{padding-left:1rem !important}.p-print-4{padding:1.5rem !important}.pt-print-4,.py-print-4{padding-top:1.5rem !important}.pr-print-4,.px-print-4{padding-right:1.5rem !important}.pb-print-4,.py-print-4{padding-bottom:1.5rem !important}.pl-print-4,.px-print-4{padding-left:1.5rem !important}.p-print-5{padding:2rem !important}.pt-print-5,.py-print-5{padding-top:2rem !important}.pr-print-5,.px-print-5{padding-right:2rem !important}.pb-print-5,.py-print-5{padding-bottom:2rem !important}.pl-print-5,.px-print-5{padding-left:2rem !important}.p-print-6{padding:3rem !important}.pt-print-6,.py-print-6{padding-top:3rem !important}.pr-print-6,.px-print-6{padding-right:3rem !important}.pb-print-6,.py-print-6{padding-bottom:3rem !important}.pl-print-6,.px-print-6{padding-left:3rem !important}.p-print-7{padding:3.5rem !important}.pt-print-7,.py-print-7{padding-top:3.5rem !important}.pr-print-7,.px-print-7{padding-right:3.5rem !important}.pb-print-7,.py-print-7{padding-bottom:3.5rem !important}.pl-print-7,.px-print-7{padding-left:3.5rem !important}.p-print-8{padding:4rem !important}.pt-print-8,.py-print-8{padding-top:4rem !important}.pr-print-8,.px-print-8{padding-right:4rem !important}.pb-print-8,.py-print-8{padding-bottom:4rem !important}.pl-print-8,.px-print-8{padding-left:4rem !important}.p-print-9{padding:5rem !important}.pt-print-9,.py-print-9{padding-top:5rem !important}.pr-print-9,.px-print-9{padding-right:5rem !important}.pb-print-9,.py-print-9{padding-bottom:5rem !important}.pl-print-9,.px-print-9{padding-left:5rem !important}.row-print{display:flex;flex-basis:auto;flex-wrap:wrap;max-width:100%;margin-right:-15px;margin-left:-15px}html{background:#fff}.print-page{break-after:page}.secondary-nav{display:none}.feedback-filters{display:none}.modal{display:none}#siteinfo{display:none}.main-content{margin:2rem auto}.onscreen-for-print{position:static !important}*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:210mm !important}.container{min-width:210mm !important}.badge{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#dee2e6}.container-fluid>.row{min-width:unset !important;max-width:unset !important;margin:0 !important}.navbar{display:none}#siteinfo{display:none}.onscreen-for-print{position:static !important}.rating-bar-value{print-color-adjust:exact;forced-color-adjust:none}.tab-content>.tab-pane{display:block}}
