.c-dropdown-component{position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;cursor:default}.c-dropdown-component.-open .dropdown-menu{visibility:visible}.c-dropdown-component.-open .dropdown-selected-item::after{-webkit-transform:translateY(calc(-50% - 4px)) rotate(225deg);transform:translateY(calc(-50% - 4px)) rotate(225deg)}.c-dropdown-component.-open .dropdown-selected-item.-no-label::after{-webkit-transform:translateY(calc(-50% - 2px)) rotate(225deg);transform:translateY(calc(-50% - 2px)) rotate(225deg)}.c-dropdown-component.-open .dropdown-selected-item.-caret::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.c-dropdown-component .dropdown-selected-item{position:relative;width:100%;min-width:20px;cursor:pointer;padding:0 20px 0 0}.c-dropdown-component .dropdown-selected-item::after{content:'';position:absolute;top:calc(50% + 12px);right:0;width:8px;height:8px;border:2px solid #f65e6e;border-top:0;border-left:0;-webkit-transform:translateY(calc(-50% - 4px)) rotate(45deg);transform:translateY(calc(-50% - 4px)) rotate(45deg)}.c-dropdown-component .dropdown-selected-item.-caret::after{content:'';width:0;height:0;margin:0 0 0 5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #f65e6e;border-bottom:none;-webkit-transform:none;transform:none}.c-dropdown-component .dropdown-selected-item .dropdown-label,.c-dropdown-component .dropdown-selected-item .dropdown-value{display:block}.c-dropdown-component .dropdown-selected-item.-no-label .dropdown-label{display:none}.c-dropdown-component .dropdown-selected-item.-no-label::after{top:50%;-webkit-transform:translateY(calc(-50% - 2px)) rotate(45deg);transform:translateY(calc(-50% - 2px)) rotate(45deg)}.c-dropdown-component .dropdown-menu{min-width:100%;max-width:calc(100vw - 20px);cursor:pointer;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,0.16),0 3px 6px 0 rgba(0,0,0,0.23);z-index:88;visibility:hidden}.c-dropdown-component .dropdown-menu[data-placement="top"],.c-dropdown-component .dropdown-menu[data-placement="top-start"],.c-dropdown-component .dropdown-menu[data-placement="top-end"]{margin:0 0 10px 0}.c-dropdown-component .dropdown-menu[data-placement="bottom"],.c-dropdown-component .dropdown-menu[data-placement="bottom-start"],.c-dropdown-component .dropdown-menu[data-placement="bottom-end"]{margin:10px 0 0 0}.c-dropdown-component .dropdown-menu[data-placement="left"],.c-dropdown-component .dropdown-menu[data-placement="left-start"],.c-dropdown-component .dropdown-menu[data-placement="left-end"]{margin:0 0 0 10px}.c-dropdown-component .dropdown-menu[data-placement="right"],.c-dropdown-component .dropdown-menu[data-placement="right-start"],.c-dropdown-component .dropdown-menu[data-placement="right-end"]{margin:0 10px 0 0}.c-dropdown-component .dropdow-menu-separator{height:1px;padding:0;background:#c7c7c7}.c-dropdown-component .dropdown-menu-item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:10px}.c-dropdown-component .dropdown-menu-item.-highlighted{background-color:#ffeb8b}.c-dropdown-component .dropdown-menu-item.-disabled{opacity:0.3;cursor:default}.c-dropdown-component .dropdown-menu-item.-disabled.-highlighted{background-color:#ddd}.c-dropdown-component .dropdown-menu-item:first-child{margin:0}.c-dropdown-component .dropdown-menu-item .item-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.c-dropdown-component .dropdown-menu-item .dropdown-menu-item-icon{fill:rgba(52,68,76,0.6);height:10px;width:10px;margin:0 10px 0 0}.c-dropdown-component.text-align-center .dropdown-menu-item{-webkit-box-pack:center;justify-content:center}.c-dropdown-component.-read-only .dropdown-menu-item{cursor:default}.c-dropdown-component.-read-only .dropdown-menu-item:hover{background-color:initial}.c-dropdown-component.-disabled .dropdown-selected-item{cursor:default}.c-dropdown-component.-disabled .dropdown-selected-item::after{display:none}.c-dropdown-component.-disabled .dropdown-menu{visibility:hidden}

.c-dropdown-component.v-nav{border-left:solid 1px rgba(52,68,76,0.2)}.c-dropdown-component.v-nav .dropdown-menu{margin:0}.c-dropdown-component.v-nav .dropdown-menu-item{padding:10px 18px}.c-dropdown-component.v-nav .dropdown-selected-item{height:100%;padding:0 41px 0 18px;max-width:16vw;overflow:hidden}.c-dropdown-component.v-nav .dropdown-selected-item::after{border-color:rgba(52,68,76,0.6);top:calc(50% + 10px);right:18px}.c-dropdown-component.v-nav .dropdown-selected-item .dropdown-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}

.c-dropdown-component.v-sentence{display:-webkit-inline-box;display:inline-flex;margin-right:10px;text-align:left;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:0}.c-dropdown-component.v-sentence .dropdown-menu-item .dropdown-menu-item-icon{fill:#f65e6e}.c-dropdown-component.v-sentence .dropdown-selected-item{padding:0 15px 0 0}.c-dropdown-component.v-sentence .dropdown-selected-item .dropdown-label{display:none}.c-dropdown-component.v-sentence .dropdown-selected-item .dropdown-value{line-height:1}.c-dropdown-component.v-sentence .dropdown-selected-item::after{top:50%;-webkit-transform:translateY(calc(-50% - 2px)) rotate(45deg);transform:translateY(calc(-50% - 2px)) rotate(45deg)}.c-dropdown-component.v-sentence.-open .dropdown-selected-item::after{top:50%;-webkit-transform:translateY(calc(-50% - 2px)) rotate(225deg);transform:translateY(calc(-50% - 2px)) rotate(225deg)}

.c-dropdown-component.v-column{width:100%;background-color:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2);border-radius:4px;padding:7px 5px}.c-dropdown-component.v-column .dropdown-selected-item::after{border-color:rgba(52,68,76,0.6)}.c-dropdown-component.v-column .dropdown-menu{position:absolute;top:100%}

.c-dropdown-component.v-panel .dropdown-selected-item{border:2px solid rgba(52,68,76,0.6);border-radius:5px;display:inline-block;padding:5px 20px}.c-dropdown-component.v-panel .dropdown-selected-item:after{right:20px}

