#iprospect {
  background-color: #fff;
  box-sizing: border-box;
  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;
  overflow: hidden;
  font-size: 15px; }
  #iprospect button, #iprospect [type='button'], #iprospect [type='reset'], #iprospect [type='submit'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #1565c0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1.5em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
    white-space: nowrap; }
    #iprospect button:hover, #iprospect [type='button']:hover, #iprospect [type='reset']:hover, #iprospect [type='submit']:hover {
      background-color: #11519a;
      color: #fff; }
    #iprospect button:focus, #iprospect [type='button']:focus, #iprospect [type='reset']:focus, #iprospect [type='submit']:focus {
      outline: 3px solid rgba(21, 101, 192, 0.6);
      outline-offset: 2px; }
    #iprospect button:disabled, #iprospect [type='button']:disabled, #iprospect [type='reset']:disabled, #iprospect [type='submit']:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
      #iprospect button:disabled:hover, #iprospect [type='button']:disabled:hover, #iprospect [type='reset']:disabled:hover, #iprospect [type='submit']:disabled:hover {
        background-color: #1565c0; }
  #iprospect fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0; }
  #iprospect legend {
    font-weight: 600;
    margin-bottom: 0.375em;
    padding: 0; }
  #iprospect label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.375em; }
  #iprospect input,
  #iprospect select,
  #iprospect textarea {
    display: block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-size: 16px; }
  #iprospect [type='color'], #iprospect [type='date'], #iprospect [type='datetime'], #iprospect [type='datetime-local'], #iprospect [type='email'], #iprospect [type='month'], #iprospect [type='number'], #iprospect [type='password'], #iprospect [type='search'], #iprospect [type='tel'], #iprospect [type='text'], #iprospect [type='time'], #iprospect [type='url'], #iprospect [type='week'], #iprospect input:not([type]), #iprospect textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-bottom: 0.75em;
    padding: 0.5em;
    -webkit-transition: border-color 150ms ease;
    transition: border-color 150ms ease;
    width: 100%; }
    #iprospect [type='color']:hover, #iprospect [type='date']:hover, #iprospect [type='datetime']:hover, #iprospect [type='datetime-local']:hover, #iprospect [type='email']:hover, #iprospect [type='month']:hover, #iprospect [type='number']:hover, #iprospect [type='password']:hover, #iprospect [type='search']:hover, #iprospect [type='tel']:hover, #iprospect [type='text']:hover, #iprospect [type='time']:hover, #iprospect [type='url']:hover, #iprospect [type='week']:hover, #iprospect input:not([type]):hover, #iprospect textarea:hover {
      border-color: #b1b1b1; }
    #iprospect [type='color']:focus, #iprospect [type='date']:focus, #iprospect [type='datetime']:focus, #iprospect [type='datetime-local']:focus, #iprospect [type='email']:focus, #iprospect [type='month']:focus, #iprospect [type='number']:focus, #iprospect [type='password']:focus, #iprospect [type='search']:focus, #iprospect [type='tel']:focus, #iprospect [type='text']:focus, #iprospect [type='time']:focus, #iprospect [type='url']:focus, #iprospect [type='week']:focus, #iprospect input:not([type]):focus, #iprospect textarea:focus {
      border-color: #1565c0;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
      outline: none; }
    #iprospect [type='color']:disabled, #iprospect [type='date']:disabled, #iprospect [type='datetime']:disabled, #iprospect [type='datetime-local']:disabled, #iprospect [type='email']:disabled, #iprospect [type='month']:disabled, #iprospect [type='number']:disabled, #iprospect [type='password']:disabled, #iprospect [type='search']:disabled, #iprospect [type='tel']:disabled, #iprospect [type='text']:disabled, #iprospect [type='time']:disabled, #iprospect [type='url']:disabled, #iprospect [type='week']:disabled, #iprospect input:not([type]):disabled, #iprospect textarea:disabled {
      background-color: #f2f2f2;
      cursor: not-allowed; }
      #iprospect [type='color']:disabled:hover, #iprospect [type='date']:disabled:hover, #iprospect [type='datetime']:disabled:hover, #iprospect [type='datetime-local']:disabled:hover, #iprospect [type='email']:disabled:hover, #iprospect [type='month']:disabled:hover, #iprospect [type='number']:disabled:hover, #iprospect [type='password']:disabled:hover, #iprospect [type='search']:disabled:hover, #iprospect [type='tel']:disabled:hover, #iprospect [type='text']:disabled:hover, #iprospect [type='time']:disabled:hover, #iprospect [type='url']:disabled:hover, #iprospect [type='week']:disabled:hover, #iprospect input:not([type]):disabled:hover, #iprospect textarea:disabled:hover {
        border: 1px solid #ddd; }
    #iprospect [type='color']::-webkit-input-placeholder, #iprospect [type='date']::-webkit-input-placeholder, #iprospect [type='datetime']::-webkit-input-placeholder, #iprospect [type='datetime-local']::-webkit-input-placeholder, #iprospect [type='email']::-webkit-input-placeholder, #iprospect [type='month']::-webkit-input-placeholder, #iprospect [type='number']::-webkit-input-placeholder, #iprospect [type='password']::-webkit-input-placeholder, #iprospect [type='search']::-webkit-input-placeholder, #iprospect [type='tel']::-webkit-input-placeholder, #iprospect [type='text']::-webkit-input-placeholder, #iprospect [type='time']::-webkit-input-placeholder, #iprospect [type='url']::-webkit-input-placeholder, #iprospect [type='week']::-webkit-input-placeholder, #iprospect input:not([type])::-webkit-input-placeholder, #iprospect textarea::-webkit-input-placeholder {
      color: #858585; }
    #iprospect [type='color']::-moz-placeholder, #iprospect [type='date']::-moz-placeholder, #iprospect [type='datetime']::-moz-placeholder, #iprospect [type='datetime-local']::-moz-placeholder, #iprospect [type='email']::-moz-placeholder, #iprospect [type='month']::-moz-placeholder, #iprospect [type='number']::-moz-placeholder, #iprospect [type='password']::-moz-placeholder, #iprospect [type='search']::-moz-placeholder, #iprospect [type='tel']::-moz-placeholder, #iprospect [type='text']::-moz-placeholder, #iprospect [type='time']::-moz-placeholder, #iprospect [type='url']::-moz-placeholder, #iprospect [type='week']::-moz-placeholder, #iprospect input:not([type])::-moz-placeholder, #iprospect textarea::-moz-placeholder {
      color: #858585; }
    #iprospect [type='color']:-ms-input-placeholder, #iprospect [type='date']:-ms-input-placeholder, #iprospect [type='datetime']:-ms-input-placeholder, #iprospect [type='datetime-local']:-ms-input-placeholder, #iprospect [type='email']:-ms-input-placeholder, #iprospect [type='month']:-ms-input-placeholder, #iprospect [type='number']:-ms-input-placeholder, #iprospect [type='password']:-ms-input-placeholder, #iprospect [type='search']:-ms-input-placeholder, #iprospect [type='tel']:-ms-input-placeholder, #iprospect [type='text']:-ms-input-placeholder, #iprospect [type='time']:-ms-input-placeholder, #iprospect [type='url']:-ms-input-placeholder, #iprospect [type='week']:-ms-input-placeholder, #iprospect input:not([type]):-ms-input-placeholder, #iprospect textarea:-ms-input-placeholder {
      color: #858585; }
    #iprospect [type='color']::-ms-input-placeholder, #iprospect [type='date']::-ms-input-placeholder, #iprospect [type='datetime']::-ms-input-placeholder, #iprospect [type='datetime-local']::-ms-input-placeholder, #iprospect [type='email']::-ms-input-placeholder, #iprospect [type='month']::-ms-input-placeholder, #iprospect [type='number']::-ms-input-placeholder, #iprospect [type='password']::-ms-input-placeholder, #iprospect [type='search']::-ms-input-placeholder, #iprospect [type='tel']::-ms-input-placeholder, #iprospect [type='text']::-ms-input-placeholder, #iprospect [type='time']::-ms-input-placeholder, #iprospect [type='url']::-ms-input-placeholder, #iprospect [type='week']::-ms-input-placeholder, #iprospect input:not([type])::-ms-input-placeholder, #iprospect textarea::-ms-input-placeholder {
      color: #858585; }
    #iprospect [type='color']::placeholder, #iprospect [type='date']::placeholder, #iprospect [type='datetime']::placeholder, #iprospect [type='datetime-local']::placeholder, #iprospect [type='email']::placeholder, #iprospect [type='month']::placeholder, #iprospect [type='number']::placeholder, #iprospect [type='password']::placeholder, #iprospect [type='search']::placeholder, #iprospect [type='tel']::placeholder, #iprospect [type='text']::placeholder, #iprospect [type='time']::placeholder, #iprospect [type='url']::placeholder, #iprospect [type='week']::placeholder, #iprospect input:not([type])::placeholder, #iprospect textarea::placeholder {
      color: #858585; }
  #iprospect textarea {
    resize: vertical; }
  #iprospect [type="checkbox"],
  #iprospect [type="radio"] {
    display: inline;
    margin-right: 0.375em; }
  #iprospect [type="file"] {
    margin-bottom: 0.75em;
    width: 100%; }
  #iprospect select {
    margin-bottom: 0.75em;
    width: 100%; }
  #iprospect [type="checkbox"]:focus,
  #iprospect [type="radio"]:focus,
  #iprospect [type="file"]:focus,
  #iprospect select:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  #iprospect *,
  #iprospect *::before,
  #iprospect *::after {
    box-sizing: inherit; }
  #iprospect ul,
  #iprospect ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #iprospect dl {
    margin: 0; }
  #iprospect dt {
    font-weight: 600;
    margin: 0; }
  #iprospect dd {
    margin: 0; }
  #iprospect figure {
    margin: 0; }
  #iprospect img,
  #iprospect picture {
    margin: 0;
    max-width: 100%; }
  #iprospect table {
    border-collapse: collapse;
    margin: 1.5em 0;
    table-layout: fixed;
    text-align: left;
    width: 100%; }
  #iprospect thead {
    line-height: 1.2;
    vertical-align: bottom; }
  #iprospect tbody {
    vertical-align: top; }
  #iprospect tr {
    border-bottom: 1px solid #ddd; }
  #iprospect th {
    font-weight: 600; }
  #iprospect th,
  #iprospect td {
    padding: 0.75em 0.75em 0.75em 0; }
  #iprospect h1,
  #iprospect h2,
  #iprospect h3,
  #iprospect h4,
  #iprospect h5,
  #iprospect h6 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-size: 1.25em;
    line-height: 1.2;
    margin: 0 0 0.75em;
    text-transform: none;
    letter-spacing: initial; }
  #iprospect p {
    margin: 0 0 0.75em; }
  #iprospect a {
    color: #1565c0;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink;
    -webkit-transition: color 150ms ease;
    transition: color 150ms ease; }
    #iprospect a:hover {
      color: #104c90; }
    #iprospect a:focus {
      outline: 3px solid rgba(21, 101, 192, 0.6);
      outline-offset: 2px; }
  #iprospect hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0; }
  #iprospect p {
    font-family: abril-display, serif !important;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 1.1em;
    line-height: 1.4em; }
    #iprospect p a {
      text-decoration: underline; }
  #iprospect h2 {
    font-family: abril-display, serif !important;
    font-weight: 700;
    font-style: italic;
    font-size: 1.9em;
    line-height: 1.4em;
    margin: 0; }
  #iprospect .inner {
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding: 20px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
  #iprospect .ip_header .inner, #iprospect .footer .inner {
    height: initial; }
  #iprospect .flex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
  #iprospect a {
    color: azure; }
  #iprospect a:hover {
    color: lightgray; }
  #iprospect .ip_header .inner {
    width: 100%;
    margin: auto;
    padding: 30px 8px; }
    #iprospect .ip_header .inner .search-bar {
      width: 100%;
      text-align: left;
      background-color: #F4C7C5;
      padding: 10px 5%;
      padding-right: 26px;
      border-radius: 200px;
      background-image: url("../img/mic.svg");
      background-repeat: no-repeat;
      background-size: auto 50%;
      background-position: 96% center; }
      #iprospect .ip_header .inner .search-bar h1 {
        font-family: Helvetica, Sans-Serif !important;
        font-weight: 100;
        color: #E41F7C;
        margin: 0;
        font-size: 4.4vw; }
  #iprospect .block {
    width: 100%;
    display: -webkit-box;
    display: flex; }
  #iprospect .dblock {
    max-width: 1920px;
    margin: auto; }
  #iprospect .b1, #iprospect .row1 {
    background-color: #EE5081; }
  #iprospect .b2 {
    background-color: #F4C7C5; }
    #iprospect .b2 .inner {
      padding: 40px 20px; }
  #iprospect .b3 {
    background-color: #E41F7C; }
    #iprospect .b3 .inner {
      padding: 20px 0; }
  #iprospect .b4 {
    background-color: #FC5249; }
  #iprospect .b5 {
    background-color: #FFFFFF; }
    #iprospect .b5 .inner {
      padding: 40px 20px; }
  #iprospect .b6, #iprospect .row4 {
    background-color: #F4C7C5; }
    #iprospect .b6 .inner, #iprospect .row4 .inner {
      padding: 20px 0; }
  #iprospect .b7 {
    background-color: #F3BBE5; }
  #iprospect .b8 {
    background-color: #FD8593; }
  #iprospect .b9, #iprospect .row6 {
    background-color: #806278; }
    #iprospect .b9 .inner, #iprospect .row6 .inner {
      padding: 20px 0; }
  #iprospect .row2 {
    background: -webkit-gradient(linear, left top, right top, from(#f4c7c5), color-stop(49%, #f4c7c5), color-stop(50%, #e41f7c), to(#e41f7c));
    background: -webkit-linear-gradient(left, #f4c7c5 0%, #f4c7c5 49%, #e41f7c 50%, #e41f7c 100%);
    background: linear-gradient(90deg, #f4c7c5 0%, #f4c7c5 49%, #e41f7c 50%, #e41f7c 100%); }
  #iprospect .row3 {
    background: -webkit-gradient(linear, left top, right top, from(#fc5249), color-stop(49%, #fc5249), color-stop(50%, white), to(white));
    background: -webkit-linear-gradient(left, #fc5249 0%, #fc5249 49%, white 50%, white 100%);
    background: linear-gradient(90deg, #fc5249 0%, #fc5249 49%, white 50%, white 100%); }
  #iprospect .row5 {
    background: -webkit-gradient(linear, left top, right top, from(#f3bbe5), color-stop(49%, #f3bbe5), color-stop(50%, #fd8593), to(#fd8593));
    background: -webkit-linear-gradient(left, #f3bbe5 0%, #f3bbe5 49%, #fd8593 50%, #fd8593 100%);
    background: linear-gradient(90deg, #f3bbe5 0%, #f3bbe5 49%, #fd8593 50%, #fd8593 100%); }
  #iprospect .img {
    background-size: cover;
    background-position: center; }
    #iprospect .img img {
      visibility: hidden;
      max-width: 500px;
      max-height: 400px; }
  #iprospect .img1 {
    background-image: url("../img/img1.jpg"); }
  #iprospect .img2 {
    background-image: url("../img/img2.jpg"); }
  #iprospect .img3 {
    background-image: url("../img/img3.jpg"); }
    #iprospect .img3 img {
      max-width: 400px; }
  #iprospect .t1 {
    max-width: 500px; }
  #iprospect table {
    width: 100%; }
    #iprospect table thead {
      background-color: #FCA5B3;
      font-family: abril-display, serif !important;
      font-weight: 700;
      font-style: italic;
      line-height: initial; }
      #iprospect table thead tr {
        border-bottom: 0;
        vertical-align: bottom; }
        #iprospect table thead tr > :first-child {
          border-radius: 20px 0 0 20px; }
        #iprospect table thead tr > :last-child {
          border-radius: 0 20px 20px 0; }
    #iprospect table tbody {
      background-color: white;
      font-family: abril-display, serif !important;
      font-weight: 400;
      font-style: normal;
      font-size: 3vw;
      margin-top: 20px; }
      #iprospect table tbody > :first-child > :first-child {
        border-radius: 20px 0 0 0; }
      #iprospect table tbody > :first-child > :last-child {
        border-radius: 0 20px 0 0; }
      #iprospect table tbody > :last-child {
        border-bottom: 0; }
        #iprospect table tbody > :last-child > :first-child {
          border-radius: 0 0 0 20px; }
        #iprospect table tbody > :last-child > :last-child {
          border-radius: 0 0 20px 0; }
  #iprospect th {
    padding: 7px 20px;
    white-space: nowrap; }
    #iprospect th img {
      margin-right: 5px;
      vertical-align: top; }
  #iprospect td {
    padding: 3px 20px; }
  #iprospect tr {
    vertical-align: middle; }
  #iprospect .strike {
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    position: relative; }
  #iprospect .strike:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 7%;
    margin-top: -0.7em;
    left: 0%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background: black;
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  #iprospect .anim:after {
    -webkit-animation: strikethrough 1s 0.5s cubic-bezier(0.55, 0, 0.1, 1) 1;
            animation: strikethrough 1s 0.5s cubic-bezier(0.55, 0, 0.1, 1) 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes strikethrough {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes strikethrough {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }
  #iprospect .h2 {
    position: relative;
    white-space: nowrap; }
  #iprospect .glass {
    position: absolute;
    right: 6%;
    bottom: -8%; }
  #iprospect .b7 .h2 {
    padding-right: 70px;
    white-space: normal; }
    #iprospect .b7 .h2 .glass {
      right: 0;
      bottom: 50%;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); }
  #iprospect .typeText {
    position: relative; }
  #iprospect .abs {
    position: absolute;
    left: 0;
    white-space: nowrap; }
  #iprospect .invis {
    color: transparent; }
  #iprospect .line {
    border-right: .05em solid;
    -webkit-animation: caret 1s steps(1) infinite;
            animation: caret 1s steps(1) infinite; }

