@import url(//fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i);
.vizzuality__c-icon {
  flex-shrink: 0;
  height: 20px;
  width: 20px; }

.vizzuality__c-icon.vizzuality__-tiny {
  height: 7px;
  width: 7px; }

.vizzuality__c-icon.vizzuality__-smaller {
  height: 10px;
  width: 10px; }

.vizzuality__c-icon.vizzuality__-small {
  height: 14px;
  width: 14px; }

.vizzuality__c-icon.vizzuality__-medium {
  height: 24px;
  width: 24px; }

.vizzuality__c-icon.vizzuality__-big {
  height: 32px;
  width: 32px; }

.vizzuality__c-icon.vizzuality__-huge {
  height: 65px;
  width: 65px; }

.vizzuality__c-icon.vizzuality__-star {
  fill: #fab72e; }

.c-rc-tooltip {
  background-color: transparent;
  display: block;
  font-size: inherit;
  line-height: 1.5;
  opacity: 1;
  padding: 0;
  position: absolute;
  visibility: visible;
  z-index: 1070; }

.c-rc-tooltip.rc-tooltip-zoom-enter, .c-rc-tooltip.rc-tooltip-zoom-leave {
  display: block; }

.rc-tooltip-zoom-enter {
  -webkit-animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  opacity: 0; }

.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active {
  -webkit-animation-name: rcToolTipZoomIn;
  -webkit-animation-play-state: running;
  animation-name: rcToolTipZoomIn;
  animation-play-state: running; }

.rc-tooltip-zoom-appear {
  -webkit-animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  opacity: 0; }

.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  -webkit-animation-name: rcToolTipZoomIn;
  -webkit-animation-play-state: running;
  animation-name: rcToolTipZoomIn;
  animation-play-state: running; }

.rc-tooltip-zoom-leave {
  -webkit-animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05); }

.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  -webkit-animation-name: rcToolTipZoomOut;
  -webkit-animation-play-state: running;
  animation-name: rcToolTipZoomOut;
  animation-play-state: running; }

@-webkit-keyframes vizzuality__rcToolTipZoomIn {
  0% {
    -webkit-transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 50%; }
  to {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    opacity: 1;
    transform: scale(1);
    transform-origin: 50% 50%; } }

@keyframes vizzuality__rcToolTipZoomIn {
  0% {
    -webkit-transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 50%; }
  to {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    opacity: 1;
    transform: scale(1);
    transform-origin: 50% 50%; } }

@-webkit-keyframes vizzuality__rcToolTipZoomOut {
  0% {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    opacity: 1;
    transform: scale(1);
    transform-origin: 50% 50%; }
  to {
    -webkit-transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 50%; } }

@keyframes vizzuality__rcToolTipZoomOut {
  0% {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    opacity: 1;
    transform: scale(1);
    transform-origin: 50% 50%; }
  to {
    -webkit-transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 50%; } }

.rc-tooltip-hidden {
  display: none; }

.rc-tooltip-inner {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #393f44;
  min-height: 34px;
  padding: 0;
  text-align: left;
  text-decoration: none; }

.rc-tooltip-arrow {
  z-index: 1; }

.rc-tooltip-arrow, .rc-tooltip-arrow-inner {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0; }

.rc-tooltip-placement-top .rc-tooltip-arrow {
  border-top-color: rgba(202, 204, 208, 0.85);
  border-width: 6px 6px 0;
  bottom: -5px;
  left: 50%;
  margin-left: -6px; }

.rc-tooltip-placement-top .rc-tooltip-arrow-inner {
  border-top-color: #fff;
  border-width: 6px 6px 0;
  bottom: 1px;
  margin-left: -6px; }

.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  border-top-color: rgba(202, 204, 208, 0.85);
  border-width: 6px 6px 0;
  bottom: -5px;
  left: 10px;
  margin-left: -6px; }

.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner {
  border-top-color: #fff;
  border-width: 6px 6px 0;
  bottom: 1px;
  margin-left: -6px; }

.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  border-top-color: rgba(202, 204, 208, 0.85);
  border-width: 6px 6px 0;
  bottom: -5px;
  margin-left: -6px;
  right: 10px; }

.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
  border-top-color: #fff;
  border-width: 6px 6px 0;
  bottom: 1px;
  margin-left: -6px; }

.rc-tooltip-placement-right .rc-tooltip-arrow {
  border-right-color: rgba(202, 204, 208, 0.85);
  border-width: 6px 6px 6px 0;
  left: -5px;
  margin-top: -6px;
  top: 50%; }

.rc-tooltip-placement-right .rc-tooltip-arrow-inner {
  border-right-color: #fff;
  border-width: 6px 6px 6px 0;
  left: 1px;
  margin-top: -6px; }

.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  border-right-color: rgba(202, 204, 208, 0.85);
  border-width: 6px 6px 6px 0;
  left: -5px;
  margin-top: 0;
  top: 10px; }

.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner {
  border-right-color: #fff;
  border-width: 6px 6px 6px 0;
  left: 1px;
  margin-top: -6px; }

.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  border-right-color: rgba(202, 204, 208, 0.85);
  border-width: 6px 6px 6px 0;
  bottom: 10px;
  left: -5px;
  margin-top: -6px; }

.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
  border-right-color: #fff;
  border-width: 6px 6px 6px 0;
  left: 1px;
  margin-top: -6px; }

.rc-tooltip-placement-left .rc-tooltip-arrow {
  border-left-color: rgba(202, 204, 208, 0.85);
  border-width: 6px 0 6px 6px;
  margin-top: -6px;
  right: -5px;
  top: 50%; }

.rc-tooltip-placement-left .rc-tooltip-arrow-inner {
  border-left-color: #fff;
  border-width: 6px 0 6px 6px;
  margin-top: -6px;
  right: 1px; }

.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  border-left-color: rgba(202, 204, 208, 0.85);
  border-width: 6px 0 6px 6px;
  margin-top: 0;
  right: -5px;
  top: 10px; }

.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner {
  border-left-color: #fff;
  border-width: 6px 0 6px 6px;
  margin-top: -6px;
  right: 1px; }

