<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.linee svg {
	  width: 100%;
	  display: block;
	  position: absolute;
	  height: auto;
	  stroke-linecap: round;
	}
	.path, .path1 {
	  stroke-dasharray: 500;
	  transition: all 1.5s ease;
	}
	.y2020 .path, .y2020 .path1 {
	  stroke-dashoffset: 0;
	}
	.y2015 .path {
	  stroke-dashoffset: 200;
	}
	.y2015 .path1 {
	  stroke-dashoffset: 200;
	}
	.y2010 .path {
	  stroke-dashoffset: 400;
	}
	.y2010 .path1 {
	  stroke-dashoffset: 350;
	}
	@keyframes dash {
	  from {
	    stroke-dashoffset: 500;
	  }
	  to {
	    stroke-dashoffset: 400;
	  }
	}
	@keyframes dash1 {
	  from {
	    stroke-dashoffset: 500;
	  }
	  to {
	    stroke-dashoffset: 350;
	  }
	}
	.grafico_api {
	  position: relative;
	}
	@media screen and (min-width: 951px) {
	  .grafico_api {
	    width: 1200px;
	    height: 650px;
	    background: #EBBC55 url(../img/sfondo_grafico_api.png) no-repeat center center;
	    background-size: cover;
	  }
	  .grafico_api .linee {
	    position: absolute;
	    top: 2%;
	    left: -12%; /* era -14%*/
	    z-index: 10;
	    width: 90%;
	  }
	}
	@media screen and (max-width: 950px) {
	  .grafico_api {
	    width: 100%;
	    height: 33vh;
	    background: #EBBC55 url(../img/sfondo_grafico_api.png) no-repeat center center;
	    background-size: contain;
	    margin: 30px 0px;
	  }
	  .grafico_api .linee {
	    position: absolute;
	    top: 0;
	    left: -90px;
	    z-index: 10;
	    width: 100%;
	  }
	}
	.grafico_api .arnia, .grafico_api .apicoltore {
	  position: absolute;
	  width: auto;
	  transition: all 1.2s ease;
	}
	@media screen and (min-width: 951px) {
	  .grafico_api .arnia.y2010 {
	    top: 53%;
	    left: 18%;
	  }
	  .grafico_api .apicoltore.y2010 {
	    top: 75%;
	    left: 18%;
	  }
	  .grafico_api .arnia.y2015 {
	    top: 17%;
	    left: 52%;
	  }
	  .grafico_api .apicoltore.y2015 {
	    top: 58%;
	    left: 48%;
	  }
	  .grafico_api .arnia.y2020 {
	    top: 0%;
	    left: 75%;
	  }
	  .grafico_api .apicoltore.y2020 {
	    top: 38%;
	    left: 78%;
	  }
	}
	@media screen and (max-width: 950px) {
	  .grafico_api .arnia.y2010 {
	    top: 13%;
	    left: 11%;
	  }
	  .grafico_api .apicoltore.y2010 {
	    top: 77%;
	    left: 10%;
	  }
	  .grafico_api .arnia.y2015 {
	    top: -19%;
	    left: 47%;
	  }
	  .grafico_api .apicoltore.y2015 {
	    top: 43%;
	    left: 44%;
	  }
	  .grafico_api .arnia.y2020 {
	    top: -20%;
	    left: 75%;
	  }
	  .grafico_api .apicoltore.y2020 {
	    top: 38%;
	    left: 73%;
	  }
	}
	.grafico_api .arnia .button {
	  background: #416178;
	}
	.grafico_api .apicoltore .button {
	  background: #60A247;
	}
	.grafico_api .item {
	  display: flex;
	}
	@media screen and (min-width: 951px) {
	  .grafico_api .item {
	    flex-direction: row;
	    justify-content: start;
	    align-items: center;
	  }
	  .grafico_api .item .image {
	    margin-right: 20px;
	  }
	  .grafico_api .item .image img {}
	  .grafico_api .item .button {
	    width: auto;
	    display: flex;
	    flex-direction: column;
	    -webkit-border-radius: 25px;
	    -moz-border-radius: 25px;
	    border-radius: 25px;
	    color: #EBBC55;
	    padding: 15px;
	    font-size: 1em !important;
	    letter-spacing: 1px;
	  }
	  .grafico_api .item .button .count {
	    font-weight: bold;
	  }
	  .grafico_api .item .button .label {
		  font-weight: 300;
		}
	}
	@media screen and (max-width: 950px) {
	  .eco_pulsanti {
	    margin: 10px 30px;
	  }
	  .grafico_api .item.arnia {
	    flex-direction: column-reverse;
	  }
	  .grafico_api .item.apicoltore {
	    flex-direction: column;
	  }
	  .grafico_api .item {
	    justify-content: flex-start;
	    align-items: flex-start;
	  }
	  .grafico_api .item .image {
	    margin-right: 10px;
	    /* transform: scale(0.6); */
	  }
	  .grafico_api .item .image img {
	    max-width: 70%;
	    margin: auto;
	  }
	  .grafico_api .item .button {
	    width: auto;
	    display: flex;
	    flex-direction: column;
	    -webkit-border-radius: 15px;
	    -moz-border-radius: 15px;
	    border-radius: 15px;
	    color: #EBBC55;
	    padding: 10px;
	    font-size: 1em !important;
	    letter-spacing: 1px;
	  }
	  .grafico_api .item .button .count {
	    font-weight: bold;
	  }
	  .grafico_api .item .button .label {
		    font-weight: 300;
		}
	}</pre></body></html>