@font-face {
  font-family: 'buenosaires';
  src: url('../font/buenosaires/BuenosAires-Light.otf');
  src: url('../font/buenosaires/BuenosAires-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'buenosaires';
  src: url('../font/buenosaires/BuenosAires-Regular.otf');
  src: url('../font/buenosaires/BuenosAires-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'buenosaires';
  src: url('../font/buenosaires/BuenosAires-Bold.otf');
  src: url('../font/buenosaires/BuenosAires-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'cadiz';
  src: url('../font/cadiz/Cadiz-Light.otf');
  src: url('../font/cadiz/Cadiz-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'cadiz';
  src: url('../font/cadiz/Cadiz-Regular.otf');
  src: url('../font/cadiz/Cadiz-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'cadiz';
  src: url('../font/cadiz/Cadiz-Bold.otf');
  src: url('../font/cadiz/Cadiz-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@-webkit-keyframes insight-load {
  0% {
    background-color: #dddddd;
  }
  50% {
    background-color: #eeeeee;
  }
  100% {
    background-color: #dddddd;
  }
}
@keyframes insight-load {
  0% {
    background-color: #dddddd;
  }
  50% {
    background-color: #eeeeee;
  }
  100% {
    background-color: #dddddd;
  }
}
#app-home {
  background-color: #FFFFFF;
  min-height: 100vh;
}
#app-home .container-main .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  padding: 0 15px;
  z-index: 2000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
#app-home .container-main .header .insitome-logo {
  display: inline-block;
  width: 81px;
  height: 21px;
  background-image: url(../img/insitome-logo-black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 12px;
  opacity: 0.3;
}
#app-home .container-main .header .app-name {
  display: inline-block;
  text-transform: lowercase;
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  font-size: 21px;
  letter-spacing: -0.5px;
  font-weight: 800;
  color: black;
  opacity: 0.3;
  margin-left: -1px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
#app-home .container-main .header .btn.profile-expand {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ccc;
  float: right;
  cursor: pointer;
  margin-top: 8px;
  border-radius: 50%;
}
#app-home .container-main .section {
  clear: both;
}
#app-home .container-main .section .list-header {
  font-size: 28px;
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  color: black;
  letter-spacing: -1.25px;
  line-height: 16px;
  font-weight: 800;
  margin-top: 30px;
}
#app-home .container-main .section .list-header .list-subheader {
  font-size: 14px;
  opacity: 0.67;
  letter-spacing: initial;
}
#app-home .container-main .section#hero {
  margin-top: 44px;
}
#app-home .container-main .section#hero .hero-image {
  min-height: 270px;
  height: auto;
  background-size: cover;
  background-position: center;
  margin: 0 0 20px;
}
#app-home .container-main .section#hero .hero-image .hero-overlay {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
}
#app-home .container-main .section#hero .hero-image .hero-overlay .insight-title {
  width: 100%;
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 30px;
  font-weight: 800;
  text-transform: lowercase;
}
#app-home .container-main .section#hero .hero-image .hero-overlay .insight-subtitle {
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  font-size: 14px;
  opacity: 0.67;
  letter-spacing: initial;
  color: #ffffff;
  font-weight: 800;
  text-transform: lowercase;
}
#app-home .container-main .section#hero .hero-image .status-card {
  border-radius: 10px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
  display: none;
  margin-top: 20px;
}
#app-home .container-main .section#hero .hero-image .status-card.visible {
  display: block;
}
#app-home .container-main .section#hero .hero-image .status-card .card-name {
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  font-size: 21px;
  font-weight: 800;
  text-align: center;
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar {
  margin: 30px 20px 20px;
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .bar {
  width: 100%;
  border-radius: 5px;
  height: 10px;
  padding-left: 10px;
  background-color: #F2F2F2;
  -webkit-transition: 0.5s 1.5s;
  transition: 0.5s 1.5s;
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .bar.step1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#F2F2F2));
  background-image: linear-gradient(to right, #F2F2F2);
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .bar.step2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#0000FF), color-stop(33%, #0000FF), color-stop(33%, #F2F2F2));
  background-image: linear-gradient(to right, #0000FF, #0000FF 33%, #F2F2F2 33%);
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .bar.step3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#0000FF), color-stop(67%, #0000FF), color-stop(67%, #F2F2F2));
  background-image: linear-gradient(to right, #0000FF, #0000FF 67%, #F2F2F2 67%);
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .bar.step4 {
  background-image: -webkit-gradient(linear, left top, right top, from(#0000FF));
  background-image: linear-gradient(to right, #0000FF);
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .bar .segment {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  float: left;
  margin-right: 33.333333%;
  margin-left: -10px;
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .bar .segment:last-of-type {
  margin-right: 0%;
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .user-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-top: -28px;
  margin-left: -17px;
  z-index: 2;
  position: relative;
  -webkit-transition: 0.5s 1.5s;
  transition: 0.5s 1.5s;
  left: 0px;
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .user-icon .icon-border {
  border-radius: 50%;
  border: solid 4px #0000ff;
  width: 100%;
  height: 100%;
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .user-icon .icon-border .icon-photo {
  width: 36px;
  height: 36px;
  background-size: cover;
  background-position: center;
  background-color: #ccc;
  border-radius: 50%;
  border: 4px solid white;
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .user-icon.step1 {
  left: 0%;
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .user-icon.step2 {
  left: 33%;
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .user-icon.step3 {
  left: 67%;
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-bar .user-icon.step4 {
  left: 100%;
}
#app-home .container-main .section#hero .hero-image .status-card .card-progress-text {
  opacity: 0.5;
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
#app-home .container-main .section#list {
  padding: 0 20px;
  margin: 0 auto 10px;
}
#app-home .container-main .section#list ul.card-list {
  overflow-x: auto;
  overflow-y: hidden;
  height: 180px;
  margin: 10px -20px 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#app-home .container-main .section#list ul.card-list li.insight-card {
  padding: 10px 10px 0;
  width: 160px;
  min-width: 160px;
}
#app-home .container-main .section#list ul.card-list li.insight-card:first-of-type {
  margin-left: 10px;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container {
  width: 100%;
  height: 100%;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card:hover {
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card:active {
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card .card-image {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card .card-title {
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card .card-title .title {
  font-size: 16px;
  font-weight: 800;
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card .card-title .status {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card .card-title .status.purchased::before {
  content: 'Available';
  color: #00DC96;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card .card-title .status.processing::before {
  content: 'Processing';
  color: #FF1364;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card .card-title .status.coming-soon::before {
  content: 'Coming Soon';
  color: #FF1364;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card .card-title .status.getting-data::before {
  content: 'Getting Data';
  opacity: 0.5;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card .card-title .status.revoked::before {
  content: 'Revoked';
  color: #FFBE28;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card .card-title .status.available::before {
  content: 'Buy Now';
  opacity: 0.5;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card-overlay {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 148px;
  margin-top: -148px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  cursor: pointer;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card-overlay .overlay-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: white;
  background-image: url(../img/newbtn-arrow-left.svg);
  background-size: 10px 16px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg) scale(1);
          transform: rotate(180deg) scale(1);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card-overlay:hover .overlay-arrow {
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(180deg) scale(1.05, 1.05);
          transform: rotate(180deg) scale(1.05, 1.05);
}
#app-home .container-main .section#list ul.card-list li.insight-card .card-container .card-overlay:active .overlay-arrow {
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-transform: rotate(180deg) scale(0.95, 0.95);
          transform: rotate(180deg) scale(0.95, 0.95);
}
#app-home .container-main .section#list ul.card-list li.insight-card.imminent .card-container .card .card-title .status {
  color: #FF1364;
}
#app-home .container-main .section#list ul.card-list li.insight-card.pending .card-container .card .card-image {
  cursor: default;
}
#app-home .container-main .section#list ul.card-list li.insight-card.pending .card-container .card .card-title {
  cursor: default;
}
#app-home .container-main .section#list ul.card-list li.insight-card.pending .card-container .card .card-title .status {
  color: #FF1364;
  margin-top: 10px;
}
#app-home .container-main .section#list ul.card-list li.insight-card.pending .card-container .card .card-title .title {
  height: 10px;
  width: 120px;
}
#app-home .container-main .section#list ul.card-list li.insight-card.pending .card-container .card:hover {
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
#app-home .container-main .section#list ul.card-list li.insight-card.pending .card-container .card:active {
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
#app-home .container-main .section#list ul.card-list li.insight-card.loader .card-container .card .card-title .status {
  width: 66px;
  height: 10px;
  margin-bottom: 4px;
  -webkit-animation: story-load 1s linear infinite;
          animation: story-load 1s linear infinite;
  border-radius: 5px;
}
#app-home .container-main .section#list ul.card-list li.insight-card.loader .card-container .card .card-title .title {
  width: 120px;
  height: 18px;
  -webkit-animation: story-load 1s linear infinite;
          animation: story-load 1s linear infinite;
  border-radius: 9px;
}
#app-home .container-main .section#preview .button-container,
#app-home .container-main .section#list .button-container {
  z-index: 1999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  padding: 20px;
  left: 0;
  right: 0;
  bottom: -100px;
  width: 100%;
  background-color: rgba(250, 250, 250, 0.95);
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
}
#app-home .container-main .section#preview .button-container.visible,
#app-home .container-main .section#list .button-container.visible {
  bottom: 0;
}
#app-home .container-main .section#preview .button-container.desktop,
#app-home .container-main .section#list .button-container.desktop {
  display: none;
}
#app-home .container-main .section#preview .button-container button,
#app-home .container-main .section#list .button-container button {
  background-color: #0000ff;
  color: white;
}
#app-home .container-main .section#preview .button-container button.select-card,
#app-home .container-main .section#list .button-container button.select-card {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.25);
}
#app-home .container-main .section#preview .button-container button.ready,
#app-home .container-main .section#list .button-container button.ready {
  background-image: url(../img/graphic-dna-large.svg);
  background-size: 66px;
  background-position: center;
  background-repeat: no-repeat;
  background-position-x: 90%;
}
#app-home .container-main .section#preview .button-container button.no-results,
#app-home .container-main .section#list .button-container button.no-results {
  background-color: #ccc;
  color: rgba(0, 0, 0, 0.25);
}
#app-home .container-main .section#preview .button-container button.coming-soon,
#app-home .container-main .section#list .button-container button.coming-soon {
  background-color: #FF1364;
  pointer-events: none;
  cursor: default;
}
#app-home .container-main .section#preview .button-container button.access-revoked,
#app-home .container-main .section#list .button-container button.access-revoked {
  background-color: #FFBE28;
}
#app-home .container-main .section#preview .button-container button.ng-hide-animate,
#app-home .container-main .section#list .button-container button.ng-hide-animate {
  display: none;
}
#app-home .container-main .section#preview .button-container button.ng-hide-remove,
#app-home .container-main .section#list .button-container button.ng-hide-remove {
  display: block;
}
#app-home .container-main .section#preview .button-container button img,
#app-home .container-main .section#list .button-container button img {
  display: inline;
  width: 68px;
  margin-bottom: -7px;
  margin-left: -4px;
}
#app-home .container-main .section#preview {
  padding: 0 20px;
  margin: 10px auto 80px;
}
#app-home .container-main .section#preview .insight-description {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
  padding: 0;
}
#app-home .container-main hr.section-break {
  clear: both;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 480px) {
  #app-home .container-overlay .insight-preview-container .details {
    max-height: 50vh;
  }
  #app-home .container-overlay button.close-preview {
    bottom: initial;
  }
}
@media screen and (min-width: 720px) {
  #app-home {
    margin-left: 80px;
  }
  #app-home .container-main .header {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    padding: 24px 0 0;
    height: 80px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-backdrop-filter: none;
  }
  #app-home .container-main .header .btn.profile-expand {
    display: none;
  }
  #app-home .container-main .section {
    max-width: 560px;
    padding: 0;
  }
  #app-home .container-main .section#hero {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
  }
  #app-home .container-main .section#hero .hero-image {
    display: block;
    border-radius: 10px;
    min-height: 180px;
  }
  #app-home .container-main .section#hero .hero-image .hero-overlay .insight-title {
    text-align: center;
    margin-top: 48px;
  }
  #app-home .container-main .section#hero .hero-image .hero-overlay .insight-subtitle {
    text-align: center;
  }
  #app-home .container-main .section#hero .hero-image .hero-overlay .status-card {
    margin-top: 0;
    padding: 20px 60px;
  }
  #app-home .container-main .section#preview .button-container,
  #app-home .container-main .section#list .button-container {
    position: relative;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #app-home .container-main .section#preview .button-container button img,
  #app-home .container-main .section#list .button-container button img {
    width: 86px;
    margin-bottom: -8.5px;
    margin-left: -4px;
  }
  #app-home .container-main .section#preview {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #app-home .container-main .section#list .list-header {
    padding-right: 30px;
  }
  #app-home .container-main .section#list ul.card-list {
    margin: 10px 0 0;
  }
  #app-home .container-main .section .top-header,
  #app-home .container-main .section .list-header {
    float: left;
    display: inline-block;
    padding-right: 50px;
  }
  #app-home .container-main .section .message-bubble-container {
    width: 360px;
    float: right;
  }
  #app-home .container-main .section ul.card-list {
    width: 100%;
    float: left;
    display: inline-block;
  }
  #app-home .container-overlay {
    left: 80px;
  }
  #app-home .container-overlay .overlay-blur {
    left: 80px;
  }
  #app-home .container-overlay .insight-preview-container .purchase button.purchase-insight {
    height: 44px;
  }
  #app-home .container-overlay button.close-preview {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-image: url('../img/btn-closedetail.svg');
    background-color: rgba(255, 255, 255, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    position: fixed;
    right: 20px;
    top: 64px;
    z-index: 5000;
    border: none;
  }
  #app-home .container-overlay button.close-preview .close-button-content {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  #app-home .container-main {
    width: 746px;
    margin: 0 auto;
  }
  #app-home .container-main .header {
    max-width: 746px;
  }
  #app-home .container-main .section {
    max-width: 746px;
  }
  #app-home .container-main .section#hero .hero-image .hero-overlay .status-card {
    padding: 20px 140px;
  }
  #app-home .container-main .section#preview {
    padding: 0 24px 0 0;
    width: 250px;
    margin: 0;
    position: absolute;
    top: 390px;
  }
  #app-home .container-main .section#preview .insight-description {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
  }
  #app-home .container-main .section#list {
    margin-top: 40px;
    padding: 0;
  }
  #app-home .container-main .section#list .list-header {
    width: 200px;
    margin-top: 6px;
  }
  #app-home .container-main .section#list ul.card-list {
    display: block;
    width: 496px;
    height: auto;
    float: right;
    margin: 0;
    overflow: visible;
    padding-bottom: 60px;
  }
  #app-home .container-main .section#list ul.card-list li.insight-card {
    float: left;
    margin: 0 20px 20px 0;
    min-width: auto;
    width: 152px;
    height: 205px;
    padding: 0;
  }
  #app-home .container-main .section#list ul.card-list li.insight-card:first-of-type {
    margin-left: 0;
  }
  #app-home .container-main .section#list ul.card-list li.insight-card:nth-of-type(3n) {
    margin-right: 0;
  }
  #app-home .container-main .section#list ul.card-list li.insight-card .card-container .card .card-image {
    height: 144px;
  }
  #app-home .container-main .section#list ul.card-list li.insight-card .card-container .card .card-title {
    padding: 14px 10px;
  }
  #app-home .container-main .section#list ul.card-list li.insight-card .card-container .card:hover {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  #app-home .container-main .section#list ul.card-list li.insight-card .card-container .card:active {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  #app-home .container-main .section#list ul.card-list li.insight-card .card-container .card-overlay {
    height: 204px;
    margin-top: -204px;
  }
  #app-home .container-main .section#preview .button-container,
  #app-home .container-main .section#list .button-container {
    -webkit-backdrop-filter: none;
    padding: 0;
    bottom: 0;
    height: 88px;
    opacity: 0;
    pointer-events: none;
  }
  #app-home .container-main .section#preview .button-container button,
  #app-home .container-main .section#list .button-container button {
    width: 496px;
    height: 48px;
    font-size: 16px;
    float: right;
  }
  #app-home .container-main .section#preview .button-container button img,
  #app-home .container-main .section#list .button-container button img {
    width: 74px;
    margin-bottom: -7.5px;
  }
  #app-home .container-main .section#preview .button-container.desktop,
  #app-home .container-main .section#list .button-container.desktop {
    display: block;
  }
  #app-home .container-main .section#preview .button-container.mobile,
  #app-home .container-main .section#list .button-container.mobile {
    display: none;
  }
  #app-home .container-main .section#preview .button-container.visible,
  #app-home .container-main .section#list .button-container.visible {
    opacity: 1;
    pointer-events: auto;
  }
  #app-home .container-main .section .message-bubble-container {
    width: 544px;
  }
  #app-home .container-main .section ul.card-list {
    width: 544px;
  }
  #app-home .container-main .section ul.card-list li.insight-card {
    padding: 0 5px 0 5px;
  }
}
#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9996;
  opacity: 0;
  -webkit-transition: all 0.3s, left 0s, bottom 0s;
  transition: all 0.3s, left 0s, bottom 0s;
  pointer-events: none;
}
#loader .loader-container {
  z-index: 9997;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
