/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
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;
}

[v-cloak] {
  display: none;
}

img {
  display: block;
  margin: auto;
}

html {
  font-family: lato, sans-serif;
}

#iprospect {
  font-family: lato, sans-serif;
  color: #fff;
  background: #000000;
}
#iprospect p {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin-block-start: 2em;
  margin-block-end: 2em;
}
#iprospect a {
  color: inherit;
}
#iprospect .banner {
  background-color: #41B6E6;
}
#iprospect .banner .inner {
  padding: 20px 0;
}
#iprospect .banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
#iprospect .banner ul li {
  margin: 0 0 5px 0;
  color: white;
  font-size: 18px;
}
#iprospect .banner ul li:after {
  content: "|";
  margin: 0 5px;
}
#iprospect .banner ul li:nth-last-child(1):after {
  display: none;
}
#iprospect .banner a {
  color: #fff;
}
#iprospect .inner {
  width: 90%;
  margin: auto;
  padding: 30px 0;
  max-width: 600px;
}
#iprospect .inner > :first-child, #iprospect .inner > .left :first-child {
  margin-top: 0;
}
#iprospect .inner > :last-child, #iprospect .inner > .right :last-child {
  margin-bottom: 0;
}
#iprospect .header {
  background: top right/cover no-repeat url("../img/bg-m.jpg");
}
#iprospect .header .inner h1 img {
  width: 100%;
  max-width: 500px;
}
#iprospect .header .inner a img {
  width: 160px;
}
#iprospect > div .inner h2 {
  font-size: 30px;
  line-height: 34px;
  position: relative;
  padding-left: 10px;
  padding-bottom: 2px;
  max-width: 400px;
  margin-bottom: 50px;
  font-weight: 700;
  box-sizing: border-box;
}
#iprospect > div .inner h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  transform: translate(0%, -50%);
  width: 100%;
  height: 92px;
  background: center center/100% no-repeat url("../img/h2-m.svg");
}
#iprospect > div .inner h2.short:before {
  background: center center/100% no-repeat url("../img/h2-short-m.svg");
  width: 80%;
}
#iprospect .key .inner {
  padding-bottom: 0;
}
#iprospect .key .inner .finds .item {
  display: grid;
  grid-template-columns: 84px 1fr;
  grid-column-gap: 17px;
  margin: 20px auto;
  align-items: center;
  max-width: 361px;
}
#iprospect .key .inner .finds .item img {
  width: 84px;
}
#iprospect .key .inner .finds .item .text {
  font-size: 15px;
  line-height: 20px;
  max-width: 260px;
}
#iprospect .quote .inner .block {
  border-radius: 10px;
  border: 1px solid #48b7e4;
  display: grid;
  grid-template-columns: 150px 1fr;
}
#iprospect .quote .inner .block p {
  grid-column: span 2;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 28.8px;
  text-align: left;
  color: #fff;
  padding: 50px 50px;
  position: relative;
  margin: 36px 0 0 0;
}
#iprospect .quote .inner .block p:before, #iprospect .quote .inner .block p:after {
  content: "";
  position: absolute;
  width: 72.9px;
  height: 32.98px;
}
#iprospect .quote .inner .block p:before {
  background: center center/contain no-repeat url("../img/quote-start.svg");
  top: 0;
  left: 50px;
}
#iprospect .quote .inner .block p:after {
  background: center center/contain no-repeat url("../img/quote-end.svg");
  bottom: 0;
  right: 50px;
}
#iprospect .quote .inner .block img {
  width: 150px;
}
#iprospect .quote .inner .block .name {
  font-weight: 500;
  line-height: 20px;
  align-self: center;
  max-width: 175px;
}
#iprospect .quote .inner .block .name span {
  color: #41B6E6;
}
#iprospect .method .inner .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
  column-gap: 20px;
  margin: 20px 0;
}
#iprospect .method .inner .right .blob {
  width: 190px;
  height: 55px;
  border-radius: 34.5px;
  background: #48B7E4;
  border: 2px solid #48B7E4;
  font-family: Lato;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#iprospect .action .inner {
  padding-bottom: 0;
}
#iprospect .action .game .game-inner {
  padding: 20px 0;
}
#iprospect .action .game .game-inner .video-cont .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 5%;
}
#iprospect .action .game .game-inner .video-cont .video {
  width: 100%;
}
#iprospect .action .game .game-inner .video-cont .video #player0, #iprospect .action .game .game-inner .video-cont .video #player1 {
  width: 100%;
  height: 290px;
}
#iprospect .action .game .game-inner .c-out {
  padding: 20px 5% 30px 5%;
}
#iprospect .action .game .game-inner .c-out .c-in::-webkit-scrollbar {
  height: 7px;
  border-radius: 4px;
}
#iprospect .action .game .game-inner .c-out .c-in::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}
#iprospect .action .game .game-inner .c-out .c-in::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}
#iprospect .action .game .game-inner .c-out .c-in {
  display: grid;
  grid-auto-flow: column;
  overflow-x: scroll;
  grid-column-gap: 15px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px;
}
#iprospect .action .game .game-inner .c-out .c-in .block {
  width: 80vw;
  scroll-snap-align: center;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  #iprospect .action .game .game-inner .c-out .c-in .block.b2, #iprospect .action .game .game-inner .c-out .c-in .block.b4, #iprospect .action .game .game-inner .c-out .c-in .block.b6, #iprospect .action .game .game-inner .c-out .c-in .block.b8 {
    margin-top: 30px;
  }
}
#iprospect .action .game .game-inner .c-out .c-in .block .head {
  display: grid;
  grid-column-gap: 20px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
