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%; }

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-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  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; }

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

#iprospect-wrapper * {
  font-family: Futura PT, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px; }

#iprospect-wrapper a {
  color: inherit;
  font-family: Futura PT, sans-serif;
  font-style: normal;
  font-weight: 700; }

#iprospect-wrapper .smaller {
  font-size: 12px; }

#iprospect-wrapper .icon-bar {
  display: none; }

#iprospect-wrapper .icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px; }

#iprospect-wrapper .facebook {
  background: #3B5998;
  color: white; }

#iprospect-wrapper .twitter {
  background: #55ACEE;
  color: white; }

#iprospect-wrapper .link {
  background: #328C8E;
  color: white; }

#iprospect-wrapper .inner {
  width: 90%;
  margin: auto;
  max-width: 900px; }

#iprospect-wrapper .center {
  text-align: center; }

#iprospect-wrapper .icon-bar-bot {
  display: block;
  width: 100%;
  z-index: 3;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 10px; }
  #iprospect-wrapper .icon-bar-bot a {
    padding: 8px;
    max-width: 40px;
    max-height: 40px;
    margin: 0 6px; }
    #iprospect-wrapper .icon-bar-bot a img {
      width: 20px;
      height: 20px; }

#iprospect-wrapper .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

#iprospect-wrapper .header {
  width: 100%;
  height: 420px;
  background-color: #64C1C8;
  background-image: url("../img/pattern1.svg");
  background-size: contain;
  -webkit-animation: slide 60s linear infinite;
          animation: slide 60s linear infinite; }
  #iprospect-wrapper .header .inner .logoo {
    margin: 20px 0; }
    #iprospect-wrapper .header .inner .logoo img {
      width: 40%;
      max-width: 300px; }
  #iprospect-wrapper .header .inner .title {
    margin-bottom: 20px; }
    #iprospect-wrapper .header .inner .title img {
      width: 100%;
      max-width: 600px; }
  #iprospect-wrapper .header .inner .title-p {
    margin-bottom: 20px;
    color: white; }
    #iprospect-wrapper .header .inner .title-p p {
      font-size: 16px;
      line-height: 18px; }

#iprospect-wrapper .line {
  width: 100%;
  height: 40px;
  margin: 6px 0;
  background-image: url("../img/shape1.svg"), url("../img/shape2.svg");
  background-repeat: repeat-x, repeat-x;
  background-size: 40px 30px, 40px 14px;
  background-position: top, calc(50% - 20px) bottom; }

#iprospect-wrapper .content .inner .intro {
  padding: 20px 0; }
  #iprospect-wrapper .content .inner .intro p {
    margin: 0;
    font-weight: 400; }

#iprospect-wrapper .content .inner .table {
  width: 100%;
  padding-bottom: 20px;
  text-align: left; }
  #iprospect-wrapper .content .inner .table .table-head {
    width: 100%;
    color: #1DAFB2;
    padding-bottom: 10px;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    #iprospect-wrapper .content .inner .table .table-head > div {
      width: 50%;
      padding-left: 10px; }
    #iprospect-wrapper .content .inner .table .table-head > :first-child {
      padding-left: 30px; }
  #iprospect-wrapper .content .inner .table .fest {
    width: 100%; }
    #iprospect-wrapper .content .inner .table .fest hr {
      width: 100%;
      position: absolute;
      left: 0;
      margin: 0; }
    #iprospect-wrapper .content .inner .table .fest > :nth-child(2) {
      width: 60%; }
    #iprospect-wrapper .content .inner .table .fest > :last-child {
      width: 40%; }
    #iprospect-wrapper .content .inner .table .fest .col {
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: left;
      -webkit-justify-content: left;
              justify-content: left;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
              align-items: flex-start;
      padding: 10px 0; }
      #iprospect-wrapper .content .inner .table .fest .col .fest-num {
        color: #1DAFB2;
        font-weight: 800;
        min-width: 20px;
        text-align: center; }
      #iprospect-wrapper .content .inner .table .fest .col .fest-name {
        text-transform: uppercase;
        font-weight: 700;
        width: auto;
        padding-left: 4px; }
      #iprospect-wrapper .content .inner .table .fest .col .rain-num {
        min-width: 60px;
        padding: 0 10px;
        font-weight: 500;
        color: #1DAFB2;
        box-shadow: 0px -20px 1px -10px #1DAFB2;
        z-index: 2; }
      #iprospect-wrapper .content .inner .table .fest .col .rain {
        width: 100%;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
                justify-content: left; }
        #iprospect-wrapper .content .inner .table .fest .col .rain > div {
          height: 20px;
          background-image: url("../img/rainbar2.svg");
          background-size: auto 20px; }
    #iprospect-wrapper .content .inner .table .fest .arrow {
      min-width: 30px;
      height: 100%; }
      #iprospect-wrapper .content .inner .table .fest .arrow img {
        width: 20px; }
  #iprospect-wrapper .content .inner .table .panel {
    width: 100%;
    display: none; }
    #iprospect-wrapper .content .inner .table .panel .flex {
      width: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
              align-items: flex-start; }
      #iprospect-wrapper .content .inner .table .panel .flex .border {
        width: 1px;
        margin: 0 10px;
        height: 100px;
        background-image: -webkit-linear-gradient(top, #b3b3b3 10%, rgba(255, 255, 255, 0) 0%);
        background-image: linear-gradient(to bottom, #b3b3b3 10%, rgba(255, 255, 255, 0) 0%);
        background-position: left;
        background-size: 1px 6px;
        background-repeat: repeat-y; }
      #iprospect-wrapper .content .inner .table .panel .flex .first {
        padding-left: 5%; }
      #iprospect-wrapper .content .inner .table .panel .flex .col {
        width: auto;
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap; }
        #iprospect-wrapper .content .inner .table .panel .flex .col > :last-child div {
          color: #E2565D;
          padding-left: 10px; }
        #iprospect-wrapper .content .inner .table .panel .flex .col .col {
          width: auto;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
                  flex-direction: column;
          -webkit-justify-content: space-around;
                  justify-content: space-around; }
          #iprospect-wrapper .content .inner .table .panel .flex .col .col > div {
            width: 100%;
            font-weight: 400;
            line-height: 16px;
            margin-bottom: 20px; }
    #iprospect-wrapper .content .inner .table .panel div {
      width: 100%; }
      #iprospect-wrapper .content .inner .table .panel div > div {
        width: 50%; }