.tooltip-react{display:inline;position:relative;margin-left:4px;cursor:default}.tooltip-react:hover .tooltip-react-icon{opacity:1}@media print{.tooltip-react{display:none}}.tooltip-react .tooltip-react-icon{opacity:.3;font-size:12px;margin-left:0}.tooltip-react.size-rg{display:block;margin:0;height:16px;width:16px;color:rgba(52,68,76,0.6)}.tooltip-react.size-rg .tooltip-react-icon{font-size:initial}.tooltip-ios-touch{cursor:pointer !important}.tooltip-modal .tooltip{z-index:102}.tooltip-react.recolor-by{position:absolute;top:34px;right:34px}.tooltip{position:absolute;max-width:400px;z-index:92;background:#34444c;font-family:"Merriweather",serif;font-size:12px;font-weight:300;line-height:1.67;color:#fff;padding:16px;box-shadow:0 10px 20px 0 rgba(52,68,76,0.2);text-transform:none;text-align:left;pointer-events:none}.tooltip-arrow{border-color:#34444c}.tooltip .tooltip-arrow{width:0;height:0;border-style:solid;position:absolute;margin:5px}.tooltip[x-placement^="top"]{margin-bottom:5px}.tooltip[x-placement^="top"] .tooltip-arrow{border-width:5px 5px 0 5px;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;bottom:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^="bottom"]{margin-top:5px}.tooltip[x-placement^="bottom"] .tooltip-arrow{border-width:0 5px 5px 5px;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;top:-5px;left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^="right"]{margin-left:5px}.tooltip[x-placement^="right"] .tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:transparent;border-top-color:transparent;border-bottom-color:transparent;left:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}.tooltip[x-placement^="left"]{margin-right:5px}.tooltip[x-placement^="left"] .tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;right:-5px;top:calc(50% - 5px);margin-left:0;margin-right:0}

.c-text{color:#34444c;text-align:left}.c-text.mono{font-family:"DecimaMonoPro","Courier New",sans-serif;letter-spacing:-0.8px}.c-text.serif{font-family:"Merriweather",serif}.c-text.size-sm{font-size:10px}.c-text.size-rg{font-size:13px}.c-text.size-md{font-size:16px}.c-text.size-lg{font-size:18px}.c-text.line-height-lg{line-height:31px}.c-text.color-white{color:#fff}.c-text.color-egg{color:#fff0c2}.c-text.color-grey-faded{color:rgba(52,68,76,0.6)}.c-text.color-grey{color:#34444c}.c-text.color-pink{color:#f65e6e}.c-text.text-align-center{text-align:center}.c-text.weight-light{font-weight:300}.c-text.weight-regular{font-weight:400}.c-text.weight-bold{font-weight:700}.c-text.transform-uppercase{text-transform:uppercase}

.c-heading{text-align:left}.c-heading.mono{font-family:"DecimaMonoPro","Courier New",sans-serif;letter-spacing:-0.8px;text-transform:uppercase}.c-heading.serif{line-height:1.75;font-family:"Merriweather",serif}.c-heading.size-sm{font-size:13px}.c-heading.size-rg{font-size:16px}.c-heading.size-md{font-size:20px}.c-heading.size-lg{font-size:24px}.c-heading.color-white{color:#fff}.c-heading.color-grey-faded{color:rgba(52,68,76,0.6)}.c-heading.color-grey{color:#34444c}.c-heading.color-pink{color:#f65e6e}.c-heading.text-align-center{text-align:center}.c-heading.weight-light{font-weight:300}.c-heading.weight-bold{font-weight:700}.c-heading.transform-uppercase{text-transform:uppercase}.c-heading.transform-capitalize{text-transform:capitalize}

.c-column-selector{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;position:absolute;top:0;height:32px;min-width:112px}

.c-columns-selector-group{position:relative;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;margin:0 32px;height:32px}.c-columns-selector-group .columns-spinner{margin:0}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        -ms-user-select: none;
	    user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	-webkit-filter: inherit;
	        filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1), -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	/* pointer-events: visiblePainted;  IE 9-10 doesn't have auto
	   pointer-events: auto;
	*/
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/images/leaflet/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/images/leaflet/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(/images/leaflet/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

.c-map{border-right:solid 1px rgba(52,68,76,0.7);border-bottom:solid 1px rgba(52,68,76,0.7);-webkit-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease, -webkit-transform 1s ease;z-index:1}.c-map>.c-map-leaflet{-webkit-box-flex:1;flex:1 1 100%}.c-map>.c-map-legend{position:absolute;bottom:20px;width:319px;z-index:1001}.c-map>.c-map-legend.-hidden{height:0;padding:0}.c-map .leaflet-control-zoom{left:8px;top:0;border:0;margin-bottom:0;margin-left:0;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2)}.c-map .leaflet-control-zoom .leaflet-control-zoom-in{border-top-left-radius:4px !important;border-top-right-radius:4px !important;color:#34444c}.c-map .leaflet-control-zoom .leaflet-control-zoom-out{border-bottom-left-radius:4px !important;border-bottom-right-radius:4px !important;color:#34444c}.c-map .leaflet-control-zoom>a{width:32px;height:32px;font-size:18px}.c-map .leaflet-control-zoom>a:hover,.c-map .leaflet-control-zoom>a:active{background-color:#f6f6f6 !important}.c-map .leaflet-bottom.leaflet-left{width:100%;z-index:499}.c-map .leaflet-bottom.leaflet-left .leaflet-control-scale{display:-webkit-box;display:flex;left:0;bottom:-80px;-webkit-box-pack:end;justify-content:flex-end;width:320px;margin:0;padding:5px 6px 4px;background:rgba(52,68,76,0.6);-webkit-transform:translateY(-103px);transform:translateY(-103px);-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;transition:transform 300ms;transition:transform 300ms, -webkit-transform 300ms}.c-map .leaflet-bottom.leaflet-left .leaflet-control-scale .leaflet-control-scale-line{position:relative;border-width:1px;border-color:#fff;border-left:0;border-right:0;background:transparent;color:#fff;font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:11px;letter-spacing:-1.1px;text-align:right}.c-map .leaflet-bottom.leaflet-left .leaflet-control-scale .leaflet-control-scale-line::before,.c-map .leaflet-bottom.leaflet-left .leaflet-control-scale .leaflet-control-scale-line::after{content:'';position:absolute;width:1px;height:4px;background-color:#fff;left:0;bottom:0}.c-map .leaflet-bottom.leaflet-left .leaflet-control-scale .leaflet-control-scale-line::after{left:initial;right:0}.c-map .leaflet-bottom.leaflet-left .leaflet-control-scale.-simple-legend{-webkit-transform:translateY(-168px);transform:translateY(-168px)}.c-map .leaflet-bottom.leaflet-left .leaflet-control-scale.-bivariate-legend{-webkit-transform:translateY(-209px);transform:translateY(-209px)}.c-map .leaflet-control-attribution{display:none}.c-map .c-map-attribution{position:absolute;bottom:0;width:319px;padding:6px 8px;background:#fff;color:#34444c;font-family:Helvetica Neue, Arial, Helvetica, sans-serif;font-size:11px;z-index:1001}.c-map .c-map-attribution a,.c-map .c-map-attribution span{color:rgba(52,68,76,0.5)}.c-map .btn-map{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:32px;height:32px;border-radius:4px;background-color:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2);cursor:pointer;z-index:500}.c-map .btn-map.-map-layers{position:absolute;top:0;left:8px;-webkit-transform:translateY(calc(-100% - 7px));transform:translateY(calc(-100% - 7px))}.c-map .btn-map.-map-layers>.icon-layers{margin-left:0;width:16px;height:16px;fill:#34444c}.c-map .btn-map.-map-layers:hover,.c-map .btn-map.-map-layers:active{background-color:#f6f6f6}.c-map .btn-map.-toggle-map{position:absolute;top:0;bottom:0;right:-16px;margin:auto;width:32px;height:32px;border-radius:100%;background-color:#34444c;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2);color:#f6f6f6}.c-map .btn-map.-toggle-map::after{content:'';position:absolute;top:calc(50% + 12px);right:0;width:8px;height:8px;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:translateY(calc(-50% - 4px)) rotate(45deg);transform:translateY(calc(-50% - 4px)) rotate(45deg)}.c-map .btn-map.-toggle-map::after{top:50%;left:calc(50% - 4px);-webkit-transform:translate(-1px, -50%) rotateZ(-45deg);transform:translate(-1px, -50%) rotateZ(-45deg)}.c-map .btn-map .icon-dragger_dots{height:34px}.c-map.-moved{-webkit-transform:translate(100%, 0);transform:translate(100%, 0)}.c-map.-fullscreen .-toggle-map::after{top:50%;-webkit-transform:translate(-1px, -50%) rotateZ(135deg);transform:translate(-1px, -50%) rotateZ(135deg);left:calc(50% - 2px)}.c-map.-fullscreen .c-map-legend,.c-map.-fullscreen .c-map-attribution{width:320px;border-right:1px solid rgba(52,68,76,0.2)}.c-map-footer{position:absolute;bottom:23px;z-index:500;width:319px}.map-warnings{position:absolute;top:0;width:100%;padding:10px;line-height:1.35;background:rgba(52,68,76,0.6);color:#fff;font-family:"Merriweather",serif;font-size:12px;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform 300ms;transition:-webkit-transform 300ms;transition:transform 300ms;transition:transform 300ms, -webkit-transform 300ms;z-index:500}.map-warnings svg{font-size:16px}.map-warnings.-visible{-webkit-transform:translateY(0);transform:translateY(0)}.map-warnings .warning-wrapper{margin-left:auto;width:calc(100% - 39px)}

.c-map-legend{padding:0;background-color:#fff;cursor:pointer}.c-map-legend .bullets{color:rgba(52,68,76,0.5);font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:11px;line-height:normal;letter-spacing:-1.1px;text-transform:uppercase;text-align:left}.c-map-legend .bullets li{margin-right:15px;line-height:150%}.c-map-legend .bullets .bullet{display:inline-block;width:10px;height:10px;position:relative;top:1px;margin-right:2px;border:solid 1px #34444c;text-align:center}.c-map-legend .bullets .bullet span{position:absolute;top:11px;left:0;right:0;margin:auto;font-size:10px;line-height:normal;letter-spacing:-1px;white-space:nowrap}.c-map-legend .bullets .bullet.-highlighted{border:solid 2px #34444c}.c-map-legend-choro{position:relative}.c-map-legend-choro .bucket{position:relative;text-align:center}.c-map-legend-choro .bucket.ch-red-0{background-color:#F5B7AD}.c-map-legend-choro .bucket.ch-red-1{background-color:#F28789}.c-map-legend-choro .bucket.ch-red-2{background-color:#EF4F60}.c-map-legend-choro .bucket.ch-red-3{background-color:#95232F}.c-map-legend-choro .bucket.ch-red-4{background-color:#4F0008}.c-map-legend-choro .bucket span{position:absolute;top:22px;right:0;-webkit-transform:translateX(50%);transform:translateX(50%);margin:auto;font-size:10px;line-height:normal;letter-spacing:-1px;white-space:nowrap;color:rgba(52,68,76,0.5);font-family:"DecimaMonoPro","Courier New",sans-serif}.c-map-legend-choro .bucket.-highlighted::after{content:'';border:2px solid #fff;position:absolute;width:100%;height:100%;z-index:99;margin-left:-50%}.c-map-legend-choro .bucket.ch-red-0::after,.c-map-legend-choro .bucket.ch-blue-0::after,.c-map-legend-choro .bucket.recolorby-linear-red-blue-3::after,.c-map-legend-choro .bucket.recolorby-percentual-green-red-5::after,.c-map-legend-choro .bucket.recolorby-linear-yellow-green-0::after{border-color:#34444c}.c-map-legend-choro .bucket-container{position:relative;border-bottom:1px solid rgba(52,68,76,0.2)}.c-map-legend-choro .bucket-container .bucket-names{display:-webkit-box;display:flex}.c-map-legend-choro .bucket-container .bucket-legend{border:1px solid #6C787D}.c-map-legend-choro .bucket-container .bucket-legend>.bucket-item,.c-map-legend-choro .bucket-container .bucket-legend>.bucket-item>.bucket{height:100%}.c-map-legend-choro .bucket-container .layer-name{font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:11px;letter-spacing:-1.1px;color:#34444c;text-transform:uppercase}.c-map-legend-choro .bucket-container .unidimensional-legend-arrow{display:block;position:absolute;width:45%;right:10px;bottom:15px}.c-map-legend-choro .bucket-container .icon-bidimensional-legend-arrows{display:none;position:absolute;margin:auto;top:53px;left:0px;right:0;margin:auto;width:140px;height:49px}.c-map-legend-choro .bucket-container.-horizontal{padding:9px 0 24px 0;text-align:right}.c-map-legend-choro .bucket-container.-horizontal .bucket-names{-webkit-box-pack:end;justify-content:flex-end;padding:0 9px}.c-map-legend-choro .bucket-container.-horizontal .bucket-legend{display:-webkit-inline-box;display:inline-flex;-webkit-box-pack:end;justify-content:flex-end;height:14px;margin:4px 10px 0 0;width:45.2%}.c-map-legend-choro .bucket-container.-horizontal .bucket-legend .bucket-item{-webkit-box-flex:1;flex:1}.c-map-legend-choro .bucket-container.-horizontal>.icon-legend-arrow{display:none}.c-map-legend-choro .bucket-container.-wide .bucket-legend{width:65.5%}.c-map-legend-choro .bucket-container.-wide .unidimensional-legend-arrow{width:65.5%}.c-map-legend-choro .bucket-container.-bidimensional{height:106px;padding:11px 0}.c-map-legend-choro .bucket-container.-bidimensional .bucket-names{-webkit-box-pack:justify;justify-content:space-between;padding:0 6px}.c-map-legend-choro .bucket-container.-bidimensional .bucket-legend{position:absolute;margin:auto;top:18px;left:0px;right:0px;width:66px;height:66px;-webkit-transform:rotateZ(-135deg);transform:rotateZ(-135deg);display:-webkit-box;display:flex;flex-wrap:wrap}.c-map-legend-choro .bucket-container.-bidimensional .bucket-legend>.bucket-item{flex-basis:calc(100% / 4);height:calc(100% / 4)}.c-map-legend-choro .bucket-container.-bidimensional .layer-name{max-width:37%}.c-map-legend-choro .bucket-container.-bidimensional .layer-name:last-child{text-align:right}.c-map-legend-choro .bucket-container.-bidimensional .unidimensional-legend-arrow{display:none}.c-map-legend-choro .bucket-container.-bidimensional .icon-bidimensional-legend-arrows{display:block}.c-map-legend-choro .bucket-container.-profile{border-bottom:0;margin-bottom:40px;padding:0;width:100%}.c-map-legend-choro .bucket-container.-profile .bucket-names{padding:0}.c-map-legend-choro .bucket-container.-profile .layer-name{font-size:13px}.c-map-legend-choro .bucket-container.-profile .layer-name:last-child{font-weight:400;color:rgba(52,68,76,0.6);text-transform:lowercase;line-height:1.3;margin-left:3px}.c-map-legend-choro .bucket-container.-profile .bucket-legend{display:-webkit-inline-box;display:inline-flex;-webkit-box-pack:end;justify-content:flex-end;height:14px;margin:4px 0 0;width:calc(100% - 40px)}.c-map-legend-choro .bucket-container.-profile .bucket span{left:0;top:14px;-webkit-transform:none;transform:none}.c-map-legend-choro .bucket-container.-profile .bullets{left:0;bottom:0}.c-map-legend-choro .bucket-container.-profile .bullets li{font-family:"DecimaMonoPro","Courier New",sans-serif;display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline;font-size:10px;color:rgba(52,68,76,0.6)}.c-map-legend-choro .bucket-container.-profile .bullets li .bullet{margin-right:3px;width:8px;height:8px;border:solid 1px rgba(52,68,76,0.6)}.c-map-legend-choro .bucket-container.-profile .bullets li .bullet.ch-default{background-color:#D8CCA1}.c-map-legend-choro .bullets{position:absolute;left:6px;bottom:6px}.c-map-legend-choro .bullets li{line-height:100%}.c-map-legend-choro .bucket-values{position:absolute;top:41px;left:0;right:0;margin:auto;width:127px;height:60px}.c-map-legend-choro .bucket-values li{position:absolute;font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:10px;line-height:normal;letter-spacing:-1px;color:rgba(52,68,76,0.5)}.c-map-legend-choro .bucket-values li:nth-child(1){bottom:28px;right:116px}.c-map-legend-choro .bucket-values li:nth-child(2){bottom:16px;right:104px}.c-map-legend-choro .bucket-values li:nth-child(3){bottom:4px;right:92px}.c-map-legend-choro .bucket-values li:nth-child(4){bottom:28px;left:116px}.c-map-legend-choro .bucket-values li:nth-child(5){bottom:16px;left:104px}.c-map-legend-choro .bucket-values li:nth-child(6){bottom:4px;left:92px}.c-map-legend-context .cartodb-legend{padding:5px 6px 3px 6px;border-bottom:1px solid rgba(52,68,76,0.2)}.c-map-legend-context .cartodb-legend.choropleth{padding-bottom:14px}.c-map-legend-context .cartodb-legend.choropleth .bullet{width:20px}.c-map-legend-context .cartodb-legend.choropleth .bullet:first-child{border-right:0;margin-right:0}.c-map-legend-context .cartodb-legend.choropleth .bullet:not(:first-child):not(:last-child){border-right:0;border-left:0;margin-right:0}.c-map-legend-context .cartodb-legend.choropleth .bullet:last-child{border-left:0}.c-map-legend-context .bullets li{display:inline-block}

.c-map .leaflet-vectorMain-pane{opacity:1}.c-map .leaflet-vectorMain-pane path{pointer-events:auto}.c-map .leaflet-vectorMain-pane path.-disabled{cursor:not-allowed}.c-map .leaflet-vectorMain-pane path.ch-zero{fill:#fff}.c-map .leaflet-vectorBelow-pane path{pointer-events:auto}.c-map .leaflet-vectorOutline-pane{pointer-events:none}.c-map .leaflet-vectorOutline-pane path{fill:none;stroke-opacity:1}.c-map .leaflet-vectorOutline-pane path.-highlighted{stroke-width:3px;stroke:#fff}.c-map .leaflet-vectorOutline-pane path.-selected{stroke:#34444c;stroke-width:2.5px}.c-map .leaflet-vectorOutline-pane path.-point.-highlighted{stroke:#34444c}

.c-button{position:relative;display:-webkit-inline-box;display:inline-flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;border:1px solid rgba(52,68,76,0.3);border-radius:4px;color:#34444c;font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:13px;line-height:1;text-transform:uppercase;cursor:pointer;white-space:nowrap}.c-button:active{opacity:0.8}.c-button.v-circle{display:-webkit-box;display:flex;width:34px;height:34px;max-width:34px;max-height:34px;border-radius:50%}.c-button.v-circle .icon{-webkit-box-flex:1;flex:1}.c-button>.button-text-container{max-width:100%;overflow:hidden;text-overflow:ellipsis}.c-button[disabled=""]{opacity:0.4;cursor:default}.c-button.size-xs{padding:10px 14px}.c-button.size-sm{padding:15px}.c-button.size-rg{padding:15px 24px}.c-button.size-md{padding:15px 70px}.c-button.size-lg{padding:16px 24px 13px}.c-button.weight-bold{font-weight:700}.c-button.color-pink{border-color:transparent;background-color:#f65e6e;color:#fff}.c-button.color-white{border-color:transparent;background-color:#fff;color:#ea6869}.c-button.color-gray{border-color:transparent;background-color:#DFDFDF;color:#34444c}.c-button.color-charcoal{border-color:transparent;background-color:#34444c;color:#fff}.c-button.color-pink-transparent{border-color:#ea6869;background-color:transparent;color:#ea6869}.c-button.color-gray-transparent{border-color:#DFDFDF;background-color:transparent;color:#DFDFDF}.c-button.color-charcoal-transparent{border-color:rgba(52,68,76,0.6);background-color:transparent;color:#34444c}.c-button.disabled,.c-button.-disabled{border-color:rgba(52,68,76,0.3);color:rgba(52,68,76,0.3);pointer-events:none}.c-button.with-icon,.c-button.-with-icon{-webkit-box-pack:justify;justify-content:space-between}.c-button.with-icon.v-circle .icon,.c-button.-with-icon.v-circle .icon{margin-left:0}.c-button.v-icon{height:32px;width:32px;padding:0}.c-button.v-icon.color-gray .icon{margin:0;fill:#34444c}

.c-modal{position:absolute;top:50%;left:50%;width:90%;max-width:690px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:101}.c-modal.-below-nav{z-index:89}.c-modal>.header{padding:24px 32px;background-color:#fff}.c-modal>.content{position:relative;min-height:345px;padding:16px 16px 90px;background-color:#34444c;color:#fff;font-family:"Merriweather",serif;font-size:12px;line-height:1.5}.c-modal>.content p,.c-modal>.content a,.c-modal>.content span{line-height:1.5}.c-modal>.content a{color:#ea6869;text-decoration:underline}.c-modal>.content .c-button{position:absolute;right:16px;bottom:16px;color:#34444c;background-color:#fff;font-weight:bold;padding:10px;min-width:100px}.c-modal>.content.-big{font-size:16px}.c-modal>.content.-white{background-color:#fff;box-shadow:0 10px 20px 0 rgba(52,68,76,0.2);color:#34444c}.c-modal>.content.-big-margin{padding:60px 80px}.c-modal>.content.-auto-height{min-height:auto}.-hidden-on-mobile{display:none}@media screen and (min-width: 768px){.-hidden-on-mobile{display:block}}

.c-titlebar{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:absolute;left:376px;top:calc(100% - 62px);width:calc(100% - 429px);height:62px;padding-left:8px;overflow-x:auto;overflow-y:hidden;-webkit-transition:left 0.45s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:left 0.45s cubic-bezier(0.445, 0.05, 0.55, 0.95);z-index:2}.c-titlebar .search{padding-top:16px}

.c-info-tooltip{position:absolute;box-shadow:0 3px 6px 0 rgba(0,0,0,0.1),0 3px 6px 0 rgba(0,0,0,0.2);font-family:"DecimaMonoPro","Courier New",sans-serif;background-color:#fff;color:#34444c;z-index:89}.c-info-tooltip>.title{font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:12px;line-height:1;letter-spacing:-0.6px;height:32px;padding:12px 8px;background-color:#fff0c2;white-space:nowrap}.c-info-tooltip .value{padding:10px 8px}.c-info-tooltip .value>.title{font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:10px;letter-spacing:-0.5px;opacity:0.6;text-transform:uppercase;line-height:1}.c-info-tooltip .value>.data{font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:18px;letter-spacing:-0.9px;line-height:1;padding-top:2px}.c-info-tooltip .value>.data span{opacity:0.6;font-size:16px;letter-spacing:-0.8px}.c-info-tooltip .value:not(:last-child){border-bottom:1px solid #ebebeb}.c-info-tooltip .value .unit{color:rgba(52,68,76,0.5)}

.c-node-title-group{padding:0 8px;white-space:nowrap;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;height:100%}

.c-nodes-clear{position:relative}.c-nodes-clear .button{position:absolute;height:36px;top:-18px;border-radius:18px;background-color:#34444c;color:#fff;cursor:pointer}.c-nodes-clear .icon-button{width:36px;z-index:2}.c-nodes-clear .icon-button .icon{position:absolute;bottom:0;left:0;right:0;top:0;margin:auto;width:.8em;height:.8em}.c-nodes-clear .text-button{position:absolute;overflow:hidden;width:36px;right:-36px;pointer-events:none;padding-top:13px;font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:10px;text-transform:uppercase;-webkit-transition:all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95)}.c-nodes-clear:hover .text-button{padding:13px 36px 0 16px;width:150px}

.c-switcher{display:-webkit-box;display:flex;position:relative;border-radius:100px;cursor:pointer}.c-switcher::before{display:inline-block;position:absolute;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);-webkit-transition:left .25s linear, -webkit-transform .25s linear;transition:left .25s linear, -webkit-transform .25s linear;transition:left .25s linear, transform .25s linear;transition:left .25s linear, transform .25s linear, -webkit-transform .25s linear;border-radius:50%;background-color:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2);content:''}.c-switcher.-enabled::before{left:calc(100% - 3px);-webkit-transform:translate(-100%, -50%);transform:translate(-100%, -50%)}

.map-contextual-layer-item{-webkit-box-pack:justify;justify-content:space-between}.map-contextual-layer-item .actions .icon-layer-info{margin-top:-1px;margin-right:8px;color:rgba(52,68,76,0.6)}.map-contextual-layer-item .actions .icon-layer-info:hover{color:#34444c}.map-contextual-layer-item .c-switcher{width:29px;height:12px;background-color:rgba(52,68,76,0.2)}.map-contextual-layer-item .c-switcher::before{left:-3px;width:16px;height:16px}.map-contextual-layer-item .c-switcher.-enabled{background-color:#ea6869}.map-contextual-layer-item .c-switcher.-enabled::before{right:-3px;left:0;-webkit-transform:translate(100%, -50%);transform:translate(100%, -50%)}

.c-node-menu{display:none;position:absolute;width:36px;height:36px;-webkit-transition:top 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95),left 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:top 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95),left 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);border-radius:50%;background-color:#34444c;color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,0.1),0 3px 6px 0 rgba(0,0,0,0.2);cursor:pointer;z-index:1;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);will-change:top, left}.c-node-menu.-visible{display:block}.c-node-menu:hover{background-color:transparent;box-shadow:unset}.c-node-menu:hover .options{display:block}.c-node-menu>.icon{position:absolute;bottom:0;left:0;right:0;top:0;margin:auto}.c-node-menu .options{display:none;position:absolute;width:200px;box-shadow:0 3px 6px 0 rgba(0,0,0,0.1),0 3px 6px 0 rgba(0,0,0,0.2);font-family:"DecimaMonoPro","Courier New",sans-serif;top:2px;right:0}.c-node-menu .options .title{padding:10px;background-color:#ffeb8b;letter-spacing:-1px;font-family:"DecimaMonoPro","Courier New",sans-serif}.c-node-menu .options .body{padding:10px;background-color:#fff}.c-node-menu .options .menu-item{position:relative;height:32px;background-color:#fff}.c-node-menu .options .menu-item>button{width:100%;cursor:pointer;padding:10px 8px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.c-node-menu .options .menu-item>.icon{position:absolute;top:8px;right:10px;width:16px;height:16px}.c-node-menu .options .menu-item:hover{background-color:#ffeb8b}

.c-sankey .sankey-node{cursor:pointer}.c-sankey .sankey-node .sankey-node-rect{fill:#FBFAFA;stroke:#cbcbcb;stroke-width:1px}.c-sankey .sankey-node .sankey-node-label{font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:12px;text-transform:capitalize;text-anchor:middle;fill:#34444c;pointer-events:none}.c-sankey .sankey-node.-is-aggregated>.sankey-node-rect{cursor:-webkit-zoom-in;cursor:zoom-in;fill:url("#isAggregatedPattern")}.c-sankey .sankey-node.-is-domestic>.sankey-node-rect{fill:#DFDFDF}.c-sankey .sankey-node.-is-alone-in-column{pointer-events:none}.c-sankey .sankey-node.-is-alone-in-column>.sankey-node-rect{fill:#f2f2f2}.c-sankey .sankey-node.-selected .sankey-node-rect{fill:#fff;stroke:#34444c}.c-sankey .sankey-node.-highlighted .sankey-node-rect{fill:#ffeb8b}.c-sankey .sankey-links .sankey-link{opacity:0.1;fill:none;stroke:#34444c}.c-sankey .sankey-links .sankey-link.-hover{opacity:0.7}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-pantanal{opacity:0.5;stroke:#ffb314}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-pantanal.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-cerrado{opacity:0.5;stroke:#517fee}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-cerrado.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-amazonia{opacity:0.5;stroke:#43f3f3}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-amazonia.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-mata-atlantica{opacity:0.5;stroke:#8c28ff}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-mata-atlantica.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-chaco-seco{opacity:0.5;stroke:#ffb314}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-chaco-seco.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-chaco-humedo{opacity:0.5;stroke:#43f3f3}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-chaco-humedo.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-pampa{opacity:0.5;stroke:#72ea28}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-pampa.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-caatinga{opacity:0.5;stroke:#ff66e5}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-caatinga.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-stars-red-blue-0{opacity:0.5;stroke:#6F0119}.c-sankey .sankey-links .sankey-link.-recolorby-stars-red-blue-0.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-stars-red-blue-1{opacity:0.5;stroke:#a50026}.c-sankey .sankey-links .sankey-link.-recolorby-stars-red-blue-1.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-stars-red-blue-2{opacity:0.5;stroke:#D72F27}.c-sankey .sankey-links .sankey-link.-recolorby-stars-red-blue-2.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-stars-red-blue-3{opacity:0.5;stroke:#FDAE61}.c-sankey .sankey-links .sankey-link.-recolorby-stars-red-blue-3.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-stars-red-blue-4{opacity:0.5;stroke:#79A8D0}.c-sankey .sankey-links .sankey-link.-recolorby-stars-red-blue-4.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-stars-red-blue-5{opacity:0.5;stroke:#246AB6}.c-sankey .sankey-links .sankey-link.-recolorby-stars-red-blue-5.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-company-ndpe-commitment{opacity:0.5;stroke:#1D6837}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-company-ndpe-commitment.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-tac-\&-g4{opacity:0.5;stroke:#1D6837}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-tac-\&-g4.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-soy-moratorium{opacity:0.5;stroke:#1D6837}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-soy-moratorium.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-tac{opacity:0.5;stroke:#79ae6d}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-tac.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-company-commitment{opacity:0.5;stroke:#C2E699}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-company-commitment.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-none{opacity:0.5;stroke:#e36845}.c-sankey .sankey-links .sankey-link.-recolorby-qual-thematic-none.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-0{opacity:0.5;stroke:#246AB6}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-0.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-1{opacity:0.5;stroke:#5488C0}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-1.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-2{opacity:0.5;stroke:#79A8D0}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-2.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-3{opacity:0.5;stroke:#9FCAE1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-3.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-4{opacity:0.5;stroke:#FDAE61}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-4.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-5{opacity:0.5;stroke:#D72F27}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-5.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-6{opacity:0.5;stroke:#a50026}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-6.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-7{opacity:0.5;stroke:#6F0119}.c-sankey .sankey-links .sankey-link.-recolorby-linear-red-blue-7.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-0{opacity:0.5;stroke:#ffc}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-0.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-1{opacity:0.5;stroke:#e3eebb}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-1.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-2{opacity:0.5;stroke:#c6ddab}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-2.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-3{opacity:0.5;stroke:#aacd9a}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-3.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-4{opacity:0.5;stroke:#8ebc8a}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-4.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-5{opacity:0.5;stroke:#71ab79}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-5.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-6{opacity:0.5;stroke:#559a69}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-6.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-7{opacity:0.5;stroke:#398a58}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-7.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-8{opacity:0.5;stroke:#1c7948}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-8.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-9{opacity:0.5;stroke:#006837}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-yellow-green-9.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-yellow-green-0{opacity:0.5;stroke:#ffc}.c-sankey .sankey-links .sankey-link.-recolorby-linear-yellow-green-0.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-yellow-green-1{opacity:0.5;stroke:#c2e699}.c-sankey .sankey-links .sankey-link.-recolorby-linear-yellow-green-1.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-yellow-green-2{opacity:0.5;stroke:#78c679}.c-sankey .sankey-links .sankey-link.-recolorby-linear-yellow-green-2.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-yellow-green-3{opacity:0.5;stroke:#31a354}.c-sankey .sankey-links .sankey-link.-recolorby-linear-yellow-green-3.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-linear-yellow-green-4{opacity:0.5;stroke:#006837}.c-sankey .sankey-links .sankey-link.-recolorby-linear-yellow-green-4.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-0{opacity:0.5;stroke:#006837}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-0.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-1{opacity:0.5;stroke:#1a9850}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-1.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-2{opacity:0.5;stroke:#66bd63}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-2.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-3{opacity:0.5;stroke:#a6d96a}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-3.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-4{opacity:0.5;stroke:#d9ef8b}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-4.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-5{opacity:0.5;stroke:#ffffbf}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-5.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-6{opacity:0.5;stroke:#fee08b}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-6.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-7{opacity:0.5;stroke:#fdae61}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-7.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-8{opacity:0.5;stroke:#f46d43}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-8.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-9{opacity:0.5;stroke:#d73027}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-9.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-10{opacity:0.5;stroke:#a50026}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-10.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-11{opacity:0.5;stroke:#6f001a}.c-sankey .sankey-links .sankey-link.-recolorby-percentual-green-red-11.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorgroup-1{opacity:0.5;stroke:#ea6869}.c-sankey .sankey-links .sankey-link.-recolorgroup-1.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorgroup-2{opacity:0.5;stroke:#ffeb8b}.c-sankey .sankey-links .sankey-link.-recolorgroup-2.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorgroup-3{opacity:0.5;stroke:#2d586e}.c-sankey .sankey-links .sankey-link.-recolorgroup-3.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorgroup-4{opacity:0.5;stroke:#007d29}.c-sankey .sankey-links .sankey-link.-recolorgroup-4.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorgroup-5{opacity:0.5;stroke:#b4008a}.c-sankey .sankey-links .sankey-link.-recolorgroup-5.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorgroup-6{opacity:0.5;stroke:#06ff67}.c-sankey .sankey-links .sankey-link.-recolorgroup-6.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorgroup-7{opacity:0.5;stroke:#8339aa}.c-sankey .sankey-links .sankey-link.-recolorgroup-7.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorgroup-8{opacity:0.5;stroke:#f3fb00}.c-sankey .sankey-links .sankey-link.-recolorgroup-8.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorgroup-9{opacity:0.5;stroke:#7193ff}.c-sankey .sankey-links .sankey-link.-recolorgroup-9.-hover{opacity:1}.c-sankey .sankey-links .sankey-link.-recolorgroup-10{opacity:0.5;stroke:#b27200}.c-sankey .sankey-links .sankey-link.-recolorgroup-10.-hover{opacity:1}.c-sankey .sankey-column-placeholder{stroke:#cbcbcb;stroke-width:1px;fill:transparent}.c-sankey .sankey-loading{position:absolute;top:calc(50% - 32px);padding:10px 8px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}

.choro-arrow line{stroke:#34444c;opacity:.5}.choro-arrow .arrow-ticks line{opacity:.3}

.icon{margin-left:5px;max-height:18px}.icon.color-white{fill:#fff}.icon.color-grey{color:#34444c}.icon.size-lg{height:28px;max-height:28px;width:28px}.icon-arrow,.icon-arrow-up{position:absolute;top:0;left:7px}.icon-arrow::after,.icon-arrow-up::after{content:'';position:absolute;top:calc(50% + 12px);right:0;width:8px;height:8px;border:2px solid #f65e6e;border-top:0;border-left:0;-webkit-transform:translateY(calc(-50% - 4px)) rotate(45deg);transform:translateY(calc(-50% - 4px)) rotate(45deg)}.icon-arrow.color-white::after,.icon-arrow-up.color-white::after{content:'';position:absolute;top:calc(50% + 12px);right:0;width:8px;height:8px;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:translateY(calc(-50% - 4px)) rotate(45deg);transform:translateY(calc(-50% - 4px)) rotate(45deg)}.icon-arrow.color-elephant::after,.icon-arrow-up.color-elephant::after{content:'';position:absolute;top:calc(50% + 12px);right:0;width:8px;height:8px;border:2px solid #6f7b80;border-top:0;border-left:0;-webkit-transform:translateY(calc(-50% - 4px)) rotate(45deg);transform:translateY(calc(-50% - 4px)) rotate(45deg)}.icon-arrow.direction-up::after,.icon-arrow-up.direction-up::after{-webkit-transform:translateY(calc(-50%)) rotate(225deg);transform:translateY(calc(-50%)) rotate(225deg)}

.c-basemaps{position:absolute;z-index:500;top:84px;left:8px;pointer-events:none}.c-basemaps.-open .basemaps-list{opacity:1;pointer-events:all;-webkit-transform:translate3d(32px, 0px, 0px);transform:translate3d(32px, 0px, 0px)}.c-basemaps .basemaps-toggle{height:32px;width:32px;border:0;border-radius:4px;background-color:#fff;cursor:pointer;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2);pointer-events:all}.c-basemaps .basemaps-toggle:hover,.c-basemaps .basemaps-toggle:active{background-color:#f6f6f6}.c-basemaps .basemaps-toggle>.icon{fill:#34444c;height:16px;width:16px;margin:0;-webkit-transform:translateY(1px);transform:translateY(1px)}.c-basemaps .basemaps-list{position:absolute;top:-74px;left:0;width:175px;margin:0 0 0 16px;padding:20px 18px;background-color:#fff;border-radius:2px;box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);opacity:0;pointer-events:none;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;will-change:transform, opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.c-basemaps .basemap-item{margin:0 0 10px 0}.c-basemaps .basemap-item:last-child{margin:0}.c-basemaps .basemap-item.-active .basemap-thumb,.c-basemaps .basemap-item:active .basemap-thumb,.c-basemaps .basemap-item:hover .basemap-thumb{border-color:#536269}.c-basemaps .basemap-item:active{opacity:0.7}.c-basemaps .basemap-item-button{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:start;justify-content:flex-start;cursor:pointer;width:100%}.c-basemaps .basemap-thumb{width:38px;height:38px;border-radius:5px;border:2px solid rgba(52,68,76,0.2);margin:0 8px 0 0;flex-shrink:0;background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-transition:border 150ms cubic-bezier(0.645, 0.045, 0.355, 1);transition:border 150ms cubic-bezier(0.645, 0.045, 0.355, 1)}.c-basemaps .basemap-title{flex-shrink:0}

.c-map-basemaps .basemap-thumb{position:relative;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;width:56px;height:56px;margin:16px 0;border-radius:50%;background-size:cover;background-repeat:no-repeat;background-position:center}.c-map-basemaps .basemap-thumb>.basemap-name{padding-left:72px}.c-map-basemaps .basemap-thumb::before{content:'';position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border-radius:50%;background-color:#cbcbcb;z-index:-1}.c-map-basemaps .-disabled{pointer-events:none;opacity:.5}

.l-tool{position:absolute;top:0;left:0;width:100%;height:100%}.l-tool .tool-nav-right-column{display:-webkit-box;display:flex}.l-tool>.flow-content{position:absolute;top:64px;left:0;width:calc(100% + 376px);height:calc(100% - 64px);overflow:hidden;-webkit-transform:translate(-376px, 0);transform:translate(-376px, 0);-webkit-transition:width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95),-webkit-transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95),-webkit-transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95),width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95),width 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95),-webkit-transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);z-index:2}.l-tool>.flow-content>.tool-loading{display:none;position:absolute;width:calc(100% + 376px);height:100%}.l-tool>.flow-content.-center-map{-webkit-transform:translate(-376px, 0);transform:translate(-376px, 0)}.l-tool>.flow-content.-center-map>.c-sankey,.l-tool>.flow-content.-center-map .c-columns-selector-group{left:91%}.l-tool>.flow-content.-open{width:100%;-webkit-transform:translate(0, 0);transform:translate(0, 0)}.l-tool>.flow-content>.c-map-sidebar{top:0;width:376px;height:100%;overflow-y:auto;background:#f2f2f2;z-index:2}.l-tool>.flow-content>.c-map{display:-webkit-box;display:flex;left:376px;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:320px;height:calc(100% - 62px)}.l-tool>.flow-content>.c-map.-fullscreen{width:calc(91% - 366px);z-index:2}.l-tool>.flow-content>.c-map.-smooth-transition{-webkit-transition:width 0.45s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:width 0.45s cubic-bezier(0.445, 0.05, 0.55, 0.95);will-change:width, z-index}.l-tool>.flow-content .c-sankey{top:48px;left:696px;width:calc(100% - 756px);height:calc(100% - 110px);margin-left:35px}.l-tool>.flow-content .c-sankey .sankey-scroll-container{width:100%;height:100%}.l-tool>.flow-content .c-sankey .sankey-scroll-container.-detailed{overflow-y:scroll;overflow-x:hidden}.l-tool>.flow-content .c-sankey .sankey-scroll-container .sankey{width:100%;height:100%}.l-tool>.flow-content .c-sankey.-smooth-transition{-webkit-transition:left 0.45s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:left 0.45s cubic-bezier(0.445, 0.05, 0.55, 0.95)}.l-tool>.flow-content .c-columns-selector-group{top:9px;left:696px;-webkit-transition:left 0.45s cubic-bezier(0.445, 0.05, 0.55, 0.95);transition:left 0.45s cubic-bezier(0.445, 0.05, 0.55, 0.95)}.l-tool .sankey-veil{z-index:2;left:376px;height:calc(100% - 62px)}.l-tool .sankey-inner-veil{top:48px;left:696px}

.veil{position:fixed;top:0;width:100%;height:100%;background-color:rgba(52,68,76,0.7);z-index:100}.veil.-below-nav{z-index:88}.veil.-with-menu{top:64px}

.c-spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:56px;height:56px;background:#fff;border-radius:99px;box-shadow:5px 5px 10px 0 rgba(0,0,0,0.5);z-index:101}.c-spinner.-top{top:140px}.c-spinner::after{content:'';position:absolute;top:15px;left:15px;border:2px solid #34444c;border-radius:99px;width:26px;height:26px;clip:rect(0, 20px, 13px, 0);-webkit-animation:rotate 1s;animation:rotate 1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

.c-dropdown .dropdown-list{background-color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,0.16),0 3px 6px 0 rgba(0,0,0,0.23);z-index:2}.c-dropdown{display:-webkit-box;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;height:100%}.c-dropdown.-big .dropdown-title{padding:0 30px 0 0;font-size:48px}.c-dropdown.-big .dropdown-title::after{display:inline-block;width:14px;height:14px;border:3px solid #ea6869;content:'';-webkit-transform:rotate(45deg);transform:rotate(45deg);border-top:0 !important;border-left:0 !important;-webkit-transform:translate(-50%, -75%) rotate(45deg);transform:translate(-50%, -75%) rotate(45deg)}@media screen and (max-width: 640px){.c-dropdown.-big .dropdown-title{padding:0 25px 0 0;font-size:24px}.c-dropdown.-big .dropdown-title::after{display:inline-block;width:10px;height:10px;border:3px solid #ea6869;content:'';-webkit-transform:rotate(45deg);transform:rotate(45deg);border-top:0 !important;border-left:0 !important;-webkit-transform:translate(-50%, -75%) rotate(45deg);transform:translate(-50%, -75%) rotate(45deg)}}.c-dropdown.-capitalize .dropdown-title,.c-dropdown.-capitalize .dropdown-item{text-transform:capitalize}.c-dropdown.-hide-only-child{cursor:default}.c-dropdown.-hide-only-child .dropdown-title:after{display:none}.c-dropdown.-hide-only-child .dropdown-list{display:none}.c-dropdown .dropdown-label{color:rgba(52,68,76,0.6);font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:10px;font-weight:normal;letter-spacing:-.5px;text-transform:uppercase}.c-dropdown .dropdown-label.-big{margin-bottom:10px;font-size:13px}.c-dropdown .dropdown-title{position:relative;padding:0 30px 0 0;color:#34444c;font-family:"Merriweather",serif;font-size:20px;font-weight:700;line-height:1.75}.c-dropdown .dropdown-title::after{display:inline-block;width:8px;height:8px;border:2px solid rgba(52,68,76,0.4);content:'';-webkit-transform:rotate(45deg);transform:rotate(45deg);border-top:0 !important;border-left:0 !important;position:absolute;top:50%;right:0;-webkit-transform:translate(-50%, -75%) rotate(45deg);transform:translate(-50%, -75%) rotate(45deg)}@media print{.c-dropdown .dropdown-title::after{display:none !important}}.c-dropdown .dropdown-title.-dimmed{opacity:.5}.c-dropdown .dropdown-title.-small{max-width:16vw;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.c-dropdown .dropdown-list{max-height:265px;overflow-x:auto;-webkit-overflow-scrolling:touch;position:absolute;top:0;left:0}.c-dropdown .dropdown-list.-large{width:296px}.c-dropdown .dropdown-list.-medium{width:210px}.c-dropdown .dropdown-list.-right{right:0;left:auto}.c-dropdown .dropdown-list>.dropdown-item{color:#34444c;padding:10px 25px;font-family:"Merriweather",serif;font-size:16px;font-weight:normal}.c-dropdown .dropdown-list>.dropdown-item.-separator{height:1px;padding:0;background:#c7c7c7}.c-dropdown .dropdown-list>.dropdown-item:hover{background-color:#ffeb8b;cursor:pointer}.c-dropdown .dropdown-list>.dropdown-item.-uppercase{text-transform:uppercase}.c-dropdown .dropdown-list>.dropdown-item.-no-active .dropdown-item-title{color:#DFDFDF;text-transform:capitalize}.c-dropdown .dropdown-list>.dropdown-item.-no-active .dropdown-item-legend-unit{color:#DFDFDF}.c-dropdown .dropdown-list>.dropdown-item.-no-active .dropdown-item-legend li{background-color:#DFDFDF !important}.c-dropdown .dropdown-list>.dropdown-item.-no-active:hover{background-color:transparent}.c-dropdown.-small .dropdown-title{font-size:16px;font-weight:400}.c-dropdown.-profiles{display:-webkit-inline-box;display:inline-flex}.c-dropdown.-profiles>.dropdown-title{font-size:48px}.c-dropdown.-profiles>.dropdown-list{top:85px}.c-dropdown .-disabled{opacity:0.3;pointer-events:none}.c-dropdown .-faded{opacity:0.3}

.c-map-sidebar{border-right:solid 1px rgba(52,68,76,0.7)}.c-map-sidebar .map-sidebar-group{margin-top:28px}.c-map-sidebar .map-sidebar-group .map-sidebar-group-title{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;height:44px;padding:0 10px 0 16px;background-color:#fff;border-bottom:1px solid rgba(52,68,76,0.2);color:#34444c;font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:12px;letter-spacing:-.5px;text-transform:uppercase}.c-map-sidebar .map-sidebar-group .map-sidebar-group-items{cursor:pointer;background-color:#FBFAFA;padding-left:16px;-webkit-transition:max-height .5s;transition:max-height .5s;border-bottom:1px solid rgba(52,68,76,0.2)}.c-map-sidebar .map-sidebar-group.-expandable{cursor:pointer;position:relative}.c-map-sidebar .map-sidebar-group.-expandable .map-sidebar-group-items{max-height:0;overflow:hidden}.c-map-sidebar .map-sidebar-group.-expandable .map-sidebar-group-title::after{display:inline-block;width:7px;height:7px;border:2px solid rgba(52,68,76,0.6);content:'';-webkit-transform:rotate(45deg);transform:rotate(45deg);border-top:0 !important;border-left:0 !important;top:18px;right:18px;position:absolute}.c-map-sidebar .map-sidebar-group.-expanded .map-sidebar-group-title::after{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.c-map-sidebar .map-sidebar-group.-expanded .map-sidebar-group-items{max-height:500px}.c-map-sidebar .map-sidebar-group.-has-selected-children .map-sidebar-group-title::before{position:absolute;top:18px;right:41px;width:7px;height:7px;border-radius:50%;content:'';background-color:rgba(52,68,76,0.6)}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;min-height:44px;padding:0 15px 0 0;color:#34444c;font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:13px;letter-spacing:-1px}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item:not(:last-child){border-bottom:1px solid rgba(52,68,76,0.2)}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item .actions{display:-webkit-box;display:flex}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item .c-tooltip{width:16px;height:16px}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item .radio-btn{display:inline-block;position:relative;width:16px;height:16px;border:2px solid rgba(52,68,76,0.2);border-radius:50%}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item.-selected,.c-map-sidebar .map-sidebar-group .map-sidebar-group-item:hover{color:#34444c;font-weight:700}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item.-selected .radio-btn,.c-map-sidebar .map-sidebar-group .map-sidebar-group-item:hover .radio-btn{border-color:#34444c}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item.-selected .radio-btn::before,.c-map-sidebar .map-sidebar-group .map-sidebar-group-item:hover .radio-btn::before{position:absolute;top:50%;left:50%;width:7px;height:7px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:50%;content:'';background-color:#34444c}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item.-selected:hover:not(.-no-self-cancel) .radio-btn{-webkit-box-align:center;align-items:center;text-align:center}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item.-selected:hover:not(.-no-self-cancel) .radio-btn::before{display:none}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item.-selected:hover:not(.-no-self-cancel) .radio-btn::after{position:absolute;top:-1px;left:2px;font-size:14px;font-weight:700;content:'×'}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item.-disabled{cursor:not-allowed;color:#aaa}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item.-disabled:hover .radio-btn{border:2px solid rgba(52,68,76,0.2)}.c-map-sidebar .map-sidebar-group .map-sidebar-group-item.-disabled:hover .radio-btn::before,.c-map-sidebar .map-sidebar-group .map-sidebar-group-item.-disabled:hover .radio-btn::after{display:none}.c-map-sidebar .map-sidebar-group .map-choropeth-layer-item .actions .icon-layer-info{margin-right:6px;color:rgba(52,68,76,0.6)}.c-map-sidebar .map-sidebar-group .map-choropeth-layer-item .actions .icon-layer-info:hover{color:#34444c}

.recolor-by-item-legend-summary{display:-webkit-box;display:flex;position:absolute;bottom:0;left:0;width:100%}.recolor-by-item-legend-summary>.color{-webkit-box-flex:1;flex-grow:1;height:5px}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-pantanal{background-color:#ffb314}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-cerrado{background-color:#517fee}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-amazonia{background-color:#43f3f3}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-mata-atlantica{background-color:#8c28ff}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-chaco-seco{background-color:#ffb314}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-chaco-humedo{background-color:#43f3f3}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-pampa{background-color:#72ea28}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-caatinga{background-color:#ff66e5}.recolor-by-item-legend-summary>.color.-recolorby-stars-red-blue-0{background-color:#6F0119}.recolor-by-item-legend-summary>.color.-recolorby-stars-red-blue-1{background-color:#a50026}.recolor-by-item-legend-summary>.color.-recolorby-stars-red-blue-2{background-color:#D72F27}.recolor-by-item-legend-summary>.color.-recolorby-stars-red-blue-3{background-color:#FDAE61}.recolor-by-item-legend-summary>.color.-recolorby-stars-red-blue-4{background-color:#79A8D0}.recolor-by-item-legend-summary>.color.-recolorby-stars-red-blue-5{background-color:#246AB6}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-company-ndpe-commitment{background-color:#1D6837}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-tac-\&-g4{background-color:#1D6837}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-soy-moratorium{background-color:#1D6837}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-tac{background-color:#79ae6d}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-company-commitment{background-color:#C2E699}.recolor-by-item-legend-summary>.color.-recolorby-qual-thematic-none{background-color:#e36845}.recolor-by-item-legend-summary>.color.-recolorby-linear-red-blue-0{background-color:#246AB6}.recolor-by-item-legend-summary>.color.-recolorby-linear-red-blue-1{background-color:#5488C0}.recolor-by-item-legend-summary>.color.-recolorby-linear-red-blue-2{background-color:#79A8D0}.recolor-by-item-legend-summary>.color.-recolorby-linear-red-blue-3{background-color:#9FCAE1}.recolor-by-item-legend-summary>.color.-recolorby-linear-red-blue-4{background-color:#FDAE61}.recolor-by-item-legend-summary>.color.-recolorby-linear-red-blue-5{background-color:#D72F27}.recolor-by-item-legend-summary>.color.-recolorby-linear-red-blue-6{background-color:#a50026}.recolor-by-item-legend-summary>.color.-recolorby-linear-red-blue-7{background-color:#6F0119}.recolor-by-item-legend-summary>.color.-recolorby-percentual-yellow-green-0{background-color:#ffc}.recolor-by-item-legend-summary>.color.-recolorby-percentual-yellow-green-1{background-color:#e3eebb}.recolor-by-item-legend-summary>.color.-recolorby-percentual-yellow-green-2{background-color:#c6ddab}.recolor-by-item-legend-summary>.color.-recolorby-percentual-yellow-green-3{background-color:#aacd9a}.recolor-by-item-legend-summary>.color.-recolorby-percentual-yellow-green-4{background-color:#8ebc8a}.recolor-by-item-legend-summary>.color.-recolorby-percentual-yellow-green-5{background-color:#71ab79}.recolor-by-item-legend-summary>.color.-recolorby-percentual-yellow-green-6{background-color:#559a69}.recolor-by-item-legend-summary>.color.-recolorby-percentual-yellow-green-7{background-color:#398a58}.recolor-by-item-legend-summary>.color.-recolorby-percentual-yellow-green-8{background-color:#1c7948}.recolor-by-item-legend-summary>.color.-recolorby-percentual-yellow-green-9{background-color:#006837}.recolor-by-item-legend-summary>.color.-recolorby-linear-yellow-green-0{background-color:#ffc}.recolor-by-item-legend-summary>.color.-recolorby-linear-yellow-green-1{background-color:#c2e699}.recolor-by-item-legend-summary>.color.-recolorby-linear-yellow-green-2{background-color:#78c679}.recolor-by-item-legend-summary>.color.-recolorby-linear-yellow-green-3{background-color:#31a354}.recolor-by-item-legend-summary>.color.-recolorby-linear-yellow-green-4{background-color:#006837}.recolor-by-item-legend-summary>.color.-recolorby-percentual-green-red-0{background-color:#006837}.recolor-by-item-legend-summary>.color.-recolorby-percentual-green-red-1{background-color:#1a9850}.recolor-by-item-legend-summary>.color.-recolorby-percentual-green-red-2{background-color:#66bd63}.recolor-by-item-legend-summary>.color.-recolorby-percentual-green-red-3{background-color:#a6d96a}.recolor-by-item-legend-summary>.color.-recolorby-percentual-green-red-4{background-color:#d9ef8b}.recolor-by-item-legend-summary>.color.-recolorby-percentual-green-red-5{background-color:#ffffbf}.recolor-by-item-legend-summary>.color.-recolorby-percentual-green-red-6{background-color:#fee08b}.recolor-by-item-legend-summary>.color.-recolorby-percentual-green-red-7{background-color:#fdae61}.recolor-by-item-legend-summary>.color.-recolorby-percentual-green-red-8{background-color:#f46d43}.recolor-by-item-legend-summary>.color.-recolorby-percentual-green-red-9{background-color:#d73027}.recolor-by-item-legend-summary>.color.-recolorby-percentual-green-red-10{background-color:#a50026}.recolor-by-item-legend-summary>.color.-recolorby-percentual-green-red-11{background-color:#6f001a}.recolor-by-item-legend-summary>.color.-recolorgroup-1{background-color:#ea6869}.recolor-by-item-legend-summary>.color.-recolorgroup-2{background-color:#ffeb8b}.recolor-by-item-legend-summary>.color.-recolorgroup-3{background-color:#2d586e}.recolor-by-item-legend-summary>.color.-recolorgroup-4{background-color:#007d29}.recolor-by-item-legend-summary>.color.-recolorgroup-5{background-color:#b4008a}.recolor-by-item-legend-summary>.color.-recolorgroup-6{background-color:#06ff67}.recolor-by-item-legend-summary>.color.-recolorgroup-7{background-color:#8339aa}.recolor-by-item-legend-summary>.color.-recolorgroup-8{background-color:#f3fb00}.recolor-by-item-legend-summary>.color.-recolorgroup-9{background-color:#7193ff}.recolor-by-item-legend-summary>.color.-recolorgroup-10{background-color:#b27200}

.c-recolor-by-selector .recolor-by-item{color:#34444c;padding:10px 25px}.c-recolor-by-selector .recolor-by-item.-separator{height:1px;padding:0;background:#c7c7c7}.c-recolor-by-selector .recolor-by-item.-highlighted{background-color:#ffeb8b;cursor:pointer}.c-recolor-by-selector .recolor-by-item.-disabled{opacity:0.3;cursor:default}.c-recolor-by-selector .recolor-by-item.-disabled.-highlighted{background-color:#ddd}.c-recolor-by-selector .recolor-by-item-legend-container{display:-webkit-box;display:flex;margin-top:10px;-webkit-box-align:center;align-items:center}.c-recolor-by-selector .recolor-by-item-title{white-space:nowrap}.c-recolor-by-selector .recolor-by-item-legend{pointer-events:none}.c-recolor-by-selector .recolor-by-item-legend-unit.-left{margin-right:4px}.c-recolor-by-selector .recolor-by-item-legend-unit.-right{margin-left:4px}.c-recolor-by-selector .recolor-by-item-legend-unit,.c-recolor-by-selector .recolor-by-item-legend,.c-recolor-by-selector .recolor-by-item-legend>li{color:#34444c;font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:10px}.c-recolor-by-selector .recolor-by-item-legend,.c-recolor-by-selector .recolor-by-item-legend>li{display:inline-block}.c-recolor-by-selector .recolor-by-item-legend.-qual>li{margin-right:10px;text-transform:uppercase}.c-recolor-by-selector .recolor-by-item-legend.-qual>li::before{display:inline-block;width:11px;height:11px;margin-right:4px;border:2px solid #fff;border-radius:99px;content:' '}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-pantanal::before{background-color:#ffb314}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-cerrado::before{background-color:#517fee}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-amazonia::before{background-color:#43f3f3}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-mata-atlantica::before{background-color:#8c28ff}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-chaco-seco::before{background-color:#ffb314}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-chaco-humedo::before{background-color:#43f3f3}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-pampa::before{background-color:#72ea28}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-caatinga::before{background-color:#ff66e5}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-stars-red-blue-0::before{background-color:#6F0119}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-stars-red-blue-1::before{background-color:#a50026}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-stars-red-blue-2::before{background-color:#D72F27}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-stars-red-blue-3::before{background-color:#FDAE61}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-stars-red-blue-4::before{background-color:#79A8D0}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-stars-red-blue-5::before{background-color:#246AB6}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-company-ndpe-commitment::before{background-color:#1D6837}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-tac-\&-g4::before{background-color:#1D6837}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-soy-moratorium::before{background-color:#1D6837}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-tac::before{background-color:#79ae6d}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-company-commitment::before{background-color:#C2E699}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-qual-thematic-none::before{background-color:#e36845}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-linear-red-blue-0::before{background-color:#246AB6}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-linear-red-blue-1::before{background-color:#5488C0}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-linear-red-blue-2::before{background-color:#79A8D0}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-linear-red-blue-3::before{background-color:#9FCAE1}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-linear-red-blue-4::before{background-color:#FDAE61}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-linear-red-blue-5::before{background-color:#D72F27}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-linear-red-blue-6::before{background-color:#a50026}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-linear-red-blue-7::before{background-color:#6F0119}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-yellow-green-0::before{background-color:#ffc}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-yellow-green-1::before{background-color:#e3eebb}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-yellow-green-2::before{background-color:#c6ddab}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-yellow-green-3::before{background-color:#aacd9a}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-yellow-green-4::before{background-color:#8ebc8a}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-yellow-green-5::before{background-color:#71ab79}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-yellow-green-6::before{background-color:#559a69}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-yellow-green-7::before{background-color:#398a58}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-yellow-green-8::before{background-color:#1c7948}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-yellow-green-9::before{background-color:#006837}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-linear-yellow-green-0::before{background-color:#ffc}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-linear-yellow-green-1::before{background-color:#c2e699}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-linear-yellow-green-2::before{background-color:#78c679}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-linear-yellow-green-3::before{background-color:#31a354}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-linear-yellow-green-4::before{background-color:#006837}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-green-red-0::before{background-color:#006837}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-green-red-1::before{background-color:#1a9850}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-green-red-2::before{background-color:#66bd63}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-green-red-3::before{background-color:#a6d96a}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-green-red-4::before{background-color:#d9ef8b}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-green-red-5::before{background-color:#ffffbf}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-green-red-6::before{background-color:#fee08b}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-green-red-7::before{background-color:#fdae61}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-green-red-8::before{background-color:#f46d43}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-green-red-9::before{background-color:#d73027}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-green-red-10::before{background-color:#a50026}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorby-percentual-green-red-11::before{background-color:#6f001a}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorgroup-1::before{background-color:#ea6869}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorgroup-2::before{background-color:#ffeb8b}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorgroup-3::before{background-color:#2d586e}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorgroup-4::before{background-color:#007d29}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorgroup-5::before{background-color:#b4008a}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorgroup-6::before{background-color:#06ff67}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorgroup-7::before{background-color:#8339aa}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorgroup-8::before{background-color:#f3fb00}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorgroup-9::before{background-color:#7193ff}.c-recolor-by-selector .recolor-by-item-legend.-qual>li.-recolorgroup-10::before{background-color:#b27200}.c-recolor-by-selector .recolor-by-item-legend.-stars>li::before{display:inline-block;width:15px;height:15px;margin-right:2px;border:2px solid #fff;border-radius:99px;content:' '}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-pantanal::before{background-color:#ffb314}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-cerrado::before{background-color:#517fee}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-amazonia::before{background-color:#43f3f3}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-mata-atlantica::before{background-color:#8c28ff}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-chaco-seco::before{background-color:#ffb314}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-chaco-humedo::before{background-color:#43f3f3}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-pampa::before{background-color:#72ea28}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-caatinga::before{background-color:#ff66e5}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-stars-red-blue-0::before{background-color:#6F0119}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-stars-red-blue-1::before{background-color:#a50026}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-stars-red-blue-2::before{background-color:#D72F27}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-stars-red-blue-3::before{background-color:#FDAE61}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-stars-red-blue-4::before{background-color:#79A8D0}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-stars-red-blue-5::before{background-color:#246AB6}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-company-ndpe-commitment::before{background-color:#1D6837}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-tac-\&-g4::before{background-color:#1D6837}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-soy-moratorium::before{background-color:#1D6837}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-tac::before{background-color:#79ae6d}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-company-commitment::before{background-color:#C2E699}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-qual-thematic-none::before{background-color:#e36845}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-linear-red-blue-0::before{background-color:#246AB6}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-linear-red-blue-1::before{background-color:#5488C0}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-linear-red-blue-2::before{background-color:#79A8D0}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-linear-red-blue-3::before{background-color:#9FCAE1}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-linear-red-blue-4::before{background-color:#FDAE61}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-linear-red-blue-5::before{background-color:#D72F27}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-linear-red-blue-6::before{background-color:#a50026}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-linear-red-blue-7::before{background-color:#6F0119}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-yellow-green-0::before{background-color:#ffc}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-yellow-green-1::before{background-color:#e3eebb}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-yellow-green-2::before{background-color:#c6ddab}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-yellow-green-3::before{background-color:#aacd9a}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-yellow-green-4::before{background-color:#8ebc8a}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-yellow-green-5::before{background-color:#71ab79}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-yellow-green-6::before{background-color:#559a69}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-yellow-green-7::before{background-color:#398a58}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-yellow-green-8::before{background-color:#1c7948}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-yellow-green-9::before{background-color:#006837}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-linear-yellow-green-0::before{background-color:#ffc}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-linear-yellow-green-1::before{background-color:#c2e699}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-linear-yellow-green-2::before{background-color:#78c679}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-linear-yellow-green-3::before{background-color:#31a354}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-linear-yellow-green-4::before{background-color:#006837}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-green-red-0::before{background-color:#006837}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-green-red-1::before{background-color:#1a9850}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-green-red-2::before{background-color:#66bd63}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-green-red-3::before{background-color:#a6d96a}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-green-red-4::before{background-color:#d9ef8b}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-green-red-5::before{background-color:#ffffbf}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-green-red-6::before{background-color:#fee08b}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-green-red-7::before{background-color:#fdae61}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-green-red-8::before{background-color:#f46d43}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-green-red-9::before{background-color:#d73027}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-green-red-10::before{background-color:#a50026}.c-recolor-by-selector .recolor-by-item-legend.-stars>li.-recolorby-percentual-green-red-11::before{background-color:#6f001a}.c-recolor-by-selector .recolor-by-item-legend.-linear>li,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li{width:12px;height:12px}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-pantanal,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-pantanal{background-color:#ffb314}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-cerrado,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-cerrado{background-color:#517fee}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-amazonia,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-amazonia{background-color:#43f3f3}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-mata-atlantica,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-mata-atlantica{background-color:#8c28ff}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-chaco-seco,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-chaco-seco{background-color:#ffb314}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-chaco-humedo,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-chaco-humedo{background-color:#43f3f3}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-pampa,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-pampa{background-color:#72ea28}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-caatinga,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-caatinga{background-color:#ff66e5}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-stars-red-blue-0,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-stars-red-blue-0{background-color:#6F0119}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-stars-red-blue-1,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-stars-red-blue-1{background-color:#a50026}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-stars-red-blue-2,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-stars-red-blue-2{background-color:#D72F27}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-stars-red-blue-3,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-stars-red-blue-3{background-color:#FDAE61}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-stars-red-blue-4,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-stars-red-blue-4{background-color:#79A8D0}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-stars-red-blue-5,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-stars-red-blue-5{background-color:#246AB6}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-company-ndpe-commitment,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-company-ndpe-commitment{background-color:#1D6837}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-tac-\&-g4,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-tac-\&-g4{background-color:#1D6837}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-soy-moratorium,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-soy-moratorium{background-color:#1D6837}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-tac,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-tac{background-color:#79ae6d}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-company-commitment,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-company-commitment{background-color:#C2E699}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-qual-thematic-none,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-qual-thematic-none{background-color:#e36845}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-linear-red-blue-0,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-linear-red-blue-0{background-color:#246AB6}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-linear-red-blue-1,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-linear-red-blue-1{background-color:#5488C0}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-linear-red-blue-2,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-linear-red-blue-2{background-color:#79A8D0}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-linear-red-blue-3,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-linear-red-blue-3{background-color:#9FCAE1}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-linear-red-blue-4,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-linear-red-blue-4{background-color:#FDAE61}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-linear-red-blue-5,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-linear-red-blue-5{background-color:#D72F27}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-linear-red-blue-6,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-linear-red-blue-6{background-color:#a50026}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-linear-red-blue-7,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-linear-red-blue-7{background-color:#6F0119}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-yellow-green-0,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-yellow-green-0{background-color:#ffc}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-yellow-green-1,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-yellow-green-1{background-color:#e3eebb}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-yellow-green-2,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-yellow-green-2{background-color:#c6ddab}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-yellow-green-3,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-yellow-green-3{background-color:#aacd9a}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-yellow-green-4,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-yellow-green-4{background-color:#8ebc8a}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-yellow-green-5,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-yellow-green-5{background-color:#71ab79}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-yellow-green-6,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-yellow-green-6{background-color:#559a69}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-yellow-green-7,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-yellow-green-7{background-color:#398a58}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-yellow-green-8,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-yellow-green-8{background-color:#1c7948}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-yellow-green-9,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-yellow-green-9{background-color:#006837}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-linear-yellow-green-0,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-linear-yellow-green-0{background-color:#ffc}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-linear-yellow-green-1,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-linear-yellow-green-1{background-color:#c2e699}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-linear-yellow-green-2,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-linear-yellow-green-2{background-color:#78c679}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-linear-yellow-green-3,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-linear-yellow-green-3{background-color:#31a354}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-linear-yellow-green-4,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-linear-yellow-green-4{background-color:#006837}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-green-red-0,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-green-red-0{background-color:#006837}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-green-red-1,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-green-red-1{background-color:#1a9850}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-green-red-2,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-green-red-2{background-color:#66bd63}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-green-red-3,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-green-red-3{background-color:#a6d96a}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-green-red-4,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-green-red-4{background-color:#d9ef8b}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-green-red-5,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-green-red-5{background-color:#ffffbf}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-green-red-6,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-green-red-6{background-color:#fee08b}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-green-red-7,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-green-red-7{background-color:#fdae61}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-green-red-8,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-green-red-8{background-color:#f46d43}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-green-red-9,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-green-red-9{background-color:#d73027}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-green-red-10,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-green-red-10{background-color:#a50026}.c-recolor-by-selector .recolor-by-item-legend.-linear>li.-recolorby-percentual-green-red-11,.c-recolor-by-selector .recolor-by-item-legend.-percentual>li.-recolorby-percentual-green-red-11{background-color:#6f001a}

.c-years-range{min-width:180px;overflow:hidden}.c-years-range .years-range-content{display:-webkit-box;display:flex;padding:15px;min-width:auto}.c-years-range .years-range-footer{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;height:25px;background-color:#f2f2f2;cursor:default}@media screen and (min-width: 640px){.c-years-range .years-range-footer p{font-size:10px}}.c-years-range .years-range-unrotate{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.c-years-range .years-range-button{height:24px;width:24px;cursor:pointer;border:solid 2px rgba(52,68,76,0.6);border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;margin-right:20px;margin-bottom:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.c-years-range .years-range-button:not(:last-child) .years-range-fill::after{content:'';position:absolute;height:2px;background:rgba(52,68,76,0.6);top:4px;left:17px;width:20px}@media screen and (min-width: 640px){.c-years-range .years-range-button:not(:last-child) .years-range-fill::after{top:3px;left:14px}}.c-years-range .years-range-button:last-child{margin-right:0}@media screen and (min-width: 640px){.c-years-range .years-range-button{height:20px;width:20px}}.c-years-range .years-range-fill{position:relative;height:10px;width:10px;border:none;border-radius:50%}.c-years-range .years-range-fill .year-label{position:absolute;top:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (min-width: 640px){.c-years-range .years-range-fill .year-label{font-size:10px}}@media screen and (min-width: 640px){.c-years-range .years-range-fill{height:8px;width:8px}}.c-years-range.-selecting .years-range-button.-start{border-left-color:#34444c;border-bottom-color:#34444c}.c-years-range.-selecting .years-range-button.-start .years-range-fill{background:-webkit-gradient(linear, left top, right top, from(#34444c), color-stop(50%, #34444c), color-stop(50%, rgba(52,68,76,0.5)), to(rgba(52,68,76,0.5)));background:linear-gradient(to right, #34444c 0%, #34444c 50%, rgba(52,68,76,0.5) 50%, rgba(52,68,76,0.5) 100%)}.c-years-range.-selecting .years-range-button.-end{border-right-color:#34444c;border-top-color:#34444c}.c-years-range.-selecting .years-range-button.-end .years-range-fill{background:-webkit-gradient(linear, right top, left top, from(#34444c), color-stop(50%, #34444c), color-stop(50%, rgba(52,68,76,0.5)), to(rgba(52,68,76,0.5)));background:linear-gradient(to left, #34444c 0%, #34444c 50%, rgba(52,68,76,0.5) 50%, rgba(52,68,76,0.5) 100%)}.c-years-range.-selecting .years-range-button.start.end .years-range-fill{background-color:#34444c}.c-years-range.-selecting .years-range-button.-active .years-range-fill{background-color:rgba(52,68,76,0.6)}.c-years-range.-selected .years-range-button.-active{border-color:#34444c}.c-years-range.-selected .years-range-button.-active:not(.end) .years-range-fill::after{background:#34444c}.c-years-range.-selected .years-range-button.-active .years-range-fill{background-color:#34444c}

.c-locale-selector{position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;height:100%;cursor:default}.c-locale-selector.-open .locale-selector-selected-item::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.c-locale-selector .locale-selector-selected-item{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:100%;min-width:20px;line-height:1em;text-align:center;cursor:pointer}.c-locale-selector .locale-selector-selected-item::after{content:'';width:0;height:0;margin:0 0 0 5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000}.c-locale-selector .locale-selector-menu{position:absolute;top:calc(50% + 8px);margin:10px 0 0;min-width:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:center;justify-content:center;cursor:pointer}.c-locale-selector .locale-selector-menu-item{margin:10px 0 0;opacity:0.6}.c-locale-selector .locale-selector-menu-item:first-child{margin:0}.c-locale-selector .locale-selector-menu-item:hover{opacity:1}

.c-context-selector{cursor:pointer}.c-context-selector .dropdown-title.-label{text-align:center}.c-context-selector .context-selector-content{position:absolute;top:64px;left:0;background-color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,0.1),0 3px 6px 0 rgba(0,0,0,0.2);z-index:2;max-width:calc(100vw - 3rem)}@media screen and (min-width: 1024px){.c-context-selector .context-selector-content{max-width:none}}.c-context-selector .context-selector-featured-header{position:relative;height:125px;width:100%;background-color:#34444c;background-image:url("/images/backgrounds/featured-context.jpg");background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding:0 25px}.c-context-selector .context-selector-featured-header .icon{position:absolute;height:14px;width:14px;right:10px;top:10px;color:#fff}.c-context-selector .context-selector-featured-header span{display:block}.c-context-selector .context-selector-featured-header .featured-header-title{font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:10px;font-weight:normal;letter-spacing:.5px;text-transform:uppercase;color:#fff}.c-context-selector .context-selector-featured-header .featured-header-new-context-name{margin-top:2px;height:20px;font-family:"Merriweather",serif;font-size:16px;font-weight:normal;letter-spacing:.5px;text-transform:capitalize;color:#fff}.c-context-selector .context-list-tabs{display:-webkit-box;display:flex}.c-context-selector .context-list-tabs .tab{margin-left:25px;height:40px;line-height:40px;font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:13px;font-weight:normal;letter-spacing:-.8px;text-transform:uppercase;color:#34444c;opacity:.5;cursor:pointer}.c-context-selector .context-list-tabs .tab.-selected{opacity:1;border-bottom:solid 2px #ea6869}.c-context-selector .dimension-container{display:-webkit-box;display:flex;border-top:1px solid #e0e4e8}.c-context-selector .dimension-container .dimension-list{padding:5px 0;width:210px;overflow:auto;border-right:1px solid #e0e4e8;cursor:default}.c-context-selector .dimension-container .dimension-list:last-child{border-left:0}.c-context-selector .dimension-container .dimension-list-item{padding:12px 25px;color:#34444c;text-transform:capitalize;font-family:"Merriweather",serif;font-size:16px;font-weight:normal;cursor:pointer}.c-context-selector .dimension-container .dimension-list-item:hover{background-color:#ffeb8b}.c-context-selector .dimension-container .dimension-list-item.-selected{background-color:#ffeb8b}.c-context-selector .dimension-container .dimension-list-item.-disabled{color:rgba(52,68,76,0.5);background-color:transparent;cursor:default}.c-context-selector .context-selector-footer{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;height:30px;width:100%;background-color:#f2f2f2;cursor:default}@media screen and (min-width: 640px){.c-context-selector .context-selector-footer{height:25px}}.c-context-selector .context-selector-footer .context-selector-footer-text{font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:13px;font-weight:500;color:rgba(52,68,76,0.6);letter-spacing:-.5px;text-align:center;text-transform:uppercase}@media screen and (min-width: 640px){.c-context-selector .context-selector-footer .context-selector-footer-text{font-size:10px}}

.c-node-title{display:-webkit-inline-box;display:inline-flex;-webkit-box-align:center;align-items:center;height:48px;padding:0 7px 4px;margin-right:8px;border-radius:4px}.c-node-title.-link{cursor:pointer}.c-node-title.-link:hover .icon-link svg *{fill:#34444c}.c-node-title .node-title-column{display:inline-block;margin-right:7px}.c-node-title .node-title-column:first-child{max-width:calc(100% - 22px)}.c-node-title .node-title-column:last-child{margin-right:4px}.c-node-title .column-title{margin-left:1px;color:rgba(52,68,76,0.6);font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:10px;letter-spacing:-.5px;text-transform:uppercase}.c-node-title .column-content{position:relative;color:#34444c;font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:17px;letter-spacing:-.8px}.c-node-title .unit{display:inline-block;max-width:110px;color:rgba(52,68,76,0.5);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;vertical-align:bottom}.c-node-title .value{display:inline-block;vertical-align:bottom}.c-node-title .icon-link{position:relative;top:2px;width:12px;height:10px;color:rgba(52,68,76,0.4);margin-right:1.5px}.c-node-title .icon-close{width:12px;height:18px;margin-top:1px;margin-left:6px;color:rgba(52,68,76,0.5);cursor:pointer}.c-node-title:not(.-flow--1){background-color:#fff}.c-node-title.-recolorgroup-1{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2),inset 0 -6px 0 0 #ea6869}.c-node-title.-recolorgroup-2{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2),inset 0 -6px 0 0 #ffeb8b}.c-node-title.-recolorgroup-3{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2),inset 0 -6px 0 0 #2d586e}.c-node-title.-recolorgroup-4{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2),inset 0 -6px 0 0 #007d29}.c-node-title.-recolorgroup-5{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2),inset 0 -6px 0 0 #b4008a}.c-node-title.-recolorgroup-6{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2),inset 0 -6px 0 0 #06ff67}.c-node-title.-recolorgroup-7{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2),inset 0 -6px 0 0 #8339aa}.c-node-title.-recolorgroup-8{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2),inset 0 -6px 0 0 #f3fb00}.c-node-title.-recolorgroup-9{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2),inset 0 -6px 0 0 #7193ff}.c-node-title.-recolorgroup-10{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2),inset 0 -6px 0 0 #b27200}.c-node-title.-recolorgroup--1{box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2)}

.c-search{position:fixed;top:0;left:0;width:100%;height:64px;background-color:#fff;z-index:91}.c-search>.icon-search{position:absolute;color:#34444c;top:0;bottom:0;right:18px;margin:auto;width:21px;height:22px}.c-search .search-wrapper{width:100%;height:100%;position:relative}.c-search .search-container{height:100%}.c-search .search-container .search-bar{display:-webkit-box;display:flex;position:relative;height:100%;z-index:2;box-shadow:0 10px 20px 0 rgba(52,68,76,0.2)}.c-search .search-bar-input{position:relative;width:100%;height:100%;padding:2px 15px 0;background:none;font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:20px;letter-spacing:-1px;color:#34444c;outline:none;border-radius:0}.c-search .search-bar-input::-webkit-search-decoration,.c-search .search-bar-input::-webkit-search-cancel-button,.c-search .search-bar-input::-webkit-search-results-button,.c-search .search-bar-input::-webkit-search-results-decoration{display:none}.c-search .search-results{position:absolute;background:#fff;overflow-y:auto;max-height:345px;width:100%}.c-search .c-search__veil{position:fixed;top:64px;left:0;width:100%;height:calc(100% - 56px);background-color:rgba(52,68,76,0.4)}.c-search.-tool .c-nodes-titles{padding:8px 0}.c-search.-tool .c-nodes-titles .c-node-title:first-child{margin-left:8px}

.c-search-result{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;padding:14px 15px;cursor:pointer;border-bottom:solid 1px #e0e4e8;overflow:hidden}.c-search-result .search-node-text-container{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;max-width:600px;height:56px}.c-search-result .search-node-name{left:-1px;font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:17px;font-weight:normal;letter-spacing:-0.5px;color:#34444c;text-transform:uppercase}.c-search-result .search-node-type{color:rgba(52,68,76,0.6);font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:11px;letter-spacing:-.2px;text-transform:uppercase;display:block}.c-search-result .search-node-actions-container{display:-webkit-box;display:flex;visibility:hidden}.c-search-result .search-node-actions-container .c-button{height:42px;letter-spacing:-0.7px;line-height:0.77;font-weight:normal;border-color:rgba(52,68,76,0.3);padding-left:15px;padding-right:15px}.c-search-result .search-node-actions-container .c-button:hover{border-color:transparent;background-color:#34444c;color:#fff}.c-search-result .search-node-actions-container .c-button:hover.-with-icon .icon{opacity:unset}.c-search-result .search-node-actions-container .c-button.-with-icon .icon{width:12px;height:10px;opacity:.3}.c-search-result .search-node-actions-container *{margin-right:8px}.c-search-result .search-node-actions-container *:last-child{margin-right:0}.c-search-result mark{background:#fff0c2}.c-search-result:hover:not(.-no-highlight),.c-search-result[aria-selected='true'],.c-search-result.-highlighted{background:#fff0c2;color:#34444c}.c-search-result:hover:not(.-no-highlight) .search-node-actions-container,.c-search-result[aria-selected='true'] .search-node-actions-container,.c-search-result.-highlighted .search-node-actions-container{visibility:visible}

.c-filters-nav{display:-webkit-box;display:flex;top:0;position:fixed;width:100%;height:64px;font-family:"DecimaMonoPro","Courier New",sans-serif;z-index:90;background-color:#fff;box-shadow:0 10px 20px 0 rgba(52,68,76,0.2)}.c-filters-nav .c-dropdown .dropdown-list{top:100%}.c-filters-nav .c-locale-selector .locale-selector-selected-item,.c-filters-nav .c-locale-selector .locale-selector-menu-item{color:#34444c;font-family:"DecimaMonoPro","Courier New",sans-serif;font-size:16px;font-weight:700;letter-spacing:.5px;text-align:center;text-transform:uppercase}.c-filters-nav .c-locale-selector .locale-selector-selected-item::after{border-top-color:#34444c}.c-filters-nav .c-locale-selector .locale-selector-menu{background-color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,0.16),0 3px 6px 0 rgba(0,0,0,0.23);top:100%;margin:0;width:100%}.c-filters-nav .c-locale-selector .locale-selector-menu .locale-selector-menu-item{width:100%;margin:0;padding:10px;opacity:1;font-weight:400}.c-filters-nav .c-locale-selector .locale-selector-menu .locale-selector-menu-item:hover{background-color:#ffeb8b}.c-filters-nav .c-locale-selector .locale-selector-menu .locale-selector-menu-item:not(:first-child){border-top:solid 1px rgba(52,68,76,0.2)}.c-filters-nav .icon-search{width:21px;height:22px;fill:#34444c}.filters-nav-section-container{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;height:100%;width:calc(100% - 55px)}.filters-nav-left-section,.filters-nav-right-section{display:-webkit-box;display:flex;height:100%}.filters-nav-left-section{border-right:1px solid #e0e4e8}.filters-nav-right-section{border-left:1px solid #e0e4e8}.filters-nav-right-section .filters-nav-item:first-child{border-left:0}.filters-nav-submenu-list{display:-webkit-box;display:flex}.filters-nav-submenu-list .filters-nav-item{padding:0}.filters-nav-submenu-list .filters-nav-link{text-transform:uppercase}.filters-nav-item{display:-webkit-inline-box;display:inline-flex;position:relative;height:64px;-webkit-box-align:center;align-items:center;font-size:16px;font-weight:bold;letter-spacing:.5px;color:#34444c;border-left:1px solid #e0e4e8;cursor:pointer}.filters-nav-item>*{padding:0 18px}.filters-nav-item.-no-padding>*{padding:0;margin:0 18px}.filters-nav-item.-icon>svg{height:21px;width:21px}.filters-nav-item .dropdown-item-legend-summary{padding:0}.filters-nav-link{position:relative;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;height:100%;padding:0 16px;color:#34444c}.filters-nav-link::before{position:absolute;bottom:0;left:0;height:6px;width:100%;background-color:#ea6869;z-index:1}.filters-nav-link.-active::before{content:''}.filters-nav-link:hover::before{content:''}.filters-nav-item-logo{cursor:pointer}

.c-burger{position:relative;width:18px;height:64px;-webkit-transform:rotate(0deg);transform:rotate(0deg);cursor:pointer}.c-burger:hover>.ingredient{background:#ea6869}.c-burger>.ingredient{display:block;position:absolute;left:0;width:100%;height:2px;-webkit-transform:rotate(0deg);transform:rotate(0deg);border-radius:3px;background:#000;opacity:1}.c-burger>.ingredient:first-child{top:26px;-webkit-transform-origin:left center;transform-origin:left center}.c-burger>.ingredient:nth-child(2){top:31px;-webkit-transform-origin:left center;transform-origin:left center}.c-burger>.ingredient:last-child{top:36px;-webkit-transform-origin:left center;transform-origin:left center}.c-burger.open:hover>.ingredient{background:#ea6869}.c-burger.open>.ingredient{border-radius:0;background:#000}.c-burger.open>.ingredient:first-child{top:25px;left:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.c-burger.open>.ingredient:nth-child(2){width:0%;opacity:0}.c-burger.open>.ingredient:last-child{top:38px;left:3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}

.c-feedback{position:fixed;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;justify-content:space-around;bottom:8px;right:0;z-index:100;height:45px;width:135px;background-color:#ea6869;cursor:pointer;-webkit-transform:translateX(90px);transform:translateX(90px);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}.c-feedback:hover{-webkit-transform:translateX(0);transform:translateX(0)}@media print{.c-feedback{display:none}}.c-feedback .feedback-label{color:#fff;font-weight:700;font-size:15px;margin-right:5px}

.c-cookie-banner{position:fixed;left:0;right:0;bottom:0;-webkit-transform:translateY(100%);transform:translateY(100%);background-color:#34444c;padding:20px 0;z-index:101;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2);-webkit-animation:appear 300ms 2s forwards;animation:appear 300ms 2s forwards}@-webkit-keyframes appear{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes appear{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.c-cookie-banner .cookie-content{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;background-color:#34444c}.c-cookie-banner .cookie-text{margin-right:20px}.c-cookie-banner .cookie-link{text-decoration:underline}


/*# sourceMappingURL=tool-page-jsx.09405846dbf56a937a09.css.map*/