body {
  margin: 0;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-repeat: no-repeat !important;
  }
}
[v-cloak] {
  display: none;
}

#iprospect {
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  font-family: "Apax", Georgia;
  color: #33384C;
}
#iprospect h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#iprospect hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
#iprospect pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
#iprospect a {
  background-color: transparent;
}
#iprospect abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
#iprospect b,
#iprospect strong {
  font-weight: bolder;
}
#iprospect code,
#iprospect kbd,
#iprospect samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
#iprospect small {
  font-size: 80%;
}
#iprospect sub,
#iprospect sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#iprospect sub {
  bottom: -0.25em;
}
#iprospect sup {
  top: -0.5em;
}
#iprospect img {
  border-style: none;
}
#iprospect button,
#iprospect input,
#iprospect optgroup,
#iprospect select,
#iprospect textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
#iprospect button,
#iprospect input {
  /* 1 */
  overflow: visible;
}
#iprospect button,
#iprospect select {
  /* 1 */
  text-transform: none;
}
#iprospect button,
#iprospect [type=button],
#iprospect [type=reset],
#iprospect [type=submit] {
  -webkit-appearance: button;
}
#iprospect button::-moz-focus-inner,
#iprospect [type=button]::-moz-focus-inner,
#iprospect [type=reset]::-moz-focus-inner,
#iprospect [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#iprospect button:-moz-focusring,
#iprospect [type=button]:-moz-focusring,
#iprospect [type=reset]:-moz-focusring,
#iprospect [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#iprospect fieldset {
  padding: 0.35em 0.75em 0.625em;
}
#iprospect legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
#iprospect progress {
  vertical-align: baseline;
}
#iprospect textarea {
  overflow: auto;
}
#iprospect [type=checkbox],
#iprospect [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
#iprospect [type=number]::-webkit-inner-spin-button,
#iprospect [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#iprospect [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
#iprospect [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#iprospect ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
#iprospect details {
  display: block;
}
#iprospect summary {
  display: list-item;
}
#iprospect template {
  display: none;
}
#iprospect [hidden] {
  display: none;
}
#iprospect .inner {
  width: 90%;
  margin: auto;
  padding: 20px 0;
  max-width: 500px;
}
#iprospect h2 {
  font-family: "ApaxSuperbold", Georgia;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
}
#iprospect p {
  font-size: 16px;
  line-height: 26px;
}
#iprospect .zuto .inner a {
  display: flex;
}
#iprospect .zuto .inner a img {
  width: 200px;
}
#iprospect .header {
  background: url("../img/head-m.svg"), linear-gradient(90deg, #cfecef 0%, #cfecef 50%, #8cd9e2 51%, #8cd9e2 100%);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#iprospect .header .inner h1 {
  font-family: "ApaxSuperbold", Georgia;
  color: #33384C;
  width: 270px;
  margin-top: 40px;
  font-size: 40px;
  line-height: 51px;
  margin-bottom: 180px;
}
#iprospect .intro .inner {
  text-align: center;
}
#iprospect .intro .inner .stats .tri {
  margin: 20px 0;
}
#iprospect .intro .inner .stats .tri img {
  width: 100%;
  max-width: 396px;
}
#iprospect .intro .inner .stats .circ {
  margin: 20px 0;
}
#iprospect .intro .inner .stats .circ img {
  width: 100%;
  max-width: 310px;
}
#iprospect .pass {
  background-color: #F2F7F8;
}
#iprospect .pass .inner .zig {
  width: 100%;
}
#iprospect .pass .inner .right h2 {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
#iprospect .pass .inner .left h2, #iprospect .pass .inner .right h2 {
  font-size: 26px;
  font-family: "ApaxMedium", Georgia;
  text-align: center;
}
#iprospect .pass .inner .left h2 span, #iprospect .pass .inner .right h2 span {
  font-family: "ApaxSuperbold", Georgia;
}
#iprospect .pass .inner .left .content .col .entry, #iprospect .pass .inner .right .content .col .entry {
  margin: 30px 0;
}
#iprospect .pass .inner .left .content .col .entry .top, #iprospect .pass .inner .right .content .col .entry .top {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
#iprospect .pass .inner .left .content .col .entry .top img, #iprospect .pass .inner .right .content .col .entry .top img {
  width: 40px;
  margin-right: 10px;
}
#iprospect .pass .inner .left .content .col .entry .top .title, #iprospect .pass .inner .right .content .col .entry .top .title {
  font-family: "ApaxBold", Georgia;
  font-size: 24px;
  line-height: 34px;
}
#iprospect .pass .inner .left .content .col .entry .text, #iprospect .pass .inner .right .content .col .entry .text {
  font-size: 16px;
  line-height: 23px;
}
#iprospect .vs .inner .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
#iprospect .vs .inner .icons .uk {
  width: 58px;
}
#iprospect .vs .inner .icons span {
  height: 58px;
  border-right: 1px solid #707070;
  margin: 0 20px;
}
#iprospect .vs .inner .icons .world {
  width: 44px;
}
#iprospect .vs .inner h2 {
  margin-top: 16px;
}
#iprospect .vs .inner p {
  text-align: center;
}
#iprospect .vs .inner .tiles {
  font-size: 16px;
  line-height: 23px;
  display: grid;
  justify-content: center;
  grid-template-columns: minmax(1px, 374px);
  margin-top: 40px;
}
#iprospect .vs .inner .tiles .t {
  border-top: 0.5px solid #707070;
  padding: 30px 0;
}
#iprospect .vs .inner .tiles .t1 {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-column-gap: 15px;
  align-items: center;
}
#iprospect .vs .inner .tiles .t1 .left > :first-child {
  font-family: "ApaxBold", Georgia;
  font-size: 100px;
  line-height: 70px;
}
#iprospect .vs .inner .tiles .t1 .left > :first-child span {
  font-family: "Apax", Georgia;
  font-size: 56px;
  line-height: 70px;
}
#iprospect .vs .inner .tiles .t1 .left > :last-child {
  text-align: right;
  font-family: "ApaxBold", Georgia;
  font-size: 30px;
  line-height: 21px;
  text-transform: uppercase;
}
#iprospect .vs .inner .tiles .t2, #iprospect .vs .inner .tiles .t4 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
#iprospect .vs .inner .tiles .t2 .bold, #iprospect .vs .inner .tiles .t4 .bold {
  font-family: "ApaxBold", Georgia;
}
#iprospect .vs .inner .tiles .t3 {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-column-gap: 15px;
  align-items: center;
}
#iprospect .vs .inner .tiles .t3 .left {
  font-family: "ApaxBold", Georgia;
  text-transform: uppercase;
  text-align: center;
}
#iprospect .vs .inner .tiles .t3 .left > :first-child {
  font-size: 120px;
  line-height: 96px;
}
#iprospect .vs .inner .tiles .t3 .left > :nth-child(2) {
  font-size: 34px;
  line-height: 28px;
}
#iprospect .vs .inner .tiles .t3 .left > :last-child {
  font-size: 24px;
  line-height: 26px;
}
#iprospect .map {
  background-color: #E3E4E7;
}
#iprospect .map .inner p {
  font-family: "ApaxMedium", Georgia;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
}
#iprospect .map .container {
  position: relative;
}
#iprospect .map .container .curr {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}
#iprospect .map .container .curr .text {
  font-size: 16px;
  font-family: "ApaxMedium", Georgia;
  margin-bottom: 5px;
}
#iprospect .map .container .curr .menu {
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#iprospect .map .container .curr .menu div {
  padding: 10px;
  cursor: pointer;
  font-family: "ApaxBold", Georgia;
  font-size: 18px;
  line-height: 20px;
  color: #B8BCCE;
}
#iprospect .map .container .curr .menu div.active {
  color: #33384C;
}
#iprospect .map .container .curr .menu span {
  height: 24px;
  border-right: 1px solid #C7C7C7;
}
#iprospect .map .container #vmap {
  width: 100%;
  height: 345px;
}
#iprospect .map .container #vmap .jqvmap-zoomin, #iprospect .map .container #vmap .jqvmap-zoomout {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 0;
  left: auto;
  right: 10px;
}
#iprospect .map .container #vmap .jqvmap-zoomout {
  top: 50px;
}
#iprospect .map .container .card {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  max-width: 434px;
  margin: auto;
}
#iprospect .map .container .card .top {
  padding: 10px 20px;
  background-color: #33384C;
}
#iprospect .map .container .card .top h2 {
  display: none;
}
#iprospect .map .container .card .top .dropdown {
  background-image: url("../img/drop.svg"), url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: 95% 55%, 3% 50%;
  background-size: 12px, 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
}
#iprospect .map .container .card .top .chosen-single {
  background-color: white;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: 3% 50%;
  background-size: 18px;
}
#iprospect .map .container .card .top .chosen-container {
  margin-bottom: 10px;
}
#iprospect .map .container .card .top .chosen-single, #iprospect .map .container .card .top .dropdown {
  width: 280px;
  height: 42px;
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
  padding-left: 40px;
  border: 2px solid #131624;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  color: #9B9B9B;
  border-radius: 3px;
}
#iprospect .map .container .card .top .chosen-single span, #iprospect .map .container .card .top .dropdown span {
  margin-right: 40px;
}
#iprospect .map .container .card .top .chosen-single div, #iprospect .map .container .card .top .dropdown div {
  width: 50px;
}
#iprospect .map .container .card .top .chosen-single div b, #iprospect .map .container .card .top .dropdown div b {
  background-image: url("../img/drop.svg");
  background-repeat: no-repeat;
  background-position: 50% 55%;
  background-size: 12px;
}
#iprospect .map .container .card .top .name {
  font-family: "ApaxBold", Georgia;
  font-size: 26px;
  line-height: 21px;
  color: white;
  display: flex;
  align-items: center;
}
#iprospect .map .container .card .top .name img {
  width: 40px;
  margin-right: 10px;
}
#iprospect .map .container .card .bot {
  padding: 10px 20px;
  background-color: white;
  font-size: 16px;
  line-height: 23px;
}
#iprospect .map .container .card .bot .bold {
  font-size: 20px;
  line-height: 28px;
  font-family: "ApaxBold", Georgia;
}
#iprospect .map .container .card .bot .age, #iprospect .map .container .card .bot .cost, #iprospect .map .container .card .bot .info, #iprospect .map .container .card .bot .facts {
  border-bottom: 1px solid #E2E2E7;
  padding: 10px 0;
}
#iprospect .map .container .card .bot > :first-child {
  padding-top: 0;
}
#iprospect .map .container .card .bot > :last-child {
  border: none;
}
#iprospect .map .container .card .bot .info ul {
  padding-left: 18px;
  margin: 0;
}
#iprospect .map .container .card .bot .info ul li {
  margin: 10px 0;
}
#iprospect .map .container .card .bot .info ul > :first-child {
  margin: 0;
}
#iprospect .map .container .card .bot .cost .total {
  font-size: 18px;
  margin-top: 10px;
  font-family: "ApaxMedium", Georgia;
}
#iprospect .expensive .inner h2 {
  font-family: "ApaxSuperbold", Georgia;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
}
#iprospect .expensive .inner p {
  text-align: center;
}
#iprospect .expensive .inner .ranks {
  margin-top: 50px;
}
#iprospect .expensive .inner .ranks .row {
  margin: 20px 0;
}
#iprospect .expensive .inner .ranks .row .top {
  display: grid;
  grid-template-columns: 29px 40px auto;
  grid-column-gap: 10px;
  margin-bottom: 5px;
}
#iprospect .expensive .inner .ranks .row .top .rank {
  width: 29px;
  height: 29px;
  text-align: center;
  background-color: #3EB4C1;
  color: white;
  font-family: "ApaxBold", Georgia;
  font-size: 20px;
  line-height: 32px;
  border-radius: 50%;
}
#iprospect .expensive .inner .ranks .row .top .flag img {
  width: 40px;
}
#iprospect .expensive .inner .ranks .row .top .bar .fill {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#iprospect .expensive .inner .ranks .row .top .bar .fill .name {
  font-family: "ApaxMedium", Georgia;
  font-size: 21px;
  line-height: 29px;
  color: #3EB4C1;
  padding-left: 5px;
}
#iprospect .expensive .inner .ranks .row .top .bar .fill .cost {
  font-family: "ApaxBold", Georgia;
  font-size: 23px;
  line-height: 33px;
}
#iprospect .expensive .inner .ranks .row .bot {
  padding-left: 39px;
  font-size: 15px;
  line-height: 23px;
}
#iprospect .medic {
  background-color: #F2F7F8;
}
#iprospect .medic .inner {
  text-align: center;
}
#iprospect .medic .inner .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#iprospect .medic .inner .grid .round {
  margin: 30px;
  max-width: 264px;
}
#iprospect .medic .inner .grid .round img {
  width: 100%;
  max-width: 200px;
}
#iprospect .medic .inner .grid .round .country {
  font-family: "ApaxBold", Georgia;
  font-size: 24px;
  line-height: 34px;
  margin-top: 4px;
  margin-bottom: 2px;
}
#iprospect .medic .inner .grid .round .text {
  font-size: 16px;
  line-height: 23px;
}
#iprospect .tough .inner .right {
  margin-top: 40px;
}
#iprospect .tough .inner .right h3 {
  color: #3EB4C1;
}
#iprospect .tough .inner .left h3, #iprospect .tough .inner .right h3 {
  font-family: "ApaxBold", Georgia;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
