@import url(../fonts/Lato/Lato-Bold-min.css);
@import url(../fonts/Lato/Lato-Regular-min.css);
@import url(../fonts/Lato%20Light/Lato-Light-min.css);
@import url("https://use.typekit.net/jlj7kht.css");
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: white; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: inherit;
  text-decoration-skip: ink;
  transition: color 150ms ease; }
  a:hover {
    color: inherit; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.wrapper {
  background-color: #F4F2ED;
  overflow: hidden;
  font-size: 1em;
  text-align: center;
  font-weight: 300;
  color: #2B052B;
  font-family: museo-sans, sans-serif; }

header {
  background-image: repeating-linear-gradient(to right, transparent, transparent 60px, #EFEAE1 60px, #EFEAE1 120px);
  background-position: center; }
  header .inner {
    padding: 30px 20px 0;
    background-image: linear-gradient(to bottom, transparent, #F4F2ED 90%); }
    header .inner img {
      max-width: 1100px;
      width: 100%;
      margin-bottom: 20px; }
    header .inner p {
      max-width: 700px;
      margin: 1.2em auto; }

.footer {
  padding: 32px 40px 20px;
  background-color: #1f262b;
  text-align: center;
  font-size: 12px;
  margin: 40px 0 0; }
  .footer.fixed {
    margin-top: 69px; }
  .footer .inner {
    max-width: 100%; }
  .footer .links {
    padding: 30px 0 16px; }
    .footer .links a {
      display: inline-block;
      padding: 0 6px;
      text-align: center;
      border-left: 1px solid #d8d8d8;
      margin-top: 10px; }
      .footer .links a:nth-of-type(1) {
        border-left: 0; }
  .footer .icons {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .footer .icons li {
      margin: 10px; }

.body .inner {
  max-width: 900px;
  margin: auto;
  padding: 0 10px; }

.body .header {
  margin-bottom: 4em; }

.chart_wrap {
  position: relative;
  margin: 4em 0; }
  .chart_wrap h2 {
    text-transform: uppercase;
    font-family: mostra-nuova, sans-serif;
    font-size: 1.5em; }
    .chart_wrap h2:after {
      content: "";
      display: block;
      max-width: 320px;
      border-bottom: 1px solid;
      margin: 0.5em auto 1em; }

.nav {
  display: flex;
  justify-content: center;
  margin: 1em 0; }
  .nav > * {
    margin: 10px;
    opacity: 0.5;
    transition: opacity 0.5s;
    cursor: pointer; }
    .nav > *:hover {
      opacity: 0.7; }
    .nav > *.active {
      opacity: 1; }
    .nav > * img {
      height: 50px; }
  .nav .losange {
    background-color: #873080;
    font-family: mostra-nuova, sans-serif;
    color: #fff;
    border-radius: 20px;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 400; }
  .nav.emoji {
    flex-wrap: wrap; }
    .nav.emoji div[data-s="positive"] .losange {
      color: #9CCD67; }
    .nav.emoji div[data-s="negative"] .losange {
      color: #DA434F; }
    .nav.emoji div img {
      width: 45px; }

.d3 {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 40px auto 80px;
  font-family: lato, sans-serif; }
  .d3.emoji .row .bar {
    transition: background-color 1s; }
  .d3.emoji .row[data-type="positive"] .bar {
    background-color: #9CCD67; }
  .d3.emoji .row[data-type="negative"] .bar {
    background-color: #DA434F; }
  .d3 .row {
    position: absolute;
    width: 100%; }
    .d3 .row[data-num="0"] .bar {
      width: 0px !important; }
      .d3 .row[data-num="0"] .bar span {
        font-size: 0; }
    .d3 .row.left .name {
      opacity: 0.5; }
    .d3 .row.left .bar {
      background-color: #b2b2b2 !important; }
    .d3 .row.left .bar_wrap {
      background-color: #e0e0e0 !important; }
    .d3 .row .name {
      line-height: 40px;
      padding-bottom: 5px;
      text-align: left; }
      .d3 .row .name span {
        font-weight: 700; }
    .d3 .row .default {
      display: none; }
    @media screen and (max-width: 400px) {
      .d3 .row .name_wrap {
        width: auto;
        display: inline;
        float: none; } }
    .d3 .row .bar_wrap {
      background-color: #ede0ec; }
    .d3 .row .bar {
      text-align: right;
      color: #fff; }
      .d3 .row .bar span {
        margin-right: 10px;
        font-weight: 700; }
  .d3 .row .bar {
    background-color: #873080; }

.about {
  text-align: left;
  font-size: 0.7em; }
  .about ul {
    margin: 20px 0; }
  .about li {
    font-size: 1.2em; }
  .about a {
    font-weight: 700; }
  .about .flex {
    display: flex;
    align-items: center;
    margin: 40px 0; }
    .about .flex > * {
      margin: 0 10px 0 0;
      width: calc(100% - 120px); }
      .about .flex > *:first-child {
        width: 120px; }
