body {
  margin: 0;
}

[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: helvetica, "Open Sans", sans-serif;
  padding-bottom: 60px;
  background: url("../img/cars_col.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 50px;
}
#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: 15px 0;
  max-width: 600px;
}
#iprospect p {
  color: #141424;
}
#iprospect a {
  color: inherit;
}
#iprospect .m-bar .inner a img {
  width: 103.31px;
}
#iprospect .header {
  background: linear-gradient(#ff7585 0%, #FF8484 100%);
  min-height: 610px;
}
#iprospect .header .inner {
  text-align: center;
  max-width: 338px;
}
#iprospect .header .inner .car {
  display: none;
}
#iprospect .header .inner .logo {
  display: none;
}
#iprospect .header .inner .title {
  font-weight: 700;
  color: #141424;
}
#iprospect .header .inner .title h1 {
  font-size: 70px;
  line-height: 70px;
  margin-top: 120px;
  margin-bottom: 30px;
}
#iprospect .header .inner .title .sub {
  font-size: 24px;
}
#iprospect .header .inner .text {
  display: none;
}
#iprospect .curr {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
#iprospect .curr .inner .bar {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 243px;
  width: 243px;
  border-radius: 15px;
  background: rgba(20, 20, 36, 0.51);
  align-items: center;
  font-weight: 700;
}
#iprospect .curr .inner .bar .label {
  text-align: center;
  color: white;
  font-size: 14px;
  display: none;
}
#iprospect .curr .inner .bar .options {
  display: grid;
  grid-template-columns: 81px 81px 81px;
  border-radius: 15px;
  background: #141424;
  position: relative;
  width: 243px;
  height: 30px;
  border-radius: 15px;
  background: #141424;
}
#iprospect .curr .inner .bar .options .white {
  position: absolute;
  width: 81px;
  height: 30px;
  border-radius: 15px;
  background-color: white;
  border: 2px solid #141421;
  box-sizing: border-box;
  transition: all 0.2s;
}
#iprospect .curr .inner .bar .options .btn {
  position: relative;
  color: white;
  z-index: 2;
  user-select: none;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
}
#iprospect .curr .inner .bar .options .btn span {
  font-weight: 300;
}
#iprospect .curr .inner .bar .options .btn:hover {
  border-radius: 15px;
}
#iprospect .curr .inner .bar .options.gbp .white {
  left: 0;
}
#iprospect .curr .inner .bar .options.gbp .b_gbp {
  color: black;
  pointer-events: none;
}
#iprospect .curr .inner .bar .options.usd .white {
  left: 50%;
  transform: translateX(-50%);
}
#iprospect .curr .inner .bar .options.usd .b_usd {
  color: black;
  pointer-events: none;
}
#iprospect .curr .inner .bar .options.eur .white {
  left: 100%;
  transform: translateX(-100%);
}
#iprospect .curr .inner .bar .options.eur .b_eur {
  color: black;
  pointer-events: none;
}
#iprospect .intro .inner .stats {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 40px;
  font-weight: bold;
  font-size: 27px;
  text-align: left;
  color: #141424;
  padding-top: 20px;
}
#iprospect .intro .inner .stats .stat {
  border-left: 7px solid #ff7f78;
  padding-left: 20px;
}
#iprospect .intro .inner .stats .stat .blue {
  color: #84A6FF;
}
#iprospect .intro .inner .stats .stat .red {
  color: #FF7585;
}
#iprospect .intro .inner .stats > :nth-child(1) {
  max-width: 280px;
}
#iprospect .intro .inner .stats > :nth-child(2) {
  max-width: 300px;
  justify-self: end;
}
#iprospect .intro .inner .stats > :nth-child(3) {
  max-width: 260px;
}
#iprospect .split .inner .box .spacing {
  padding: 18px;
}
#iprospect .split .inner .box .spacing h2 {
  background-color: #FF7585;
  display: inline-block;
  padding: 8px 0;
  padding-right: 40px;
  font-size: 26px;
  color: #141424;
  position: relative;
  margin-top: 15px;
}
#iprospect .split .inner .box .spacing h2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 200%;
  right: 100%;
  top: 0;
  background-color: #FF7585;
}
#iprospect .split .inner .box .spacing .car {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #141424;
  padding-bottom: 6px;
}
#iprospect .split .inner .box .spacing .price {
  font-weight: 300;
  font-size: 30px;
  color: #141424;
  padding-bottom: 20px;
}
#iprospect .split .inner .box .spacing .owned {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-column-gap: 20px;
  padding-bottom: 12px;
  width: 236px;
}
#iprospect .split .inner .box .spacing .owned img {
  width: 100px;
}
#iprospect .split .inner .box .spacing .owned .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#iprospect .split .inner .box .spacing .owned .text .by {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #0f302a;
}
#iprospect .split .inner .box .spacing .owned .text .name {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #141424;
}
#iprospect .split .inner .box .spacing .d img {
  display: none;
}
#iprospect .split .inner .box .botimg {
  max-width: 100%;
  display: block;
}
#iprospect .split .inner .box.red {
  background-color: #FFE5E4;
  margin-bottom: 30px;
}
#iprospect .split .inner .box.red h2, #iprospect .split .inner .box.red h2::before {
  background-color: #FF7585;
}
#iprospect .split .inner .box.red .owned {
  border-bottom: 6px solid #ff6a7a;
}
#iprospect .split .inner .box.blue {
  background-color: #E4EBFF;
}
#iprospect .split .inner .box.blue h2, #iprospect .split .inner .box.blue h2::before {
  background-color: #84A6FF;
}
#iprospect .split .inner .box.blue .owned {
  border-bottom: 6px solid #799cff;
}
#iprospect .table .inner .tbl {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-bottom: 6px solid #ff88a8;
}
#iprospect .table .inner .tbl .top {
  background: linear-gradient(#ff7585 0%, #ff8a83 100%);
  padding: 15px;
}
#iprospect .table .inner .tbl .top h2 {
  font-size: 30px;
  color: #141424;
  margin: 14px 0;
}
#iprospect .table .inner .tbl .top .text {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  color: #141424;
  padding-bottom: 14px;
}
#iprospect .table .inner .tbl .top .icons {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  grid-column-gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 14px;
}
#iprospect .table .inner .tbl .top .icons .col {
  display: flex;
  width: 130px;
}
#iprospect .table .inner .tbl .top .icons .col img {
  width: 19px;
  padding-right: 5px;
}
#iprospect .table .inner .tbl .top .icons .col .label {
  font-size: 15px;
  line-height: 26px;
  color: #141424;
  font-weight: 600;
}
#iprospect .table .inner .tbl .top .th {
  display: none;
}
#iprospect .table .inner .tbl .tb {
  height: 400px;
  overflow-y: scroll;
}
#iprospect .table .inner .tbl .tb::-webkit-scrollbar {
  width: 8px;
}
#iprospect .table .inner .tbl .tb::-webkit-scrollbar-track {
  background: #f0f0f0;
}
#iprospect .table .inner .tbl .tb::-webkit-scrollbar-thumb {
  background: #5A6A67;
  border-radius: 5px;
}
#iprospect .table .inner .tbl .tb::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#iprospect .table .inner .tbl .tb > :nth-child(odd) {
  background-color: #F3F3F3;
}
#iprospect .table .inner .tbl .tb .tr {
  display: grid;
  grid-template-columns: 24px 1.2fr 1fr;
  grid-row-gap: 5px;
  padding: 10px;
  font-size: 15px;
}
#iprospect .table .inner .tbl .tb .tr .tc {
  color: #141424;
}
#iprospect .table .inner .tbl .tb .tr .tc img {
  padding-right: 4px;
}
#iprospect .table .inner .tbl .tb .tr .tc.id {
  text-align: center;
  color: #ff88a8;
  font-weight: 700;
  padding-right: 8px;
}
#iprospect .table .inner .tbl .tb .tr .tc.name {
  font-weight: 700;
  padding-right: 5px;
}
#iprospect .table .inner .tbl .tb .tr .tc.car {
  grid-column: 2;
  padding-right: 8px;
  display: flex;
  align-items: center;
}
#iprospect .table .inner .tbl .tb .tr .tc.car img {
  width: 14px;
}
#iprospect .table .inner .tbl .tb .tr .tc.net {
  display: flex;
  align-items: center;
}
#iprospect .table .inner .tbl .tb .tr .tc.net img {
  width: 16px;
}
#iprospect .table .inner .tbl .tb .tr .tc.cost {
  color: #ff6a7a;
  font-weight: 700;
}
#iprospect .table .inner .tbl .tb .tr .tc.cost img {
  width: 11px;
}
#iprospect .table .inner .tbl .tb .tr .tc.car, #iprospect .table .inner .tbl .tb .tr .tc.cost {
  padding-top: 5px;
  border-top: 1px solid rgba(203, 175, 182, 0.2);
  display: flex;
  align-items: center;
}
#iprospect .table .inner .tbl .tb .tr .tc.desk {
  display: none;
}
#iprospect .rich .inner .box {
  padding: 25px 15px;
  padding-bottom: 35px;
}
#iprospect .rich .inner .box.women {
  background-color: #F1F5FF;
  margin-bottom: 30px;
}
#iprospect .rich .inner .box.women .rank, #iprospect .rich .inner .box.women .name, #iprospect .rich .inner .box.women .car {
  background-color: #E0E8FF;
}
#iprospect .rich .inner .box.men {
  background-color: #FFF0F1;
}
#iprospect .rich .inner .box.men .rank, #iprospect .rich .inner .box.men .name, #iprospect .rich .inner .box.men .car {
  background-color: #FFD0D5;
}
#iprospect .rich .inner .box h2 {
  font-size: 32px;
  color: #141424;
  margin: 10px 0;
}
#iprospect .rich .inner .box .sub {
  font-weight: 300;
  font-size: 20px;
  color: #141424;
  padding-bottom: 30px;
}
#iprospect .rich .inner .box .tbl .tr {
  display: grid;
  grid-template-columns: 30px 1.2fr 1fr;
  border-top: 1px solid rgba(20, 20, 36, 0.5);
}
#iprospect .rich .inner .box .tbl .tr .tc {
  color: #141424;
  padding-top: 5px;
  padding-bottom: 5px;
}
#iprospect .rich .inner .box .tbl .tr .tc.rank {
  font-weight: 700;
  padding-left: 8px;
  font-size: 18px;
}
#iprospect .rich .inner .box .tbl .tr .tc.name {
  font-weight: 700;
  padding-left: 6px;
  font-size: 18px;
}
#iprospect .rich .inner .box .tbl .tr .tc.car {
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  text-align: right;
  padding-left: 6px;
  padding-right: 8px;
}
#iprospect .rich .inner .box .tbl .tr .tc.net {
  grid-column: 2;
  padding-left: 6px;
}
#iprospect .rich .inner .box .tbl .tr .tc.net .label {
  font-size: 10px;
  text-transform: uppercase;
}
#iprospect .rich .inner .box .tbl .tr .tc.net .value {
  font-size: 16px;
}
#iprospect .rich .inner .box .tbl .tr .tc.cost {
  text-align: right;
  padding-left: 6px;
  padding-right: 8px;
}
#iprospect .rich .inner .box .tbl .tr .tc.cost .label {
  font-size: 10px;
  text-transform: uppercase;
}
#iprospect .rich .inner .box .tbl .tr .tc.cost .value {
  font-size: 16px;
  font-weight: bold;
}
#iprospect .rich .inner .box .tbl .th {
  display: none;
}
#iprospect .bill {
  background: url("../img/cars.svg"), linear-gradient(#84a6ff 0%, #7ed2e9 100%);
  background-position: center bottom, center center;
  background-repeat: repeat-x, no-repeat;
  background-size: auto 50px, auto;
  padding-bottom: 20px;
}
#iprospect .bill .inner h2 {
  font-size: 26px;
  text-align: center;
  color: #141424;
}
#iprospect .bill .inner .intro {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #141424;
}
#iprospect .bill .inner .scale {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 145px;
  height: 32px;
  font-size: 16px;
  color: #141424;
  font-weight: 700;
  margin: 20px auto;
}
#iprospect .bill .inner .scale .sq {
  width: 10px;
  height: 10px;
  background-color: #141424;
  margin-right: 5px;
}
#iprospect .bill .inner .cols .col {
  padding: 30px 0;
  max-width: 315px;
  margin: auto;
}
#iprospect .bill .inner .cols .col .profile {
  display: grid;
  grid-template-columns: 77px 1fr;
  grid-column-gap: 20px;
  padding-bottom: 20px;
  align-items: end;
}
#iprospect .bill .inner .cols .col .profile img {
  width: 77px;
}
#iprospect .bill .inner .cols .col .profile .text {
  color: #141424;
}
#iprospect .bill .inner .cols .col .profile .text .name {
  font-size: 30px;
  font-weight: 700;
}
#iprospect .bill .inner .cols .col .profile .text .prof {
  font-weight: 300;
  font-size: 16px;
}
#iprospect .bill .inner .cols .col .net {
  color: #141424;
  display: grid;
  align-items: center;
  grid-template-columns: 77px 1fr;
  grid-column-gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px 10px;
  max-width: 274px;
  box-sizing: border-box;
}
#iprospect .bill .inner .cols .col .net .label {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
#iprospect .bill .inner .cols .col .net .value {
  font-size: 16px;
}
#iprospect .bill .inner .cols .col .could {
  color: #141424;
  padding: 10px;
}
#iprospect .bill .inner .cols .col .could .buy {
  font-weight: 300;
  font-size: 16px;
  padding: 5px 0;
}
#iprospect .bill .inner .cols .col .could .num {
  font-weight: 700;
  font-size: 40px;
  line-height: 35px;
  color: white;
  padding: 5px 0;
}
#iprospect .bill .inner .cols .col .could .car {
  font-weight: 300;
  font-size: 24px;
  padding: 5px 0;
}
#iprospect .bill .inner .cols .col .squares {
  display: grid;
  grid-template-columns: repeat(auto-fill, 11px);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  max-width: 315px;
  margin: auto;
  padding: 20px 0;
}
#iprospect .bill .inner .cols .col .squares .s {
  width: 10px;
  height: 10px;
  background-color: #141424;
  position: relative;
}
#iprospect .bill .inner .cols .col .squares .lbl::before {
  content: "";
  position: absolute;
  width: 49px;
  height: 1px;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
