@charset "UTF-8";
/* distinct name for file finding purposes : _heartest-page.scss */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900");
@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-light.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 100; }
@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-book.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400; }
/** raleway font collection goes here*/
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Thin.ttf") format("opentype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-ThinItalic.ttf") format("opentype");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-LightItalic.ttf") format("opentype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-RegularItalic.ttf") format("opentype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-MediumItalic.ttf") format("opentype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-SemiBoldItalic.ttf") format("opentype");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-BoldItalic.ttf") format("opentype");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Black.ttf") format("opentype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Roboto Alt";
  src: url("/assets/fonts/Roboto/Roboto-BlackItalic.ttf") format("opentype");
  font-weight: 900;
  font-style: italic; }
html {
  font-size: 62.65%; }

/* See https://www.sitepoint.com/understanding-and-using-rem-units-in-css/ */
body {
  font-size: 1.6rem;
  font-weight: 300; }

/* 14px */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 2.5rem; }

h1 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  word-spacing: 4px;
  font-size: 35px;
  line-height: 40px; }
  @media (min-width: 890px) {
    h1 {
      font-size: 45px;
      line-height: 55px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 50px;
      line-height: 60px; } }

h2 {
  font-size: 1.9rem; }

h3 {
  font-size: 2.6rem;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 3px; }

h4 {
  font-size: 1.2rem; }

.subheading {
  font-weight: 300;
  font-size: 1.9rem; }

.section-heading {
  text-transform: uppercase;
  text-align: center; }
  .section-heading:after {
    content: "";
    width: 180px;
    height: 0px;
    display: block;
    border-bottom: 2px solid #d4d4d4;
    margin: auto;
    margin-top: 2.5rem; }

.who-are-we-header .section-heading:after {
  max-width: 30vw; }

.section--heading-no-copy-text {
  margin-top: 2.5rem; }

.heardigits-international-brands.section-heading:after {
  content: "";
  position: relative;
  right: 2px; }

.lead-text-header.section-heading {
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 20px; }

.section--title-subheading {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
  font-size: 20px;
  letter-spacing: 0;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 20px; }