@-webkit-keyframes caret {
  50% {
    border-color: transparent; } }

@keyframes caret {
  50% {
    border-color: transparent; } }
  #iprospect .footer .inner {
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    font-size: 0.8em; }
    #iprospect .footer .inner > div {
      margin: 10px; }
    #iprospect .footer .inner a {
      color: initial; }
  @media only screen and (min-width: 500px) {
    #iprospect .inner {
      width: 90%;
      margin: auto; }
    #iprospect .ip_header .inner {
      padding: 6% 15%; }
      #iprospect .ip_header .inner .search-bar {
        padding: 2% 8%;
        padding-right: 8%; }
        #iprospect .ip_header .inner .search-bar h1 {
          font-size: 3vw; }
    #iprospect .b3 .inner, #iprospect .b6 .inner, #iprospect .b9 .inner {
      padding: 20px; }
      #iprospect .b3 .inner .table, #iprospect .b6 .inner .table, #iprospect .b9 .inner .table {
        max-width: 800px;
        margin: auto; }
    #iprospect table tbody {
      font-size: 1em; } }
  @media only screen and (min-width: 1000px) {
    #iprospect .block {
      width: initial; }
    #iprospect .b1, #iprospect .b3, #iprospect .b4, #iprospect .b6, #iprospect .b8, #iprospect .b9 {
      width: 100%; }
    #iprospect .dblock {
      flex-wrap: nowrap; }
    #iprospect .b7 .h2 .glass {
      left: 40%;
      bottom: 0; }
    #iprospect p {
      font-size: 1.5em; }
    #iprospect .b1 {
      width: 60%;
      padding: 40px; }
      #iprospect .b1 .t1 {
        max-width: 780px; }
    #iprospect .img1 {
      width: 40%; }
    #iprospect .b2 {
      width: 40%;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content; }
    #iprospect .h2 img {
      width: 25%; }
    #iprospect h2 {
      font-size: 3.5em;
      line-height: 1.3em; }
    #iprospect .b3 {
      width: 60%; }
    #iprospect .b4 {
      width: 65%; }
    #iprospect .b5 {
      width: 35%;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content; }
      #iprospect .b5 .inner {
        padding: 80px 40px; }
    #iprospect .b6 {
      width: 60%; }
    #iprospect .img2 {
      width: 40%; }
    #iprospect .b7 {
      width: 40%;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content; }
      #iprospect .b7 .h2 {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        padding-bottom: 60px;
        padding-top: 40px; }
        #iprospect .b7 .h2 h2 {
          font-size: 4.2em;
          line-height: 1em; }
        #iprospect .b7 .h2 .glass {
          width: 40%;
          left: initial;
          right: -20%;
          bottom: 25%; }
    #iprospect .b8 {
      width: 60%; }
    #iprospect .b9 {
      width: 75%; }
    #iprospect .img3 {
      width: 25%; }
    #iprospect .strike:after {
      margin-top: -0.6em; } }