#iprospect .action .game .game-inner .c-out .c-in .block .head .blob {
  display: grid;
  grid-template-columns: 39px 1fr;
  width: 138px;
  height: 39px;
  border-radius: 50px;
  background: #000;
  border: 2px solid #41B6E6;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.1s;
  position: relative;
  top: 0;
}
#iprospect .action .game .game-inner .c-out .c-in .block .head .blob:hover {
  background-color: #464646;
}
#iprospect .action .game .game-inner .c-out .c-in .block .head .blob:active {
  top: 3px;
}
#iprospect .action .game .game-inner .c-out .c-in .block .head .blob .num {
  background: #41B6E6;
  color: #1D252D;
  border-radius: 50%;
  transform: scale(1.02);
  display: flex;
  justify-content: center;
  align-items: center;
}
#iprospect .action .game .game-inner .c-out .c-in .block .head .blob .stamp {
  align-self: center;
  justify-self: center;
  padding-right: 10px;
}
#iprospect .action .game .game-inner .c-out .c-in .block .body {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
#iprospect .action .game .game-inner .c-out .c-in .divide {
  width: 1px;
  height: 60%;
  background-color: #fff;
  align-self: center;
  grid-row: span 2;
}
#iprospect .action .game .game-inner .c-out .c-in .divide.mob {
  display: none;
}
#iprospect .choice .inner .block .left .game, #iprospect .choice .inner .block .right .game {
  padding: 10px 0;
}
#iprospect .choice .inner .block .left .game .name, #iprospect .choice .inner .block .left .game .release, #iprospect .choice .inner .block .right .game .name, #iprospect .choice .inner .block .right .game .release {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
#iprospect .choice .inner .block .left .game .release, #iprospect .choice .inner .block .right .game .release {
  color: #41b6e6;
  margin-top: 4px;
}
#iprospect .choice .inner .block .left .game .desc, #iprospect .choice .inner .block .right .game .desc {
  margin-top: 1.5em;
}
#iprospect .average .inner .right img {
  width: 100%;
  max-width: 480px;
}
#iprospect .profiles .inner .right .right-inner .select .lbl {
  text-align: center;
}
#iprospect .profiles .inner .right .right-inner .select .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  column-gap: 10px;
  margin: 20px auto;
  max-width: 400px;
}
#iprospect .profiles .inner .right .right-inner .select .buttons button {
  width: 150px;
  height: 52px;
  border-radius: 26px;
  background-color: #fff;
  border: 2px solid #41b6e6;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.1s;
  user-select: none;
}
#iprospect .profiles .inner .right .right-inner .select .buttons button.active {
  background-color: #41B6E6;
  color: #fff;
  pointer-events: none;
}
#iprospect .profiles .inner .right .right-inner .select .buttons button:active {
  top: 2px;
}
#iprospect .profiles .inner .right .right-inner .select .buttons button:hover {
  background-color: #b9ebff;
  color: black;
}
#iprospect .profiles .inner .right .right-inner .block-select.hidden {
  display: none;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant {
  padding: 20px 0;
  max-width: 480px;
  margin: 0 auto;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .name {
  font-size: 16px;
  line-height: 26px;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .games {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 5px;
  column-gap: 15px;
  margin: 5px 0 20px 0;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .games .game1, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game2, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game3 {
  width: 150px;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .games .game1 .gamenum, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game2 .gamenum, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game3 .gamenum {
  font-size: 15px;
  line-height: 24px;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .games .game1 .box, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game2 .box, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game3 .box {
  font-size: 13px;
  line-height: 18px;
  color: #000;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .games .game1 .box .row, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game2 .box .row, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game3 .box .row {
  display: flex;
  justify-content: space-between;
  padding: 3px 5px;
  column-gap: 10px;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .games .game1 .box .row.firstrow, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game2 .box .row.firstrow, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game3 .box .row.firstrow {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .games .game1 .box .row .lbl, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game2 .box .row .lbl, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game3 .box .row .lbl {
  font-weight: 500;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .games .game1 .box .row .rate, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game2 .box .row .rate, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game3 .box .row .rate {
  font-weight: 700;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .games .game1 .box {
  background: #41b6e6;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .games .game2 .box {
  background: #E73C3E;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .games .game3 .box {
  background: #FBDE40;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .chart {
  width: 100%;
  max-width: 500px;
}
#iprospect .profiles .inner .right .right-inner .block-select .participant .chart.desk {
  display: none;
}
#iprospect .stress .inner .right img {
  width: 100%;
  max-width: 480px;
}
#iprospect .blood .inner .block .left img, #iprospect .blood .inner .block .right img {
  width: 100%;
  max-width: 480px;
}
#iprospect .blood .inner .block .right img {
  max-width: 220px;
}
#iprospect .sources .inner .left p, #iprospect .sources .inner .left b {
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
#iprospect .sources .inner .right img {
  width: 100%;
  max-width: 300px;
  margin-top: 50px;
}
@media only screen and (min-width: 500px) {
  #iprospect .action .game .game-inner .video-cont .video #player0, #iprospect .action .game .game-inner .video-cont .video #player1 {
    height: 400px;
  }
}
@media only screen and (min-width: 700px) {
  #iprospect .action .game .game-inner .video-cont .video #player0, #iprospect .action .game .game-inner .video-cont .video #player1 {
    height: 500px;
  }
}
@media only screen and (min-width: 1000px) {
  #iprospect p {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }
  #iprospect .inner {
    padding: 50px 0;
    max-width: 1500px;
  }
  #iprospect .header {
    background: top right/cover no-repeat url("../img/bg.jpg");
  }
  #iprospect .header .inner {
    position: relative;
  }
  #iprospect .header .inner h1 img {
    margin-left: 0;
    margin-top: 1em;
  }
  #iprospect .header .inner h1 img, #iprospect .header .inner p {
    max-width: 786px;
  }
  #iprospect .header .inner a {
    display: block;
    position: absolute;
    right: 0;
    bottom: 90px;
  }
  #iprospect .header .inner a img {
    width: 293px;
  }
  #iprospect > div .inner h2 {
    font-size: 50px;
    line-height: 60px;
    padding-left: 20px;
    padding-bottom: 2px;
    max-width: 650px;
    margin-bottom: 80px;
    margin-top: 10px;
  }
  #iprospect .key .inner .finds {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
    column-gap: 50px;
    grid-row-gap: 30px;
    padding-top: 30px;
  }
  #iprospect .key .inner .finds .item {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    max-width: 300px;
  }
  #iprospect .key .inner .finds .item img {
    width: 150px;
  }
  #iprospect .key .inner .finds .item .text {
    font-size: 18px;
    line-height: 24px;
    max-width: 300px;
    text-align: center;
  }
  #iprospect .key .inner .finds > :nth-child(2) .text, #iprospect .key .inner .finds > :nth-child(8) .text {
    padding: 0 50px;
  }
  #iprospect .key .inner .finds > :nth-child(7) .text {
    padding: 0 30px;
  }
  #iprospect .key .inner .finds > :nth-child(6) .text {
    padding: 0 40px;
  }
  #iprospect .key .inner .finds > :nth-child(3) .text, #iprospect .key .inner .finds > :nth-child(4) .text {
    padding: 0 70px;
  }
  #iprospect .quote .inner {
    max-width: 1260px;
    padding-bottom: 75px;
  }
  #iprospect .quote .inner .block {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: end;
  }
  #iprospect .quote .inner .block p {
    grid-column: 2;
    font-size: 24px;
    line-height: 28.8px;
    padding: 50px 50px 50px 25px;
    margin: 36px 0 0 0;
  }
  #iprospect .quote .inner .block p:before {
    left: 25px;
  }
  #iprospect .quote .inner .block img {
    grid-row: 1/span 2;
    width: 300px;
    margin: 0;
  }
  #iprospect .quote .inner .block .name {
    font-size: 24px;
    line-height: 31.2px;
    align-self: center;
    max-width: none;
    padding: 25px;
  }
  #iprospect .method .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
  }
  #iprospect .method .inner .h2-wrapper {
    grid-column: span 2;
  }
  #iprospect .method .inner .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
    column-gap: 20px;
    margin: 20px 0;
    max-width: 450px;
  }
  #iprospect .method .inner .right .blob {
    width: 220px;
    height: 69px;
    font-size: 20px;
    line-height: 26px;
  }
  #iprospect .action .game .game-inner {
    padding: 20px 0;
    width: 80%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  #iprospect .action .game .game-inner .video-cont {
    border-radius: 10px;
    border: 1px solid #48b7e4;
    padding: 45px 28px;
    width: 100%;
  }
  #iprospect .action .game .game-inner .video-cont .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 5%;
  }
  #iprospect .action .game .game-inner .video-cont .video #player0, #iprospect .action .game .game-inner .video-cont .video #player1 {
    height: 420px;
  }
  #iprospect .action .game .game-inner .c-out {
    padding: 45px;
    border-radius: 10px;
    border: 1px solid #48b7e4;
  }
  #iprospect .action .game .game-inner .c-out .c-in::-webkit-scrollbar {
    width: 13px;
    background-color: #282828;
    border-radius: 10px;
  }
  #iprospect .action .game .game-inner .c-out .c-in::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
  }
  #iprospect .action .game .game-inner .c-out .c-in::-webkit-scrollbar-thumb:hover {
    background: #cccccc;
  }
  #iprospect .action .game .game-inner .c-out .c-in {
    display: grid;
    grid-auto-flow: initial;
    grid-template-columns: 1fr;
    overflow-y: scroll;
    overflow-x: initial;
    grid-row-gap: 30px;
    scroll-snap-type: initial;
    padding: 0;
    padding-right: 40px;
    height: 500px;
  }
  #iprospect .action .game .game-inner .c-out .c-in .block {
    width: auto;
    scroll-snap-align: initial;
    padding-left: 0;
  }
  #iprospect .action .game .game-inner .c-out .c-in .block .head {
    display: grid;
    grid-column-gap: 20px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: start;
  }
  #iprospect .action .game .game-inner .c-out .c-in .block .body {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  #iprospect .action .game .game-inner .c-out .c-in .divide {
    width: 100%;
    height: 1px;
    align-self: center;
    grid-row: span 1;
  }
  #iprospect .action .game .game-inner .c-out .c-in .divide.mob {
    display: block;
  }
  #iprospect .choice .inner .block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
  }
  #iprospect .choice .inner .block .left .game, #iprospect .choice .inner .block .right .game {
    padding: 20px 0;
  }
  #iprospect .choice .inner .block .left .game .name, #iprospect .choice .inner .block .left .game .release, #iprospect .choice .inner .block .right .game .name, #iprospect .choice .inner .block .right .game .release {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
  }
  #iprospect .choice .inner .block .left .game .release, #iprospect .choice .inner .block .right .game .release {
    margin-top: 10px;
  }
  #iprospect .choice .inner .block .left .game .desc, #iprospect .choice .inner .block .right .game .desc {
    margin-top: 2em;
  }
  #iprospect .average .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #iprospect .average .inner .right {
    border: 1px solid #89cbed;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px;
    margin-top: 40px;
  }
  #iprospect .average .inner .right img {
    max-width: 694px;
  }
  #iprospect .profiles .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #iprospect .profiles .inner .right {
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    border: 1px solid #89cbed;
    padding: 20px 30px;
  }
  #iprospect .profiles .inner .right .right-inner::-webkit-scrollbar {
    background-color: #282828;
  }
  #iprospect .profiles .inner .right .right-inner::-webkit-scrollbar-thumb {
    background: #D7D7D7;
    border-radius: 10px;
  }
  #iprospect .profiles .inner .right .right-inner {
    max-height: 600px;
    overflow-y: scroll;
    padding-right: 20px;
  }
  #iprospect .profiles .inner .right .right-inner .select .lbl {
    text-align: left;
  }
  #iprospect .profiles .inner .right .right-inner .select .buttons {
    row-gap: 10px;
    column-gap: 10px;
    margin: 10px auto;
    max-width: none;
  }
  #iprospect .profiles .inner .right .right-inner .block-select .participant {
    padding: 20px 0;
    max-width: none;
    margin: 0 auto;
  }
  #iprospect .profiles .inner .right .right-inner .block-select .participant .name {
    font-size: 20px;
  }
  #iprospect .profiles .inner .right .right-inner .block-select .participant .games {
    column-gap: 30px;
    margin: 10px 0 30px 0;
  }
  #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game1, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game2, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game3 {
    width: 185px;
  }
  #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game1 .gamenum, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game2 .gamenum, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game3 .gamenum {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game1 .box, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game2 .box, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game3 .box {
    font-size: 15px;
  }
  #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game1 .box .row, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game2 .box .row, #iprospect .profiles .inner .right .right-inner .block-select .participant .games .game3 .box .row {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px 5px 8px;
    column-gap: 10px;
  }
  #iprospect .profiles .inner .right .right-inner .block-select .participant .chart {
    max-width: none;
  }
  #iprospect .profiles .inner .right .right-inner .block-select .participant .chart.desk {
    display: none;
  }
  #iprospect .profiles .inner .right .right-inner .block-select .participant .chart.mob {
    display: block;
  }
  #iprospect .stress .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #iprospect .stress .inner .right {
    border: 1px solid #89cbed;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px;
  }
  #iprospect .stress .inner .right img {
    max-width: 694px;
  }
  #iprospect .blood .inner .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #iprospect .blood .inner .block .left, #iprospect .blood .inner .block .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 666px;
  }
  #iprospect .blood .inner .block .left .box, #iprospect .blood .inner .block .right .box {
    border-radius: 10px;
    border: 1px solid #89cbed;
    padding: 55px 30px;
    min-width: 500px;
  }
  #iprospect .blood .inner .block .left img, #iprospect .blood .inner .block .right img {
    width: 100%;
    max-width: 570px;
  }
  #iprospect .blood .inner .block .right .box {
    padding: 20px 30px;
  }
  #iprospect .blood .inner .block .right img {
    max-width: 300px;
  }
  #iprospect .sources .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
    align-items: center;
  }
  #iprospect .sources .inner .left p, #iprospect .sources .inner .left b {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  #iprospect .sources .inner .right img {
    width: 100%;
    max-width: 650px;
  }
}
@media only screen and (min-width: 1400px) {
  #iprospect .action .inner p {
    max-width: 870px;
  }
  #iprospect .action .game .game-inner {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    grid-column-gap: 50px;
    padding: 30px 0;
  }
  #iprospect .action .game .game-inner .video-cont {
    box-sizing: border-box;
  }
  #iprospect .action .game .game-inner .video-cont .title {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
  }
  #iprospect .average .inner, #iprospect .profiles .inner, #iprospect .stress .inner {
    display: grid;
    grid-template-columns: 1fr 750px;
    grid-column-gap: 100px;
    align-items: start;
  }
}
@media only screen and (min-width: 1450px) {
  #iprospect .blood .inner .block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
  }
}
@media only screen and (min-width: 1660px) {
  #iprospect .method .inner .right {
    max-width: none;
  }
}