.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  border-left-color: rgba(202, 204, 208, 0.85);
  border-width: 6px 0 6px 6px;
  bottom: 10px;
  margin-top: -6px;
  right: -5px; }

.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
  border-left-color: #fff;
  border-width: 6px 0 6px 6px;
  margin-top: -6px;
  right: 1px; }

.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  border-bottom-color: rgba(202, 204, 208, 0.85);
  border-width: 0 6px 6px;
  left: 50%;
  margin-left: -6px;
  top: -5px; }

.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner {
  border-bottom-color: #fff;
  border-width: 0 6px 6px;
  margin-left: -6px;
  top: 1px; }

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  border-bottom-color: rgba(202, 204, 208, 0.85);
  border-width: 0 6px 6px;
  left: 10px;
  margin-left: -6px;
  top: -5px; }

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner {
  border-bottom-color: #fff;
  border-width: 0 6px 6px;
  margin-left: -6px;
  top: 1px; }

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  border-bottom-color: rgba(202, 204, 208, 0.85);
  border-width: 0 6px 6px;
  margin-left: -6px;
  right: 10px;
  top: -5px; }

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
  border-bottom-color: #fff;
  border-width: 0 6px 6px;
  margin-left: -6px;
  top: 1px; }

.c-rc-tooltip.-default .rc-tooltip-inner {
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid rgba(26, 28, 34, 0.15);
  border-radius: 4px;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  color: #393f44;
  font-size: 13px;
  max-height: 400px;
  max-width: 200px;
  min-height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px 16px;
  position: relative; }

.c-rc-tooltip.-default.rc-tooltip-placement-top .rc-tooltip-arrow, .c-rc-tooltip.-default.rc-tooltip-placement-topLeft .rc-tooltip-arrow, .c-rc-tooltip.-default.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  border-top-color: #fff; }

.c-rc-tooltip.-default.rc-tooltip-placement-right .rc-tooltip-arrow, .c-rc-tooltip.-default.rc-tooltip-placement-rightBottom .rc-tooltip-arrow, .c-rc-tooltip.-default.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  border-right-color: #fff; }

.c-rc-tooltip.-default.rc-tooltip-placement-left .rc-tooltip-arrow, .c-rc-tooltip.-default.rc-tooltip-placement-leftBottom .rc-tooltip-arrow, .c-rc-tooltip.-default.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  border-left-color: #fff; }

.c-rc-tooltip.-default.rc-tooltip-placement-bottom .rc-tooltip-arrow, .c-rc-tooltip.-default.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow, .c-rc-tooltip.-default.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  border-bottom-color: #fff; }

@-webkit-keyframes vizzuality__rotate {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

@keyframes vizzuality__rotate {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes vizzuality__dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  to {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes vizzuality__dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  to {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

.vizzuality__c-spinner {
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible;
  z-index: 1000; }

.vizzuality__c-spinner, .vizzuality__c-spinner > .vizzuality__spinner-box {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: flex;
  justify-content: center; }

.vizzuality__c-spinner > .vizzuality__spinner-box > .vizzuality__spinner-icon {
  -webkit-animation: vizzuality__rotate 1.25s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: vizzuality__rotate 1.25s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%; }

.vizzuality__c-spinner > .vizzuality__spinner-box > .vizzuality__spinner-icon .vizzuality__spinner-circle {
  -webkit-animation: vizzuality__dash 1.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite, vizzuality__color 6s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  animation: vizzuality__dash 1.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite, vizzuality__color 6s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  stroke-dasharray: 5,200;
  stroke-dashoffset: 0;
  stroke-linecap: round; }

.vizzuality__c-spinner.vizzuality__-absolute {
  position: absolute; }

.vizzuality__c-spinner.vizzuality__-fixed {
  position: fixed; }

.vizzuality__c-spinner.vizzuality__-relative {
  position: relative; }

.vizzuality__c-slider {
  align-items: center;
  display: flex;
  min-height: 30px;
  padding-bottom: 10px; }

.vizzuality__c-slider .vizzuality__player-btn {
  -ms-flex-negative: 0;
  border: 0 transparent;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  margin-top: 1px;
  padding: 0;
  width: 16px; }

.vizzuality__c-slider .vizzuality__player-btn:focus {
  outline: none; }

.vizzuality__c-slider .vizzuality__player-btn > svg {
  fill: #4a4a4a;
  height: 16px;
  width: 16px; }

.vizzuality__c-slider .vizzuality__timestep-slider {
  cursor: pointer;
  width: 100%; }

.vizzuality__c-slider .vizzuality__timestep-slider.vizzuality__can-play {
  margin-left: 15px;
  width: calc(100% - 20px); }

.rc-slider {
  -ms-touch-action: none;
  border-radius: 6px;
  height: 14px;
  padding: 5px 0;
  position: relative;
  touch-action: none;
  width: 100%; }

.rc-slider, .rc-slider * {
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box; }

.rc-slider-rail {
  background-color: #e9e9e9;
  width: 100%; }

.rc-slider-rail, .rc-slider-track {
  border-radius: 6px;
  height: 4px;
  position: absolute; }

.rc-slider-track {
  background-color: #abe2fb;
  left: 0; }

.rc-slider-handle {
  -ms-touch-action: pan-x;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  height: 14px;
  margin-left: -7px;
  margin-top: -5px;
  position: absolute;
  touch-action: pan-x;
  width: 14px;
  z-index: 2; }

.rc-slider-handle:active, .rc-slider-handle:focus {
  box-shadow: none;
  outline: none; }

.rc-slider-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.rc-slider-mark {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  left: -8px;
  position: absolute;
  top: 18px;
  width: calc(100% + 16px); }

.rc-slider-mark-text {
  left: 0 !important;
  margin-left: 0 !important;
  position: relative !important;
  width: auto !important; }

.rc-slider-mark-text-active {
  color: #666; }

.rc-slider-step {
  background: transparent;
  height: 4px;
  width: 100%; }

.rc-slider-dot, .rc-slider-step {
  cursor: pointer;
  position: absolute; }

.rc-slider-dot {
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  bottom: -2px;
  height: 8px;
  margin-left: -4px;
  vertical-align: middle;
  width: 8px; }

.rc-slider-dot-active {
  border-color: #96dbfa; }

.rc-slider-disabled {
  background-color: transparent; }

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc; }

.rc-slider-disabled .rc-slider-dot, .rc-slider-disabled .rc-slider-handle {
  -webkit-box-shadow: none;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none;
  cursor: not-allowed; }

.rc-slider-disabled .rc-slider-dot, .rc-slider-disabled .rc-slider-mark-text {
  cursor: not-allowed !important; }

.rc-slider-vertical {
  height: 100%;
  padding: 0 5px;
  width: 14px; }

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  left: 5px;
  width: 4px; }

.rc-slider-vertical .rc-slider-handle {
  -ms-touch-action: pan-y;
  margin-bottom: -7px;
  margin-left: -5px;
  touch-action: pan-y; }

.rc-slider-vertical .rc-slider-mark {
  height: 100%;
  left: 18px;
  top: 0; }

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:first-child, .rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px; }

.rc-slider-tooltip-zoom-down-appear, .rc-slider-tooltip-zoom-down-enter, .rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused;
  display: block !important; }

.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active, .rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-appear, .rc-slider-tooltip-zoom-down-enter {
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(0); }

.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

@-webkit-keyframes vizzuality__rcSliderTooltipZoomDownIn {
  0% {
    -webkit-transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 100%; }
  to {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform: scale(1);
    transform-origin: 50% 100%; } }

@keyframes vizzuality__rcSliderTooltipZoomDownIn {
  0% {
    -webkit-transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 100%; }
  to {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform: scale(1);
    transform-origin: 50% 100%; } }

@-webkit-keyframes vizzuality__rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform: scale(1);
    transform-origin: 50% 100%; }
  to {
    -webkit-transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 100%; } }