@-webkit-keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: -1000px 2000px; } }

@keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: -1000px 2000px; } }

@-webkit-keyframes rainSlide {
  from {
    background-position: 0 0; }
  to {
    background-position: -500px 1000px; } }

@keyframes rainSlide {
  from {
    background-position: 0 0; }
  to {
    background-position: -500px 1000px; } }

#iprospect-wrapper .arrow-icon {
  height: 30px;
  width: 30px;
  position: relative; }

#iprospect-wrapper .left-bar {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 5px;
  width: 12px;
  height: 3px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  float: right;
  border-radius: 2px; }
  #iprospect-wrapper .left-bar:after {
    content: "";
    background-color: black;
    width: 12px;
    height: 3px;
    display: block;
    float: right;
    border-radius: 6px 10px 10px 6px;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1; }

#iprospect-wrapper .right-bar {
  position: absolute;
  background-color: transparent;
  top: 10px;
  left: 12px;
  width: 12px;
  height: 3px;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  float: right;
  border-radius: 2px; }
  #iprospect-wrapper .right-bar:after {
    content: "";
    background-color: black;
    width: 12px;
    height: 3px;
    display: block;
    float: right;
    border-radius: 10px 6px 6px 10px;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1; }

#iprospect-wrapper .open .left-bar:after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

#iprospect-wrapper .open .right-bar:after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

#iprospect-wrapper .line-bot {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#iprospect-wrapper .outro {
  width: 100%;
  padding: 20px 0;
  background-color: #64C1C8;
  background-image: url("../img/pattern1.svg");
  background-size: 400px;
  -webkit-animation: slide 60s linear infinite;
          animation: slide 60s linear infinite;
  color: white; }
  #iprospect-wrapper .outro .inner p {
    margin: 0; }

#iprospect-wrapper .footer {
  padding: 20px 0; }
  #iprospect-wrapper .footer .inner p {
    font-weight: 400;
    margin: 0; }
  #iprospect-wrapper .footer .inner .flex > div {
    width: 100%;
    font-weight: 400; }
  #iprospect-wrapper .footer .inner .flex .logoo-bot {
    margin: 20px 0; }
    #iprospect-wrapper .footer .inner .flex .logoo-bot img {
      width: 80%;
      max-width: 300px; }

@media only screen and (min-width: 750px) {
  #iprospect-wrapper .smaller {
    font-size: 16px; }
  #iprospect-wrapper .icon-bar-bot {
    display: none; }
  #iprospect-wrapper .icon-bar {
    display: block;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform: translatex(100%);
            transform: translatex(100%);
    z-index: 3;
    right: 0;
    -webkit-animation-name: slideLeft;
            animation-name: slideLeft;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    #iprospect-wrapper .icon-bar a {
      padding: 8px;
      max-width: 40px;
      max-height: 40px; }
      #iprospect-wrapper .icon-bar a img {
        width: 20px;
        height: 20px; }
  #iprospect-wrapper .header .inner .title img {
    max-width: 500px; }
  #iprospect-wrapper .header .inner .title-p p {
    font-size: 18px;
    line-height: 22px; }
  #iprospect-wrapper .content .inner .intro {
    padding: 40px 0; }
    #iprospect-wrapper .content .inner .intro p {
      font-size: 18px;
      line-height: 22px; }
  #iprospect-wrapper .content .inner .table {
    width: 90%;
    margin: auto; }
    #iprospect-wrapper .content .inner .table .table-head div {
      font-size: 20px; }
    #iprospect-wrapper .content .inner .table .fest > :nth-child(2) {
      width: 50%; }
    #iprospect-wrapper .content .inner .table .fest > :last-child {
      width: 50%; }
    #iprospect-wrapper .content .inner .table .fest .col .fest-num {
      font-size: 20px;
      min-width: 40px; }
    #iprospect-wrapper .content .inner .table .fest .col .fest-name {
      font-size: 20px;
      letter-spacing: 2px; }
    #iprospect-wrapper .content .inner .table .fest .col .rain-num {
      font-size: 20px;
      min-width: 80px;
      box-shadow: 0px -24px 1px -14px #1DAFB2;
      letter-spacing: 1px; }
    #iprospect-wrapper .content .inner .table .fest .col .rain {
      height: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
    #iprospect-wrapper .content .inner .table .panel .flex .first {
      padding-left: 60px; }
    #iprospect-wrapper .content .inner .table .panel .flex .col .col div {
      font-size: 18px;
      line-height: 20px; }
  #iprospect-wrapper .outro {
    padding: 50px 0; }
    #iprospect-wrapper .outro .inner p {
      font-size: 18px;
      line-height: 22px; }
  #iprospect-wrapper .footer {
    padding-top: 40px; }
    #iprospect-wrapper .footer .inner .flex {
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; } }

@media only screen and (min-width: 1000px) {
  #iprospec-wrapper .content .inner .table {
    width: 80%; } }
