@charset "UTF-8";.block-element-chart .chart--counters{display:grid;grid-gap:1em}.block-element-chart .chart--counters[data-columns="1"]{grid-template-columns:repeat(1,1fr)}@media screen and (min-width:600px) and (max-width:1280px){.block-element-chart .chart--counters[data-columns="1"]{grid-template-columns:1fr}}@media screen and (max-width:599px){.block-element-chart .chart--counters[data-columns="1"]{grid-template-columns:1fr}}.block-element-chart .chart--counters[data-columns="2"]{grid-template-columns:repeat(2,1fr)}@media screen and (min-width:600px) and (max-width:1280px){.block-element-chart .chart--counters[data-columns="2"]{grid-template-columns:1fr}}@media screen and (max-width:599px){.block-element-chart .chart--counters[data-columns="2"]{grid-template-columns:1fr}}.block-element-chart .chart--counters[data-columns="3"]{grid-template-columns:repeat(3,1fr)}@media screen and (min-width:600px) and (max-width:1280px){.block-element-chart .chart--counters[data-columns="3"]{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:599px){.block-element-chart .chart--counters[data-columns="3"]{grid-template-columns:1fr}}.block-element-chart .chart--counters[data-columns="4"]{grid-template-columns:repeat(4,1fr)}@media screen and (min-width:600px) and (max-width:1280px){.block-element-chart .chart--counters[data-columns="4"]{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:599px){.block-element-chart .chart--counters[data-columns="4"]{grid-template-columns:1fr}}.block-element-chart .chart--counters[data-columns="5"]{grid-template-columns:repeat(5,1fr)}@media screen and (min-width:600px) and (max-width:1280px){.block-element-chart .chart--counters[data-columns="5"]{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:599px){.block-element-chart .chart--counters[data-columns="5"]{grid-template-columns:1fr}}.block-element-chart .chart--counters[data-columns="6"]{grid-template-columns:repeat(6,1fr)}@media screen and (min-width:600px) and (max-width:1280px){.block-element-chart .chart--counters[data-columns="6"]{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:599px){.block-element-chart .chart--counters[data-columns="6"]{grid-template-columns:1fr}}.block-element-chart .chart--counters .counter{display:grid;place-items:center}.block-element-chart .chart--counters .counter i{font-size:3rem;color:var(--icon-color,inherit)}.block-element-chart .chart--counters .counter .content{font-size:2.25rem;font-weight:700}