@keyframes vizzuality__rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform: scale(1);
    transform-origin: 50% 100%; }
  to {
    -webkit-transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 100%; } }

.rc-slider-tooltip {
  left: -9999px;
  position: absolute;
  top: -9999px;
  visibility: visible; }

.rc-slider-tooltip, .rc-slider-tooltip * {
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box; }

.rc-slider-tooltip-hidden {
  display: none; }

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px; }

.rc-slider-tooltip-inner {
  -webkit-box-shadow: 0 0 4px #d9d9d9;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
  color: #fff;
  font-size: 12px;
  height: 24px;
  line-height: 1;
  min-width: 24px;
  padding: 6px 2px;
  text-align: center;
  text-decoration: none; }

.rc-slider-tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0; }

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  border-top-color: #6c6c6c;
  border-width: 4px 4px 0;
  bottom: 4px;
  left: 50%;
  margin-left: -4px; }

.vizzuality__c-timestep {
  align-items: center;
  display: flex;
  min-height: 30px;
  padding-bottom: 10px; }

.vizzuality__c-timestep .vizzuality__player-btn {
  -ms-flex-negative: 0;
  border: 0 transparent;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  margin-top: 1px;
  padding: 0;
  width: 16px; }

.vizzuality__c-timestep .vizzuality__player-btn:focus {
  outline: none; }

.vizzuality__c-timestep .vizzuality__player-btn > svg {
  fill: #4a4a4a;
  height: 16px;
  width: 16px; }

.vizzuality__c-timestep .vizzuality__timestep-slider {
  cursor: pointer;
  width: 100%; }

.vizzuality__c-timestep .vizzuality__timestep-slider.vizzuality__can-play {
  margin-left: 15px;
  width: calc(100% - 20px); }

.vizzuality__c-map {
  height: 100%;
  min-height: 500px;
  position: relative; }

.vizzuality__c-map .vizzuality__map-container {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0; }

.vizzuality__c-map-controls {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 999; }

.vizzuality__c-map-controls .vizzuality__map-controls-list {
  margin: 0;
  padding: 0;
  position: relative; }

.vizzuality__c-map-controls .vizzuality__map-controls-list-item {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(202, 204, 208, 0.85);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  padding: 0;
  width: 100%; }

.vizzuality__c-map-controls .vizzuality__map-controls-list-item:not(:first-child) {
  margin: 4px 0 0; }

.vizzuality__c-zoom-control {
  display: flex;
  flex-direction: column;
  position: relative; }

.vizzuality__c-zoom-control .vizzuality__zoom-control-btn {
  position: relative; }

.vizzuality__c-zoom-control .vizzuality__zoom-control-btn.vizzuality__-disabled {
  opacity: .5; }

.leaflet-sbs-range {
  position: absolute;
  top: 50%;
  width: 100%; }

.leaflet-sbs-divider {
  background-color: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 999; }

.leaflet-sbs-range {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.25);
  border: 0;
  cursor: pointer;
  display: inline-block !important;
  height: 0;
  margin: 0;
  min-width: 100px;
  padding: 0;
  pointer-events: none;
  vertical-align: middle;
  z-index: 999; }

.leaflet-sbs-range::-ms-fill-upper {
  background: transparent; }

.leaflet-sbs-range::-ms-fill-lower {
  background: rgba(255, 255, 255, 0.25); }

.leaflet-sbs-range::-moz-range-track {
  opacity: 0; }

.leaflet-sbs-range::-ms-track {
  opacity: 0; }

.leaflet-sbs-range::-ms-tooltip {
  display: none; }

.leaflet-sbs-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  background-image: url(https://www.globalforestwatch.org/static/images/map/side-by-side-range-icon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  cursor: ew-resize;
  height: 40px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  width: 40px; }

