/*@import "../fonts/DIN%20Pro%20Light/DINPro-Light-min.css";*/
@import url("https://use.typekit.net/nea7cwd.css");
@import url("https://cdn.datatables.net/v/dt/jq-3.3.1/dt-1.10.18/r-2.2.2/datatables.min.css");
#iprospect {
  color: #333;
  font-size: 100%;
  line-height: 1.5;
  font-family: proxima-nova, sans-serif;
  font-weight: 400; }
  #iprospect button, #iprospect [type='button'], #iprospect [type='reset'], #iprospect [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; }
    #iprospect button:hover, #iprospect [type='button']:hover, #iprospect [type='reset']:hover, #iprospect [type='submit']:hover {
      background-color: #11519a;
      color: #fff; }
    #iprospect button:focus, #iprospect [type='button']:focus, #iprospect [type='reset']:focus, #iprospect [type='submit']:focus {
      outline: 3px solid rgba(21, 101, 192, 0.6);
      outline-offset: 2px; }
    #iprospect button:disabled, #iprospect [type='button']:disabled, #iprospect [type='reset']:disabled, #iprospect [type='submit']:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
      #iprospect button:disabled:hover, #iprospect [type='button']:disabled:hover, #iprospect [type='reset']:disabled:hover, #iprospect [type='submit']:disabled:hover {
        background-color: #1565c0; }
  #iprospect fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0; }
  #iprospect legend {
    font-weight: 600;
    margin-bottom: 0.375em;
    padding: 0; }
  #iprospect label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.375em; }
  #iprospect input,
  #iprospect select,
  #iprospect 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; }
  #iprospect [type='color'], #iprospect [type='date'], #iprospect [type='datetime'], #iprospect [type='datetime-local'], #iprospect [type='email'], #iprospect [type='month'], #iprospect [type='number'], #iprospect [type='password'], #iprospect [type='search'], #iprospect [type='tel'], #iprospect [type='text'], #iprospect [type='time'], #iprospect [type='url'], #iprospect [type='week'], #iprospect input:not([type]), #iprospect 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%; }
    #iprospect [type='color']:hover, #iprospect [type='date']:hover, #iprospect [type='datetime']:hover, #iprospect [type='datetime-local']:hover, #iprospect [type='email']:hover, #iprospect [type='month']:hover, #iprospect [type='number']:hover, #iprospect [type='password']:hover, #iprospect [type='search']:hover, #iprospect [type='tel']:hover, #iprospect [type='text']:hover, #iprospect [type='time']:hover, #iprospect [type='url']:hover, #iprospect [type='week']:hover, #iprospect input:not([type]):hover, #iprospect textarea:hover {
      border-color: #b1b1b1; }
    #iprospect [type='color']:focus, #iprospect [type='date']:focus, #iprospect [type='datetime']:focus, #iprospect [type='datetime-local']:focus, #iprospect [type='email']:focus, #iprospect [type='month']:focus, #iprospect [type='number']:focus, #iprospect [type='password']:focus, #iprospect [type='search']:focus, #iprospect [type='tel']:focus, #iprospect [type='text']:focus, #iprospect [type='time']:focus, #iprospect [type='url']:focus, #iprospect [type='week']:focus, #iprospect input:not([type]):focus, #iprospect 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; }
    #iprospect [type='color']:disabled, #iprospect [type='date']:disabled, #iprospect [type='datetime']:disabled, #iprospect [type='datetime-local']:disabled, #iprospect [type='email']:disabled, #iprospect [type='month']:disabled, #iprospect [type='number']:disabled, #iprospect [type='password']:disabled, #iprospect [type='search']:disabled, #iprospect [type='tel']:disabled, #iprospect [type='text']:disabled, #iprospect [type='time']:disabled, #iprospect [type='url']:disabled, #iprospect [type='week']:disabled, #iprospect input:not([type]):disabled, #iprospect textarea:disabled {
      background-color: #f2f2f2;
      cursor: not-allowed; }
      #iprospect [type='color']:disabled:hover, #iprospect [type='date']:disabled:hover, #iprospect [type='datetime']:disabled:hover, #iprospect [type='datetime-local']:disabled:hover, #iprospect [type='email']:disabled:hover, #iprospect [type='month']:disabled:hover, #iprospect [type='number']:disabled:hover, #iprospect [type='password']:disabled:hover, #iprospect [type='search']:disabled:hover, #iprospect [type='tel']:disabled:hover, #iprospect [type='text']:disabled:hover, #iprospect [type='time']:disabled:hover, #iprospect [type='url']:disabled:hover, #iprospect [type='week']:disabled:hover, #iprospect input:not([type]):disabled:hover, #iprospect textarea:disabled:hover {
        border: 1px solid #ddd; }
    #iprospect [type='color']::-webkit-input-placeholder, #iprospect [type='date']::-webkit-input-placeholder, #iprospect [type='datetime']::-webkit-input-placeholder, #iprospect [type='datetime-local']::-webkit-input-placeholder, #iprospect [type='email']::-webkit-input-placeholder, #iprospect [type='month']::-webkit-input-placeholder, #iprospect [type='number']::-webkit-input-placeholder, #iprospect [type='password']::-webkit-input-placeholder, #iprospect [type='search']::-webkit-input-placeholder, #iprospect [type='tel']::-webkit-input-placeholder, #iprospect [type='text']::-webkit-input-placeholder, #iprospect [type='time']::-webkit-input-placeholder, #iprospect [type='url']::-webkit-input-placeholder, #iprospect [type='week']::-webkit-input-placeholder, #iprospect input:not([type])::-webkit-input-placeholder, #iprospect textarea::-webkit-input-placeholder {
      color: #858585; }
    #iprospect [type='color']::-moz-placeholder, #iprospect [type='date']::-moz-placeholder, #iprospect [type='datetime']::-moz-placeholder, #iprospect [type='datetime-local']::-moz-placeholder, #iprospect [type='email']::-moz-placeholder, #iprospect [type='month']::-moz-placeholder, #iprospect [type='number']::-moz-placeholder, #iprospect [type='password']::-moz-placeholder, #iprospect [type='search']::-moz-placeholder, #iprospect [type='tel']::-moz-placeholder, #iprospect [type='text']::-moz-placeholder, #iprospect [type='time']::-moz-placeholder, #iprospect [type='url']::-moz-placeholder, #iprospect [type='week']::-moz-placeholder, #iprospect input:not([type])::-moz-placeholder, #iprospect textarea::-moz-placeholder {
      color: #858585; }
    #iprospect [type='color']:-ms-input-placeholder, #iprospect [type='date']:-ms-input-placeholder, #iprospect [type='datetime']:-ms-input-placeholder, #iprospect [type='datetime-local']:-ms-input-placeholder, #iprospect [type='email']:-ms-input-placeholder, #iprospect [type='month']:-ms-input-placeholder, #iprospect [type='number']:-ms-input-placeholder, #iprospect [type='password']:-ms-input-placeholder, #iprospect [type='search']:-ms-input-placeholder, #iprospect [type='tel']:-ms-input-placeholder, #iprospect [type='text']:-ms-input-placeholder, #iprospect [type='time']:-ms-input-placeholder, #iprospect [type='url']:-ms-input-placeholder, #iprospect [type='week']:-ms-input-placeholder, #iprospect input:not([type]):-ms-input-placeholder, #iprospect textarea:-ms-input-placeholder {
      color: #858585; }
    #iprospect [type='color']::-ms-input-placeholder, #iprospect [type='date']::-ms-input-placeholder, #iprospect [type='datetime']::-ms-input-placeholder, #iprospect [type='datetime-local']::-ms-input-placeholder, #iprospect [type='email']::-ms-input-placeholder, #iprospect [type='month']::-ms-input-placeholder, #iprospect [type='number']::-ms-input-placeholder, #iprospect [type='password']::-ms-input-placeholder, #iprospect [type='search']::-ms-input-placeholder, #iprospect [type='tel']::-ms-input-placeholder, #iprospect [type='text']::-ms-input-placeholder, #iprospect [type='time']::-ms-input-placeholder, #iprospect [type='url']::-ms-input-placeholder, #iprospect [type='week']::-ms-input-placeholder, #iprospect input:not([type])::-ms-input-placeholder, #iprospect textarea::-ms-input-placeholder {
      color: #858585; }
    #iprospect [type='color']::placeholder, #iprospect [type='date']::placeholder, #iprospect [type='datetime']::placeholder, #iprospect [type='datetime-local']::placeholder, #iprospect [type='email']::placeholder, #iprospect [type='month']::placeholder, #iprospect [type='number']::placeholder, #iprospect [type='password']::placeholder, #iprospect [type='search']::placeholder, #iprospect [type='tel']::placeholder, #iprospect [type='text']::placeholder, #iprospect [type='time']::placeholder, #iprospect [type='url']::placeholder, #iprospect [type='week']::placeholder, #iprospect input:not([type])::placeholder, #iprospect textarea::placeholder {
      color: #858585; }
  #iprospect textarea {
    resize: vertical; }
  #iprospect [type="checkbox"],
  #iprospect [type="radio"] {
    display: inline;
    margin-right: 0.375em; }
  #iprospect [type="file"] {
    margin-bottom: 0.75em;
    width: 100%; }
  #iprospect select {
    margin-bottom: 0.75em;
    width: 100%; }
  #iprospect [type="checkbox"]:focus,
  #iprospect [type="radio"]:focus,
  #iprospect [type="file"]:focus,
  #iprospect select:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  #iprospect ul,
  #iprospect ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #iprospect dl {
    margin: 0; }
  #iprospect dt {
    font-weight: 600;
    margin: 0; }
  #iprospect dd {
    margin: 0; }
  #iprospect figure {
    margin: 0; }
  #iprospect img,
  #iprospect picture {
    margin: 0;
    max-width: 100%; }
  #iprospect h1,
  #iprospect h2,
  #iprospect h3,
  #iprospect h4,
  #iprospect h5,
  #iprospect 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;
    padding: 0;
    text-transform: none; }
  #iprospect p {
    margin: 0 0 0.75em;
    padding: 0; }
  #iprospect a {
    color: #1565c0;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease; }
    #iprospect a:hover {
      color: #104c90; }
    #iprospect a:focus {
      outline: 3px solid rgba(21, 101, 192, 0.6);
      outline-offset: 2px; }
  #iprospect hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0; }
  #iprospect *,
  #iprospect *::before,
  #iprospect *::after {
    box-sizing: inherit; }
  #iprospect .iframe {
    margin: 0 !important; }
    #iprospect .iframe .inner {
      padding: 0; }
  #iprospect .inner {
    max-width: 1024px;
    margin: auto;
    text-align: center;
    padding: 20px 0; }
  #iprospect .flex {
    display: -webkit-box;
    display: flex; }
  #iprospect .header .inner {
    padding: 40px 0; }
  #iprospect h1, #iprospect h2 {
    font-family: DINPro-Light;
    font-weight: 400;
    font-size: 36px;
    text-align: center; }
  #iprospect h1 {
    margin: 0 0 0.5em; }
  #iprospect a {
    color: #8158FC; }
  #iprospect .s-things {
    color: #8158FC;
    text-decoration: underline;
    font-weight: bold; }
  #iprospect .s-eat {
    color: #FFC15E;
    text-decoration: underline;
    font-weight: bold; }
  #iprospect .s-access {
    color: #BC8CD1;
    text-decoration: underline;
    font-weight: bold; }
  #iprospect .graybg {
    background-color: #F5F5F5; }
  #iprospect .desktop {
    display: none; }
  #iprospect .lon-table {
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    -webkit-box-pack: center;
            justify-content: center; }
  #iprospect .lon-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 10px;
    width: 300px; }
    #iprospect .lon-col .col-top {
      font-family: DINPro-Light;
      font-weight: 400;
      margin-bottom: 10px;
      -webkit-box-pack: center;
              justify-content: center;
      flex-wrap: wrap; }
      #iprospect .lon-col .col-top .col-img {
        width: 100%; }
        #iprospect .lon-col .col-top .col-img img {
          width: 50px; }
      #iprospect .lon-col .col-top .col-h {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
        font-size: 26px;
        line-height: 1.4; }
    #iprospect .lon-col .col-bot {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      color: white;
      line-height: 1.2; }
      #iprospect .lon-col .col-bot .col-block {
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: justify;
                justify-content: space-between;
        margin: 2px 0;
        padding: 8px 10px; }
        #iprospect .lon-col .col-bot .col-block .col-left {
          font-size: 16px;
          text-align: left;
          margin-right: 10px; }
        #iprospect .lon-col .col-bot .col-block .col-right {
          font-family: DINPro-Light;
          font-weight: 400;
          font-size: 22px; }
  #iprospect .col-purp .col-top {
    color: #8158FC; }
    #iprospect .col-purp .col-top .col-h {
      border-bottom: 2px solid #8158FC; }
  #iprospect .col-purp .col-bot .col-block {
    background-color: #8158FC; }
  #iprospect .col-oran .col-top {
    color: #FFC15E; }
    #iprospect .col-oran .col-top .col-h {
      border-bottom: 2px solid #FFC15E; }
  #iprospect .col-oran .col-bot .col-block {
    background-color: #FFC15E; }
  #iprospect .col-red .col-top {
    color: #F76C5E; }
    #iprospect .col-red .col-top .col-h {
      border-bottom: 2px solid #F76C5E; }
  #iprospect .col-red .col-bot .col-block {
    background-color: #F76C5E; }
  #iprospect .col-pink .col-top {
    color: #BC8CD1; }
    #iprospect .col-pink .col-top .col-h {
      border-bottom: 2px solid #BC8CD1; }
  #iprospect .col-pink .col-bot .col-block {
    background-color: #BC8CD1; }
  #iprospect .table-head {
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    justify-content: center; }
    #iprospect .table-head .th-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center;
      margin: 0 20px; }
      #iprospect .table-head .th-block .th-img img {
        width: 50px; }
      #iprospect .table-head .th-block .th-h {
        font-size: 26px;
        line-height: 1.4; }
    #iprospect .table-head .th-purp .th-h {
      color: #8158FC;
      border-bottom: 2px solid #8158FC; }
    #iprospect .table-head .th-oran .th-h {
      color: #FFC15E;
      border-bottom: 2px solid #FFC15E; }
    #iprospect .table-head .th-red .th-h {
      color: #F76C5E;
      border-bottom: 2px solid #F76C5E; }
    #iprospect .table-head .th-pink .th-h {
      color: #BC8CD1;
      border-bottom: 2px solid #BC8CD1; }
  #iprospect .top-cities {
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center; }
    #iprospect .top-cities .c-block {
      max-width: 300px;
      height: 180px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center left;
      margin: 20px 10px;
      flex-wrap: no-wrap;
      padding-top: 34px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      font-family: DINPro-Light;
      font-weight: 400; }
      #iprospect .top-cities .c-block h3 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-family: DINPro-Light;
        font-weight: 400;
        font-size: 30px;
        text-align: left;
        margin: 0;
        margin-left: 110px;
        border-bottom: 2px solid #FFC15E;
        line-height: 1;
        text-shadow: 2px 2px #F5F5F5, 2px -2px #F5F5F5, -2px 2px #F5F5F5, -2px -2px #F5F5F5; }
      #iprospect .top-cities .c-block .c-row {
        display: -webkit-box;
        display: flex;
        text-align: left;
        flex-wrap: nowrap;
        font-size: 12px;
        -webkit-box-align: center;
                align-items: center;
        line-height: 1;
        margin: 4px 0;
        margin-left: 130px; }
        #iprospect .top-cities .c-block .c-row .c-small {
          font-size: 10px; }
        #iprospect .top-cities .c-block .c-row .c-circle {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center;
          color: white;
          border-radius: 50px;
          min-width: 30px;
          min-height: 30px;
          margin-right: 10px; }
      #iprospect .top-cities .c-block .c-colour1 {
        background-color: #BC8CD1; }
      #iprospect .top-cities .c-block .c-colour2 {
        background-color: #FFC15E; }
      #iprospect .top-cities .c-block .c-colour3 {
        background-color: #8158FC; }
    #iprospect .top-cities .manc {
      background-image: url("../img/manchester.svg"); }
    #iprospect .top-cities .edin {
      background-image: url("../img/edinburgh.svg"); }
    #iprospect .top-cities .nott {
      background-image: url("../img/nottingham.svg"); }
  #iprospect .table {
    padding: 50px 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    border: 0;
    background-color: white;
    text-align: left;
    margin: 60px 0; }
    #iprospect .table.iframe {
      margin: 0; }
    #iprospect .table tr th {
      border: 0; }
    #iprospect .table table {
      border: 0;
      font-weight: bold; }
    #iprospect .table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, #iprospect .table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
      background-color: #594875; }
    #iprospect .table thead tr {
      color: white;
      line-height: 1em; }
      #iprospect .table thead tr > * {
        padding-left: 10px;
        padding-top: 4px;
        padding-bottom: 4px; }
      #iprospect .table thead tr :first-child {
        border-right: 2px solid white; }
      #iprospect .table thead tr :first-child, #iprospect .table thead tr :last-child {
        background-color: #594875;
        border-right: 2px solid white; }
      #iprospect .table thead tr :nth-child(2), #iprospect .table thead tr :nth-child(3), #iprospect .table thead tr :nth-child(4), #iprospect .table thead tr :nth-child(5) {
        background-color: #8158FC;
        border-right: 2px solid white; }
      #iprospect .table thead tr :nth-child(6) {
        background-color: #FFC15E;
        border-right: 2px solid white; }
      #iprospect .table thead tr :nth-child(7), #iprospect .table thead tr :nth-child(8) {
        background-color: #F76C5E;
        border-right: 2px solid white; }
      #iprospect .table thead tr :nth-child(9), #iprospect .table thead tr :nth-child(10), #iprospect .table thead tr :nth-child(11) {
        background-color: #BC8CD1;
        border-right: 2px solid white; }
    #iprospect .table tbody tr > :first-child, #iprospect .table tbody tr > :last-child {
      color: #594875; }
    #iprospect .table tbody tr > :nth-child(2), #iprospect .table tbody tr > :nth-child(3), #iprospect .table tbody tr > :nth-child(4), #iprospect .table tbody tr > :nth-child(5), #iprospect .table tbody tr li[data-dtr-index='1'] .dtr-data, #iprospect .table tbody tr li[data-dtr-index='2'] .dtr-data, #iprospect .table tbody tr li[data-dtr-index='3'] .dtr-data, #iprospect .table tbody tr li[data-dtr-index='4'] .dtr-data {
      color: #8158FC; }
    #iprospect .table tbody tr > :nth-child(6), #iprospect .table tbody tr li[data-dtr-index='5'] .dtr-data {
      color: #FFC15E; }
    #iprospect .table tbody tr > :nth-child(7), #iprospect .table tbody tr > :nth-child(8), #iprospect .table tbody tr li[data-dtr-index='6'] .dtr-data, #iprospect .table tbody tr li[data-dtr-index='7'] .dtr-data {
      color: #F76C5E; }
    #iprospect .table tbody tr > :nth-child(9), #iprospect .table tbody tr > :nth-child(10), #iprospect .table tbody tr > :nth-child(11), #iprospect .table tbody tr li[data-dtr-index='8'] .dtr-data, #iprospect .table tbody tr li[data-dtr-index='9'] .dtr-data, #iprospect .table tbody tr li[data-dtr-index='10'] .dtr-data {
      color: #BC8CD1; }
    #iprospect .table tbody .child {
      text-align: center; }
    #iprospect .table tbody .dtr-details {
      text-align: left; }
      #iprospect .table tbody .dtr-details .dtr-title {
        text-align: left;
        margin-right: 10px; }
      #iprospect .table tbody .dtr-details .dtr-data {
        text-align: left; }
  #iprospect .rest .inner > p {
    max-width: 1000px;
    margin: auto; }
  #iprospect .rest-bot p {
    font-weight: bold;
    font-size: 20px; }
  #iprospect .footer .inner {
    padding: 60px 0;
    font-size: 14px; }
    #iprospect .footer .inner p {
      font-size: 14px; }
    #iprospect .footer .inner .license {
      margin-bottom: 30px;
      -webkit-box-align: center;
              align-items: center;
      flex-wrap: wrap;
      -webkit-box-pack: center;
              justify-content: center; }
      #iprospect .footer .inner .license > div {
        margin: 10px; }
        #iprospect .footer .inner .license > div img {
          min-width: 80px; }
  @media only screen and (min-width: 768px) {
    #iprospect .desktop {
      display: block; }
    #iprospect p {
      font-size: 20px; }
    #iprospect h2 {
      font-size: 42px; }
    #iprospect h1 {
      font-size: 4em; }
    #iprospect .table-head .th-block {
      margin: 0 20px; }
    #iprospect .top-cities {
      margin-bottom: 40px; }
      #iprospect .top-cities .c-block {
        max-width: 400px;
        height: 250px;
        margin: 20px 20px;
        padding-top: 50px; }
        #iprospect .top-cities .c-block h3 {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          font-family: DINPro-Light;
          font-weight: 400;
          font-size: 36px;
          margin-left: 160px; }
        #iprospect .top-cities .c-block .c-row {
          font-size: 16px;
          line-height: 1;
          margin: 5px 0;
          margin-left: 180px; }
          #iprospect .top-cities .c-block .c-row .c-small {
            font-size: 12px; }
          #iprospect .top-cities .c-block .c-row .c-circle {
            border-radius: 50px;
            min-width: 40px;
            min-height: 40px;
            margin-right: 10px; } }
