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

.chart {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.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%);
}
.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;
}
.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;
}
.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;
}
.chart__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 90px 155px 130px 155px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.chart__pages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0px 76px;
  width: 100%;
  height: 65px;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.chart__pages__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px 0 0;
  height: 100%;
  border-bottom: 2px solid transparent;
  color: #4c4f52;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.4s;
}
.chart__pages__link:last-child {
  margin: 0;
}
.chart__pages__link:hover {
  color: #0154a3;
}
.chart__pages__link.-active {
  color: #0154a3;
  border-bottom: 2px solid #0154a3;
}
.chart__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 76px 0 76px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.chart__intro p {
  margin: 0 0 9px 0;
  width: 100%;
  max-width: 775px;
  text-align: center;
}
.chart__select {
  display: none;
  flex-direction: row;
  justify-content: center;
  margin: 36px 0 0 0;
  padding: 0 20px;
  width: 100%;
}
.chart__select select {
  padding: 20px 24px;
  width: 100%;
  max-width: 510px;
  background: url("/assets/svg/arrow-down.svg");
  background-position: right 1.7em top 50%, 0 0;
  background-size: 1.5em auto, 100%;
  background-repeat: no-repeat;
  background-color: #f7f9fa;
  border: 0;
  border-radius: 4px;
  color: #0154a3;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  -webkit-appearance: none;
          appearance: none;
}
.chart .financial {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.chart .financial__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 90px 190px 130px 190px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.chart .financial__container.-band {
  flex-direction: column;
  align-items: center;
  padding: 80px 55px 105px 55px;
  background-color: #f7f9fa;
}
.chart .financial__container__title {
  margin: 0 0 30px 0;
  color: #181818;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 600;
}
.chart .financial__content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.chart .financial__content__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 24px 0 0;
  width: 16.6666666667%;
  height: 155px;
  background-color: #ffffff;
  border: 1px solid transparent;
  color: #181818;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: color 0.4s, border 0.4s, background-color 0.4s;
}
.chart .financial__content__item:hover {
  background-color: #fbfbfb;
  border: 1px solid #0154a3;
  color: #0154a3;
}
.chart .financial__content__item:last-child {
  margin: 0;
}
.chart .financial__content__item img {
  margin: 0 0 15px 0;
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .chart-hero__container {
    border: 0;
  }
  .chart__container {
    flex-direction: column-reverse;
    align-items: center;
    padding: 67px;
    border: 0;
  }
  .chart .financial__container {
    align-items: center;
    padding: 67px;
    border: 0;
  }
}
@media only screen and (max-width: 909px) {
  .chart .financial__content {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .chart .financial__content__item {
    width: calc(33.3333333333% - 30px);
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .chart__pages {
    display: none;
  }
  .chart__select {
    display: flex;
  }
  .chart .financial__container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 639px) {
  .chart-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
  }
  .chart__container {
    padding: 67px 24px 67px 24px;
  }
  .chart .financial__container {
    padding: 67px 24px 67px 24px;
  }
  .chart .financial__container.-band {
    padding: 60px 24px 92px 24px;
  }
  .chart .financial__content__item {
    width: calc(50% - 10px);
  }
  .chart .financial__content__item {
    width: 100%;
  }
}