.leaflet-sbs-range::-ms-thumb {
  background: #fff;
  background-image: url(https://www.globalforestwatch.org/static/images/map/side-by-side-range-icon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  cursor: ew-resize;
  height: 40px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  width: 40px; }

.leaflet-sbs-range::-moz-range-thumb {
  background: #fff;
  background-image: url(https://www.globalforestwatch.org/static/images/map/side-by-side-range-icon.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  cursor: ew-resize;
  height: 40px;
  padding: 0;
  pointer-events: auto;
  right: 0;
  width: 40px; }

.leaflet-sbs-range:disabled::-moz-range-thumb {
  cursor: default; }

.leaflet-sbs-range:disabled::-ms-thumb {
  cursor: default; }

.leaflet-sbs-range:disabled::-webkit-slider-thumb {
  cursor: default; }

.leaflet-sbs-range:disabled {
  cursor: default; }

.leaflet-sbs-range:focus {
  outline: none !important; }

.leaflet-sbs-range::-moz-focus-outer {
  border: 0; }

.vizzuality__c-legend-list {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: 100%; }

.vizzuality__c-legend-map {
  background: #fff;
  border: 1px solid rgba(26, 28, 34, 0.1);
  border-radius: 4px;
  border-top-right-radius: 0;
  position: relative;
  width: 100%;
  z-index: 2; }

.vizzuality__c-legend-map .vizzuality__legend-title {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  color: #393f44;
  display: flex;
  font-size: 11px;
  font-weight: 400;
  justify-content: space-between;
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase; }

.vizzuality__c-legend-map .vizzuality__toggle-legend {
  -webkit-transform: translateY(-1px);
  background-color: rgba(113, 113, 113, 0.8);
  border: 0;
  border-radius: 2px 2px 0 0;
  bottom: 100%;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: -1px;
  transform: translateY(-1px);
  width: 40px; }

.vizzuality__c-legend-map .vizzuality__toggle-legend:focus {
  outline: none; }

.vizzuality__c-legend-map .vizzuality__toggle-legend:hover {
  background-color: rgba(100, 100, 100, 0.8); }

.vizzuality__c-legend-map .vizzuality__toggle-legend svg {
  fill: #fff;
  margin-top: 4px; }

.vizzuality__c-legend-map .vizzuality__open-legend {
  display: flex;
  flex-flow: column;
  height: 0;
  opacity: 0;
  overflow: hidden; }

.vizzuality__c-legend-map .vizzuality__open-legend.vizzuality__-active {
  height: auto;
  opacity: 1;
  overflow: auto; }

.vizzuality__c-legend-map .vizzuality__close-legend {
  border: 0 transparent;
  display: none;
  padding: 0;
  width: 100%; }

.vizzuality__c-legend-map .vizzuality__close-legend:focus {
  outline: none; }

.vizzuality__c-legend-map .vizzuality__close-legend.vizzuality__-active {
  cursor: pointer;
  display: inherit; }

.vizzuality__c-legend-map .vizzuality__close-legend .vizzuality__toggle-legend {
  background-color: #fff;
  height: auto;
  padding: 0;
  position: relative;
  top: auto;
  width: auto; }

.vizzuality__c-legend-map .vizzuality__close-legend .vizzuality__toggle-legend svg {
  fill: #393f44;
  margin-top: 0; }

.vizzuality__c-legend-handler {
  cursor: move;
  left: 8px;
  position: absolute;
  top: 19px; }

.vizzuality__c-legend-handler svg {
  fill: #393f44; }

.vizzuality__c-legend-item {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(26, 28, 34, 0.1);
  display: flex;
  font-family: Helvetica Neue,Arial,sans-serif;
  font-size: 12px;
  justify-content: space-between;
  list-style: none;
  position: relative;
  width: 100%;
  z-index: 10; }

.vizzuality__c-legend-item:last-child {
  border-bottom: 0; }

.vizzuality__c-legend-item .vizzuality__legend-item-container {
  padding: 15px;
  width: 100%; }

.vizzuality__c-legend-item .vizzuality__legend-item-container.vizzuality__-sortable {
  padding-left: 28px; }

.vizzuality__c-legend-item .vizzuality__legend-info {
  flex-grow: 1; }

.vizzuality__c-legend-item .vizzuality__legend-info > * {
  margin-top: 8px; }

.vizzuality__c-legend-item .vizzuality__legend-info > :first-child {
  margin-top: 0; }

.vizzuality__c-legend-item .vizzuality__legend-item-header {
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  align-items: flex-start;
  display: flex;
  justify-content: space-between; }

.vizzuality__c-legend-item .vizzuality__legend-item-header > h3 {
  -ms-flex-negative: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  color: #393f44;
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: 700; }

.vizzuality__c-legend-item h3 {
  color: #393f44;
  font-size: 14px;
  margin: 0 0 3px; }

.vizzuality__c-legend-item h3.vizzuality__-dark {
  color: #393f44; }

.vizzuality__c-legend-item h3 .vizzuality__category {
  font-weight: 400;
  padding: 0 8px 0 0;
  text-transform: capitalize; }

.vizzuality__c-legend-item.vizzuality__-sort {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px; }

.vizzuality__c-legend-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0; }

.vizzuality__c-legend-button.vizzuality__-disabled {
  cursor: not-allowed; }

.vizzuality__c-legend-button.vizzuality__info svg {
  width: 14px; }

.vizzuality__c-legend-button.vizzuality__close svg {
  width: 11px; }

.vizzuality__c-legend-button.vizzuality__toggle svg {
  width: 16px; }

.vizzuality__c-legend-button.vizzuality__opacity svg {
  width: 13px; }

.vizzuality__c-legend-button.vizzuality__layers svg {
  width: 15px; }

.vizzuality__c-legend-item-button-layers-tooltip .vizzuality__layers-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0; }

.vizzuality__c-legend-item-button-layers-tooltip .vizzuality__layers-list > * {
  margin: 4px 0 0; }

.vizzuality__c-legend-item-button-layers-tooltip .vizzuality__layers-list > :first-child {
  margin: 0; }

.vizzuality__c-legend-item-button-layers-tooltip .vizzuality__layers-list .vizzuality__layers-list-item {
  cursor: pointer;
  padding-left: 16px;
  position: relative; }

.vizzuality__c-legend-item-button-layers-tooltip .vizzuality__layers-list .vizzuality__layers-list-item:before {
  background: #c32d7b;
  border-radius: 50%;
  content: "";
  display: none;
  height: 8px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 8px; }

.vizzuality__c-legend-item-button-layers-tooltip .vizzuality__layers-list .vizzuality__layers-list-item:hover {
  color: #c32d7b; }

.vizzuality__c-legend-item-button-layers-tooltip .vizzuality__layers-list .vizzuality__layers-list-item.vizzuality__-active:before {
  display: block; }

.vizzuality__c-legend-item-button-opacity-tooltip .vizzuality__slider-tooltip-container {
  min-width: 150px;
  padding: 12px 0 20px; }

.vizzuality__c-legend-item-toolbar {
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin: 4px 0 0 20px; }

.vizzuality__c-legend-item-toolbar > * {
  margin-right: 12px; }

.vizzuality__c-legend-item-toolbar > :last-child {
  margin-right: 0; }

.vizzuality__c-legend-item-basic {
  -ms-flex-align: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  align-items: flex-start;
  display: flex;
  font-family: Helvetica Neue,Arial,sans-serif;
  font-size: 12px;
  justify-content: flex-start; }

.vizzuality__c-legend-item-basic .vizzuality__name, .vizzuality__c-legend-item-basic .vizzuality__unit {
  display: block; }

.vizzuality__c-legend-item-basic .vizzuality__unit {
  margin-left: 5px; }

.vizzuality__c-legend-item-basic .vizzuality__custom-icon, .vizzuality__c-legend-item-basic > .vizzuality__icon-circle, .vizzuality__c-legend-item-basic > .vizzuality__icon-line, .vizzuality__c-legend-item-basic > .vizzuality__icon-square, .vizzuality__c-legend-item-basic > .vizzuality__icon-triangle {
  display: block;
  margin-right: 5px;
  margin-top: 2px; }

.vizzuality__c-legend-item-basic > .vizzuality__icon-square {
  flex-shrink: 0;
  height: 12px;
  width: 12px; }

.vizzuality__c-legend-item-basic > .vizzuality__icon-line {
  height: 2px; }

.vizzuality__c-legend-item-basic > .vizzuality__icon-circle {
  border-radius: 100%; }

.vizzuality__c-legend-item-basic > .vizzuality__icon-triangle {
  border-bottom: 9px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  height: 0;
  width: 0; }

.vizzuality__c-legend-item-basic .vizzuality__custom-icon {
  flex-shrink: 0;
  height: 14px;
  width: 14px; }

.vizzuality__c-legend-item-basic .vizzuality__custom-icon img {
  display: block;
  height: 14px;
  width: 14px; }

.vizzuality__c-legend-type-basic ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.vizzuality__c-legend-type-basic ul.vizzuality__columns {
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0; }

.vizzuality__c-legend-type-basic ul.vizzuality__columns li {
  flex: 0 0 50%;
  margin: 3px 0;
  padding: 0 10px 0 0; }

.vizzuality__c-legend-type-basic ul.vizzuality__horizontal {
  display: flex; }

.vizzuality__c-legend-type-basic ul.vizzuality__horizontal li {
  margin-right: 30px; }

.vizzuality__c-legend-type-basic ul.vizzuality__horizontal li:last-child {
  margin-right: 0; }

.vizzuality__c-legend-type-basic ul.vizzuality__vertical li {
  margin-bottom: 5px; }

.vizzuality__c-legend-type-basic ul.vizzuality__vertical li:last-child {
  margin-bottom: 0; }

.vizzuality__c-legend-type-basic .vizzuality__legend-basic-group {
  padding: 8px 0 0 10px; }

.vizzuality__c-legend-type-basic li {
  padding: 0; }

.vizzuality__c-legend-type-choropleth {
  padding: 10px 0 0; }

.vizzuality__c-legend-type-choropleth ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }

.vizzuality__c-legend-type-choropleth ul > li {
  flex: 1 1 auto;
  padding: 0; }

.vizzuality__c-legend-type-choropleth .vizzuality__name {
  display: block;
  font-family: Helvetica Neue,Arial,sans-serif;
  font-size: 12px;
  text-align: center; }

.vizzuality__c-legend-type-choropleth .vizzuality__icon-choropleth {
  display: block;
  height: 5px;
  margin-bottom: 5px; }

@media screen and (max-width: 400px) {
  .vizzuality__c-legend-type-choropleth {
    flex-direction: column;
    margin-top: 10px; }
  .vizzuality__c-legend-type-choropleth > li {
    line-height: 21px;
    margin: 0; }
  .vizzuality__c-legend-type-choropleth .vizzuality__name {
    display: inline-block;
    margin-left: 5px; }
  .vizzuality__c-legend-type-choropleth .vizzuality__icon-choropleth {
    display: inline-block;
    height: 12px;
    margin-bottom: 0;
    position: relative;
    top: 1px;
    width: 12px; } }

.vizzuality__c-legend-type-gradient ul {
  display: flex;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0; }

.vizzuality__c-legend-type-gradient li {
  flex: 1 1 auto;
  margin: 0;
  padding: 0; }

.vizzuality__c-legend-type-gradient li:before {
  content: none !important; }

.vizzuality__c-legend-type-gradient li .vizzuality__name {
  display: block;
  font-family: inherit;
  text-align: center; }

.vizzuality__c-legend-type-gradient li:first-child .vizzuality__name {
  text-align: left; }

.vizzuality__c-legend-type-gradient li:last-child .vizzuality__name {
  text-align: right; }

.vizzuality__c-legend-type-gradient .vizzuality__legend-gradient-icon {
  display: flex; }

.vizzuality__c-legend-type-gradient .vizzuality__icon-gradient {
  display: block;
  height: 5px;
  margin-bottom: 5px;
  margin-top: 10px; }

.vizzuality__c-legend-type-gradient .vizzuality__icon-gradient-transparent {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 25%, transparent 0, transparent 75%, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.4)), linear-gradient(45deg, rgba(0, 0, 0, 0.4) 25%, transparent 0, transparent 75%, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.4));
  background-position: 0 0,2px 2px;
  background-size: 4px 4px;
  display: block;
  height: 5px;
  margin-bottom: 5px;
  margin-top: 10px; }