#iprospect .tough .inner .left p, #iprospect .tough .inner .right p {
  font-size: 18px;
  margin-top: 0;
}
#iprospect .tough .inner .left .rows .row, #iprospect .tough .inner .right .rows .row {
  height: 33px;
  display: flex;
  align-items: center;
  background-color: #DDE5E8;
  border-radius: 6px;
  overflow: hidden;
  margin: 15px 0;
}
#iprospect .tough .inner .left .rows .row .fill, #iprospect .tough .inner .right .rows .row .fill {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: white;
}
#iprospect .tough .inner .left .rows .row .fill .text .bold, #iprospect .tough .inner .right .rows .row .fill .text .bold {
  margin-right: 10px;
}
#iprospect .tough .inner .left .rows .row .text, #iprospect .tough .inner .right .rows .row .text {
  margin-left: 10px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  padding-top: 2px;
}
#iprospect .tough .inner .left .rows .row .text .bold, #iprospect .tough .inner .right .rows .row .text .bold {
  font-family: "ApaxBold", Georgia;
  margin-left: 10px;
  padding-top: 2px;
}
#iprospect .tough .inner .left .row .fill {
  background-color: #33384C;
}
#iprospect .tough .inner .right .row .fill {
  background-color: #3EB4C1;
}
#iprospect .tough .inner .right .row .fill .text {
  width: 100%;
  margin: 0;
  justify-content: space-between;
}
#iprospect .tough .inner .right .row .fill .text span {
  margin-left: 10px;
}
#iprospect .weird {
  background: url("../img/hands.svg"), linear-gradient(176deg, #128C9A 0%, #2697A4 43%, #68BAC4 100%) 0% 0% no-repeat padding-box;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 440px, auto;
}
#iprospect .weird .inner {
  color: white;
  text-align: center;
  padding-bottom: 140px;
}
#iprospect .weird .inner .info .col .block {
  margin: 30px 0;
}
#iprospect .weird .inner .info .col .block .country {
  font-size: 21px;
  font-family: "ApaxBold", Georgia;
  margin-bottom: 5px;
}
#iprospect .weird .inner .info .col .block .text {
  font-size: 16px;
  line-height: 26px;
}
#iprospect .outro p {
  font-family: "ApaxMedium", Georgia;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}
