/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../united-health-care/cartridges/app_custom_epichearing/cartridge/client/default/scss/rxBrands.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
.hero-container {
  position: relative;
}
.hero-container .image-content img {
  width: 100%;
}
.hero-container .text-content {
  padding: 16px 16px 42px;
  max-width: 90%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  top: -32px;
  border-bottom: 1px solid #b3b9bc;
}
.hero-container .text-content .hero-title {
  font-family: "UHCSerif", serif;
  font-size: 26px;
  line-height: 34px;
  color: #002677;
}
@media (min-width: 1280px) {
  .hero-container .text-content .hero-title {
    font-size: 36px;
    line-height: 44px;
  }
}
.hero-container .text-content .hero-title {
  max-width: 208px;
  margin-bottom: 8px;
}
.hero-container .text-content .hero-description {
  font-family: "UHCSansMedium", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #5a5a5a;
}
@media (min-width: 1280px) {
  .hero-container .text-content .hero-description {
    font-size: 16px;
    line-height: 23px;
  }
}
.hero-container .text-content .hero-description {
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .hero-container {
    max-height: 30vw;
    overflow: hidden;
  }
  .hero-container .text-content {
    padding: 36px 36px 42px;
    position: absolute;
    top: 50%;
    left: calc((100% - 1242px) / 2);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-bottom: none;
  }
  .hero-container .text-content .hero-title {
    max-width: 300px;
    margin-bottom: 10px;
  }
  .hero-container .text-content .hero-description {
    max-width: 318px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768.98px) {
  .hero-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* common styles for all RX brand pages */
.rx-brands .category-breadcrumb .breadcrumb {
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.rx-brands .category-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #002677 !important;
}
.rx-brands .category-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-weight: 700;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='chevron_right'%3E%3Cpath id='Vector' d='M9.70492 6L8.29492 7.41L12.8749 12L8.29492 16.59L9.70492 18L15.7049 12L9.70492 6Z' fill='%23002677'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: -5px;
}
.rx-brands .slick-dots li button:before {
  font-size: 60px;
}
.rx-brands .slickTileCarousel-hero-section, .rx-brands .slickTileCarousel-testimonial-section {
  visibility: hidden;
}
.rx-brands .slickTileCarousel-hero-section.slick-initialized, .rx-brands .slickTileCarousel-testimonial-section.slick-initialized {
  visibility: visible;
}
.rx-brands .slick-initialized .slick-slide {
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
.rx-brands .slick-initialized .slick-slide img {
  width: unset !important;
}
.rx-brands h1 {
  font-size: 36px;
}
.rx-brands h2 {
  font-size: 32px;
}
.rx-brands h3 {
  font-size: 28px;
}
@media (max-width: 768.98px) {
  .rx-brands h1 {
    font-size: 26px;
  }
  .rx-brands h2 {
    font-size: 26px;
  }
  .rx-brands h3 {
    font-size: 22px;
  }
}
.rx-brands .disclaimer {
  font-size: 12px;
  line-height: 16px;
}
.rx-brands .dark-blue-background {
  background-color: #002677;
  color: #fff;
}
.rx-brands .text-blue {
  color: #002677;
}
.rx-brands .image-content {
  text-align: center;
}
.rx-brands .card-container {
  text-align: left;
  background-color: #fff;
  border: #000 1px solid;
  padding: 30px;
  height: 100%;
  margin-bottom: 10px;
}
.rx-brands .card-container .brand-row-7-card-header {
  font-size: 22px;
}
@media (min-width: 769px) {
  .rx-brands .card-container .brand-row-7-card-header {
    min-height: 48px;
  }
}
@media (min-width: 1280px) {
  .rx-brands .card-container .brand-row-7-card-header {
    min-height: unset;
  }
}
@media (max-width: 768.98px) {
  .rx-brands .card-container .brand-row-7-card-header {
    font-size: 18px;
  }
}
@media (min-width: 544px) {
  .rx-brands .card-container .brand-row-7-card-body-text {
    min-height: 125px;
  }
}
.rx-brands .custom-bullet-list {
  list-style: none;
}
.rx-brands .custom-bullet-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
.rx-brands .custom-bullet-list li p {
  margin: 0;
}
.rx-brands .custom-bullet-list .checkmark {
  padding-right: 20px;
}
.rx-brands .custom-bullet-list .checkmark::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' viewBox='0 0 32 33' fill='none'%3E%3Cg clip-path='url(%23clip0_2235_10901)'%3E%3Cpath d='M16 0.514648C7.17714 0.514648 0 7.69179 0 16.5146C0 25.3375 7.17714 32.5146 16 32.5146C24.8229 32.5146 32 25.3375 32 16.5146C32 7.69179 24.8229 0.514648 16 0.514648ZM13.0743 24.5146L5.85143 17.3375L8.82286 14.3661L13.0286 18.5718L21.3943 10.2061H27.4286L13.0743 24.5146Z' fill='%23002677'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2235_10901'%3E%3Crect width='32' height='32' fill='white' transform='translate(0 0.514648)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 32px;
  height: 33px;
  position: relative;
  display: block;
}
.rx-brands .standard-bullet-list {
  margin-left: 30px;
}
.rx-brands .standard-bullet-list li {
  padding-bottom: 5px;
}
.rx-brands .standard-bullet-list li p {
  margin: 0;
}
.rx-brands .brands-row-2-banner h1,
.rx-brands .brands-row-2-banner h2 {
  color: #fff;
}
.rx-brands .brands-row-2-banner .text-image-section {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .rx-brands .brands-row-2-banner .text-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;
  }
}
.rx-brands .brands-row-2-banner .button-section {
  -ms-flex-line-pack: center;
      align-content: center;
}
.rx-brands .brands-row-2-banner .btn-primary {
  color: #002677;
  border-color: #fff;
  background-color: #fff;
}
.rx-brands .brands-row-2-banner .btn-primary:hover {
  color: #fff;
  border-color: #fff !important;
  background-color: #002677;
}
@media (min-width: 769px) {
  .rx-brands .testimonial-slider-container {
    max-width: 65%;
  }
}
.rx-brands .testimonial-slider-container .carousel-wrapper::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='69' viewBox='0 0 68 69' fill='none'%3E%3Ccircle cx='34' cy='34.0146' r='34' fill='%23002677'/%3E%3Cpath d='M19.756 31.6441H24.114C28.2542 32.5062 31.3048 35.2001 31.3048 40.157C31.3048 45.6526 27.0557 49.1009 21.7171 49.1009C15.289 49.1009 11.2578 44.0363 11.2578 36.8165C11.2578 26.2562 18.3396 19.4675 31.5227 18.9287V22.808C24.5498 23.7778 20.4097 26.2562 19.756 31.6441Z' fill='white'/%3E%3Cpath d='M44.7859 31.6441H49.0471C53.0952 32.5062 56.0781 35.2001 56.0781 40.157C56.0781 45.6526 51.9234 49.1009 46.7034 49.1009C40.4182 49.1009 36.4766 44.0363 36.4766 36.8165C36.4766 26.2562 43.401 19.4675 56.2911 18.9287V22.808C49.4732 23.7778 45.4251 26.2562 44.7859 31.6441Z' fill='white'/%3E%3C/svg%3E");
  width: 68px;
  height: 69px;
  position: relative;
  display: block;
  z-index: 2;
  top: 38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rx-brands .testimonial-slider-container .slick-slide {
  background-color: #fff;
  border-top: 7px solid #002677;
}
@media (max-width: 768.98px) {
  .rx-brands .testimonial-slider-container .slick-next::before {
    left: 40px;
  }
  .rx-brands .testimonial-slider-container .slick-prev::before {
    right: 30px;
  }
}
.rx-brands .testimonial-slider-container .slickTileCarousel-testimonial-section {
  -webkit-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.15);
}
.rx-brands .testimonial-slider-container .testimonial-tile-outer {
  background-color: #fff;
}
.rx-brands .testimonial-slider-container .testimonial-tile-outer .testimonial-tile {
  padding: 50px 100px 25px;
}
@media (max-width: 768.98px) {
  .rx-brands .testimonial-slider-container .testimonial-tile-outer .testimonial-tile {
    padding: 40px 50px 10px;
  }
}
.rx-brands .testimonial-slider-container .testimonial-tile-outer .testimonial-tile {
  text-align: left;
}
@media (max-width: 768.98px) {
  .rx-brands .rx-brands-row-4 .row :nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .rx-brands .rx-brands-row-4 .row :nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 768.98px) {
  .rx-brands .rx-brands-row-9 .row :nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .rx-brands .rx-brands-row-9 .row :nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.rx-brands .rx-brands-row-9 .text-wrapper {
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 1280px) {
  .rx-brands .rx-brands-row-9 .text-wrapper .container {
    width: 75%;
  }
}
.rx-brands .rx-brands-row-9 .image-content img {
  width: 100%;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 768.98px) {
  .rx-brands .rx-brands-row-9 .image-content img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%);
  }
}
.rx-brands {
  /* common styles for all RX brand pages */
  /* common styles for Specific RX Brand LP */
}
.rx-brands.rx-brand-relate .rx-brands-row-5 .video-container iframe {
  width: 100%;
  padding-bottom: 30px;
}
@media (min-width: 544px) {
  .rx-brands.rx-brand-relate .rx-brands-row-5 .video-container iframe {
    padding: 30px 0;
    height: 400px;
  }
}
.rx-brands {
  /* common styles for Specific RX Brand LP */
}