.vizzuality__c-legend-type-proportional {
  align-items: flex-end;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }

.vizzuality__c-legend-type-proportional > li {
  flex: 1 1 auto;
  padding: 0; }

.vizzuality__c-legend-type-proportional .vizzuality__name {
  display: block;
  font-family: Helvetica Neue,Arial,sans-serif;
  font-size: 14px;
  text-align: center; }

.vizzuality__c-legend-type-proportional .vizzuality__icon-proportional {
  border-radius: 100%;
  display: block;
  height: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 10px; }

.vizzuality__c-legend-item-types {
  background: #fff; }

.vizzuality__c-legend-timestep {
  margin-bottom: 0;
  margin-left: 6px;
  width: calc(100% - 14px); }

.vizzuality__c-legend-timestep.vizzuality__-can-play {
  margin-left: -4px;
  width: calc(100% - 4px); }

.tippy-touch {
  cursor: pointer !important; }

.tippy-notransition {
  transition: none !important; }

.tippy-popper {
  max-width: 400px;
  perspective: 800px;
  z-index: 9999;
  outline: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none; }

.tippy-popper.html-template {
  max-width: 96%;
  max-width: calc(100% - 20px); }

.tippy-popper[x-placement^=top] [x-arrow] {
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0 9px; }

.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -5px; }

