@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: #ef5350; }

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1; }

.bg-video #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2; }

.bg-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  opacity: 0.8; }

/*------------------------------------*\
#MISC
\*------------------------------------*/
.hearscreen-creds {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-family: "Raleway";
  font-weight: 100;
  color: #fff;
  left: 12%; }
  @media (max-width: 890px) {
    .hearscreen-creds {
      display: none; } }

@media (max-width: 890px) {
  .fine-print {
    font-size: 9px;
    line-height: 9px !important; } }

.hearscreen-header-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  z-index: -1000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.low-cost-padding {
  padding-left: 13vw !important; }
  @media (max-width: 890px) {
    .low-cost-padding {
      padding-left: 13vw !important;
      padding-right: 13vw !important; } }

@media (max-width: 890px) {
  .pricing-padding-fix {
    padding-bottom: 0px !important; } }

@media (max-width: 890px) {
  #requestDemoOverlay img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 890px) {
  .data-sheet {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px !important; } }

.main-read-more-button {
  height: 50px;
  width: 280px;
  background-color: #343f45;
  border-radius: 10px;
  color: #fff;
  font-family: "Raleway";
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
  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; }
  @media (max-width: 890px) {
    .main-read-more-button {
      font-size: 20px; } }

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

.hearscreen-back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: absolute;
  bottom: 360px;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }
  @media (max-width: 890px) {
    .hearscreen-back-button {
      bottom: unset;
      top: -50px;
      font-size: 12px;
      left: 0px; } }
  .hearscreen-back-button a {
    color: #fff;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .hearscreen-back-button img {
    margin-right: 10px; }
    @media (max-width: 890px) {
      .hearscreen-back-button img {
        max-width: 9px; } }

.click-here-button {
  border-radius: 10px;
  font-size: 20px;
  width: 220px;
  height: 53px;
  background: #343f45 0% 0% no-repeat padding-box;
  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;
  color: #fff; }

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;
    letter-spacing: 0; }
    @media (max-width: 890px) {
      h3.product--header-title {
        font-size: 20px;
        line-height: 28px; } }
    h3.product--header-title .title-bold {
      font-weight: 700; }

.product--header-title {
  font-family: "Raleway";
  text-transform: uppercase;
  color: #343f45;
  line-height: 40px;
  font-size: 40px;
  letter-spacing: 0;
  font-weight: 500; }
  @media (max-width: 890px) {
    .product--header-title {
      font-size: 20px;
      line-height: 28px; } }
  .product--header-title .title-bold {
    font-weight: 700; }
  .product--header-title.title-spacing {
    margin: 0 0 10px 13vw; }

body {
  background-color: #fff;
  font-family: "Raleway"; }

/*------------------------------------*\
#COPY
\*------------------------------------*/
.content-container {
  padding-left: 13vw;
  padding-right: 7vw;
  max-width: unset;
  padding-bottom: 50px; }
  @media (max-width: 890px) {
    .content-container {
      padding-right: 13vw; } }
  .content-container .copy-container {
    font-size: 25px; }
    .content-container .copy-container a {
      color: #343f45;
      font-weight: 500; }
    @media (max-width: 890px) {
      .content-container .copy-container {
        font-size: 16px; } }
    .content-container .copy-container .fine-print {
      font-size: 20px;
      font-weight: 300; }
      @media (max-width: 890px) {
        .content-container .copy-container .fine-print {
          font-size: 10px;
          line-height: 10px; } }

/*------------------------------------*\
#PAGE HEADER
\*------------------------------------*/
.heartest--header--content {
  overflow: hidden;
  position: relative;
  background: none;
  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;
      background-position: left;
      height: 80vh;
      min-height: unset; } }
  @media screen and (orientation: landscape) {
    .heartest--header--content {
      height: 115vh; } }
  @media (min-width: 1024px) {
    .heartest--header--content {
      height: auto;
      min-height: 700px; } }
  @media (max-width: 890px) {
    .heartest--header--content.main {
      background-image: url("/assets/hearscreen/main-mobile-header-0a7e161b41709bb687565df2f6ada601b04f65fd3c2c06391711a6acef42c213.jpg"); } }
  @media (max-width: 890px) {
    .heartest--header--content.clinic {
      background-image: url("/assets/hearscreen/clinic-mobile-header-bab865e841765ca96ac6251be0142bc7f414f2ccf8801e36bb962946c42bdd62.jpg"); } }
  @media (max-width: 890px) {
    .heartest--header--content.community {
      background-image: url("/assets/hearscreen/community-mobile-header-03811e18893b14a655d77e908a88eafe8a6ec339b735b354874a6200bb213778.jpg"); } }
  @media (max-width: 890px) {
    .heartest--header--content.school {
      background-image: url("/assets/hearscreen/school-mobile-header-7580273d93f1afb17454625b4b368756501dc6bf55db8c725443f11d8f345c37.jpg"); } }

.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; }
div.heartest--header--content .box-buttons .see-pricing-btn {
  margin-bottom: 0rem; }
  @media screen and (orientation: landscape) {
    div.heartest--header--content .box-buttons .see-pricing-btn {
      margin-bottom: 7rem; } }