#iprospect .bill .inner .cols .col .squares .lbl::after {
  content: "10,000 cars";
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  width: 100px;
  font-size: 16px;
  font-weight: 700;
  color: #141424;
}
#iprospect .bill .inner .cols .col .car-img {
  margin-top: 15px;
  position: relative;
}
#iprospect .bill .inner .cols .col .car-img img {
  width: 100%;
}
#iprospect .bill .inner .cols .col .car-img .lbl {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  background-color: white;
  width: 78px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
#iprospect .bill .inner .cols .col .car-img .lbl::before {
  content: "";
  position: absolute;
  right: 100%;
  width: 11px;
  height: 28px;
  background-image: url("../img/tri.svg");
  background-size: cover;
}
#iprospect .bill .inner .cols .col .desc {
  font-size: 16px;
  line-height: 26px;
  color: #141424;
}
#iprospect .bill .inner .cols .col.bezos .squares > :nth-child(11), #iprospect .bill .inner .cols .col.bezos .squares > :nth-child(21), #iprospect .bill .inner .cols .col.bezos .squares > :nth-child(31), #iprospect .bill .inner .cols .col.bezos .squares > :nth-child(41), #iprospect .bill .inner .cols .col.bezos .squares > :nth-child(51), #iprospect .bill .inner .cols .col.bezos .squares > :nth-child(69) {
  grid-column: 1;
}
#iprospect .bill .inner .cols .col.gates .squares > :nth-child(11), #iprospect .bill .inner .cols .col.gates .squares > :nth-child(21), #iprospect .bill .inner .cols .col.gates .squares > :nth-child(31), #iprospect .bill .inner .cols .col.gates .squares > :nth-child(41), #iprospect .bill .inner .cols .col.gates .squares > :nth-child(51), #iprospect .bill .inner .cols .col.gates .squares > :nth-child(68) {
  grid-column: 1;
}
#iprospect .bill .inner .cols .col.walton .squares > :nth-child(11), #iprospect .bill .inner .cols .col.walton .squares > :nth-child(26) {
  grid-column: 1;
}
#iprospect .bill .inner .cols .col.walton .squares .lbl::before {
  width: 1px;
  height: 39px;
  transform: translateY(-100%);
}
#iprospect .bill .inner .cols .col.walton .squares .lbl::after {
  top: auto;
  bottom: 46px;
  left: 50%;
  transform: translate(-40%, 0%);
}
#iprospect .bill .inner .cols .col.gates, #iprospect .bill .inner .cols .col.walton {
  border-top: 5px solid #141424;
}
#iprospect .brands .inner {
  text-align: center;
  color: #141424;
}
#iprospect .brands .inner h2 {
  font-size: 26px;
}
#iprospect .brands .inner .ford, #iprospect .brands .inner .toyota {
  padding: 20px 0;
  position: relative;
  grid-column-start: 2;
  grid-column-end: 4;
}
#iprospect .brands .inner .ford img, #iprospect .brands .inner .toyota img {
  width: 109px;
  display: block;
  padding-left: 15px;
}
#iprospect .brands .inner .ford::before, #iprospect .brands .inner .toyota::before {
  content: "";
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: #141424;
  right: 100%;
  top: 50%;
}
#iprospect .brands .inner .ford {
  padding-bottom: 12px;
}
#iprospect .brands .inner .ford img {
  width: 109px;
}
#iprospect .brands .inner .toyota img {
  width: 175px;
}
#iprospect .brands .inner .row .col {
  display: grid;
  grid-template-columns: 66px 127px 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 10px;
  padding: 20px 0;
  max-width: 370px;
  margin: auto;
}
#iprospect .brands .inner .row .col .portrait {
  position: relative;
}
#iprospect .brands .inner .row .col .portrait img {
  position: relative;
  width: 100%;
  z-index: 2;
}
#iprospect .brands .inner .row .col .portrait::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 62px;
  background-color: #141424;
  left: 50%;
  bottom: 90%;
}
#iprospect .brands .inner .row .col .car-img img {
  width: 100%;
}
#iprospect .brands .inner .row .col .text {
  font-size: 16px;
  text-align: left;
  color: #141424;
}
#iprospect .brands .inner .row .col .text .name {
  font-weight: 700;
}
#iprospect .brands .inner .row .col .text .car {
  font-weight: 300;
}
#iprospect .models {
  background-color: #ebf0ff;
}
#iprospect .models .inner {
  text-align: center;
  color: #141424;
}
#iprospect .models .inner h2 {
  font-size: 26px;
  margin-bottom: 0;
}
#iprospect .models .inner .row {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
#iprospect .models .inner .row .car-img {
  grid-column-start: span 4;
}
#iprospect .models .inner .row .car-img img {
  width: 100%;
  max-width: 380px;
}
#iprospect .models .inner .row .text {
  grid-column-start: span 4;
}
#iprospect .models .inner .row .text .car {
  font-weight: 300;
  font-size: 30px;
  padding-bottom: 4px;
}
#iprospect .models .inner .row .text .price {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.02em;
}
#iprospect .models .inner .row .line {
  grid-column-start: span 4;
  width: 1px;
  height: 47.79px;
  background-color: #141424;
  margin: 5px auto;
}
#iprospect .models .inner .row .person {
  grid-column-start: span 2;
}
#iprospect .models .inner .row .person.s4 {
  grid-column-start: span 4;
}
#iprospect .models .inner .row .person .face img {
  width: 112px;
}
#iprospect .models .inner .row .person .name {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.02em;
}
#iprospect .models .inner .row .person .job {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: #141424;
}
#iprospect .models .inner .gap {
  height: 1px;
  width: 100%;
  background-color: #141424;
}
#iprospect .least {
  background-color: #FFF1F3;
}
#iprospect .least .inner {
  text-align: center;
  color: #141424;
}
#iprospect .least .inner h2 {
  font-size: 26px;
}
#iprospect .least .inner .intro {
  font-size: 16px;
  line-height: 26px;
}
#iprospect .least .inner .circles {
  position: relative;
  max-width: 288px;
  margin: auto;
  margin: 40px auto;
}
#iprospect .least .inner .circles .c {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#iprospect .least .inner .circles .c .job {
  font-weight: 300;
  font-size: 25px;
  line-height: 27px;
  padding-bottom: 3px;
}
#iprospect .least .inner .circles .c .num {
  font-weight: 700;
  font-size: 20px;
}
#iprospect .least .inner .circles .c0 {
  background-color: #FFC8C6;
  width: 130px;
  height: 130px;
  margin-left: 30px;
}
#iprospect .least .inner .circles .c0 img {
  width: 33px;
}
#iprospect .least .inner .circles .c1 {
  background-color: #FFB8B5;
  width: 164px;
  height: 164px;
  position: absolute;
  top: 110px;
  right: 15px;
}
#iprospect .least .inner .circles .c1 img {
  width: 35px;
}
#iprospect .least .inner .circles .c2 {
  background-color: #FFA9A4;
  width: 190px;
  height: 190px;
  margin-top: 140px;
  margin-left: 15px;
}
#iprospect .least .inner .circles .c2 img {
  width: 47px;
}
#iprospect .least .inner .circles .c3 {
  background-color: #FF9993;
  width: 194px;
  height: 194px;
  position: absolute;
  top: 460px;
  right: 0;
}
#iprospect .least .inner .circles .c3 img {
  width: 41px;
}
#iprospect .least .inner .circles .c4 {
  background-color: #FF8A83;
  width: 243px;
  height: 243px;
  margin-top: 200px;
}
#iprospect .least .inner .circles .c4 img {
  width: 54px;
}
#iprospect .cta .inner {
  padding: 30px 0;
  text-align: center;
}
#iprospect .cta .inner .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #141424;
  max-width: 291px;
  margin-left: auto;
  margin-right: auto;
}
#iprospect .cta .inner .logo img {
  width: 150px;
  padding: 20px 0;
}
#iprospect .footer .inner {
  border-top: 1px solid #112a25;
  padding: 30px 0;
}
#iprospect .footer .inner .cc {
  text-align: center;
  font-size: 12px;
  line-height: 14.4px;
  color: #000;
  padding: 20px 0;
}
#iprospect .footer .inner .cc img {
  padding-bottom: 5px;
}
#iprospect .footer .inner .method {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #141424;
}
@media only screen and (min-width: 580px) {
  #iprospect .curr .inner .bar {
    margin: 0;
    margin-left: auto;
    width: 330px;
  }
  #iprospect .curr .inner .bar .label {
    display: block;
  }
  #iprospect .table .inner .tbl .top .icons {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #iprospect .models .inner .row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  #iprospect .models .inner .row .car-img, #iprospect .models .inner .row .text, #iprospect .models .inner .row .line {
    grid-column-start: span 12;
  }
  #iprospect .models .inner .row .person {
    grid-column-start: span 3;
  }
  #iprospect .models .inner .row .s3, #iprospect .models .inner .row .s4 {
    grid-column-start: span 4;
  }
  #iprospect .least .inner .circles {
    max-width: 400px;
  }
  #iprospect .least .inner .circles .c0 {
    margin-left: 50px;
  }
  #iprospect .least .inner .circles .c1 {
    top: 35px;
    right: 50px;
  }
  #iprospect .least .inner .circles .c2 {
    margin-top: 10px;
    margin-left: 20px;
  }
  #iprospect .least .inner .circles .c3 {
    top: 210px;
    right: 0;
  }
  #iprospect .least .inner .circles .c4 {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  #iprospect {
    padding-bottom: 130px;
    background: url("../img/cars_col.svg");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 100px;
  }
  #iprospect .inner {
    width: 94%;
    margin: auto;
    padding: 30px 0;
    max-width: 1213px;
  }
  #iprospect .m-bar {
    display: none;
  }
  #iprospect .header {
    background: none;
    min-height: 610px;
    margin-top: 30px;
    margin-left: 36px;
    margin-right: 36px;
  }
  #iprospect .header .inner {
    background: linear-gradient(#ff7585 0%, #FF8484 100%);
    max-width: none;
    position: relative;
    padding: 120px 0;
    width: 100%;
  }
  #iprospect .header .inner .logo {
    display: block;
    position: absolute;
    left: 30px;
    top: 20px;
    width: 103px;
  }
  #iprospect .header .inner .car {
    display: block;
    position: absolute;
    width: 1140px;
    left: 51%;
    top: 36%;
    transform: translate(-50%, -50%);
  }
  #iprospect .header .inner .title {
    font-weight: 700;
    color: #141424;
    position: relative;
    z-index: 3;
  }
  #iprospect .header .inner .title h1 {
    font-size: 95px;
    line-height: 45px;
    margin-top: 120px;
    margin-bottom: 40px;
  }
  #iprospect .header .inner .title .sub {
    font-size: 29px;
    padding-bottom: 90px;
  }
  #iprospect .header .inner .text {
    display: block;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #141424;
    padding: 0 50px;
  }
  #iprospect .curr {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
  }
  #iprospect .curr .inner {
    max-width: none;
    width: 92%;
  }
  #iprospect .curr .inner .bar {
    width: 350px;
  }
  #iprospect .intro .inner .text {
    display: none;
  }
  #iprospect .intro .inner .stats {
    display: grid;
    grid-template-columns: 320px 350px 300px;
    justify-content: space-between;
    grid-row-gap: 40px;
    font-size: 28px;
    line-height: 35px;
    padding: 50px 0;
    padding-bottom: 30px;
  }
  #iprospect .intro .inner .stats > :nth-child(1) {
    max-width: 270px;
  }
  #iprospect .intro .inner .stats > :nth-child(2) {
    max-width: 300px;
    justify-self: end;
  }
  #iprospect .intro .inner .stats > :nth-child(3) {
    max-width: 280px;
  }
  #iprospect .split .inner {
    padding-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 36px;
  }
  #iprospect .split .inner .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #iprospect .split .inner .box .spacing {
    padding: 20px 35px;
  }
  #iprospect .split .inner .box .spacing h2 {
    background-color: #FF7585;
    display: inline-block;
    padding: 8px 0;
    padding-right: 40px;
    font-size: 26px;
    color: #141424;
    position: relative;
    margin-top: 15px;
  }
  #iprospect .split .inner .box .spacing h2::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 35px;
    left: -35px;
    top: 0;
    background-color: #FF7585;
  }
  #iprospect .split .inner .box .spacing .car {
    font-size: 50px;
  }
  #iprospect .split .inner .box .spacing .price {
    font-size: 30px;
    padding-bottom: 30px;
  }
  #iprospect .split .inner .box .spacing .owned {
    display: block;
    padding-bottom: 12px;
    width: auto;
    border-bottom: none;
  }
  #iprospect .split .inner .box .spacing .owned img {
    display: none;
  }
  #iprospect .split .inner .box .spacing .owned .text {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
  }
  #iprospect .split .inner .box .spacing .owned .text .by {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #0f302a;
    padding-right: 10px;
  }
  #iprospect .split .inner .box .spacing .owned .text .name {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #141424;
  }
  #iprospect .split .inner .box .spacing .d {
    display: grid;
    grid-template-columns: 116px 1fr;
    grid-column-gap: 15px;
    padding: 20px 0;
  }
  #iprospect .split .inner .box .spacing .d img {
    display: block;
    width: 116px;
    padding-top: 10px;
  }
  #iprospect .split .inner .box .spacing .d p {
    padding-left: 10px;
    margin: 0;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  #iprospect .split .inner .box .botimg {
    max-width: 100%;
    display: block;
  }
  #iprospect .split .inner .box.red {
    margin-bottom: 0;
  }
  #iprospect .split .inner .box.red h2, #iprospect .split .inner .box.red h2::before {
    background-color: #FF7585;
  }
  #iprospect .split .inner .box.red .d p {
    border-left: 6px solid #ff6a7a;
  }
  #iprospect .split .inner .box.blue {
    background-color: #E4EBFF;
  }
  #iprospect .split .inner .box.blue h2, #iprospect .split .inner .box.blue h2::before {
    background-color: #84A6FF;
  }
  #iprospect .split .inner .box.blue .d p {
    border-left: 6px solid #799cff;
  }
  #iprospect .table .inner {
    max-width: 1066px;
  }
  #iprospect .table .inner .tbl {
    border-bottom: 2px solid #ff88a8;
  }
  #iprospect .table .inner .tbl .top {
    background: linear-gradient(#ff7585 0%, #ff8a83 100%);
    padding: 0;
  }
  #iprospect .table .inner .tbl .top h2 {
    font-size: 44px;
    margin: 14px 0;
    padding: 0 30px;
    padding-top: 20px;
  }
  #iprospect .table .inner .tbl .top .text {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 14px;
    padding: 0 30px;
    padding-bottom: 10px;
  }
  #iprospect .table .inner .tbl .top .icons {
    display: none;
  }
  #iprospect .table .inner .tbl .top .th {
    display: grid;
    grid-template-columns: 24px 1.3fr 1fr 1.1fr 1.3fr 0.9fr 0.8fr;
    grid-column-gap: 10px;
    font-size: 17px;
    text-align: left;
    color: #141424;
    font-weight: 700;
    align-items: end;
    padding: 5px 10px;
    padding-right: 20px;
  }
  #iprospect .table .inner .tbl .top .th .tc {
    padding-top: 30px;
    background-image: url("../img/sort.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left top;
    user-select: none;
    cursor: pointer;
  }
  #iprospect .table .inner .tbl .top .th .tc.active {
    background-size: 12px;
  }
  #iprospect .table .inner .tbl .top .th .tc.active.asc {
    background-image: url("../img/asc.svg");
  }
  #iprospect .table .inner .tbl .top .th .tc.active.desc {
    background-image: url("../img/desc.svg");
  }
  #iprospect .table .inner .tbl .top .th .no {
    background: none;
  }
  #iprospect .table .inner .tbl .tb {
    height: 700px;
    overflow-y: scroll;
  }
  #iprospect .table .inner .tbl .tb::-webkit-scrollbar {
    width: 10px;
  }
  #iprospect .table .inner .tbl .tb .tr {
    display: grid;
    grid-template-columns: 24px 1.3fr 1fr 1.1fr 1.3fr 0.9fr 0.8fr;
    grid-column-gap: 10px;
    padding: 7px 10px;
    font-size: 16px;
    align-items: center;
  }
  #iprospect .table .inner .tbl .tb .tr .tc {
    color: #141424;
  }
  #iprospect .table .inner .tbl .tb .tr .tc img {
    display: none;
  }
  #iprospect .table .inner .tbl .tb .tr .tc.id {
    text-align: center;
    color: #ff88a8;
    font-weight: 700;
    padding-right: 0;
    font-size: 15px;
  }
  #iprospect .table .inner .tbl .tb .tr .tc.name {
    font-weight: 700;
    padding-right: 0;
  }
  #iprospect .table .inner .tbl .tb .tr .tc.car {
    grid-column: auto;
    padding-right: 0;
    display: flex;
    align-items: center;
  }
  #iprospect .table .inner .tbl .tb .tr .tc.net {
    display: flex;
    align-items: center;
  }
  #iprospect .table .inner .tbl .tb .tr .tc.cost {
    color: #FF7D9E;
    font-weight: 700;
  }
  #iprospect .table .inner .tbl .tb .tr .tc.car, #iprospect .table .inner .tbl .tb .tr .tc.cost {
    padding-top: 0;
    border-top: 0;
    display: block;
  }
  #iprospect .table .inner .tbl .tb .tr .tc.desk {
    display: block;
  }
  #iprospect .rich {
    margin: 36px 0;
  }
  #iprospect .rich .inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 36px;
    grid-column-gap: 36px;
    padding: 0;
  }
  #iprospect .rich .inner .box {
    padding: 25px 15px;
    padding-bottom: 50px;
    max-width: none;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 600px;
  }
  #iprospect .rich .inner .box.women {
    background-color: #F1F5FF;
    order: 2;
    margin-bottom: 0;
  }
  #iprospect .rich .inner .box.women .rank, #iprospect .rich .inner .box.women .name, #iprospect .rich .inner .box.women .car {
    background-color: initial;
  }
  #iprospect .rich .inner .box.men {
    background-color: #FFF0F1;
  }
  #iprospect .rich .inner .box.men .rank, #iprospect .rich .inner .box.men .name, #iprospect .rich .inner .box.men .car {
    background-color: initial;
  }
  #iprospect .rich .inner .box h2 {
    font-size: 44px;
    color: #141424;
    margin: 0;
    padding-left: 30px;
    padding-top: 10px;
  }
  #iprospect .rich .inner .box .sub {
    font-weight: 300;
    font-size: 28px;
    color: #141424;
    padding-bottom: 50px;
    padding-left: 30px;
  }
  #iprospect .rich .inner .box .tbl .tr {
    display: grid;
    grid-template-columns: 25px 168px 138px 70px 1fr;
    border-top: 1px solid rgba(20, 20, 36, 0.5);
  }
  #iprospect .rich .inner .box .tbl .tr .tc {
    color: #141424;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #iprospect .rich .inner .box .tbl .tr .tc.rank {
    font-weight: 700;
    padding-left: 8px;
    font-size: 18px;
  }
  #iprospect .rich .inner .box .tbl .tr .tc.name {
    font-weight: 700;
    padding-left: 6px;
    font-size: 18px;
  }
  #iprospect .rich .inner .box .tbl .tr .tc.car {
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    text-align: left;
    padding-left: 6px;
    padding-right: 8px;
    order: 3;
  }
  #iprospect .rich .inner .box .tbl .tr .tc.net {
    grid-column: auto;
    padding-left: 6px;
  }
  #iprospect .rich .inner .box .tbl .tr .tc.net .label {
    display: none;
  }
  #iprospect .rich .inner .box .tbl .tr .tc.net .value {
    font-size: 16px;
  }
  #iprospect .rich .inner .box .tbl .tr .tc.cost {
    text-align: left;
    padding-left: 6px;
    padding-right: 8px;
    order: 2;
  }
  #iprospect .rich .inner .box .tbl .tr .tc.cost .label {
    display: none;
  }
  #iprospect .rich .inner .box .tbl .tr .tc.cost .value {
    font-size: 16px;
    font-weight: bold;
  }
  #iprospect .rich .inner .box .tbl .first {
    border: 0;
  }
  #iprospect .rich .inner .box .tbl .th {
    border-top: 0;
    font-weight: 700;
    font-size: 14px;
    color: #141424;
  }
  #iprospect .rich .inner .box .tbl .th .lblnet, #iprospect .rich .inner .box .tbl .th .lblcost {
    background-color: white;
    width: fit-content;
    padding: 4px 10px;
  }
  #iprospect .rich .inner .box .tbl .th .lblcost {
    grid-column-start: span 2;
  }
  #iprospect .bill {
    background: url("../img/cars.svg"), linear-gradient(#84a6ff 0%, #7ed2e9 100%);
    background-position: center bottom -2px, center center;
    background-repeat: repeat-x, no-repeat;
    background-size: auto 100px, auto;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect .bill .inner h2 {
    font-size: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect .bill .inner .intro {
    font-size: 16px;
    line-height: 27px;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect .bill .inner .scale {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    width: 145px;
    height: 32px;
    font-size: 16px;
    color: #141424;
    font-weight: 700;
    margin: 30px auto;
  }
  #iprospect .bill .inner .scale .sq {
    width: 10px;
    height: 10px;
    background-color: #141424;
    margin-right: 5px;
  }
  #iprospect .bill .inner .cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: end;
  }
  #iprospect .bill .inner .cols .col {
    padding: 30px 0;
    max-width: 315px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect .bill .inner .cols .col margin-lefe .profile {
    display: grid;
    grid-template-columns: 77px 1fr;
    grid-column-gap: 20px;
    padding-bottom: 20px;
    align-items: end;
  }
  #iprospect .bill .inner .cols .col margin-lefe .profile .text .name {
    font-size: 30px;
  }
  #iprospect .bill .inner .cols .col margin-lefe .profile .text .prof {
    font-size: 18px;
  }
  #iprospect .bill .inner .cols .col .net {
    max-width: none;
  }
  #iprospect .bill .inner .cols .col .could {
    color: #141424;
    padding: 10px 0;
  }
  #iprospect .bill .inner .cols .col .could .car {
    padding-bottom: 0;
  }
  #iprospect .bill .inner .cols .col .squares {
    display: grid;
    grid-template-columns: repeat(auto-fill, 11px);
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    max-width: 315px;
    margin: auto;
    padding: 0;
  }
  #iprospect .bill .inner .cols .col .squares .s {
    width: 10px;
    height: 10px;
    background-color: #141424;
    position: relative;
  }
  #iprospect .bill .inner .cols .col .squares .lbl::before {
    content: "";
    position: absolute;
    width: 49px;
    height: 1px;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }
  #iprospect .bill .inner .cols .col .squares .lbl::after {
    content: "10,000 cars";
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    width: 100px;
    font-size: 16px;
    font-weight: 700;
    color: #141424;
  }
  #iprospect .bill .inner .cols .col .car-img {
    margin-top: 10px;
    position: relative;
  }
  #iprospect .bill .inner .cols .col .car-img img {
    width: 100%;
  }
  #iprospect .bill .inner .cols .col .car-img .lbl {
    position: absolute;
    right: -20px;
    top: 80%;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    background-color: white;
    width: 78px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
  }
  #iprospect .bill .inner .cols .col .car-img .lbl::before {
    content: "";
    position: absolute;
    right: 100%;
    width: 11px;
    height: 28px;
    background-image: url("../img/tri.svg");
    background-size: cover;
  }
  #iprospect .bill .inner .cols .col .desc {
    font-size: 16px;
    line-height: 26px;
    color: #141424;
    height: 180px;
  }
  #iprospect .bill .inner .cols .col.bezos .squares > :nth-child(11), #iprospect .bill .inner .cols .col.bezos .squares > :nth-child(21), #iprospect .bill .inner .cols .col.bezos .squares > :nth-child(31), #iprospect .bill .inner .cols .col.bezos .squares > :nth-child(41), #iprospect .bill .inner .cols .col.bezos .squares > :nth-child(51), #iprospect .bill .inner .cols .col.bezos .squares > :nth-child(69) {
    grid-column: 1;
  }
  #iprospect .bill .inner .cols .col.gates .squares > :nth-child(11), #iprospect .bill .inner .cols .col.gates .squares > :nth-child(21), #iprospect .bill .inner .cols .col.gates .squares > :nth-child(31), #iprospect .bill .inner .cols .col.gates .squares > :nth-child(41), #iprospect .bill .inner .cols .col.gates .squares > :nth-child(51), #iprospect .bill .inner .cols .col.gates .squares > :nth-child(68) {
    grid-column: 1;
  }
  #iprospect .bill .inner .cols .col.walton .squares > :nth-child(11), #iprospect .bill .inner .cols .col.walton .squares > :nth-child(26) {
    grid-column: 1;
  }
  #iprospect .bill .inner .cols .col.walton .squares .lbl::before {
    width: 1px;
    height: 39px;
    transform: translateY(-100%);
  }
  #iprospect .bill .inner .cols .col.walton .squares .lbl::after {
    top: auto;
    bottom: 46px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  #iprospect .bill .inner .cols .col.gates, #iprospect .bill .inner .cols .col.walton {
    border-top: 0;
  }
  #iprospect .brands .inner {
    padding-bottom: 80px;
  }
  #iprospect .brands .inner h2 {
    font-size: 40px;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect .brands .inner .ford, #iprospect .brands .inner .toyota {
    padding: 10px 0;
    padding-bottom: 0;
    position: relative;
    grid-column-start: 2;
    grid-column-end: 4;
  }
  #iprospect .brands .inner .ford img, #iprospect .brands .inner .toyota img {
    width: 109px;
    display: block;
    padding-left: 15px;
  }
  #iprospect .brands .inner .ford::before, #iprospect .brands .inner .toyota::before {
    content: "";
    position: absolute;
    width: 126px;
    height: 1px;
    background-color: #141424;
    right: 100%;
    top: 50%;
  }
  #iprospect .brands .inner .ford {
    padding-bottom: 0;
  }
  #iprospect .brands .inner .ford img {
    width: 109px;
  }
  #iprospect .brands .inner .toyota {
    padding-bottom: 10px;
  }
  #iprospect .brands .inner .toyota img {
    width: 175px;
  }
  #iprospect .brands .inner .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #iprospect .brands .inner .row .col {
    display: grid;
    grid-template-columns: 77px 151px 1fr;
    grid-row-gap: 24px;
    grid-column-gap: 20px;
    padding: 20px 0;
    max-width: 500px;
    margin: auto;
  }
  #iprospect .brands .inner .row .col .portrait {
    position: relative;
  }
  #iprospect .brands .inner .row .col .portrait img {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  #iprospect .brands .inner .row .col .portrait::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 126px;
    background-color: #141424;
    left: -30px;
    bottom: 10%;
  }
  #iprospect .brands .inner .row .col .car-img img {
    width: 100%;
  }
  #iprospect .brands .inner .row .col .text {
    font-size: 23px;
    text-align: left;
    color: #141424;
  }
  #iprospect .brands .inner .row .col .text .name {
    font-weight: 700;
  }
  #iprospect .brands .inner .row .col .text .car {
    font-weight: 300;
  }
  #iprospect .brands .inner .row .col .text .price {
    font-size: 19px;
  }
  #iprospect .models {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }
  #iprospect .models .inner {
    padding-bottom: 50px;
  }
  #iprospect .models .inner h2 {
    font-size: 40px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }
  #iprospect .models .inner .row {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 272px 210px 1fr 112px 112px 112px 112px;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
  }
  #iprospect .models .inner .row .car-img {
    grid-column-start: auto;
  }
  #iprospect .models .inner .row .car-img img {
    width: 100%;
    max-width: 380px;
  }
  #iprospect .models .inner .row .text {
    grid-column-start: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #iprospect .models .inner .row .text .car {
    font-weight: 700;
  }
  #iprospect .models .inner .row .text .price {
    font-weight: 300;
    font-size: 19px;
  }
  #iprospect .models .inner .row .line {
    display: none;
    grid-column-start: auto;
    width: 100%;
    height: 1px;
    background-color: #141424;
    margin: 5px auto;
    align-self: center;
    margin-bottom: 30px;
  }
  #iprospect .models .inner .row .person {
    grid-column-start: auto;
    text-align: left;
  }
  #iprospect .models .inner .row .person.s4 {
    grid-column-start: auto;
  }
  #iprospect .models .inner .row .person .face img {
    width: 112px;
  }
  #iprospect .models .inner .row .person .name {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.02em;
  }
  #iprospect .models .inner .row .person .job {
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    color: #141424;
  }
  #iprospect .models .inner .gap {
    display: none;
  }
  #iprospect .least {
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect .least .inner {
    text-align: center;
    color: #141424;
  }
  #iprospect .least .inner h2 {
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect .least .inner .intro {
    font-size: 16px;
    line-height: 26px;
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
  }
  #iprospect .least .inner .circles {
    position: relative;
    max-width: none;
    margin: auto;
    margin: 60px auto;
    display: grid;
    grid-template-columns: 130px 164px 190px 194px 243px;
    grid-column-gap: 10px;
    justify-content: space-around;
    align-items: center;
  }
  #iprospect .least .inner .circles .c {
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: static;
  }
  #iprospect .least .inner .circles .c .job {
    font-weight: 300;
    font-size: 27px;
    line-height: 27px;
    padding-bottom: 3px;
  }
  #iprospect .least .inner .circles .c .num {
    font-size: 21px;
    font-family: oswald, sans-serif;
    font-weight: 500;
  }
  #iprospect .least .inner .circles .c0 {
    margin-left: 0;
  }
  #iprospect .least .inner .circles .c1 {
    top: initial;
    right: initial;
  }
  #iprospect .least .inner .circles .c2 {
    margin-top: 0;
    margin-left: 0;
  }
  #iprospect .least .inner .circles .c3 {
    top: initial;
    right: initial;
  }
  #iprospect .least .inner .circles .c4 {
    margin-top: 0;
  }
  #iprospect .cta .inner {
    padding: 60px 0;
    text-align: left;
    display: grid;
    grid-template-columns: 700px 190px;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
  }
  #iprospect .cta .inner .text {
    color: #141424;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 30px;
  }
  #iprospect .cta .inner .logo img {
    width: 170px;
    padding: 0;
  }
  #iprospect .footer .inner {
    max-width: 1300px;
    border-top: 1px solid #112a25;
    padding: 40px 0;
  }
  #iprospect .footer .inner .cc {
    text-align: center;
    font-size: 12px;
    line-height: 14.4px;
    color: #000;
    padding: 20px 0;
  }
  #iprospect .footer .inner .cc img {
    padding-bottom: 5px;
  }
  #iprospect .footer .inner .method {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #141424;
  }
  #iprospect .footer .inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  #iprospect .footer .inner .cc {
    display: flex;
    align-items: center;
  }
  #iprospect .footer .inner .cc > :first-child {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1260px) {
  #iprospect .rich {
    background: linear-gradient(90deg, #fff0f1 0%, #fff0f1 30%, white 31%, white 65%, #f1f5ff 66%, #f1f5ff 100%);
  }
  #iprospect .rich .inner {
    grid-template-columns: 1fr 1fr;
  }
  #iprospect .models .inner .row .line {
    display: block;
  }
}