.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px; }

.tippy-popper[x-placement^=top] [x-circle] {
  transform-origin: 0 33%; }

.tippy-popper[x-placement^=top] [x-circle].enter {
  transform: scale(1) translate(-50%, -55%);
  opacity: 1; }

.tippy-popper[x-placement^=top] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  transform-origin: bottom; }

.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateY(-10px) rotateX(0); }

.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateY(0) rotateX(90deg); }

.tippy-popper[x-placement^=top] [data-animation=fade].enter {
  opacity: 1;
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=fade].leave {
  opacity: 0;
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
  opacity: 1;
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift].leave {
  opacity: 0;
  transform: translateY(0); }

.tippy-popper[x-placement^=top] [data-animation=scale].enter {
  opacity: 1;
  transform: translateY(-10px) scale(1); }

.tippy-popper[x-placement^=top] [data-animation=scale].leave {
  opacity: 0;
  transform: translateY(0) scale(0); }

.tippy-popper[x-placement^=bottom] [x-arrow] {
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0 9px; }

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
  border-bottom: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -5px; }

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
  border-bottom: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -10px; }

.tippy-popper[x-placement^=bottom] [x-circle] {
  transform-origin: 0 -50%; }

.tippy-popper[x-placement^=bottom] [x-circle].enter {
  transform: scale(1) translate(-50%, -45%);
  opacity: 1; }

.tippy-popper[x-placement^=bottom] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -5%);
  opacity: 0; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  transform-origin: top; }

.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateY(10px) rotateX(0); }

.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateY(0) rotateX(-90deg); }

.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
  opacity: 1;
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
  opacity: 0;
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
  opacity: 1;
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
  opacity: 0;
  transform: translateY(0); }

.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
  opacity: 1;
  transform: translateY(10px) scale(1); }

.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
  opacity: 0;
  transform: translateY(0) scale(0); }

.tippy-popper[x-placement^=left] [x-arrow] {
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 6px 0; }

.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
  border-left: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px; }

.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
  border-left: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -10px; }

.tippy-popper[x-placement^=left] [x-circle] {
  transform-origin: 50% 0; }

.tippy-popper[x-placement^=left] [x-circle].enter {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1; }

.tippy-popper[x-placement^=left] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
  border-left: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-left: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-left: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  transform-origin: right; }

.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateX(-10px) rotateY(0); }

.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateX(0) rotateY(-90deg); }

.tippy-popper[x-placement^=left] [data-animation=fade].enter {
  opacity: 1;
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=fade].leave {
  opacity: 0;
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift].enter {
  opacity: 1;
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift].leave {
  opacity: 0;
  transform: translateX(0); }

.tippy-popper[x-placement^=left] [data-animation=scale].enter {
  opacity: 1;
  transform: translateX(-10px) scale(1); }

.tippy-popper[x-placement^=left] [data-animation=scale].leave {
  opacity: 0;
  transform: translateX(0) scale(0); }

.tippy-popper[x-placement^=right] [x-arrow] {
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 6px 0; }

.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
  border-right: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -5px; }

.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
  border-right: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -10px; }

.tippy-popper[x-placement^=right] [x-circle] {
  transform-origin: -50% 0; }

.tippy-popper[x-placement^=right] [x-circle].enter {
  transform: scale(1) translate(-50%, -50%);
  opacity: 1; }

.tippy-popper[x-placement^=right] [x-circle].leave {
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
  border-right: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  transform-origin: left; }

.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
  opacity: 1;
  transform: translateX(10px) rotateY(0); }

.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
  opacity: 0;
  transform: translateX(0) rotateY(90deg); }

.tippy-popper[x-placement^=right] [data-animation=fade].enter {
  opacity: 1;
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=fade].leave {
  opacity: 0;
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift].enter {
  opacity: 1;
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift].leave {
  opacity: 0;
  transform: translateX(0); }

.tippy-popper[x-placement^=right] [data-animation=scale].enter {
  opacity: 1;
  transform: translateX(10px) scale(1); }

.tippy-popper[x-placement^=right] [data-animation=scale].leave {
  opacity: 0;
  transform: translateX(0) scale(0); }

.tippy-popper .tippy-tooltip.transparent-theme {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
  background-color: transparent; }

.tippy-popper .tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
  background-color: #fff; }

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent; }

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: .95rem;
  padding: .4rem .8rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333; }

.tippy-tooltip--small {
  padding: .25rem .5rem;
  font-size: .8rem; }

.tippy-tooltip--big {
  padding: .6rem 1.2rem;
  font-size: 1.2rem; }

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent; }

.tippy-tooltip[data-interactive] {
  pointer-events: auto; }

.tippy-tooltip[data-inertia] {
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85); }

.tippy-tooltip [x-arrow] {
  position: absolute;
  width: 0;
  height: 0; }

.tippy-tooltip [x-circle] {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 130%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  overflow: hidden;
  transition: all ease; }

.tippy-tooltip [x-circle]:before {
  content: "";
  padding-top: 90%;
  float: left; }

@media (max-width: 450px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px); } }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* stylelint-disable */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button:focus {
  outline: none; }

a {
  text-decoration: none; }

/* eslint-disable */
/* FONTS */
/* stylelint-disable */
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0); } }
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0); } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
        ========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0; }

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67rem 0; }

/* Grouping content
        ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
figcaption,
figure {
  display: block; }

/**
      * Add the correct margin in IE 8.
      */
figure {
  margin: 1em 40px; }

/**
      * 1. Add the correct box sizing in Firefox.
      * 2. Show the overflow in Edge and IE.
      */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
      * Add the correct display in IE.
      */
