* {
	box-sizing: border-box;
	letter-spacing: normal;
}

*[class^="prb-graphs"] * {
	font-weight: 400;
}

*[class^="prb-graphs"] strong {
	font-weight: bold;
}

*[class^="prb-graphs"],
*[class^="prb-graphs"] * {
	font-family: 'Source Sans Pro', sans-serif;
}

*[class^="prb-graphs"] .fab {
	font-family:"Font Awesome 5 Brands";
}

*[class^="prb-graphs"] .far {
	font-family:"Font Awesome 5 Free";
}

*[class^="prb-graphs"] h1,
*[class^="prb-graphs"] h1 *,
*[class^="prb-graphs"] h2,
*[class^="prb-graphs"] h2 *,
*[class^="prb-graphs"] h3,
*[class^="prb-graphs"] h3 *,
*[class^="prb-graphs"] h4,
*[class^="prb-graphs"] h4 *,
*[class^="prb-graphs"] h5,
*[class^="prb-graphs"] h5 *,
*[class^="prb-graphs"] h6,
*[class^="prb-graphs"] h6 *,
*[class^="prb-graph-header"] h1,
*[class^="prb-graph-header"] h1 *,
*[class^="prb-graph-header"] h2,
*[class^="prb-graph-header"] h2 *,
*[class^="prb-graph-header"] h3,
*[class^="prb-graph-header"] h3 *,
*[class^="prb-graph-header"] h4,
*[class^="prb-graph-header"] h4 *,
*[class^="prb-graph-header"] h5,
*[class^="prb-graph-header"] h5 *,
*[class^="prb-graph-header"] h6,
*[class^="prb-graph-header"] h6 * {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: normal;
}

*[class^="prb-graphs"] h1,
*[class^="prb-graphs"] h1 *,
*[class^="prb-graph-header"] h1,
*[class^="prb-graph-header"] h1 *{
	font-size: 58px;
	line-height: 68px;
}

*[class^="prb-graphs"] h2,
*[class^="prb-graphs"] h2 *,
*[class^="prb-graph-header"] h2,
*[class^="prb-graph-header"] h2 * {
	font-size: 48px;
	line-height: 56px;
}

*[class^="prb-graphs"] h3,
*[class^="prb-graphs"] h3 *,
*[class^="prb-graph-header"] h3,
*[class^="prb-graph-header"] h3 * {
	font-size: 38px;
	line-height: 40px;
}

*[class^="prb-graphs"] h4,
*[class^="prb-graphs"] h4 *,
*[class^="prb-graph-header"] h4,
*[class^="prb-graph-header"] h4 * {
	font-size: 24px;
	line-height: 28px;
}

*[class^="prb-graphs"] h5,
*[class^="prb-graphs"] h5 *,
*[class^="prb-graph-header"] h5,
*[class^="prb-graph-header"] h5 * {
	font-size: 22px;
	line-height: 26px;
}

*[class^="prb-graphs"] h6,
*[class^="prb-graphs"] h6 *,
*[class^="prb-graph-header"] h6,
*[class^="prb-graph-header"] h6 * {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}

sup {
	vertical-align: super;
}

body.prb-embed-charts {
	background-color: initial;
}

.prb-graphs {
	flex: 1;
	width: 100%;
}

.pbr-chart {
	/*height: 700px;
	min-width: 690px;*/
}

.pbr-chart *,
*[class^="prb-tooltip"],
*[class^="prb-tooltip"] * {
	font-family: 'Noto Sans', sans-serif;
	/*font-weight: 400;*/
}

.pbr-chart strong,
*[class^="prb-tooltip"] strong,
*[class^="prb-tooltip"] strong {
	font-weight: bold;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1576px;
}

.nicescroll-cursors {
	width: 7px;
}

.minimize-item {
	/*font-size: 3px !important;
	-webkit-transition: font-size 300ms linear 0s;
	transition: font-size 300ms linear 0s;*/
}

.hidden-item {
	opacity: 0 !important;
	visibility: hidden !important;
	-webkit-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
}

.prb-embeds-window {
	display: none;
}

.prb-graph-header .prb-embeds-window {
	display: none !important;
}

.prb-link-copy-url span {
	position: relative;
}

