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']:-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%; }

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: 600;
  font-style: normal; }
  #iprospect .desktop-cell, #iprospect .desktop-cell2 {
    display: none; }
  #iprospect .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  #iprospect .orange-text {
    color: #FF8900; }
  #iprospect .blue-text {
    color: #5ACCFF; }
  #iprospect .green-text {
    color: #FF8500; }
  #iprospect .earnings {
    max-width: 800px;
    margin: auto; }
  #iprospect h1 {
    margin-bottom: 20px; }
  #iprospect h3 {
    margin-top: 30px;
    color: #5ACCFF; }
  #iprospect .inner {
    text-align: center;
    width: 90%;
    padding: 50px 0;
    margin: auto;
    max-width: 1200px; }
    #iprospect .inner p {
      text-align: justify;
      max-width: 900px;
      margin: auto;
      margin-bottom: 1em; }
    #iprospect .inner h2 {
      font-family: filson-pro, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 28px; }
  #iprospect .graybg {
    background-color: #707070;
    color: white; }
    #iprospect .graybg .inner {
      padding-top: 0; }
  #iprospect .greenbg {
    background-color: #FF8500;
    color: white; }
  #iprospect .header {
    height: 250px;
    background-image: url("../img/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    #iprospect .header .inner {
      color: white;
      height: 100%;
      -webkit-align-content: center;
              align-content: center; }
      #iprospect .header .inner h1, #iprospect .header .inner p {
        font-family: filson-soft, sans-serif;
        font-weight: 500;
        font-style: normal;
        width: 100%;
        text-align: center; }
      #iprospect .header .inner h1 {
        font-size: 42px;
        line-height: 40px;
        text-shadow: 0px 1px 6px black; }
      #iprospect .header .inner p {
        text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
        font-size: 20px;
        line-height: 22px; }
  #iprospect .top-margin {
    margin-top: 20px; }
  #iprospect .dataTables_wrapper {
    margin-bottom: 50px; }
  #iprospect .dataTables_scrollBody {
    border: 0 !important; }
  #iprospect #DataTables_Table_0, #iprospect #DataTables_Table_1, #iprospect #DataTables_Table_2, #iprospect #DataTables_Table_3 {
    border-spacing: 0 4px; }
    #iprospect #DataTables_Table_0 tbody .parent, #iprospect #DataTables_Table_1 tbody .parent, #iprospect #DataTables_Table_2 tbody .parent, #iprospect #DataTables_Table_3 tbody .parent {
      border-spacing: 0 0; }
  #iprospect table {
    border-collapse: separate;
    color: black;
    border: 0 !important; }
    #iprospect table thead {
      text-align: left; }
      #iprospect table thead tr th, #iprospect table thead tr td {
        border: 0 !important; }
      #iprospect table thead tr th {
        font-size: 14px; }
    #iprospect table tbody .child {
      background-color: transparent !important; }
    #iprospect table tbody th {
      background-size: 20px; }
    #iprospect table tbody .dtr-title {
      width: 100%; }
    #iprospect table tbody .dtr-data {
      font-size: 24px;
      line-height: 50px; }
    #iprospect table tbody tr[role=row] > :first-child {
      text-align: left;
      border-radius: 18px 0px 0px 18px;
      color: white; }
    #iprospect table tbody tr[role=row] > :nth-child(2) {
      background-color: #F2F2F2;
      color: #707070; }
    #iprospect table tbody tr[role=row] > :nth-child(3) {
      background-color: #EAEAEA;
      color: #707070; }
    #iprospect table tbody tr[role=row] > :nth-child(4) {
      background-color: #E2E0E0;
      color: #707070; }
    #iprospect table tbody tr[role=row] > :nth-child(5) {
      background-color: #D9D7D7;
      color: #707070; }
    #iprospect table tbody tr[role=row] > :last-child {
      color: #707070;
      border-radius: 0 18px 18px 0; }
    #iprospect table tbody tr[role=row] ::before {
      top: 38% !important;
      left: 10px !important;
      height: 14px !important;
      width: 14px !important;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      background-color: transparent !important; }
  #iprospect .intro .inner h2 {
    color: #FF8900; }
  #iprospect .intro .inner p {
    font-size: 16px; }
  #iprospect .intro .inner tbody tr[role=row] > :first-child {
    background-color: #FF8900; }
  #iprospect div::-webkit-scrollbar {
    width: 20px; }
  #iprospect div::-webkit-scrollbar-track {
    border: 5px solid inherit;
    background-color: #EAEAEA;
    background-image: url("../img/arrow.svg"), url("../img/arrow2.svg");
    background-position: 50% 3%, 50% 97%;
    background-size: 10px, 10px;
    background-repeat: no-repeat, no-repeat;
    border-radius: 25px; }
  #iprospect div::-webkit-scrollbar-thumb {
    background-image: url("../img/scroll.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 10px;
    background-size: 10px; }
  #iprospect .content .inner .top .left {
    width: 100%; }
    #iprospect .content .inner .top .left .imgcontainer {
      width: 80%;
      margin: auto;
      max-width: 400px; }
      #iprospect .content .inner .top .left .imgcontainer img {
        position: relative;
        top: -40px;
        box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.16); }
  #iprospect .blue a, #iprospect .blue h2 {
    color: #5ACCFF; }
  #iprospect .blue .inner .top .right h2 {
    color: #5ACCFF; }
  #iprospect .blue .inner thead {
    color: white; }
  #iprospect .blue .inner tbody .child {
    color: white; }
  #iprospect .blue .inner tbody tr[role=row] > :first-child {
    background-color: #5ACCFF; }
  #iprospect .blue .inner tbody tr[role=row] > :nth-child(6) {
    background-color: #EBF8FF;
    color: #707070; }
  #iprospect .blue .inner tbody tr[role=row] > :nth-child(7) {
    background-color: #D8EFFC;
    color: #707070; }
  #iprospect .blue .inner tbody tr[role=row] > :nth-child(8) {
    background-color: #C6E9FC;
    color: #707070; }
  #iprospect .blue .inner tbody tr[role=row] > :nth-child(9) {
    background-color: #B2E2FC;
    color: #707070; }
  #iprospect .blue .inner tbody tr[role=row] > :last-child {
    color: white;
    background-color: #5ACCFF; }
  #iprospect .greenbg .inner {
    padding-top: 0; }
  #iprospect .green .inner .top h2 {
    color: #FF8500; }
  #iprospect .green .inner thead {
    color: black; }
  #iprospect .green .inner tbody tr[role=row] > :first-child {
    background-color: #FF8500; }
  #iprospect .greenbg a, #iprospect .greenbg h2 {
    color: white; }
  #iprospect .greenbg .inner .license {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
    #iprospect .greenbg .inner .license p {
      margin: auto; }
    #iprospect .greenbg .inner .license img {
      padding: 20px; }
  #iprospect .greenbg .inner thead {
    color: white; }
  #iprospect .greenbg .inner tbody .child {
    color: white; }
  #iprospect .greenbg .inner tbody tr[role=row] > :first-child {
    background-color: #434343; }
  #iprospect .greenbg .inner tbody tr[role=row] > :nth-child(6) {
    background-color: #FFEFDD;
    color: #707070; }
  #iprospect .greenbg .inner tbody tr[role=row] > :nth-child(7) {
    background-color: #FFDCB5;
    color: #707070; }
  #iprospect .greenbg .inner tbody tr[role=row] > :nth-child(8) {
    background-color: #FAC790;
    color: #707070; }
  #iprospect .greenbg .inner tbody tr[role=row] > :nth-child(9) {
    background-color: #FFB565;
    color: #707070; }
  #iprospect .greenbg .inner tbody tr[role=row] > :last-child {
    color: white;
    background-color: #434343; }
  @media only screen and (min-width: 334px) {
    #iprospect .desktop-cell {
      display: table-cell; }
    #iprospect .mobile {
      display: none; } }
  @media only screen and (min-width: 618px) {
    #iprospect .desktop-cell2 {
      display: table-cell; }
    #iprospect .mobile2 {
      display: none; } }
  @media only screen and (min-width: 750px) {
    #iprospect .header {
      height: 400px; }
      #iprospect .header .inner h1 {
        font-size: 64px;
        line-height: 64px; }
      #iprospect .header .inner p {
        font-size: 24px;
        line-height: 26px; }
    #iprospect table thead tr th {
      font-size: 13px;
      line-height: 15px; } }
  @media only screen and (min-width: 1100px) {
    #iprospect .header .inner h1 {
      font-size: 84px;
      line-height: 84px; }
    #iprospect .header .inner p {
      font-size: 34px;
      line-height: 36px; }
    #iprospect .content .inner .top .left {
      width: 40%; }
      #iprospect .content .inner .top .left .imgcontainer {
        width: 100%;
        max-width: 600px;
        padding-right: 20px; }
    #iprospect .content .inner .top .right {
      width: 60%;
      -webkit-align-content: center;
              align-content: center; }
      #iprospect .content .inner .top .right p {
        margin: 0; } }