main {
  display: block; }

/**
      * 1. Correct the inheritance and scaling of font size in all browsers.
      * 2. Correct the odd `em` font sizing in all browsers.
      */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
        ========================================================================== */
/**
      * 1. Remove the gray background on active links in IE 10.
      * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
      */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
      * Remove the outline on focused links when they are also active or hovered
      * in all browsers (opinionated).
      */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
        ========================================================================== */
/**
      * 1. Remove the bottom border in Firefox 39-.
      * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
      */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
      * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
      */
b,
strong {
  font-weight: inherit; }

/**
      * Add the correct font weight in Chrome, Edge, and Safari.
      */
b,
strong {
  font-weight: bolder; }

/**
      * 1. Correct the inheritance and scaling of font size in all browsers.
      * 2. Correct the odd `em` font sizing in all browsers.
      */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
      * Add the correct font style in Android 4.3-.
      */
dfn {
  font-style: italic; }

/**
      * Add the correct background and color in IE 9-.
      */
mark {
  background-color: #ff0;
  color: #000; }

/**
      * Add the correct font size in all browsers.
      */
small {
  font-size: 80%; }

/**
      * Prevent `sub` and `sup` elements from affecting the line height in
      * all browsers.
      */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
        ========================================================================== */
/**
      * Add the correct display in IE 9-.
      */
audio,
video {
  display: inline-block; }

/**
      * Add the correct display in iOS 4-7.
      */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
      * Remove the border on images inside links in IE 10-.
      */
img {
  border-style: none; }

/**
      * Hide the overflow in IE.
      */
svg:not(:root) {
  overflow: hidden; }

/* Forms
        ========================================================================== */
/**
      * 1. Change the font styles in all browsers (opinionated).
      * 2. Remove the margin in Firefox and Safari.
      */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
      * Show the overflow in IE.
      */
button {
  overflow: visible; }

/**
      * Remove the inheritance of text transform in Edge, Firefox, and IE.
      * 1. Remove the inheritance of text transform in Firefox.
      */
button,
select {
  /* 1 */
  text-transform: none; }

/**
      * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
      *    controls in Android 4.
      * 2. Correct the inability to style clickable types in iOS and Safari.
      */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
        * Remove the inner border and padding in Firefox.
        */
  /**
        * Restore the focus styles unset by the previous rule.
        */ }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
      * Show the overflow in Edge.
      */
input {
  overflow: visible; }

/**
      * 1. Add the correct box sizing in IE 10-.
      * 2. Remove the padding in IE 10-.
      */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
      * Correct the cursor style of increment and decrement buttons in Chrome.
      */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
      * 1. Correct the odd appearance in Chrome and Safari.
      * 2. Correct the outline style in Safari.
      */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
        * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
        */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
      * 1. Correct the inability to style clickable types in iOS and Safari.
      * 2. Change font properties to `inherit` in Safari.
      */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
      * Change the border, margin, and padding in all browsers (opinionated).
      */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
      * 1. Correct the text wrapping in Edge and IE.
      * 2. Correct the color inheritance from `fieldset` elements in IE.
      * 3. Remove the padding so developers are not caught out when they zero out
      *    `fieldset` elements in all browsers.
      */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
      * 1. Add the correct display in IE 9-.
      * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
      */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
      * Remove the default vertical scrollbar in IE.
      */
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* Interactive
        ========================================================================== */
/*
      * Add the correct display in Edge, IE, and Firefox.
      */
details {
  display: block; }

/*
      * Add the correct display in all browsers.
      */
summary {
  display: list-item; }

/*
      * Add the correct display in IE 9-.
      */
menu {
  display: block; }

/* Scripting
        ========================================================================== */
/**
      * Add the correct display in IE 9-.
      */
canvas {
  display: inline-block; }

/**
      * Add the correct display in IE.
      */
template {
  display: none; }

/* Hidden
        ========================================================================== */
/**
      * Add the correct display in IE 10-.
      */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=$screen-m&large=$screen-l&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }

[data-whatinput="mouse"] button {
  outline: 0; }

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }

.row .row {
  margin-right: -1rem;
  margin-left: -1rem;
  max-width: 70rem; }

@media print, screen and (min-width: 48rem) {
  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

.row .row.collapse {
  margin-right: 0;
  margin-left: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-right: auto;
  margin-left: auto; }

.row:not(.expanded) .row {
  max-width: none; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0; }

.column,
.columns {
  flex: 1 1;
  padding-right: 1rem;
  padding-left: 1rem;
  min-width: 0; }

@media print, screen and (min-width: 48rem) {
  .column,
  .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

.column.row.row,
.row.row.columns {
  float: none;
  display: block; }

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  flex-wrap: wrap; }

.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }

.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }

.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }

.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }

.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }

.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }

.small-up-7 > .column,
.small-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }

.small-up-8 > .column,
.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

@media print, screen and (min-width: 48rem) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media print, screen and (min-width: 48rem) and (min-width: 48rem) {
  .medium-expand {
    flex: 1 1; } }

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%; }

@media print, screen and (min-width: 48rem) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    flex: 1 1; } }

@media print, screen and (min-width: 48rem) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media print, screen and (min-width: 64rem) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

@media print, screen and (min-width: 64rem) and (min-width: 64rem) {
  .large-expand {
    flex: 1 1; } }

.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%; }

@media print, screen and (min-width: 64rem) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    flex: 1 1; } }

@media print, screen and (min-width: 64rem) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }

.column-block > :last-child {
  margin-bottom: 0; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  -ms-grid-row-align: center;
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  -ms-grid-row-align: stretch;
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 48rem) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64rem) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 48rem) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64rem) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%); }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%); } }

@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%); }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    transform: rotate(7deg); }
  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg); }
  0%,
  30%,
  70%,
  100% {
    transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    transform: rotate(7deg); }
  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg); }
  0%,
  30%,
  70%,
  100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/* FONTS */
/* stylelint-disable */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0); } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
/* FONTS */
/* stylelint-disable */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0); } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
body {
  position: unset !important;
  padding: 0;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.125rem;
  color: #555;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*[draggable="true"] {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }
  *[draggable="true"]:active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

/* stylelint-disable */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0); } }