#loader .loader-container .loader {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  z-index: 9998;
}
#loader .loader-container .loader .icon {
  background-image: url('../img/loader-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 86px;
  width: 100%;
  height: 100%;
}
#loader .loader-container .loader .spinner {
  display: none;
  background-image: url('../img/loader-spinner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 86px;
  width: 100%;
  height: 100%;
  margin-top: -86px;
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}
#loader .loader-container .loader .loader-text {
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  text-align: center;
  color: #0000ff;
  font-size: 16px;
  margin: 20px auto;
  display: none;
}
#loader .loader-container .loader .loader-text .ellipsis {
  display: inline;
  -webkit-transition: 0s;
  transition: 0s;
}
#loader .loader-container .loader .loader-text .ellipsis:nth-of-type(3n-2) {
  -webkit-animation: loader-ellipsis-one 1.5s step-start infinite;
          animation: loader-ellipsis-one 1.5s step-start infinite;
}
#loader .loader-container .loader .loader-text .ellipsis:nth-of-type(3n-1) {
  -webkit-animation: loader-ellipsis-two 1.5s step-start infinite;
          animation: loader-ellipsis-two 1.5s step-start infinite;
}
#loader .loader-container .loader .loader-text .ellipsis:nth-of-type(3n) {
  -webkit-animation: loader-ellipsis-three 1.5s step-start infinite;
          animation: loader-ellipsis-three 1.5s step-start infinite;
}
#loader .loader-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
}
#loader.active {
  opacity: 1;
  pointer-events: auto;
}
#loader.active .loader-container .loader .spinner,
#loader.active .loader-container .loader .loader-text {
  display: block;
}
#loader.offset.mobile-offset-override {
  bottom: 0;
}
.loader-nested {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s, display 0s 0.3s;
  transition: opacity 0.3s, display 0s 0.3s;
}
.loader-nested.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.loader-nested .spinner {
  -webkit-animation: spinner 0.75s linear infinite;
          animation: spinner 0.75s linear infinite;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.loader-nested .spinner.blue {
  background-image: url(../img/loader-nested-spinner-blue.png);
}
.loader-nested .spinner.white {
  background-image: url(../img/loader-nested-spinner-white.png);
}
.loader-nested .spinner.black {
  background-image: url(../img/loader-nested-spinner-black.png);
}
@media screen and (min-width: 720px) {
  #loader.offset {
    top: 0;
    left: 80px;
    bottom: 0;
  }
}
#profile.container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2003;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  display: block;
}
#profile.container.open {
  opacity: 1;
  pointer-events: auto;
}
#profile.container .header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 44px;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
}
#profile.container .header .center {
  text-align: center;
  margin: 10px auto;
  font-size: 18px;
}
#profile.container .header .right {
  float: right;
  position: absolute;
  right: 7px;
  top: 0;
}
#profile.container .header .right .btn-close {
  background-size: 13.32px;
  background-position: center;
  background-image: url(../img/newbtn-close.svg);
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
#profile.container .header .edit-btns {
  opacity: 0;
  pointer-events: none;
  height: 100%;
  cursor: pointer;
}
#profile.container .header .edit-btns .btn {
  width: 50%;
  height: 100%;
  margin: 0;
  text-align: center;
  font-family: 'cadiz', "Helvetica Neue", Helvetica, Arial, Sans;
  font-weight: 800;
  padding-top: 12px;
  color: #0000ff;
  float: left;
}
#profile.container .header .edit-btns .btn:first-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#profile.container .header.edit .center {
  display: none;
}
#profile.container .header.edit .right {
  display: none;
}
#profile.container .header.edit .edit-btns {
  opacity: 1;
  pointer-events: auto;
}
#profile.container .main {
  background-color: #f8f8f8;
  position: absolute;
  top: 44px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
