:root {
  --blank-value: 80px;
}

.pie-chart {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.pie-chart-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 218px;
  background: linear-gradient(279deg, rgb(178, 225, 230) 0%, rgb(88, 148, 197) 35%, rgb(123, 120, 166) 100%);
}
.pie-chart-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 54px;
  width: 100%;
  max-width: 1280px;
  min-height: inherit;
  border-left: 1px solid #6e76a2;
  border-right: 1px solid #9ac8d4;
}
.pie-chart-hero__sub {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.pie-chart-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60.8px;
  line-height: 3.8rem;
  font-weight: 600;
}
.pie-chart__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 155px 130px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.pie-chart__container p {
  margin-bottom: 30px;
}
.pie-chart__chart {
  margin: 0 0 60px;
  width: 100%;
  max-width: 800px;
  background-color: #ffffff;
}
.pie-chart__chart:last-child {
  margin-bottom: 0;
}
.pie-chart__chart div,
.pie-chart__chart .highcharts-background,
.pie-chart__chart .highcharts-container {
  background-color: #ffffff !important;
}
.pie-chart__chart .highcharts-background {
  fill: #ffffff !important;
}
.pie-chart__chart .highcharts-tooltip {
  background-color: #ffffff !important;
  border: 1px solid #5894c5 !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}
.pie-chart__chart .highcharts-label-box {
  fill: #ffffff !important;
  stroke: #5894c5 !important;
}
.pie-chart__chart .highcharts-tooltip text {
  fill: #333333 !important;
  color: #333333 !important;
}
.pie-chart__table {
  width: 100%;
  max-width: 800px;
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .pie-chart-hero__container {
    border: 0;
  }
  .pie-chart__container {
    padding: 67px;
    border: 0;
  }
}
@media only screen and (max-width: 639px) {
  .pie-chart-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
  }
  .pie-chart__container {
    padding: 67px 24px;
  }
  .pie-chart__chart {
    margin: 0 0 40px;
  }
  .pie-chart__chart:last-child {
    margin-bottom: 0;
  }
}