/* common styles for all RX brand pages */
.perks-discounts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.perks-discounts-row .wallet-container,
.perks-discounts-row .perks-discounts-content {
  width: 100%;
}
.perks-discounts-row .perks-discounts-content h1,
.perks-discounts-row .perks-discounts-content p {
  text-align: left;
}
.perks-discounts-row .perks-discounts-content ul {
  position: relative;
  left: 10px;
}
.perks-discounts-row .wallet-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5em;
}
.perks-discounts-row .wallet-container img {
  width: 100%;
  height: auto;
}
.perks-discounts-row .wallet-container div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .perks-discounts-row .wallet-container {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .perks-discounts-row .wallet-container img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 75%;
    max-height: 75%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .perks-discounts-row .perks-discounts-content {
    width: 50%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .perks-discounts-row .perks-discounts-content ul {
    position: relative;
    left: 30px;
    padding-right: 60px;
  }
}
.perks-discounts-row .learn-btns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.perks-discounts-row .learn-btns-container a.btn {
  margin-right: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2em !important;
}
.perks-discounts-row .learn-btns-container a.btn.blue-btn {
  background-color: #0675A5;
  border-color: #0675A5;
  color: white;
}
.perks-discounts-row .learn-btns-container a.btn.blue-btn:hover {
  background-color: transparent;
  border-color: #0675A5;
  color: #0675A5;
}
.perks-discounts-row .learn-btns-container a.btn.white-btn {
  background-color: transparent;
  border-color: #0675A5;
  color: #0675A5;
}
.perks-discounts-row .learn-btns-container a.btn.white-btn:hover {
  background-color: #0675A5;
  border-color: #0675A5;
  color: white;
}
@media (min-width: 769px) {
  .perks-discounts-row .learn-btns-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .perks-discounts-row .learn-btns-container a.btn {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-bottom: 2em !important;
  }
}
.perks-discounts-row .perks-discounts-content h1,
.perks-discounts-row .perks-discounts-content p {
  text-align: start;
}
.perks-discounts-row .perks-discounts-content p.disclaimer {
  font-size: 13px;
  font-family: "UHCSansMedium", sans-serif;
  text-align: left;
}

h1 {
  font-family: "UHCSerif", serif;
  font-size: 26px;
  line-height: 34px;
  color: #0675A5;
}
@media (min-width: 1280px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

p {
  font-size: 16px;
  font-style: normal;
  list-style: none;
  line-height: 24px;
  font-family: "UHCSansMedium", sans-serif;
}

.sub-text {
  text-align: center;
  margin: 15px 0;
}
@media (max-width: 768.98px) {
  .sub-text {
    text-align: start;
  }
}

.video-label {
  font-family: "UHCSansBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  list-style: none;
  font-weight: 700;
  line-height: 24px;
  font-size: 26px;
  color: #0675A5;
  margin-top: 5px;
}

.hero-container {
  position: relative;
}
.hero-container.top-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-container.top-content .image-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.hero-container.top-content .text-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.hero-container .image-content img {
  width: 100%;
}
.hero-container .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768.98px) {
  .hero-container .text-content {
    display: block;
    padding: 15px;
  }
}
.hero-container .text-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;
  padding: 30px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #b3b9bc;
}
.hero-container .text-content .hero-title {
  font-family: "UHCSerif", serif;
  font-size: 26px;
  line-height: 34px;
  color: #0675A5;
}
@media (min-width: 1280px) {
  .hero-container .text-content .hero-title {
    font-size: 32px;
    line-height: 44px;
  }
}
.hero-container .text-content .hero-title {
  margin-bottom: 8px;
}
.hero-container .text-content .hero-description {
  font-family: "UHCSansMedium", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #5a5a5a;
}
@media (min-width: 1280px) {
  .hero-container .text-content .hero-description {
    font-size: 16px;
    line-height: 23px;
  }
}
.hero-container .text-content .hero-description {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .hero-container {
    overflow: hidden;
  }
  .hero-container .text-content {
    position: absolute;
    width: 420px;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-bottom: none;
  }
  .hero-container .text-content .hero-title {
    margin-bottom: 10px;
  }
  .hero-container .text-content .hero-description {
    margin-bottom: 24px;
  }
}
.hero-container.new-landing-hero-container {
  max-height: none;
}
.hero-container.new-landing-hero-container .new-landing {
  background-color: #0675A5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-container.new-landing-hero-container .new-landing .hero-text {
  padding: 0 20px;
  color: #fff;
}
@media (min-width: 1280px) {
  .hero-container.new-landing-hero-container .new-landing .hero-text {
    margin: 0 168px;
  }
}
.hero-container.new-landing-hero-container .new-landing .hero-text h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 35px;
  color: #fff;
}
@media (min-width: 769px) and (max-width: 1439.98px) {
  .hero-container.new-landing-hero-container .new-landing .hero-text h1 {
    font-size: 26px;
    margin: 0;
  }
}
@media (max-width: 768.98px) {
  .hero-container.new-landing-hero-container .new-landing .hero-text h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-top: 35px;
  }
}
.hero-container.new-landing-hero-container .new-landing .hero-text p {
  font-size: 30px;
  font-style: normal;
  line-height: 35px;
  margin-bottom: 35px;
}
@media (min-width: 769px) and (max-width: 1439.98px) {
  .hero-container.new-landing-hero-container .new-landing .hero-text p {
    line-height: 24px;
    font-size: 18px;
  }
}
@media (max-width: 768.98px) {
  .hero-container.new-landing-hero-container .new-landing .hero-text p {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
}
.hero-container.new-landing-hero-container .new-landing .hero-text .btn-primary {
  background-color: #9bbb3d;
  border-color: #9bbb3d;
  color: #fff;
}
.hero-container.new-landing-hero-container .new-landing .image-content {
  clip-path: ellipse(88% 87% at 43% 94%);
  -webkit-transform: rotate(-75.445deg);
          transform: rotate(-75.445deg);
}
@media (max-width: 768.98px) {
  .hero-container.new-landing-hero-container .new-landing .image-content {
    clip-path: ellipse(75% 89% at 66% 85%);
    -webkit-transform: rotate(18.555deg);
            transform: rotate(18.555deg);
  }
}
.hero-container.new-landing-hero-container .new-landing .image-content img {
  -webkit-transform: rotate(75.445deg);
          transform: rotate(75.445deg);
}
@media (max-width: 768.98px) {
  .hero-container.new-landing-hero-container .new-landing .image-content img {
    -webkit-transform: rotate(-18.555deg);
            transform: rotate(-18.555deg);
  }
}

@media (min-width: 544px) {
  .try-simulator .video-section-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.try-simulator .video-section-wrapper .video-wrapper iframe {
  border: 1px solid #0675A5;
}
@media (max-width: 768.98px) {
  .try-simulator .video-section-wrapper .video-wrapper iframe {
    width: 425px;
  }
}
@media (max-width: 543.98px) {
  .try-simulator .video-section-wrapper .video-wrapper iframe {
    width: 345px;
  }
}
@media (max-width: 768.98px) {
  .try-simulator img {
    max-width: 100%;
  }
}

.getting-started-description p {
  margin-bottom: 16px;
}
.getting-started-description p:first-of-type {
  color: #0675A5;
}

.hero-container-blue {
  color: #fff;
  background-color: #0675A5;
}
.hero-container-blue h1 {
  color: #fff;
}
@media (max-width: 768.98px) {
  .hero-container-blue h1 {
    font-size: 28px;
  }
}
.hero-container-blue .container {
  text-align: start;
}
@media (min-width: 769px) {
  .hero-container-blue .container {
    text-align: center;
    max-width: 50%;
  }
}

.explore-products-container {
  background-color: #e7f7fa;
}
.explore-products-container .text-content {
  margin: 25% 0;
}
@media (max-width: 768.98px) {
  .explore-products-container .text-content {
    margin: 35px 0;
  }
}
.explore-products-container .container img,
.explore-products-container .image-content img {
  width: 100%;
}
@media (max-width: 768.98px) {
  .explore-products-container .container,
  .explore-products-container .image-content {
    padding: 0;
  }
}

.simulator-page .text-content {
  border: none;
}

/* custom styles for EPICHearing RX brand pages */
.rx-brands .text-blue {
  color: #0675a5;
}
.rx-brands .category-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #0675a5 !important;
}
.rx-brands .category-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-weight: 700;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='chevron_right'%3E%3Cpath id='Vector' d='M9.70492 6L8.29492 7.41L12.8749 12L8.29492 16.59L9.70492 18L15.7049 12L9.70492 6Z' fill='%230675a5'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: -5px;
}
.rx-brands .dark-blue-background {
  background-color: #0675a5;
  color: #fff;
}
.rx-brands .brands-row-2-banner .btn-primary {
  color: #0675a5;
  border-color: #fff;
  background-color: #fff;
}
.rx-brands .brands-row-2-banner .btn-primary:hover {
  color: #fff;
  border-color: #fff !important;
  background-color: #0675a5;
}
.rx-brands .custom-bullet-list {
  list-style: none;
}
.rx-brands .custom-bullet-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
.rx-brands .custom-bullet-list li p {
  margin: 0;
}
.rx-brands .custom-bullet-list .checkmark {
  padding-right: 20px;
}
.rx-brands .custom-bullet-list .checkmark::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' viewBox='0 0 32 33' fill='none'%3E%3Cg clip-path='url(%23clip0_2235_11984)'%3E%3Cpath d='M16 0.514648C7.17714 0.514648 0 7.69179 0 16.5146C0 25.3375 7.17714 32.5146 16 32.5146C24.8229 32.5146 32 25.3375 32 16.5146C32 7.69179 24.8229 0.514648 16 0.514648ZM13.0743 24.5146L5.85143 17.3375L8.82286 14.3661L13.0286 18.5718L21.3943 10.2061H27.4286L13.0743 24.5146Z' fill='%230675A5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2235_11984'%3E%3Crect width='32' height='32' fill='white' transform='translate(0 0.514648)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 32px;
  height: 33px;
  position: relative;
  display: block;
}
.rx-brands .testimonial-slider-container .carousel-wrapper::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='69' viewBox='0 0 68 69' fill='none'%3E%3Ccircle cx='34' cy='34.0146' r='34' fill='%230675A5'/%3E%3Cpath d='M19.756 31.6441H24.114C28.2542 32.5062 31.3048 35.2001 31.3048 40.157C31.3048 45.6526 27.0557 49.1009 21.7171 49.1009C15.289 49.1009 11.2578 44.0363 11.2578 36.8165C11.2578 26.2562 18.3396 19.4675 31.5227 18.9287V22.808C24.5498 23.7778 20.4097 26.2562 19.756 31.6441Z' fill='white'/%3E%3Cpath d='M44.7859 31.6441H49.0471C53.0952 32.5062 56.0781 35.2001 56.0781 40.157C56.0781 45.6526 51.9234 49.1009 46.7034 49.1009C40.4182 49.1009 36.4766 44.0363 36.4766 36.8165C36.4766 26.2562 43.401 19.4675 56.2911 18.9287V22.808C49.4732 23.7778 45.4251 26.2562 44.7859 31.6441Z' fill='white'/%3E%3C/svg%3E");
  width: 68px;
  height: 69px;
  position: relative;
  display: block;
  z-index: 2;
}
.rx-brands .testimonial-slider-container .slick-slide {
  background-color: #fff;
  border-top: 7px solid #0675a5;
}

/* custom styles for EPICHearing RX brand pages */
/* common styles for Specific RX Brand LP - for EPICHearing */
/* common styles for Specific RX Brand LP - for EPICHearing */

/*# sourceMappingURL=rxBrands.css.map*/