button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

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

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

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

#iprospect {
  font-family: open-sans, sans-serif;
  font-weight: 400; }
  #iprospect h1 {
    font-family: filson-soft, sans-serif;
    font-weight: 400;
    font-size: 62px;
    margin-bottom: 20px; }
  #iprospect h2 {
    font-family: filson-soft, sans-serif;
    font-weight: 500;
    font-size: 2.2em; }
  #iprospect .flex {
    display: -webkit-box;
    display: flex; }
  #iprospect .inner {
    width: 90%;
    max-width: 1536px;
    margin: auto;
    padding-top: 30px; }
  #iprospect .header {
    background-color: #ee8e2e; }
    #iprospect .header .inner {
      color: white;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      align-content: flex-end;
      flex-wrap: wrap; }
      #iprospect .header .inner h1, #iprospect .header .inner p {
        width: 100%;
        text-align: center;
        line-height: 1em; }
      #iprospect .header .inner p {
        font-size: 24px;
        line-height: 1.4em;
        font-family: filson-soft, sans-serif;
        font-weight: 200; }
      #iprospect .header .inner .italic {
        font-weight: 300;
        font-style: italic; }
      #iprospect .header .inner .h-img {
        -webkit-box-align: end;
                align-items: flex-end; }
  #iprospect .intro .inner {
    padding-bottom: 30px; }
  #iprospect .bluebg {
    background-color: #D5E3FA; }
    #iprospect .bluebg .inner h2 {
      color: #1B4B99; }
  #iprospect .greenbg {
    background-color: #e5e9ce; }
    #iprospect .greenbg .inner h2 {
      color: #4E4C23; }
  #iprospect .orangebg {
    background-color: #fbe6c2; }
    #iprospect .orangebg .inner h2 {
      color: #D89C2F; }
  #iprospect .redbg {
    background-color: #f9d1d2; }
    #iprospect .redbg .inner h2 {
      color: #e92327; }
  #iprospect .purplebg {
    background-color: #f1e5f7; }
    #iprospect .purplebg .inner h2 {
      color: #85479d; }
  #iprospect .bluebg .content {
    -webkit-box-pack: center;
            justify-content: center; }
    #iprospect .bluebg .content .img-c {
      position: relative;
      height: 200px;
      width: 100%;
      -webkit-box-pack: center;
              justify-content: center; }
    #iprospect .bluebg .content .table-c {
      width: 100%;
      margin-bottom: 20px;
      align-self: center; }
    #iprospect .bluebg .content .box {
      z-index: 3; }
    #iprospect .bluebg .content .table {
      width: 100%; }
      #iprospect .bluebg .content .table .t-h, #iprospect .bluebg .content .table .t-b {
        width: 100%;
        margin-bottom: 4px; }
        #iprospect .bluebg .content .table .t-h .t-h1, #iprospect .bluebg .content .table .t-h .t-h2, #iprospect .bluebg .content .table .t-b .t-h1, #iprospect .bluebg .content .table .t-b .t-h2 {
          width: 50%;
          color: #1A4A98;
          font-weight: 700; }
        #iprospect .bluebg .content .table .t-h .t-row, #iprospect .bluebg .content .table .t-b .t-row {
          width: 100%;
          margin-bottom: 4px;
          -webkit-box-pack: justify;
                  justify-content: space-between; }
          #iprospect .bluebg .content .table .t-h .t-row .t-b1, #iprospect .bluebg .content .table .t-h .t-row .t-b2, #iprospect .bluebg .content .table .t-b .t-row .t-b1, #iprospect .bluebg .content .table .t-b .t-row .t-b2 {
            width: 49.2%; }
          #iprospect .bluebg .content .table .t-h .t-row .t-b1, #iprospect .bluebg .content .table .t-b .t-row .t-b1 {
            background-color: rgba(255, 255, 255, 0.66);
            border-radius: 15px 0 0 15px;
            padding: 4px;
            padding-left: 10px; }
          #iprospect .bluebg .content .table .t-h .t-row .t-b2, #iprospect .bluebg .content .table .t-b .t-row .t-b2 {
            -webkit-box-align: center;
                    align-items: center;
            color: white;
            font-weight: 700;
            background-color: rgba(254, 27, 55, 0.61);
            border-radius: 0 15px 15px 0; }
            #iprospect .bluebg .content .table .t-h .t-row .t-b2 .blue, #iprospect .bluebg .content .table .t-b .t-row .t-b2 .blue {
              -webkit-box-align: center;
                      align-items: center;
              height: 100%;
              padding: 4px;
              padding-left: 10px;
              background-color: #1B4B99;
              margin-right: 10px; }
    #iprospect .bluebg .content .img-c {
      position: relative; }
      #iprospect .bluebg .content .img-c .blue {
        background-color: rgba(20, 51, 101, 0.82); }
      #iprospect .bluebg .content .img-c .red {
        background-color: rgba(229, 56, 77, 0.82); }
  #iprospect .greenbg .inner {
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center; }
    #iprospect .greenbg .inner .img-c {
      flex-wrap: wrap;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-ordinal-group: 3;
              order: 2; }
      #iprospect .greenbg .inner .img-c .green {
        background-color: rgba(171, 47, 0, 0.82);
        z-index: 2; }
    #iprospect .greenbg .inner .table-c {
      width: 100%;
      margin-bottom: 20px; }
    #iprospect .greenbg .inner .table {
      width: 100%;
      margin: auto;
      max-width: 600px; }
      #iprospect .greenbg .inner .table .t-h, #iprospect .greenbg .inner .table .t-b {
        width: 100%;
        margin-bottom: 4px; }
        #iprospect .greenbg .inner .table .t-h .t-h1, #iprospect .greenbg .inner .table .t-h .t-h2, #iprospect .greenbg .inner .table .t-b .t-h1, #iprospect .greenbg .inner .table .t-b .t-h2 {
          width: 50%;
          color: #4E4C23;
          font-weight: 700; }
        #iprospect .greenbg .inner .table .t-h .t-row, #iprospect .greenbg .inner .table .t-b .t-row {
          width: 100%;
          margin-bottom: 4px;
          -webkit-box-pack: justify;
                  justify-content: space-between; }
          #iprospect .greenbg .inner .table .t-h .t-row .t-b1, #iprospect .greenbg .inner .table .t-b .t-row .t-b1 {
            background-color: rgba(255, 255, 255, 0.66);
            border-radius: 15px 0 0 15px;
            padding: 4px;
            padding-left: 10px;
            width: 100%; }
          #iprospect .greenbg .inner .table .t-h .t-row .t-b2, #iprospect .greenbg .inner .table .t-b .t-row .t-b2 {
            -webkit-box-align: center;
                    align-items: center;
            color: white;
            font-weight: 700;
            background-color: #AB2F00;
            border-radius: 0 15px 15px 0;
            padding: 4px;
            width: 180px;
            padding-left: 10px; }
  #iprospect .orangebg .inner {
    -webkit-box-pack: center;
            justify-content: center; }
    #iprospect .orangebg .inner .text-c {
      flex-wrap: wrap; }
    #iprospect .orangebg .inner .img-c {
      flex-wrap: wrap;
      -webkit-box-ordinal-group: 3;
              order: 2;
      -webkit-box-pack: center;
              justify-content: center; }
  #iprospect .purplebg .inner {
    -webkit-box-pack: center;
            justify-content: center; }
    #iprospect .purplebg .inner .img-c {
      flex-wrap: wrap;
      -webkit-box-ordinal-group: 3;
              order: 2;
      -webkit-box-pack: center;
              justify-content: center; }
      #iprospect .purplebg .inner .img-c .purple {
        background-color: rgba(134, 70, 159, 0.82); }
    #iprospect .purplebg .inner .table-c {
      width: 100%;
      margin-bottom: 20px; }
    #iprospect .purplebg .inner .table {
      width: 100%;
      max-width: 800px;
      margin: auto; }
      #iprospect .purplebg .inner .table .t-c {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: center;
                justify-content: center; }
      #iprospect .purplebg .inner .table .t-b {
        max-width: 370px;
        min-width: 180px;
        margin: 0 5px; }
      #iprospect .purplebg .inner .table .t-h, #iprospect .purplebg .inner .table .t-b {
        width: 100%;
        margin-bottom: 4px; }
        #iprospect .purplebg .inner .table .t-h .t-h1, #iprospect .purplebg .inner .table .t-h .t-h2, #iprospect .purplebg .inner .table .t-b .t-h1, #iprospect .purplebg .inner .table .t-b .t-h2 {
          width: 100%;
          color: #86469F;
          font-weight: 700; }
        #iprospect .purplebg .inner .table .t-h .t-row, #iprospect .purplebg .inner .table .t-b .t-row {
          width: 100%;
          margin-bottom: 4px;
          -webkit-box-pack: justify;
                  justify-content: space-between; }
          #iprospect .purplebg .inner .table .t-h .t-row .t-b1, #iprospect .purplebg .inner .table .t-b .t-row .t-b1 {
            width: 50px; }
          #iprospect .purplebg .inner .table .t-h .t-row .t-b2, #iprospect .purplebg .inner .table .t-b .t-row .t-b2 {
            width: inherit; }
          #iprospect .purplebg .inner .table .t-h .t-row .t-b1, #iprospect .purplebg .inner .table .t-b .t-row .t-b1 {
            background-color: #86469F;
            border-radius: 15px 0 0 15px;
            padding: 4px;
            padding-left: 10px;
            text-align: center;
            font-weight: 700;
            color: white; }
          #iprospect .purplebg .inner .table .t-h .t-row .t-b2, #iprospect .purplebg .inner .table .t-b .t-row .t-b2 {
            -webkit-box-align: center;
                    align-items: center;
            color: black;
            background-color: rgba(255, 255, 255, 0.66);
            border-radius: 0 15px 15px 0;
            padding: 4px;
            padding-left: 10px; }
  #iprospect .block .inner {
    flex-wrap: wrap; }
    #iprospect .block .inner .img-c {
      flex-wrap: wrap;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      -webkit-box-ordinal-group: 3;
              order: 2; }
  #iprospect .content {
    flex-wrap: wrap;
    -webkit-box-align: end;
            align-items: flex-end; }
  #iprospect .box {
    max-width: 210px;
    padding: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.75);
    margin: 10px auto;
    text-align: center;
    color: white;
    font-weight: 700;
    font-style: italic; }
  #iprospect .orangebg .inner .text-c {
    flex-wrap: wrap; }
  #iprospect .orangebg .inner .img-c .orange {
    background-color: rgba(240, 155, 0, 0.92); }
  #iprospect .footer .inner {
    padding: 30px 0;
    text-align: center; }
    #iprospect .footer .inner h2 {
      font-size: 1.1em; }
    #iprospect .footer .inner p {
      font-size: 0.8em; }
    #iprospect .footer .inner .cc {
      flex-wrap: wrap;
      font-size: 0.8em;
      -webkit-box-pack: center;
              justify-content: center;
      text-align: center;
      -webkit-box-align: center;
              align-items: center; }
      #iprospect .footer .inner .cc > div {
        margin: 4px 10px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
  @media only screen and (min-width: 500px) {
    #iprospect .bluebg .inner .content .img-c {
      position: relative;
      width: 485px; }
      #iprospect .bluebg .inner .content .img-c .blue {
        position: absolute;
        bottom: 30px;
        left: 40%;
        -webkit-transform: translateX(-70%);
                transform: translateX(-70%); }
      #iprospect .bluebg .inner .content .img-c .red {
        position: absolute;
        bottom: 30px;
        right: 40%;
        -webkit-transform: translateX(90%);
                transform: translateX(90%); }
    #iprospect .greenbg .inner .img-c {
      position: relative;
      width: 485px; }
      #iprospect .greenbg .inner .img-c .green {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 300px; }
    #iprospect .orangebg .inner .img-c {
      position: relative;
      width: 400px; }
      #iprospect .orangebg .inner .img-c .orange {
        position: absolute;
        bottom: 15%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 300px; }
    #iprospect .purplebg .inner .img-c {
      position: relative;
      width: 400px; }
      #iprospect .purplebg .inner .img-c .purple {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 300px; } }
  @media only screen and (min-width: 1000px) {
    #iprospect .inner {
      width: 80%; } }
  @media only screen and (min-width: 1400px) {
    #iprospect .inner {
      width: 80%; }
    #iprospect .header .inner {
      max-height: 500px;
      flex-wrap: nowrap;
      padding: 0; }
      #iprospect .header .inner .h-text {
        min-width: 460px; }
        #iprospect .header .inner .h-text h1, #iprospect .header .inner .h-text p {
          text-align: left;
          margin-bottom: 2px; }
        #iprospect .header .inner .h-text p {
          font-size: 26px; }
      #iprospect .header .inner .h-img {
        padding-top: 30px; }
    #iprospect .bluebg .inner .content {
      flex-wrap: nowrap;
      min-height: 540px; }
      #iprospect .bluebg .inner .content .img-c {
        width: 1500px; }
        #iprospect .bluebg .inner .content .img-c img {
          position: absolute;
          bottom: 0;
          left: -100px; }
        #iprospect .bluebg .inner .content .img-c .blue {
          bottom: 80px;
          left: 40%;
          -webkit-transform: translateX(-100%);
                  transform: translateX(-100%); }
        #iprospect .bluebg .inner .content .img-c .red {
          bottom: 80px;
          right: 40%;
          -webkit-transform: translateX(60%);
                  transform: translateX(60%); }
      #iprospect .bluebg .inner .content .table-c .table .t-b .t-row .t-b1 {
        min-width: 300px; }
    #iprospect .greenbg .inner {
      flex-wrap: nowrap;
      -webkit-box-align: end;
              align-items: flex-end;
      min-height: 580px; }
      #iprospect .greenbg .inner .img-c {
        width: 50%; }
        #iprospect .greenbg .inner .img-c img {
          position: absolute;
          left: -50px;
          bottom: 0; }
        #iprospect .greenbg .inner .img-c .green {
          bottom: 100px;
          left: 42%; }
      #iprospect .greenbg .inner .content {
        align-self: flex-start;
        width: 50%;
        -webkit-box-ordinal-group: 3;
                order: 2;
        position: relative; }
        #iprospect .greenbg .inner .content h2 {
          position: absolute;
          top: 0;
          width: 250px;
          left: -270px; }
        #iprospect .greenbg .inner .content .table-c .table .t-b .t-row .t-b1 {
          min-width: 300px; }
    #iprospect .orangebg .inner {
      flex-wrap: nowrap;
      -webkit-box-align: end;
              align-items: flex-end;
      min-height: 630px;
      -webkit-box-pack: center;
              justify-content: center; }
      #iprospect .orangebg .inner .img-c {
        width: 50%; }
        #iprospect .orangebg .inner .img-c img {
          position: absolute;
          bottom: 0; }
        #iprospect .orangebg .inner .img-c .orange {
          bottom: 100px;
          z-index: 3; }
      #iprospect .orangebg .inner .content {
        align-self: center; }
      #iprospect .orangebg .inner .content {
        width: 50%;
        -webkit-box-ordinal-group: 3;
                order: 2; }
        #iprospect .orangebg .inner .content .table-c .table .t-b .t-row .t-b1 {
          min-width: 300px; }
    #iprospect .purplebg .inner {
      flex-wrap: nowrap;
      -webkit-box-align: end;
              align-items: flex-end;
      min-height: 700px;
      -webkit-box-pack: center;
              justify-content: center; }
      #iprospect .purplebg .inner .img-c {
        width: 50%; }
        #iprospect .purplebg .inner .img-c .purple {
          bottom: 100px;
          z-index: 2; }
        #iprospect .purplebg .inner .img-c img {
          position: absolute;
          bottom: 0; }
      #iprospect .purplebg .inner .content {
        align-self: center; }
      #iprospect .purplebg .inner .content {
        width: 50%;
        -webkit-box-ordinal-group: 4;
                order: 3; } }
