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: Georgia, serif;
  font-weight: normal; }
  #iprospect h1, #iprospect h2, #iprospect h3, #iprospect h4, #iprospect h5 {
    font-family: Georgia, serif;
    font-weight: normal; }
  #iprospect h1 {
    font-size: 34px; }
  #iprospect h2 {
    font-size: 30px;
    border-bottom: 3px solid black;
    max-width: 300px;
    margin: auto;
    margin-top: 40px;
    letter-spacing: 0.2em; }
  #iprospect h3 {
    font-size: 42px; }
  #iprospect h4 {
    font-size: 48px;
    margin-bottom: 10px; }
  #iprospect .bigger {
    font-size: 42px; }
  #iprospect .smaller {
    font-size: 26px; }
  #iprospect .header {
    background-image: url("../img/header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 400px; }
    #iprospect .header .inner {
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      height: 100%; }
      #iprospect .header .inner h1 {
        color: white;
        position: relative;
        border: 1px solid white;
        margin: 0;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.3); }
      #iprospect .header .inner h1:after {
        content: "";
        display: block;
        position: absolute;
        border: 1px solid white;
        width: 100%;
        height: 100%;
        left: -10px;
        top: 10px; }
  #iprospect .intro {
    position: relative;
    z-index: 3;
    background-color: white; }
  #iprospect .year {
    padding: 20px 0;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    align-content: center; }
  #iprospect .inner {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 20px 0; }
  #iprospect .flex {
    display: -webkit-box;
    display: flex; }
  #iprospect .graybg {
    background-color: #F4F4F4; }
    #iprospect .graybg .inner p {
      position: relative;
      z-index: 3; }
  #iprospect .whitebg .inner p {
    position: relative;
    z-index: 3; }
  #iprospect .content .inner {
    max-width: 600px; }
  #iprospect .section {
    position: relative;
    flex-wrap: wrap;
    margin: auto; }
    #iprospect .section .styles, #iprospect .section .year {
      margin-left: 50px; }
  #iprospect .colour-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 40px;
    min-width: 40px;
    position: absolute;
    height: 100%; }
  #iprospect .bar-space {
    min-width: 100px; }
  #iprospect .first-bar .colour1 {
    position: relative; }
  #iprospect .s1 .first-bar:before {
    content: "POPULAR COLOURS";
    position: absolute;
    color: #F4F4F4;
    font-size: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 200px;
    left: -79px;
    top: 100px;
    z-index: 4; }
  #iprospect .img {
    flex-wrap: wrap;
    text-align: center; }
  #iprospect .text {
    width: 100%; }
  #iprospect .text, #iprospect .img {
    margin: auto; }
  #iprospect .right {
    padding-left: 10px; }
  #iprospect .block {
    padding-top: 25px;
    flex-wrap: wrap;
    width: 100%;
    text-align: left; }
    #iprospect .block img {
      margin: auto; }
    #iprospect .block h5 {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
  #iprospect .block-top {
    flex-wrap: wrap; }
  #iprospect .year {
    border-bottom: 3px solid black; }
  #iprospect .fadetext {
    border: 0; }
  #iprospect .styles {
    padding: 20px 0;
    border-bottom: 3px solid black;
    flex-wrap: wrap; }
  #iprospect .style-icons {
    background-image: none; }
    #iprospect .style-icons h5, #iprospect .style-icons p {
      width: 100%;
      text-align: center; }
  #iprospect .no-border {
    border: 0; }
  #iprospect h5 {
    font-size: 24px;
    font-style: italic; }
  #iprospect .footer {
    z-index: 3;
    background-color: white;
    position: relative; }
  #iprospect .s1 .b1 {
    border-bottom: 2px solid #334160; }
  #iprospect .s1 .style-top {
    flex-wrap: nowrap;
    -webkit-box-align: center;
            align-items: center; }
    #iprospect .s1 .style-top h5 {
      border-bottom: 2px solid #3E5F2A;
      margin: 0; }
  #iprospect .s2 .style-top {
    flex-wrap: nowrap;
    -webkit-box-align: center;
            align-items: center; }
    #iprospect .s2 .style-top h5 {
      border-bottom: 2px solid #9BCBEF;
      margin: 0; }
  #iprospect .bar1 > div {
    height: 100%; }
  #iprospect .bar3 > div {
    height: 33.3333%; }
  #iprospect .bar4 > div {
    height: 25%; }
  #iprospect .bar5 > div {
    height: 20%; }
  #iprospect .s1 .colour1 {
    background-color: #334160; }
  #iprospect .s1 .colour2 {
    background-color: #6C6C6C; }
  #iprospect .s1 .colour3 {
    background-color: #3E5F2A; }
  #iprospect .s1 .colour4 {
    background-color: #453719; }
  #iprospect .s2 .colour1 {
    background-color: #EFDB9B; }
  #iprospect .s2 .colour2 {
    background-color: #9BCBEF; }
  #iprospect .s2 .colour3 {
    background-color: #FFFFFF; }
  #iprospect .s2 .colour4 {
    background-color: #C5EDBE; }
  #iprospect .s2 .colour5 {
    background-color: #BEC3ED; }
  #iprospect .s3 .colour1 {
    background-color: #69562F; }
  #iprospect .s3 .colour2 {
    background-color: #6C6C6C; }
  #iprospect .s3 .colour3 {
    background-color: #334160; }
  #iprospect .s4 .colour1 {
    background-color: #453719; }
  #iprospect .s4 .colour2 {
    background-color: #6C6C6C; }
  #iprospect .s4 .colour3 {
    background-color: #68834A; }
  #iprospect .s4 .colour4 {
    background-color: #334160; }
  #iprospect .s5 .colour1 {
    background-color: #6C6C6C; }
  #iprospect .s5 .colour2 {
    background-color: #453719; }
  #iprospect .s5 .colour3 {
    background-color: #334160; }
  #iprospect .s5 .colour4 {
    background-color: #000000; }
  #iprospect .s6 .colour1 {
    background-color: #9A42B4; }
  #iprospect .s6 .colour2 {
    background-color: #6F457E; }
  #iprospect .s6 .colour3 {
    background-color: #891111; }
  #iprospect .s6 .colour4 {
    background-color: #84953F; }
  #iprospect .s7 .colour1 {
    background-color: #51157E; }
  #iprospect .s7 .colour2 {
    background-color: #D97816; }
  #iprospect .s7 .colour3 {
    background-color: #7C5A0D; }
  #iprospect .s8 .colour1 {
    background-color: #34D8FF; }
  #iprospect .s8 .colour2 {
    background-color: #F081E8; }
  #iprospect .s8 .colour3 {
    background-color: #F22A2A; }
  #iprospect .s8 .colour4 {
    background-color: #70FA4F; }
  #iprospect .s9 .colour1 {
    background-color: #FFFFFF; }
  #iprospect .s9 .colour2 {
    background-color: #000000; }
  #iprospect .s9 .colour3 {
    background-color: #FFFFFF; }
  #iprospect .s9 .colour4 {
    background-color: #000000; }
  #iprospect .s10 .colour1 {
    background-color: #6484BA; }
  #iprospect .s10 .colour2 {
    background-color: #DB2D48; }
  #iprospect .s10 .colour3 {
    background-color: #FFE627; }
  #iprospect .s10 .colour4 {
    background-color: #E59BEF; }
  #iprospect .s11 .colour1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff2400), color-stop(#e81d1d), color-stop(#e8b71d), color-stop(#e3e81d), color-stop(#1de840), color-stop(#1ddde8), color-stop(#2b1de8), color-stop(#dd00f3), to(#dd00f3));
    background: -webkit-linear-gradient(#ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
    background: linear-gradient(#ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
    background-size: 100% 100%; }
  #iprospect .outro .inner {
    margin-top: 40px; }
  #iprospect .indexUp {
    z-index: 3; }
  #iprospect .bar {
    -webkit-transition: height 1s;
    transition: height 1s; }
  #iprospect .pop {
    height: 0 !important; }
  #iprospect .popAnim {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-animation: popKey 0.6s ease 1;
            animation: popKey 0.6s ease 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  #iprospect .fade {
    opacity: 0; }
  #iprospect .fadeAnim {
    opacity: 0;
    -webkit-animation: fadeKey 0.6s ease 1;
            animation: fadeKey 0.6s ease 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes fadeKey {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeKey {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes popKey {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes popKey {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }
  #iprospect .colour-bar {
    overflow: hidden; }
  @media only screen and (min-width: 700px) {
    #iprospect .header .inner h1 {
      font-size: 60px; }
    #iprospect .header .inner .bigger {
      font-size: 76px; }
    #iprospect .header .inner .smaller {
      font-size: 40px; }
    #iprospect p {
      font-size: 20px; } }
  @media only screen and (min-width: 1440px) {
    #iprospect p {
      font-size: 16px; }
    #iprospect .colour-bar {
      width: 50px;
      min-width: 50px;
      position: absolute;
      height: 100%; }
    #iprospect .s1 .first-bar:before {
      left: -76px; }
    #iprospect .inner {
      width: 96%;
      max-width: 1500px; }
    #iprospect .content .inner {
      max-width: 1500px;
      padding-bottom: 0; }
    #iprospect h1 {
      font-size: 82px; }
    #iprospect h5 {
      margin: 0;
      padding-bottom: 6px; }
    #iprospect .block {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      #iprospect .block h5 {
        text-align: left;
        margin-left: 0; }
    #iprospect .bigger {
      font-size: 98px; }
    #iprospect .smaller {
      font-size: 58px; }
    #iprospect .intro .inner {
      padding-top: 60px;
      padding-bottom: 40px; }
      #iprospect .intro .inner p {
        font-size: 20px; }
      #iprospect .intro .inner h2 {
        max-width: 600px;
        font-size: 58px;
        letter-spacing: 0.2em; }
    #iprospect .section {
      flex-wrap: nowrap; }
      #iprospect .section .year, #iprospect .section .styles {
        margin-left: 0; }
      #iprospect .section .year {
        min-width: 220px;
        max-width: 220px; }
      #iprospect .section .colour-bar {
        left: 245px; }
      #iprospect .section .styles {
        position: relative; }
        #iprospect .section .styles .abs {
          position: absolute; }
    #iprospect .img, #iprospect .text {
      margin: 0; }
    #iprospect .img {
      flex-wrap: nowrap; }
    #iprospect .s1 {
      min-height: 400px; }
      #iprospect .s1 .text {
        -webkit-box-ordinal-group: 3;
                order: 2; }
      #iprospect .s1 .styles {
        width: 100%; }
        #iprospect .s1 .styles p {
          line-height: 20px; }
        #iprospect .s1 .styles > :nth-child(1) {
          flex-wrap: nowrap;
          height: 100%; }
          #iprospect .s1 .styles > :nth-child(1) .text {
            width: 360px;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content; }
            #iprospect .s1 .styles > :nth-child(1) .text h5, #iprospect .s1 .styles > :nth-child(1) .text p {
              padding-left: 40px; }
            #iprospect .s1 .styles > :nth-child(1) .text h5 {
              border-bottom: 2px solid #A1AE83; }
            #iprospect .s1 .styles > :nth-child(1) .text p {
              padding-top: 10px; }
          #iprospect .s1 .styles > :nth-child(1) .img {
            width: 150px; }
        #iprospect .s1 .styles > :nth-child(2) {
          width: 300px;
          left: 20%;
          bottom: 10%; }
        #iprospect .s1 .styles > :nth-child(3) {
          width: 250px;
          left: 53%;
          top: 10%;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: end;
                  align-items: flex-end; }
          #iprospect .s1 .styles > :nth-child(3) h5 {
            width: 100px;
            margin: 0;
            height: 65px;
            border-bottom: 2px solid #3E5F2A; }
          #iprospect .s1 .styles > :nth-child(3) img {
            margin: 0; }
          #iprospect .s1 .styles > :nth-child(3) p {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            text-align: left;
            margin-top: 10px; }
        #iprospect .s1 .styles > :nth-child(4) {
          width: 300px;
          left: 70%;
          bottom: 10%; }
    #iprospect .s2 {
      min-height: 400px; }
      #iprospect .s2 .styles {
        width: 100%; }
        #iprospect .s2 .styles p {
          line-height: 20px; }
        #iprospect .s2 .styles > :nth-child(1) {
          flex-wrap: nowrap;
          position: relative;
          height: 100%;
          left: 16%;
          -webkit-box-align: end;
                  align-items: flex-end; }
          #iprospect .s2 .styles > :nth-child(1) .text {
            width: 300px;
            border-bottom: 2px solid #C5EDBE;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            margin-bottom: 60px; }
        #iprospect .s2 .styles > :nth-child(2) {
          width: 300px;
          left: 64%;
          top: 10%; }
        #iprospect .s2 .styles > :nth-child(3) {
          width: 240px;
          left: 0%;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: end;
                  align-items: flex-end; }
          #iprospect .s2 .styles > :nth-child(3) h5 {
            width: 100px;
            margin: 0;
            height: 65px;
            border-bottom: 2px solid #9BCBEF; }
          #iprospect .s2 .styles > :nth-child(3) img {
            margin: 0;
            width: 132px; }
          #iprospect .s2 .styles > :nth-child(3) p {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            text-align: left;
            margin-top: 10px; }
        #iprospect .s2 .styles > :nth-child(4) {
          width: 300px;
          left: 70%;
          bottom: 10%; }
    #iprospect .s3 {
      min-height: 400px; }
      #iprospect .s3 .styles {
        width: 100%; }
        #iprospect .s3 .styles p {
          line-height: 20px; }
        #iprospect .s3 .styles > :nth-child(1) {
          flex-wrap: nowrap;
          position: relative;
          height: 100%;
          left: 30%;
          -webkit-box-align: end;
                  align-items: flex-end; }
          #iprospect .s3 .styles > :nth-child(1) .text {
            width: 340px;
            -webkit-box-ordinal-group: 3;
                    order: 2;
            padding-left: 30px;
            border-bottom: 2px solid #A5A5A5;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            margin-bottom: 60px; }
          #iprospect .s3 .styles > :nth-child(1) .img {
            width: 150px; }
        #iprospect .s3 .styles > :nth-child(2) {
          width: 230px;
          left: 0%;
          top: 0%; }
        #iprospect .s3 .styles > :nth-child(3) {
          width: 240px;
          left: 77%;
          top: 15%;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: end;
                  align-items: flex-end;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column; }
          #iprospect .s3 .styles > :nth-child(3) h5 {
            width: 120px;
            -webkit-box-ordinal-group: 2;
                    order: 1;
            margin: 0;
            height: 65px;
            margin-left: auto;
            padding-top: 10px;
            padding-left: 10px;
            text-align: left;
            border-left: 2px solid #69562F; }
          #iprospect .s3 .styles > :nth-child(3) img {
            margin: 0;
            margin-right: auto; }
          #iprospect .s3 .styles > :nth-child(3) p {
            margin-left: auto;
            -webkit-box-ordinal-group: 3;
                    order: 2;
            width: 120px;
            text-align: left;
            padding-left: 10px;
            border-left: 2px solid #69562F; }
        #iprospect .s3 .styles > :nth-child(4) {
          width: 260px;
          left: 4%;
          bottom: 8%; }
    #iprospect .s4 {
      min-height: 400px; }
      #iprospect .s4 .styles {
        width: 100%; }
        #iprospect .s4 .styles p {
          line-height: 20px; }
        #iprospect .s4 .styles > :nth-child(1) {
          flex-wrap: nowrap;
          position: relative;
          height: 100%;
          left: 54%;
          -webkit-box-align: end;
                  align-items: flex-end; }
          #iprospect .s4 .styles > :nth-child(1) .text {
            width: 250px;
            -webkit-box-ordinal-group: 1;
                    order: 0;
            padding-right: 30px;
            border-bottom: 2px solid #678349;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            margin-bottom: 60px; }
        #iprospect .s4 .styles > :nth-child(2) {
          width: 230px;
          left: 27%;
          top: 10%; }
        #iprospect .s4 .styles > :nth-child(3) {
          width: 249px;
          left: 2%;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: end;
                  align-items: flex-end;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column; }
          #iprospect .s4 .styles > :nth-child(3) h5 {
            width: 120px;
            -webkit-box-ordinal-group: 2;
                    order: 1;
            margin: 0;
            height: 60px;
            margin-left: auto;
            padding-left: 10px;
            text-align: left;
            border-left: 2px solid #453719; }
          #iprospect .s4 .styles > :nth-child(3) img {
            margin: 0;
            -webkit-box-ordinal-group: 5;
                    order: 4;
            -webkit-transform: translateY(-10px);
                    transform: translateY(-10px);
            margin-right: auto;
            width: 132px;
            padding-right: 1px; }
          #iprospect .s4 .styles > :nth-child(3) p {
            margin-left: auto;
            margin-bottom: 0;
            -webkit-box-ordinal-group: 3;
                    order: 2;
            width: 120px;
            text-align: left;
            padding-left: 10px;
            border-left: 2px solid #453719; }
        #iprospect .s4 .styles > :nth-child(4) {
          width: 290px;
          left: 19%;
          bottom: 8%; }
    #iprospect .s5 {
      min-height: 400px; }
      #iprospect .s5 .year {
        border: 0; }
      #iprospect .s5 .styles {
        border: 0;
        width: 100%; }
        #iprospect .s5 .styles p {
          line-height: 20px; }
        #iprospect .s5 .styles > :nth-child(1) {
          flex-wrap: nowrap;
          position: relative;
          height: 100%;
          left: 0%;
          -webkit-box-align: start;
                  align-items: flex-start; }
          #iprospect .s5 .styles > :nth-child(1) .text {
            width: 224px;
            -webkit-box-ordinal-group: 1;
                    order: 0;
            padding-left: 30px;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            margin-top: 30px; }
            #iprospect .s5 .styles > :nth-child(1) .text h5 {
              border-bottom: 2px solid #D1696A; }
            #iprospect .s5 .styles > :nth-child(1) .text p {
              margin-top: 6px;
              padding-right: 20px; }
          #iprospect .s5 .styles > :nth-child(1) .img {
            width: 160px; }
        #iprospect .s5 .styles > :nth-child(2) {
          width: 310px;
          left: 40%;
          top: 0%; }
          #iprospect .s5 .styles > :nth-child(2) h5 {
            width: 180px; }
        #iprospect .s5 .styles > :nth-child(3) {
          width: 250px;
          left: 75%;
          top: 10%;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: end;
                  align-items: flex-end;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column; }
          #iprospect .s5 .styles > :nth-child(3) h5 {
            width: 120px;
            -webkit-box-ordinal-group: 2;
                    order: 1;
            margin: 0;
            height: 75px;
            margin-left: auto;
            padding-top: 10px;
            text-align: left;
            border-top: 2px solid #2B4EA3; }
          #iprospect .s5 .styles > :nth-child(3) img {
            margin: 0;
            margin-right: auto;
            -webkit-transform: translateY(2px);
                    transform: translateY(2px); }
          #iprospect .s5 .styles > :nth-child(3) p {
            margin-left: auto;
            -webkit-box-ordinal-group: 3;
                    order: 2;
            width: 120px;
            text-align: left; }
        #iprospect .s5 .styles > :nth-child(4) {
          width: 350px;
          left: 45%;
          bottom: 10%; }
    #iprospect .s6 {
      min-height: 400px; }
      #iprospect .s6 .styles {
        width: 100%; }
        #iprospect .s6 .styles p {
          line-height: 20px; }
        #iprospect .s6 .styles > :nth-child(1) {
          flex-wrap: nowrap;
          position: relative;
          height: 100%;
          left: 18%;
          -webkit-box-align: start;
                  align-items: flex-start; }
          #iprospect .s6 .styles > :nth-child(1) .text {
            width: 320px;
            -webkit-box-ordinal-group: 3;
                    order: 2;
            padding-left: 30px;
            border-bottom: 2px solid #9A42B3;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            margin-top: 60px; }
        #iprospect .s6 .styles > :nth-child(2) {
          width: 200px;
          left: 0%;
          top: 15%; }
        #iprospect .s6 .styles > :nth-child(3) {
          width: 240px;
          right: 0%;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: end;
                  align-items: flex-end; }
          #iprospect .s6 .styles > :nth-child(3) h5 {
            width: 100px;
            margin: 0;
            height: 65px;
            border-bottom: 2px solid #84953F; }
          #iprospect .s6 .styles > :nth-child(3) img {
            margin: 0;
            width: 126px; }
          #iprospect .s6 .styles > :nth-child(3) p {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            text-align: left;
            margin-top: 10px; }
        #iprospect .s6 .styles > :nth-child(4) {
          width: 400px;
          left: 50%;
          bottom: 6%; }
    #iprospect .s7 {
      min-height: 400px; }
      #iprospect .s7 .styles {
        width: 100%; }
        #iprospect .s7 .styles p {
          line-height: 20px; }
        #iprospect .s7 .styles > :nth-child(1) {
          flex-wrap: nowrap;
          position: relative;
          height: 100%;
          left: 54%;
          -webkit-box-align: end;
                  align-items: flex-end; }
          #iprospect .s7 .styles > :nth-child(1) .text {
            width: 220px;
            -webkit-box-ordinal-group: 1;
                    order: 0;
            padding-right: 30px;
            border-bottom: 2px solid #DA7817;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            margin-bottom: 60px; }
          #iprospect .s7 .styles > :nth-child(1) .img {
            width: 170px; }
        #iprospect .s7 .styles > :nth-child(2) {
          width: 320px;
          left: 0%;
          top: 10%; }
        #iprospect .s7 .styles > :nth-child(3) {
          width: 150px;
          left: 36%;
          top: 0%;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column; }
          #iprospect .s7 .styles > :nth-child(3) h5 {
            width: 120px;
            -webkit-box-ordinal-group: 2;
                    order: 1;
            margin: 0;
            height: 75px;
            padding-top: 10px;
            padding-left: 10px;
            text-align: left;
            border-left: 2px solid #51157E; }
          #iprospect .s7 .styles > :nth-child(3) img {
            margin: 0; }
          #iprospect .s7 .styles > :nth-child(3) p {
            -webkit-box-ordinal-group: 3;
                    order: 2;
            width: 120px;
            text-align: left;
            padding-left: 10px;
            border-left: 2px solid #51157E; }
        #iprospect .s7 .styles > :nth-child(4) {
          width: 240px;
          left: 10%;
          bottom: 8%; }
    #iprospect .s8 {
      min-height: 400px; }
      #iprospect .s8 .year {
        border: 0; }
      #iprospect .s8 .styles {
        border: 0;
        width: 100%; }
        #iprospect .s8 .styles p {
          line-height: 20px; }
        #iprospect .s8 .styles > :nth-child(1) {
          flex-wrap: nowrap;
          position: relative;
          height: 100%;
          left: 28%;
          -webkit-box-align: end;
                  align-items: flex-end; }
          #iprospect .s8 .styles > :nth-child(1) .text {
            width: 200px;
            -webkit-box-ordinal-group: 1;
                    order: 0;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            margin-bottom: 60px; }
            #iprospect .s8 .styles > :nth-child(1) .text h5 {
              border-bottom: 2px solid #37D8FF; }
            #iprospect .s8 .styles > :nth-child(1) .text p {
              padding-top: 6px;
              padding-right: 20px; }
        #iprospect .s8 .styles > :nth-child(2) {
          width: 290px;
          right: 0;
          top: 10%; }
        #iprospect .s8 .styles > :nth-child(3) {
          width: 230px;
          left: 2%;
          top: 10%;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: end;
                  align-items: flex-end;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column; }
          #iprospect .s8 .styles > :nth-child(3) h5 {
            width: 120px;
            -webkit-box-ordinal-group: 2;
                    order: 1;
            margin: 0;
            height: 70px;
            margin-right: auto;
            text-align: left; }
          #iprospect .s8 .styles > :nth-child(3) img {
            margin: 0;
            -webkit-box-ordinal-group: 5;
                    order: 4;
            -webkit-transform: translateY(-2px);
                    transform: translateY(-2px);
            margin-left: auto;
            width: 130px; }
          #iprospect .s8 .styles > :nth-child(3) p {
            margin-right: auto;
            padding-bottom: 10px;
            margin-bottom: 0;
            -webkit-box-ordinal-group: 3;
                    order: 2;
            width: 120px;
            text-align: left;
            border-bottom: 2px solid #F22A2A; }
        #iprospect .s8 .styles > :nth-child(4) {
          width: 290px;
          right: 0;
          bottom: 8%; }
    #iprospect .s9 {
      min-height: 400px; }
      #iprospect .s9 .styles {
        width: 100%; }
        #iprospect .s9 .styles p {
          line-height: 20px; }
        #iprospect .s9 .styles > :nth-child(1) {
          flex-wrap: nowrap;
          position: relative;
          height: 100%;
          left: 0%;
          -webkit-box-align: start;
                  align-items: flex-start; }
          #iprospect .s9 .styles > :nth-child(1) .text {
            width: 240px;
            -webkit-box-ordinal-group: 3;
                    order: 2;
            padding-left: 30px;
            margin-top: 50px;
            border-bottom: 2px solid #B7FCF7;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            margin-bottom: 60px; }
          #iprospect .s9 .styles > :nth-child(1) .img {
            width: 150px; }
        #iprospect .s9 .styles > :nth-child(2) {
          width: 320px;
          left: 47%;
          top: 10%; }
        #iprospect .s9 .styles > :nth-child(3) {
          width: 160px;
          right: 2%;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column; }
          #iprospect .s9 .styles > :nth-child(3) h5 {
            width: 120px;
            -webkit-box-ordinal-group: 2;
                    order: 1;
            margin: 0;
            height: 70px;
            padding-left: 10px;
            text-align: left;
            border-left: 2px solid #000000; }
          #iprospect .s9 .styles > :nth-child(3) img {
            margin: 0;
            -webkit-box-ordinal-group: 5;
                    order: 4; }
          #iprospect .s9 .styles > :nth-child(3) p {
            -webkit-box-ordinal-group: 3;
                    order: 2;
            width: 140px;
            margin-bottom: 0;
            text-align: left;
            padding-bottom: 10px;
            padding-left: 10px;
            border-left: 2px solid #000000; }
        #iprospect .s9 .styles > :nth-child(4) {
          width: 290px;
          left: 50%;
          bottom: 8%; }
    #iprospect .s10 {
      min-height: 400px; }
      #iprospect .s10 .styles {
        width: 100%; }
        #iprospect .s10 .styles p {
          line-height: 20px; }
        #iprospect .s10 .styles > :nth-child(1) {
          flex-wrap: nowrap;
          position: relative;
          height: 100%;
          left: 0%;
          -webkit-box-align: end;
                  align-items: flex-end; }
          #iprospect .s10 .styles > :nth-child(1) .text {
            width: 260px;
            -webkit-box-ordinal-group: 1;
                    order: 0;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            margin-bottom: 60px; }
            #iprospect .s10 .styles > :nth-child(1) .text h5 {
              border-bottom: 2px solid #FFE627; }
            #iprospect .s10 .styles > :nth-child(1) .text p {
              padding-top: 6px;
              padding-right: 20px; }
        #iprospect .s10 .styles > :nth-child(2) {
          width: 280px;
          right: 2%;
          top: 4%; }
        #iprospect .s10 .styles > :nth-child(3) {
          width: 277px;
          left: 45%;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: end;
                  align-items: flex-end;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column; }
          #iprospect .s10 .styles > :nth-child(3) h5 {
            width: 150px;
            -webkit-box-ordinal-group: 2;
                    order: 1;
            margin: 0;
            height: 60px;
            margin-left: auto;
            padding-left: 10px;
            text-align: left;
            border-left: 2px solid #E59BEF; }
          #iprospect .s10 .styles > :nth-child(3) img {
            margin: 0;
            -webkit-box-ordinal-group: 5;
                    order: 4;
            -webkit-transform: translateY(-10px);
                    transform: translateY(-10px);
            margin-right: auto;
            padding-right: 1px;
            width: 130px; }
          #iprospect .s10 .styles > :nth-child(3) p {
            margin-left: auto;
            margin-bottom: 0;
            -webkit-box-ordinal-group: 3;
                    order: 2;
            width: 150px;
            text-align: left;
            padding-left: 10px;
            border-left: 2px solid #E59BEF; }
        #iprospect .s10 .styles > :nth-child(4) {
          width: 320px;
          left: 64%;
          bottom: 8%; }
    #iprospect .s11 {
      min-height: 400px; }
      #iprospect .s11 .year {
        border: 0; }
      #iprospect .s11 .styles {
        border: 0;
        width: 100%; }
        #iprospect .s11 .styles p {
          line-height: 20px; }
        #iprospect .s11 .styles > :nth-child(1) {
          flex-wrap: nowrap;
          position: relative;
          height: 100%;
          left: 52%;
          -webkit-box-align: start;
                  align-items: flex-start; }
          #iprospect .s11 .styles > :nth-child(1) .text {
            width: 220px;
            -webkit-box-ordinal-group: 1;
                    order: 0;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            margin-bottom: 60px;
            padding-top: 10px; }
            #iprospect .s11 .styles > :nth-child(1) .text h5 {
              padding-right: 30px;
              border-bottom: 2px solid #5D3770; }
            #iprospect .s11 .styles > :nth-child(1) .text p {
              padding-right: 30px;
              padding-top: 10px; }
          #iprospect .s11 .styles > :nth-child(1) .img {
            width: 170px; }
        #iprospect .s11 .styles > :nth-child(2) {
          width: 260px;
          left: 18%;
          top: 0%; }
        #iprospect .s11 .styles > :nth-child(3) {
          width: 180px;
          left: 2%;
          -webkit-box-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column; }
          #iprospect .s11 .styles > :nth-child(3) h5 {
            width: 129px;
            -webkit-box-ordinal-group: 2;
                    order: 1;
            margin: 0;
            height: 75px;
            padding-top: 10px;
            padding-left: 10px;
            text-align: left;
            border-right: 2px solid #27CDF2; }
          #iprospect .s11 .styles > :nth-child(3) img {
            margin: 0; }
          #iprospect .s11 .styles > :nth-child(3) p {
            -webkit-box-ordinal-group: 3;
                    order: 2;
            width: 129px;
            text-align: left;
            padding-left: 10px;
            border-right: 2px solid #27CDF2; }
        #iprospect .s11 .styles > :nth-child(4) {
          width: 360px;
          left: 18%;
          bottom: 2%; } }
  @media only screen and (min-width: 1700px) {
    #iprospect .header .inner h1 {
      font-size: 102px; }
    #iprospect .header .inner .bigger {
      font-size: 128px; }
    #iprospect .header .inner .smaller {
      font-size: 62px; }
    #iprospect .inner {
      width: 80%; }
    #iprospect .header {
      height: 500px; } }