/* FONTS */
/* stylelint-disable */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0); } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.4; }
  p a {
    color: #97be32; }
    p a:hover {
      color: #779627; }

.text {
  font-family: "Fira Sans", sans-serif; }
  .text.-color-1 {
    color: #fff; }
  .text.-color-2 {
    color: #555; }
  .text.-color-2-o {
    color: rgba(85, 85, 85, 0.5); }
  .text.-color-3 {
    color: #444; }
  .text.-color-4 {
    color: #97be32; }
  .text.-color-5 {
    color: #999; }
  .text.-color-6 {
    color: #333; }
  .text.-color-7 {
    color: rgba(255, 255, 255, 0.7); }
  .text.-color-8 {
    color: rgba(51, 51, 51, 0.8); }
  .text.-light {
    font-weight: 300; }
  .text.-bold {
    font-weight: 500; }
  .text.-italic {
    font-style: italic; }
  .text.-spaced {
    line-height: 1.7; }
  .text.-half-opacity {
    opacity: 0.5; }
  .text.-title-biggest {
    font-size: 30px;
    line-height: 1.33; }
    @media screen and (min-width: 48rem) {
      .text.-title-biggest {
        font-size: 59px;
        line-height: 1.02; } }
  .text.-title-big {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.2px; }
    @media screen and (min-width: 48rem) {
      .text.-title-big {
        font-size: 35px;
        line-height: 1.14; } }
  .text.-title {
    font-size: 24px;
    line-height: 1.33; }
    @media screen and (min-width: 48rem) {
      .text.-title {
        font-size: 30px;
        line-height: 1.34; } }
  .text.-title-m {
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.4px; }
    @media screen and (min-width: 48rem) {
      .text.-title-m {
        font-size: 28px; } }
  .text.-title-s {
    font-size: 16px;
    line-height: 1.88; }
    @media screen and (min-width: 48rem) {
      .text.-title-s {
        font-size: 21px;
        line-height: 1.43; } }
  .text.-title-xs {
    font-size: 16px;
    line-height: 1.5; }
    @media screen and (min-width: 48rem) {
      .text.-title-xs {
        font-size: 18px;
        line-height: 2.22; } }
  .text.-title-xxs {
    font-size: 14px;
    letter-spacing: 0.1px; }
  .text.-underline {
    text-decoration: underline; }
  .text.-paragraph {
    font-size: 16px;
    line-height: 1.5; }
    @media screen and (min-width: 48rem) {
      .text.-paragraph {
        font-size: 18px;
        line-height: 1.67; } }
  .text.-paragraph-big {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.5px; }
    @media screen and (min-width: 48rem) {
      .text.-paragraph-big {
        font-size: 30px;
        letter-spacing: -1px; } }
  .text.-paragraph-2 {
    font-size: 16px;
    line-height: 1.31; }
    @media screen and (min-width: 48rem) {
      .text.-paragraph-2 {
        font-size: 18px;
        line-height: 1.17; } }
  .text.-paragraph-3 {
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -0.4px; }
  .text.-paragraph-4 {
    font-size: 18px;
    line-height: 1.67; }
  .text.-paragraph-5 {
    font-size: 14px; }
  .text.-paragraph-6 {
    font-size: 12px;
    letter-spacing: -0.3px; }

/* stylelint-disable */
/* FONTS */
/* stylelint-disable */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0); } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
body .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
  border-left-color: #fff;
  border-right: none;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  border-top-color: #fff;
  box-shadow: -2px 2px 2px 0 rgba(85, 85, 85, 0.1); }

body .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
  border-left-color: #fff;
  border-right: none;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  top: 0;
  border-bottom-color: #fff;
  box-shadow: 1px -2px 3px 0 rgba(85, 85, 85, 0.1); }

body .tippy-popper[x-placement^=top] .tippy-tooltip.tip-theme [x-arrow] {
  border-left-color: #fffee2;
  border-right: none;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  border-top-color: #fffee2;
  box-shadow: -2px 2px 2px 0 rgba(85, 85, 85, 0.1); }

body .tippy-popper[x-placement^=bottom] .tippy-tooltip.tip-theme [x-arrow] {
  border-left-color: #fffee2;
  border-right: none;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  top: 0;
  border-bottom-color: #fffee2;
  box-shadow: 1px -2px 3px 0 rgba(85, 85, 85, 0.1); }

.tippy-popper .tippy-tooltip {
  padding: 0;
  border-radius: 0;
  max-width: 18.125rem; }
  .tippy-popper .tippy-tooltip.tip-theme {
    box-shadow: 0 1px 3px 0 rgba(85, 85, 85, 0.25); }

/* FONTS */
/* stylelint-disable */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0); } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
/* legend tooltip styles */
div .c-rc-tooltip {
  font-family: "Fira Sans", sans-serif; }
  div .c-rc-tooltip.-default .rc-tooltip-inner {
    padding: 0.625rem;
    background-color: #fffee2;
    font-size: 12px;
    color: #555;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
  div .c-rc-tooltip.-default.rc-tooltip-placement-top .rc-tooltip-arrow {
    border-top-color: #fffee2; }
  div .c-rc-tooltip.-plain .rc-tooltip-inner {
    background-color: #fff;
    padding: 0.9375rem; }
  div .c-rc-tooltip.-plain.rc-tooltip-placement-top .rc-tooltip-arrow {
    border-top-color: #fff; }

/* FONTS */
/* stylelint-disable */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0); } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
.rc-slider-handle:active {
  box-shadow: none; }

.rc-slider-handle.rc-slider-handle-1::after, .rc-slider-handle:nth-last-child(2)::after {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #444;
  position: absolute;
  border-radius: 4px;
  top: calc(50% - 2px);
  left: calc(50% - 2px); }

.rc-slider-disabled {
  background-color: transparent; }

.rc-slider-mark-text {
  transform: none !important; }

/* FONTS */
/* stylelint-disable */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0); } }

/* SCREENS */
/* GRID SETTINGS */
/* COLORS */
/* FONT COLORS */
/* SHADOWS */
table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 1.563rem; }

th,
td {
  padding: 0.5rem 0.5rem 0.5rem 0;
  margin: 0; }

th {
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #d8d8d8; }

td {
  border-bottom: 1px solid #eaeaea; }