#iprospect .metho {
  background-color: #F2F7F8;
}
#iprospect .metho .inner h2 {
  text-align: left;
  font-family: "ApaxMedium", Georgia;
}
#iprospect .footer .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#iprospect .footer .inner .logo img {
  width: 215px;
}
#iprospect .footer .inner > * {
  margin: 20px 0;
}
#iprospect .mobile {
  display: none;
}
@media only screen and (min-width: 1000px) {
  #iprospect .mobile {
    display: block;
  }
  #iprospect .inner {
    padding: 40px 0;
    max-width: 1100px;
  }
  #iprospect h2 {
    font-size: 30px;
    line-height: 42px;
  }
  #iprospect .zuto .inner {
    padding: 20px 0;
  }
  #iprospect .header {
    background: url("../img/head.svg"), linear-gradient(90deg, #cfecef 0%, #cfecef 50%, #8cd9e2 51%, #8cd9e2 100%);
    background-size: auto 100%, auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  #iprospect .header .inner h1 {
    font-size: 60px;
    line-height: 71px;
    width: 470px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #iprospect .intro .inner .stats {
    display: flex;
    justify-content: space-around;
  }
  #iprospect .intro .inner .stats .tri {
    margin: 40px 0;
  }
  #iprospect .intro .inner .stats .tri img {
    width: 100%;
    max-width: 396px;
  }
  #iprospect .intro .inner .stats .circ {
    margin: 40px 0;
  }
  #iprospect .intro .inner .stats .circ img {
    width: 100%;
    max-width: 339px;
  }
  #iprospect .pass .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    background-image: url("../img/zag.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  #iprospect .pass .inner .mobile {
    width: 227px;
    position: absolute;
    left: 100%;
    top: 0;
    transform: translate(30%, -30%);
  }
  #iprospect .pass .inner .zig {
    display: none;
  }
  #iprospect .pass .inner .right h2 {
    width: auto;
  }
  #iprospect .pass .inner .left h2, #iprospect .pass .inner .right h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  #iprospect .pass .inner .left .content, #iprospect .pass .inner .right .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
  #iprospect .pass .inner .left .content .col .entry, #iprospect .pass .inner .right .content .col .entry {
    margin: 35px 0;
  }
  #iprospect .vs .inner {
    position: relative;
  }
  #iprospect .vs .inner .mobile {
    width: 227px;
    position: absolute;
    right: 100%;
    top: 0;
    transform: translate(-50%, -50%);
  }
  #iprospect .vs .inner .tiles {
    font-size: 20px;
    line-height: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }
  #iprospect .vs .inner .tiles .t {
    border-top: none;
    padding: 20px 0;
  }
  #iprospect .vs .inner .tiles .t1 {
    order: 1;
    border-right: 0.5px solid #707070;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  #iprospect .vs .inner .tiles .t1 .left {
    text-align: center;
  }
  #iprospect .vs .inner .tiles .t1 .left > :first-child {
    font-size: 148px;
    line-height: 90px;
  }
  #iprospect .vs .inner .tiles .t1 .left > :first-child span {
    font-size: 75px;
    line-height: 90px;
  }
  #iprospect .vs .inner .tiles .t1 .left > :last-child {
    text-align: center;
    font-size: 42px;
    line-height: 10px;
  }
  #iprospect .vs .inner .tiles .t2 {
    order: 3;
    border-right: 0.5px solid #707070;
    border-top: 0.5px solid #707070;
    padding-right: 30px;
    padding-top: 30px;
  }
  #iprospect .vs .inner .tiles .t4 {
    order: 4;
    border-top: 0.5px solid #707070;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
  }
  #iprospect .vs .inner .tiles .t2, #iprospect .vs .inner .tiles .t4 {
    font-size: 26px;
    line-height: 37px;
    text-align: left;
  }
  #iprospect .vs .inner .tiles .t3 {
    grid-template-columns: 1fr 1.5fr;
    grid-column-gap: 15px;
    align-items: center;
    padding-left: 30px;
    padding-bottom: 30px;
    order: 2;
  }
  #iprospect .vs .inner .tiles .t3 .left > :first-child {
    font-size: 148px;
    line-height: 108px;
  }
  #iprospect .vs .inner .tiles .t3 .left > :nth-child(2) {
    font-size: 43px;
    line-height: 40px;
  }
  #iprospect .vs .inner .tiles .t3 .left > :last-child {
    font-size: 30px;
    line-height: 28px;
  }
  #iprospect .map {
    background-color: #C5DBE3;
    max-width: 2000px;
    margin: auto;
  }
  #iprospect .map .inner {
    max-width: none;
    padding: 0.5em 0;
    width: 90%;
  }
  #iprospect .map .inner h2 {
    display: none;
  }
  #iprospect .map .inner p {
    margin: 0;
  }
  #iprospect .map .container {
    position: relative;
    padding-left: 434px;
    background-color: #DCF5FA;
  }
  #iprospect .map .container .curr {
    position: absolute;
    top: 0;
    left: 440px;
    padding: 10px;
  }
  #iprospect .map .container .curr .text {
    font-size: 16px;
    font-family: "ApaxMedium", Georgia;
    margin-bottom: 5px;
  }
  #iprospect .map .container .curr .menu {
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  #iprospect .map .container .curr .menu div {
    padding: 10px;
    cursor: pointer;
    font-family: "ApaxBold", Georgia;
    font-size: 18px;
    line-height: 20px;
    color: #B8BCCE;
  }
  #iprospect .map .container .curr .menu div.active {
    color: #33384C;
  }
  #iprospect .map .container .curr .menu span {
    height: 24px;
    border-right: 1px solid #C7C7C7;
  }
  #iprospect .map .container #vmap {
    width: 100%;
    height: 900px;
  }
  #iprospect .map .container #vmap .jqvmap-zoomin, #iprospect .map .container #vmap .jqvmap-zoomout {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    padding: 0;
    left: auto;
    right: 100px;
  }
  #iprospect .map .container #vmap .jqvmap-zoomout {
    top: 50px;
  }
  #iprospect .map .container .card {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    left: 0;
    max-width: 434px;
    z-index: 2;
    border-radius: 0 0 20px 0;
  }
  #iprospect .map .container .card .top {
    padding: 20px 30px;
    background-color: #33384C;
  }
  #iprospect .map .container .card .top h2 {
    color: #66C6D1;
    display: block;
    font-size: 22px;
    line-height: 21px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left;
  }
  #iprospect .map .container .card .top .chosen-single {
    background-color: white;
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    background-position: 3% 50%;
    background-size: 25px;
  }
  #iprospect .map .container .card .top .chosen-container {
    margin-bottom: 20px;
  }
  #iprospect .map .container .card .top .chosen-single, #iprospect .map .container .card .top .dropdown {
    width: 374px;
    height: 56px;
    font-size: 20px;
    margin-top: 10px;
    line-height: 30px;
    padding-left: 50px;
    border: 2px solid #131624;
    box-shadow: none;
    border-radius: 3px;
    display: flex;
    align-items: center;
    color: #9B9B9B;
    border-radius: 3px;
  }
  #iprospect .map .container .card .top .chosen-single span, #iprospect .map .container .card .top .dropdown span {
    margin-right: 40px;
  }
  #iprospect .map .container .card .top .chosen-single div, #iprospect .map .container .card .top .dropdown div {
    width: 50px;
  }
  #iprospect .map .container .card .top .chosen-single div b, #iprospect .map .container .card .top .dropdown div b {
    background-image: url("../img/drop.svg");
    background-repeat: no-repeat;
    background-position: 50% 55%;
    background-size: 12px;
  }
  #iprospect .map .container .card .bot {
    padding: 20px 30px;
    border-radius: 0 0 20px 0;
  }
  #iprospect .map .container .card .bot .age, #iprospect .map .container .card .bot .cost, #iprospect .map .container .card .bot .info, #iprospect .map .container .card .bot .facts {
    border-bottom: 1px solid #E2E2E7;
    padding: 10px 0;
  }
  #iprospect .map .container .card .bot > :first-child {
    padding-top: 0;
  }
  #iprospect .map .container .card .bot > :last-child {
    border: none;
  }
  #iprospect .map .container .card .bot .info ul {
    padding-left: 18px;
    margin: 0;
  }
  #iprospect .map .container .card .bot .info ul li {
    margin: 10px 0;
  }
  #iprospect .map .container .card .bot .info ul > :first-child {
    margin: 0;
  }
  #iprospect .map .container .card .bot .cost .total {
    font-size: 18px;
    margin-top: 10px;
    font-family: "ApaxMedium", Georgia;
  }
  #iprospect .expensive .inner {
    max-width: 964px;
  }
  #iprospect .expensive .inner h2 {
    font-size: 30px;
    line-height: 42px;
  }
  #iprospect .expensive .inner .ranks {
    margin-top: 30px;
  }
  #iprospect .expensive .inner .ranks .row {
    margin: 20px 0;
  }
  #iprospect .expensive .inner .ranks .row .top {
    margin-bottom: 5px;
  }
  #iprospect .expensive .inner .ranks .row .top .bar {
    background-color: #CFECEF;
    border-radius: 6px;
    overflow: hidden;
  }
  #iprospect .expensive .inner .ranks .row .top .bar .fill {
    background-color: #3EB4C1;
    color: white;
    border-radius: 6px 0 0 6px;
  }
  #iprospect .expensive .inner .ranks .row .top .bar .fill .name {
    color: white;
    padding-left: 10px;
  }
  #iprospect .expensive .inner .ranks .row .top .bar .fill .cost {
    color: white;
    padding-right: 10px;
  }
  #iprospect .expensive .inner .ranks > :nth-child(1) .top .bar .fill {
    width: 100%;
  }
  #iprospect .expensive .inner .ranks > :nth-child(2) .top .bar .fill {
    width: 54.3%;
  }
  #iprospect .expensive .inner .ranks > :nth-child(3) .top .bar .fill {
    width: 43.1%;
  }
  #iprospect .expensive .inner .ranks > :nth-child(4) .top .bar .fill {
    width: 40.9%;
  }
  #iprospect .expensive .inner .ranks > :nth-child(5) .top .bar .fill {
    width: 40.6%;
  }
  #iprospect .expensive .inner .ranks > :nth-child(6) .top .bar .fill {
    width: 38.8%;
  }
  #iprospect .expensive .inner .ranks > :nth-child(7) .top .bar .fill {
    width: 36.3%;
  }
  #iprospect .expensive .inner .ranks > :nth-child(8) .top .bar .fill {
    width: 22.9%;
  }
  #iprospect .expensive .inner .ranks > :nth-child(9) .top .bar .fill {
    width: 19.8%;
  }
  #iprospect .expensive .inner .ranks > :nth-child(10) .top .bar .fill {
    width: 17.2%;
  }
  #iprospect .medic {
    background-color: #F2F7F8;
  }
  #iprospect .medic .inner {
    max-width: 1160px;
    position: relative;
  }
  #iprospect .medic .inner .mobile {
    width: 301px;
    position: absolute;
    left: 100%;
    top: 0;
    transform: translate(10%, -50%);
  }
  #iprospect .medic .inner .grid {
    margin: 40px 0;
  }
  #iprospect .medic .inner .grid .round {
    margin: 20px;
    max-width: 250px;
  }
  #iprospect .tough .inner .sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    background-image: url("../img/zag.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #iprospect .tough .inner .right {
    margin-top: 0;
  }
  #iprospect .tough .inner .right h3 {
    color: #3EB4C1;
  }
  #iprospect .tough .inner .left h3, #iprospect .tough .inner .right h3 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  #iprospect .tough .inner .left p, #iprospect .tough .inner .right p {
    font-size: 21px;
    line-height: 29px;
  }
  #iprospect .tough .inner .left .rows .row .text, #iprospect .tough .inner .right .rows .row .text {
    font-size: 22px;
    line-height: 24px;
  }
  #iprospect .tough .inner .left .row .fill {
    background-color: #33384C;
  }
  #iprospect .tough .inner .right .row .fill {
    background-color: #3EB4C1;
  }
  #iprospect .tough .inner .right .row .fill .text {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  #iprospect .tough .inner .right .row .fill .text span {
    margin-left: 10px;
  }
  #iprospect .weird {
    background: url("../img/hands.svg"), linear-gradient(176deg, #128C9A 0%, #2697A4 43%, #68BAC4 100%);
    background-repeat: no-repeat;
    background-position: 80% 100%;
    background-size: 700px, auto;
  }
  #iprospect .weird .inner {
    max-width: 900px;
    padding-bottom: 140px;
    position: relative;
  }
  #iprospect .weird .inner .mobile {
    width: 301px;
    position: absolute;
    right: 100%;
    top: 0;
    transform: translate(-50%, -65%);
  }
  #iprospect .weird .inner .info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 90px;
  }
  #iprospect .outro p {
    font-family: "ApaxMedium", Georgia;
    text-align: center;
    font-size: 23px;
    line-height: 34px;
    margin: auto;
  }
  #iprospect .metho {
    background-color: #F2F7F8;
  }
  #iprospect .metho .inner h2 {
    text-align: left;
    font-family: "ApaxMedium", Georgia;
    margin: auto;
  }
  #iprospect .metho .inner p {
    margin-bottom: 0;
  }
  #iprospect .footer .inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  #iprospect .footer .inner > * {
    margin: 0;
  }
  #iprospect .footer .inner .cc {
    display: flex;
    align-items: center;
  }
  #iprospect .footer .inner .cc > :first-child {
    margin-right: 10px;
  }
}