main {
  --WantMoreInfoForm-color: #25c6da; }

/*------------------------------------*\
#TEXT
\*------------------------------------*/
h3 {
  font-size: 2.6rem;
  font-weight: 500; }
  h3.product--header-title {
    font-family: "Raleway";
    text-transform: uppercase;
    color: #343f45;
    line-height: 40px;
    font-size: 40px; }
    h3.product--header-title .title-bold {
      font-weight: 800; }

.product--header-title {
  font-family: "Raleway";
  text-transform: uppercase;
  color: #343f45;
  line-height: 40px;
  font-size: 40px; }
  .product--header-title .title-bold {
    font-weight: 800; }

.product--header-title.title-spacing {
  margin: 0 0 10px 13vw; }

h5 {
  font-size: 20px;
  font-weight: 800; }
  h5.product--sub-header-title {
    font-family: "Raleway";
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0; }

.heartest--text {
  font-family: "Raleway"; }

.paragraph-small {
  font-family: "Raleway";
  font-size: 1.3rem; }

.paragraph {
  font-family: "Raleway";
  font-size: 1.6rem;
  font-weight: 400; }

.paragraph-large {
  font-family: "Raleway";
  font-size: 2rem; }

.paragraph-bold {
  font-weight: 600; }

.paragraph-capitalize {
  text-transform: capitalize; }

.text-brand-blue,
.paragraph-blue {
  color: #25c6da; }

.text-white {
  color: white; }

a.href-link-no-styling {
  color: unset; }

/*------------------------------------*\
#PAGE HEADER
\*------------------------------------*/
.heartest--header--content {
  background: url("/assets/products/heartest/heartest-header-left-1dce1023ee527a28712f34f97d753a381788e75bc14e1cad6ae45f8333738034.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  min-height: 700px;
  padding: 120px 20px 40px; }
  @media (max-width: 890px) {
    .heartest--header--content {
      padding-top: 50px; } }

.heartest-header-logo--image img {
  max-width: 350px;
  width: 100%; }
  @media (max-width: 890px) {
    .heartest-header-logo--image img {
      max-width: 240px; } }

.video-product-header-container .heartest-header-container--content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: unset; }
  @media (max-width: 890px) {
    .video-product-header-container .heartest-header-container--content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center; } }

.form--product--sign-up:not(.form-get-in-touch) {
  max-width: 330px !important; }

.form--product--sign-up .form-section-multi-inputs {
  width: 100%; }

div.heartest--header--content .box-buttons .btn-main {
  background-color: white;
  border: none;
  font-family: "Raleway";
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  color: #25c6da;
  border-radius: 10px;
  padding: 12px;
  height: 53px;
  position: relative;
  width: 226px;
  max-height: 53px; }
  @media (max-width: 890px) {
    div.heartest--header--content .box-buttons .btn-main {
      width: 180px;
      height: 42px;
      font-size: 18px; } }
div.heartest--header--content .box-buttons svg {
  display: none; }

.button-below-form {
  display: none; }

.product-header-container div.heartest-header-container--content {
  max-width: none;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset; }

.heartest-header-container--content .bold-headline {
  font-family: "Raleway";
  font-size: 40px;
  text-transform: uppercase;
  color: white;
  margin: 30px 0;
  font-weight: 700;
  letter-spacing: 0.03em; }
  @media (max-width: 890px) {
    .heartest-header-container--content .bold-headline {
      font-size: 22px;
      line-height: 23px;
      margin-top: 60px;
      text-align: center; } }
.heartest-header-container--content .bold-headline-bold {
  font-weight: 300; }

/*------------------------------------*\
#OVERWRITES HEADER
\*------------------------------------*/
.product-sign-up--form-component {
  padding: 30px 40px 10px;
  border-radius: 20px;
  border: 3px solid #25c6da; }

.product-sign-up--form-component .product-form-header {
  font-family: "Raleway";
  text-transform: uppercase;
  font-size: 22px; }

.product-sign-up--form-component input.intl-tel-input,
.product-sign-up--form-component .form-input {
  font-family: "Raleway";
  margin: 10px 0 0; }
.product-sign-up--form-component div.iti__flag-container {
  top: 16px; }

/*------------------------------------*\
what is section
\*------------------------------------*/
.heartest--what-is--section {
  background-color: white;
  border-bottom: 7px solid white; }

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (max-width: 890px) {
    .button-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 170px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.heartest--what-is--section .video-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1190px;
  padding: 2vw;
  width: 100% !important; }
  @media (max-width: 890px) {
    .heartest--what-is--section .video-player {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px; } }

.heartest--what-is--section .video-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 260px;
  padding: 10px;
  font-size: 25px;
  font-family: "Raleway";
  font-weight: 400;
  color: white;
  border: 2px solid #343f45;
  border-radius: 10px;
  background-color: #363f44;
  margin-top: 20px; }
  @media (max-width: 890px) {
    .heartest--what-is--section .video-button {
      margin-top: 10px; } }
  .heartest--what-is--section .video-button svg {
    margin: 0 10px 0 0; }
  .heartest--what-is--section .video-button path {
    fill: #25c6da; }

.heartest--what-is--section .product-description {
  padding-right: 30px;
  padding-left: 30px; }
  @media (max-width: 890px) {
    .heartest--what-is--section .product-description {
      padding: 20px;
      margin-bottom: 0px; } }

.product--header--content {
  display: table;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #25c6da;
  border-bottom: 2px solid;
  margin: 0 0 60px; }
  @media (max-width: 890px) {
    .product--header--content {
      margin-bottom: 20px; } }

.product-description {
  font-family: "Raleway";
  font-size: 25px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #343f45;
  padding: 0 2vw; }
  @media (max-width: 890px) {
    .product-description {
      margin-bottom: 0px; } }

.subheadline {
  font-weight: 600;
  font-size: 30px;
  border-bottom: 2px; }
  @media (max-width: 890px) {
    .subheadline {
      font-size: 19px; } }

.subheadline::after {
  content: "";
  width: 430px;
  height: 0px;
  display: block;
  border-bottom: 2px solid #25c6da;
  margin-top: 5px;
  opacity: 0.5; }
  @media (max-width: 890px) {
    .subheadline::after {
      width: auto; } }

.heartest--what-is--section .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  @media (max-width: 890px) {
    .heartest--what-is--section .content-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0px; } }
  .heartest--what-is--section .content-container .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .heartest--what-is--section .content-container .section .image-container {
      max-width: 400px; }
  .heartest--what-is--section .content-container .section .text-section {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }

/*------------------------------------*\
#HEARTEST PROMOTIONAL BANNER
\*------------------------------------*/
.heartest-promo-banner-container {
  height: 318px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #343f45;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: linear-gradient(105deg, #343f45 50%, #25c6da 50%); }
  @media (max-width: 890px) {
    .heartest-promo-banner-container {
      background: linear-gradient(105deg, #343f45 60%, #25c6da 40%); } }
  @media (max-width: 890px) {
    .heartest-promo-banner-container {
      padding-top: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .heartest-promo-banner-container .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 20px; }
    .heartest-promo-banner-container .section a:link {
      text-decoration: none !important; }
    .heartest-promo-banner-container .section a:hover {
      text-decoration: none !important; }
    .heartest-promo-banner-container .section .learn-more-button {
      height: 73px;
      width: 325px;
      background-color: #343f45;
      border-radius: 10px;
      color: #fff;
      font-family: "Raleway";
      font-size: 30px;
      font-weight: 600;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center; }
      @media (max-width: 890px) {
        .heartest-promo-banner-container .section .learn-more-button {
          height: 60px;
          width: 250px;
          font-size: 25px; } }
      @media (max-width: 890px) {
        .heartest-promo-banner-container .section .learn-more-button {
          background-color: #fff;
          color: #313c43; } }
    .heartest-promo-banner-container .section .copy-container {
      max-width: 472px; }
      @media (max-width: 890px) {
        .heartest-promo-banner-container .section .copy-container {
          text-align: left;
          margin-top: 20px; } }
      .heartest-promo-banner-container .section .copy-container .bold {
        font-family: "Raleway";
        font-size: 36px;
        font-weight: 900;
        color: #ffffff;
        line-height: 36px; }
        @media (max-width: 890px) {
          .heartest-promo-banner-container .section .copy-container .bold {
            font-size: 23px;
            line-height: 25px; } }
      .heartest-promo-banner-container .section .copy-container .light {
        margin-top: 20px;
        font-family: "Raleway";
        font-size: 29px;
        font-weight: 300;
        color: #ffffff; }
        @media (max-width: 890px) {
          .heartest-promo-banner-container .section .copy-container .light {
            font-size: 17px; } }

/*------------------------------------*\
#PAGE WHATS IN THE BOX
\*------------------------------------*/
.heartest--the-box--section {
  background-color: white; }
  .heartest--the-box--section img {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%; }

.box-content--navigation-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.box-content--navigation-buttons .button-link--container {
  margin: 20px 0;
  background-color: #343f45;
  color: white;
  border-radius: 6px 0 0 6px;
  padding: 4px;
  min-width: 230px;
  max-width: 240px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .box-content--navigation-buttons .button-link--container:hover {
    background-color: #25c6da;
    color: white; }
.box-content--navigation-buttons .button-link {
  max-width: 350px;
  width: 100%;
  padding: 6px 10px;
  background: none; }
  .box-content--navigation-buttons .button-link:focus {
    outline: 0; }

.button-link {
  background: none;
  border: none; }

.heartest--the-box--box .box-content--image-content {
  max-width: 50%; }
  @media (max-width: 890px) {
    .heartest--the-box--box .box-content--image-content {
      max-width: 80%;
      margin-top: 0px; } }

.heartest--the-box--box .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.box-content--link-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 40px 0; }
  @media (max-width: 890px) {
    .box-content--link-buttons {
      margin: 0; } }

.box-content--link-buttons .box-content-buttons-wrapper {
  position: relative; }
.box-content--link-buttons .button-link--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  padding: 4px 60px;
  background-color: #25c6da;
  color: #343f45;
  border-radius: 10px;
  width: 100%;
  min-width: 230px;
  max-width: 380px;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 890px) {
    .box-content--link-buttons .button-link--container {
      padding: 0px;
      margin-left: 0px;
      margin-right: 0px; } }
  .box-content--link-buttons .button-link--container button {
    font-size: 25px;
    text-align: center; }
    @media (max-width: 890px) {
      .box-content--link-buttons .button-link--container button {
        font-size: 22px;
        padding: 0px; } }
  .box-content--link-buttons .button-link--container:hover {
    background-color: #25c6da;
    color: white;
    cursor: pointer; }
.box-content--link-buttons .button-question {
  position: absolute;
  top: 0px;
  right: -40px;
  background: none;
  border: none; }

.button-question .question-mark {
  width: 26px; }

.heartest--the-box--carousel--container {
  overflow: hidden;
  position: relative; }

.heartest-box-carousel-button {
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  z-index: 10; }
  .heartest-box-carousel-button.next {
    right: 0vw; }
  .heartest-box-carousel-button.prev {
    left: 0vw; }

.heartest--the-box--section .tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px; }
  @media (max-width: 890px) {
    .heartest--the-box--section .tns-nav {
      margin-top: 0px; } }

.heartest--the-box--section .tns-nav button {
  width: 13px;
  height: 13px;
  margin: 10px;
  border-radius: 100%;
  background-color: #f1f2f4; }
  .heartest--the-box--section .tns-nav button.tns-nav-active {
    background-color: #25c6da; }

.heartest--the-box--slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.heartest--the-box--slide--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  .heartest--the-box--slide--wrapper .image-container {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .heartest--the-box--slide--wrapper .description-container {
    margin-top: 30px; }
    @media (max-width: 890px) {
      .heartest--the-box--slide--wrapper .description-container {
        margin-top: 0px; } }

/*------------------------------------*\
#PAGE USER TESTIMONIALS
\*------------------------------------*/
.heartest--testimonials {
  background-color: #343f45;
  position: relative; }
  .heartest--testimonials.mobile-version {
    background-color: white; }

.user-testimonial-container {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto; }
  @media (max-width: 890px) {
    .user-testimonial-container {
      min-width: 300px;
      min-height: 300px; } }

.heartest--testimonials--content .testimonial-button-container {
  top: 56%; }

.heartest--testimonials--content .paragraph {
  text-align: center; }

.heartest--testimonials .product--header-title {
  color: white; }
  @media (max-width: 890px) {
    .heartest--testimonials .product--header-title {
      color: #313c43; } }

.user-testimonial--user-detail,
.user-testimonial--statement {
  max-width: 1060px;
  margin: auto; }

.user-testimonial--statement .paragraph {
  position: relative;
  color: white;
  font-size: 25px;
  font-weight: 300; }

.heartest--testimonials--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 10vw;
  min-height: 300px; }
  @media (max-width: 890px) {
    .heartest--testimonials--content {
      padding-top: 0px;
      padding-bottom: 0px; } }

.user-testimonial--user-detail {
  margin-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.user-testimonial--user-detail .paragraph-large {
  font-weight: 800;
  font-size: 25px;
  color: white;
  margin: 0;
  min-width: 250px;
  text-align: center; }
.user-testimonial--user-detail .user-testimonial--user-name {
  color: #25c6da;
  font-style: italic;
  text-transform: uppercase; }
.user-testimonial--user-detail .paragraph-small {
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center; }
.user-testimonial--user-detail .paragraph-blue {
  color: #25c6da; }

.key-features--indicator--wrapper {
  position: absolute;
  bottom: 10px;
  width: 100%; }

.user-testimonial-indicators,
.key-features-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto; }

.user-testimonial-indicators {
  margin: 1em auto; }

.testimonial-indicator,
.feature-indicator {
  width: 13px;
  height: 13px;
  margin: 9px;
  border-radius: 100%;
  background-color: #f1f2f4; }

.testimonial-indicator:hover,
.feature-indicator:hover {
  cursor: pointer; }

/*------------------------------------*\
#MOBILE - USER TESTIMONIALS
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest--testimonials h3.product--header-title {
    color: #343f45; }

  .user-testimonial--user-detail,
  .user-testimonial--statement {
    max-width: 80%; }

  .user-testimonial--user-detail {
    margin-top: 16px; }

  .heartest--testimonials--content .testimonial-button#testimonial-button-right {
    right: 5vw; }
  .heartest--testimonials--content .testimonial-button#testimonial-button-left {
    left: 5vw; }

  .user-testimonial--statement .paragraph {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0; }

  .heartest--testimonials--content {
    display: block;
    padding: 0; }

  .user-testimonial-container {
    background-color: #343f45;
    max-width: 280px;
    min-height: 438px;
    max-height: 440px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 25px 10px;
    border-radius: 20px;
    margin: 4px; }

  .user-testimonial--user-detail .paragraph-large {
    font-size: 16px;
    min-width: unset; }

  .user-testimonial--user-detail .paragraph-small {
    font-size: 14px; } }
.heartest--testimonials--content.mobile-testimonial-sliders {
  overflow: hidden; }

.heartest--user-testimonial-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

/*------------------------------------*\
#OVERWRITES TESTIMONIALS
\*------------------------------------*/
.heartest--testimonials .testimonial-button {
  background: none;
  width: 25px; }
  .heartest--testimonials .testimonial-button img {
    width: 100%; }

/*------------------------------------*\
#PAGE KEY FEATURES
\*------------------------------------*/
.heartest--features {
  background-color: #f1f2f4;
  position: relative; }

.key-feature-container {
  position: relative; }

.feature-button-container {
  position: absolute;
  top: 50%;
  width: 100%; }

.feature-button-container .button-left {
  position: absolute;
  left: 5vw; }
.feature-button-container .button-right {
  position: absolute;
  right: 5vw; }

.feature-nav-button {
  background: none;
  border: none;
  z-index: 1000;
  overflow: visible; }
  .feature-nav-button img {
    z-index: 1000;
    width: 25px;
    height: 45px; }
  .feature-nav-button:focus {
    outline: 0; }

.key-feature-container .feature--title {
  font-family: "Raleway";
  font-size: 26px;
  color: white;
  padding: 0 0 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #25c6da;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.key-feature-container .feature--description {
  font-family: "Raleway";
  font-size: 1.6rem;
  color: white;
  max-width: 600px;
  margin: 0; }
.key-feature-container .paragraph-small {
  color: white;
  margin: 6px 0 0 0; }

.key-feature--article {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding: 120px 250px;
  height: 380px;
  opacity: 1;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  @media (max-width: 890px) {
    .key-feature--article {
      background-position: 70% center; } }
  .key-feature--article.active {
    opacity: 1; }

.key-features--indicator--wrapper {
  position: absolute;
  bottom: 10px;
  width: 100%; }

.user-testimonial-indicators,
.key-features-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto; }

.user-testimonial-indicators {
  margin: 1em auto; }

.testimonial-indicator,
.feature-indicator {
  width: 13px;
  height: 13px;
  margin: 9px;
  border-radius: 100%;
  background-color: #f1f2f4; }

.testimonial-indicator:hover,
.feature-indicator:hover {
  cursor: pointer; }

/*------------------------------------*\
#MOBILE - KEY FEATURES
\*------------------------------------*/
@media (max-width: 890px) {
  .key-feature--article {
    padding: 66px 6em;
    height: 420px; }

  .key-feature--article.solid-background {
    background-image: none;
    background-color: #343f45; }

  .key-feature-container .feature--title {
    font-size: 22px; }

  .testimonial-indicator,
  .feature-indicator {
    width: 10px;
    height: 10px;
    margin: 8px; } }
/*------------------------------------*\
#PAGE HOW IT WORKS
\*------------------------------------*/
.heartest--tile--how-it-works {
  background-color: #f1f2f4;
  padding-bottom: 5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#hiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.mySlides {
  display: none; }

.how-it-works-image-container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  min-height: 300px;
  width: 100%;
  max-width: 402px; }
  @media (max-width: 890px) {
    .how-it-works-image-container {
      max-width: unset;
      margin: 30px;
      padding: 30px;
      padding-top: 0px;
      margin-top: 0px; }
      .how-it-works-image-container img {
        width: 100%; } }
  .how-it-works-image-container.computer-background {
    background-image: url("/assets/hearscope/getting_started_mockup_computor_1-11bc18b56aec03834d7a205acaac3bdb39b22f6ae25ca3fadfaf58d770fbb6e1.png");
    background-size: contain; }
  .how-it-works-image-container.smartphone-background1 {
    background-image: url("/assets/hearscope/getting_started_mockup_cellphone_1-c9438ebcbf7c4fba5ec5bc6efb564af8550318207a8e742dc334ea369e0039e8.png");
    background-size: contain; }
  .how-it-works-image-container.smartphone-background2 {
    background-image: url("/assets/hearscope/getting_started_mockup_cellphone_2-629d9ac00851e8b0922c8bb5179453fb2bb8af31984681f2e3e5845ac004ed96.png");
    background-size: contain; }
  .how-it-works-image-container.smartphone-background3 {
    background-image: url("/assets/hearscope/getting_started_mockup_cellphone_3-16a3a001988a7694a20c68d23a84d2e1aec4f43282d2c1f8a295a1d950090dbf.png");
    background-size: contain; }
  .how-it-works-image-container.smartphone-background4 {
    background-image: url("/assets/hearscope/getting_started_mockup_cellphone_4-10b0517b7c571b62d30542c7436d3675afa3fd35c1a0c0a126e88cd55e947b3e.png");
    background-size: contain; }

.heartest-tile-paragraph-container .data--title,
.heartest-tile-paragraph-container .workings--title {
  font-family: "Raleway";
  padding: 0 0 10px;
  border-bottom: 2px solid #25c6da;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }
  @media (max-width: 890px) {
    .heartest-tile-paragraph-container .data--title,
    .heartest-tile-paragraph-container .workings--title {
      font-size: 25px;
      line-height: 25px; } }
  @media screen and (min-width: 1000px) {
    .heartest-tile-paragraph-container .data--title,
    .heartest-tile-paragraph-container .workings--title {
      white-space: nowrap; } }

.workings--button-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px; }
  @media (max-width: 890px) {
    .workings--button-selection {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.workings--button-selection .button-link-container {
  background-color: #f1f2f4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 8px;
  padding-bottom: 9px;
  margin: 0 10px;
  min-width: 120px;
  min-width: 229px;
  border-radius: 9px;
  border: 2px solid #343f45;
  font-weight: 600;
  color: #343f45;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .workings--button-selection .button-link-container:hover {
    color: white;
    background-color: #343f45; }
  .workings--button-selection .button-link-container.button-active {
    color: white;
    background-color: #343f45; }
  @media (max-width: 890px) {
    .workings--button-selection .button-link-container {
      margin-bottom: 10px;
      margin-top: 10px; } }

.workings--button-selection .button-link-container button {
  background: none;
  border: none; }
  .workings--button-selection .button-link-container button:focus {
    outline: 0; }
.workings--button-selection .button-link-container .paragraph {
  font-size: 20px;
  line-height: 2rem;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 890px) {
    .workings--button-selection .button-link-container .paragraph {
      font-size: 16px; } }

.heartest--tile--how-it-works .heartest-tile-paragraph-container {
  border: 2px solid #343f45;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px; }
  @media (max-width: 890px) {
    .heartest--tile--how-it-works .heartest-tile-paragraph-container {
      padding: 10px;
      padding-top: 30px; } }

.heartest-tile-paragraph-container {
  padding: 20px; }

.heartest--tile--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1200px;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 890px) {
    .heartest--tile--content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.heartest--tile--content.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.heartest--tile--content > * {
  margin: 0 30px;
  margin-bottom: 30px; }

.heartest--tile--content .workings--list-image {
  max-width: 40px;
  min-width: 20px;
  width: 20px;
  max-height: 30px;
  min-height: 20px;
  margin: 0;
  margin-right: 20px; }

.workings--list--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0 20px;
  max-width: 560px; }

.workings--list-item {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px; }

.workings--list-item .paragraph {
  margin: 0;
  font-size: 20px;
  color: #313c43; }
  @media (max-width: 890px) {
    .workings--list-item .paragraph {
      font-size: 16px; } }
.workings--list-item a {
  color: #343f45;
  font-weight: 700; }

.workings--buy-container {
  position: absolute;
  height: 20px;
  width: 300px;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  bottom: 7px; }
  @media (max-width: 890px) {
    .workings--buy-container {
      bottom: 18px; } }

.workings--buy-container .button-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 60px;
  position: absolute;
  background-color: #25c6da;
  color: #343f45;
  border-radius: 10px;
  width: 100%;
  min-width: 230px;
  max-width: 380px;
  height: 60px;
  text-decoration: none; }
.workings--buy-container button {
  font-size: 25px;
  text-align: center; }

.workings--buy-container .buy-now-button {
  line-height: 19px;
  padding: 8px 60px; }
  .workings--buy-container .buy-now-button .button-link {
    text-transform: uppercase; }

/*------------------------------------*\
FOR EXTENDED HIGH FREQUENCY TESTING
\*------------------------------------*/
.heartest--diagnostics {
  background-color: #fff;
  position: relative;
  padding-bottom: 3rem;
  padding-bottom: 3rem; }

.diagnostics--title-image {
  position: absolute;
  top: 80px;
  right: 50px;
  width: 180px; }

.diagnostics-key-features {
  padding-left: 30px;
  padding-right: 2vw;
  margin: 20px 20px 0 0; }

.diagnostics-key-features--title {
  font-family: "Raleway";
  font-size: 30px;
  font-weight: 600;
  color: #343f45;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  border-bottom: 2px solid #25c6da; }

.diagnostics-key-features .feature-content--content {
  margin: 0 0 20px 0; }
.diagnostics-key-features .feature--title {
  font-family: "Raleway";
  font-size: 25px;
  font-weight: 500;
  margin: 0;
  text-align: left;
  color: #343f45; }
.diagnostics-key-features .feature--paragraph {
  font-family: "Raleway";
  font-size: 25px;
  font-weight: 300;
  margin: 0;
  text-align: left;
  color: #343f45; }

.diagnostics-feature--icon {
  margin: 0 40px 0 0; }

/*------------------------------------*\
#MOBILE - DIAGNOSTICS SUPPORT
\*------------------------------------*/
@media (max-width: 890px) {
  .product-description {
    font-size: 18px;
    margin: 0 20px; }

  .diagnostics-key-features--title {
    font-size: 20px; }

  .diagnostics-key-features .feature--title {
    font-size: 16px; }
  .diagnostics-key-features .feature--paragraph {
    font-size: 16px; }

  .diagnostics-key-expand-wrapper {
    margin-top: 20px; }

  .expand-diagnostics-key-features {
    margin: auto;
    max-width: 90px;
    display: block;
    background: none;
    border: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .expand-diagnostics-key-features:focus {
      outline: 0; }

  .expand-diagnostics-key-features.flipped {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

  .diagnostics-features-mobile {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease; }

  .diagnostics-feature--icon {
    width: 22px;
    height: 22px;
    margin: 0 22px 0 0; } }
.diagnostics-key-features--feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.diagnostics--title-image-mobile {
  display: none; }

@media screen and (max-width: 1180px) {
  .diagnostics--title-image-mobile {
    display: block;
    margin: auto;
    margin-top: 30px;
    width: 180px; }

  .diagnostics--title-image {
    display: none; } }
.diagnostics-expand-icon {
  height: 30px; }

/*------------------------------------*\
USES COMPONENT
\*------------------------------------*/
.uses-container {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .uses-container .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px;
    position: relative; }
    @media (max-width: 890px) {
      .uses-container .content-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .uses-container .content-container .image-container {
      max-width: 265px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 30px;
      border-radius: 20px;
      overflow: hidden; }
      @media (max-width: 890px) {
        .uses-container .content-container .image-container {
          max-width: unset;
          width: 90%;
          margin: 30px; } }
      .uses-container .content-container .image-container img {
        width: 100%; }
    .uses-container .content-container .copy-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      margin-left: 30px;
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3; }
      @media (max-width: 890px) {
        .uses-container .content-container .copy-container {
          margin-left: 0px; } }
      .uses-container .content-container .copy-container .headline-container {
        font-family: "Raleway";
        font-weight: 400;
        font-size: 20px;
        color: #ffffff;
        text-decoration: none; }
        .uses-container .content-container .copy-container .headline-container .headline {
          position: relative;
          width: auto; }
        .uses-container .content-container .copy-container .headline-container .headline:after {
          content: "";
          width: 100%;
          position: absolute;
          left: 0;
          bottom: -10px;
          border-color: #25c6da;
          border-width: 0 0 2px;
          border-style: solid; }
      .uses-container .content-container .copy-container .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 890px) {
          .uses-container .content-container .copy-container .content {
            overflow: hidden;
            height: 0px; } }
      .uses-container .content-container .copy-container .description {
        font-family: "Raleway";
        font-weight: 200;
        font-size: 25px;
        color: #ffffff;
        line-height: 40px;
        margin-top: 40px; }
        @media (max-width: 890px) {
          .uses-container .content-container .copy-container .description {
            margin-top: 40px;
            font-size: 16px;
            line-height: 23px; } }
      .uses-container .content-container .copy-container .link {
        font-family: "Raleway";
        font-weight: 900;
        font-size: 25px;
        color: #25c6da;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-top: 20px; }
    .uses-container .content-container .button-container {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      margin-top: 50px; }
      .uses-container .content-container .button-container .button {
        transition: -webkit-transform 550ms ease;
        transition: transform 550ms ease;
        transition: transform 550ms ease, -webkit-transform 550ms ease;
        -moz-transition: -moz-transform 550ms ease;
        -ms-transition: -ms-transform 550ms ease;
        -o-transition: -o-transform 550ms ease;
        -webkit-transition: -webkit-transform 550ms ease; }
      .uses-container .content-container .button-container #expand-use-1 {
        background-color: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        cursor: pointer; }
    .uses-container .content-container .flip {
      transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transition: -webkit-transform 550ms ease;
      transition: transform 550ms ease;
      transition: transform 550ms ease, -webkit-transform 550ms ease;
      -moz-transition: -moz-transform 550ms ease;
      -ms-transition: -ms-transform 550ms ease;
      -o-transition: -o-transform 550ms ease;
      -webkit-transition: -webkit-transform 550ms ease; }
    .uses-container .content-container.margin {
      margin-top: 29px; }
      @media (max-width: 890px) {
        .uses-container .content-container.margin {
          margin-top: 0px; } }
  .uses-container.background-image {
    background-image: url("/assets/products/heartest/wave-heartest-occ-doted-e0be9f4c17fe92fa50c19cad87315deab206a128b5e8a7f58253756392679a77.png");
    background-position: bottom;
    background-position-y: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 420px; }
    @media (max-width: 890px) {
      .uses-container.background-image {
        background-size: auto;
        background-position-y: 450px;
        background-image: none; } }
  .uses-container.first {
    padding-top: 50px;
    padding-bottom: 15px; }
    @media (max-width: 890px) {
      .uses-container.first .content-container {
        padding-top: 0px;
        padding-bottom: 0px; }
        .uses-container.first .content-container .image-container {
          padding-top: 0px;
          margin-top: 0px; } }
  .uses-container.left {
    background-color: #343f45; }
  .uses-container.right {
    background-color: #f1f2f4; }
    .uses-container.right .content-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 890px) {
        .uses-container.right .content-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .uses-container.right .content-container .image-container {
        margin-left: 30px;
        margin-right: 0px; }
        @media (max-width: 890px) {
          .uses-container.right .content-container .image-container {
            margin-left: 0px; } }
      .uses-container.right .content-container .copy-container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .uses-container.right .content-container .copy-container .headline-container .headline {
          color: #343f45; }
        .uses-container.right .content-container .copy-container .description {
          color: #343f45; }

/*------------------------------------*\
#PAGE PRICING
\*------------------------------------*/
.hearscope--pricing {
  background-color: #f1f2f4; }
  .hearscope--pricing .product--header-title {
    color: #343f45; }

.hearscope--pricing .pricing-carousel--slider {
  width: 100%;
  padding: 4rem 0 4rem; }
.hearscope--pricing .carousel-container--content {
  max-width: unset;
  width: 100%;
  overflow: hidden; }

.pricing-carousel--slider .pricing-amount {
  font-family: "Raleway";
  font-size: 40px;
  font-weight: 700; }
.pricing-carousel--slider .pricing-amount--description {
  font-size: 1.6rem;
  font-weight: 300; }
.pricing-carousel--slider .descriptionWrapper .description {
  text-align: left;
  font-family: "Raleway";
  max-width: 280px; }
.pricing-carousel--slider .header {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 700; }

.hearscope--pricing .title-spacing {
  letter-spacing: 2px; }

.pricing-carousel--slider .carousel-container--content {
  max-width: 1070px; }
  @media (max-width: 890px) {
    .pricing-carousel--slider .carousel-container--content {
      width: unset;
      max-width: 100%; } }

.carousel-container--content .pricing-navigation--button {
  border: none; }

.pricing-carousel--slider .pricing-navigation--button {
  -webkit-transform: none;
          transform: none;
  background-color: white;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.3); }
.pricing-carousel--slider .material-icons {
  font-size: 30px;
  color: black; }
.pricing-carousel--slider .pricing-navigation--button.prev {
  left: 10px; }
  .pricing-carousel--slider .pricing-navigation--button.prev:hover,
  .pricing-carousel--slider .pricing-navigation--button.prev :focus {
    left: 15px; }
.pricing-carousel--slider .pricing-navigation--button.next {
  right: 10px; }
  .pricing-carousel--slider .pricing-navigation--button.next:hover,
  .pricing-carousel--slider .pricing-navigation--button.next :focus {
    right: 15px; }

.product.vue-product-container .descriptionWrapper a {
  text-decoration: none;
  color: white;
  font-weight: 700; }

/*------------------------------------*\
#MOBILE - PRICING
\*------------------------------------*/
@media screen and (max-width: 425px) {
  .heartest-occ--pricing .pricing-carousel--slider {
    padding: 0;
    margin: auto; } }
@media (max-width: 890px) {
  .pricing-carousel--slider .product {
    min-width: 300px;
    max-width: 300px; } }
/*------------------------------------*\
#PAGE DATA MANAGEMENT
\*------------------------------------*/
.data-management-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #343f45;
  padding: 50px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  @media (max-width: 890px) {
    .data-management-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 890px) {
    .data-management-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) {
    .data-management-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .data-management-container .image-container {
    max-width: 600px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .data-management-container .copy-container {
    max-width: 600px;
    font-family: "Raleway";
    border-radius: 20px;
    border: 2px #fff solid;
    padding: 60px;
    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-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 890px) {
      .data-management-container .copy-container {
        padding: 20px;
        margin-top: 20px; } }
    .data-management-container .copy-container .headline-container {
      line-height: 40px;
      font-size: 40px;
      color: #ffffff;
      text-align: center;
      position: relative; }
      @media (max-width: 890px) {
        .data-management-container .copy-container .headline-container {
          margin-top: 20px;
          font-size: 25px;
          line-height: 25px; } }
      .data-management-container .copy-container .headline-container.bold {
        font-weight: 800; }
      .data-management-container .copy-container .headline-container.light {
        font-weight: 200; }
    .data-management-container .copy-container .headline-container :after {
      content: "";
      width: auto;
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      bottom: -20px;
      border-color: #25c6da;
      border-width: 0 0 2px;
      border-style: solid; }
    .data-management-container .copy-container .description {
      margin-top: 50px;
      font-family: "Raleway";
      font-size: 20px;
      color: #ffffff;
      line-height: 30px;
      text-align: left; }
      @media (max-width: 890px) {
        .data-management-container .copy-container .description {
          font-size: 16px;
          line-height: 18px; } }
      .data-management-container .copy-container .description .link {
        font-weight: 600; }
      .data-management-container .copy-container .description a {
        color: #fff; }
      .data-management-container .copy-container .description a:link {
        color: #fff; }

/*------------------------------------*\
# PUBLISHED RESEARCH
\*------------------------------------*/
.research-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px; }
  @media (max-width: 890px) {
    .research-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding: 50px 20px; } }
  @media (min-width: 890px) {
    .research-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media (min-width: 1024px) {
    .research-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-item-align: auto;
          align-self: auto; } }
  .research-container .image-container {
    max-width: 600px;
    background-size: cover;
    border-radius: 20px;
    margin-left: 20px;
    max-height: 1724px;
    overflow: hidden; }
    @media (max-width: 890px) {
      .research-container .image-container {
        height: 400px;
        width: 100%;
        margin-left: 0px;
        -ms-flex-item-align: center;
            align-self: center;
        overflow: hidden; } }
    @media (min-width: 890px) {
      .research-container .image-container {
        height: 500px;
        width: 100%;
        margin-left: 0px;
        -ms-flex-item-align: center;
            align-self: center; } }
    @media (min-width: 1024px) {
      .research-container .image-container {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: auto;
        max-width: 600px;
        background-size: cover;
        border-radius: 20px;
        margin-left: 0px;
        -ms-flex-item-align: auto;
            align-self: auto;
        margin: 0px 25px 25px 25px; } }
  .research-container .copy-container {
    max-width: 600px;
    font-family: "Raleway";
    border-radius: 20px;
    border: 2px #343f45 solid;
    padding: 60px;
    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-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #343f45;
    -ms-flex-item-align: center;
        align-self: center;
    overflow: hidden; }
    @media (max-width: 890px) {
      .research-container .copy-container {
        margin: 0px;
        margin-top: 50px;
        padding: 20px; } }
    @media (min-width: 890px) {
      .research-container .copy-container {
        margin-right: 0px;
        overflow: hidden;
        margin-top: 50px; } }
    @media (min-width: 1024px) {
      .research-container .copy-container {
        overflow: hidden;
        margin: 0px 25px 25px 25px; } }
    .research-container .copy-container .headline-container {
      line-height: 40px;
      font-size: 40px;
      text-align: center;
      position: relative;
      margin-bottom: 30px; }
      @media (max-width: 890px) {
        .research-container .copy-container .headline-container {
          font-size: 25px;
          line-height: 25px; } }
      .research-container .copy-container .headline-container.bold {
        font-weight: 700; }
      .research-container .copy-container .headline-container.light {
        font-weight: 200; }
    .research-container .copy-container .headline-container :after {
      content: "";
      width: 300px;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      bottom: -20px;
      border-color: #25c6da;
      border-width: 0 0 2px;
      border-style: solid; }
      @media (max-width: 890px) {
        .research-container .copy-container .headline-container :after {
          width: 200px; } }
    .research-container .copy-container .description {
      margin-top: 20px;
      font-family: "Raleway";
      font-size: 20px;
      color: #343f45;
      line-height: 30px;
      text-align: left;
      font-weight: 400; }
      @media (max-width: 890px) {
        .research-container .copy-container .description {
          font-size: 16px;
          line-height: 20px; } }
      .research-container .copy-container .description .link {
        color: #25c6da;
        font-weight: 600; }
      .research-container .copy-container .description.bold {
        font-weight: 600; }

/*------------------------------------*\
#MOBILE - MISC
\*------------------------------------*/
@media (max-width: 890px) {
  .hearscope--tile--content {
    padding: 0 20px 30px; }

  .product--header--content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90vw; }

  .product--header-title.title-spacing {
    font-size: 2rem;
    line-height: normal; }

  .hearscope-tile-paragraph-container .data--title,
  .hearscope-tile-paragraph-container .workings--title {
    font-size: 24px;
    line-height: normal; } }
/*------------------------------------*\
#PAGE HEADER
\*------------------------------------*/
.heartest-header-container {
  background: url("/assets/hearscope/hearscope-page-header-3378891c43e6cf9ab45b65eb351a376bcab0bd18e29841e398ec57f86dd0cf84.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 88vh;
  min-height: 617px;
  padding: 160px 20px 40px; }

.hearscope-header-logo--image img {
  max-width: 350px;
  width: 100%; }

/*------------------------------------*\
#SELF TEST KIT CONTAINER
\*------------------------------------*/
.section-heartest-self-test {
  font-family: "Raleway";
  background-color: #f1f2f4;
  min-height: 200px;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }
  .section-heartest-self-test .content-container {
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 890px) {
      .section-heartest-self-test .content-container {
        padding-left: 0px;
        padding-right: 0px; } }
    .section-heartest-self-test .content-container .promo-content-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 50px; }
      @media (max-width: 890px) {
        .section-heartest-self-test .content-container .promo-content-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .section-heartest-self-test .content-container .promo-content-container .image-container {
        max-width: 448px; }
        @media (max-width: 890px) {
          .section-heartest-self-test .content-container .promo-content-container .image-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-line-pack: center;
                align-content: center;
            max-width: 100%; }
            .section-heartest-self-test .content-container .promo-content-container .image-container img {
              max-width: 80%; } }
      .section-heartest-self-test .content-container .promo-content-container .copy-container {
        padding-left: 20px;
        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-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start; }
        @media (max-width: 890px) {
          .section-heartest-self-test .content-container .promo-content-container .copy-container {
            margin-top: 50px;
            padding: 0px;
            max-width: 100%;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-line-pack: center;
                align-content: center; } }
        .section-heartest-self-test .content-container .promo-content-container .copy-container .bold {
          font-size: 45px;
          color: #80deea;
          font-weight: 900;
          line-height: 40px; }
        .section-heartest-self-test .content-container .promo-content-container .copy-container .thin {
          font-size: 40px;
          color: #343f45;
          font-weight: 500; }
        .section-heartest-self-test .content-container .promo-content-container .copy-container .fine-print {
          font-size: 16px;
          font-weight: 300;
          font-style: italic;
          color: #343f45;
          text-align: center; }
          @media (max-width: 890px) {
            .section-heartest-self-test .content-container .promo-content-container .copy-container .fine-print {
              width: 90%; } }
    .section-heartest-self-test .content-container .promo-section-heading {
      font-size: 30px;
      color: #343f45;
      font-weight: 600;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (max-width: 890px) {
        .section-heartest-self-test .content-container .promo-section-heading {
          max-width: 85%;
          font-size: 2rem;
          text-align: center;
          margin: auto; } }
    .section-heartest-self-test .content-container .promo-section-heading:after {
      content: "";
      width: auto;
      height: 0px;
      display: block;
      border-bottom: 2px solid #25c6da;
      margin-top: 5px;
      opacity: 0.5; }
      @media (max-width: 890px) {
        .section-heartest-self-test .content-container .promo-section-heading:after {
          width: auto; } }
    .section-heartest-self-test .content-container .promo-paragraph {
      margin-top: 50px;
      font-size: 25px;
      color: #343f45; }
      @media (max-width: 890px) {
        .section-heartest-self-test .content-container .promo-paragraph {
          margin-top: 10px;
          font-size: 18px;
          padding: 20px; } }
    .section-heartest-self-test .content-container .promo-feature-container {
      margin-top: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 50px; }
      @media (max-width: 890px) {
        .section-heartest-self-test .content-container .promo-feature-container {
          margin-top: 20px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .section-heartest-self-test .content-container .promo-feature-container .promo-feature {
        max-width: 350px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -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;
        margin-left: 10px;
        margin-right: 10px; }
        @media (max-width: 890px) {
          .section-heartest-self-test .content-container .promo-feature-container .promo-feature {
            margin-bottom: 30px; } }
        .section-heartest-self-test .content-container .promo-feature-container .promo-feature .feature-image-container {
          height: 144px;
          width: 144px; }
        .section-heartest-self-test .content-container .promo-feature-container .promo-feature .feature-headline-container {
          margin-top: 20px;
          font-weight: 700;
          font-size: 25px;
          color: #343f45;
          text-align: center; }
        .section-heartest-self-test .content-container .promo-feature-container .promo-feature .feature-body-container {
          font-size: 19px;
          color: #343f45;
          text-align: center;
          margin-top: 20px; }
          @media (max-width: 890px) {
            .section-heartest-self-test .content-container .promo-feature-container .promo-feature .feature-body-container {
              max-width: 80%;
              margin-left: auto;
              margin-right: auto; } }
    .section-heartest-self-test .content-container .promo-steps-container {
      margin-top: 50px;
      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-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 890px) {
        .section-heartest-self-test .content-container .promo-steps-container {
          margin-top: 20px; } }
      .section-heartest-self-test .content-container .promo-steps-container .step-container {
        margin-bottom: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center; }
        @media (max-width: 890px) {
          .section-heartest-self-test .content-container .promo-steps-container .step-container {
            padding: 20px;
            margin-bottom: 0px;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; } }
        .section-heartest-self-test .content-container .promo-steps-container .step-container .icon-container {
          min-width: 32px;
          min-height: 32px; }
        .section-heartest-self-test .content-container .promo-steps-container .step-container .copy-container {
          margin-left: 50px;
          color: #343f45;
          font-size: 25px; }
          @media (max-width: 890px) {
            .section-heartest-self-test .content-container .promo-steps-container .step-container .copy-container {
              font-size: 20px;
              margin-left: 20px; } }
          .section-heartest-self-test .content-container .promo-steps-container .step-container .copy-container .fine-print {
            font-size: 15px;
            font-style: italic; }
            @media (max-width: 890px) {
              .section-heartest-self-test .content-container .promo-steps-container .step-container .copy-container .fine-print {
                margin-top: 20px; } }
    .section-heartest-self-test .content-container .promo-cta-button-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section-heartest-self-test .content-container .promo-cta-button-container .button-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 890px) {
          .section-heartest-self-test .content-container .promo-cta-button-container .button-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            height: 170px; } }
        .section-heartest-self-test .content-container .promo-cta-button-container .button-wrapper .button {
          height: 53px;
          width: 381px;
          font-weight: 500;
          font-size: 25px;
          color: #343f45;
          height: 53px;
          background-color: #80deea;
          border-radius: 10px;
          text-align: center;
          text-transform: uppercase;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-line-pack: center;
              align-content: center;
          margin: 20px; }
          @media (max-width: 890px) {
            .section-heartest-self-test .content-container .promo-cta-button-container .button-wrapper .button {
              width: 260px; } }
      .section-heartest-self-test .content-container .promo-cta-button-container .content {
        font-size: 16px;
        color: #343f45;
        margin-top: 20px; }
        .section-heartest-self-test .content-container .promo-cta-button-container .content a .link {
          font-weight: 700;
          color: #343f45;
          text-decoration: underline; }
        @media (max-width: 890px) {
          .section-heartest-self-test .content-container .promo-cta-button-container .content {
            padding: 20px; } }

/*------------------------------------*\
#WEBINAR FORM
\*------------------------------------*/
.webinar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  background-color: #343f45;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 890px) {
    .webinar-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center; } }
  @media (min-width: 890px) {
    .webinar-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center; } }
  @media (min-width: 1024px) {
    .webinar-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .webinar-container .section-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 890px) {
      .webinar-container .section-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 166px;
        width: 100%; } }
    @media (min-width: 890px) {
      .webinar-container .section-image {
        height: 266px;
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    @media (min-width: 1024px) {
      .webinar-container .section-image {
        height: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: 3;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end; } }
    .webinar-container .section-image .image-container {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: bottom;
      height: 85%;
      width: 85%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media (max-width: 890px) {
        .webinar-container .section-image .image-container {
          width: 100%;
          height: 100%; } }
  .webinar-container .section-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*------------------------------------*\
  #HEARTEST OCC TECHNICAL SPECIFICATIONS
\*------------------------------------*/
.heartest-occ--specifications {
  background-color: white;
  padding-bottom: 7.5rem; }
  @media (max-width: 890px) {
    .heartest-occ--specifications {
      padding-bottom: 2.5rem; } }

.heartest-occ--specifications .specifications--title {
  font-family: "Raleway";
  padding: 0 0 10px;
  border-bottom: 2px solid #25c6da;
  margin: 0 auto;
  text-align: center;
  font-size: 36px; }
  @media screen and (min-width: 1000px) {
    .heartest-occ--specifications .specifications--title {
      white-space: nowrap; } }

.heartest-occ--specifications .heartest--occ--tile--capsule {
  max-width: 1140px; }
  @media (max-width: 890px) {
    .heartest-occ--specifications .heartest--occ--tile--capsule {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.tile--listings-specifications-image-container {
  max-width: 400px; }

.heartest-occ--specifications .tile--listings-specifications-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.heartest-occ--specifications .tile-listings-box--content {
  border: 2px solid #313c43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 660px; }

.heartest-occ--specifications .specifications--list {
  padding: 0px 20px;
  margin: 0px; }
  @media (max-width: 890px) {
    .heartest-occ--specifications .specifications--list {
      padding: 0px 6px; } }

.specifications--list .specifications--list-item {
  font-family: "Raleway";
  color: #343f45;
  font-size: 20px;
  list-style: none;
  margin: 12px 0; }
  .specifications--list .specifications--list-item .specifications--list-item-bold {
    font-weight: 600; }
  .specifications--list .specifications--list-item:before {
    content: "•";
    font-size: 490%;
    line-height: 0;
    padding-right: 7px;
    position: relative;
    top: 28px; }
  .specifications--list .specifications--list-item span:not(.specifications--list-item-bold) {
    font-size: 16px;
    padding-left: 36px; }
    @media (max-width: 890px) {
      .specifications--list .specifications--list-item span:not(.specifications--list-item-bold) {
        padding-left: 0px; } }
  .specifications--list .specifications--list-item p {
    width: 100%;
    margin: auto;
    font-size: 12px;
    padding-left: 36px;
    padding-top: 12px;
    color: #343f45;
    font-weight: 400; }
    @media (max-width: 890px) {
      .specifications--list .specifications--list-item p {
        padding-left: 0px;
        font-size: 10px; } }

/*------------------------------------*\
  #MOBILE -- SPECIFICATIONS
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest-occ--specifications .heartest--occ--tile--capsule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2.5rem; }

  .specifications--list {
    padding: 0; }

  .specifications--list .specifications--list-item {
    font-size: 16px;
    list-style: unset; }
    .specifications--list .specifications--list-item::before {
      content: unset;
      line-height: 6px;
      padding-right: 5px;
      top: 11px; }

  .heartest-occ--specifications .tile-listings-box--content {
    margin: auto;
    margin-bottom: 2.5rem;
    padding: 20px 30px; }

  .heartest-occ--specifications .specifications--title {
    font-size: 21px;
    line-height: normal; }

  .heartest-occ--product-users--logos .product-users--logo-image {
    margin: 10px 13px;
    max-width: 40%;
    max-height: 90px; }

  .tile--listings-specifications-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    max-width: 660px;
    max-height: 270px;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 20px; } }
.tech-navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 20px 0px 0px; }
  @media (max-width: 890px) {
    .tech-navigation-wrapper {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .tech-navigation-wrapper .navigation-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 270px;
    height: 30px;
    border: 2px solid #343f45;
    border-radius: 8px;
    font-weight: 600;
    font-weight: 600;
    color: #343f45;
    font-size: 16px;
    cursor: pointer; }
    @media (max-width: 890px) {
      .tech-navigation-wrapper .navigation-item {
        font-size: 13px;
        text-align: center;
        height: 50px;
        width: calc(50% - 4px);
        padding: 10px; } }
    .tech-navigation-wrapper .navigation-item:hover {
      background-color: #343f45;
      color: white; }
  .tech-navigation-wrapper .active {
    background-color: #343f45;
    color: white; }

.specifications--list {
  display: none; }
  .specifications--list.active {
    display: block; }

.faq-section p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Raleway";
  text-transform: none;
  padding-bottom: 40px;
  margin: 0px;
  text-align: center; }
  .faq-section p a {
    color: #25c6da; }
  @media (max-width: 890px) {
    .faq-section p {
      font-size: 16px;
      width: 80%;
      margin: auto; } }

.m-health-section-banner {
  background-color: #f1f2f4;
  padding-bottom: 2.5rem; }
  .m-health-section-banner .product--header--content {
    margin: 0px; }
  .m-health-section-banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 890px) {
      .m-health-section-banner .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .m-health-section-banner .content div {
      width: 45%; }
      @media (max-width: 890px) {
        .m-health-section-banner .content div {
          width: 80%; } }
      .m-health-section-banner .content div.copy-container {
        font-family: "Raleway";
        color: #343f45;
        font-size: 22px;
        font-weight: 300;
        padding: 20px 0px; }
        @media (max-width: 890px) {
          .m-health-section-banner .content div.copy-container {
            font-size: medium; } }
      .m-health-section-banner .content div a {
        display: inline-block; }
        .m-health-section-banner .content div a button {
          width: 200px;
          height: 50px;
          background-color: #343f45;
          color: white;
          border-radius: 10px;
          border: none;
          font-size: 18px; }
        @media (max-width: 890px) {
          .m-health-section-banner .content div a {
            text-align: center; } }
    .m-health-section-banner .content div:nth-child(2) {
      width: 640px; }
      @media (max-width: 890px) {
        .m-health-section-banner .content div:nth-child(2) {
          width: 80%; } }

#product-sign-up-form .popia {
  max-width: 342px;
  font-weight: 400;
  font-family: "Raleway";
  font-style: italic;
  font-size: 12px;
  color: #fff; }
  #product-sign-up-form .popia a {
    color: #25c6da; }
