@charset "UTF-8";
/* distinct name for file finding purposes : _heartest-occ.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; }

/*------------------------------------*\
  #TEXT
\*------------------------------------*/
main {
  --WantMoreInfoForm-color: #25c6da; }

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

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

.product--header-title.title-spacing {
  margin: 0 0 10px 12vw; }
@media (max-width: 890px) {
  .product--header-title {
    letter-spacing: 0 !important;
    line-height: 28px !important; } }

.product-description {
  font-family: "Raleway";
  font-size: 19px;
  margin: 20px 0 0px;
  color: #343f45; }
  .product-description ~ button {
    margin-top: 40px; }
  .product-description ~ a {
    display: block;
    margin-top: 40px; }

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

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

.heartest-occ--text {
  font-family: "Raleway";
  font-size: 19px; }

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

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

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

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

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

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

/*------------------------------------*\
  #MISC
\*------------------------------------*/
.form-section-multi-inputs {
  width: unset !important; }

.book-demo-btn {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer; }

.product--header--content {
  display: table;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #25c6da;
  border-bottom: 2px solid;
  margin: 0 0 40px; }

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

#requestDemoOverlay {
  margin: 40px 20px 0px 0px;
  border: none;
  height: 60px;
  width: 300px;
  max-width: 300px;
  font-size: 24px;
  border-radius: 15px;
  background-color: #343f45;
  color: white; }
  @media (max-width: 890px) {
    #requestDemoOverlay {
      margin: 20px 20px 0px 0px;
      height: 50px;
      width: 200px;
      max-width: 200px;
      font-size: 14px;
      display: block;
      margin: 20px auto 0px auto; } }

#requestDemoOverlay {
  background-color: #25c6da;
  color: white; }

/*------------------------------------*\
#HOVER
\*------------------------------------*/
.box-content--link-buttons .button-link--container:hover,
.box-content--navigation-buttons .button-link--container:hover {
  background-color: #25c6da;
  color: white; }

/*------------------------------------*\
  #ANIMATIONS
\*------------------------------------*/
.button-link--container {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease; }

/*------------------------------------*\
  #PAGE STYLING
\*------------------------------------*/
/*------------------------------------*\
  #PAGE STYLING
\*------------------------------------*/
.solid-button {
  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: 270px;
  max-height: 53px; }
  .solid-button:focus {
    outline: 0; }

/*------------------------------------*\
  #PAGE HEADER
\*------------------------------------*/
@media (max-width: 890px) {
  .video-product-header-container {
    padding-top: 240px !important; } }
.video-product-header-container .heartest-occ-header-container--content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: unset;
  margin: 0;
  position: relative;
  z-index: 1; }

.heartest-occ--header--content {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 140px 20px 40px;
  height: 100vh;
  min-height: 690px;
  max-height: 86vh; }

/* WHEN VIDEO IS AVAILABLE CHANGE */
.heartest-occ--header--content {
  background-image: url("/assets/products/heartest-occ-health/occ-health-header-background-7d483e77dde244461615cd53025670ddae56194b402631686fb87276328f5f5c.jpg");
  background-position: center;
  background-size: cover;
  position: relative; }
  @media (max-width: 765px) {
    .heartest-occ--header--content {
      background-position: 30% center; } }
  .heartest-occ--header--content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#343f4599), color-stop(#343f45b3), to(#343f45d6));
    background-image: linear-gradient(to right, #343f4599, #343f45b3, #343f45d6); }

div.heartest-occ--header--content .box-buttons .btn-main {
  background-color: white;
  border: none;
  font-family: "Raleway";
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  color: #25c6da;
  border-radius: 10px;
  padding: 12px;
  height: 53px;
  position: relative;
  width: 270px;
  max-height: 53px; }
div.heartest-occ--header--content .box-buttons svg {
  display: none; }

.heartest-occ--header--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-occ--header--content .bold-headline {
      font-size: 22px;
      line-height: 23px;
      margin-top: 60px;
      text-align: center; } }
.heartest-occ--header--content .bold-headline-bold {
  font-weight: 300; }

/*------------------------------------*\
  #HEARTEST OCC GLOBAL
\*------------------------------------*/
/*------------------------------------*\
  #VIDEO CONTENT CONTAINER
\*------------------------------------*/
.heartest-occ--video--section {
  background-color: white; }

