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

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

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

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

h2 {
  font-size: 1.9rem; }

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

h4 {
  font-size: 1.2rem; }

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

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

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

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

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

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

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

main {
  --WantMoreInfoForm-color: #14daa8; }

.swiper-button-next,
.swiper-button-prev {
  color: #646c70 !important;
  outline: none !important; }

.slick-prev,
.slick-next {
  overflow: visible !important;
  height: 60px !important;
  width: 20px !important; }

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

h3 {
  font-size: 2.6rem; }

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

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

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

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

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

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

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

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

.text-brand-green,
.paragraph-green {
  color: #1eebb7; }

.text-white {
  color: white; }

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

/*------------------------------------*\
#HOVER
\*------------------------------------*/
/*------------------------------------*\
#MISC
\*------------------------------------*/
@media (max-width: 890px) {
  .getting-started-overide {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding-bottom: 20px !important;
    padding-top: 0px !important; } }
@media (max-width: 890px) {
  .getting-started-overide .content-wrapper {
    margin-top: 50px;
    margin-bottom: 50px; } }

.book-now-button {
  cursor: pointer; }

@media (max-width: 890px) {
  .download-user-manual-button {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto; } }

.overlay-close--button:hover {
  color: #343f44 !important; }

/*------------------------------------*\
#PAGE
\*------------------------------------*/
/*------------------------------------*\
#PAGE NAVIGATION
\*------------------------------------*/
/*------------------------------------*\
#PAGE HEADER
\*------------------------------------*/
.heartest--header--content {
  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 !important; }
  @media (max-width: 890px) {
    .heartest--header--content {
      padding-top: 50px;
      background-position: left;
      height: 80vh;
      min-height: unset;
      background-image: url("/assets/hearscope/hearScope_header_mobile-cea21da14a392065c5430905b57af66bd6f6e8a7dfb07fbeb378ed38b05f9c2e.png"); } }

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

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

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

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

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

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

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

.heartest-header-container--content .bold-headline {
  font-family: "Raleway";
  font-size: 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 #1ce9b6; }

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

@media (max-width: 890px) {
  .video-product-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 540px; } }

/*------------------------------------*\
#SECTION
\*------------------------------------*/
section {
  background-color: #fff;
  font-family: "Raleway"; }

.section-headline {
  font-family: "Raleway";
  font-size: 40px;
  font-weight: 300;
  text-align: left;
  color: #343f45 !important;
  margin-bottom: 40px;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 2px solid #1ce9b6;
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 20px; }
  .section-headline .headline-bold {
    font-weight: 700 !important; }
  @media (max-width: 890px) {
    .section-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;
        font-weight: 200; }
        .video-section-container .section .content-wrapper .copy-container .title {
          color: #1ce9b6;
          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; } }

.solution-container {
  padding-top: 7.5rem;
  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
\*------------------------------------*/ }
  .solution-container.main {
    padding-top: 0px; }
    @media (max-width: 890px) {
      .solution-container.main {
        padding-top: 0px;
        padding-bottom: 40px; } }
  @media (max-width: 890px) {
    .solution-container.community {
      padding-bottom: 0px; } }
  .solution-container .solution-content-container:not(.image-blocks) {
    padding-left: 13vw;
    padding-right: 13vw;
    position: relative; }
    .solution-container .solution-content-container:not(.image-blocks).collapsed {
      max-height: 600px;
      overflow: hidden;
      padding-left: unset;
      padding-right: unset; }
    .solution-container .solution-content-container:not(.image-blocks).open {
      height: auto;
      padding-left: unset;
      padding-right: unset; }
    .solution-container .solution-content-container:not(.image-blocks) .gradient-fade {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 242, 244, 0)), to(#f1f2f4));
      background: linear-gradient(180deg, rgba(241, 242, 244, 0) 0%, #f1f2f4 100%);
      height: 200px;
      position: absolute;
      bottom: 0px;
      width: 100%;
      z-index: 1; }
    .solution-container .solution-content-container:not(.image-blocks) .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: 0px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
      font-weight: normal; }
      .solution-container .solution-content-container:not(.image-blocks) .see-more-button img {
        height: auto;
        margin-left: 10px; }
      @media (max-width: 890px) {
        .solution-container .solution-content-container:not(.image-blocks) .see-more-button {
          width: 70%; } }
    .solution-container .solution-content-container:not(.image-blocks) .solution-image-container {
      margin-top: 100px; }
      @media (max-width: 890px) {
        .solution-container .solution-content-container:not(.image-blocks) .solution-image-container {
          margin-top: 50px; } }
      .solution-container .solution-content-container:not(.image-blocks) .solution-image-container img {
        position: relative;
        margin-left: auto;
        margin-right: auto; }
  .solution-container .subheading {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2rem;
    text-align: center;
    color: #343f45; }
  .solution-container .solution-content-container.image-blocks {
    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.image-blocks {
        -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.image-blocks > 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.image-blocks > 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.image-blocks > div div:last-child {
            border-bottom: 2px solid #1ce9b6;
            padding: 14px;
            width: 100%; } }
      .solution-container .solution-content-container.image-blocks > div img {
        height: 200px; }
        @media (max-width: 890px) {
          .solution-container .solution-content-container.image-blocks > div img {
            height: 80px; } }
      .solution-container .solution-content-container.image-blocks > div div {
        margin-top: 24px;
        font-size: 20px;
        letter-spacing: normal;
        line-height: 1.1;
        font-family: "Raleway";
        color: #343f45; }
        @media (max-width: 890px) {
          .solution-container .solution-content-container.image-blocks > div div {
            text-align: left;
            font-size: 16px; } }
        .solution-container .solution-content-container.image-blocks > div div strong {
          font-size: 30px;
          font-weight: 400; }
          @media (max-width: 890px) {
            .solution-container .solution-content-container.image-blocks > div div strong {
              font-size: 18px; } }
    @media (max-width: 890px) {
      .solution-container .solution-content-container.image-blocks > 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.image-blocks > div:nth-child(2n + 2) div {
          text-align: right; } }
    @media (min-width: 1024px) {
      .solution-container .solution-content-container.image-blocks > div:nth-child(3n + 2) {
        border-right: 2px solid #1ce9b6; }
      .solution-container .solution-content-container.image-blocks > div:nth-child(3n + 1) {
        border-right: 2px solid #1ce9b6; } }

/*------------------------------------*\
#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;
    font-family: "Raleway";
    color: #343f45;
    font-weight: 200; }
    .content-container .copy-container.white {
      color: #fff; }
    .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; } }

/*------------------------------------*\
#APP download section
\*------------------------------------*/
.app-download-section {
  background: #fff;
  font-family: "Raleway"; }
  .app-download-section .content-wrapper {
    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) {
      .app-download-section .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .app-download-section .content-wrapper .app-download-container {
      background-color: #f1f2f4;
      border-radius: 19px;
      width: 630px;
      min-height: 813px;
      padding: 45px;
      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;
      -ms-flex-line-pack: center;
          align-content: center;
      margin-left: 20px;
      margin-right: 20px; }
      @media (max-width: 890px) {
        .app-download-section .content-wrapper .app-download-container {
          min-height: unset;
          padding: 20px;
          width: 90%;
          margin-bottom: 30px;
          margin-left: auto;
          margin-right: auto; } }
      .app-download-section .content-wrapper .app-download-container .headline {
        text-align: center;
        font-family: "Raleway";
        font-weight: 700;
        font-size: 30px;
        color: #343f45; }
        @media (max-width: 890px) {
          .app-download-section .content-wrapper .app-download-container .headline {
            font-size: 18px; } }
        .app-download-section .content-wrapper .app-download-container .headline:after {
          content: "";
          width: auto;
          height: 0px;
          display: block;
          border-bottom: 2px solid #14daa8;
          margin: auto;
          margin-top: 10px; }
      .app-download-section .content-wrapper .app-download-container .dropdown-container {
        height: 55px;
        background-color: #343f45;
        border-radius: 10px;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 15px;
        padding-right: 15px; }
        .app-download-section .content-wrapper .app-download-container .dropdown-container .icon-container {
          width: 20px; }
          .app-download-section .content-wrapper .app-download-container .dropdown-container .icon-container img {
            width: 20px; }
        .app-download-section .content-wrapper .app-download-container .dropdown-container .copy-container {
          font-family: "Raleway";
          font-size: 14px;
          color: #ffffff;
          text-align: center; }
          .app-download-section .content-wrapper .app-download-container .dropdown-container .copy-container .select-css {
            display: block;
            font-size: 18px;
            font-family: "Raleway";
            color: #ffffff;
            line-height: 1.3;
            padding: 0.6em 1.4em 0.5em 0.8em;
            padding-left: 16px;
            width: 250px;
            max-width: 100%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin: 0;
            -webkit-box-shadow: none;
                    box-shadow: none;
            border: none;
            border-radius: 0.5em;
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            background-color: transparent;
            background-repeat: no-repeat, repeat;
            background-position: right 0.5em top 50%, 0 0;
            background-size: 10px auto, 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            /* Remove default arrow */
            background-image: url("/assets/icons/arrow-down-light-7e7b0c5e77263d1b2207c69b66929f43e7b2f7aee7aa2c3c7040538cadff39a3.svg");
            /* Add custom arrow */ }
          .app-download-section .content-wrapper .app-download-container .dropdown-container .copy-container .select-css::-ms-expand {
            display: none; }
          .app-download-section .content-wrapper .app-download-container .dropdown-container .copy-container .select-css:hover {
            border-color: transparent; }
          .app-download-section .content-wrapper .app-download-container .dropdown-container .copy-container .select-css:focus {
            border-color: transparent;
            -webkit-box-shadow: none;
                    box-shadow: none;
            box-shadow: none;
            color: #ffffff;
            outline: none; }
          .app-download-section .content-wrapper .app-download-container .dropdown-container .copy-container .select-css option {
            font-weight: normal; }
        .app-download-section .content-wrapper .app-download-container .dropdown-container .dropdown-button img {
          width: 20px; }
      .app-download-section .content-wrapper .app-download-container .description {
        margin-top: 30px;
        text-align: center;
        font-family: "Raleway";
        font-size: 25px;
        color: #343f45; }
        @media (max-width: 890px) {
          .app-download-section .content-wrapper .app-download-container .description {
            margin-top: 15px;
            font-size: 15px; } }
      .app-download-section .content-wrapper .app-download-container .fine-print {
        font-family: "Raleway";
        font-size: 15px;
        color: #343f45;
        margin-top: 30px;
        margin-bottom: 30px; }
        @media (max-width: 890px) {
          .app-download-section .content-wrapper .app-download-container .fine-print {
            font-size: 9px; } }
      .app-download-section .content-wrapper .app-download-container .icon-container {
        width: 43px; }
      .app-download-section .content-wrapper .app-download-container .terms-container {
        margin-top: 20px;
        text-align: center;
        font-family: "Raleway";
        font-size: 18px;
        color: #343f45; }
        @media (max-width: 890px) {
          .app-download-section .content-wrapper .app-download-container .terms-container {
            font-size: 10px; } }
      .app-download-section .content-wrapper .app-download-container a {
        color: #14daa8; }
      .app-download-section .content-wrapper .app-download-container .image-container {
        margin-top: 50px; }
        @media (max-width: 890px) {
          .app-download-section .content-wrapper .app-download-container .image-container {
            margin-top: 25px; } }

/*------------------------------------*\
#PAGE USER TESTIMONIALS
\*------------------------------------*/
.hearscope--testimonials {
  background-color: #363f44;
  position: relative; }
  .hearscope--testimonials.mobile-version {
    padding-top: 0px;
    background-color: white; }

.user-testimonial-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto; }
  @media (max-width: 890px) {
    .user-testimonial-container {
      min-width: 300px;
      min-height: 300px; } }

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

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

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

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

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

.hearscope--testimonials--content {
  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;
  padding: 0 6vw;
  min-height: 300px; }
  @media (max-width: 890px) {
    .hearscope--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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.user-testimonial--user-detail .paragraph-large {
  font-weight: 800;
  font-size: 25px;
  color: #343f45;
  margin: 0;
  text-align: center; }
.user-testimonial--user-detail .user-testimonial--user-name {
  color: #1ce9b6;
  font-style: italic;
  text-transform: uppercase; }
.user-testimonial--user-detail .paragraph-small {
  margin: 0;
  color: white;
  font-weight: 100;
  font-size: 15px;
  margin-left: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 2; }
.user-testimonial--user-detail .paragraph-blue {
  color: #1ce9b6; }

.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) {
  .hearscope--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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

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

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

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

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

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

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

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

.testimonial-button-container {
  width: 55%;
  left: unset; }

.user-testimonials-section {
  padding-bottom: 50px; }

.hearscope-quoteation-left {
  position: absolute;
  left: -50px; }
  .hearscope-quoteation-left img {
    max-width: 35px; }

.hearscope-quoteation-right {
  position: absolute;
  margin-left: 15px;
  margin-top: 10px; }
  .hearscope-quoteation-right img {
    max-width: 35px; }

/*------------------------------------*\
#HOW IT WORKS
\*------------------------------------*/
.how-hearscope-works {
  padding-top: 50px; }
  .how-hearscope-works .headline {
    text-align: center;
    font-family: "Raleway";
    font-weight: 700;
    font-size: 30px;
    color: #343f45; }
    @media (max-width: 890px) {
      .how-hearscope-works .headline {
        font-size: 18px; } }
    .how-hearscope-works .headline:after {
      content: "";
      width: 350px;
      height: 0px;
      display: block;
      border-bottom: 2px solid #14daa8;
      margin: auto;
      margin-top: 10px; }
      @media (max-width: 890px) {
        .how-hearscope-works .headline:after {
          width: 210px; } }
  @media (max-width: 890px) {
    .how-hearscope-works {
      padding-top: 0px; } }
  .how-hearscope-works .navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 890px) {
      .how-hearscope-works .navigation-container {
        margin-top: 50px;
        margin-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .how-hearscope-works .navigation-container .nav-button {
      border-radius: 10px;
      height: 40px;
      font-weight: 900;
      text-transform: uppercase;
      padding-left: 20px;
      padding-right: 20px;
      color: #363f44;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 50px;
      margin-right: 50px;
      border: 3px solid #363f44;
      cursor: pointer; }
      @media (max-width: 890px) {
        .how-hearscope-works .navigation-container .nav-button {
          margin-left: unset;
          margin-right: unset;
          width: 300px;
          margin-top: 20px; } }
    .how-hearscope-works .navigation-container .selected {
      background-color: #363f44;
      border-radius: 10px;
      height: 40px;
      font-weight: 900;
      text-transform: uppercase;
      padding-left: 20px;
      padding-right: 20px;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .how-hearscope-works .getting-started-copy {
    font-size: 20px;
    margin-top: 50px;
    display: none; }
    @media (max-width: 890px) {
      .how-hearscope-works .getting-started-copy {
        font-size: 16px; } }
    .how-hearscope-works .getting-started-copy.active {
      display: block; }
    .how-hearscope-works .getting-started-copy .description-container {
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .how-hearscope-works .getting-started-copy .description-container .description {
        margin-left: 40px; }
      .how-hearscope-works .getting-started-copy .description-container .description-icon {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .how-hearscope-works .getting-started-copy .description-container .description-icon img {
          min-width: 100%; }

/*------------------------------------*\
#BOOK NOW SECTION
\*------------------------------------*/
.book-now-section {
  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) {
    .book-now-section {
      padding: 10vw; } }
  .book-now-section .box-wrapper {
    width: 72%;
    height: 140px;
    border: 2px solid;
    border-color: #1ce9b6;
    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) {
      .book-now-section .box-wrapper {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 180px; } }
    .book-now-section .box-wrapper .image-container {
      position: absolute;
      left: -50px; }
      @media (max-width: 890px) {
        .book-now-section .box-wrapper .image-container {
          left: auto;
          right: auto;
          top: -50px; } }
    .book-now-section .box-wrapper .copy-wrapper {
      font-size: 27px;
      color: #343f45;
      max-width: 600px;
      line-height: 35px;
      text-align: left; }
      @media (max-width: 890px) {
        .book-now-section .box-wrapper .copy-wrapper {
          font-size: 16px;
          padding-left: 5px;
          padding-right: 5px;
          text-align: center;
          line-height: 18px; } }
    .book-now-section .box-wrapper .click-here-button {
      border-radius: 10px;
      font-size: 20px;
      padding-left: 10px;
      padding-right: 10px;
      height: 53px;
      background: #1ce9b6 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;
      margin-left: 40px; }
      @media (max-width: 890px) {
        .book-now-section .box-wrapper .click-here-button {
          width: 75%;
          font-size: 18px;
          position: absolute;
          bottom: -25px;
          left: 13%;
          margin-left: unset; } }

/*------------------------------------*\
#Webinar section
\*------------------------------------*/
.webinar-section {
  font-family: "Raleway";
  background: #343f45;
  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;
  padding: 40px; }
  @media (max-width: 1100px) {
    .webinar-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .webinar-section .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 890px) {
      .webinar-section .section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .webinar-section .section .image {
      min-width: 300px; }
      @media (max-width: 890px) {
        .webinar-section .section .image {
          margin-bottom: 40px; } }
    .webinar-section .section .content {
      margin-left: 30px;
      max-width: 400px;
      min-width: 400px; }
      @media (max-width: 890px) {
        .webinar-section .section .content {
          margin-left: 0px;
          min-width: 300px; } }
      .webinar-section .section .content .headline {
        font-size: 27px;
        font-weight: bold;
        color: #1ce9b6;
        line-height: 40px; }
        @media (max-width: 890px) {
          .webinar-section .section .content .headline {
            font-size: 18px; } }
      .webinar-section .section .content .subheadline {
        font-size: 25px;
        font-weight: 600;
        color: #ffffff; }
        @media (max-width: 890px) {
          .webinar-section .section .content .subheadline {
            font-size: 18px;
            line-height: 29px; } }
      .webinar-section .section .content .play-button {
        margin-top: 20px;
        height: 53px;
        width: 272px;
        background-color: #fff;
        font-family: "Raleway";
        font-size: 20px;
        color: #343f45;
        border-radius: 10px;
        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: 20px; }
        @media (max-width: 890px) {
          .webinar-section .section .content .play-button {
            width: 215px;
            font-size: 20px;
            margin-left: auto;
            margin-right: auto; } }
        .webinar-section .section .content .play-button .play-icon {
          width: 0;
          height: 0;
          border-top: 14px solid transparent;
          border-bottom: 14px solid transparent;
          border-left: 20px solid #343f45;
          margin-right: 10px; }
      .webinar-section .section .content .details {
        font-size: 20px;
        font-weight: 300;
        color: #ffffff;
        line-height: 40px; }
        @media (max-width: 890px) {
          .webinar-section .section .content .details {
            font-size: 16px;
            line-height: 29px; } }
    .webinar-section .section .button {
      margin-top: 50px;
      margin-bottom: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 73px;
      width: 376px;
      background-color: #1ce9b6;
      border-radius: 10px;
      font-size: 20px;
      font-weight: 700;
      color: #343f45;
      text-align: center; }
      .webinar-section .section .button a {
        color: #343f45;
        text-decoration: none; }
      @media (max-width: 890px) {
        .webinar-section .section .button {
          margin-top: 25px;
          width: 280px;
          font-size: 20px;
          font-weight: 900;
          height: 60px; } }

/*------------------------------------*\
#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-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 890px) {
      .awards-section .awards-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .awards-section .awards-container img {
      margin-left: 50px;
      margin-right: 50px;
      max-width: 300px; }
      @media (max-width: 890px) {
        .awards-section .awards-container img {
          margin-left: unset;
          margin-right: unset;
          margin-top: 20px;
          margin-bottom: 20px; } }
  .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: 140px; }
  .awards-section .awards .splide__pagination {
    bottom: -2.5em; }
  .awards-section .awards .splide__pagination__page.is-active {
    background-color: #1ce9b6; }

/*------------------------------------*\
#USE YOUR DEVICE
\*------------------------------------*/
.use-your-device-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1f2f4; }
  @media (max-width: 890px) {
    .use-your-device-section {
      padding-top: 25px; } }
  .use-your-device-section .use-your-device-content .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    color: #343f45;
    font-family: "Raleway";
    padding-bottom: 0px;
    height: 100%; }
    @media (max-width: 890px) {
      .use-your-device-section .use-your-device-content .content-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 16px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: unset; } }
    .use-your-device-section .use-your-device-content .content-container .device-button {
      margin: unset;
      display: block;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 890px) {
        .use-your-device-section .use-your-device-content .content-container .device-button {
          margin: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          max-width: 70%;
          margin-left: auto;
          margin-right: auto; } }
    .use-your-device-section .use-your-device-content .content-container .section {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .use-your-device-section .use-your-device-content .content-container .image-section {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .use-your-device-section .use-your-device-content .content-container .image-section img {
        position: absolute;
        top: -100px;
        max-width: 80%;
        left: 100px;
        max-height: calc(100% + 100px); }
      @media (max-width: 890px) {
        .use-your-device-section .use-your-device-content .content-container .image-section {
          -webkit-box-flex: unset !important;
              -ms-flex: unset !important;
                  flex: unset !important;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 50px;
          position: relative;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          max-height: 260px; }
          .use-your-device-section .use-your-device-content .content-container .image-section img {
            position: absolute;
            top: unset;
            max-width: 100%;
            left: 0;
            display: block;
            width: auto;
            height: auto;
            max-height: 100%; } }

/*------------------------------------*\
#FEATURES
\*------------------------------------*/
.hearscope-features {
  padding-top: 100px;
  max-height: 1580px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 890px) {
    .hearscope-features {
      padding-top: 50px; } }
  .hearscope-features.open {
    height: auto;
    max-height: 10000px !important;
    -webkit-transition: max-height 3s ease-out;
    transition: max-height 3s ease-out; }
  .hearscope-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; }
  .hearscope-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;
    font-weight: normal; }
    .hearscope-features .see-more-button img {
      height: auto;
      margin-left: 10px; }
    @media (max-width: 890px) {
      .hearscope-features .see-more-button {
        width: 70%; } }
  .hearscope-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; }
    .hearscope-features .content-wrapper .copy-container {
      font-size: 25px;
      color: #343f45; }
      @media (max-width: 890px) {
        .hearscope-features .content-wrapper .copy-container {
          font-size: 16px; } }
  .hearscope-features .features-wrapper {
    margin-top: 50px; }
    @media (max-width: 890px) {
      .hearscope-features .features-wrapper {
        margin-top: 25px; } }
    .hearscope-features .features-wrapper .feature-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 400px;
      height: auto; }
      @media (max-width: 890px) {
        .hearscope-features .features-wrapper .feature-container {
          min-height: 200px; } }
      .hearscope-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) {
          .hearscope-features .features-wrapper .feature-container .section {
            padding: 20px;
            background-size: cover !important; } }
        .hearscope-features .features-wrapper .feature-container .section .feature-content-wrapper {
          max-width: 440px; }
          .hearscope-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 #1ce9b6;
            width: auto;
            max-width: -webkit-max-content;
            max-width: -moz-max-content;
            max-width: max-content;
            padding-bottom: 20px; }
            .hearscope-features .features-wrapper .feature-container .section .feature-content-wrapper .headline .headline-bold {
              font-weight: 700 !important; }
            @media (max-width: 890px) {
              .hearscope-features .features-wrapper .feature-container .section .feature-content-wrapper .headline {
                font-size: 15px;
                padding-bottom: 10px; } }
          .hearscope-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) {
              .hearscope-features .features-wrapper .feature-container .section .feature-content-wrapper .description .fine {
                font-size: 9px; } }
            @media (max-width: 890px) {
              .hearscope-features .features-wrapper .feature-container .section .feature-content-wrapper .description {
                font-size: 12px; } }

/*------------------------------------*\
#WHATS IN THE BOX
\*------------------------------------*/
.whats-in-the-box {
  padding-top: 100px;
  background-color: #f1f2f4; }
  @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 {
  background-color: #f1f2f4;
  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: #1ce9b6;
    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: 17px;
          padding-left: 5px;
          padding-right: 5px;
          text-align: center;
          line-height: 18px; } }
    .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%; } }

/*------------------------------------*\
#Image gallery
\*------------------------------------*/
.hearscope-image-gallery {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 40px; }
  .hearscope-image-gallery .product-description {
    font-family: "Raleway";
    font-size: 25px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #343f45; }
  .hearscope-image-gallery .title {
    font-family: "Raleway";
    font-weight: 800;
    font-size: 12px;
    color: #343f45;
    text-transform: uppercase;
    margin-top: 50px;
    line-height: 13px; }

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

.slick-active img {
  cursor: -webkit-grab;
  cursor: grab; }

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

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

/* 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) */
.hearscope--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; }

/*------------------------------------*\
#AI IMAGE CLASSIFICATION
\*------------------------------------*/
.Ai-image-classification {
  padding-top: 7.5rem; }
  @media (max-width: 890px) {
    .Ai-image-classification {
      padding-top: 50px; } }
  @media (max-width: 890px) {
    .Ai-image-classification .content-container {
      padding-bottom: 0px; } }
  .Ai-image-classification .fine-print {
    font-size: 15px;
    margin-top: 10px; }
    @media (max-width: 890px) {
      .Ai-image-classification .fine-print {
        font-size: 12px;
        line-height: 12px; } }

/*------------------------------------*\
#Ai-image-classification
\*------------------------------------*/
.Ai-image-classification {
  background-color: #f1f2f4;
  position: relative;
  border-bottom: 7px solid #f1f2f4;
  padding-bottom: 3rem; }

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

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

.diagnostics-key-features--title {
  font-family: "Raleway";
  font-size: 30px;
  font-weight: 600;
  color: #343f45;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 260px;
  padding-bottom: -2rem;
  border-bottom: 2px solid #1eebb7; }

.diagnostics-key-features {
  margin-top: 30px; }
  .diagnostics-key-features .feature-content--content {
    margin: 0 0 20px 0; }
  .diagnostics-key-features .feature--title {
    font-family: "Raleway";
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    color: #343f45; }
  .diagnostics-key-features .feature--paragraph {
    font-family: "Raleway";
    font-size: 23px;
    font-weight: 200;
    margin: 0;
    text-align: left;
    color: #343f45;
    margin-bottom: 20px; }

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

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

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

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

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

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

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

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

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

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

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

  .diagnostics--title-image {
    display: none; } }
/*------------------------------------*\
#DERMAL AND THROAT ADAPTER
\*------------------------------------*/
.dermal-and-throat-container {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 50px; }
  .dermal-and-throat-container .illustrations-container {
    padding-left: 13vw;
    padding-right: 13vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 890px) {
      .dermal-and-throat-container .illustrations-container {
        -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;
        -ms-flex-line-pack: center;
            align-content: center; } }
    .dermal-and-throat-container .illustrations-container .divider-line {
      background-color: #14daa8;
      width: 1px;
      height: 500px;
      margin: 30px;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      @media (max-width: 890px) {
        .dermal-and-throat-container .illustrations-container .divider-line {
          display: none; } }
    .dermal-and-throat-container .illustrations-container .section {
      max-width: 400px; }
      .dermal-and-throat-container .illustrations-container .section .image {
        height: 200px;
        max-height: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 890px) {
          .dermal-and-throat-container .illustrations-container .section .image {
            height: 100px; } }
      .dermal-and-throat-container .illustrations-container .section .headline {
        margin-top: 40px;
        font-family: "Raleway";
        font-weight: 700;
        font-size: 25px;
        color: #343f45; }
        @media (max-width: 890px) {
          .dermal-and-throat-container .illustrations-container .section .headline {
            text-align: left;
            font-size: 20px;
            line-height: 22px; } }
      .dermal-and-throat-container .illustrations-container .section .description {
        font-family: "Raleway";
        font-weight: 200;
        margin-top: 40px;
        font-size: 25px;
        color: #343f45; }
        @media (max-width: 890px) {
          .dermal-and-throat-container .illustrations-container .section .description {
            text-align: left;
            font-size: 16px; } }

/*------------------------------------*\
#ADVISORY PANEL
\*------------------------------------*/
.advisory-panel-container {
  padding-top: 50px;
  background-color: #343f45;
  padding-bottom: 50px; }
  .advisory-panel-container .profiles-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 890px) {
      .advisory-panel-container .profiles-container {
        margin-top: 0px; } }
    .advisory-panel-container .profiles-container .profile {
      margin: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 500px;
      min-width: 320px; }
      @media (max-width: 890px) {
        .advisory-panel-container .profiles-container .profile {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-line-pack: center;
              align-content: center;
          margin: 10px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .advisory-panel-container .profiles-container .profile .profile-pic {
        border: 2px #1ce9b6 solid;
        border-radius: 100%;
        padding: 10px;
        max-width: 200px;
        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) {
          .advisory-panel-container .profiles-container .profile .profile-pic {
            width: 100px;
            height: 100px;
            margin-bottom: 20px; } }
        .advisory-panel-container .profiles-container .profile .profile-pic .image-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-line-pack: center;
              align-content: center;
          border-radius: 100%;
          width: 123px;
          height: 123px; }
          @media (max-width: 890px) {
            .advisory-panel-container .profiles-container .profile .profile-pic .image-container {
              width: 80px;
              height: 80px; } }
      .advisory-panel-container .profiles-container .profile .details-container {
        margin-left: 30px;
        position: relative; }
        @media (max-width: 890px) {
          .advisory-panel-container .profiles-container .profile .details-container {
            margin-left: 0px;
            max-width: 300px;
            text-align: center;
            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; } }
        .advisory-panel-container .profiles-container .profile .details-container .name {
          font-family: "Raleway";
          font-weight: 700;
          font-size: 18px;
          color: #ffffff;
          text-transform: uppercase; }
          @media (max-width: 890px) {
            .advisory-panel-container .profiles-container .profile .details-container .name {
              font-size: 14px; } }
        .advisory-panel-container .profiles-container .profile .details-container .title {
          font-family: "Raleway";
          font-weight: 500;
          font-size: 16px;
          color: #ffffff; }
          @media (max-width: 890px) {
            .advisory-panel-container .profiles-container .profile .details-container .title {
              font-size: 12px; } }
        .advisory-panel-container .profiles-container .profile .details-container .description {
          font-family: "Raleway";
          font-weight: 200;
          font-size: 14px;
          color: #ffffff;
          margin-bottom: 20px; }
          @media (max-width: 890px) {
            .advisory-panel-container .profiles-container .profile .details-container .description {
              font-size: 12px; } }
        .advisory-panel-container .profiles-container .profile .details-container .profile-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          font-family: "Raleway";
          font-weight: 500;
          font-size: 14px;
          color: #1ce9b6;
          position: absolute;
          bottom: 0;
          margin-top: 20px; }
          @media (max-width: 890px) {
            .advisory-panel-container .profiles-container .profile .details-container .profile-link {
              font-size: 12px;
              position: inherit;
              margin-left: auto;
              margin-right: auto;
              margin-top: 0px; } }
        .advisory-panel-container .profiles-container .profile .details-container .profile-link a {
          color: #1ce9b6; }

/*------------------------------------*\
#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;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    min-height: 450px; }
    @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 .video-image {
      width: auto;
      height: 100%;
      background-position: center;
      overflow: hidden; }
      @media (max-width: 890px) {
        .video-wall .video-wall-wrapper .video-image {
          margin: 0px; } }
    .video-wall .video-wall-wrapper .video-image-small {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: auto;
      height: 100%;
      background-position: center;
      overflow: hidden; }
    .video-wall .video-wall-wrapper .left-section {
      width: 600px;
      height: 400px;
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      margin-right: 10px; }
      @media (max-width: 890px) {
        .video-wall .video-wall-wrapper .left-section {
          width: 100%;
          margin-right: unset;
          margin-bottom: 5px; } }
    .video-wall .video-wall-wrapper .right-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 5px; }
      .video-wall .video-wall-wrapper .right-section .top-img {
        margin-bottom: 5px; }
        @media (max-width: 890px) {
          .video-wall .video-wall-wrapper .right-section .top-img {
            margin-bottom: unset;
            margin: 0px 4px; } }
      .video-wall .video-wall-wrapper .right-section .bot-img {
        margin-top: 5px; }
        @media (max-width: 890px) {
          .video-wall .video-wall-wrapper .right-section .bot-img {
            margin-top: unset;
            margin: 0px 4px; } }
      @media (max-width: 890px) {
        .video-wall .video-wall-wrapper .right-section .one-img {
          width: 50%;
          margin: auto; } }
      @media (max-width: 890px) {
        .video-wall .video-wall-wrapper .right-section {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          height: 100px; } }

/*------------------------------------*\
#publications-section
\*------------------------------------*/
.publications-section {
  padding-top: 50px; }
  .publications-section .button-navigation-container {
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    color: #343f45;
    font-size: 16px;
    padding-bottom: 50px; }
    .publications-section .button-navigation-container .bold {
      font-weight: 600; }
    .publications-section .button-navigation-container a {
      color: #1ce9b6; }
  .publications-section .other-research-button {
    color: #1ce9b6;
    font-size: 20px;
    margin-left: 13vw;
    margin-bottom: 50px;
    text-decoration: underline;
    font-family: "Raleway"; }
    @media (max-width: 890px) {
      .publications-section .other-research-button {
        padding-bottom: 0px;
        margin-bottom: 0px; } }
    .publications-section .other-research-button a {
      color: #1ce9b6;
      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: 20px;
      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: #1ce9b6;
            -webkit-text-decoration-color: #1ce9b6;
                    text-decoration-color: #1ce9b6; }
            .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container .p-button a {
              color: #1ce9b6;
              -webkit-text-decoration-color: #1ce9b6;
                      text-decoration-color: #1ce9b6; }
            .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container .p-button a:focus {
              color: #1ce9b6;
              -webkit-text-decoration-color: #1ce9b6;
                      text-decoration-color: #1ce9b6; }

/*------------------------------------*\
#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;
      padding: 30px; } }
  .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 #1ce9b6;
    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: 20px;
    color: #323e47; }
    @media (max-width: 890px) {
      .get-in-touch .subheadline {
        font-size: 16px; } }
  .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: #1ce9b6;
      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: #000 !important; }

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

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

.logo-container {
  position: relative; }
  .logo-container:after {
    content: "TM";
    position: absolute;
    font-weight: 600;
    left: 100%;
    top: 0px;
    color: white; }

.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: #1ce9b6; }
    @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; }

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

.brochure-btn {
  display: inline-block;
  width: 240px;
  height: 50px;
  background-color: #343f45 !important;
  color: white;
  border-radius: 10px;
  border: none;
  font-size: 20px;
  font-family: "Raleway";
  font-weight: 300; }

@media (max-width: 890px) {
  .blog-slide-container .slider .slick-next {
    left: calc(50% + 148px) !important;
    -webkit-transform: translate(-50%) scale(-1) !important;
            transform: translate(-50%) scale(-1) !important; } }

@media (max-width: 890px) {
  .blog-slide-container .slider .slick-prev {
    left: calc(50% - 148px) !important;
    -webkit-transform: translate(-50%) scale(1) !important;
            transform: translate(-50%) scale(1) !important; } }

@media (max-width: 890px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: calc(50% + 130px) !important; } }

@media (max-width: 890px) {
  .use-your-device-section .use-your-device-content .content-container {
    margin-bottom: 40px; } }

.swiper-pagination-bullet-active {
  --swiper-theme-color: #1ce9b6; }