#profile.container .main .section.main {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
#profile.container .main .section.main .top {
  height: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#profile.container .main .section.main .top .avatar {
  float: left;
  width: 68px;
  height: 68px;
  margin: 15px 15px 0 20px;
  border-radius: 50%;
  border: 3px solid white;
  background-size: cover;
  background-position: center;
}
#profile.container .main .section.main .top .name {
  font-family: 'buenosaires', "San Francisco", Roboto, "Helvetica Neue", Helvetica, Arial, Sans;
  padding-top: 30px;
}
#profile.container .main .section.main .top .sequence-status {
  font-size: 12px;
  font-weight: 800;
  color: #AAA;
}
#profile.container .main .section.main .top .sequence-status .status-icon {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-image: url(../img/profile-kit-icon-add.svg);
  display: inline-block;
  margin: 3px 2px -3px 0;
}
#profile.container .main .section.main .top .sequence-status::after {
  content: " KIT DATA NOT AVAILABLE";
}
#profile.container .main .section.main .top .sequence-status.received {
  color: #0000FF;
}
#profile.container .main .section.main .top .sequence-status.received .status-icon {
  background-image: url(../img/profile-kit-icon-received.svg);
}
#profile.container .main .section.main .top .sequence-status.received::after {
  content: " KIT RECEIVED";
}
#profile.container .main .section.main .top .sequence-status.processing {
  color: #FF1364;
}
#profile.container .main .section.main .top .sequence-status.processing .status-icon {
  background-image: url(../img/profile-kit-icon-processing.svg);
}
#profile.container .main .section.main .top .sequence-status.processing::after {
  content: " PROCESSING RESULTS";
}
#profile.container .main .section.main .top .sequence-status.complete {
  color: #00DC69;
}
#profile.container .main .section.main .top .sequence-status.complete .status-icon {
  background-image: url(../img/profile-kit-icon-complete.svg);
}
#profile.container .main .section.main .top .sequence-status.complete::after {
  content: " SEQUENCED";
}
#profile.container .main .section.main .top .sequence-status.error {
  color: #FFBE28;
}
#profile.container .main .section.main .top .sequence-status.error .status-icon {
  background-image: url(../img/profile-kit-icon-error.svg);
}
#profile.container .main .section.main .top .sequence-status.error::after {
  content: " DATA ERROR";
}
#profile.container .main .section.main .top .btn-expand {
  cursor: pointer;
  position: absolute;
  top: 28px;
  right: 7px;
  width: 44px;
  height: 44px;
  background-size: 16px;
  background-position: center;
  background-image: url(../img/btn-expandarrow.svg);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#profile.container .main .section.main .top .btn-expand.up {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#profile.container .main .section.main ul.options {
  list-style: none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#profile.container .main .section.main ul.options li {
  height: 86px;
}
#profile.container .main .section.main ul.options li:nth-of-type(5n-3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#profile.container .main .section.main ul.options li:nth-of-type(5n-3) .option-title {
  margin-top: 8px;
}
#profile.container .main .section.main ul.options li .option-title {
  font-size: 18px;
  font-weight: 800;
  margin: 5px 0 -5px;
}
#profile.container .main .section.main ul.options li input.option-value {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: text;
}
#profile.container .main .section.main ul.options li input.option-value::-webkit-input-placeholder {
  color: black;
}
#profile.container .main .section.main ul.options li input.option-value:-moz-placeholder {
  color: black;
  opacity: 1;
}
#profile.container .main .section.main ul.options li input.option-value::-moz-placeholder {
  color: black;
  opacity: 1;
}
#profile.container .main .section.main ul.options li input.option-value:-ms-input-placeholder {
  color: black;
}
#profile.container .main .section.main ul.options li input.option-value::-ms-input-placeholder {
  color: black;
}
#profile.container .main .section.main ul.options li input.option-value.edited {
  color: #0000ff;
}
#profile.container .main .section.main ul.options li.photo {
  height: 54px;
}
#profile.container .main .section.main ul.options li.photo input {
  font-size: 14px;
  position: absolute;
  height: 36px;
  width: 80%;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: white;
  color: #aaa;
  cursor: pointer;
  margin-top: 6px;
  padding-left: 8px;
}
#profile.container .main .section.main ul.options li.photo input::-webkit-file-upload-button {
  margin: 8px 16px 0 0px;
}
#profile.container .main .section.main ul.options li.photo .new-img-cropper {
  position: fixed;
  z-index: 9997;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
}
#profile.container .main .section.main ul.options li.photo .image-preview {
  z-index: 9998;
  position: fixed;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  border: 2px solid white;
  bottom: 40px;
  left: 50vw;
  margin-left: -44px;
}
#profile.container .main .section.main ul.options li.photo .option-title {
  display: none;
}
#profile.container .main .section.main ul.options li.photo.non-webkit-layout {
  height: 86px;
  margin-top: -20px;
}
#profile.container .main .section.main ul.options li.photo.non-webkit-layout .option-title {
  display: block;
  margin: 0 0 5px;
}
#profile.container .main .section.main ul.options li.biological-sex {
  margin-right: 40px;
  cursor: pointer;
}
#profile.container .main .section.main ul.options li.biological-sex .segmented-control {
  width: 100%;
  height: 34px;
  border: 2px solid black;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
}
#profile.container .main .section.main ul.options li.biological-sex .segmented-control .action {
  width: 50%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: black;
  float: left;
  cursor: pointer;
}
#profile.container .main .section.main ul.options li.biological-sex .segmented-control .action:first-of-type {
  border-right: 2px solid black;
}
#profile.container .main .section.main ul.options li.biological-sex .segmented-control .action.selected {
  background-color: black;
}
#profile.container .main .section.main ul.options li.biological-sex .segmented-control .action.selected .label {
  color: white;
}
#profile.container .main .section.main ul.options li.biological-sex .segmented-control .action.selected .label .icon-male,
#profile.container .main .section.main ul.options li.biological-sex .segmented-control .action.selected .label .icon-female {
  -webkit-filter: none;
  filter: none;
}
#profile.container .main .section.main ul.options li.biological-sex .segmented-control .action .label {
  text-align: center;
  font-weight: 800;
  margin-top: 6px;
  cursor: pointer;
}
#profile.container .main .section.main ul.options li.biological-sex .segmented-control .action .label .icon-male {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon-male.svg);
}
#profile.container .main .section.main ul.options li.biological-sex .segmented-control .action .label .icon-female {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon-female.svg);
}
#profile.container .main .section.main ul.options li.biological-sex .segmented-control .action .label .icon-male,
#profile.container .main .section.main ul.options li.biological-sex .segmented-control .action .label .icon-female {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  cursor: pointer;
}
#profile.container .main .section.main.collapsed {
  height: 100px;
  overflow-y: hidden;
  background-color: #f8f8f8;
}
#profile.container .main .section.main.collapsed ul.options {
  opacity: 0;
}
#profile.container .main ul.account-options {
  background-color: #f8f8f8;
  list-style: none;
  top: 100px;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#profile.container .main ul.account-options.profile-open {
  top: 550px;
}
#profile.container .main ul.account-options li {
  height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 9px;
  cursor: pointer;
}
#profile.container .main ul.account-options li .title {
  float: left;
  font-size: 15px;
  font-weight: 800;
  padding-top: 14px;
  color: #0000ff;
  cursor: pointer;
}
#profile.container .main ul.account-options li .icon {
  float: left;
  width: 44px;
  height: 44px;
  margin: 0 30px;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#profile.container .main ul.account-options li.contact > .icon {
  background-image: url(../img/icon-contactus.svg);
}
#profile.container .main ul.account-options li.contact-helix > .icon {
  background-image: url(../img/icon-contact-helix.svg);
}
#profile.container .main ul.account-options li.payment > .icon {
  background-image: url(../img/icon-payment.svg);
}
#profile.container .main ul.account-options li.instructions > .icon {
  background-image: url(../img/icon-kitinstructions.svg);
}
#profile.container .main ul.account-options li.signout > .icon {
  background-image: url(../img/icon-signout.svg);
}
.desktop-underlay {
  display: none;
}
@media screen and (min-width: 720px) {
  #profile.container {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 100px;
    width: 375px;
    height: 628px;
    max-height: 87%;
  }
  #profile.container .header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #profile.container .main {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #profile.container .main .section.main {
    min-height: 584px;
  }
  #profile.container .main .section.main ul.options li.photo .new-img-cropper {
    top: auto;
    right: auto;
    bottom: 16px;
    left: 100px;
    width: 375px;
    height: 584px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 80%;
  }
  #profile.container .main .section.main ul.options li.photo .image-preview {
    bottom: 50px;
    left: 292px;
  }
  .desktop-underlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2001;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    display: block;
  }
  .desktop-underlay.open {
    opacity: 1;
    pointer-events: auto;
  }
  .desktop-underlay .carat {
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: rgba(248, 248, 248, 0.8);
    z-index: 2002;
    position: fixed;
    bottom: 34px;
    left: 90px;
  }
}
#share-content-scaffold {
  position: fixed;
  bottom: 540px;
  left: 100px;
  width: 375px;
  height: 500px;
  border: 3px solid #ccc;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
#share-content-image {
  position: fixed;
  bottom: 20px;
  left: 100px;
}
#share-content-scaffold,
#share-content-image {
  display: none !important;
}
ui-cropper {
  width: 100%;
  display: block;
  text-align: center;
}
ui-cropper.fixed-height {
  height: 100%;
  position: relative;
  overflow: hidden;
}
ui-cropper.fixed-height canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
ui-cropper.full-width canvas {
  display: inline;
}
ui-cropper canvas {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
ui-cropper .loading {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-top: 33.333%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
}