.video-section-container {
  padding-bottom: 50px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 890px) {
    .video-section-container.school {
      padding-bottom: 0px; } }
  @media (max-width: 890px) {
    .video-section-container {
      padding-top: 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .video-section-container .name {
    font-family: "Raleway";
    color: #25c6da;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase; }
  @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;
    margin-top: 40px; }
    .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;
      margin-top: 0px; }
      @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 {
        padding: 0 30px;
        margin: 0 auto 0 11vw;
        font-size: 25px;
        font-family: "Raleway";
        color: #343f45; }
        .video-section-container .section .content-wrapper .copy-container .title {
          font-weight: 700; }
        .video-section-container .section .content-wrapper .copy-container a {
          font-weight: 600; }
        @media (max-width: 890px) {
          .video-section-container .section .content-wrapper .copy-container {
            font-size: 16px;
            color: #343f45; } }
      .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; } }

button.section-button {
  font-family: "Raleway";
  background-color: #343f45;
  border-radius: 13px;
  min-height: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  height: 50px;
  width: 230px;
  border: none;
  cursor: pointer; }
  @media (max-width: 890px) {
    button.section-button {
      display: block;
      margin: auto; } }

/*------------------------------------*\
#What is section
\*------------------------------------*/
.what-is-section {
  color: #343f45; }

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

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

/*------------------------------------*\
  #HEARTEST OCC PROMOTIONAL
\*------------------------------------*/
.heartest-occ-promotional--content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #343f45;
  padding: 40px 20px; }

.occ-promotional--header {
  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; }

.occ-promotional--header--title {
  font-family: "Raleway";
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  font-size: 54px;
  line-height: 60px;
  max-width: 250px;
  margin: 0 20px; }
  .occ-promotional--header--title .promotional--header--title-blue {
    display: block;
    color: #25c6da;
    font-size: 80px; }

.vertical-line-barrier {
  max-width: 1px;
  height: 100%; }

.heartest-occ-promotional--content .vertical-line-barrier {
  border: 1px solid white; }

.occ-promotional--header--text {
  font-family: "Raleway";
  text-transform: uppercase;
  font-size: 40px;
  color: white;
  line-height: 40px;
  margin: 0 20px;
  padding: 0 30px;
  max-width: 470px;
  letter-spacing: normal; }
  .occ-promotional--header--text .promotional--header--text-bold {
    font-weight: 800; }

.occ-promotional--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*------------------------------------*\
  #HEARTEST OCC SOLUTION
\*------------------------------------*/
.heartest-occ--what-is--section {
  background: white;
  padding-bottom: 4.5rem;
  padding-top: 5.5rem; }
  .heartest-occ--what-is--section .button-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px; }
    @media (max-width: 890px) {
      .heartest-occ--what-is--section .button-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .heartest-occ--what-is--section .button-section a {
      margin-right: 50px;
      margin-bottom: 0px; }
      @media (max-width: 890px) {
        .heartest-occ--what-is--section .button-section a {
          margin-right: 0px;
          margin-bottom: 15px; } }

.heartest-occ--what-is--section .product-description {
  font-size: 25px; }
  @media (max-width: 890px) {
    .heartest-occ--what-is--section .product-description {
      color: #343f45; } }
.heartest-occ--what-is--section .paragraph-small {
  font-size: 20px; }

.product-description-content {
  padding: 0 30px;
  margin: 0 auto 0 11vw; }
  .product-description-content .description--fine-print {
    font-size: 12px; }
  @media (max-width: 890px) {
    .product-description-content {
      padding: 0px 13vw 0px 0px;
      margin: 0 auto 0 13vw;
      color: #343f45; } }

hr.underline {
  margin: 0;
  border: 2px solid white; }

/*------------------------------------*\
  #HEARTEST OCC CAPABILITIES
\*------------------------------------*/
.heartest-occ--capability--section {
  background-color: #f1f2f4; }

.heartest-occ--capability--section .product--header-title {
  max-width: 80vw; }

.capability--step--list--container .capability--step--list {
  list-style: none; }
.capability--step--list--container .steps--list-point::before {
  content: "\2022";
  color: #25c6da;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.heartest-occ--capability--steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 30px 0 80px;
  padding: 0 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.heartest-occ--capability--steps .capability--step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 460px; }

.heartest-occ-capacity-carousel {
  overflow: hidden;
  max-width: 86vw;
  margin: auto;
  max-height: 450px; }

.capability--step--image {
  max-width: 160px;
  max-height: 130px;
  height: 100%;
  margin: 0 auto;
  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; }
  .capability--step--image .step--image {
    max-height: 130px;
    max-width: 160px; }

.heartest-occ--capability--section .product--sub-header-title {
  margin: 20px 0;
  color: #343f45; }

.heartest-occ--capability--steps .occ-divider {
  width: 1px;
  border: 1px solid #25c6da;
  height: 280px;
  background-color: #25c6da; }
  @media (max-width: 890px) {
    .heartest-occ--capability--steps .occ-divider {
      display: none; } }

.capability--step--list--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: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  /* max-width: 370px; */
  /* width: 100%; */ }

.capability--step--list {
  max-width: 300px;
  margin: 0 auto;
  color: #343f45; }

/*------------------------------------*\
  #HEARTEST OCC WHAT'S IN THE BOX
\*------------------------------------*/
.heartest-occ--the-box--section {
  display: block;
  background-color: white; }

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

.box-content--navigation-buttons .button-link--container {
  margin: 20px 0;
  background-color: #343f45;
  color: white;
  border-radius: 6px 0 0 6px; }
.box-content--navigation-buttons .button-link {
  max-width: 320px;
  width: 100%; }

.heartest-occ--the-box--box {
  padding: 40px 0 0; }
  @media (max-width: 890px) {
    .heartest-occ--the-box--box {
      padding: 0px 0 0; } }

.heartest-occ--the-box--box .box-content--image {
  margin: 20px auto;
  max-width: 50%; }

.heartest-occ--the-box--box .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.heartest-occ--the-box--section .tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

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

.product--the-box--slide--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  .product--the-box--slide--wrapper h3 {
    font-family: "Raleway" !important;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #343f45;
    letter-spacing: normal; }
  .product--the-box--slide--wrapper p {
    margin: 0;
    color: #343f45;
    font-family: "Raleway" !important; }

.product--the-box--box .box-content--image-content {
  margin: 20px auto;
  max-width: 80%; }

.product--the-box--carousel--container {
  overflow: hidden;
  position: relative;
  margin: auto; }

.product-box-carousel-button {
  position: absolute;
  top: 35%;
  z-index: 10; }
  .product-box-carousel-button.next {
    right: 0vw; }
  .product-box-carousel-button.prev {
    left: 0vw; }

.box-content--navigation-buttons .button-link {
  padding: 10px 50px;
  font-size: 20px; }

.box-content--link-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 40px 0; }

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

.question-mark-query .question-form-button {
  background-color: #25c6da;
  color: #343f45; }

/*------------------------------------*\
  #HEARTEST OCC TESTIMONIALS
\*------------------------------------*/
.heartest-occ--testimonials {
  background-color: #343f45; }

.heartest-occ--testimonials .product--header-title {
  color: white; }

.heartest-occ--testimonials--content {
  position: relative; }

.testimonial-button-container .testimonial-button {
  background: none; }
  .testimonial-button-container .testimonial-button .material-icons {
    color: white; }

.user-testimonial-container {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative; }

.user-testimonial--statement .paragraph {
  margin: 0;
  font-weight: 300;
  font-size: 25px;
  text-align: left;
  color: white; }
.user-testimonial--statement .paragraph-blue {
  font-size: 25px; }
.user-testimonial--statement .paragraph-bold {
  margin: 0;
  font-weight: 500;
  font-size: 25px;
  text-align: left;
  color: white; }

.heartest-occ--testimonials--capsule {
  margin: 40px 20px 60px; }

.user-testimonial--user-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 30px 0 0 0; }

.user-testimonial--user-detail .paragraph-large {
  font-weight: 800;
  font-size: 25px;
  color: white;
  text-transform: uppercase;
  margin: 0 10px 0 0; }
  .user-testimonial--user-detail .paragraph-large .user-testimonial--user-name {
    color: #25c6da;
    font-style: oblique; }
.user-testimonial--user-detail .paragraph-small {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }

/*------------------------------------*\
  #HEARTEST OCC PROPOSITION
\*------------------------------------*/
.heartest-occ--proposition {
  background-color: #f1f2f4; }

.heartest-occ--proposition .product--header-title {
  max-width: 76vw; }

.heartest-occ--proposition--headline {
  margin: 0 auto; }
  .heartest-occ--proposition--headline .paragraph-large {
    color: #343f45;
    font-weight: 100;
    max-width: 63vw;
    margin: 0 0 10px 13vw; }

.heartest-occ--proposition--reasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 30px 0; }

.reason--image--capsule {
  max-width: 180px;
  max-height: 180px;
  margin: 10px; }
  .reason--image--capsule label {
    font-size: 40px;
    line-height: 0.8;
    color: #343f45; }
    @media (max-width: 890px) {
      .reason--image--capsule label {
        font-size: 25px; } }
    .reason--image--capsule label ~ span {
      line-height: 0.8;
      font-size: 40px;
      font-weight: 700;
      color: white; }
      @media (max-width: 890px) {
        .reason--image--capsule label ~ span {
          font-size: 25px; } }
    .reason--image--capsule label ~ span.small-label {
      font-size: 16px; }
    .reason--image--capsule label.medium-label {
      font-size: 25px; }
    .reason--image--capsule label.light {
      color: white; }
      .reason--image--capsule label.light ~ span {
        color: #343f45; }

.proposition--reason.blue-border__left {
  border-left: 2px solid #25c6da; }
.proposition--reason.white-border__left {
  border-left: 2px solid white; }

.initial-points .occ-divider {
  width: 1px;
  border: 1px solid #25c6da;
  height: 140px;
  background-color: #25c6da; }
  @media (max-width: 890px) {
    .initial-points .occ-divider {
      display: none; } }

.secondary-points .occ-divider {
  width: 1px;
  border: 1px solid white;
  height: 100px;
  background-color: white; }
  @media (max-width: 890px) {
    .secondary-points .occ-divider {
      display: none; } }

.initial-points .proposition--reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto; }

.initial-points .description {
  font-size: 19px;
  font-weight: 600;
  color: #343f45;
  line-height: normal;
  max-width: 190px;
  margin: 0 0 0 20px;
  font-family: "Raleway"; }

.heartest-occ--proposition--reasons.secondary-points {
  background-color: rgba(52, 63, 69, 0.6);
  padding: 30px;
  margin: 30px 0 0;
  border: 1px solid; }

.secondary-points .proposition--reason--image {
  min-width: 60px;
  min-height: 60px;
  max-width: 100px;
  max-height: 100px; }

.initial-points .proposition--reason--image {
  max-width: 130px;
  max-height: 130px; }

.secondary-points .description {
  font-size: 15px;
  font-weight: 500;
  color: white;
  line-height: normal;
  max-width: 180px;
  margin: 0 0 0 10px;
  font-family: "Raleway"; }

.secondary-points .proposition--reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*------------------------------------*\
  #HEARTEST OCC TILE [earmuffs]
\*------------------------------------*/
.heartest--occ--tile--listings-earmuffs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  padding: 9rem 0 6rem 0;
  background-image: url("/assets/products/heartest/wave-heartest-occ-doted-e0be9f4c17fe92fa50c19cad87315deab206a128b5e8a7f58253756392679a77.png");
  background-position: 0 370px;
  background-repeat: no-repeat;
  background-size: contain; }

.heartest--occ--tile--listings-earmuffs .tile-listings-box--content {
  margin: 20px; }
.heartest--occ--tile--listings-earmuffs .heartest--occ--tile--image-container {
  margin: 20px;
  background-image: url("/assets/products/heartest-occ-health/construction-worker-phone-headphone-test-306b625d5056dfc4feed2f4f60f73a51942432b667b6597d3d1b3aa75ad047fc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  min-height: 380px; }

.tile-listings-box--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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px;
  max-width: 620px; }

.heartest--occ--tile--capsule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1170px;
  margin: auto; }
  .heartest--occ--tile--capsule > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 20px; }

.heartest--occ--tile--capsule.title-listings--no-height-limit {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset; }

.heartest--occ--tile--listings-earmuffs .tile-listings-box--content {
  border: 2px solid #313c43; }

.tile--listings-earmuffs-image-container {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.heartest--occ--tile--listings-earmuffs .paragraph {
  color: #313c43;
  font-size: 1.6rem;
  text-align: left; }
  .heartest--occ--tile--listings-earmuffs .paragraph .paragraph-bold {
    text-decoration: none;
    color: #313c43;
    font-weight: 600; }

.heartest-occ-tile-paragraph-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .heartest-occ-tile-paragraph-container .paragraph {
    font-size: 20px;
    max-width: 600px; }

/*------------------------------------*\
  #HEARTEST OCC TILE [test protocols]
\*------------------------------------*/
.heartest--occ--tile--listings-protocols {
  background-color: #343f45;
  padding: 7rem 0 5rem 0; }

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

.heartest--occ--tile--listings-protocols .tile-listings-box--content {
  border: 2px solid white; }

.heartest--occ--tile--listings-earmuffs .title-listings--no-height-limit .heartest-occ-tile-paragraph-container,
.heartest--occ--tile--listings-protocols .title-listings--no-height-limit .heartest-occ-tile-paragraph-container {
  min-height: 240px; }

.heartest--occ--tile--listings-protocols .paragraph {
  color: white;
  font-size: 20px;
  text-align: left; }
  .heartest--occ--tile--listings-protocols .paragraph .paragraph-bold {
    text-decoration: none;
    color: white;
    font-weight: 600; }
.heartest--occ--tile--listings-protocols ul {
  padding-left: 30px; }

.heartest--occ--tile--listings-earmuffs .hyperlink {
  color: white;
  text-decoration: none; }

.tile--listings-protocols-image-container {
  background-image: url("/assets/products/heartest-occ-health/tester-testing-patient-f40d8b215b23cc5b49e384b3babd63e8d547c9db105137cbd1847168d0a69db7.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  max-width: 400px;
  min-height: 380px; }

/*------------------------------------*\
  #HEARTEST OCC TILE [report]
\*------------------------------------*/
.heartest--occ--tile--listings-report {
  background-color: white; }

.heartest--occ--tile--listings-report .tile-listings-box--content {
  border: 2px solid #313c43; }

.tile--listings-report-image-container {
  background-image: url("/assets/products/heartest-occ-health/laptop-displaying-heartest-occ-report-db4be4ce21b7d7d667f85579da88e9d6d7e095e9e0ea0d3c39f94f92b196fc6d.png");
  min-height: 240px;
  max-height: 250px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.heartest--occ--tile--listings-report .paragraph {
  color: #313c43;
  font-size: 20px;
  text-align: left;
  margin: 40px 0; }

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

/*------------------------------------*\
  #HEARTEST OCC CERTIFICATION
\*------------------------------------*/
.heartest-occ--certification {
  background-color: white; }

.heartest-occ--certification .product--header-title {
  max-width: 72vw; }

.heartest-occ--certification-locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 20px 40px 20px; }

.heartest-occ--certification-locations .certification-location--image {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto 20px;
  width: 100%; }

.heartest-occ--certification-locations .paragraph {
  text-align: center;
  font-size: 19px;
  font-weight: 300;
  margin: 2px 0;
  color: #313c43; }
  .heartest-occ--certification-locations .paragraph.certification-type {
    font-weight: 500;
    font-size: 21px; }

.heartest-occ--certification-locations .paragraph a {
  text-decoration: none;
  color: inherit; }

.certificate-location--title {
  font-family: "Raleway";
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  color: #343f45;
  margin: 0 0 6px;
  text-transform: uppercase; }

.heartest-occ--certification-locations .certification-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }

/*------------------------------------*\
  #HEARTEST OCC KEY FEATURES
\*------------------------------------*/
.heartest-occ--features {
  background-color: white;
  position: relative; }

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

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

.feature-button-container .button-left {
  position: absolute;
  left: 20px; }
.feature-button-container .button-right {
  position: absolute;
  right: 20px; }

.feature-nav-button {
  background: none;
  border: none; }
  .feature-nav-button:focus {
    outline: 0; }
  .feature-nav-button .material-icons {
    font-size: 30px;
    color: white; }

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

.key-feature--article {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding: 120px 250px;
  height: 380px;
  opacity: 1;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  .key-feature--article.active {
    opacity: 1; }

.key-feature--article.clinically-validated {
  background-image: url("/assets/products/heartest-occ-health/Clinically_validated-0df87ee4410e9745fe3d9e3dbc65b3747c3bc46e46850b407452e4d33341d824.jpg"); }
.key-feature--article.ambient-noise-attenuation {
  background-image: url("/assets/products/heartest-occ-health/Ambient_noise_attenuation-2f74f6f078fe60a417e078fa48fd53694093a7fb44e9338b2ea28fe160bcc69b.jpg"); }
.key-feature--article.specialised-reporting {
  background-image: url("/assets/products/heartest-occ-health/Specialised_reporting-7d431e0d140c626a01fab35d78ec3ac85a282a00a2950a4f30726fdaf97d65c7.jpg"); }
.key-feature--article.environmental-noise-warning {
  background-image: url("/assets/products/heartest-occ-health/Environmental_noise_warning-fc0f9ed54062619bd2f448109add547ad1566a8fad9e85ff53e2cafa20408717.jpg"); }
.key-feature--article.comprehensive-efficient-reporting {
  background-image: url("/assets/products/heartest-occ-health/Comprehensive_and_efficient_reporting-c6bb4dc865ef856565a490271ef23210c1065dcc1c99e55b23bff9ab8865594f.jpg"); }
.key-feature--article.mobility {
  background-image: url("/assets/products/heartest-occ-health/Mobility-aaa7541d824d3123f8cd307f886464b39369bb470149995a29c43bede4841137.jpg"); }
.key-feature--article.time-efficient {
  background-image: url("/assets/products/heartest-occ-health/Time_efficient-f60626819cc087447f6a36a68284e01b71e09da4ba4bdbb25d2c930987c3b05b.jpg"); }
.key-feature--article.cost-effective {
  background-image: url("/assets/products/heartest-occ-health/Cost_effective-7c81bb842348061b82d4d3dc93b2153094db245d6a2cb38bba74da09b7960a3e.jpg"); }
.key-feature--article.data-management {
  background-image: url("/assets/products/heartest-occ-health/Data_management-ab3249fde24281a091fa8a74ee8b13653b658a495f881f552ad91aa17d6d4fa4.jpg"); }
.key-feature--article.conditioning {
  background-image: url("/assets/products/heartest-occ-health/Conditioning-f9230a1349e3a158b07616da1a0437a5ec8a5e917effaa311e76ae39d146f96a.jpg"); }
.key-feature--article.quality-control {
  background-image: url("/assets/products/heartest-occ-health/Quality_control-c5ca759a5036cd3f71905c6f8d0af3d6092feaf4997ba6118eac5883b3124765.jpg"); }
.key-feature--article.acoustic-environment-certification {
  background-image: url("/assets/products/heartest-occ-health/Acoustic_environment_certification-c46c6aecafe7170f6bf7bdd03b43ad0b93536c4b0e84f792e6f4bb09e48e0d28.jpg"); }
.key-feature--article.integration {
  background-image: url("/assets/products/heartest/key-features/integration-of-video-otoscopy-6f1388bfc65656a26cfac4c4363896435d7226bdfbd1a412b2c5c7ff1667b9f4.jpg"); }
.key-feature--article.easy-to-use-adjustable-protocols {
  background-image: url("/assets/products/heartest-occ-health/Acoustic_environment_certification-c46c6aecafe7170f6bf7bdd03b43ad0b93536c4b0e84f792e6f4bb09e48e0d28.jpg"); }

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

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

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

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

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

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

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

.heartest-occ--specifications .heartest--occ--tile--capsule {
  max-width: 1140px; }

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

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

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

.heartest-occ--specifications .specifications--list-heading {
  font-family: "Raleway";
  font-weight: 700;
  color: #343f45;
  margin-left: 30px;
  margin-bottom: 0px;
  margin-top: 24px;
  font-size: 20px; }
  .heartest-occ--specifications .specifications--list-heading:not(.active) {
    display: none; }
.heartest-occ--specifications .specifications--list {
  padding: 0px 20px;
  margin: 0px; }
  @media (max-width: 890px) {
    .heartest-occ--specifications .specifications--list {
      padding: 0px 6px; } }

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

/*------------------------------------*\
  #HEARTEST PRODUCT USERS
\*------------------------------------*/
.heartest-occ--product-users {
  background-color: #343f45; }

.heartest-occ--product-users .product--header--content {
  margin: 0 20px 20px 0; }
.heartest-occ--product-users .product--header-title {
  color: white; }

.heartest-occ--product-users--logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 60px; }
  @media (max-width: 890px) {
    .heartest-occ--product-users--logos {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 10px 0 10px; } }
  .heartest-occ--product-users--logos .product-users--logo-image {
    margin: 10px 40px;
    max-width: 300px;
    max-height: 90px; }

/*------------------------------------*\
  #HEARTEST OCC PUBLISHED RESEARCH
\*------------------------------------*/
.heartest-occ--research {
  background-color: #f1f2f4;
  padding-bottom: 6rem; }

.heartest-occ--research .research--title {
  font-family: "Raleway";
  padding: 0 0 10px;
  border-bottom: 2px solid #25c6da;
  margin: 0 auto 20px;
  text-align: center; }

.research-link--list {
  max-width: 480px; }

.specifications--list--article {
  margin: 0 auto 20px; }

.specifications--list--article .paragraph {
  font-size: 1.6rem;
  margin: 0;
  color: #343f45; }
.specifications--list--article .paragraph--link {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  color: #343f45; }

.heartest-occ--research .tile-listings-box--content {
  border: 2px solid #343f45;
  max-width: 490px;
  padding: 40px 60px; }

.tile--listings-research-image-container {
  max-height: 720px; }
  .tile--listings-research-image-container .heartest--occ--tile--image {
    max-height: 700px;
    width: unset;
    margin: 0 auto; }

.heartest-occ--research .heartest-occ-tile-paragraph-container .research--title {
  max-width: 420px; }
.heartest-occ--research .heartest-occ-tile-paragraph-container .specifications--list {
  max-width: 450px;
  margin: 10px auto; }

/*------------------------------------*\
  #PRICING
\*------------------------------------*/
.heartest-occ--pricing {
  background-color: #f1f2f4;
  padding-bottom: 3rem;
  padding-top: 50px; }
  .heartest-occ--pricing .product--header-title {
    color: #343f45; }

.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;
  background-color: #25c6da !important; }

div.pricing-carousel--slider .product .button {
  height: 50px;
  border: none;
  border-radius: 6px; }

.pricing-carousel--slider .carousel-container--content {
  max-width: 1070px; }

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

/*------------------------------------*\
  #MOBILE
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest-occ--header--content .box-button-no-styling {
    display: block; }
    .heartest-occ--header--content .box-button-no-styling a {
      width: 220px !important;
      height: 50px !important;
      font-size: 18px !important;
      margin-top: 20px;
      line-height: 28px !important; }

  .heartest-occ--header--content {
    max-height: 87vh; }

  .heartest-occ--header--content {
    min-height: 530px;
    padding: 120px 20px; } }
/*------------------------------------*\
  #MOBILE SITE WIDE
\*------------------------------------*/
@media (max-width: 890px) {
  .product--header--content {
    margin: 0 20px 20px 0; }

  h3.product--header-title {
    font-size: 19px; }

  .product--header-title {
    font-size: 19px; }

  .solid-button {
    font-size: 18px;
    padding: 10px;
    height: 40px;
    width: 210px; }

  .info-expand-button {
    background: none;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .info-expand-button:focus {
      outline: 0; }

  .rotated {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }
/*------------------------------------*\
  #MOBILE -- HEADER
\*------------------------------------*/
/*------------------------------------*\
  #MOBILE -- PROMOTIONAL
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest-occ-promotional--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .occ-promotional--header--title {
    font-size: 2rem;
    text-align: center;
    line-height: 23px; }
    .occ-promotional--header--title .promotional--header--title-blue {
      font-size: 3rem; }

  .occ-promotional--header--text {
    max-width: 160px; }

  .vertical-line-barrier {
    min-height: 80px; }

  .occ-promotional--header--text {
    font-size: 17px;
    line-height: normal;
    padding: initial; }

  .occ-promotional--button {
    margin: 20px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
/*------------------------------------*\
  #MOBILE -- WHAT IS HEARTEST
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest-occ--what-is--section .product-description {
    font-size: 16px; }

  .heartest-occ--what-is--section .paragraph-small {
    font-size: 12px; }

  .heartest-occ--capability--section .product--header-title {
    max-width: 90vw; }

  .heartest-occ--what-is--section {
    padding-bottom: 3.4rem;
    padding-top: 15px; } }
/*------------------------------------*\
  #MOBILE -- CAPABILITIES
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest-occ--capability--steps {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-height: 460px;
    max-width: 400px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px; }

  .blue-border__left {
    display: none; }

  .capability--step--list--container {
    margin: 12px auto 0; }

  .heartest-occ--capability--steps .capability--step {
    margin: 20px 0;
    height: 100%;
    display: inline-block; }

  .heartest-occ--capability--steps .occ-capacity-navigation--button {
    position: absolute;
    top: 130px;
    z-index: 1; }

  .capability--step--list--container .capability--step--list {
    padding: 0 10px 0 10px;
    max-width: 300px; }

  .heartest-occ--text {
    font-size: 16px;
    text-align: left; }

  .heartest-occ--capability--steps .tns-controls {
    display: none; }

  .heartest-occ-capacity-carousel-container {
    max-height: 430px; }

  .heartest-occ--capability--steps .next {
    right: 30px; }
  .heartest-occ--capability--steps .prev {
    left: 30px; }

  .heartest-occ-capacity-carousel {
    max-height: 470px; }

  .heartest-occ--capability--section .tns-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto; }
    .heartest-occ--capability--section .tns-nav button {
      width: 10px;
      height: 10px;
      margin: 7px;
      background-color: #dcddde;
      border-radius: 50px; }
      .heartest-occ--capability--section .tns-nav button.tns-nav-active {
        background-color: #25c6da; } }
/*------------------------------------*\
  #MOBILE -- WHAT'S IN THE BOX
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest-occ--the-box--box .box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .heartest-occ--the-box--box .box-content--image {
    max-width: unset;
    width: 80%; }

  .product--the-box--box .box-content--image-content {
    max-width: 90%; }

  .product--the-box--carousel--container {
    max-width: unset;
    margin: unset; }

  .box-content--link-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .box-content--link-buttons .button-link--container {
    padding: 4px 10px;
    max-width: 250px;
    min-width: unset;
    height: 42px; }

  .box-content--link-buttons .button-link--container button {
    font-size: 18px; }

  .box-content--navigation-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .box-content--navigation-buttons .button-link--container {
    max-width: none;
    margin: 10px; }
  .box-content--navigation-buttons .button-link {
    max-width: none; }

  .box-content-mobile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    right: 0;
    width: 40px;
    overflow: hidden;
    max-height: 350px;
    position: fixed;
    top: 200px;
    z-index: 10;
    right: 0; }

  .box-content-mobile-navigation-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translate(100vw);
            transform: translate(100vw);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%; }

  .box-content-mobile-content.expanded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 96vw;
    -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; }

  .box-content-mobile-content.expanded .box-content-mobile-navigation-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-radius: 10px 0 0 10px;
    width: 100%;
    max-width: unset;
    -webkit-transform: translate(0);
            transform: translate(0);
    z-index: 2; }

  .box-content-mobile-content {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

  .box-content-mobile-content .what-in-box-expand-button {
    background-color: #25c6da;
    border: none;
    border-radius: 10px 0 0 10px;
    padding: 7px 4px;
    max-width: 40px;
    position: absolute;
    right: 0; }
    .box-content-mobile-content .what-in-box-expand-button:focus {
      outline: 0; }

  .what-in-box-expand-button .material-icons {
    color: white; }

  .box-content-mobile-navigation-buttons {
    background-color: #343f45;
    border: 3px solid #ffffff;
    border-right: none; }
    .box-content-mobile-navigation-buttons .button-link--container {
      width: 100%;
      text-align: center;
      border-bottom: 1px solid #405b6a;
      max-width: 94%;
      margin: auto;
      /* margin-bottom: 6px; */ }
    .box-content-mobile-navigation-buttons .button-link {
      padding: 12px 50px; }

  .close-in-box-navigation-button {
    padding: 6px;
    border: none;
    background: none;
    /*margin-bottom: 10px;*/
    margin-top: 6px;
    margin-left: 7px;
    border-radius: 100px;
    max-width: 40px; }
    .close-in-box-navigation-button:focus {
      outline: 0; } }
@media (max-width: 890px) {
  .heartest-occ--testimonials {
    padding-bottom: 0px; } }

@media (max-width: 890px) {
  .heartest-occ--testimonials .section.video {
    margin-top: 0px; } }

.heartest-occ--testimonials .section:not(.video) {
  background-color: #343f45; }
  @media (max-width: 890px) {
    .heartest-occ--testimonials .section:not(.video) {
      margin-top: 0px;
      padding-bottom: 50px; } }

/*------------------------------------*\
  #MOBILE -- TESTIMONIALS
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest-occ--testimonials {
    background-color: white;
    padding-top: 10px; }

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

  .user-testimonial-container {
    background-color: #343f45;
    padding: 25px;
    border-radius: 20px;
    max-width: 360px; }

  .user-testimonial--statement .paragraph,
  .user-testimonial--statement .paragraph-blue,
  .user-testimonial--statement .paragraph-bold {
    font-size: 18px;
    font-weight: 500; }

  .testimonial--text {
    text-align: center;
    max-width: 280px;
    margin: 10px auto; }

  .user-testimonial--user-detail {
    max-width: 280px;
    margin: auto;
    margin-top: 20px; }

  .user-testimonial--user-detail .paragraph-large {
    font-size: 16px; }
  .user-testimonial--user-detail .paragraph-small {
    font-size: 16px; } }
/*------------------------------------*\
  #MOBILE -- OCC TILE [earmuffs]
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest--occ--tile--listings-earmuffs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: 0 140%;
    background-size: unset; }
    .heartest--occ--tile--listings-earmuffs .heartest--occ--tile--capsule {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

  .heartest--occ--tile--listings-earmuffs .heartest--occ--tile--image-container {
    min-height: 300px;
    max-height: 350px; }

  .tile--listings-earmuffs-image-container {
    max-width: unset;
    overflow: hidden;
    max-height: 300px;
    padding: 20px;
    margin: 10px 0;
    border-radius: 50px; }

  .heartest--occ--tile--listings-earmuffs .paragraph {
    font-size: 16px; }

  .earmuffs-expanding-description {
    height: 0;
    overflow: hidden;
    margin: 0; }
    .earmuffs-expanding-description.expanded {
      height: unset;
      margin: auto; }

  .expand-earmuffs--button {
    margin: 0 auto; }

  .expand-earmuffs--button .rotate {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); } }
/*------------------------------------*\
  #MOBILE -- OCC TILE [protocols]
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest--occ--tile--listings-protocols .heartest--occ--tile--capsule.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .heartest--occ--tile--listings-protocols .tile-listings-box--content {
    max-width: unset; }

  .heartest--occ--tile--listings-protocols .tile--listings-protocols-image-container {
    max-width: unset;
    min-height: 300px;
    max-height: 350px; }

  .heartest--occ--tile--listings-protocols .paragraph {
    font-size: 16px; }

  .test-protocols-expanding-description {
    height: 0;
    overflow: hidden; }
    .test-protocols-expanding-description.expanded {
      height: unset; }

  .expand-test-protocols--button {
    margin: 0 auto; } }
/*------------------------------------*\
  #MOBILE -- OCC TILE [reporting]
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest--occ--tile--listings-report .heartest--occ--tile--capsule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .tile--listings-report-image-container {
    max-width: unset;
    max-height: 300px;
    width: 100%; }

  .heartest--occ--tile--listings-report .paragraph {
    font-size: 16px; } }
/*------------------------------------*\
  #MOBILE -- CERTIFICATIONS
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest-occ--certification-locations--wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%; }

  .occ-certification-navigation--button {
    position: absolute;
    top: 60px;
    z-index: 10; }
    .occ-certification-navigation--button.prev {
      left: 30px; }
    .occ-certification-navigation--button.next {
      right: 30px; }

  .mobile-version .heartest-occ--certification-locations {
    padding: unset; }
  .mobile-version .certification-location {
    margin: 20px auto;
    max-width: 290px; }
  .mobile-version .certificate-location--title {
    font-size: 19px; }
  .mobile-version .paragraph {
    font-size: 16px; }

  .paragraph.certification-type {
    font-size: 17px; }

  .heartest-occ--certification-locations .paragraph {
    color: #313c43; }

  .heartest-occ--certification-locations--wrapper .tns-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto; }
    .heartest-occ--certification-locations--wrapper .tns-nav button {
      width: 10px;
      height: 10px;
      margin: 7px;
      background-color: #dcddde;
      border-radius: 50px; }
      .heartest-occ--certification-locations--wrapper .tns-nav button.tns-nav-active {
        background-color: #25c6da; } }
/*------------------------------------*\
  #MOBILE -- KEY FEATURES
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest-occ--features .key-feature--article {
    padding: 40px 20vw;
    height: 290px;
    background-image: unset;
    background-color: #343f45; }

  .key-feature--article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

  .key-feature-container .feature--title {
    font-size: 19px;
    padding: 0 0 12px; }

  .feature-button-container {
    top: 15%; }
    .feature-button-container .button-left {
      left: 4vw; }
    .feature-button-container .button-right {
      right: 4vw; }
    .feature-button-container .material-icons {
      font-size: 30px; }

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

  .specifications--list {
    padding: 0; }

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

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

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

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

  .tile--listings-specifications-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    max-width: 660px;
    max-height: 270px;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 20px; } }
/*------------------------------------*\
  #MOBILE -- TESTIMONIALS
\*------------------------------------*/
/*------------------------------------*\
  #MOBILE -- PROPOSITION
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest-occ--proposition--reasons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .initial-points .proposition--reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px; }

  .proposition--reason .reason--image--capsule {
    max-width: 100px;
    max-height: 100px;
    width: 100%; }
  .proposition--reason .description {
    text-align: left;
    max-width: 250px; }

  .reason--image--capsule .proposition--reason--image {
    max-width: 90px;
    max-height: 90px; }

  .heartest-occ--proposition--headline .paragraph-large {
    font-size: 16px;
    text-align: left;
    max-width: none;
    padding: 0 20px 0 0; }

  .initial-points .proposition--reason.blue-border__left {
    border: none; }
  .initial-points .proposition--reason {
    padding: 10px 20px;
    margin: auto;
    max-width: 340px; }
  .initial-points .description {
    max-width: 210px; }

  .secondary-points .proposition--reason {
    margin: auto; }

  .heartest-occ--proposition--reasons.mobile-version .proposition--reason {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 20px; }
  .heartest-occ--proposition--reasons.mobile-version .description {
    font-size: 16px;
    max-width: 180px;
    font-weight: 500;
    margin: 0; }
  .heartest-occ--proposition--reasons.mobile-version .proposition--reason--image {
    max-width: 70px;
    max-height: 70px; }
  .heartest-occ--proposition--reasons.mobile-version .reason--image--capsule {
    max-width: 70px;
    max-height: 70px;
    margin-right: 30px; }

  .proposition--reason.grey-back {
    background-color: #888f92; }
    .proposition--reason.grey-back .description {
      color: white; }

  .heartest-occ--proposition--reasons.mobile-version {
    margin: 0px 0 0; }
  .heartest-occ--proposition--reasons.standard-extra {
    background-color: #888f92;
    margin: 0; }

  .standard-extra .occ-divider {
    width: 80%;
    background-color: white;
    height: 2px;
    margin: auto; } }
/*------------------------------------*\
  #MOBILE -- RESEARCH
\*------------------------------------*/
@media (max-width: 890px) {
  .heartest-occ--research .tile-listings-box--content {
    margin: auto;
    margin-bottom: 2.5rem;
    padding: 20px; }

  .heartest-occ--research .heartest--occ--tile--capsule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .heartest-occ--research .heartest--occ--tile--capsule {
    padding: 0 2.5rem; }

  .tile--listings-research-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    max-height: 320px;
    width: 100%;
    margin: 20px auto;
    border-radius: 20px; }

  .tile--listings-research-image-container .heartest--occ--tile--image {
    -webkit-transform: scale(2);
            transform: scale(2); }

  .research-link--list {
    max-width: unset;
    margin: auto; } }
/*------------------------------------*\
  #MOBILE -- PRICING
\*------------------------------------*/
@media screen and (max-width: 425px) {
  .heartest-occ--pricing .pricing-carousel--slider {
    padding: 0;
    margin: 40px auto 0px; } }
@media (max-width: 890px) {
  .pricing-carousel--slider .product {
    min-width: 300px;
    max-width: 300px; }

  .pricing-carousel--slider .carousel-container--content {
    width: 100%;
    max-width: 100vw; }

  .vue-product-container {
    margin: auto; } }
/*------------------------------------*\
  #OVERWRITES HEADER
\*------------------------------------*/
.product-sign-up--form-component {
  padding: 30px 40px 10px;
  border-radius: 20px;
  border: 3px solid #40d1e3;
  position: relative;
  z-index: 1; }

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

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

/*------------------------------------*\
#get in touch section
\*------------------------------------*/
.get-in-touch {
  background-color: #f1f2f4;
  font-family: "Raleway";
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .get-in-touch .form-container {
    width: 100%; }
    .get-in-touch .form-container button {
      width: 200px;
      margin-left: auto;
      margin-right: auto;
      height: 50px;
      font-size: 16px; }
  .get-in-touch .popia {
    width: 90%;
    max-width: 1000px;
    text-align: center;
    margin: 10px auto; }
    @media (max-width: 890px) {
      .get-in-touch .popia {
        width: 90%; } }
  @media (max-width: 890px) {
    .get-in-touch {
      text-align: center; } }
  .get-in-touch .headline {
    font-family: "Raleway";
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    color: #343f45 !important;
    margin-bottom: 20px;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 2px solid #5ec4d7;
    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: 13px; } }
  .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: #25c6da;
      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 !important; }
    .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: #323e47; }

/*------------------------------------*\
#publications-section
\*------------------------------------*/
.publications-section {
  padding-top: 50px;
  background-color: #fff;
  font-family: "Raleway"; }
  .publications-section .other-research-button {
    color: #25c6da;
    font-size: 20px;
    margin-left: 13vw;
    margin-bottom: 50px;
    text-decoration: underline;
    font-family: "Raleway"; }
    .publications-section .other-research-button a {
      color: #25c6da;
      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: 30px;
      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;
        color: #343f45; }
        @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;
          font-family: "Raleway"; }
          .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: #25c6da;
            -webkit-text-decoration-color: #25c6da;
                    text-decoration-color: #25c6da; }
            .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container .p-button a {
              color: #25c6da;
              -webkit-text-decoration-color: #25c6da;
                      text-decoration-color: #25c6da; }
            .publications-section .publication-flex-wrapper .publications-wrapper .publication .copy-container .p-button a:focus {
              color: #25c6da;
              -webkit-text-decoration-color: #25c6da;
                      text-decoration-color: #25c6da; }

/*------------------------------------*\
#tetimonial update
\*------------------------------------*/
.testimonial-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 45px;
  padding-top: 0px; }
  @media (max-width: 890px) {
    .testimonial-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0px; } }
  .testimonial-container .video-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .testimonial-container .quote-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .testimonial-container .quote-section img {
      width: 95%; }
    @media (max-width: 890px) {
      .testimonial-container .quote-section {
        margin: 10px 6px;
        padding: 10px 0px;
        border-radius: 25px;
        background-color: #343f45; } }

.heartest--occ--documents {
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden; }
  @media (max-width: 890px) {
    .heartest--occ--documents {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .heartest--occ--documents > div {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px 40px; }
    .heartest--occ--documents > div h6 {
      max-width: 480px;
      font-size: 36px;
      line-height: normal;
      color: white;
      font-family: "Raleway";
      margin: 40px auto; }
      @media (max-width: 890px) {
        .heartest--occ--documents > div h6 {
          font-size: 20px;
          font-size: 24px;
          text-align: center; } }
    .heartest--occ--documents > div img {
      margin: -2px auto;
      width: 60%; }
    .heartest--occ--documents > div a {
      display: block;
      width: 480px;
      margin: 40px auto; }
      @media (max-width: 890px) {
        .heartest--occ--documents > div a {
          width: auto;
          margin: 20px auto;
          text-align: center; } }
      .heartest--occ--documents > div a button {
        border: none;
        height: 50px;
        width: 200px;
        max-width: 300px;
        font-size: 24px;
        border-radius: 15px;
        background-color: #25c6da;
        font-family: "Raleway";
        color: white;
        margin-bottom: 40px; }
        @media (max-width: 890px) {
          .heartest--occ--documents > div a button {
            height: 50px;
            width: 150px;
            font-size: 18px;
            margin-bottom: 20px; } }
    .heartest--occ--documents > div::before {
      content: "";
      position: absolute;
      top: 50%;
      left: calc(50% + 10px);
      background-color: #343f45;
      width: calc(100% + 230px);
      height: 200%;
      -webkit-transform: translate(-50%, -50%) skewX(345deg);
              transform: translate(-50%, -50%) skewX(345deg);
      z-index: -1; }
      @media (max-width: 890px) {
        .heartest--occ--documents > div::before {
          width: 100%;
          height: 100%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) skewX(0deg);
                  transform: translate(-50%, -50%) skewX(0deg); } }
  .heartest--occ--documents > div:last-child {
    text-align: right;
    background-position: center;
    background-size: cover; }
    .heartest--occ--documents > div:last-child::before {
      background-color: #2b909e;
      left: calc(50% + 118px); }
      @media (max-width: 890px) {
        .heartest--occ--documents > div:last-child::before {
          left: 50%; } }
    .heartest--occ--documents > div:last-child button {
      background-color: #343f45;
      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: #25c6da; }
    @media (max-width: 890px) {
      .faq-section p {
        font-size: 16px;
        width: 80%;
        margin: auto; } }

.blog-ribbon-section {
  max-height: 850px; }

.slick-dots li.slick-active button {
  background-color: #25c6da !important; }

.blog-slide-container .slider .slick-prev,
.blog-slide-container .slider .slick-next {
  width: 20px;
  height: 44px; }

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

  .blog-slide-container .slider .slick-next {
    left: 50% !important;
    right: unset;
    -webkit-transform: translateX(calc(-50% + 150px)) scaleX(-1);
            transform: translateX(calc(-50% + 150px)) scaleX(-1); } }
.logo-container {
  position: relative; }
  .logo-container:after {
    content: "TM";
    position: absolute;
    font-weight: 600;
    left: 100%;
    top: 0px;
    color: white; }

.productImage {
  border-color: #25c6da !important; }

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

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

.video-section-container .section {
  width: 50%; }
  @media (max-width: 890px) {
    .video-section-container .section {
      width: 100%; } }
  .video-section-container .section .testimonial-slider {
    width: calc(100% - 40px);
    font-size: 20px !important; }
    .video-section-container .section .testimonial-slider .slide-item {
      color: white; }
      @media (max-width: 890px) {
        .video-section-container .section .testimonial-slider .slide-item {
          background-color: #343f45;
          font-size: 14px !important;
          border-radius: 10px;
          padding: 14px; } }
    .video-section-container .section .testimonial-slider .slick-prev {
      left: -40px; }
    .video-section-container .section .testimonial-slider .slick-next {
      right: -40px; }
    .video-section-container .section .testimonial-slider .slick-dots li.slick-active button {
      background-color: #25c6da !important; }
    .video-section-container .section .testimonial-slider .slick-current {
      max-width: inherit !important; }
    .video-section-container .section .testimonial-slider .slick-prev:before {
      content: url("/assets/products/heartest-occ-health/occ-previous-line-light-e7f7816060a3484753c13c1feaecff9d3a5be9c78cebef69d0ba8ec24082ec68.svg"); }
    .video-section-container .section .testimonial-slider .slick-next:before {
      content: url("/assets/products/heartest-occ-health/occ-previous-line-light-e7f7816060a3484753c13c1feaecff9d3a5be9c78cebef69d0ba8ec24082ec68.svg"); }

/*------------------------------------*\
#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 {
      max-width: 300px; }
      @media (max-width: 890px) {
        .webinar-section .section .image {
          margin-bottom: 40px; } }
    .webinar-section .section .content {
      margin-left: 30px;
      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: #25c6da;
        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: #25c6da !important;
      border-radius: 10px;
      font-size: 20px !important;
      font-weight: 400;
      font-family: "Raleway";
      color: white;
      text-align: center; }
      .webinar-section .section .button a {
        color: #343f45;
        text-decoration: none; }
      @media (max-width: 890px) {
        .webinar-section .section .button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: 25px;
          width: 220px;
          font-size: 14px !important;
          font-weight: 400;
          height: 60px; } }

@media (max-width: 890px) {
  .section-container.heartest-occ--proposition {
    padding-top: 0px; }
    .section-container.heartest-occ--proposition .product--header--content {
      margin: 0px;
      border: none; } }

.tns-item img {
  max-height: 300px; }
  @media (max-width: 765px) {
    .tns-item img {
      max-width: 280px; } }

.solution-container .product--header--content {
  margin-left: 13vw; }
  @media (max-width: 890px) {
    .solution-container .product--header--content {
      margin-left: inherit; } }
  .solution-container .product--header--content .title-spacing {
    margin: 0px; }
    @media (max-width: 890px) {
      .solution-container .product--header--content .title-spacing {
        margin: 0 0 10px 12vw; } }

.m-health-section-banner {
  background-color: white;
  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: 40px 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%; } }

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

#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: #25c6da; }

.translation-banner {
  background-color: #343f45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 166px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 890px) {
    .translation-banner {
      height: 260px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .translation-banner .text-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-family: "Raleway";
    color: #fff;
    -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;
    text-transform: uppercase;
    font-size: 36px;
    -webkit-box-flex: 7;
        -ms-flex: 7;
            flex: 7; }
    @media (max-width: 890px) {
      .translation-banner .text-section {
        font-size: 26px; } }
    .translation-banner .text-section .text-wrapper .bold {
      color: #25c6da !important;
      font-weight: 900; }
  .translation-banner .image-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-flex: 3;
        -ms-flex: 3;
            flex: 3;
    height: unset;
    width: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .translation-banner .image-section img {
      margin: 10px; }

.oh-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #343f45;
  border-bottom: 30px solid white;
  height: 200px;
  font-family: "Raleway"; }
  @media (max-width: 890px) {
    .oh-s {
      -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;
      height: auto;
      padding: 20px; } }
  .oh-s img {
    height: 130px;
    border: 10px solid white; }
  .oh-s p {
    font-size: 3rem;
    font-weight: bold;
    color: white;
    width: 100%;
    max-width: 630px; }
    @media (max-width: 890px) {
      .oh-s p {
        margin-bottom: 10px;
        text-align: center;
        font-size: 2rem; } }
  .oh-s button.section-button {
    background-color: white;
    color: #343f45; }
    @media (max-width: 890px) {
      .oh-s button.section-button {
        margin-bottom: 10px; } }

.expo-banner {
  position: absolute;
  padding-left: 20%;
  bottom: calc(100% - 10px);
  width: 100%; }
  .expo-banner a {
    display: block;
    width: 100%; }
    @media (max-width: 900px) {
      .expo-banner a {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .expo-banner .desktop {
    display: none; }
    @media (min-width: 900px) {
      .expo-banner .desktop {
        display: block; } }
  .expo-banner .mobile {
    display: none; }
    @media (max-width: 900px) {
      .expo-banner .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .expo-banner img {
    width: 400px; }
    @media (max-width: 900px) {
      .expo-banner img {
        width: 300px; } }
  @media (max-width: 900px) {
    .expo-banner {
      padding: 0;
      bottom: calc(100% - 50px); } }

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
