html {
  box-sizing: border-box; }

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

html, body {
  height: 100%; }

body {
  position: relative;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0;
  font: 300 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  color: #d3ddef;
  background: #21252b; }

a {
  color: inherit;
  text-decoration: none;
  transition: border 0.25s;
  border-bottom: solid 1px rgba(211, 221, 239, 0.5); }
  a:hover {
    border-bottom-color: transparent; }

.canvas {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 4rem 1rem;
  opacity: 0;
  transition: opacity 0.5s; }
  .canvas svg {
    display: none;
    width: 100%;
    height: auto;
    max-height: 100%;
    margin-left: 1rem; }
    .canvas svg path {
      fill: #383d46;
      fill-opacity: 1;
      stroke: #21252b;
      stroke-opacity: 1;
      stroke-width: 0.5;
      transition: 0.5s; }
      .canvas svg path[data-infected="1"] {
        fill: #59353f; }
      .canvas svg path[data-infected="2"] {
        fill: #7a2d37; }
      .canvas svg path[data-infected="3"] {
        fill: #9c2630; }
      .canvas svg path[data-infected="4"] {
        fill: #bd1e28; }
      .canvas svg path[data-infected="5"] {
        fill: #de1621; }
      .canvas svg path[data-infected="6"] {
        fill: #ff0e19; }
      .canvas svg path[data-infected="7"] {
        fill: #ff0000; }
      .canvas svg path[data-infected] {
        cursor: pointer; }
    @media screen and (max-width: 767px) {
      .canvas svg {
        max-height: calc(100% - 6rem);
        margin-left: 0; } }
  .canvas.canvas--visible {
    visibility: visible;
    opacity: 1; }
    .canvas.canvas--visible svg {
      display: block; }
  @media screen and (max-width: 767px) {
    .canvas {
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      height: auto;
      padding: 4rem 1rem 1rem; } }

.header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0.75rem 1rem; }
  .header h1 {
    display: block;
    cursor: default;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .header h1 {
        font-size: 1.125rem;
        font-weight: 500; } }
  .header p {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    color: #bd1e28; }
    @media screen and (max-width: 767px) {
      .header p {
        font-size: 0.75rem; } }
  @media screen and (max-width: 767px) {
    .header {
      position: relatinve;
      text-align: center; } }

.footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0.75rem 1rem; }
  @media screen and (max-width: 767px) {
    .footer {
      position: relative;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      padding: 0; } }

.legend {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex: 0 0 18rem;
      -ms-flex: 0 0 18rem;
          flex: 0 0 18rem;
  max-width: 100%;
  padding: 0.125rem 0.25rem;
  background: linear-gradient(to right, #59353f, #ff0000);
  border-radius: 2px; }
  .legend span {
    display: block;
    cursor: default;
    font-size: 0.625rem;
    color: rgba(211, 221, 239, 0.75); }
  @media screen and (max-width: 767px) {
    .legend {
      display: none; } }

.links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  margin-left: auto; }
  .links a {
    display: block;
    margin-left: 1rem;
    font-size: 0.75rem;
    line-height: 1.25; }
    .links a:first-child {
      margin-left: 0; }
  @media screen and (max-width: 767px) {
    .links {
      width: 100%;
      margin: 2rem auto; } }

.info {
  display: block;
  -webkit-flex: 0 0 18rem;
      -ms-flex: 0 0 18rem;
          flex: 0 0 18rem;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0.125rem 0.375rem;
  overflow: auto;
  background: #181a1f;
  border: solid 1px #141519;
  border-radius: 3px;
  scrollbar-width: none; }
  .info::-webkit-scrollbar {
    width: 0; }
  .info table {
    display: table;
    width: 100%;
    font-size: 0.8125rem;
    border-spacing: 0; }
  .info td {
    cursor: pointer;
    padding: 0.25rem 0.375rem;
    text-align: center;
    transition: background 0.25s; }
    .info td:first-child {
      min-width: 6rem;
      text-align: left;
      border-radius: 3px 0 0 3px; }
    .info td:last-child {
      border-radius: 0 3px 3px 0; }
  .info tbody tr:hover td {
    background: #141519; }
  .info tbody tr[data-infected="1"] td {
    background: #59353f; }
  .info tbody tr[data-infected="2"] td {
    background: #7a2d37; }
  .info tbody tr[data-infected="3"] td {
    background: #9c2630; }
  .info tbody tr[data-infected="4"] td {
    background: #bd1e28; }
  .info tbody tr[data-infected="5"] td {
    background: #de1621; }
  .info tbody tr[data-infected="6"] td {
    background: #ff0e19; }
  .info thead td, .info tfoot td {
    cursor: default;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500; }
    .info thead td:first-child, .info tfoot td:first-child {
      text-align: left; }
  .info thead td {
    border-bottom: solid 1px #141519; }
  .info tfoot td {
    border-top: solid 1px #141519; }
  @media screen and (max-width: 767px) {
    .info {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-height: 30rem;
      margin-top: 2rem; } }

.button {
  display: none;
  width: 8rem;
  max-width: 80%;
  margin: auto;
  padding: 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(211, 221, 239, 0.75);
  background-color: #7a2d37;
  border: none;
  border-radius: 3px; }
  @media screen and (max-width: 767px) {
    .button {
      display: block; } }

#tooltip {
  width: auto;
  height: 30px;
  pointer-events: none;
  position: fixed;
  padding: 0 15px;
  margin: 0 auto;
  background-color: black;
  color: white;
  border-radius: 5px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  visibility: hidden; }
  #tooltip.active {
    visibility: visible; }
