* {
	left: 0;
	right: 0;

	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
}

.svg-legend{
	display: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon:hover{
	fill: #d9282f;
}

.slick-next,
.slick-prev {
	visibility: hidden;
}


