/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media (min-width: 320px) {
  sup {
    hello: bro;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
h1 {
  margin: 0;
}
.hidden {
  display: none;
}
.container {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
::selection {
  background: #ec675b;
  text-shadow: none;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #b2b2b2;
}
.Select {
  position: relative;
  font-size: 11px;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 22px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 21px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single
  > .Select-control
  .Select-value
  a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  a.Select-value-label:hover,
.has-value.Select--single
  > .Select-control
  .Select-value
  a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single
  > .Select-control
  .Select-value
  a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 18px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 12px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #d0021b;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #ccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@-moz-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-o-keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
.Header .Header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 12px;
}
.Header .Header-nav {
  padding-top: 40px;
  margin-top: 60px;
}
.Header .Header-nav .container {
  display: flex;
  justify-content: center;
}
.Header .Header-nav-item {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #b2b2b2;
}
.Header .Header-nav-item:visited,
.Header .Header-nav-item:link,
.Header .Header-nav-item:active {
  text-decoration: none;
}
.Header .Header-nav-item-active {
  color: #575757;
  padding-bottom: 5px;
  border-bottom: 1px solid #575757;
}
.Header .Header-nav-item:not(:last-child) {
  margin-right: 30px;
}
.Header .Header-nav-item:hover {
  color: #575757;
}
.Header-title {
  font-size: 48px;
  padding: 30px 0 50px;
}
.Header-buttons {
  padding-top: 32px;
  margin-top: 60px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.Header-buttons color red .Button {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .Header {
    z-index: 9999;
    height: 68px;
    position: fixed;
    background: #fff;
    width: 100%;
  }
  .Header-buttons {
    padding-top: 24px;
    margin-top: 0;
  }
  .Header-hamburger-label-inner,
  .Header-hamburger-label {
    color: #b2b2b2;
    font-size: 11px;
    font-weight: bold;
  }
  .Header-hamburger-label {
    position: relative;
    left: 44px;
    top: 12px;
  }
  .Header-hamburger-label-inner {
    left: 20px;
    top: 1px;
    position: relative;
  }
  .Header-nav-item {
    padding: 12px 0 !important;
    font-size: 16px;
    border-top: 1px solid #b2b2b2;
    border-bottom: none !important;
  }
  .bm-cross-button {
    left: 24px !important;
    top: 36px !important;
  }
  .bm-menu-wrap {
    width: 90% !important;
  }
  .Header-nav-item:nth-child(2) {
    margin-top: 16px;
  }
}
.bm-burger-button {
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS42NyAxNi41NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiNiMmIyYjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLXdpZHRoOjNweH08L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xLjUgOC4yOGgxOC42N00xLjUgMS41aDE4LjY3TTEuNSAxNS4wNmgxOC42NyIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: fixed;
  width: 24px;
  height: 20px;
  left: 24px;
  top: 24px;
}
.bm-burger-bars {
  background: transparent;
  border-radius: 1px;
}
.bm-cross-button {
  height: 10px;
  width: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi4yIDE2LjIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojYjJiMmIyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS13aWR0aDozcHh9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMS41IDEuNWwxMy4yIDEzLjJNMTQuNyAxLjVMMS41IDE0LjciLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px;
}
.bm-cross {
  background: transparent;
}
.bm-cross:hover {
  background: transparent;
}
.bm-menu {
  background: #fff;
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
}
.bm-morph-shape {
  fill: #373a47;
}
.bm-item-list {
  color: #b8b7ad;
  padding: 0.8em;
}
.bm-overlay {
  background: rgba(0, 0, 0, 0.3);
}
.Button {
  padding: 4px 15px;
  margin: 0 8px 0 0;
  color: #d0d0d0;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  background: none;
  transition: 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  outline: none;
}
.Button:hover,
.Button[data-is-active] {
  border-color: #575757;
  color: #575757;
  border-color: #575757;
}
.Button[data-is-small] {
  padding: 4px 5px;
}
.Button a {
  color: #575757;
  text-decoration: none;
}
.Loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-top: -12px;
  margin-left: -12px;
  border: 5px solid #ccc;
  border-top-color: #ec675b;
  animation: rotate infinite 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.Loading[data-is-fullscreen] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f2f2f2;
  z-index: 1;
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(2turn);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(2turn);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(2turn);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(2turn);
  }
}
.Chart {
  margin-top: 50px;
  padding: 0 20px;
  margin-bottom: 110px;
}
.Chart-group-heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  color: #575757;
}
.Chart-filters {
  display: flex;
  align-items: center;
}
.Chart-filters-title {
  display: flex;
  align-items: center;
}
.Chart-filters-title h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #575757;
  margin-right: 10px;
}
.Chart-buttons {
  margin-bottom: 40px;
}
.Chart-response-title {
  font-size: 15px;
  font-weight: bold;
  color: #575757;
  padding: 1em 0 0.25em;
}
.Chart-response-margin {
  margin-left: 200px;
}
.Chart-responses-track {
  display: flex;
  position: relative;
  margin: 50px 0;
}
.Chart-responses {
  display: flex;
  flex-wrap: nowrap;
  vertical-align: top;
  font-weight: bold;
  overflow: hidden;
}
.Chart-responses-button-left,
.Chart-responses-button-right {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100px;
  min-width: 100px;
  color: #d0d0d0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 5px 0;
  margin: 8px 0;
  cursor: pointer;
}
.Chart-responses-button-left svg,
.Chart-responses-button-right svg {
  fill: none;
  stroke: #b2b2b2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.Chart-responses-button-left:hover,
.Chart-responses-button-right:hover,
.Chart-responses-button-left:hover svg,
.Chart-responses-button-right:hover svg {
  border-color: #575757;
  stroke: #575757;
}
.Chart-responses-button-right {
  margin-left: 10px;
}
.Chart-responses-button-left {
  margin-right: 10px;
}
.Chart-responses-item {
  display: block;
  width: 100px;
  min-width: 100px;
  color: #d0d0d0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 5px 0;
  margin: 8px 0;
  cursor: pointer;
}
.Chart-responses-item:not(:last-child) {
  margin-right: 10px;
}
.Chart-responses-item:hover,
.Chart-responses-item[data-is-active] {
  border-color: #575757;
}
.Chart-responses-item:hover > a,
.Chart-responses-item[data-is-active] > a,
.Chart-responses-item:hover > span,
.Chart-responses-item[data-is-active] > span {
  color: #575757;
}
.Chart-responses-item a {
  text-decoration: none;
  color: #b2b2b2;
  display: block;
  height: 100%;
  width: 100%;
}
.Chart-content {
  position: relative;
  display: flex;
  vertical-align: top;
  margin: 20px 0 40px 0;
}
.Chart-vis {
  width: 100%;
}
.Chart-link {
  display: block;
  margin-left: auto;
}
.Chart-notes {
  font-size: 11px;
  font-weight: bold;
  color: #b2b2b2;
  line-height: 14px;
}
.Chart-notes b {
  color: #b2b2b2;
}
.Chart-data-item {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
.Chart-data-item-title {
  margin: 0;
  color: #575757;
}
.Chart-table {
  width: 100%;
  text-align: right;
  border-collapse: initial;
  border-spacing: 5px;
  overflow: hidden;
}
.Chart-table th {
  border-bottom: solid 1px #d0d0d0;
  padding-top: 6px;
  padding-bottom: 2px;
  height: 35px;
}
.Chart-table td {
  text-align: right;
  padding-top: 6px;
  padding-bottom: 2px;
  border-bottom: solid 1px #d0d0d0;
  height: 35px;
}
.Chart-table td:first-child {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .Chart-responses {
    overflow-x: auto;
  }
  .Chart-responses-button-left,
  .Chart-responses-button-right {
    display: none;
  }
  .Chart-data-item {
    overflow: scroll;
  }
  .Chart-filters {
    flex-direction: column;
  }
}
.LineChart-container {
  display: flex;
}
.LineChart {
  width: 100%;
  height: 425px;
}
.LineChart-lines {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.LineChart-axis text {
  fill: #b2b2b2;
  font-size: 11px;
  font-weight: bold;
}
.LineChart-axis line {
  stroke: #e3e3e3;
  stroke-width: 1px;
}
.LineChart-hover text {
  fill: #fff;
  text-anchor: middle;
  font-size: 11px;
  font-weight: bold;
}
.LineChart-hover rect {
  fill: #000;
  opacity: 0.7;
  stroke: none;
}
.LineChart-hover path {
  fill: #000;
  opacity: 0.7;
}
.LineChart-legend-item {
  margin-left: 4px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.LineChart-legend-item-icon {
  margin: 0 10px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  padding-bottom: 5px;
}
.LineChart-legend-item-text {
  width: 140px;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .LineChart-container {
    flex-direction: column;
    height: 290px;
  }
  .LineChart-legend {
    margin: 20px 0;
  }
  .LineChart-legend-item {
    margin-left: 0;
  }
  .LineChart-legend-item-icon {
    margin-left: 0;
  }
}
.BarChart {
  width: 100%;
}
.BarChart .bar-axis-text,
.BarChart .bar-label {
  font-size: 11px;
  font-weight: bold;
}
.BarChart .bar-axis-text {
  fill: #575757;
}
.TopicList-title {
  font-size: 32px;
}
.TopicList-lists {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.TopicList-list {
  display: block;
}
.TopicList-list-title {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #58b998;
}
.TopicList-list-item {
  display: block;
  margin: 10px 0;
}
.TopicIntro {
  padding: 110px 0;
}
.TopicIntro-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  text-transform: uppercase;
  text-align: center;
}
.TopicIntro-byline {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
}
.TopicIntro-items {
  margin-top: 10px;
}
.TopicIntro-item {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .TopicIntro {
    padding-top: 210px;
  }
}
.Next {
  display: block;
  margin: 110px 0;
  color: #d0d0d0;
  text-decoration: none;
}
.Next h4,
.Next h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  margin: 0;
}
.Next h3 {
  color: #b2b2b2;
}
.Next h4 {
  color: #575757;
}
.Filter-value,
.Filter-type {
  display: flex;
  align-items: center;
}
.Filter-type .Select {
  width: 96px;
  margin-right: 10px;
}
.Filter-item-container {
  display: flex;
  margin: 8px 0;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.Filter-item {
  margin: 5px;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  color: #575757;
  text-align: center;
  padding: 0 18px;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
}
.Filter-item:hover {
  color: #6f6f6f;
}
.Filter-item[data-active="true"] {
  background: #6f6f6f;
  border-colour: #6f6f6f;
  color: #fff;
}
.Home {
  padding: 0 16px;
}
.Home h2 {
  color: #575757;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.Home-divider {
  width: 100%;
  height: 1px;
  background: #d0d0d0;
  opacity: 0.5;
}
.Home-topic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.Home-topic a {
  text-decoration: none;
}
.Home-arrow-icon {
  fill: none;
  stroke: #b2b2b2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.Home-topicButton {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 3px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.Home-topicButton[data-topic="elections-voting"]:hover {
  background: #ec675b;
  border-color: #ec675b !important;
}
.Home-topicButton[data-topic="politics-politicians"]:hover {
  background: #3da3dc;
  border-color: #3da3dc !important;
}
.Home-topicButton[data-topic="policy-issues"]:hover {
  background: #58b998;
  border-color: #58b998 !important;
}
.Home-topicButton:hover .Home-topicButton-text {
  color: #fff !important;
}
.Home-topicButton-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  max-width: 90px;
  text-align: center;
  text-decoration: none;
}
.Home-topicButton-container {
  display: flex;
  justify-content: space-between;
}
.Home-topicActions {
  margin-top: 45px;
  margin-bottom: 70px;
}
.Home-topicActions li {
  list-style: none;
  margin-bottom: 20px;
}
.Home-topicActions li a {
  font-size: 15px;
  font-weight: 500;
  color: #b2b2b2;
  line-height: 20px;
}
.Home-topicActions li:hover,
.Home-topicActions li:hover .Home-arrow-icon {
  color: #575757;
  stroke: #575757;
}
.Home-filter {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.Home-filter-info {
  width: 33%;
  font-size: 16px;
  font-weight: 500;
  color: #b2b2b2;
}
.Home-filter-image {
  width: 33%;
  margin: 32px 0;
}
.Home-filter img {
  width: 100%;
}
.Home-download-container {
  display: flex;
  margin-bottom: 25px;
}
.Home-download-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  border: 3px solid #e3e3e3;
  font-size: 16px;
  color: #575757;
  transition: border-color 0.2s;
  text-align: center;
  margin-right: 25px;
  text-decoration: none;
}
.Home-download-button > p {
  max-width: 140px;
}
.Home-download-button:hover,
.Home-download-button:hover .Home-arrow-icon {
  color: #575757;
  stroke: #575757;
}
.Home-cite {
  font-size: 16px;
  font-weight: 500;
  color: #b2b2b2;
  line-height: 20px;
  margin-bottom: 64px;
}
.Home-cite a {
  color: #575757;
  text-decoration: none;
}
.Home-more {
  display: block;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #b2b2b2;
  text-decoration: none;
  margin-bottom: 25px;
}
.Home-more:hover,
.Home-more:hover .Home-arrow-icon {
  color: #575757;
  stroke: #575757;
}
@media screen and (max-width: 767px) {
  .Home-topicButton-container {
    flex-direction: column;
    align-items: center;
  }
  .Home-filter {
    flex-direction: column;
    align-items: center;
  }
  .Home-download-container {
    flex-direction: column;
    align-items: center;
  }
  .Home-topicButton {
    width: 160px;
    height: 160px;
  }
  .Home-topicActions {
    text-align: center;
  }
  .Home-filter-info {
    width: 90%;
  }
  .Home-more {
    text-align: center;
    width: 100%;
  }
  .Home-download-button {
    margin-bottom: 20px;
  }
}
.Topic h2 {
  color: #575757;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-left: 16px;
}
.Topic .Home-cite {
  padding-left: 16px;
}
