@import url(../fonts/DIN%20%20Cond%20Black/DINPro-BlacK-min.css);
@import url(../fonts/DIN%20Condensed/DINCondensed-Bold-min.css);
@import url(../fonts/DIN%20Pro%20Cond/DINPro-CondensedRegular-min.css);
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", 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;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", 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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  -webkit-transition: border-color 150ms ease;
  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']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [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: #858585; }

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 {
  background-color: #fff;
  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 {
  margin: 1.5em 0;
  text-align: left;
  width: 100% !important; }

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: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  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 {
  font-family: helvetica; }
  .wrapper p {
    text-align: center;
    margin: 20px 0; }
  .wrapper h2 {
    font-family: DINCondensed;
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
    margin: 2em 0 1em; }
  .wrapper section {
    padding: 40px 0; }
  .wrapper .inner {
    max-width: 900px;
    padding: 0 20px;
    margin: auto; }
  .wrapper header {
    background-color: #111;
    padding: 1px;
    height: 100%;
    background-image: -webkit-radial-gradient(#1B1464 0%, #000000 80%), url(../img/wall.svg), url(../img/map.svg);
    background-image: radial-gradient(#1B1464 0%, #000000 80%), url(../img/wall.svg), url(../img/map.svg);
    background-size: contain, 110%, contain;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: hard-light; }
    .wrapper header .inner {
      height: 100%; }
    .wrapper header h1 {
      position: relative;
      max-width: 750px;
      height: 100%;
      margin: auto;
      -webkit-animation: flicker 0.2s infinite;
              animation: flicker 0.2s infinite;
      -webkit-animation-delay: 2s;
              animation-delay: 2s; }
      .wrapper header h1 img {
        width: 100%;
        top: 0;
        left: 0; }
        .wrapper header h1 img.on {
          position: absolute;
          opacity: 0;
          -webkit-filter: contrast(1);
                  filter: contrast(1);
          -webkit-animation: turn-on 2s linear;
                  animation: turn-on 2s linear;
          -webkit-animation-delay: 1s;
                  animation-delay: 1s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }

@-webkit-keyframes turn-on {
  0% {
    opacity: 0;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  2% {
    opacity: 1;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  4% {
    opacity: 0.5;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  6% {
    opacity: 0;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  8% {
    opacity: 0.5;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  10% {
    opacity: 0;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  50% {
    opacity: 1;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  100% {
    opacity: 1;
    -webkit-filter: contrast(1.7);
            filter: contrast(1.7); } }

@keyframes turn-on {
  0% {
    opacity: 0;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  2% {
    opacity: 1;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  4% {
    opacity: 0.5;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  6% {
    opacity: 0;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  8% {
    opacity: 0.5;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  10% {
    opacity: 0;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  50% {
    opacity: 1;
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  100% {
    opacity: 1;
    -webkit-filter: contrast(1.7);
            filter: contrast(1.7); } }

@-webkit-keyframes flicker {
  0% {
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  25% {
    -webkit-filter: contrast(1.1);
            filter: contrast(1.1); }
  50% {
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  75% {
    -webkit-filter: contrast(1.2);
            filter: contrast(1.2); }
  100% {
    -webkit-filter: contrast(1);
            filter: contrast(1); } }

@keyframes flicker {
  0% {
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  25% {
    -webkit-filter: contrast(1.1);
            filter: contrast(1.1); }
  50% {
    -webkit-filter: contrast(1);
            filter: contrast(1); }
  75% {
    -webkit-filter: contrast(1.2);
            filter: contrast(1.2); }
  100% {
    -webkit-filter: contrast(1);
            filter: contrast(1); } }
  .wrapper .intro {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
    text-align: center; }
  .wrapper .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    .wrapper .flex > * {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
              flex: 1;
      padding: 0 10px; }
    .wrapper .flex.london {
      max-width: 1100px;
      margin: 40px auto; }
      .wrapper .flex.london > * {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
                flex: auto; }
        .wrapper .flex.london > *:nth-child(1) {
          width: 65%; }
        .wrapper .flex.london > *:nth-child(2) {
          width: 35%; }
    @media screen and (max-width: 700px) {
      .wrapper .flex {
        display: block; }
        .wrapper .flex > * {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
                  flex: 1;
          width: 100% !important; } }
  .wrapper .table_wrap {
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    max-width: 700px;
    margin: auto; }
    .wrapper .table_wrap #DataTables_Table_0_filter {
      display: none; }
    .wrapper .table_wrap table.dataTable.compact thead {
      background-color: #000;
      color: #fff;
      border-radius: 25px 25px 0 0; }
      .wrapper .table_wrap table.dataTable.compact thead th {
        padding: 15px 17px 15px 20px !important;
        text-align: left; }
    .wrapper .table_wrap .dataTables_scrollBody {
      border-bottom: 0 !important; }
      .wrapper .table_wrap .dataTables_scrollBody table.dataTable.compact thead {
        background-color: #000;
        color: #fff; }
        .wrapper .table_wrap .dataTables_scrollBody table.dataTable.compact thead th {
          padding: 0 !important;
          text-align: left; }
      .wrapper .table_wrap .dataTables_scrollBody table.dataTable.compact td {
        text-align: left;
        padding-left: 20px; }
  .wrapper .map {
    text-align: center;
    font-size: 1.3em;
    color: #000; }
  .wrapper .table {
    margin: 20px 0 40px; }
    .wrapper .table h2 {
      text-transform: uppercase;
      font-family: DINCondensed;
      font-size: 1.5em;
      margin: 0; }
    .wrapper .table .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      padding: 5px 10px;
      border-bottom: 1px solid #ccc; }
      .wrapper .table .row .text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
                flex: 1; }
      .wrapper .table .row .num span {
        width: 30px;
        height: 30px;
        color: #fff;
        border-radius: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        font-family: DINCondBlack;
        font-size: 1.2em;
        margin-right: 10px; }
    .wrapper .table:nth-child(1) h2 span, .wrapper .table:nth-child(1) .total {
      color: #E51FE5; }
    .wrapper .table:nth-child(1) .row:nth-child(even) {
      background-color: #fdedfd; }
    .wrapper .table:nth-child(1) .num span {
      background-color: #E51FE5; }
    .wrapper .table:nth-child(2) h2 span, .wrapper .table:nth-child(2) .total {
      color: #1BE0EF; }
    .wrapper .table:nth-child(2) .row:nth-child(even) {
      background-color: #edfdfe; }
    .wrapper .table:nth-child(2) .num span {
      background-color: #1BE0EF; }
  .wrapper .black {
    background-image: -webkit-radial-gradient(#161051, #000000 75%);
    background-image: radial-gradient(#161051, #000000 75%);
    color: #fff; }
    .wrapper .black .inner {
      max-width: 1100px;
      text-align: center; }
      .wrapper .black .inner h2 {
        font-size: 2em;
        margin: 60px 0 20px; }
        .wrapper .black .inner h2 span {
          color: #E51FE5; }
        .wrapper .black .inner h2:nth-of-type(2) span {
          color: #1BE0EF; }
      .wrapper .black .inner .blocks {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-around;
                justify-content: space-around; }
        .wrapper .black .inner .blocks .block_wrap {
          width: 160px;
          margin: 10px;
          text-align: center; }
          .wrapper .black .inner .blocks .block_wrap .block {
            border: 1px solid #f7bcf7;
            width: 160px;
            height: 160px;
            padding: 10px;
            margin: 0 0 10px;
            background-color: rgba(39, 39, 42, 0.7);
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                    justify-content: center; }
            .wrapper .black .inner .blocks .block_wrap .block .block_inner {
              display: -webkit-box;
              display: -webkit-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
                      flex-wrap: wrap; }
              .wrapper .black .inner .blocks .block_wrap .block .block_inner._5 {
                width: 90px; }
              .wrapper .black .inner .blocks .block_wrap .block .block_inner._4 {
                width: 72px; }
              .wrapper .black .inner .blocks .block_wrap .block .block_inner._3 {
                width: 54px; }
              .wrapper .black .inner .blocks .block_wrap .block .block_inner .bit {
                background-color: #E51FE5;
                height: 15px;
                width: 15px;
                margin: 1px;
                -webkit-transform: scale(0);
                        transform: scale(0); }
          .wrapper .black .inner .blocks .block_wrap h3, .wrapper .black .inner .blocks .block_wrap p {
            font-size: 1.5em;
            margin: 0;
            text-transform: uppercase;
            font-family: DINProCond;
            font-weight: 100;
            line-height: 1em; }
            .wrapper .black .inner .blocks .block_wrap h3.num, .wrapper .black .inner .blocks .block_wrap p.num {
              font-size: 2em;
              margin: 5px 0;
              line-height: 1em;
              font-family: DINCondensed; }
        .wrapper .black .inner .blocks:nth-of-type(2) .block {
          border: 1px solid #bbf6fa; }
          .wrapper .black .inner .blocks:nth-of-type(2) .block .block_inner .bit {
            background-color: #1BE0EF; }
  .wrapper .outro {
    font-size: 1.3em;
    font-weight: 100;
    line-height: 1.4em;
    margin: 2em 0 1em; }
  .wrapper footer {
    border-top: 1px solid #ddd;
    padding: 1em 0; }
    .wrapper footer .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      max-width: 1100px; }
      .wrapper footer .inner .text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
                flex: 1;
        text-align: center;
        margin: 0 10px; }