.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: 30px;
  text-transform: uppercase;
  color: white;
  margin: 30px 0;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 30px; }
  @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 #ef5350; }

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

/*------------------------------------*\
#NAVIGATION SECTION
\*------------------------------------*/
.navigation-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .navigation-section .nav-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
    top: -25px; }
    @media (max-width: 890px) {
      .navigation-section .nav-button-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        top: 0px;
        max-width: 350px;
        height: 190px;
        margin-top: 20px; } }
    .navigation-section .nav-button-wrapper a {
      text-decoration: none; }
    .navigation-section .nav-button-wrapper .nav-button {
      display: Flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #343f45;
      height: 50px;
      border-radius: 10px;
      padding-left: 20px;
      padding-right: 20px;
      color: #fff;
      min-width: 200px; }
      .navigation-section .nav-button-wrapper .nav-button .arrow {
        margin-left: 15px; }
      .navigation-section .nav-button-wrapper .nav-button:hover {
        background-color: #ef5350;
        cursor: pointer;
        text-decoration: none; }

/*------------------------------------*\
#SECTION
\*------------------------------------*/
section {
  background-color: #fff; }

.headline {
  font-family: "Raleway";
  font-size: 40px;
  font-weight: 300;
  color: #343f45 !important;
  margin-bottom: 40px;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 2px solid #ef5350;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 20px; }
  .headline .headline-bold {
    font-weight: 700 !important; }
  @media (max-width: 890px) {
    .headline {
      font-size: 20px; } }

.video-section-container {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .video-section-container .name {
    text-transform: uppercase; }
  @media (max-width: 890px) {
    .video-section-container.school {
      padding-bottom: 0px; } }
  @media (max-width: 890px) {
    .video-section-container {
      padding-top: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media (max-width: 890px) {
    .video-section-container.vula {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .video-section-container .section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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; }
    .video-section-container .section.video {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 400px;
      padding-left: 45px;
      padding-right: 45px; }
      @media (max-width: 890px) {
        .video-section-container .section.video {
          padding: 0px;
          margin-top: 50px;
          min-width: unset; } }
    .video-section-container .section .content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 45px;
      padding-right: 45px; }
      .video-section-container .section .content-wrapper .copy-container {
        font-size: 25px;
        color: #343f45; }
        .video-section-container .section .content-wrapper .copy-container .title {
          color: #ef5350;
          font-weight: 700; }
        .video-section-container .section .content-wrapper .copy-container a {
          color: #343f45;
          font-weight: 600; }
        @media (max-width: 890px) {
          .video-section-container .section .content-wrapper .copy-container {
            font-size: 16px; } }
      .video-section-container .section .content-wrapper .section-button {
        background-color: #343f45;
        border-radius: 13px;
        min-height: 20px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        color: #fff;
        font-size: 25px;
        margin-top: 40px;
        cursor: pointer; }
      @media (max-width: 890px) {
        .video-section-container .section .content-wrapper {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }

.demo-button {
  background-color: #ef5350;
  color: #fff;
  cursor: pointer;
  margin-top: 2rem;
  padding: 10px;
  width: 300px;
  max-width: 300px;
  font-size: 24px;
  text-align: center;
  border: none;
  border-radius: 15px; }
  .demo-button button {
    color: inherit;
    background-color: inherit;
    border: none; }
  @media (max-width: 890px) {
    .demo-button {
      font-size: 20px;
      width: 260px; } }

.solution-container {
  padding-bottom: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*------------------------------------*\
# Solution Image Blocks
\*------------------------------------*/ }
  @media (max-width: 890px) {
    .solution-container.main {
      padding-top: 50px;
      padding-bottom: 0px; } }
  @media (max-width: 890px) {
    .solution-container.community {
      padding-bottom: 50px; } }
  .solution-container .solution-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: auto; }
    @media (max-width: 890px) {
      .solution-container .solution-content-container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .solution-container .solution-content-container > div {
      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: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      max-width: 400px;
      min-height: 370px;
      padding-bottom: 60px;
      text-align: center; }
      @media (max-width: 890px) {
        .solution-container .solution-content-container > div {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          min-height: 120px;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 0px 14px; }
          .solution-container .solution-content-container > div div:last-child {
            border-bottom: 2px solid #ef5350;
            padding: 14px;
            width: 100%; } }
      .solution-container .solution-content-container > div img {
        height: 200px; }
        @media (max-width: 890px) {
          .solution-container .solution-content-container > div img {
            height: 80px; } }
      .solution-container .solution-content-container > div div {
        margin-top: 24px;
        font-size: 20px;
        letter-spacing: normal;
        line-height: 30px;
        font-family: "Raleway";
        color: #343f45; }
        @media (max-width: 890px) {
          .solution-container .solution-content-container > div div {
            text-align: left;
            font-size: 16px; } }
        .solution-container .solution-content-container > div div strong {
          font-size: 30px;
          font-weight: 400; }
          @media (max-width: 890px) {
            .solution-container .solution-content-container > div div strong {
              font-size: 18px; } }
    @media (max-width: 890px) {
      .solution-container .solution-content-container > div:nth-child(2n + 2) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .solution-container .solution-content-container > div:nth-child(2n + 2) div {
          text-align: right; } }
    @media (min-width: 1024px) {
      .solution-container .solution-content-container > div:nth-child(3n + 2) {
        border-right: 2px solid #ef5350; }
      .solution-container .solution-content-container > div:nth-child(3n + 1) {
        border-right: 2px solid #ef5350; } }

/*------------------------------------*\
#PAGE USER TESTIMONIALS
\*------------------------------------*/
.user-testimonials-section {
  padding-bottom: 50px; }

.hearscreen--testimonials {
  background-color: #f1f2f4;
  position: relative; }
  .hearscreen--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;
  margin-left: 0; }
  @media (max-width: 890px) {
    .user-testimonial-container {
      min-width: 300px;
      min-height: 300px; } }

.hearscreen--testimonials--content .testimonial-button-container {
  top: 46%; }

.hearscreen--testimonials--content .paragraph {
  text-align: left; }

.hearscreen--testimonials .product--header-title {
  color: #343f45; }

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

.user-testimonial--statement .paragraph {
  position: relative;
  color: #343f45;
  font-size: 25px;
  font-weight: 100; }
  @media (max-width: 890px) {
    .user-testimonial--statement .paragraph {
      font-size: 13px; } }

.hearscreen--testimonials--content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 10vw;
  min-height: 300px; }
  @media (max-width: 890px) {
    .hearscreen--testimonials--content {
      padding-top: 0px;
      padding-bottom: 0px; } }

.user-testimonial--user-detail {
  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; }

.user-testimonial--user-detail .paragraph-large {
  font-weight: 800;
  font-size: 23px;
  color: #343f45;
  margin: 0;
  text-align: left; }
.user-testimonial--user-detail .user-testimonial--user-name {
  color: #ef5350;
  font-style: italic;
  text-transform: uppercase; }
.user-testimonial--user-detail .paragraph-small {
  margin: 0;
  color: white;
  font-weight: 100;
  font-size: 23px;
  margin-left: 0;
  text-transform: capitalize;
  text-align: left;
  color: #343f45; }
.user-testimonial--user-detail .paragraph-blue {
  color: #ef5350; }

.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: #dbdbdb; }

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

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

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

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

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

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

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

  .user-testimonial-container {
    background-color: #f1f2f4;
    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;
    font-weight: 600;
    text-align: center; } }
.hearscreen--testimonials--content.mobile-testimonial-sliders {
  overflow: hidden; }

.hearscreen--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
\*------------------------------------*/
.hearscreen--testimonials .testimonial-button {
  background: none;
  width: 25px; }
  .hearscreen--testimonials .testimonial-button img {
    width: 100%; }

/*------------------------------------*\
#HOW IT WORKS
\*------------------------------------*/
.how-hearscreen-works {
  padding-top: 50px; }

/*------------------------------------*\
#AWARDS SECTION
\*------------------------------------*/
.awards-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff; }
  @media (max-width: 890px) {
    .awards-section {
      padding-top: 25px; } }
  .awards-section .awards .splide__track {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px; }
    @media (max-width: 890px) {
      .awards-section .awards .splide__track {
        max-width: 100%; } }
  .awards-section .awards .splide__arrow {
    background-color: none; }
  .awards-section .awards .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .awards-section .awards .splide__slide img {
      max-height: 140px; }
  .awards-section .awards .splide__slide.is-active.is-visible img {
    max-height: 160px; }
  .awards-section .awards .splide__pagination {
    bottom: -2.5em; }
  .awards-section .awards .splide__pagination__page.is-active {
    background-color: #ef5350; }

/*------------------------------------*\
#FEATURES
\*------------------------------------*/
.hearscreen-features {
  padding-top: 100px;
  max-height: 1580px;
  overflow: hidden;
  position: relative; }
  .hearscreen-features.open {
    height: auto;
    max-height: 10000px !important;
    -webkit-transition: max-height 3s ease-out;
    transition: max-height 3s ease-out; }
  .hearscreen-features .gradient-fade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
    height: 200px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1; }
  .hearscreen-features .see-more-button {
    z-index: 2;
    background-color: #ef5350;
    border-radius: 10px;
    width: 780px;
    height: 35px;
    color: #fff;
    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;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer; }
    .hearscreen-features .see-more-button img {
      height: 10px;
      margin-left: 10px; }
    @media (max-width: 890px) {
      .hearscreen-features .see-more-button {
        width: 70%; } }
  .hearscreen-features .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 13vw;
    padding-right: 45px; }
    .hearscreen-features .content-wrapper .copy-container {
      font-size: 25px;
      color: #343f45; }
      @media (max-width: 890px) {
        .hearscreen-features .content-wrapper .copy-container {
          font-size: 16px; } }
  .hearscreen-features .features-wrapper {
    margin-top: 100px; }
    @media (max-width: 890px) {
      .hearscreen-features .features-wrapper {
        margin-top: 25px; } }
    .hearscreen-features .features-wrapper .feature-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 400px;
      height: auto; }
      @media (max-width: 890px) {
        .hearscreen-features .features-wrapper .feature-container {
          min-height: 200px; } }
      .hearscreen-features .features-wrapper .feature-container .section {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        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;
        background-position: center; }
        @media (max-width: 890px) {
          .hearscreen-features .features-wrapper .feature-container .section {
            padding: 20px;
            background-size: cover !important; } }
        .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper {
          max-width: 440px; }
          .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper .headline {
            font-family: "Raleway";
            font-size: 25px;
            font-weight: 600;
            text-align: left;
            color: #343f45 !important;
            margin-bottom: 20px;
            line-height: 1;
            text-transform: uppercase;
            border-bottom: 2px solid #ef5350;
            width: auto;
            max-width: -webkit-max-content;
            max-width: -moz-max-content;
            max-width: max-content;
            padding-bottom: 20px; }
            .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper .headline .headline-bold {
              font-weight: 700 !important; }
            @media (max-width: 890px) {
              .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper .headline {
                font-size: 15px;
                padding-bottom: 10px; } }
          .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper .description {
            font-size: 20px;
            color: #343f45;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -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; }
            @media (max-width: 890px) {
              .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper .description .fine {
                font-size: 9px; } }
            @media (max-width: 890px) {
              .hearscreen-features .features-wrapper .feature-container .section .feature-content-wrapper .description {
                font-size: 12px; } }

/*------------------------------------*\
#HEARTEST PROMOTIONAL BANNER
\*------------------------------------*/
.hearscreen-blue-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) {
    .hearscreen-blue-banner-container {
      background: linear-gradient(105deg, #343f45 60%, #25c6da 40%); } }
  @media (max-width: 890px) {
    .hearscreen-blue-banner-container {
      padding-top: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .hearscreen-blue-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; }
    .hearscreen-blue-banner-container .section a:link {
      text-decoration: none !important; }
    .hearscreen-blue-banner-container .section a:hover {
      text-decoration: none !important; }
    .hearscreen-blue-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: 300;
      color: #ffffff;
      text-align: center;
      text-transform: capitalize;
      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; }
      .hearscreen-blue-banner-container .section .learn-more-button .community-buy-now {
        font-weight: 300;
        height: 50px; }
      @media (max-width: 890px) {
        .hearscreen-blue-banner-container .section .learn-more-button {
          height: 60px;
          width: 250px;
          font-size: 20px; } }
      @media (max-width: 890px) {
        .hearscreen-blue-banner-container .section .learn-more-button {
          background-color: #fff;
          color: #313c43; } }
    .hearscreen-blue-banner-container .section .copy-container {
      max-width: 472px; }
      @media (max-width: 890px) {
        .hearscreen-blue-banner-container .section .copy-container {
          text-align: left;
          margin-top: 20px; } }
      .hearscreen-blue-banner-container .section .copy-container .bold {
        font-family: "Raleway";
        font-size: 36px;
        font-weight: 900;
        color: #ffffff;
        line-height: 36px; }
        @media (max-width: 890px) {
          .hearscreen-blue-banner-container .section .copy-container .bold {
            font-size: 23px;
            line-height: 25px; } }
        .hearscreen-blue-banner-container .section .copy-container .bold.community-bold {
          font-weight: 500 !important;
          text-transform: uppercase; }
          @media (max-width: 890px) {
            .hearscreen-blue-banner-container .section .copy-container .bold.community-bold {
              font-size: 25px;
              line-height: 25px; } }
      .hearscreen-blue-banner-container .section .copy-container .light {
        margin-top: 20px;
        font-family: "Raleway";
        font-size: 29px;
        font-weight: 300;
        color: #ffffff; }
        @media (max-width: 890px) {
          .hearscreen-blue-banner-container .section .copy-container .light {
            font-size: 17px; } }

/*------------------------------------*\
#VULA PROMOTIONAL BANNER
\*------------------------------------*/
.vula-promo-banner-container {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f2f4;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: linear-gradient(105deg, #f1f2f4 60%, #13cace 40%); }
  @media (max-width: 890px) {
    .vula-promo-banner-container {
      background: linear-gradient(104deg, #f1f2f4 70%, #13cace 30%);
      height: 550px; } }
  @media (max-width: 890px) {
    .vula-promo-banner-container {
      padding-top: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .vula-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; }
    @media (max-width: 890px) {
      .vula-promo-banner-container .section img {
        width: 80%;
        max-width: 380px; } }
    .vula-promo-banner-container .section a:link {
      text-decoration: none !important; }
    .vula-promo-banner-container .section a:hover {
      text-decoration: none !important; }
    .vula-promo-banner-container .section .learn-more-button {
      margin-top: 50px;
      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) {
        .vula-promo-banner-container .section .learn-more-button {
          height: 60px;
          width: 250px;
          font-size: 25px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 890px) {
        .vula-promo-banner-container .section .learn-more-button {
          background-color: #343f45;
          color: #fff; } }
    .vula-promo-banner-container .section .copy-container {
      max-width: 472px;
      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; }
      @media (max-width: 890px) {
        .vula-promo-banner-container .section .copy-container {
          text-align: left;
          margin-top: 20px;
          width: 70%; } }
      .vula-promo-banner-container .section .copy-container .bold {
        font-family: "Raleway";
        font-size: 36px;
        font-weight: 900;
        color: #343f45;
        line-height: 36px; }
        @media (max-width: 890px) {
          .vula-promo-banner-container .section .copy-container .bold {
            font-size: 20px;
            line-height: 20px; } }
      .vula-promo-banner-container .section .copy-container .light {
        margin-top: 20px;
        font-family: "Raleway";
        font-size: 23px;
        font-weight: 300;
        color: #343f45;
        line-height: 23px; }
        @media (max-width: 890px) {
          .vula-promo-banner-container .section .copy-container .light {
            font-size: 17px; } }

/*------------------------------------*\
#HEARSCREEN SCHOOL PROMOTIONAL BANNER
\*------------------------------------*/
.hearscreen-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;
  padding-left: 13vw;
  background: linear-gradient(105deg, #343f45 60%, #ef5350 40%); }
  @media (max-width: 890px) {
    .hearscreen-promo-banner-container {
      background: linear-gradient(104deg, #343f45 70%, #ef5350 30%);
      height: 500px;
      padding-left: 0px;
      padding-left: 20px; } }
  @media (max-width: 890px) {
    .hearscreen-promo-banner-container {
      padding-top: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .hearscreen-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; }
    @media (max-width: 890px) {
      .hearscreen-promo-banner-container .section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 200px; } }
    .hearscreen-promo-banner-container .section a:link {
      text-decoration: none !important; }
    .hearscreen-promo-banner-container .section a:hover {
      text-decoration: none !important; }
    .hearscreen-promo-banner-container .section .web-image {
      height: 100%; }
      .hearscreen-promo-banner-container .section .web-image img {
        height: 100%;
        max-width: unset; }
    @media (max-width: 890px) {
      .hearscreen-promo-banner-container .section .mobile-image {
        width: 100%; } }
    .hearscreen-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: 300;
      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) {
        .hearscreen-promo-banner-container .section .learn-more-button {
          height: 60px;
          width: 250px;
          font-size: 25px; } }
      @media (max-width: 890px) {
        .hearscreen-promo-banner-container .section .learn-more-button {
          background-color: #fff;
          color: #313c43; } }
      .hearscreen-promo-banner-container .section .learn-more-button.buy-now {
        background-color: #fff;
        font-weight: 500;
        text-transform: capitalize;
        color: #ef5350; }
    .hearscreen-promo-banner-container .section .copy-container {
      max-width: 550px; }
      @media (max-width: 890px) {
        .hearscreen-promo-banner-container .section .copy-container {
          text-align: center;
          margin-top: 20px; } }
      @media (max-width: 890px) {
        .hearscreen-promo-banner-container .section .copy-container a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .hearscreen-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) {
          .hearscreen-promo-banner-container .section .copy-container .bold {
            font-size: 25px; } }
        .hearscreen-promo-banner-container .section .copy-container .bold:after {
          content: "";
          width: 80%;
          height: 0px;
          display: block;
          border-bottom: 2px solid #ef5350;
          margin-top: 2.5rem; }
        @media (max-width: 890px) {
          .hearscreen-promo-banner-container .section .copy-container .bold {
            text-align: left; } }
        .hearscreen-promo-banner-container .section .copy-container .bold.community-bold {
          font-weight: 500 !important;
          text-transform: uppercase;
          font-size: 35px;
          margin-bottom: 20px; }
          @media (max-width: 890px) {
            .hearscreen-promo-banner-container .section .copy-container .bold.community-bold {
              font-size: 25px;
              text-align: center;
              line-height: 25px; } }
          .hearscreen-promo-banner-container .section .copy-container .bold.community-bold:after {
            content: "";
            width: 200px;
            height: 0px;
            display: block;
            border-bottom: 2px solid #ef5350;
            margin-top: 2.5rem; }
            @media (max-width: 890px) {
              .hearscreen-promo-banner-container .section .copy-container .bold.community-bold:after {
                margin-left: auto;
                margin-right: auto; } }
        @media (max-width: 890px) {
          .hearscreen-promo-banner-container .section .copy-container .bold {
            font-size: 25px;
            line-height: 35px; } }
      .hearscreen-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) {
          .hearscreen-promo-banner-container .section .copy-container .light {
            font-size: 25px;
            text-align: left; } }

/*------------------------------------*\
#WHATS IN THE BOX
\*------------------------------------*/
.whats-in-the-box {
  padding-top: 100px; }
  @media (max-width: 890px) {
    .whats-in-the-box {
      padding-top: 25px; } }
  .whats-in-the-box .box-video-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;
    margin-top: 50px;
    padding-bottom: 50px; }

/*------------------------------------*\
#QUOTE-CONTAINER
\*------------------------------------*/
.quote-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px; }
  @media (max-width: 890px) {
    .quote-container {
      padding: 10vw; } }
  .quote-container .box-wrapper {
    width: 950px;
    height: 117px;
    border: 2px solid;
    border-color: #ef5350;
    border-radius: 20px;
    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;
    position: relative; }
    @media (max-width: 890px) {
      .quote-container .box-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 200px; } }
    .quote-container .box-wrapper .image-container {
      position: absolute;
      left: -50px; }
      @media (max-width: 890px) {
        .quote-container .box-wrapper .image-container {
          left: auto;
          right: auto;
          top: -50px; } }
    .quote-container .box-wrapper .copy-wrapper {
      font-size: 30px;
      color: #343f45;
      max-width: 600px; }
      @media (max-width: 890px) {
        .quote-container .box-wrapper .copy-wrapper {
          font-size: 18px;
          padding-left: 45px;
          padding-right: 45px; } }
    .quote-container .box-wrapper .click-here-button {
      border-radius: 10px;
      font-size: 20px;
      width: 185px;
      height: 53px;
      background: #343f45 0% 0% no-repeat padding-box;
      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;
      color: #fff; }
      @media (max-width: 890px) {
        .quote-container .box-wrapper .click-here-button {
          font-size: 18px;
          position: absolute;
          bottom: -25px;
          left: 18%; } }

/*------------------------------------*\
#technical specs
\*------------------------------------*/
.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; }

.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 #ef5350;
  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: 30px; }
  @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: 30px; }

.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: #ef5350;
  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; }

/*------------------------------------*\
#video wall
\*------------------------------------*/
.video-wall {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 890px) {
    .video-wall {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .video-wall .video-wall-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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 890px) {
      .video-wall .video-wall-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .video-wall .video-wall-wrapper .section {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 437px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      min-width: 600px;
      margin-bottom: 50px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 642px; }
      @media (max-width: 890px) {
        .video-wall .video-wall-wrapper .section {
          min-width: 100%;
          height: auto;
          margin-bottom: 10px; } }
      .video-wall .video-wall-wrapper .section .video-image {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 100%;
        height: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        margin: 20px;
        background-position: center;
        cursor: pointer; }
        @media (max-width: 890px) {
          .video-wall .video-wall-wrapper .section .video-image {
            margin-left: 0px;
            margin-right: 0px;
            height: 250px; } }
      .video-wall .video-wall-wrapper .section .video-image-small {
        width: 258px;
        height: 135px;
        margin: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        background-position: center;
        cursor: pointer; }
        @media (max-width: 890px) {
          .video-wall .video-wall-wrapper .section .video-image-small {
            width: 170px;
            height: 95px;
            margin: 5px; } }
  .video-wall.hidden-phone .video-wall-wrapper .section .video-image-small {
    width: 300px; }

/*------------------------------------*\
#publications-section
\*------------------------------------*/
.publications-section {
  padding-top: 50px; }
  .publications-section .other-research-button {
    color: #ef5350;
    font-size: 20px;
    margin-left: 13vw;
    margin-bottom: 50px;
    text-decoration: underline;
    font-family: "Raleway"; }
    .publications-section .other-research-button a {
      color: #ef5350;
      text-decoration: underline; }
  .publications-section .publication-flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .publications-section .publication-flex-wrapper .publications-wrapper {
      padding-bottom: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 2vw;
      padding-right: 2vw;
      max-width: 1250px; }
      @media (max-width: 890px) {
        .publications-section .publication-flex-wrapper .publications-wrapper {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .publications-section .publication-flex-wrapper .publications-wrapper .publication {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 20px; }
        @media (max-width: 890px) {
          .publications-section .publication-flex-wrapper .publications-wrapper .publication {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .publications-section .publication-flex-wrapper .publications-wrapper .publication .image-container {
          width: 74px;
          height: 98px;
          border-radius: 10px; }
          @media (max-width: 890px) {
            .publications-section .publication-flex-wrapper .publications-wrapper .publication .image-container {
              margin: 20px; } }
        .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container {
          margin-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;
          font-size: 16px;
          line-height: 25px;
          max-width: 421px;
          color: #343f45; }
          .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container .p-headline {
            font-size: 16px;
            line-height: 25px;
            font-weight: 500; }
          .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container .p-button {
            color: #ef5350;
            -webkit-text-decoration-color: #ef5350;
                    text-decoration-color: #ef5350; }
            .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container .p-button a {
              color: #ef5350;
              -webkit-text-decoration-color: #ef5350;
                      text-decoration-color: #ef5350; }
            .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container .p-button a:focus {
              color: #ef5350;
              -webkit-text-decoration-color: #ef5350;
                      text-decoration-color: #ef5350; }

/*------------------------------------*\
#get in touch section
\*------------------------------------*/
.get-in-touch {
  background-color: #f1f2f4;
  padding: 50px 20px;
  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; }
  .get-in-touch .form-container {
    width: 100%; }
    .get-in-touch .form-container button {
      width: 200px;
      margin-left: auto;
      margin-right: auto;
      height: 50px;
      font-size: 16px; }
  .get-in-touch .popia {
    width: 90%;
    max-width: 1000px;
    text-align: center;
    margin: 10px auto; }
    @media (max-width: 890px) {
      .get-in-touch .popia {
        width: 90%; } }
  @media (max-width: 890px) {
    .get-in-touch {
      text-align: center; } }
  .get-in-touch .headline {
    font-family: "Raleway";
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    color: #343f45 !important;
    margin-bottom: 20px;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 2px solid #ef5350;
    width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-bottom: 20px; }
  .get-in-touch .subheadline {
    font-size: 16px;
    color: #323e47; }
  .get-in-touch .email {
    color: #323e47;
    text-align: center;
    margin-top: 25px; }
    @media (max-width: 890px) {
      .get-in-touch .email {
        font-size: 13px; } }
    .get-in-touch .email a {
      color: #ef5350;
      font-weight: 700; }
  @media (max-width: 890px) {
    .get-in-touch .form-section-multi-inputs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .get-in-touch .form-get-in-touch {
    max-width: unset;
    color: #323e47;
    margin-top: 25px;
    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; }
    .get-in-touch .form-get-in-touch .form-input {
      color: #323e47;
      background-color: #fff; }
    .get-in-touch .form-get-in-touch .form-input {
      max-height: 40px;
      line-height: 20px;
      resize: none;
      overflow: hidden;
      min-width: 260px !important;
      max-width: 360px; }
      .get-in-touch .form-get-in-touch .form-input::-webkit-input-placeholder {
        color: #323e47;
        opacity: 1; }
      .get-in-touch .form-get-in-touch .form-input::-moz-placeholder {
        color: #323e47;
        opacity: 1; }
      .get-in-touch .form-get-in-touch .form-input:-ms-input-placeholder {
        color: #323e47;
        opacity: 1; }
      .get-in-touch .form-get-in-touch .form-input::-ms-input-placeholder {
        color: #323e47;
        opacity: 1; }
      .get-in-touch .form-get-in-touch .form-input::placeholder {
        color: #323e47;
        opacity: 1; }
      .get-in-touch .form-get-in-touch .form-input:focus {
        outline: 0; }
  .get-in-touch input.intl-tel-input,
  .get-in-touch .form-input {
    background-color: #fff !important; }
    .get-in-touch input.intl-tel-input::-webkit-input-placeholder, .get-in-touch .form-input::-webkit-input-placeholder {
      color: #323e47 !important;
      opacity: 1 !important; }
    .get-in-touch input.intl-tel-input::-moz-placeholder, .get-in-touch .form-input::-moz-placeholder {
      color: #323e47 !important;
      opacity: 1 !important; }
    .get-in-touch input.intl-tel-input:-ms-input-placeholder, .get-in-touch .form-input:-ms-input-placeholder {
      color: #323e47 !important;
      opacity: 1 !important; }
    .get-in-touch input.intl-tel-input::-ms-input-placeholder, .get-in-touch .form-input::-ms-input-placeholder {
      color: #323e47 !important;
      opacity: 1 !important; }
    .get-in-touch input.intl-tel-input::placeholder,
    .get-in-touch .form-input::placeholder {
      color: #323e47 !important;
      opacity: 1 !important; }

.get-in-touch input.intl-tel-input {
  color: black; }

.get-in-touch .intl-tel-input.invalid,
.get-in-touch .form-input.invalid {
  border: 2px solid red !important; }

/*------------------------------------*\
#Pricing section
\*------------------------------------*/
.pricing-section {
  background-color: #f1f2f4;
  padding: 50px 0; }

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

/* to-be-deleted (start) - content has been moved to _shop-page.scss */
.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; }

/* to-be-deleted (end) */
.hearscreen--pricing .title-spacing {
  letter-spacing: 2px; }

/* to-be-deleted (start) - content has been moved to _shop-page.scss */
div.pricing-carousel--slider .product .button {
  height: 50px;
  border: none;
  border-radius: 6px; }

/* to-be-deleted (end) */
.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; }

/*------------------------------------*\
#Hearing in the classroom
\*------------------------------------*/
.hearing-in-the-classroom {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 890px) {
    .hearing-in-the-classroom {
      padding-bottom: 30px;
      padding-top: 50px; } }
  .hearing-in-the-classroom .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .hearing-in-the-classroom .button-container .button {
      font-size: 25px;
      color: #343f45;
      border-radius: 10px;
      border: 2px solid #343f45;
      padding: 6px 17px;
      margin-bottom: 20px; }
      @media (max-width: 890px) {
        .hearing-in-the-classroom .button-container .button {
          font-size: 16px;
          margin-top: 20px;
          width: 85%;
          text-align: center; } }
      .hearing-in-the-classroom .button-container .button.selected {
        background-color: #ef5350;
        color: #fff;
        border: 2px solid #ef5350; }
  .hearing-in-the-classroom .content-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 890px) {
      .hearing-in-the-classroom .content-image-container {
        max-height: 860px;
        margin-top: unset; } }
    .hearing-in-the-classroom .content-image-container img {
      max-width: 1300px;
      width: 80%; }

.community-promo-banner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 327px;
  background-color: #f1f2f4;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 890px) {
    .community-promo-banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 600px;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .community-promo-banner .left-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: flex;
        align-content: flex;
    -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;
    max-height: 327px; }
    @media (max-width: 890px) {
      .community-promo-banner .left-section {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    .community-promo-banner .left-section .left-content-wrapper {
      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; }
      @media (max-width: 890px) {
        .community-promo-banner .left-section .left-content-wrapper {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          max-width: 80%; } }
      .community-promo-banner .left-section .left-content-wrapper .read-more-button {
        height: 50px;
        width: 280px;
        background-color: #343f45;
        border-radius: 10px;
        color: #fff;
        font-family: "Raleway";
        font-size: 25px;
        font-weight: 300;
        color: #ffffff;
        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; }
      .community-promo-banner .left-section .left-content-wrapper .headline {
        font-weight: 600;
        font-size: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 603px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 890px) {
          .community-promo-banner .left-section .left-content-wrapper .headline {
            font-size: 20px; } }
        .community-promo-banner .left-section .left-content-wrapper .headline .headline-logo-container {
          margin-right: 20px; }
  .community-promo-banner .right-section {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%); }
    @media (max-width: 890px) {
      .community-promo-banner .right-section {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-clip-path: unset;
        clip-path: unset;
        background-position: center; } }
    .community-promo-banner .right-section img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-height: 100%;
      width: auto; }
      @media (max-width: 890px) {
        .community-promo-banner .right-section img {
          -webkit-clip-path: unset;
          clip-path: unset;
          height: auto;
          width: 100%; } }

/*------------------------------------*\
#Project stats
\*------------------------------------*/
.project-stats .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .project-stats .image-container.dark {
    background-color: #343f46; }
  .project-stats .image-container.light {
    background-color: #f1f2f4; }

/*------------------------------------*\
#Success section
\*------------------------------------*/
.success-section {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 25px;
  color: #343f45;
  font-weight: 300; }
  @media (max-width: 890px) {
    .success-section {
      font-size: 16px; } }
  .success-section .top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 890px) {
      .success-section .top-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .success-section .top-wrapper .image-section {
      -webkit-box-flex: 4;
          -ms-flex: 4;
              flex: 4;
      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; }
      @media (max-width: 890px) {
        .success-section .top-wrapper .image-section {
          max-width: 100%;
          margin-top: 20px;
          margin-bottom: 20px; } }
      .success-section .top-wrapper .image-section img {
        max-width: 400px; }
        @media (max-width: 890px) {
          .success-section .top-wrapper .image-section img {
            max-width: 80%; } }
    .success-section .top-wrapper .copy-section {
      -webkit-box-flex: 5;
          -ms-flex: 5;
              flex: 5;
      vertical-align: middle; }
      @media (max-width: 890px) {
        .success-section .top-wrapper .copy-section {
          padding-left: 13vw;
          padding-right: 13vw; } }
  .success-section .bottom-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-left: 13vw;
    padding-right: 13vw; }
    .success-section .bottom-wrapper .name {
      color: #ef5350;
      font-weight: 500; }

.video-header {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120vh;
  max-height: 120vh;
  background: #000;
  overflow: hidden;
  z-index: -99;
  position: fixed;
  left: -50%;
  width: 200%;
  height: 200%; }
  .video-header__background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 0;
    padding-bottom: 66.25%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none; }
  .video-header__video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear; }
    .video-header__video-overlay--fadeOut {
      opacity: 0;
      visibility: hidden; }
  .video-header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .video-header__title {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    font-family: "Permanent Marker", cursive;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    color: white;
    line-height: 1; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -50px;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none; }
  @media (max-width: 890px) {
    .slick-dots {
      margin-top: 20px;
      bottom: -45px !important; } }
  .slick-dots li {
    margin: 0 0.25rem; }
  .slick-dots button {
    display: block;
    width: 8px !important;
    height: 8px !important;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #c1c2c3 !important;
    text-indent: -9999px; }
  .slick-dots li.slick-active button {
    background-color: #ef5350 !important; }

.faq-section {
  background-color: white; }
  .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: #ef5350; }
    @media (max-width: 890px) {
      .faq-section p {
        font-size: 16px;
        width: 80%;
        margin: auto; } }

.m-health-section-banner {
  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: 330px;
  color: #fff; }
  #product-sign-up-form .popia a {
    color: #ef5350; }

.popia {
  font-weight: 300;
  font-family: "Raleway";
  font-style: italic;
  font-size: 12px; }
  .popia a {
    color: #ef5350; }

.what-is-section .button-section {
  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; }
  @media (max-width: 890px) {
    .what-is-section .button-section {
      -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; } }
  .what-is-section .button-section a {
    margin-right: 50px;
    margin-bottom: 0px; }
    @media (max-width: 890px) {
      .what-is-section .button-section a {
        margin-right: 0px;
        margin-bottom: 15px; } }