.prb-link-copy-url span:after {
	display: inline-block;
	background-color: limegreen;
	border-radius: 10px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	padding: 2px 5px 3px;
	position: absolute;
	left: calc(100% + 5px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prb-link-copy-url.copied span:after {
	content: attr(data-success-message);
}

.show-el {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transition: opacity 200ms linear 0s;
	transition: opacity 200ms linear 0s;
}

.prb-tooltip-1 {
	background-color: #FFFFFF;
	border: 1px solid #335887;
	box-sizing: border-box;
	box-shadow: 0 4px 20px rgba(200, 215, 234, 0.5);
	border-radius: 4px;
	position: absolute;
	top: 0;
	text-align: center;
	padding: 5px 7px;
	font-size: 12px;
	line-height: 18px;
	pointer-events: none;
	max-width: 123px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: opacity 300ms linear 0s;
	transition: opacity 300ms linear 0s;
}

.prb-tooltip-1.show-el {
	z-index: 100000;
}

.prb-tooltip-1.prb-tooltip-2 {
	text-align: initial;
	padding: 12px 19px 10px 16px;
	max-width: none;
}

.prb-tooltip-1.prb-tooltip-2.prb-tooltip-3 {
	font-size: 8px;
	line-height: 11px;
	padding: 8px 10px 11px;
	width: 127px;
}

.prb-tooltip-1__row {
	margin-top: 3px;
}

.prb-tooltip-1__row:first-of-type {
	margin-top: 0;
}

.prb-tooltip-1__row,
.prb-tooltip-1__row * {
	font-size: 8px;
	line-height: 11px;
}

.prb-btn {
	display: inline-block;
	text-align: center;
	margin: 0 10px;
}

.prb-btn:first-of-type {
	margin-left: 0;
}

.prb-btn:last-of-type {
	margin-right: 0;
}

.prb-btn,
.prb-btn * {
	font-family: 'Roboto Condensed', sans-serif;
	color: #5392D2;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-decoration: none;
}

.prb-btn:focus {
	text-decoration: none !important;
}

.prb-btn:before {
	display: inline-block;
	content: '';
	width: 18px;
	height: 18px;
	background-color: #4091D7;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	margin-bottom: 4px;
}

body.pdf-generation .prb-btn:before {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.prb-btn.prb-expand-btn:before {
	-webkit-mask-image: url("../../assets/imgs/icons/icon-expand.svg");
	mask-image: url("../../assets/imgs/icons/icon-expand.svg");
}

body.pdf-generation .prb-btn.prb-expand-btn:before {
	-webkit-mask-image: none;
	mask-image: none;
	background-image: url("../../assets/imgs/icons/icon-expand.svg");
}

.prb-btn.prb-share-btn:before {
	-webkit-mask-image: url("../../assets/imgs/icons/icon-share.svg");
	mask-image: url("../../assets/imgs/icons/icon-share.svg");
}

body.pdf-generation .prb-btn.prb-share-btn:before {
	-webkit-mask-image: none;
	mask-image: none;
	background-image: url("../../assets/imgs/icons/icon-share.svg");
}

.prb-btn.prb-open-blank-btn:before {
	-webkit-mask-image: url("../../assets/imgs/icons/icon-open-blank.svg");
	mask-image: url("../../assets/imgs/icons/icon-open-blank.svg");
	width: 20px;
}

body.pdf-generation .prb-btn.prb-open-blank-btn:before {
	-webkit-mask-image: none;
	mask-image: none;
	background-image: url("../../assets/imgs/icons/icon-open-blank.svg");
}

.prb-share-btn {
	pointer-events: none;
}

.prb-btn > span {
	display: block;
}

.custom-icon {
	display: inline-block;
	position: relative;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	width: 14px;
	height: 14px;
}

.custom-icon:before {
	display: block;
	content: '';
	background-color: #333333;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 100ms linear 0s;
	transition: 100ms linear 0s;
}

.custom-icon-embed:before {
	-webkit-mask-image: url("../../assets/imgs/icons/icon-embed.svg");
	mask-image: url("../../assets/imgs/icons/icon-embed.svg");
}

.prb-share-window {
	position: absolute;
	right: -12px;
	top: calc(100% + 4px);
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 100ms linear 0s;
	transition: 100ms linear 0s;
}

.prb-share-window__container {
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.181272);
	border-radius: 4px;
	position: relative;
}

.prb-share-window__list {
	padding: 0;
	margin: 0;
	list-style: none;
	min-width: 164px;
}

.prb-share-window__container:before {
	display: block;
	content: '';
	background-color: #FFFFFF;
	position: absolute;
	top: -9px;
	right: 16px;
	width: 19px;
	height: 19px;
	z-index: 2;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.prb-share-window__list-item {
	border-bottom: 1px solid #D9D8D8;
}

.prb-share-window__list-item:last-of-type {
	border-bottom: none;
}

.prb-share-window__list-item-link {
	display: block;
	position: relative;
	padding: 12px 10px 13px 31px;
}

.prb-share-window__list-item-link,
.prb-share-window__list-item-link * {
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none !important;
	-webkit-transition: 100ms linear 0s;
	transition: 100ms linear 0s;
}

.prb-share-window__list-item-link:hover,
.prb-share-window__list-item-link:hover * {
	color: #5392D2;
}

.prb-share-window__list-item-link:hover .custom-icon:before {
	background-color: #5392D2;
}

.prb-share-window__list-item-link span {
	display: inline-block;
	white-space: nowrap;
}

.prb-share-window__list-item-link i {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prb-section-title {
	color: #343333;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.prb-simple-text-content p,
.prb-simple-text-content ul,
.prb-simple-text-content ol {
	color: #3F4041;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 11px;
}

.prb-simple-text-content ul,
.prb-simple-text-content ol {
	list-style-position: inside;
	padding-left: 15px;
}

.prb-simple-text-content ul li,
.prb-simple-text-content ol li {
	margin-bottom: 5px;
}

.prb-simple-text-content ul {
	list-style-type: disc;
}

.prb-simple-text-content ol {
	list-style-type: decimal;
}

.prb-simple-text-content em {
	font-style: italic;
}

.prb-simple-text-content h4 {
	color: #292929;
	margin-bottom: 11px;
}

.prb-simple-text-content > *:first-child {
	margin-bottom: 35px;
}

.prb-simple-text-content h6 {
	color: #343333;
	padding-top: 11px;
	margin-bottom: 11px;
}

.prb-simple-text-content a {
	color: #2C598A;
	text-decoration: underline;
}

.prb-simple-text-content a:hover {
	text-decoration: none;
}

.prb-graphs-tabs {
	display: flex;
	list-style: none;
	margin: 0 -2.5px;
	padding: 0;
	height: 58px;
}

.prb-graphs-tabs__item {
	padding: 0 2.5px;
	height: 100%;
	line-height: 0;
	width: 25%;
}

@media all and (min-width: 600px){
	.prb-graphs-tabs__item {
		width: auto;
	}
}

.prb-graphs-tabs__item-container {
	height: 100%;
	line-height: 0;
}

.prb-graphs-tabs__item-link,
.prb-graphs-tabs__item-link:focus,
.prb-graphs-tabs__item-link:link,
.site a.prb-graphs-tabs__item-link:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-color: #D4E0ED;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	-webkit-transition: 100ms linear 0s;
	transition: 100ms linear 0s;
	outline: none !important;
}

@media all and (min-width: 600px){
	.prb-graphs-tabs__item-link,
	.prb-graphs-tabs__item-link:focus,
	.prb-graphs-tabs__item-link:link,
	.site a.prb-graphs-tabs__item-link:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
		min-width: 142px;
	}
}

.prb-graphs-tabs__item-icon {
	display: block;
	background-color: #6B8190;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	font-style: normal;
	height: 28px;
	width: 100%;
	margin-bottom: 4px;
	-webkit-transition: 100ms linear 0s;
	transition: 100ms linear 0s;
}

body.pdf-generation .prb-graphs-tabs__item-icon {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

.prb-graphs-tabs__item.scatterplot .prb-graphs-tabs__item-icon {
	-webkit-mask-image: url("../../assets/imgs/icons/icon-scatterplot.svg");
	mask-image: url("../../assets/imgs/icons/icon-scatterplot.svg");
}

body.pdf-generation .prb-graphs-tabs__item.scatterplot .prb-graphs-tabs__item-icon {
	-webkit-mask-image: none;
	mask-image: none;
	background-image: url("../../assets/imgs/icons/icon-scatterplot_for-pdf.svg");
}

.prb-graphs-tabs__item.line-area .prb-graphs-tabs__item-icon {
	-webkit-mask-image: url("../../assets/imgs/icons/icon-line-area.svg");
	mask-image: url("../../assets/imgs/icons/icon-line-area.svg");
}

body.pdf-generation .prb-graphs-tabs__item.line-area .prb-graphs-tabs__item-icon {
	-webkit-mask-image: none;
	mask-image: none;
	background-image: url("../../assets/imgs/icons/icon-line-area_for-pdf.svg");
}

.prb-graphs-tabs__item.heat-map .prb-graphs-tabs__item-icon {
	-webkit-mask-image: url("../../assets/imgs/icons/icon-heat-map.svg");
	mask-image: url("../../assets/imgs/icons/icon-heat-map.svg");
}

body.pdf-generation .prb-graphs-tabs__item.heat-map .prb-graphs-tabs__item-icon {
	-webkit-mask-image: none;
	mask-image: none;
	background-image: url("../../assets/imgs/icons/icon-heat-map_for-pdf.svg");
}

.prb-graphs-tabs__item.fact-sheet .prb-graphs-tabs__item-icon {
	-webkit-mask-image: url("../../assets/imgs/icons/icon-fact-sheet.svg");
	mask-image: url("../../assets/imgs/icons/icon-fact-sheet.svg");
}

body.pdf-generation .prb-graphs-tabs__item.fact-sheet .prb-graphs-tabs__item-icon {
	-webkit-mask-image: none;
	mask-image: none;
	background-image: url("../../assets/imgs/icons/icon-fact-sheet_for-pdf.svg");
}

.prb-graphs-tabs__item-title {
	color: #6B8190;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: 100ms linear 0s;
	transition: 100ms linear 0s;
}

.prb-graphs-tabs__item:hover .prb-graphs-tabs__item-link,
.prb-graphs-tabs__item.active .prb-graphs-tabs__item-link,
.site a.prb-graphs-tabs__item-link:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-color: #2C598A;
}

.prb-graphs-tabs__item:hover .prb-graphs-tabs__item-icon,
.prb-graphs-tabs__item.active .prb-graphs-tabs__item-icon,
.site a.prb-graphs-tabs__item-link:focus:not(.wp-block-button__link):not(.wp-block-file__button) .prb-graphs-tabs__item-icon {
	background-color: #FFFFFF;
}

body.pdf-generation .prb-graphs-tabs__item:hover .prb-graphs-tabs__item-icon,
body.pdf-generation .prb-graphs-tabs__item.active .prb-graphs-tabs__item-icon,
body.pdf-generation .site a.prb-graphs-tabs__item-link:focus:not(.wp-block-button__link):not(.wp-block-file__button) .prb-graphs-tabs__item-icon {
	background-color: transparent;
}

body.pdf-generation .prb-graphs-tabs__item.scatterplot.active .prb-graphs-tabs__item-icon {
	background-image: url("../../assets/imgs/icons/icon-scatterplot_for-pdf-active.svg");
}

body.pdf-generation .prb-graphs-tabs__item.line-area.active .prb-graphs-tabs__item-icon {
	background-image: url("../../assets/imgs/icons/icon-line-area_for-pdf-active.svg");
}

body.pdf-generation .prb-graphs-tabs__item.heat-map.active .prb-graphs-tabs__item-icon {
	background-image: url("../../assets/imgs/icons/icon-heat-map_for-pdf-active.svg");
}

body.pdf-generation .prb-graphs-tabs__item.fact-sheet.active .prb-graphs-tabs__item-icon {
	background-image: url("../../assets/imgs/icons/icon-fact-sheet_for-pdf-active.svg");
}

.prb-graphs-tabs__item:hover .prb-graphs-tabs__item-title,
.prb-graphs-tabs__item.active .prb-graphs-tabs__item-title,
.site a.prb-graphs-tabs__item-link:focus:not(.wp-block-button__link):not(.wp-block-file__button) .prb-graphs-tabs__item-title {
	color: #FFFFFF;
}

.prb-graphs-tabs__header {
	overflow: hidden;
}

.prb-graphs__heading {
	display: flex;
	align-items: center;
	background-color: #2C598A;
	padding: 19px;
	min-height: 110px;
}

.prb-graphs__heading * {
	color: #fff;
}

*[class] *.prb-graphs__main-title {
	font-size: 34px;
}

.prb-graphs__data {
	background-color: #fff;
	box-shadow: 0 2px 34px rgba(0, 0, 0, 0.15);
	border-radius: 1px;
	padding: 18px 20px 40px 19px;
	display: flex;
	flex-direction: column;
}

body.pdf-generation .prb-graphs__data {
	box-shadow: none;
}

@media all and (min-width: 1090px){
	.prb-graphs__data {
		flex-direction: initial;
	}
}

.prb-graphs__data-description {
	order: 2;
	margin-top: 20px;
}

@media all and (min-width: 1090px){
	.prb-graphs__data-description {
		padding-right: 25px;
		min-width: 355px;
		order: initial;
		margin-top: 0;
	}
}

.prb-graphs__data-description-wrapper {
	position: relative;
	height: 300px;
	min-height: 300px;
	width: 100%;
}

@media all and (min-width: 1090px){
	.prb-graphs__data-description-wrapper {
		height: 100%;
	}
}

.prb-graphs__data-description-wrapper.fancybox-content {
	height: auto;
	max-width: 949px;
}

.prb-graphs__data-description-wrapper .prb-graph-header {
	display: none;
}

.prb-graphs__data-description-wrapper.fancybox-content .prb-graph-header {
	display: block;
}

.prb-graphs__data-description-container {
	background-color: #F2FAFC;
	border: 1px solid #DCE8EB;
	border-radius: 1px;
	padding: 19px 11px 0 17px;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow-y: auto;
}

.fancybox-content .prb-graphs__data-description-container {
	background-color: #fff;
	border: none;
	border-radius: 0;
	position: initial;
	min-height: 300px;
	height: 80vh;
	width: auto;
	padding-left: 34px;
	padding-right: 34px;
	/*overflow: initial !important;
	outline: initial !important;*/
}

@media all and (min-width: 500px){
	.fancybox-content .prb-graphs__data-description-container {
		padding-left: 79px;
		padding-right: 79px;
	}
}

.fancybox-content .prb-expand-btn,
.fancybox-content .prb-graph-header__actions,
.fancybox-content .prb-graph-header__notes {
	display: none !important;
}

.prb-graphs__data-content {
	flex: 1;
	order: 1;
}

@media all and (min-width: 1090px){
	.prb-graphs__data-content {
		order: initial;
		max-width: calc(100% - 355px);
		/*overflow:auto;*/
	}

	body.prb-embed-charts .prb-graphs__data-content {
		max-width: none;
		/*overflow:auto;*/
	}
}

.prb-chart-wrap__graph-wrapper {
	overflow-x: auto;
}

.prb-chart-wrap__graph {
	border: 2px solid #335887;
	position: relative;
	min-height: 704px;
	min-width: 694px;
}

.prb-chart-wrap__graph.prb-fact-sheet {
	display: flex;
	min-width: 100%;
}

.prb-chart-wrap__graph.prb-fact-sheet .pbr-chart {
	flex: 1;
	position: relative;
	z-index: 10;
}

body.prb-embed-charts .prb-chart-wrap__graph {
	/*min-height: 0;
	min-width: 0;
	height: 100%;
	width: 100%;*/
}

.prb-chart-wrap__graph.prb-fact-sheet {
	border: 1px solid #979797;
	border-radius: 8px;
	background: #D8D8D8;
	position: relative;
	overflow: hidden;
}

.prb-chart-wrap__graph.prb-fact-sheet:before {
	display: inline-block;
	content: 'PDF PREVIEW';
	color: #6B8190;
	font-weight: bold;
	font-size: 30px;
	line-height: 38px;
	position: absolute;
	top: 50%;
	left: 50%;
	mix-blend-mode: normal;
	opacity: 0.5;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-transform: uppercase;
}

.fancybox-content .prb-chart-wrap__graph {
	border: none;
	min-height: 700px;
	min-width: 690px;
}

.prb-embeds-window__embed-preview-holder {
	overflow-x: auto;
}

.prb-embeds-window__embed-preview {
	height: 724px;
	min-width: 1094px;
}

.prb-line-area-graph {
	min-height: 704px;
	min-width: 1054px;
}

.prb-heat-map-graph {
	min-height: 704px;
	min-width: 1054px;
}

body.prb-embed-charts .prb-line-area-graph {
	/*min-height: 0;
	min-width: 0;
	height: 100%;
	width: 100%;*/
}

.fancybox-content .prb-line-area-graph {
	min-height: 700px;
	min-width: 1050px;
}

body.prb-embed-charts .prb-graphs__data {
	padding: 0 20px;
}

.prb-chart-wrap {
	width: 100%;
}

@media all and (min-width: 1090px){
	.prb-chart-wrap.fancybox-content {
		width: calc(100% - 78px);
	}
}

.prb-chart-wrap__graph > * {
	line-height: 0;
}

.prb-line-chart {
	cursor: pointer;
}

.prb-graph-header {
	display: flex;
	align-items: center;
	padding-top: 6px;
	padding-bottom: 24px;
	position: relative;
}

.fancybox-content .prb-graph-header {
	background-color: #2C598A;
	padding: 24px 115px 30px 34px;
}

.fancybox-content .prb-graph-header * {
	color: #FFFFFF;
}

.prb-graph-header__notes {
	color: #5392D2;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	right: 0;
}

.prb-graph-header__headings {
	flex: 1;
	padding-right: 20px;
}

.prb-graph-header__title {
	font-size: 17px;
	font-weight: 600;
}

.prb-graph-header__subtitle {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}

.fancybox-content .prb-graph-header__actions {
	margin-right: 45px;
}

.prb-graph-header__actions {
	display: flex;
}

.prb-graph-header__actions-item {
	position: relative;
	margin: 0 10px;
}

.prb-graph-header__actions-item:first-of-type {
	margin-left: 0;
}

.prb-graph-header__actions-item:last-of-type {
	margin-right: 0;
}

.prb-graph-header__actions-item-share {
	cursor: pointer;
}

.prb-graph-header__actions-item-share:hover .prb-share-window {
	opacity: 1;
	visibility: visible;
}

.prb-graph-axis-line text {
	fill: #335887;
	font-size: 16px;
	white-space: nowrap;
}

.prb-graph-axis-line-title {
	fill: #335887;
	font-size: 22px;
	font-weight: 600;
}

.prb-graph-axis-line-y-label {
	transform: translate(-100px, 140px) rotateZ(-90deg);
}

.prb-graph-hover-line-holder {
	opacity: 0;
	-webkit-transition: opacity 100ms linear 0s;
	transition: opacity 100ms linear 0s;
}

.prb-graph-hover-line-holder.enabled {
	opacity: 1;
}

.prb-graph-hover-badge-title,
.prb-graph-hover-badge-title-label {
	font-size: 11px;
	font-weight: 600;
}

.prb-graph-hover-bar-stack-title {
	font-size: 9px;
}

.prb-graph-hover-bar-stack-percent {
	font-size: 9px;
	font-weight: 600;
}

.prb-graph-circle-title {
	font-size: 14px;
	font-weight: 600;
}

.prb-graph-circle-values {
	font-size: 14px;
}

.prb-graph-circle-dashed-line,
.prb-graph-circle-title,
.prb-graph-circle-values {
	pointer-events: none;
}

.prb-graph-tooltip-icon {
	font-size: 9px;
	font-weight: 900;
}

.prb-graph-circle-main-title {
	font-size: 16px;
	font-weight: 600;
}

.prb-graphs__data-description-content {
	position: relative;
	padding-top: 4px;
	padding-bottom: 10px;
}

.prb-graphs__data-description-content > *:first-child {
	padding-right: 40px;
}

.prb-graphs__data-description-actions {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 8px;
	top: 16px;
}

.prb-graphs__data-description-actions a {
	text-decoration: none;
}

.prb-graphs__data-description-actions-item {
	margin-bottom: 11px;
}

.prb-graphs__data-description-actions .prb-btn {
	background-color: #F2FAFC;
	border: 5px;
	padding: 3px;
	margin: 0;
}

.prb-chart-wrap__graph-options-select {
	position: absolute;
	right: 25px;
	top: 17px;
	z-index: 11;
}

.prb-chart-wrap__graph-options-select.position-right {
	right: auto;
	left: 160px;
}

.pbr-chart-options-select {
	display: inline-block;
	background: #DDDDDD;
	border-radius: 6px;
	padding: 8px 7px 7px;
}

.pbr-chart-options-select * {
	font-family: 'Noto Sans', sans-serif;
}

.pbr-chart-options-select__list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pbr-chart-options-select__option {
	display: none !important;
}

.pbr-chart-options-select__option + label {
	cursor: pointer;
	padding-left: 0 !important;
	margin: 0;
}

.pbr-chart-options-select__option + label span {
	display: block;
	background-color: transparent;
	border-radius: 4px;
	color: #5C5C5C;
	font-size: 14px;
	line-height: 19px;
	padding: 7px 13px 9px;
	min-width: 56px;
	text-align: center;
	-webkit-transition: background-color 100ms linear 0s;
	transition: background-color 100ms linear 0s;
}

.pbr-chart-options-select__option:checked + label span {
	background-color: #fff;
	color: #335887;
	font-weight: 600;
}

.prb-graph-sp-badge-holder * {
	color: #000000;
	font-size: 14px;
	line-height: 19px;
}

.prb-main-g-container {
	width: 100vw;
}

.prb-heat-map-badge-row-text {
	font-size: 10px;
	line-height: 14px;
	white-space: nowrap;
}

.prb-heat-map-country-active {
	cursor: pointer;
}

.prb-heat-map-tooltip-country-name {
	font-size: 10px;
	line-height: 14px;
}

.prb-embeds-window__embed-code {
	position: relative;
	padding: 20px 20px 20px;
}

.prb-embeds-window__embed-code-holder {
	background-color: #FFFFFF;
	border: 1px solid #335887;
	box-sizing: border-box;
	box-shadow: 0 4px 20px rgba(200, 215, 234, 0.5);
	border-radius: 4px;
	padding: 5px 7px;
	font-size: 12px;
	line-height: 18px;
	height: 60px;
	width: 100%;
}

.prb-embeds-window__embed-code-success {
	display: inline-block;
	background-color: limegreen;
	border-radius: 10px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	padding: 2px 5px 3px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 100ms linear 0s;
	transition: 100ms linear 0s;
}

.prb-embeds-window__embed-code.copied .prb-embeds-window__embed-code-success {
	opacity: 1;
	visibility: visible;
}

.prb-chart-wrap__graph-watermark {
	display: none;
	position: absolute;
	z-index: 100;
	bottom: 22px;
	right: 20px;
	width: 70px;
}

.prb-chart-wrap__graph-watermark a {
	display: block;
	line-height: 0;
}

.prb-chart-wrap__graph-watermark img {
	width: 100%;
}

body.prb-embed-charts .prb-chart-wrap__graph-watermark {
	display: block;
}

.prb-chart-wrap__graph-badge {
	position: absolute;
	left: 26px;
	bottom: 27px;
	z-index: 11;
	min-width: 185px;
}

.prb-chart-wrap__graph-badge * {
	color: #000000;
	font-family: 'Noto Sans', sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.prb-chart-wrap__graph-badge-container {
	background-color: #FFFFFF;
	border: 1px solid #335887;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 15px 12px 13px;
}

.prb-chart-wrap__graph-badge-list-item {
	padding-bottom: 6px;
}

.prb-chart-wrap__graph-badge-list-item:last-of-type {
	padding-bottom: 0;
}

.prb-chart-wrap__graph-badge-list-item-container {
	display: flex;
	align-items: center;
}

.prb-chart-wrap__graph-badge-list-item-color {
	display: inline-block;
	border-radius: 2px;
	width: 20px;
	height: 15px;
	margin-right: 11px;
}

.prb-chart-wrap__graph-badge-list-item-color.no-data {
	background-color: #f1f1f0;
}

.prb-chart-wrap__graph-map {
	display: flex;
}

.prb-chart-wrap__graph-map .pbr-chart {
	flex: 1;
}

.mapboxgl-ctrl-logo,
.mapboxgl-ctrl-attrib-inner {
	display: none !important;
}

.prb-chart-wrap__graph-formula {
	display: none;
}

.prb-graph-formula {
	position: absolute;
	top: 155px;
	left: 185px;
	width: 190px;
}

.prb-graph-formula.position-right {
	left: auto;
	right: 22px;
}

.prb-graph-formula * {
	color: #000000;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	line-height: 19px;
}

.prb-graph-formula sup {
	font-size: 9px;
}
