/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  margin: 0;
  background: white;
  color: #455560;
  font-family: 'Open Sans',sans-serif; }
  body img {
    max-width: 100%; }

.list-move {
  transition: transform 1s; }

.fade {
  animation: fadein 2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

[v-cloak] {
  display: none; }

#iprospect {
  font-size: 14px; }
  #iprospect .blue {
    color: #4185F4; }
  #iprospect .red {
    color: #EA4335; }
  #iprospect .yellow {
    color: #FBBC26; }
  #iprospect .green {
    color: #34A853; }
  #iprospect .title {
    font-size: 35px;
    line-height: 1.2em; }
  #iprospect .inner {
    width: 90%;
    margin: auto;
    padding: 15px 0;
    max-width: 1000px; }
  #iprospect .chart-cont .inner {
    padding-top: 0; }
  #iprospect .chart {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.56);
    padding: 30px 20px;
    padding-top: 40px;
    margin-bottom: 30px; }
  #iprospect .header .inner .header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    #iprospect .header .inner .header-top .title {
      width: 220px;
      display: block;
      font-size: 2em;
      margin-top: 0.67em;
      margin-bottom: 0.67em;
      margin-left: 0;
      margin-right: 0;
      font-weight: bold; }
    #iprospect .header .inner .header-top .total-wrap {
      width: 115px;
      height: 115px;
      background-color: #8DC63F;
      font-weight: bold;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center; }
      #iprospect .header .inner .header-top .total-wrap .total {
        display: flex;
        flex-direction: column; }
  #iprospect .bar:before {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    animation: slide 1.5s 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(238, 187, 103, 0) 99%, rgba(238, 187, 103, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00EEBB67',GradientType=1 );
    /* IE6-9 */ }

@keyframes slide {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }
  #iprospect .bar {
    background-color: #8DC63F;
    color: white;
    font-weight: bold;
    z-index: 0;
    position: relative;
    overflow: hidden; }
    #iprospect .bar .inner {
      display: flex;
      flex-direction: column;
      align-items: center; }
      #iprospect .bar .inner .sort {
        display: flex;
        flex-wrap: wrap;
        order: 1; }
        #iprospect .bar .inner .sort > div {
          padding: 10px;
          margin: 4px;
          cursor: pointer;
          position: relative;
          transition: all 0.1s;
          user-select: none;
          background: #455560;
          color: white; }
        #iprospect .bar .inner .sort .active-sort {
          color: #8DC63F; }
        #iprospect .bar .inner .sort > div:hover {
          color: #cccccc; }
        #iprospect .bar .inner .sort > div:active {
          transform: scale(0.9); }
      #iprospect .bar .inner .updated {
        padding: 5px;
        display: flex;
        align-items: center; }
  #iprospect .main {
    margin-bottom: 50px; }
    #iprospect .main .inner {
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      #iprospect .main .inner ::-webkit-scrollbar {
        width: 10px; }
      #iprospect .main .inner ::-webkit-scrollbar-track {
        background: transparent; }
      #iprospect .main .inner ::-webkit-scrollbar-thumb {
        background: #8DC63F; }
      #iprospect .main .inner ::-webkit-scrollbar-thumb:hover {
        background: #afd778; }
      #iprospect .main .inner .scroller {
        display: flex;
        overflow-x: scroll;
        padding: 0;
        scroll-snap-type: x mandatory;
        height: 120px;
        margin: 0;
        user-select: none;
        list-style-type: none; }
        #iprospect .main .inner .scroller li {
          -webkit-overflow-scrolling: touch;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden;
          font-size: 14px;
          font-weight: 700;
          flex: 1 0 33%;
          padding: 0 5px;
          box-sizing: border-box;
          scroll-snap-align: center;
          cursor: pointer;
          text-align: center;
          transition: font-size 0.2s, transform 1s;
          white-space: pre-line; }
        #iprospect .main .inner .scroller .selected {
          font-size: 16px;
          color: #8DC63F;
          font-weight: bold; }
      #iprospect .main .inner .content {
        position: relative;
        padding: 15px; }
        #iprospect .main .inner .content h1 {
          color: #8DC63F;
          font-size: 27px; }
        #iprospect .main .inner .content h2 {
          color: #8DC63F;
          font-weight: bold;
          display: inline;
          font-size: 14px; }
        #iprospect .main .inner .content > div {
          margin: 16px 0; }
        #iprospect .main .inner .content .content-images {
          margin-top: 40px; }
          #iprospect .main .inner .content .content-images h2 {
            display: block;
            font-size: 20px; }
        #iprospect .main .inner .content .content-row {
          display: flex;
          flex-direction: column;
          align-items: baseline;
          margin: 0; }
          #iprospect .main .inner .content .content-row h1 {
            margin: 16px 0; }
          #iprospect .main .inner .content .content-row a {
            background-color: #8DC63F;
            font-weight: bold;
            color: white;
            padding: 12px 20px;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.2s;
            white-space: nowrap; }
          #iprospect .main .inner .content .content-row a:hover {
            background-color: #afd778; }
          #iprospect .main .inner .content .content-row a:active {
            transform: scale(0.9); }
  #iprospect .footer .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column; }
  #iprospect .modalImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s; }
  #iprospect .modalImg:hover {
    transform: scale(0.98); }
  #iprospect #modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8);
    /* Black w/ opacity */ }
    #iprospect #modal #modal-content {
      margin: auto;
      display: block;
      max-height: 100%;
      max-width: 100%; }
    #iprospect #modal #modal-caption {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 700px;
      text-align: center;
      color: #ccc;
      padding: 10px 0;
      height: 150px; }
    #iprospect #modal .close {
      position: absolute;
      top: 15px;
      right: 35px;
      color: #f1f1f1;
      font-size: 40px;
      font-weight: bold;
      transition: 0.3s; }
    #iprospect #modal .close:hover,
    #iprospect #modal .close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer; }
  #iprospect #modal-content, #iprospect #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
  @media only screen and (min-width: 1000px) {
    #iprospect {
      font-size: 14px; }
      #iprospect .modal-content {
        width: 100%; }
      #iprospect .header .inner .header-top {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #iprospect .header .inner .header-top .title {
          width: auto;
          font-size: 51px; }
      #iprospect .bar .inner {
        padding: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between; }
        #iprospect .bar .inner .sort {
          order: 0; }
          #iprospect .bar .inner .sort > div {
            margin: 0;
            margin-right: 10px; }
      #iprospect .main {
        margin-top: 20px; }
        #iprospect .main .inner {
          display: flex; }
          #iprospect .main .inner .scroller {
            display: flex;
            flex-direction: column;
            overflow-x: hidden;
            overflow-y: scroll;
            height: 900px;
            width: 175px;
            margin-right: 30px; }
            #iprospect .main .inner .scroller li {
              align-items: center;
              justify-content: center;
              overflow: hidden;
              flex: 1 0 110px;
              margin-left: 0;
              scroll-snap-align: center; }
            #iprospect .main .inner .scroller .selected {
              font-size: 20px; }
            #iprospect .main .inner .scroller :not(.selected):hover {
              font-size: 16px; }
          #iprospect .main .inner .content {
            width: 100%;
            padding: 30px; }
            #iprospect .main .inner .content .content-row {
              flex-direction: row;
              justify-content: space-between;
              align-items: flex-start; }
              #iprospect .main .inner .content .content-row h1 {
                margin-top: 0;
                font-size: 32px; } }
