:root {
  --medium-slate-blue: #7f74fe;
  --pattient-yellow: #ffc632;
  --midnight-blue\<deleted\|variable-431aa5df\>: #011445;
  --blue: #1c42fc;
  --midnight-blue-2: #011445;
  --light-slate-grey: #8089a2;
}

body{
  overflow-x: hidden;
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  color: var(--medium-slate-blue);
  font-weight: 500;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-intro {
  background-image: linear-gradient(to right, #7f74fe, #72cffe 59%, #fff);
  height: auto;
  padding: 30px 0% 60px;
}

.nav-intro {
  justify-content: space-between;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-nav-intro {
  width: 130px;
}

.button-download-white {
  color: #011445;
  background-color: #fff;
  border-radius: 40px;
  padding: 14px 23px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  transition: all .5s;
  box-shadow: 0 3px 50px -16px #1c42fca3;
}

.button-download-white:hover {
  background-color: var(--pattient-yellow);
  box-shadow: 0 3px 50px -16px #1c42fcf2;
}

.button-download-white.hero {
  margin-right: 20px;
  font-weight: 400;
}

.button-download-white.hero.partner {
  background-image: none;
  transition: all .5s;
}

.button-download-white.hero.partner:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
  background-image: none;
  box-shadow: 0 3px 50px -16px #1c42fce0;
}

.button-download-white.home {
  font-weight: 400;
}

.button-download-white.home.patient {
  background-image: none;
  transition: all .5s;
}

.button-download-white.home.patient:hover {
  background-color: var(--pattient-yellow);
  box-shadow: 0 3px 50px -16px #1c42fce0;
}

.button-download-white.mobile {
  display: none;
}

.inner-hero-intro {
  background-color: #fff;
  background-image: url('../images/Gradient-color.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-home {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
}

.h1-home.type {
  margin-bottom: 10px;
}

.span-bold {
  font-weight: 700;
  line-height: 40px;
}

.h3-home {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.buttons-hero-home {
  margin-top: 30px;
  margin-bottom: 30px;
}

.h4-home {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.link-home {
  color: #000;
  font-weight: 600;
}

.footer {
  background-color: #011445;
  padding: 100px 120px 30px;
}

.footer-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid, .grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr;
}

.grid-footer.new {
  grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr;
}

.footer-div {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 60px;
  display: flex;
}

.h-footer {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.text-link-footer {
  color: #67728f;
  padding-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-footer {
  color: #67728f;
  padding-bottom: 2px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.text-footer.botom {
  color: #67728f;
  margin-top: 20px;
  font-weight: 300;
}

.social-links {
  flex-direction: row;
  align-items: center;
  width: 220px;
  display: flex;
}

.social-red {
  width: 30px;
  margin-right: 15px;
}

.social-red._2 {
  margin-right: 0;
}

.grid-footer-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.footer-div-b {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-div-b.last {
  justify-content: flex-end;
  align-items: flex-end;
}

.footer-div-b.middle {
  justify-content: center;
}

.text-link-footer-b {
  color: #fff;
  margin-right: 15px;
  padding-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: underline;
  display: block;
}

.text-copy {
  color: #ffffff80;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.text-copy.botom {
  margin-top: 20px;
}

.text-copy.neww {
  color: #8089a2;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.footer-svg {
  width: 22%;
}

.topbar {
  background-image: linear-gradient(to right, #1c42fc, #02b0ff);
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}

.text-topbar {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.link-topbar {
  color: #fff;
  margin-left: 5px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: underline;
}

.nav-a {
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav-a-inner {
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-a {
  width: 132px;
}

.logo-a.mobile {
  width: 100%;
}

.link-nav-a {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: center;
  margin-right: 30px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 27px;
  text-decoration: none;
  display: block;
}

.div-block {
  align-items: center;
  margin-left: 300px;
  display: flex;
}

.button {
  border: 1px solid var(--midnight-blue\<deleted\|variable-431aa5df\>);
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border-radius: 100px;
  margin-right: 20px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  transition: all .5s;
}

.button:hover {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  box-shadow: 0 0 20px -6px #1c42fc91;
}

.button.patient:hover {
  border-color: var(--pattient-yellow);
  background-color: var(--pattient-yellow);
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
}

.button-copy {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  box-shadow: 0 0 20px 3px #1c42fc2e;
}

.button-copy._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  transition: all .3s;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-copy._2:hover {
  background-color: #fff;
  border-color: #fff;
}

.button-copy.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  transition: all .4s;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-copy.purple:hover {
  box-shadow: none;
  color: var(--medium-slate-blue);
  background-color: #fff;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.hero-a-inner {
  background-image: url('../images/Group-48095739.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 40px;
  display: flex;
  position: relative;
}

.heading {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.heading._2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.heading.parner {
  font-size: 15px;
}

.heading.white {
  color: #fff;
  margin-top: 0;
}

.heading.aboutus {
  font-size: 15px;
}

.h1 {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
}

.h1.health-plans {
  width: 50%;
}

.h1.manufacturers {
  width: 50%;
  display: block;
}

.h1.manufacturesrs, .h1.hcp, .h1.press, .h1.aboutus {
  width: 50%;
}

.h1.case-study {
  width: 55%;
  font-size: 40px;
  line-height: 50px;
}

.span1 {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  font-weight: 500;
}

.span1.white {
  color: #011445;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}

.h3 {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.h3.center {
  text-align: center;
  font-size: 17px;
  line-height: 27px;
}

.h3.white {
  color: #fff;
}

.h3.manufacturers {
  width: 50%;
}

.h3.lefts.padding {
  width: 40%;
}

.h3._50, .h3.providers, .h3.aboutus {
  width: 50%;
}

.h3.careers {
  font-size: 17px;
  line-height: 27px;
}

.text-block {
  color: var(--blue);
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 35px;
}

.div-block-3 {
  border-right: 1px solid var(--midnight-blue\<deleted\|variable-431aa5df\>);
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.div-block-4 {
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.div-block-3-copy {
  border-right: 1px none var(--midnight-blue\<deleted\|variable-431aa5df\>);
  align-items: center;
  margin-left: 30px;
  padding-right: 20px;
  display: flex;
}

.image-hero {
  width: 550px;
  position: absolute;
  inset: 50px 50px auto auto;
}

.getting-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 70px;
  display: flex;
}

.h2-getting {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: center;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.grid-easy-section {
  background-color: #fff;
  border-right: 1px #000;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
  box-shadow: 0 0 40px #1c42fc1c;
}

.grid-easy {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.card-grid {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 30px;
  display: flex;
}

.card-grid._1 {
  border-right: 1px solid #d9d9d980;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}

.card-grid._2 {
  border-right: 1px solid #d9d9d980;
  justify-content: flex-start;
}

.card-grid.api {
  border-right: 1px solid #d9d9d980;
  justify-content: flex-start;
  height: 334.93px;
}

.card-grid.api.last {
  border-right-style: none;
}

.card-grid.trusted {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.icon-easy {
  width: 55px;
  display: block;
}

.icon-easy.started {
  z-index: 1;
  width: 70px;
  position: relative;
}

.icon-easy.parner {
  width: 70px;
}

.icon-easy.api, .icon-easy.hcp {
  width: 75px;
}

.icon-easy.hcp.fix {
  padding-bottom: 20px;
}

.h4 {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 35px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.h4.white {
  color: #fff;
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
}

.text2 {
  color: #0114458a;
  text-align: left;
  padding-right: 50px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.text2.white {
  color: #ffffff94;
  font-size: 14px;
  line-height: 24px;
}

.div-video {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-video-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-video {
  grid-template-rows: auto;
  width: 100%;
}

.video-left {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.h-video {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.h-video._44 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.video-right {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-right.mobile {
  display: none;
}

.section-time {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}

.time-inner-wrapper {
  z-index: 1;
  background-image: url('../images/Gradient-color_1.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
  position: relative;
}

.grid-time {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.time-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.time-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-time {
  width: 580px;
}

.text-time {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  padding-right: 50px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.h-time {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.h-time._44 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.switch-section {
  background-color: var(--blue);
  background-image: linear-gradient(149deg, #01144594, var(--blue));
  width: 100%;
  margin-top: -350px;
  padding-top: 400px;
  padding-bottom: 250px;
}

.siwtch-inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.h-switch {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.h-switch._44 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-switch {
  grid-column-gap: 80px;
  grid-row-gap: 120px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.card-switch {
  padding-top: 40px;
  padding-bottom: 0;
  padding-right: 40px;
}

.switch-icon {
  width: 75px;
}

.cary-customer {
  background-color: #fff;
  border-radius: 30px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  box-shadow: 0 14px 30px 8px #1c42fc1a;
}

.customer-section {
  width: 100%;
  margin-top: -133px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 70px;
}

.customer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.customer-left {
  border-right: 3px solid var(--pattient-yellow);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.customer-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
}

.img-customer {
  width: 120px;
}

.customer-h {
  color: var(--blue);
  letter-spacing: 3px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.customer-img-wrapper {
  border-radius: 100px;
  width: 120px;
  box-shadow: 0 0 30px -4px #1c42fc3d;
}

.h-quote-big {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

.quote-icon {
  width: 40px;
}

.doctor-section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}

.doctor-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doctor-img {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.news-section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

.news-inner {
  background-image: url('../images/Gradient-color_2.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.news-h {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: center;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.news-h.api, .news-h.hcp {
  margin-bottom: 0;
  font-weight: 300;
}

.news-logo {
  width: 160px;
}

.logos-wrapper-news {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  margin: 10px auto 40px;
  display: flex;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: #4a3aff;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._2---brix {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---brix._1---brix {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  left: 7px;
  transform: rotate(45deg);
}

.accordion-paragraph---brix {
  color: #0114458f;
  width: 100%;
  max-width: 80%;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 1px solid #0000;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 0 30px #1c42fc24;
}

.accordion-item---brix.accordion-3---brix {
  border: 2px solid #0000;
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px #13124212;
}

.accordion-item---brix.accordion-3---brix:hover {
  box-shadow: none;
}

.accordion-item---brix.accordion-3---brix.last-accordion-item---brix {
  margin-bottom: 0;
}

.accordion-item-title---brix {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.accordion-arrow-wrap---brix {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.faqs-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
}

.faqs-inner {
  width: 1100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 100px;
  display: flex;
}

.cta-section.partner {
  padding-top: 40px;
  padding-bottom: 80px;
}

.cta {
  background-image: linear-gradient(#1c42fc3b, #fff);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  box-shadow: 0 17px 30px -7px #1c42fc2b;
}

.cta.partner {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.cloneables-listing {
  padding-top: 0;
  padding-bottom: 140px;
}

.button-secondary {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border-radius: 80px;
  padding: 15px 48px;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
}

.button-secondary.cloneable-header-button {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.column---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.column---brix.right---brix {
  margin-left: 12px;
}

.column---brix.left---brix {
  margin-right: 12px;
}

.accordion-columns-wrapper---brix {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.large-open-close-line---brix {
  background-color: #514f6e;
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.large-open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 18px;
  min-height: 18px;
}

.accordion-paragraph---brix-2 {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-3-open-close-icon-wrapper---brix {
  background-color: #f7f7fb;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.heading-size-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 24px 32px;
  box-shadow: 0 3px 14px #4a3aff08, 0 -2px 4px #14142b05, 0 12px 24px #14142b03;
}

.accordion-item-title---brix-2 {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  padding: 100px 40px;
  transform: translate(0);
}

.button-2-nav {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  box-shadow: 0 0 20px 3px #1c42fc2e;
}

.button-2-nav._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-2-nav.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-2-nav.api {
  color: var(--medium-slate-blue);
  border-radius: 100px;
  transition: all .5s;
}

.button-2-nav.api:hover {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.image-hero-api {
  width: 550px;
  position: absolute;
  inset: auto 0% 0 auto;
}

.button-purple {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  box-shadow: 0 0 20px 3px #1c42fc2e;
}

.button-purple._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-purple.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-purple.partner {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-purple.partner.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button-purple.partner.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button-purple.partner.case-study {
  margin-top: 0;
}

.button-purple.manufacturers {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-purple.manufacturers.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button-purple.manufacturers.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button-purple.manufacturers.case-study {
  margin-top: 0;
}

.button-purple.map {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-purple.map.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button-purple.map.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button-purple.map.case-study {
  margin-top: 0;
}

.button-purple.hcp {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-purple.hcp.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button-purple.hcp.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button-purple.hcp.case-study {
  margin-top: 0;
}

.hero-inner-partner {
  background-image: url('../images/Gradient-color_3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 40px;
  display: flex;
  position: relative;
}

.hero-inner-partner.healt-plans {
  background-image: url('../images/Gradient-color_5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.hero-inner-partner.manufacturers {
  background-image: url('../images/Gradient-color_6.png');
  padding-bottom: 120px;
}

.hero-inner-partner.healthcare-providers {
  background-image: url('../images/Group-48095739_2.png');
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.hero-inner-partner.press {
  background-image: url('../images/Group-48095739_3.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.hero-inner-partner.aboutus {
  background-image: url('../images/Group-48095739_2.png');
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.hero-inner-partner.benefits {
  background-image: url('../images/Gradient-color_10.png');
  padding-bottom: 120px;
}

.hero-contact {
  padding-bottom: 100px;
}

.hero-inner-contact {
  background-image: url('../images/bacground-contact-patient.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  height: 546px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
  position: relative;
}

.hero-inner-contact.partner {
  background-image: url('../images/background-contact-partner.png');
  height: 546px;
}

.hero-inner-contact.partner.partner-form, .hero-inner-contact.patient-form {
  height: auto;
}

.grid-3 {
  grid-template-rows: auto;
}

.grid-contact-partner {
  grid-template-rows: auto;
  width: 100%;
}

.grid-contact-left {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fff0;
  background-image: linear-gradient(41deg, #0000, #ffffffc9 45%, #ffffffd9 55%, #fff0);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.grid-contact-right {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px 60px 20px;
  display: flex;
}

.heading-contact {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.heading-contact._2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.h1-contact {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 42px;
}

.h1-contact.careers, .span2 {
  font-weight: 500;
}

.container-contact-links {
  margin-top: 0;
}

.link-contact-terms {
  color: #000;
  font-weight: 600;
}

.link-contact-privacy {
  color: #000;
  margin-left: 40px;
  font-weight: 600;
}

.form-contact.careers {
  position: relative;
}

.form-contact.new {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-block-contact {
  position: relative;
}

.text-form {
  height: 45px;
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #ffffffbf;
  border: 1px solid #0000;
  border-radius: 12px;
  padding-left: 25px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: block;
}

.text-form:focus {
  background-color: #02b0ff33;
  border-style: solid;
  border-color: #02b0ff;
}

.text-form::placeholder {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-form.patient:focus {
  background-color: #1c42fc33;
  border-color: #1c42fc;
}

.text-area-form {
  min-height: 120px;
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #ffffffbf;
  border: 1px solid #0000;
  border-radius: 12px;
  padding-left: 25px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-area-form:focus {
  background-color: #02b0ff33;
  border-color: #02b0ff;
}

.text-area-form::placeholder {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-area-form.patient {
  border-style: solid;
  border-color: #0000;
}

.text-area-form.patient:focus {
  background-color: #1c42fc33;
  border-color: #1c42fc;
}

.button-contact-yellow {
  background-color: var(--pattient-yellow);
  width: 140px;
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  border: 1px #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding: 13px 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  box-shadow: 0 0 20px 3px #1c42fc24;
}

.button-contact-yellow._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-contact-yellow.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-contact-yellow.partner {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-contact-yellow.partner.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button-contact-purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border: 1px #fff;
  border-radius: 100px;
  width: 140px;
  margin-top: 40px;
  padding: 13px 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  transition: all .2s;
  box-shadow: 0 0 20px 3px #1c42fc24;
}

.button-contact-purple:hover {
  color: var(--medium-slate-blue);
  background-color: #fff;
}

.button-contact-purple._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-contact-purple.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-contact-purple.partner {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-contact-purple.partner.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.grid-contact-left-patient {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff0;
  background-image: linear-gradient(41deg, #0000, #fff 45%, #ffffffbd 55%, #fff0);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.heading-contact-patient {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.heading-contact-patient._2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.heading-contact-partner {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.heading-contact-partner._2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.terms-wrapper {
  width: 100%;
  padding-top: 0;
  padding-bottom: 50px;
}

.terms-container {
  background-image: url('../images/Gradient-color_4.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  height: 205px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.h-3 {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.privacy-img {
  width: 35%;
  display: block;
  position: absolute;
  inset: auto 100px 0% auto;
}

.terms-texts-wrapper {
  width: 1100px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.terms-text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.rich-terms {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.texts-info-text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: none;
}

.cary-link1 {
  color: var(--medium-slate-blue);
  font-weight: 600;
}

.rich-text-block {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.terms-img {
  width: auto;
  height: 205px;
  display: block;
  position: absolute;
  inset: auto 48px 0% auto;
}

.hipaa-privacy {
  width: 45%;
  display: block;
  position: absolute;
  inset: auto 100px 0% auto;
}

.mobile-navbar {
  display: none;
}

.brand {
  width: 100%;
}

.button-copy, .button-nav-mobile {
  border: 1px solid var(--midnight-blue\<deleted\|variable-431aa5df\>);
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border-radius: 100px;
  margin-right: 20px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.button-nav-mobile2 {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  box-shadow: 0 0 20px 3px #1c42fc2e;
}

.button-nav-mobile2._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-nav-mobile2.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.image-hero-mobile {
  width: 550px;
  display: none;
  position: absolute;
  inset: 50px 50px auto auto;
}

.button-patient-mobile1 {
  border: 1px solid var(--midnight-blue\<deleted\|variable-431aa5df\>);
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border-radius: 100px;
  margin-right: 20px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.button-patient-mobile-2 {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  box-shadow: 0 0 20px 3px #1c42fc2e;
}

.button-patient-mobile-2._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-patient-mobile-2.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-patient-mobile-2.api {
  color: var(--medium-slate-blue);
  border-radius: 100px;
}

.image-hero-api-mobile {
  width: 550px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-inner-partner-landing {
  background-image: url('../images/background-1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 200px;
  display: flex;
  position: relative;
}

.hero-pl-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-pl-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
}

.hero-pl-wrapper.benefits {
  padding-top: 3px;
}

.hero-pl-image {
  width: 360px;
  height: auto;
  margin-left: 0;
}

.hero-pl-image._1 {
  width: 305px;
}

.hero-pl-image._2 {
  width: auto;
  height: auto;
}

.hero-pl-image._3, .hero-pl-image.benefits1 {
  width: auto;
}

.hero-pl-image.benefits2 {
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-pl-image.benefits3 {
  width: auto;
}

.trusted-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.trusted-section.manufacturers {
  margin-bottom: 120px;
}

.grid-trusted-section {
  background-color: #fff;
  border-right: 1px #000;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 40px #1c42fc1c;
}

.grid-trusted-section.partners {
  margin-top: -90px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.grid-trusted-section.healt-plans {
  margin-top: -48px;
}

.grid-trusted-section.press {
  margin-top: -35px;
}

.grid-trusted {
  grid-column-gap: 0px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr;
  align-content: center;
  align-items: center;
  width: 100%;
}

.benefits-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.grid-4, .benefits-grid {
  grid-template-rows: auto;
}

.benefits-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-benefits-container {
  background-color: #fff;
  border-right: 1px #000;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px 20px 40px;
  display: flex;
  box-shadow: 0 0 40px #1c42fc1c;
}

.grid-benefits {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 100%;
}

.card-grid-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 30px;
  display: flex;
}

.card-grid-text._1 {
  border-right: 1px solid #d9d9d980;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.card-grid-text._2 {
  border-right: 1px solid #d9d9d980;
}

.card-grid-text.api {
  justify-content: flex-start;
  height: 334.93px;
}

.card-grid-text.trusted {
  align-items: center;
}

.card-grid-text.benefits {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.card-grid-image {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 30px;
  display: flex;
}

.card-grid-image._1 {
  border-right: 1px solid #d9d9d980;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.card-grid-image._2 {
  border-right: 1px solid #d9d9d980;
}

.card-grid-image.api {
  justify-content: flex-start;
  height: 334.93px;
}

.card-grid-image.trusted {
  align-items: center;
}

.card-grid-image.benefits {
  padding: 0;
}

.h2-benefits {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

.text-benefits {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  padding-right: 50px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.benefits-image {
  border-radius: 15px;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: block;
  box-shadow: 0 0 20px #1c42fc30;
}

.button-benefits {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  box-shadow: 0 0 20px 3px #1c42fc2e;
}

.button-benefits._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-benefits.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 300;
  transition: all .5s;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-benefits.purple:hover {
  box-shadow: none;
  color: var(--medium-slate-blue);
  background-color: #fff;
}

.violet-section {
  background-color: var(--medium-slate-blue);
  width: 100%;
  margin-top: -200px;
  padding-top: 300px;
  padding-bottom: 250px;
}

.h-benefits {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.h-benefits._44 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.violet-inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-violet-section {
  color: #fff;
  text-align: center;
  padding-right: 50px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.grid-violet-container {
  background-color: #fff;
  border-right: 1px #000;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 0 40px #1c42fc1c;
}

.grid-violet {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-violet-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h-violet-grid {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.text-violet-grid {
  color: #01144580;
  text-align: left;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.grid-violet-image {
  width: 60px;
  margin-bottom: 25px;
}

.partner-section {
  width: 100%;
  margin-top: -133px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 70px;
}

.cary-partner {
  background-color: #fff;
  border-radius: 30px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  box-shadow: 0 14px 30px 8px #1c42fc1a;
}

.partner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.partner-left {
  border-right: 3px solid var(--medium-slate-blue);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.partner-img-wrapper {
  border-radius: 100px;
  width: 120px;
  box-shadow: 0 0 30px -4px #1c42fc3d;
}

.partner-h {
  color: var(--medium-slate-blue);
  letter-spacing: 3px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.partner-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
}

.quote-description {
  color: var(--medium-slate-blue);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 26px;
}

.quote-description._2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.text-cta {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-cta.press {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 45px;
}

.news-inner-partner {
  background-image: url('../images/thenews.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.span-bold2 {
  font-weight: 700;
  display: block;
}

.h1-partners {
  width: auto;
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
}

.heading-trusted {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.heading-trusted._2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.news-h-copy {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: center;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.news-h-copy.api {
  margin-bottom: 0;
  font-weight: 300;
}

.h1-cta {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: center;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.h1-cta.api {
  margin-bottom: 0;
  font-weight: 300;
}

.appstore {
  justify-content: space-between;
  align-items: flex-end;
  width: 200px;
  padding-top: 60px;
  display: flex;
}

.app-icon.purple {
  width: 60px;
}

.app-icon-2 {
  width: 40px;
}

.app-icon-2.purple {
  width: 60px;
}

.shadow-svg {
  z-index: 1;
  filter: blur(30px);
  background-color: #1c42fc94;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 5px;
  position: absolute;
}

.buttondownload {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  transition: all .5s;
  box-shadow: 0 0 20px 3px #1c42fc2e;
}

.buttondownload:hover {
  border-color: var(--pattient-yellow);
  background-color: var(--pattient-yellow);
  box-shadow: none;
}

.buttondownload._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.buttondownload.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.buttondownload-mobile {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  transition: all .5s;
  display: block;
  box-shadow: 0 0 20px 3px #1c42fc2e;
}

.buttondownload-mobile:hover {
  border-color: var(--pattient-yellow);
  background-color: var(--pattient-yellow);
  box-shadow: none;
}

.buttondownload-mobile._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.buttondownload-mobile.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.doctor-img-moibile {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.hero-pl-image-mobile {
  width: 360px;
  height: auto;
  margin-left: 0;
  display: none;
}

.hero-pl-image-mobile._1 {
  width: 305px;
}

.hero-pl-image-mobile._2 {
  width: auto;
  height: auto;
}

.hero-pl-image-mobile._3 {
  width: auto;
}

.hero-pl-image-mobiles {
  width: 360px;
  height: auto;
  margin-left: 0;
  display: none;
}

.hero-pl-image-mobiles._1 {
  width: 305px;
}

.hero-pl-image-mobiles._2 {
  width: auto;
  height: auto;
}

.hero-pl-image-mobiles._3 {
  width: auto;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button-2.is-small {
  background-color: var(--midnight-blue-2);
  color: #fff;
  padding: 12px 26px;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  line-height: 120%;
}

.button-2.is-small.transparent {
  color: #011445;
  background-color: #01144500;
  border-color: #011445;
  font-size: 16px;
}

.button-2.is-small.transparent.claro {
  color: #00aeff;
  border-color: #00aeff;
}

.button-2.is-small.transparent.claro.cliar {
  color: #be5af2;
  border-color: #be5af2;
}

.button-2.is-small._16px {
  font-size: 16px;
}

.button-2.is-small._16px.claro.celeste {
  background-color: #00aeff;
}

.button-2.is-small._16px.caryrx {
  background-color: #3a37e1;
}

.button-2.is-small._16px.caryrx.green {
  background-color: #025b55;
}

.button-2.is-small._16px.clair {
  background-color: #be5af2;
  border-style: none;
}

.button-2.is-small._16px.clair2 {
  background-color: #be5af2;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #0000;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  position: static;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_component {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  color: var(--light-slate-grey);
  padding: .5rem 1.2rem;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
}

.navbar1_link:hover {
  color: var(--midnight-blue-2);
}

.navbar1_link.w--current {
  color: var(--midnight-blue-2);
  font-weight: 600;
}

.flipper-nav-button {
  background-color: #f76d6d;
  border-radius: 55px;
  width: 43px;
  height: 43px;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #7a7a7a8c;
}

.flipper-nav-button.w--open {
  background-color: #f76d6d;
  box-shadow: 1px 1px 3px #7a7a7a8c;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.v2 {
  background-color: #fff;
  width: 30px;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.v2 {
  background-color: #fff;
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.v2 {
  background-color: #fff;
  width: 30px;
}

.contact-mobile-partner {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  box-shadow: 0 0 20px 3px #1c42fc2e;
}

.contact-mobile-partner._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.contact-mobile-partner.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.contact-mobile-partner.api {
  color: var(--medium-slate-blue);
  border-radius: 100px;
  transition: all .5s;
}

.contact-mobile-partner.api:hover {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.link-nav-a-partners {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: center;
  margin-right: 30px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 27px;
  text-decoration: none;
  display: block;
}

.div-terms {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.privacy-img-mobile {
  width: 30%;
  display: none;
  position: absolute;
  inset: auto 100px 0% auto;
}

.img-hero-health_plans {
  width: 550px;
  position: absolute;
  inset: auto 0% auto auto;
}

.section-gradient-box {
  padding-top: 70px;
  padding-bottom: 170px;
}

.img-gradient-box {
  width: 550px;
  position: static;
  inset: auto 20px auto auto;
}

.img-gradient-box.case-study {
  width: 450px;
}

.box-gradient {
  background-image: url('../images/Gradient-color_3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 40px;
  display: flex;
  position: relative;
}

.box-gradient.healt-plans {
  background-image: url('../images/Gradient-color2.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.box-gradient.healt-plans.case-study {
  padding: 40px 40px 170px;
}

.h2 {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  margin-bottom: 30px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 150%;
}

.h2.health-plans {
  width: 50%;
  font-size: 40px;
  line-height: 50px;
}

.h2.health-plans._100 {
  width: auto;
}

.h2.health-plans._100.white {
  color: #fff;
  text-align: left;
  font-style: normal;
  font-weight: 200;
}

.h2.manufacturers {
  width: 50%;
  font-size: 40px;
  line-height: 50px;
}

.h2.manufacturers._100 {
  width: auto;
}

.h2.manufacturers._100.white {
  color: #fff;
}

.h2._100.mf, .h2._100.hcp {
  text-align: center;
  font-size: 50px;
  line-height: 65px;
}

.h2._100.ourteam {
  color: #fff;
  text-align: center;
  margin-top: -45px;
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
}

.h2._100.stream {
  text-align: center;
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
}

.h2._100.features {
  text-align: center;
  font-size: 50px;
  line-height: 65px;
}

.h2.hcp {
  width: 50%;
  font-size: 40px;
  line-height: 50px;
}

.h2.hcp._100 {
  width: auto;
}

.h2.hcp._100.white {
  color: #fff;
  text-align: left;
}

.h2.about-us {
  width: 50%;
  font-size: 40px;
  line-height: 50px;
}

.h2.about-us._100 {
  width: auto;
}

.h2.about-us._100.white {
  color: #fff;
  text-align: left;
}

.grid-box-gradient {
  grid-template-rows: auto;
  width: 100%;
}

.gradient-box-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gradient-box-right {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blue-section-grids {
  background-color: #02b0ff;
  padding-top: 20px;
  padding-bottom: 250px;
}

.blue-section-grids.hcp {
  padding-bottom: 450px;
}

.box-section-blue {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.box-section-blue.spacing {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
}

.box-section-blue.spacing-quote {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-blue-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.blue-ection-left {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blue-ection-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blue-ection-right.hcp {
  align-items: flex-end;
  padding-top: 0;
}

.text-normal {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  padding-right: 50px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-normal.white {
  color: #34436a;
  padding-right: 80px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text-normal.white.learnmore {
  color: #011445;
  padding-right: 7px;
  font-weight: 600;
}

.text-normal.white.read {
  padding-right: 10px;
}

.text-normal.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.text-normal.violet {
  color: #fff;
}

.text-normal.violet.learnmore {
  padding-right: 10px;
}

.text-normal.violet.read {
  color: var(--medium-slate-blue);
  padding-right: 10px;
  font-weight: 600;
}

.img-blue-section {
  width: 500px;
  position: static;
  inset: auto 20px auto auto;
}

.img-blue-section.overflow {
  margin-top: -120px;
}

.img-blue-section.manufacturers {
  width: 531px;
  height: 500px;
}

.section-3-box {
  background-color: #0000;
  margin-top: -190px;
  padding-top: 0;
  padding-bottom: 80px;
}

.section-3-box.hcp {
  margin-top: -330px;
}

._3-box-inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.grid-3-box {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 70px;
}

.h-3-box {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.h-3-box._44 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.box-3 {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 15px 20px -12px #1c42fc45;
}

.gradient-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #7f74fe, #72cffe 69%, #72cffe);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.line-gradient-1 {
  width: 100%;
}

.text-box-numbers {
  color: #01144573;
  text-align: left;
  margin-top: 20px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-box-numbers.white {
  color: #fff;
}

.case-study-box-section {
  z-index: 1;
  width: 100%;
  margin-top: -95px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.section-gradient-case-study {
  padding-top: 40px;
  padding-bottom: 0;
}

.case-study-box {
  background-color: #fff;
  border-radius: 30px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  box-shadow: 0 14px 30px 8px #1c42fc1a;
}

.quote-description-copy {
  color: var(--medium-slate-blue);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 26px;
}

.quote-description-copy._2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.text-quotes {
  color: var(--medium-slate-blue);
  text-align: left;
  letter-spacing: 3px;
  margin-top: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-quotes.white {
  color: #fff;
}

.case-study-quote-left {
  border-right: 3px solid var(--medium-slate-blue);
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.case-study-quote-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
}

.section-tabs {
  padding-bottom: 0;
}

.tabs-wrapper {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.tabs-menu {
  background-color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: #ddd0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  display: flex;
}

.tab-link-tab-1.w--current {
  width: 100%;
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #ddd0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  display: flex;
}

.tab-link-tab-2.w--current {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
}

.text-tab {
  letter-spacing: 2px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
}

.tab-1 {
  background-color: #02b0ff;
  background-image: linear-gradient(141deg, #01144526, #02b0ff);
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.h-tabs {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

.h-tabs._44 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.tab-2 {
  background-color: var(--medium-slate-blue);
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.img-hero-manufacturers {
  width: 550px;
  position: absolute;
  inset: auto 0% auto auto;
}

.trusted-manufacturers {
  background-color: #fff;
  border-right: 1px #000;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 40px #1c42fc1c;
}

.trusted-manufacturers.partners {
  padding-top: 40px;
  padding-bottom: 40px;
}

.trusted-manufacturers.healt-plans {
  margin-top: -48px;
}

.blue-section-grids-manufacturers {
  background-color: #02b0ff;
  padding-top: 20px;
  padding-bottom: 500px;
}

.box-section-blue-manufacturers {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.box-section-blue-manufacturers.spacing {
  margin-top: 60px;
}

.grid-blue-section-manufacturers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.blue-section-left-manufacturers {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.blue-section-right-manufacturers {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.img-blue-section-manufacturers {
  width: 500px;
  position: static;
  inset: auto 20px auto auto;
}

.img-blue-section-manufacturers.overflow {
  margin-top: -120px;
}

.box-section-blue-mf {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.box-section-blue-mf.spacing {
  margin-top: 60px;
}

.grid-blue-section-copy, .grid-blue-section-mf {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.blue-section-left-manufacturers2 {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.blue-section-right-manufacturers2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.box-section-blue-mf1 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.box-section-blue-mf1.spacing {
  margin-top: 60px;
}

.box-section-blue-mf2 {
  width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.box-section-blue-mf2.spacing {
  margin-top: 60px;
}

.grid-blue-section-mf2, .grid-blue-section-mf1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.manufacturers-blue-logo {
  width: 120px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.blue-section-learn-more {
  text-decoration: none;
  display: flex;
}

.blue-section-learn-more.hp {
  margin-top: 30px;
}

.img-blue-section-2 {
  width: 500px;
  position: static;
  inset: auto 20px auto auto;
}

.img-blue-section-2.overflow {
  margin-top: -120px;
}

.img-blue-section-2.manufacturers {
  width: 599.969px;
  height: auto;
}

.blue-section-right-manufacturers-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.section4-inner {
  background-image: url('../images/Gradient-color_7.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  margin-top: -287px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 70px;
  display: flex;
  position: relative;
}

.section4-inner.healt-plans {
  background-image: url('../images/Gradient-color_5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.section4-inner.manufacturers {
  background-image: url('../images/Gradient-color_6.png');
  padding-bottom: 120px;
}

.image-sect4-manu-mobile {
  width: 550px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-sect4-mf {
  width: 550px;
  margin-top: 16px;
  position: absolute;
  top: -15%;
  left: auto;
  right: 0%;
}

.section-3-box-manufacturers {
  background-color: #0000;
  margin-top: -190px;
  padding-top: 0;
  padding-bottom: 80px;
}

.section-5-manufacturers {
  padding-top: 100px;
  padding-bottom: 0;
}

.manufacturers-quote {
  z-index: 1;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 0;
  padding-bottom: 100px;
  position: relative;
}

.manufacturers-features-box {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 40px 60px;
  display: flex;
  box-shadow: 0 14px 30px 8px #1c42fc1a;
}

.mf-features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.mf-features-inner {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.mf-features-inner.press {
  flex-direction: column;
  align-items: flex-start;
}

.mf-features-img {
  width: 24px;
  margin-top: 2px;
  margin-right: 10px;
}

.text-normal-mf {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-normal-mf.white {
  color: #fff;
}

.text-normal-mf.white.learnmore {
  padding-right: 10px;
}

.text-normal-mf.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.manufacturers-quote-box {
  background-color: #fff;
  border-radius: 30px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  box-shadow: 0 14px 30px 8px #1c42fc1a;
}

.mf-quote-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.mf-quote-left {
  border-right: 3px solid var(--medium-slate-blue);
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.mf-quote-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
}

.quote-img-wrapper {
  border-radius: 100px;
  width: 120px;
  box-shadow: 0 0 30px -4px #1c42fc3d;
}

.img-customer--mf {
  width: 120px;
}

.blue-section-manufacturers-2 {
  background-color: #02b0ff;
  margin-top: -340px;
  padding-top: 400px;
  padding-bottom: 350px;
}

.section-blue-inner {
  background-image: url('../images/Gradient-color_8.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 50px;
  display: flex;
  position: relative;
}

.section-blue-inner.healt-plans {
  background-image: url('../images/Gradient-color_5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.section-blue-inner.manufacturers {
  background-image: url('../images/Gradient-color_6.png');
  padding-bottom: 120px;
}

.image-sectblue-mf {
  width: 550px;
  position: absolute;
  inset: -114px 0% 0% auto;
}

.section-blue-texts-container {
  padding-left: 0;
}

.h1-mf {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
}

.h1-mf.health-plans, .h1-mf.manufacturers {
  width: 50%;
}

.section-results-box-manufacturers {
  background-color: #0000;
  margin-top: 180px;
  padding-top: 0;
  padding-bottom: 80px;
}

.gradient-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gradient-text {
  color: var(--medium-slate-blue);
  text-align: left;
  letter-spacing: 3px;
  margin-top: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.gradient-text.white {
  color: #fff;
}

.map-inner {
  background-image: url('../images/Group-48095984.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px;
  display: flex;
  position: relative;
}

.map-inner.healt-plans {
  background-image: url('../images/Gradient-color_5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.map-inner.manufacturers {
  background-image: url('../images/Gradient-color_6.png');
  padding-bottom: 120px;
}

.manufacturers-map {
  z-index: 1;
  width: 100%;
  margin-top: -348px;
  margin-bottom: 0;
  padding-bottom: 100px;
  position: relative;
}

.map-texts-container {
  padding-left: 0;
}

.grid-5 {
  grid-template-rows: auto;
}

.map-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.hero-helath-care-download {
  padding-bottom: 100px;
}

.hero-inner-health-donwload {
  background-image: url('../images/Group-48095739_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  height: 546px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
  position: relative;
}

.hero-inner-health-donwload.partner {
  background-image: url('../images/background-contact-partner.png');
  height: 546px;
}

.grid-health-download {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.grid-health-down-l, .grid-health-down-r {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff52;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.h1-download-heatlh {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
}

.buttons-download {
  width: 100%;
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  transition: all .4s;
  display: flex;
  box-shadow: 0 15px 20px -10px #1c42fc21;
}

.buttons-download:hover {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.buttons-download._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.buttons-download.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.buttons-download.api {
  color: var(--medium-slate-blue);
  border-radius: 100px;
  transition: all .5s;
}

.buttons-download.api:hover {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.buttons-download.patients:hover {
  border-color: var(--pattient-yellow);
  background-color: var(--pattient-yellow);
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
}

.image-sect4-mobile {
  width: 550px;
  display: none;
  position: absolute;
  top: -15%;
  left: auto;
  right: 0%;
}

.map-image-mobile {
  display: none;
}

.h2-manufac {
  color: #fff;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.h2-manufac.health-plans {
  width: 50%;
  font-size: 40px;
  line-height: 50px;
}

.h2-manufac.health-plans._100 {
  width: auto;
}

.h2-manufac.health-plans._100.white {
  color: #fff;
}

.h2-manufac.manufacturers {
  width: 50%;
  font-size: 40px;
  line-height: 50px;
}

.h2-manufac.manufacturers._100 {
  width: auto;
}

.h2-manufac.manufacturers._100.white {
  color: #fff;
}

.h2-manufac._100.mf {
  text-align: center;
  font-size: 50px;
  line-height: 65px;
}

.health-plans-map {
  z-index: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: -165px;
  padding-bottom: 0;
  position: relative;
}

.blue-section-healthplans-2 {
  background-color: #02b0ff;
  background-image: linear-gradient(146deg, #0114459c, #02b0ff 42%);
  padding-top: 300px;
  padding-bottom: 250px;
}

.inner-blue-healthplans {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tabs2 {
  opacity: .61;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ddd0;
  border-bottom: 3px solid #47c6ff;
  width: 100%;
  margin-right: 25px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.tabs2.w--current {
  opacity: 1;
  background-color: #ddd0;
  border-bottom: 3px solid #47c6ff;
}

.tabs2.final {
  margin-right: 0;
}

.tabs-menu-2 {
  flex-direction: row;
  display: flex;
}

.tabtittle2 {
  color: #47c6ff;
  letter-spacing: 4px;
  line-height: 24px;
}

.tabs3-container {
  margin-top: 70px;
}

.tabs2-contenedor {
  justify-content: flex-start;
  display: flex;
}

.grid-tabs2 {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  align-items: center;
  width: 100%;
}

.grid-container-tabs2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 80px;
  display: flex;
}

.img-tabs2 {
  width: 100%;
}

.h2-tabs-2 {
  color: #1c79ae;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.h2-tabs-2.health-plans, .h2-tabs-2.manufacturers {
  width: 50%;
}

.text2-tabs {
  color: #b3b9c7;
  text-align: left;
  padding-right: 50px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.text2-tabs.white {
  color: #ffffff94;
  font-size: 14px;
  line-height: 24px;
}

.button-white {
  color: #fff;
  background-color: #1c79ae;
  border: 1px solid #1c79ae;
  border-radius: 0;
  margin-top: 50px;
  padding: 13px 25px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.button-white._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-white.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-white.partner {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-white.partner.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button-white.partner.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button-white.partner.case-study {
  margin-top: 0;
}

.button-white.manufacturers {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-white.manufacturers.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button-white.manufacturers.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button-white.manufacturers.case-study {
  margin-top: 0;
}

.button-white.map {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-white.map.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button-white.map.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button-white.map.case-study {
  margin-top: 0;
}

.tabss {
  padding-top: 40px;
  padding-bottom: 0;
}

.grid-3-section-cards {
  margin-top: -200px;
  padding-top: 0;
  padding-bottom: 60px;
}

.box-3-2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 10px 15px;
  box-shadow: 0 15px 20px -12px #1c42fc45;
}

.img-grid-final-heatlh {
  padding-bottom: 25px;
}

.h-cardss {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: center;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 35px;
}

.h-cardss.health-plans {
  width: 50%;
  font-size: 40px;
  line-height: 50px;
}

.h-cardss.health-plans._100 {
  width: auto;
}

.h-cardss.health-plans._100.white {
  color: #fff;
  text-align: left;
}

.h-cardss.manufacturers {
  width: 50%;
  font-size: 40px;
  line-height: 50px;
}

.h-cardss.manufacturers._100 {
  width: auto;
}

.h-cardss.manufacturers._100.white {
  color: #fff;
}

.h-cardss._100.mf {
  text-align: center;
  font-size: 50px;
  line-height: 65px;
}

.hero-a-hcp {
  padding-bottom: 140px;
}

.img-hero-hcp {
  width: 550px;
  position: absolute;
  inset: auto 0% auto auto;
}

.button-transparent {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  box-shadow: 0 0 20px 3px #1c42fc2e;
}

.button-transparent._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-transparent.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-transparent.partner {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-transparent.partner.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button-transparent.partner.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button-transparent.partner.case-study {
  margin-top: 0;
}

.button-transparent.manufacturers {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-transparent.manufacturers.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button-transparent.manufacturers.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button-transparent.manufacturers.case-study {
  margin-top: 0;
}

.button-transparent.map {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-transparent.map.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button-transparent.map.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button-transparent.map.case-study {
  margin-top: 0;
}

.button-transparent.hcp {
  border-color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #0000;
  border-radius: 100px;
  margin-top: 30px;
  margin-left: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button-transparent.hcp.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button-transparent.hcp.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button-transparent.hcp.case-study {
  margin-top: 0;
}

._3-box-inner-hcp {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.grid-3-box-hcp {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  margin-top: 70px;
}

.box-3-hcp {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 15px 20px -12px #1c42fc45;
}

.hcp-grid-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.grid-6, .hcp-grid-icons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hcp-gridicons {
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 30px;
  display: flex;
}

.section-send-hcp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.send-hcp-box {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin: 40px auto 60px;
  padding: 40px 0 40px 60px;
  display: flex;
  position: relative;
  box-shadow: 0 14px 30px 8px #1c42fc1a;
}

.text-normal-hcp {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-left: 40px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-normal-hcp.white {
  color: #fff;
}

.text-normal-hcp.white.learnmore {
  padding-right: 10px;
}

.text-normal-hcp.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.text-normal-hcp-bot {
  width: 800px;
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: center;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-normal-hcp-bot.white {
  color: #fff;
}

.text-normal-hcp-bot.white.learnmore {
  padding-right: 10px;
}

.text-normal-hcp-bot.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.quote-img-wrapper-mf {
  border-radius: 100px;
  width: 120px;
}

.quote-img-wrapper-mf.partner-img-wrapper {
  width: 200px;
  box-shadow: none;
}

.button-pattient-landing {
  color: #011445;
  background-color: #fff;
  border-radius: 40px;
  margin-right: 20px;
  padding: 14px 23px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  transition: all .5s;
  box-shadow: 0 3px 50px -16px #1c42fca3;
}

.button-pattient-landing:hover {
  background-color: var(--pattient-yellow);
  box-shadow: 0 3px 50px -16px #1c42fcf2;
}

.button-pattient-landing.hero {
  margin-right: 20px;
  font-weight: 400;
}

.button-pattient-landing.hero.partner {
  background-image: none;
  transition: all .5s;
}

.button-pattient-landing.hero.partner:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
  background-image: none;
  box-shadow: 0 3px 50px -16px #1c42fce0;
}

.button-pattient-landing.home {
  font-weight: 400;
}

.button-pattient-landing.home.patient {
  background-image: none;
  transition: all .5s;
}

.button-pattient-landing.home.patient:hover {
  background-color: var(--pattient-yellow);
  box-shadow: 0 3px 50px -16px #1c42fce0;
}

.button-pattient-landing.mobile {
  display: none;
}

.button-partnert-landing {
  color: #011445;
  background-color: #fff;
  border-radius: 40px;
  padding: 14px 23px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  transition: all .5s;
  box-shadow: 0 3px 50px -16px #1c42fca3;
}

.button-partnert-landing:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
  box-shadow: 0 3px 50px -16px #1c42fcf2;
}

.button-partnert-landing.hero {
  margin-right: 20px;
  font-weight: 400;
}

.button-partnert-landing.hero.partner {
  background-image: none;
  transition: all .5s;
}

.button-partnert-landing.hero.partner:hover {
  background-color: var(--medium-slate-blue);
  color: #fff;
  background-image: none;
  box-shadow: 0 3px 50px -16px #1c42fce0;
}

.button-partnert-landing.home {
  font-weight: 400;
}

.button-partnert-landing.home.patient {
  background-image: none;
  transition: all .5s;
}

.button-partnert-landing.home.patient:hover {
  background-color: var(--pattient-yellow);
  box-shadow: 0 3px 50px -16px #1c42fce0;
}

.button-partnert-landing.mobile {
  display: none;
}

.container-contact-links-mobile, .container-contact-links-mobi {
  margin-top: 0;
  display: none;
}

.img-gradient-box-mobi {
  width: 550px;
  display: none;
  position: static;
  inset: auto 20px auto auto;
}

.img-gradient-box-mobi.case-study {
  width: 450px;
}

.img-blue-section-mobi {
  width: 500px;
  position: static;
  inset: auto 20px auto auto;
}

.img-blue-section-mobi.overflow {
  margin-top: -120px;
  display: none;
}

.img-blue-section-mobi.manufacturers {
  width: 531px;
  height: 500px;
}

.img-blue-section-mobis {
  width: 500px;
  display: none;
  position: static;
  inset: auto 20px auto auto;
}

.img-blue-section-mobis.overflow {
  margin-top: -120px;
}

.img-blue-section-mobis.manufacturers {
  width: 531px;
  height: 500px;
}

.img-case-study-carefirst {
  width: 550px;
  position: static;
  inset: auto 20px auto auto;
}

.img-case-study-carefirst.case-study {
  width: 450px;
}

.img-case-study-carefirst-mobile {
  width: 550px;
  display: none;
  position: static;
  inset: auto 20px auto auto;
}

.img-case-study-carefirst-mobile.case-study {
  width: 450px;
}

.icon-hplans {
  width: 70px;
  display: block;
}

.icon-hplans.started {
  z-index: 1;
  width: 70px;
  position: relative;
}

.icon-hplans.parner {
  width: 70px;
}

.icon-hplans.api, .icon-hplans.hcp {
  width: 75px;
}

.arrow-button {
  width: 22px;
}

.grid-box-casestudy {
  grid-template-rows: auto;
  width: 100%;
}

.image-hcp-round {
  width: 328px;
  position: absolute;
  inset: -60px auto 0 -79px;
}

.img-hero-press {
  width: 550px;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% auto auto;
}

.logo-coverage {
  text-align: center;
}

.hp-blue-logo {
  width: 25%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.section-press-box {
  padding-top: 80px;
  padding-bottom: 140px;
}

.press-release-box {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  display: flex;
  box-shadow: 0 14px 30px 8px #1c42fc1a;
}

.press-release-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.press-release-right {
  padding-right: 25px;
}

.press-release-img {
  width: 100%;
  margin-left: 0;
}

.new-release-img {
  margin-bottom: 20px;
}

.text-press-date {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  letter-spacing: 1px;
  margin-left: 420px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 20px;
}

.text-press-date.white {
  color: #fff;
}

.text-press-date.white.learnmore {
  padding-right: 10px;
}

.text-press-date.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.text-normal-press {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.text-normal-press.white {
  color: #fff;
}

.text-normal-press.white.learnmore {
  padding-right: 10px;
}

.text-normal-press.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.press-release-read {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.press-release-read.hp {
  margin-top: 30px;
}

.press-release-grid-blog {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.press-release-blog-grid-box {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.press-cms-list2-item {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 14px 30px 8px #1c42fc1a;
}

.press-release-blog-lright {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  width: auto;
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 14px 30px 8px #1c42fc1a;
}

.press-release-img-blog {
  width: 100%;
  height: 179.195px;
  margin-top: 0;
  margin-left: 0;
}

.press-release-img-blog.pressleft {
  height: auto;
  margin-top: 0;
  margin-left: 0;
}

.text-press-date-blog {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: auto;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 20px;
}

.text-press-date-blog.white {
  color: #fff;
}

.text-press-date-blog.white.learnmore {
  padding-right: 10px;
}

.text-press-date-blog.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.new-release-img-blog {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-normal-press-blog {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-normal-press-blog.white {
  color: #fff;
}

.text-normal-press-blog.white.learnmore {
  padding-right: 10px;
}

.text-normal-press-blog.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.press-release-read-blog {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.press-release-read-blog.hp {
  margin-top: 30px;
}

.press-release-read-blog.test {
  margin-top: 60px;
}

.blog-grid-inner {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 221px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-allpress-box {
  width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-7, .allpress-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.allpress-grid-inner-box {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 0 20px 20px;
  display: flex;
  box-shadow: 0 14px 30px 8px #1c42fc1a;
}

.allpress-img {
  width: 100%;
  height: auto;
  margin-left: 0;
  display: block;
}

.allpress-img-new {
  margin-top: 20px;
  margin-bottom: 20px;
}

.allpress-text-date {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: auto;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 20px;
}

.allpress-text-date.white {
  color: #fff;
}

.allpress-text-date.white.learnmore {
  padding-right: 10px;
}

.allpress-text-date.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.allpres-tittle {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.allpres-tittle.white {
  color: #fff;
}

.allpres-tittle.white.learnmore {
  padding-right: 10px;
}

.allpres-tittle.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.allpress-read-link {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.allpress-read-link.hp {
  margin-top: 30px;
}

.allpress-read-link.test {
  margin-top: 90px;
}

.allpress-grid2-container {
  margin-top: 40px;
}

.allpress-grid2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.allpress-grid3-container {
  margin-top: 40px;
}

.allpress-grid3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h1-cta-press {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.h1-cta-press.api {
  margin-bottom: 0;
  font-weight: 300;
}

.press-release-read-blog-test {
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  text-decoration: none;
  display: flex;
}

.press-release-read-blog-test.hp {
  margin-top: 30px;
}

.press-release-read-blog-test.test {
  margin-top: 60px;
}

.hero-pl-container-partnerlanding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hcp-img1-mobile {
  width: 500px;
  display: none;
  position: static;
  inset: auto 20px auto auto;
}

.hcp-img1-mobile.overflow {
  margin-top: -120px;
}

.hcp-img1-mobile.manufacturers {
  width: 531px;
  height: 500px;
}

.hcp-img2-mobile {
  width: 500px;
  display: none;
  position: static;
  inset: auto 20px auto auto;
}

.hcp-img2-mobile.overflow {
  margin-top: -120px;
}

.hcp-img2-mobile.manufacturers {
  width: 531px;
  height: 500px;
}

.text-tag-post {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #72cffe;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 8px 20px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 20px;
}

.text-tag-post._2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.cms-1 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.description-texts {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.description-texts.white {
  color: #fff;
}

.description-texts.white.learnmore {
  padding-right: 10px;
}

.description-texts.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.list2 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.allpress {
  width: 100%;
}

.list3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.allpress-description {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.allpress-description.white {
  color: #fff;
}

.allpress-description.white.learnmore {
  padding-right: 10px;
}

.allpress-description.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.collection-item {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.img-hero-press-mobile {
  width: 550px;
  margin-right: 40px;
  display: none;
  position: absolute;
  inset: auto 0% auto auto;
}

.hero-inner-about-us {
  background-image: url('../images/Group-48095739_4.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 200px;
  display: flex;
  position: relative;
}

.hero-pl-container-aboutus {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-inner-aboutus {
  background-image: url('../images/Gradient-color_3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 40px;
  display: flex;
  position: relative;
}

.hero-inner-aboutus.healt-plans {
  background-image: url('../images/Gradient-color_5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.hero-inner-aboutus.manufacturers {
  background-image: url('../images/Gradient-color_6.png');
  padding-bottom: 120px;
}

.hero-inner-aboutus.healthcare-providers {
  background-image: url('../images/Group-48095739_2.png');
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.hero-inner-aboutus.press {
  background-image: url('../images/Group-48095739_3.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.hero-inner-aboutus.aboutus {
  background-image: url('../images/Group-48095739_4.png');
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.img-hero-aboutus {
  width: 550px;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% auto auto;
}

.violet-section-aboutus {
  background-color: var(--medium-slate-blue);
  width: 100%;
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 650px;
}

.box-section-violet {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.box-section-violet.spacing {
  margin-top: 60px;
}

.box-section-violet.margin {
  margin-top: 100px;
}

.grid-violet-aboutus {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.violet-section-left-about {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.violet-section-right-about {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.violet-section-right-about.hcp {
  padding-top: 100px;
}

.img-violet-aboutus {
  width: 500px;
  position: static;
  inset: auto 20px auto auto;
}

.img-violet-aboutus.overflow {
  margin-top: -120px;
}

.img-violet-aboutus.manufacturers {
  width: 531px;
  height: 500px;
}

.section-team-box {
  width: 1200px;
  margin: -550px auto 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.team-title-aboutus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-container {
  width: 100%;
}

.grid-8 {
  grid-template-rows: auto;
}

.team-grid1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

.box-team {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  display: flex;
  box-shadow: 0 6px 25px -3px #1c42fc33;
}

.image-team-person {
  width: 189px;
  height: 189px;
  margin-top: -126px;
}

.image-team-person.nomargin {
  width: 189px;
  height: 189px;
}

.image-team-person.marginnormal {
  margin-top: 0;
}

.text-noprmal-team {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-noprmal-team.white {
  color: #fff;
}

.text-name-team {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 20px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-name-team.white {
  color: #fff;
}

.img-aboutus-in {
  width: 50px;
  height: 60px;
  margin-top: 20px;
}

.team-gridcontainer-2 {
  margin-top: 180px;
}

.h1-ctaaboutus {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.h1-ctaaboutus.api {
  margin-bottom: 0;
  font-weight: 300;
}

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

.hero-pl-container-benefits {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-stream-inner {
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 70px;
  display: flex;
  position: relative;
}

.section-stream-inner.healt-plans {
  background-image: url('../images/Gradient-color_5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.section-stream-inner.manufacturers {
  background-image: url('../images/Gradient-color_6.png');
  padding-bottom: 120px;
}

.stream-container {
  width: 100%;
}

.stream-container-inner {
  margin-top: 30px;
}

.stream-container-inner.centercolumn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.stream-grid {
  grid-column-gap: 20px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.box-stream {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 60px 40px 40px;
  display: flex;
  box-shadow: 0 6px 25px -3px #1c42fc33;
}

.box-stream.centercolumn {
  width: 515px;
}

.img-stream {
  width: 85px;
  height: auto;
  margin-top: 0;
}

.img-stream.marginnormal {
  margin-top: 0;
}

.title-stream {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.title-stream.white {
  color: #fff;
}

.text-stream {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-stream.white {
  color: #fff;
}

.section-5-manufacturers-copy {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-help-benefits {
  z-index: 1;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 100px;
  position: relative;
}

.help-inner-benefits {
  background-image: url('../images/Gradient-color_11.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.help-inner-benefits.healt-plans {
  background-image: url('../images/Gradient-color_5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.help-inner-benefits.manufacturers {
  background-image: url('../images/Gradient-color_6.png');
  padding-bottom: 120px;
}

.help-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.help-image {
  margin-top: -54px;
  margin-left: -22px;
  display: block;
}

.help-texts-container {
  padding-left: 0;
}

.h1-help {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
}

.h1-help.health-plans, .h1-help.manufacturers {
  width: 50%;
}

.h3-help {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
}

.h3-help.center {
  text-align: center;
  font-size: 17px;
  line-height: 27px;
}

.h3-help.white {
  color: #fff;
}

.h3-help.manufacturers, .h3-help._50, .h3-help.providers, .h3-help.aboutus {
  width: 50%;
}

.section-features-benefits {
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 0;
}

.text-stream-2 {
  color: #0114458a;
  text-align: left;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.text-stream-2.white {
  color: #ffffff94;
  font-size: 14px;
  line-height: 24px;
}

.careers-form-img {
  width: 80%;
  padding-top: 20px;
}

.careers-form-img.mobile {
  display: none;
}

.hero-careers {
  background-image: url('../images/Group-48095739_5.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  height: 546px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
  position: relative;
}

.hero-careers.partner {
  background-image: url('../images/background-contact-partner.png');
  height: 546px;
}

.hero-careers.careers {
  height: 572px;
}

.hero-careers.careers.careers-form {
  background-image: url('../images/Group-48095739_5.png');
  background-size: cover;
  height: auto;
  overflow: visible;
}

.section-downloads {
  padding-top: 90px;
}

.section-download-inner {
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 70px;
  display: flex;
  position: relative;
}

.section-download-inner.healt-plans {
  background-image: url('../images/Gradient-color_5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.section-download-inner.manufacturers {
  background-image: url('../images/Gradient-color_6.png');
  padding-bottom: 120px;
}

.box-download {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 50px 35px;
  display: flex;
  box-shadow: 0 6px 25px -3px #1c42fc33;
}

.box-download.centercolumn {
  width: 515px;
}

.download-icon-page {
  width: 40%;
  height: auto;
  margin-top: 0;
}

.download-icon-page.marginnormal {
  margin-top: 0;
}

.title-download-card {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.title-download-card.white {
  color: #fff;
}

.download-button-page {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 13px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  box-shadow: 0 0 20px 3px #1c42fc2e;
}

.download-button-page._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  transition: all .3s;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.download-button-page._2:hover {
  background-color: #fff;
  border-color: #fff;
}

.download-button-page.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  transition: all .4s;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.download-button-page.purple:hover {
  box-shadow: none;
  color: var(--medium-slate-blue);
  background-color: #fff;
}

.download-button-page.purple-download {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 30px;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  transition: all .4s;
  display: flex;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.download-button-page.purple-download:hover {
  box-shadow: none;
  color: var(--medium-slate-blue);
  background-color: #fff;
}

.download-container-inner {
  margin-top: 40px;
}

.download-container-inner.centercolumn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.hero-inner-download {
  background-image: url('../images/Group-48095739_6.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  display: flex;
  position: relative;
}

.hero-inner-download.healt-plans {
  background-image: url('../images/Gradient-color_5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.hero-inner-download.manufacturers {
  background-image: url('../images/Gradient-color_6.png');
  padding-bottom: 120px;
}

.hero-inner-download.healthcare-providers {
  background-image: url('../images/Group-48095739_2.png');
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.hero-inner-download.press {
  background-image: url('../images/Group-48095739_3.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.hero-inner-download.aboutus {
  background-image: url('../images/Group-48095739_4.png');
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.img-hero-donwload {
  width: 40%;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% 40px auto;
}

.img-hero-case-study {
  width: 40%;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% 60px auto;
}

.hero-case-study {
  background-image: url('../images/Group-48095739_7.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  display: flex;
  position: relative;
}

.hero-case-study.healt-plans {
  background-image: url('../images/Gradient-color_5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.hero-case-study.manufacturers {
  background-image: url('../images/Gradient-color_6.png');
  padding-bottom: 120px;
}

.hero-case-study.healthcare-providers {
  background-image: url('../images/Group-48095739_2.png');
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.hero-case-study.press {
  background-image: url('../images/Group-48095739_3.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.hero-case-study.aboutus {
  background-image: url('../images/Group-48095739_4.png');
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.h-gradient {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(97deg, #7f74fe, #72cffe);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 46px;
}

.h-gradient.health-plans {
  width: 50%;
  font-size: 40px;
  line-height: 50px;
}

.h-gradient.health-plans._100 {
  width: auto;
}

.h-gradient.health-plans._100.white {
  color: #fff;
  text-align: left;
}

.h-gradient.manufacturers {
  width: 50%;
  font-size: 40px;
  line-height: 50px;
}

.h-gradient.manufacturers._100 {
  width: auto;
}

.h-gradient.manufacturers._100.white {
  color: #fff;
}

.h-gradient._100.mf, .h-gradient._100.hcp {
  text-align: center;
  font-size: 50px;
  line-height: 65px;
}

.h-gradient._100.ourteam {
  color: #fff;
  text-align: center;
  margin-top: -45px;
  font-size: 50px;
  font-weight: 500;
  line-height: 65px;
}

.h-gradient._100.stream {
  text-align: center;
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
}

.h-gradient._100.features {
  text-align: center;
  font-size: 50px;
  line-height: 65px;
}

.h-gradient.hcp {
  width: 50%;
  font-size: 40px;
  line-height: 50px;
}

.h-gradient.hcp._100 {
  width: auto;
}

.h-gradient.hcp._100.white {
  color: #fff;
  text-align: left;
}

.h-gradient.about-us {
  width: 50%;
  font-size: 40px;
  line-height: 50px;
}

.h-gradient.about-us._100 {
  width: auto;
}

.h-gradient.about-us._100.white {
  color: #fff;
  text-align: left;
}

.inner-case-study {
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 70px;
  display: flex;
  position: relative;
}

.inner-case-study.healt-plans {
  background-image: url('../images/Gradient-color_5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.inner-case-study.manufacturers {
  background-image: url('../images/Gradient-color_6.png');
  padding-bottom: 120px;
}

.columns-case-study {
  width: 100%;
  padding-top: 50px;
}

.columns-case-study._2 {
  padding-top: 20px;
}

.grid-case-study {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  align-items: center;
}

.case-study-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tittle-case-studys {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
}

.tittle-case-studys.white {
  color: #fff;
}

.text-case-study {
  color: #011445a3;
  text-align: left;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.text-case-study.white {
  color: #ffffff94;
  font-size: 14px;
  line-height: 24px;
}

.case-study-big-image {
  width: 100%;
  padding-top: 50px;
}

.img-big-cst {
  margin-top: -41px;
}

.img-big-title {
  width: 600px;
  overflow: auto;
}

.case-quote {
  z-index: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  position: static;
}

.case-quote-box {
  background-color: #fff;
  border-radius: 30px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  box-shadow: 0 14px 30px 8px #1c42fc1a;
}

.img-quote-cs {
  width: 100%;
}

.cs-left-colum {
  border-right: 3px solid var(--medium-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.text-quote-cs {
  color: var(--medium-slate-blue);
  text-align: left;
  margin-top: 10px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-quote-cs.white {
  color: #fff;
}

.span-smooth {
  font-weight: 300;
}

.aclarations-box {
  width: 1100px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.span-space-letters {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.link-data {
  color: #011445a3;
  font-weight: 300;
}

.bold {
  font-weight: 600;
}

.help-img-benefits {
  display: none;
}

.benefits-img-mobile1 {
  width: 360px;
  height: auto;
  margin-left: 0;
  display: none;
}

.benefits-img-mobile1._1 {
  width: 305px;
}

.benefits-img-mobile1._2 {
  width: auto;
  height: auto;
}

.benefits-img-mobile1._3 {
  width: auto;
}

.benefits-img-mobile-3 {
  width: 360px;
  height: auto;
  margin-left: 0;
  display: none;
}

.benefits-img-mobile-3._1 {
  width: 305px;
}

.benefits-img-mobile-3._2 {
  width: auto;
  height: auto;
}

.benefits-img-mobile-3._3 {
  width: auto;
}

.img-mobile-steps {
  margin-top: -41px;
  display: none;
}

.cs-right-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
}

.download-grid {
  grid-column-gap: 20px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.grid-contact-leftcareers {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fff0;
  background-image: linear-gradient(41deg, #0000, #ffffffc9 45%, #ffffffd9 55%, #fff0);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.typed-words {
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.linkedin-imgs {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-careers {
  height: 45px;
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #ffffffbf;
  border: 1px #000;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: block;
}

.dropdown-careers::placeholder {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.contact-form-img {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.contact-form-img.patients {
  padding-bottom: 0;
}

.footer-code-script {
  z-index: 1;
  width: 86px;
  height: 73.2344px;
  display: block;
  position: relative;
}

.footer-script-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.html-embed {
  z-index: 2;
  width: 120px;
  height: 120px;
  margin-bottom: 0;
  position: static;
}

.checkbox {
  background-color: #ffffffbf;
  border-style: solid;
  border-color: #01144557;
  border-radius: 10px;
}

.checkbox-label {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.img-deliver-faqs {
  text-align: left;
  border-radius: 25px;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
}

.video-popup {
  z-index: 5;
  background-color: #000000c2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-popup-container {
  background-image: url('../images/Group-48095739.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 60%;
  padding: 50px;
  position: relative;
}

.videoo {
  width: 100%;
  height: 100%;
}

.close-popup {
  cursor: pointer;
  position: absolute;
  inset: 20px 30px auto auto;
}

.video-right-web {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-right-web.mobile, .video-right-web.none {
  display: none;
}

.success-1 {
  background-color: #ddd0;
  padding: 0;
}

.error-1 {
  background-color: #ff000024;
  border: 1px solid red;
  border-radius: 18px;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-form-drop {
  height: 45px;
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #ffffffbf;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 25px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
}

.text-form-drop:focus {
  background-color: #02b0ff33;
  border-style: solid;
  border-color: #02b0ff;
}

.text-form-drop::placeholder {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-form-drop.patient:focus {
  background-color: #1c42fc33;
  border-color: #1c42fc;
}

.dropdown-toggle {
  width: 100%;
  margin-left: 0;
  padding: 0;
}

.text-block-3 {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: static;
}

.text-block-3.link-drops {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  font-weight: 400;
}

.text-block-3.link-drops:hover {
  color: #fff;
  background-color: #02b0ffe0;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list {
  background-color: #ffffffbf;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0;
}

.text-block-4, .text-block-5 {
  color: #808aa3;
}

.link {
  color: #808aa3;
  text-decoration: none;
}

.radio-button-label {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  font-family: Inter, sans-serif;
}

.recaptcha-div {
  width: 60%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.blog-container {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}

.blog-inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.list-blog {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.blog {
  background-color: #fff;
  border-radius: 20px;
  text-decoration: none;
  transition: opacity .3s;
  box-shadow: 0 0 20px 2px #7f74fe1a;
}

.blog:hover {
  box-shadow: 0 0 20px 2px #7f74fe42;
}

.img-blog {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.hblog {
  width: auto;
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.cary-blog-cont {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.readblog {
  color: var(--medium-slate-blue);
  text-align: left;
  padding-right: 50px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.readblog.white {
  color: #fff;
}

.readblog.white.learnmore, .readblog.white.read {
  padding-right: 10px;
}

.readblog.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.readblog.violet {
  color: #fff;
}

.readblog.violet.learnmore {
  padding-right: 10px;
}

.readblog.violet.read {
  color: var(--medium-slate-blue);
  padding-right: 10px;
  font-weight: 600;
}

.hero-inner-blog {
  background-image: url('../images/Gradient-color_3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 40px;
  display: flex;
  position: relative;
}

.hero-inner-blog.healt-plans {
  background-image: url('../images/Gradient-color_5.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.hero-inner-blog.manufacturers {
  background-image: url('../images/Gradient-color_6.png');
  padding-bottom: 120px;
}

.hero-inner-blog.healthcare-providers {
  background-image: url('../images/Group-48095739_2.png');
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.hero-inner-blog.press {
  background-image: url('../images/Group-48095739_3.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-bottom: 120px;
}

.hero-inner-blog.aboutus {
  background-image: url('../images/Group-48095739_2.png');
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.hero-inner-blog.benefits {
  background-image: url('../images/Gradient-color_10.png');
  padding-bottom: 120px;
}

.hero-inner-blog.blogs {
  background-image: url('../images/Group-48095739_3.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  padding-top: 40px;
  padding-bottom: 50px;
}

.hq-blog {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
}

.hq-blog.health-plans {
  width: 50%;
}

.hq-blog.manufacturers {
  width: 50%;
  display: block;
}

.hq-blog.manufacturesrs, .hq-blog.hcp, .hq-blog.press, .hq-blog.aboutus {
  width: 50%;
}

.hq-blog.case-study {
  width: 55%;
  font-size: 40px;
  line-height: 50px;
}

.hq-blog.blogpage {
  width: 50%;
}

.blog-content {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}

.blog-content-inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main-img {
  border-radius: 20px;
  width: 100%;
  display: none;
}

.img-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
}

.h1-post {
  width: auto;
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.img-content {
  padding-bottom: 60px;
}

.h-datet {
  width: auto;
  color: var(--medium-slate-blue);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.content-blog-page {
  padding-top: 50px;
}

.rich-blog {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.rich-blog h2 {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  font-weight: 600;
  line-height: 42px;
}

.rich-blog h4 {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.rich-blog blockquote {
  border-left-color: var(--medium-slate-blue);
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.back-blog {
  width: auto;
  color: var(--medium-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.back-blog:hover {
  opacity: .66;
}

.backblog-link {
  margin-bottom: 20px;
  text-decoration: none;
}

.img-cary-blog {
  width: 350px;
  display: block;
  position: absolute;
  inset: 40px 30px 0% auto;
}

.image-3 {
  max-width: none;
  height: 86px;
  margin: 0 24px auto auto;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-2 {
  text-align: center;
}

.heading-3 {
  align-self: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.section-2 {
  align-self: center;
}

.section-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-4 {
  align-self: center;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-2 {
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.hero-careers-copy {
  background-image: url('../images/Group-48095739_5.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  height: 546px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
  position: relative;
}

.hero-careers-copy.partner {
  background-image: url('../images/background-contact-partner.png');
  height: 546px;
}

.hero-careers-copy.careers {
  height: 572px;
}

.hero-careers-copy.careers.careers-form {
  background-image: url('../images/Group-48095739_5.png');
  background-size: cover;
  height: auto;
  overflow: visible;
}

.html-embed-2 {
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle-2 {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px #0000;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 120px;
  display: flex;
  position: relative;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header1_image {
  width: 100%;
  height: 100%;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 0%;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero {
  width: 100%;
  height: 100%;
}

.inner_slider_hero {
  height: auto;
}

.text-separate-h {
  color: var(--midnight-blue-2);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
}

.text-separate-h.white {
  color: #fff;
  letter-spacing: 13px;
}

.text-separate-h.light {
  color: #e8eaf5;
}

.text-separate-h.big_space {
  margin-bottom: 60px;
}

.text-separate-h.bottom-location {
  text-align: right;
  margin-top: 32px;
}

.h_1 {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

.span-blue {
  font-weight: 600;
}

.tittle_slider_inner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.left_slider {
  grid-row-gap: 32px;
  background-color: #f8f9fc;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 80px 100px 120px;
  display: flex;
  position: relative;
}

.left_slider.onedash {
  padding-bottom: 0;
}

.right_slider {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.slider_home {
  background-color: #ddd0;
  height: auto;
}

.grid_slider_home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: auto;
}

.right-arrow, .left-arrow {
  display: none;
}

.home_image_right {
  width: 100%;
}

.buttons_hero {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.buttons_hero.claircard {
  grid-column-gap: 40px;
}

.blue_bottom {
  background-color: #011445;
  width: 100%;
  height: 127.797px;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-nav {
  color: #b87f7f;
  padding-bottom: 68px;
  padding-left: 120px;
  display: flex;
}

.grid_botttom_color {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #011445;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.grid_botttom_color.onedash {
  position: static;
}

.purple_left_banner {
  background-color: #4e4be3;
  height: 127.797px;
  padding: 32px;
  position: relative;
}

.purple_left_banner.celeste {
  background-color: #00aeff;
}

.purple_left_banner.caryrx {
  background-color: #4e4be3;
}

.purple_left_banner.slider2 {
  background-color: #00aeff;
}

.purple_left_banner.slider3 {
  background-color: #cb7bf5;
}

.purple_left_banner.slider4, .purple_left_banner.connects {
  background-color: #32c2a7;
}

.purple_left_banner.connects.clair {
  background-color: #cb7bf5;
}

.blue_right_hero {
  grid-column-gap: 13px;
  grid-row-gap: 5px;
  background-color: #211eca;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blue_right_hero.celesteoscuro, .blue_right_hero.slider2 {
  background-color: #1c79ae;
}

.blue_right_hero.slider3 {
  background-color: #aa25ed;
}

.blue_right_hero.slider4, .blue_right_hero.darkgreen {
  background-color: #025b55;
}

.blue_right_hero.clair2 {
  background-color: #be5af2;
}

.mask, .slide {
  height: auto;
}

.imagenhero {
  width: 100%;
}

.section-4 {
  height: 2000px;
}

.sub_slider {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.arrow_up {
  position: absolute;
  inset: 16px 16px auto auto;
}

.text-separate-h-2 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.numberss {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
}

.section2 {
  background-color: #eff0f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 120px;
  display: flex;
}

.section2.dark {
  background-color: #011445;
  padding-bottom: 60px;
}

.section2.dark-connect {
  background-color: #011445;
  padding-bottom: 100px;
}

.section2.clair {
  background-color: #eff0f8;
  padding-bottom: 100px;
}

.section2.w {
  background-color: #f8f9fc;
}

.section_2_inner {
  width: 100%;
}

.h_2 {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

.h_2.white, .h_2.lightgrey {
  color: #e8eaf5;
}

.tittle_section_2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid_products {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 60px;
}

.product_item {
  background-image: linear-gradient(#3a37e100, #3a37e100), url('../images/Cary.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.product_item:hover {
  background-image: linear-gradient(#3a37e1d9, #3a37e1d9), url('../images/Cary.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.product_item.content {
  grid-row-gap: 24px;
  background-color: #e8eaf5;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 320px;
  padding: 32px 50px;
  display: flex;
}

.product_item.content.darkblue {
  background-color: #1a2c58;
}

.product_item-2 {
  background-image: linear-gradient(#00aeff00, #00aeff00), url('../images/OneDash.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.product_item-2:hover {
  background-image: linear-gradient(#00aeffd9, #00aeffd9), url('../images/OneDash.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.product_item-3 {
  background-image: linear-gradient(#be5af200, #be5af200), url('../images/Clair.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.product_item-3:hover {
  background-image: linear-gradient(#be5af2d9, #be5af2d9), url('../images/Clair.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.product_item-4 {
  background-image: linear-gradient(#025b5500, #025b5500), url('../images/CConnect.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.product_item-4:hover {
  background-image: linear-gradient(#025b55d9, #025b55d9), url('../images/CConnect.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.logoproduct {
  position: absolute;
  inset: auto auto 20px 20px;
}

.logoproduct.cardbox {
  position: static;
}

.btn_prodduct {
  grid-column-gap: 8px;
  background-color: #3a37e1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 65px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn_prodduct.lightblue {
  background-color: #00aeff;
}

.btn_prodduct.purple {
  background-color: #be5af2;
}

.btn_prodduct.green {
  background-color: #025b55;
}

.btn_prod_tittle {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.arrow_up-product {
  width: 22px;
  position: static;
  inset: 16px 16px auto auto;
}

.section3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 120px 150px;
  display: flex;
}

.section3.grey {
  background-color: #f3f4fa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section3.darkgrey {
  background-color: #eff0f8;
  padding-bottom: 100px;
}

.section3.white2 {
  background-color: #f8f9fc;
  padding-bottom: 100px;
}

.product_item-results {
  background-image: url('../images/Image-Enhancing.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 320px;
  position: relative;
}

.icon_enhancing {
  display: block;
  position: static;
  inset: 16px 16px auto auto;
}

.h_products {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.h_products.white {
  color: #fff;
}

.h_products.light {
  color: #e8eaf5;
}

.h_products.pink {
  color: #d28cf6;
}

.text_products {
  color: #67728f;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text_products.white {
  color: #fff;
}

.text_products.light {
  color: #011445;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

.text_products.footers {
  color: #34436a;
  margin-top: 24px;
  margin-bottom: 40px;
}

.text_products._2 {
  color: #b3b9c7;
  font-weight: 400;
  line-height: 170%;
}

.text_products.claro {
  color: #e8eaf5;
}

.text_products.claro.grey {
  color: #b3b9c7;
}

.text_products.clair {
  color: #4d5b7d;
  font-weight: 400;
  line-height: 170%;
}

.section4 {
  width: 100%;
}

.section4_inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blue_leftt {
  background-color: #011445;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 120px;
  display: flex;
}

.bluelight_leftt {
  background-color: #34436a;
  justify-content: space-between;
  align-items: center;
  padding: 50px 120px 50px 50px;
  display: flex;
  overflow: hidden;
}

.logo_trusted {
  width: 160px;
}

.logo_trusted.big {
  width: 200px;
}

.section5 {
  background-color: #eff0f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 120px 150px;
  display: flex;
}

.section5.onedash {
  background-color: #f8f9fc;
  padding-bottom: 100px;
}

.grid_products-plans {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.product_item-learn {
  grid-row-gap: 20px;
  background-color: #011445;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 360px;
  padding: 24px;
  display: flex;
  position: relative;
}

.product_item-learn.content {
  grid-row-gap: 24px;
  background-color: #e8eaf5;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 320px;
  padding: 32px 50px;
  display: flex;
}

.product_item-learn.first:hover {
  background-color: #1c79ae;
}

.product_item-learn.second:hover {
  background-color: #025b55;
}

.product_item-learn.last:hover {
  background-color: #be5af2;
}

.btn_trusted {
  grid-column-gap: 8px;
  background-color: #011445;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn_trusted.lightblue {
  background-color: #00aeff;
}

.btn_trusted.purple {
  background-color: #be5af2;
}

.btn_trusted.green {
  background-color: #025b55;
}

.btn_trusted.transparent {
  background-color: #01144500;
}

.section6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.left_footer {
  background-color: #f3f4fa;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 120px;
  display: flex;
}

.left_footer.onedashpage {
  background-color: #f8f9fc;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 150px;
}

.right_footerimg {
  background-color: #f8f9fc;
  padding: 80px 120px 80px 100px;
}

.img_footerpre {
  width: 100%;
}

.span_blue {
  font-weight: 600;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button_text_start {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
}

.button_text_start.white, .button_text_start.light {
  color: #fff;
}

.image-4 {
  width: 32px;
}

.wrap_start {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.imagenhero-onedash {
  width: 100%;
}

.title_block {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-5 {
  width: 22px;
  margin-top: 3px;
}

.subtitulos {
  color: #011445;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.subtitulos.white {
  color: #fff;
}

.subtitulos.light {
  color: #011445;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

.subtitulos.footers {
  color: #34436a;
  margin-top: 24px;
  margin-bottom: 40px;
}

.subtitulos._2 {
  color: #b3b9c7;
  font-weight: 400;
  line-height: 170%;
}

.button_dark {
  color: #fff;
  background-color: #011445;
  border: 1px solid #1c79ae;
  border-radius: 0;
  margin-top: 40px;
  padding: 13px 25px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.button_dark._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button_dark.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button_dark.partner {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button_dark.partner.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button_dark.partner.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button_dark.partner.case-study {
  margin-top: 0;
}

.button_dark.manufacturers {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button_dark.manufacturers.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button_dark.manufacturers.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button_dark.manufacturers.case-study {
  margin-top: 0;
}

.button_dark.map {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.button_dark.map.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.button_dark.map.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.button_dark.map.case-study {
  margin-top: 0;
}

.quotes {
  color: var(--midnight-blue-2);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.quotes.white {
  color: #fff;
  letter-spacing: 13px;
}

.quotes.light {
  color: #e8eaf5;
}

.quotes.big_space {
  margin-bottom: 60px;
}

.quotename {
  color: #8089a2;
}

.quote {
  width: 100px;
}

.texto_frase {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  text-align: left;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.texto_frase.white {
  color: #34436a;
  padding-right: 80px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.texto_frase.white.learnmore {
  color: #011445;
  padding-right: 7px;
  font-weight: 600;
}

.texto_frase.white.read {
  padding-right: 10px;
}

.texto_frase.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.texto_frase.violet {
  color: #fff;
}

.texto_frase.violet.learnmore {
  padding-right: 10px;
}

.texto_frase.violet.read {
  color: var(--medium-slate-blue);
  padding-right: 10px;
  font-weight: 600;
}

.quote_box {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.quote_box.hcp {
  padding-top: 0;
}

.grid_quote {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
}

.left_quote_box {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  border-right: 2px solid #e8eaf5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid_4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.cardx4 {
  grid-row-gap: 20px;
  background-color: #00aeff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 360px;
  padding: 24px;
  display: flex;
  position: relative;
}

.cardx4.content {
  grid-row-gap: 24px;
  background-color: #e8eaf5;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 320px;
  padding: 32px 50px;
  display: flex;
}

.cardx4.first:hover {
  background-color: #1c79ae;
}

.cardx4.second:hover {
  background-color: #025b55;
}

.cardx4.last:hover {
  background-color: #be5af2;
}

.cardx4.grey {
  background-color: #e8eaf5;
  justify-content: space-between;
}

.h_cardsx4 {
  color: #e8eaf5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 160%;
}

.h_cardsx4.white {
  color: #fff;
}

.cardx4_icons {
  width: 60px;
}

.text_4cards {
  color: #4d5b7d;
  text-align: left;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text_4cards.white {
  color: #34436a;
  padding-right: 80px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text_4cards.white.learnmore {
  color: #011445;
  padding-right: 7px;
  font-weight: 600;
}

.text_4cards.white.read {
  padding-right: 10px;
}

.text_4cards.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.text_4cards.violet {
  color: #fff;
}

.text_4cards.violet.learnmore {
  padding-right: 10px;
}

.text_4cards.violet.read {
  color: var(--medium-slate-blue);
  padding-right: 10px;
  font-weight: 600;
}

.azuloscuro_span {
  color: #1a2c58;
  font-weight: 600;
}

.number_4xcard {
  color: #00aeff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 120%;
}

.number_4xcard.white {
  color: #fff;
}

.section6_one {
  background-color: #011445;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 120px;
  display: flex;
}

.section6_one.onedash {
  background-color: #f8f9fc;
  padding-bottom: 100px;
}

.grid_prefooter {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

.hprefooter {
  color: #47c6ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 160%;
}

.hprefooter.white {
  color: #fff;
}

.hprefooter.purple {
  color: #605de5;
}

.btnprefooter {
  grid-column-gap: 8px;
  background-color: #3a37e100;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.btnprefooter.lightblue {
  background-color: #00aeff;
}

.btnprefooter.purple {
  background-color: #be5af2;
}

.btnprefooter.green {
  background-color: #025b55;
}

.btnprefootertittle {
  color: #47c6ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.btnprefootertittle.purple {
  color: #605de5;
}

.cardprefooter_1 {
  grid-row-gap: 20px;
  background-color: #1a2c58;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.cardprefooter_1.content {
  grid-row-gap: 24px;
  background-color: #e8eaf5;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 320px;
  padding: 32px 50px;
  display: flex;
}

.cardprefooter_1.first:hover {
  background-color: #1c79ae;
}

.cardprefooter_1.second:hover {
  background-color: #025b55;
}

.cardprefooter_1.last:hover {
  background-color: #be5af2;
}

.cardprefooter_1.grey {
  background-color: #e8eaf5;
  justify-content: space-between;
}

.cardprefooter_2 {
  grid-row-gap: 20px;
  background-color: #00aeff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 280px;
  padding: 24px;
  display: flex;
  position: relative;
}

.cardprefooter_2.content {
  grid-row-gap: 24px;
  background-color: #e8eaf5;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 320px;
  padding: 32px 50px;
  display: flex;
}

.cardprefooter_2.first:hover {
  background-color: #1c79ae;
}

.cardprefooter_2.second:hover {
  background-color: #025b55;
}

.cardprefooter_2.last:hover {
  background-color: #be5af2;
}

.cardprefooter_2.grey {
  background-color: #e8eaf5;
  justify-content: space-between;
}

.cardprefooter_2.dark_purple {
  background-color: #3a37e1;
  height: auto;
  padding-right: 120px;
}

.iconprefooter {
  width: 50px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.hprefooter_lright {
  color: #e8eaf5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 160%;
}

.hprefooter_lright.white {
  color: #fff;
}

.hprefooter_lright.smax {
  padding-right: 40px;
  font-size: 26px;
}

.prefooter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.left_prefooter {
  background-color: #00aeff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 120px;
  display: flex;
}

.left_prefooter.onedashpage {
  background-color: #f8f9fc;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 150px;
}

.left_prefooter.darkblue {
  background-color: #3a37e1;
}

.left_prefooter.green {
  background-color: #025b55;
}

.left_prefooter.pinks {
  background-color: #be5af2;
}

.text_white_prefooter {
  color: #fff;
  text-align: left;
  margin-top: 12px;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text_white_prefooter.white {
  color: #34436a;
  padding-right: 80px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text_white_prefooter.white.learnmore {
  color: #011445;
  padding-right: 7px;
  font-weight: 600;
}

.text_white_prefooter.white.read {
  padding-right: 10px;
}

.text_white_prefooter.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.text_white_prefooter.violet {
  color: #fff;
}

.text_white_prefooter.violet.learnmore {
  padding-right: 10px;
}

.text_white_prefooter.violet.read {
  color: var(--medium-slate-blue);
  padding-right: 10px;
  font-weight: 600;
}

.form_field {
  height: 48px;
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fafbfd;
  border: 2px solid #e8eaf5;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  display: block;
}

.form_field:focus {
  background-color: #02b0ff33;
  border-style: solid;
  border-color: #02b0ff;
}

.form_field::placeholder {
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.form_field.patient:focus {
  background-color: #1c42fc33;
  border-color: #1c42fc;
}

.field_box {
  width: 100%;
}

.field_text_tittle {
  color: #011445;
  text-align: left;
  margin-top: 0;
  padding-bottom: 6px;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.field_text_tittle.white {
  color: #34436a;
  padding-right: 80px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.field_text_tittle.white.learnmore {
  color: #011445;
  padding-right: 7px;
  font-weight: 600;
}

.field_text_tittle.white.read {
  padding-right: 10px;
}

.field_text_tittle.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.field_text_tittle.violet {
  color: #fff;
}

.field_text_tittle.violet.learnmore {
  padding-right: 10px;
}

.field_text_tittle.violet.read {
  color: var(--medium-slate-blue);
  padding-right: 10px;
  font-weight: 600;
}

.box_columns {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.box_type {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.form_field-text-area {
  height: 120px;
  min-height: 120px;
  color: var(--midnight-blue\<deleted\|variable-431aa5df\>);
  background-color: #fafbfd;
  border: 2px solid #e8eaf5;
  border-radius: 0;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  display: block;
}

.form_field-text-area:focus {
  background-color: #02b0ff33;
  border-style: solid;
  border-color: #02b0ff;
}

.form_field-text-area::placeholder {
  color: #99a1b5;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.form_field-text-area.patient:focus {
  background-color: #1c42fc33;
  border-color: #1c42fc;
}

.contact_button_new {
  color: #fff;
  background-color: #011445;
  border: 1px #fff;
  border-radius: 0;
  width: 140px;
  margin-top: 0;
  padding: 13px 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.contact_button_new._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.contact_button_new.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.contact_button_new.partner {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.contact_button_new.partner.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.bottom_form_box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form_links {
  color: #011445;
  text-align: left;
  margin-top: 0;
  padding-bottom: 6px;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.form_links.white {
  color: #34436a;
  padding-right: 80px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.form_links.white.learnmore {
  color: #011445;
  padding-right: 7px;
  font-weight: 600;
}

.form_links.white.read {
  padding-right: 10px;
}

.form_links.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.form_links.violet {
  color: #fff;
}

.form_links.violet.learnmore {
  padding-right: 10px;
}

.form_links.violet.read {
  color: var(--medium-slate-blue);
  padding-right: 10px;
  font-weight: 600;
}

.link-block-2 {
  color: #011445;
  text-decoration: underline;
}

.links_footers {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.callcenter {
  display: block;
}

.imagenhero-caryrx {
  width: 100%;
}

.box_section_products {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.box_section_products.spacing {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 100px;
}

.box_section_products.spacing-quote {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.img_caryrx {
  width: 550px;
  position: static;
  inset: auto 20px auto auto;
}

.img_caryrx.overflow {
  margin-top: -120px;
}

.img_caryrx.manufacturers {
  width: 531px;
  height: 500px;
}

.btn_cary {
  color: #fff;
  background-color: #3a37e1;
  border: 1px solid #1c79ae;
  border-radius: 0;
  margin-top: 0;
  padding: 13px 25px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.btn_cary._2 {
  background-color: #ffc900;
  border-color: #ffc900;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.btn_cary.purple {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-color: #7f74fe;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 300;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.btn_cary.partner {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.btn_cary.partner.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.btn_cary.partner.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.btn_cary.partner.case-study {
  margin-top: 0;
}

.btn_cary.manufacturers {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.btn_cary.manufacturers.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.btn_cary.manufacturers.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.btn_cary.manufacturers.case-study {
  margin-top: 0;
}

.btn_cary.map {
  border-color: var(--medium-slate-blue);
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 100px;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  box-shadow: 0 0 20px 3px #1c42fc1c;
}

.btn_cary.map.contact {
  border-radius: 100px;
  padding: 15px 40px;
}

.btn_cary.map.start-now {
  padding-left: 40px;
  padding-right: 40px;
}

.btn_cary.map.case-study {
  margin-top: 0;
}

.div-block-5 {
  align-items: center;
  display: flex;
}

.box_buttonss {
  grid-column-gap: 32px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.section_darkblue {
  background-color: #011445;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 120px 150px;
  display: flex;
}

.section_darkblue.grey {
  background-color: #f3f4fa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section_darkblue.darkgrey {
  background-color: #eff0f8;
  padding-bottom: 100px;
}

.productimg_caryrx {
  background-image: url('../images/Frame-48097528.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 320px;
  position: relative;
}

.grid_3_cary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.grid_iucons_slider {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.iconbox {
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.slider {
  background-color: #ddd0;
  margin-top: 100px;
}

.slide-nav-2 {
  inset: auto auto -70px 30px;
}

.left-arrow-2 {
  display: none;
  inset: 0% auto 0% -60px;
}

.right-arrow-2 {
  display: none;
  inset: 0% -60px 0% auto;
}

.cardx3 {
  grid-row-gap: 20px;
  background-color: #eda302;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 360px;
  padding: 24px;
  display: flex;
  position: relative;
}

.cardx3.content {
  grid-row-gap: 24px;
  background-color: #e8eaf5;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 320px;
  padding: 32px 50px;
  display: flex;
}

.cardx3.first:hover {
  background-color: #1c79ae;
}

.cardx3.second:hover {
  background-color: #025b55;
}

.cardx3.last:hover {
  background-color: #be5af2;
}

.cardx3.grey {
  background-color: #e8eaf5;
  justify-content: space-between;
}

.number_3xcard {
  color: #eda302;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 120%;
}

.number_3xcard.white {
  color: #fff;
}

.text-separate-h-2-yellow {
  color: #eda302;
  text-align: right;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
}

.boxnumbersyellow {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.texttestimonials {
  color: #fff;
  text-align: left;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.texttestimonials.white {
  color: #34436a;
  padding-right: 80px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.texttestimonials.white.learnmore {
  color: #011445;
  padding-right: 7px;
  font-weight: 600;
}

.texttestimonials.white.read {
  padding-right: 10px;
}

.texttestimonials.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.texttestimonials.violet {
  color: #fff;
}

.texttestimonials.violet.learnmore {
  padding-right: 10px;
}

.texttestimonials.violet.read {
  color: var(--medium-slate-blue);
  padding-right: 10px;
  font-weight: 600;
}

.texttestimonials.bol {
  font-size: 18px;
  font-weight: 500;
}

.image-6 {
  width: 75px;
}

.text-separate-h-2-ww {
  color: #fff;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-6 {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.box_send {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text_send_pres {
  color: #011445;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

.text_send_pres.white {
  color: #fff;
}

.text_send_pres.purple {
  color: #605de5;
}

.box_tittles {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.span-purplee {
  color: #3a37e1;
}

.icon_presciptions {
  width: 29px;
}

.tittle_box_icon {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.text_4cards-big {
  color: #3a37e1;
  text-align: left;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text_4cards-big.white {
  color: #34436a;
  padding-right: 80px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text_4cards-big.white.learnmore {
  color: #011445;
  padding-right: 7px;
  font-weight: 600;
}

.text_4cards-big.white.read {
  padding-right: 10px;
}

.text_4cards-big.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.text_4cards-big.violet {
  color: #fff;
}

.text_4cards-big.violet.learnmore {
  padding-right: 10px;
}

.text_4cards-big.violet.read {
  color: var(--medium-slate-blue);
  padding-right: 10px;
  font-weight: 600;
}

.text_4cards-light {
  color: #67728f;
  text-align: left;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text_4cards-light.white {
  color: #34436a;
  padding-right: 80px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text_4cards-light.white.learnmore {
  color: #011445;
  padding-right: 7px;
  font-weight: 600;
}

.text_4cards-light.white.read {
  padding-right: 10px;
}

.text_4cards-light.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.text_4cards-light.violet {
  color: #fff;
}

.text_4cards-light.violet.learnmore {
  padding-right: 10px;
}

.text_4cards-light.violet.read {
  color: var(--medium-slate-blue);
  padding-right: 10px;
  font-weight: 600;
}

.title_box_double {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.right_prefooter_home {
  background-color: #f8f9fc;
  padding: 0;
}

.footer-div-lasting {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.right_prefooter_imagen {
  background-color: #f8f9fc;
  padding: 0;
}

.grid_products-3xs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.box_righticons {
  grid-row-gap: 8px;
  background-image: linear-gradient(#1a2c58, #1a2c58);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 220px;
  padding: 16px;
  display: flex;
  position: relative;
}

.box_righticons.content {
  grid-row-gap: 24px;
  background-color: #e8eaf5;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 320px;
  padding: 32px 50px;
  display: flex;
}

.box_righticons.content.darkblue {
  background-color: #1a2c58;
}

.bs {
  font-weight: 600;
}

.bulletdiv {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.icon_absolute {
  display: block;
  position: absolute;
  inset: 16px 16px auto auto;
}

.grid_products-clair {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.boxclair {
  grid-row-gap: 8px;
  background-image: linear-gradient(#011445, #011445);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 220px;
  padding: 16px;
  display: flex;
  position: relative;
}

.boxclair.content {
  grid-row-gap: 24px;
  background-color: #e8eaf5;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 320px;
  padding: 32px 50px;
  display: flex;
}

.boxclair.content.darkblue {
  background-color: #1a2c58;
}

.section_image {
  background-color: #eff0f8;
  background-image: url('../images/Image.webp');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  padding: 70px 120px;
  display: flex;
}

.section_image.dark {
  background-color: #011445;
  padding-bottom: 60px;
}

.section_image.dark-connect {
  background-color: #011445;
  padding-bottom: 100px;
}

.section_image.clair {
  background-color: #eff0f8;
  padding-bottom: 100px;
}

.grid_image_back {
  grid-column-gap: 330px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.cardimage {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #011445a6;
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.iconclair {
  position: static;
}

.text_card_clair {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text_card_clair.white {
  color: #fff;
}

.text_card_clair.light {
  color: #011445;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

.text_card_clair.footers {
  color: #34436a;
  margin-top: 24px;
  margin-bottom: 40px;
}

.text_card_clair._2 {
  color: #b3b9c7;
  font-weight: 400;
  line-height: 170%;
}

.text_card_clair.claro {
  color: #e8eaf5;
}

.text_card_clair.claro.grey {
  color: #b3b9c7;
}

.text_card_clair.clair {
  color: #4d5b7d;
  font-weight: 400;
  line-height: 170%;
}

.box_clair {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bullet_texts {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.bullet_texts.white {
  color: #fff;
}

.bullet_texts.light {
  color: #011445;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

.bullet_texts.footers {
  color: #34436a;
  margin-top: 24px;
  margin-bottom: 40px;
}

.bullet_texts._2 {
  color: #b3b9c7;
  font-weight: 400;
  line-height: 170%;
}

.bullet_texts.claro {
  color: #e8eaf5;
}

.bullet_texts.claro.grey {
  color: #b3b9c7;
}

.bullet_texts.clair {
  color: #4d5b7d;
  font-weight: 400;
  line-height: 170%;
}

.bullets {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.bulletswrap {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text_button_w_icon {
  color: #fff;
  text-align: left;
  padding-right: 7px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.text_button_w_icon.white {
  color: #34436a;
  padding-right: 80px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text_button_w_icon.white.learnmore {
  color: #011445;
  padding-right: 7px;
  font-weight: 600;
}

.text_button_w_icon.white.read {
  padding-right: 10px;
}

.text_button_w_icon.manufacturers {
  font-size: 20px;
  line-height: 30px;
}

.text_button_w_icon.violet {
  color: #fff;
}

.text_button_w_icon.violet.learnmore {
  padding-right: 10px;
}

.text_button_w_icon.violet.read {
  color: var(--medium-slate-blue);
  padding-right: 10px;
  font-weight: 600;
}

.bottom_claircard {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.light_bold {
  font-weight: 300;
}

.griddoble {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 60px;
}

.grid_doble_left {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text_card_clair-copy {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text_card_clair-copy.white {
  color: #fff;
}

.text_card_clair-copy.light {
  color: #011445;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

.text_card_clair-copy.footers {
  color: #34436a;
  margin-top: 24px;
  margin-bottom: 40px;
}

.text_card_clair-copy._2 {
  color: #b3b9c7;
  font-weight: 400;
  line-height: 170%;
}

.text_card_clair-copy.claro {
  color: #e8eaf5;
}

.text_card_clair-copy.claro.grey {
  color: #b3b9c7;
}

.text_card_clair-copy.clair {
  color: #4d5b7d;
  font-weight: 400;
  line-height: 170%;
}

.text_doble_grid {
  color: #67728f;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text_doble_grid.white {
  color: #fff;
}

.text_doble_grid.light {
  color: #011445;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

.text_doble_grid.footers {
  color: #34436a;
  margin-top: 24px;
  margin-bottom: 40px;
}

.text_doble_grid._2 {
  color: #b3b9c7;
  font-weight: 400;
  line-height: 170%;
}

.text_doble_grid.claro {
  color: #e8eaf5;
}

.text_doble_grid.claro.grey {
  color: #b3b9c7;
}

.text_doble_grid.clair {
  color: #4d5b7d;
  font-weight: 400;
  line-height: 170%;
}

.boxdoblegrid {
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.boxdoblegrid.content {
  grid-row-gap: 24px;
  background-color: #e8eaf5;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 320px;
  padding: 32px 50px;
  display: flex;
}

.boxdoblegrid.content.darkblue {
  background-color: #1a2c58;
}

.boxdoblegrid.full {
  height: 100%;
}

.span_azulgrey {
  font-weight: 600;
}

.icon_clairdouble {
  max-width: none;
  display: block;
  position: static;
  inset: 16px 16px auto auto;
}

.box_grey {
  background-color: #f6f7fb;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 170px;
  padding: 24px;
  display: flex;
  position: relative;
}

.text_doble_grid-pink {
  color: #c46bf3;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 150%;
}

.text_doble_grid-pink.white {
  color: #fff;
}

.text_doble_grid-pink.light {
  color: #011445;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

.text_doble_grid-pink.footers {
  color: #34436a;
  margin-top: 24px;
  margin-bottom: 40px;
}

.text_doble_grid-pink._2 {
  color: #b3b9c7;
  font-weight: 400;
  line-height: 170%;
}

.text_doble_grid-pink.claro {
  color: #e8eaf5;
}

.text_doble_grid-pink.claro.grey {
  color: #b3b9c7;
}

.text_doble_grid-pink.clair {
  color: #4d5b7d;
  font-weight: 400;
  line-height: 170%;
}

.text_doble_grid-pink.small {
  font-size: 14px;
  font-weight: 600;
}

.trynow {
  grid-column-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 16px 24px auto auto;
}

.trynow.hp {
  margin-top: 30px;
}

.arrowups {
  width: 17px;
  margin-top: 0;
}

.textappearhover {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.textappearhover.white {
  color: #fff;
}

.textappearhover.light {
  color: #011445;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

.textappearhover.footers {
  color: #34436a;
  margin-top: 24px;
  margin-bottom: 40px;
}

.textappearhover._2 {
  color: #b3b9c7;
  font-weight: 400;
  line-height: 170%;
}

.textappearhover.claro {
  color: #e8eaf5;
}

.textappearhover.claro.grey {
  color: #b3b9c7;
}

.textappearhover.clair {
  color: #4d5b7d;
  font-weight: 400;
  line-height: 170%;
}

.dropdown-toggle-2 {
  padding: 0;
}

.dropdown-list-2 {
  inset: 0% 0% auto;
}

.dropdown-list-2.w--open {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #f8f9fc59;
  border-bottom: 1px #000;
  min-width: 100%;
  height: auto;
  padding: 24px 120px;
  top: 80px;
  box-shadow: 0 20px 16px -20px #0114451c;
}

.dropdown {
  position: static;
}

.gridmenu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  height: auto;
}

.right_grid_menu {
  background-color: #201eca00;
}

.left_inner_gridmmenu {
  grid-row-gap: 27px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.gridmenu_inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  height: auto;
}

.linkmenubig {
  grid-row-gap: 1px;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.linkmenubig.hp {
  margin-top: 30px;
}

.iconmenu {
  width: 19px;
  margin-top: 0;
}

.linkmegamenu {
  color: #011445;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.icon-text {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.text_menu_big {
  color: #67728f;
  padding-left: 19px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.spacing_menu {
  background-color: #bb2525;
}

.text-block-6 {
  color: var(--blue);
  margin: -25px 0 0 10px;
  padding-top: 0;
  padding-left: 0;
  font-size: 12px;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.bold-text-3 {
  font-size: 14px;
  line-height: 20px;
}

.image-8 {
  width: 170px;
}

.radius-40 {
  border-radius: 24px;
  overflow: hidden;
}

.banner {
  background-color: #021a90;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.banner-text {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.banner-link {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .nav-intro {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .inner-hero-intro {
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-inner {
    width: auto;
  }

  .grid-footer {
    grid-row-gap: 30px;
    grid-template-columns: 1.75fr 1fr 1fr;
  }

  .grid-footer.new {
    grid-template-columns: 2.5fr 1fr;
  }

  .grid-footer-bottom {
    grid-template-columns: .75fr 1fr .75fr;
    align-items: center;
  }

  .footer-div-b {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-copy {
    flex-direction: column;
    display: flex;
  }

  .footer-svg {
    width: 27%;
  }

  .topbar {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-topbar {
    font-size: 12px;
  }

  .link-topbar {
    font-size: 13px;
  }

  .nav-a {
    padding: 30px 2rem;
  }

  .nav-a-inner {
    width: auto;
  }

  .logo-a {
    width: 100%;
  }

  .div-block {
    margin-left: 0;
  }

  .button-copy._2 {
    margin-top: 20px;
  }

  .button-copy.purple {
    margin-top: 10px;
  }

  .hero-a {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-a-inner {
    width: auto;
    padding: 30px;
  }

  .heading._2 {
    font-size: 12px;
    line-height: 16px;
  }

  .heading.blogpost {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 45px;
  }

  .h1.manufacturesrs {
    text-align: center;
    width: 100%;
  }

  .h1.case-study {
    width: 45%;
    font-size: 27px;
    line-height: 39px;
  }

  .span1.white {
    font-size: 24px;
  }

  .h3 {
    text-align: left;
    margin-top: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .h3.manufacturers {
    text-align: center;
    width: 100%;
  }

  .h3.lefts {
    text-align: left;
  }

  .h3.lefts.padding {
    width: 50%;
  }

  .h3._50 {
    width: 100%;
  }

  .h3.providers, .h3.aboutus {
    text-align: left;
  }

  .image-hero {
    width: 350px;
    right: 0;
  }

  .getting-section {
    padding-top: 60px;
  }

  .h2-getting {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-easy-section {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-easy {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .card-grid {
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .card-grid._1, .card-grid._2 {
    border-bottom: 1px solid #d9d9d980;
    border-right-style: none;
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .card-grid.api {
    height: auto;
  }

  .h4 {
    margin-top: 20px;
    font-size: 17px;
    line-height: 24px;
  }

  .text2 {
    padding-right: 0;
    font-size: 14px;
    line-height: 23px;
  }

  .div-video {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-video-inner {
    align-items: center;
    width: auto;
  }

  .grid-video {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .video-left {
    text-align: center;
    justify-content: center;
  }

  .h-video._44 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .video-right.mobile {
    display: none;
  }

  .section-time {
    padding-top: 80px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .time-inner-wrapper {
    width: auto;
    margin-top: 0;
    padding: 30px;
    position: relative;
    top: -51px;
  }

  .text-time {
    padding-right: 0;
  }

  .h-time {
    font-size: 29px;
    line-height: 39px;
  }

  .switch-section {
    margin-top: -300px;
    padding-top: 250px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .siwtch-inner {
    width: auto;
  }

  .grid-switch {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cary-customer {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .customer-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .customer-left {
    padding-right: 40px;
  }

  .h-quote-big {
    font-size: 18px;
    line-height: 28px;
  }

  .doctor-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .doctor-inner {
    width: auto;
  }

  .news-section {
    padding-bottom: 50px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .news-inner {
    width: auto;
    padding: 40px 20px;
  }

  .news-h {
    margin-bottom: 20px;
  }

  .logos-wrapper-news {
    width: 100%;
    margin-bottom: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    line-height: 25px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
    font-size: 18px;
    line-height: 28px;
  }

  .faqs-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faqs-inner {
    width: auto;
  }

  .cta-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-section.partner {
    padding-bottom: 40px;
  }

  .cta {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta.partner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .accordion-paragraph---brix-2 {
    max-width: 100%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-item-title---brix-2 {
    max-width: 88%;
  }

  .accordion-item-title---brix-2.accordion-3---brix {
    max-width: 75%;
  }

  .image-hero-api {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .hero-inner-partner {
    width: auto;
  }

  .hero-inner-partner.healt-plans, .hero-inner-partner.press {
    padding-bottom: 50px;
  }

  .hero-contact {
    padding-bottom: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-inner-contact, .hero-inner-contact.partner {
    width: auto;
  }

  .grid-contact-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-contact {
    font-size: 30px;
    line-height: 40px;
  }

  .terms-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .terms-container {
    width: auto;
  }

  .privacy-img {
    width: 26%;
    right: 30px;
  }

  .terms-texts-wrapper {
    width: auto;
  }

  .terms-img {
    height: 120px;
  }

  .button-nav-mobile2._2 {
    margin-top: 20px;
  }

  .image-hero-mobile {
    width: 350px;
    right: 0;
  }

  .image-hero-api-mobile {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .hero-inner-partner-landing {
    width: auto;
    padding-bottom: 130px;
  }

  .hero-pl-wrapper {
    width: 100%;
  }

  .hero-pl-wrapper.benefits.invest {
    padding-top: 0;
  }

  .hero-pl-image._1 {
    width: 260px;
  }

  .hero-pl-image._2 {
    width: 350px;
  }

  .hero-pl-image._3 {
    width: 420px;
  }

  .hero-pl-image.benefits1 {
    width: 260px;
  }

  .hero-pl-image.benefits1.invests {
    width: 230px;
  }

  .hero-pl-image.benefits2 {
    width: 350px;
  }

  .hero-pl-image.benefits2.invests {
    width: 280px;
  }

  .hero-pl-image.benefits3 {
    width: 420px;
  }

  .hero-pl-image.benefits3.inverst {
    width: 300px;
  }

  .trusted-section {
    padding-top: 60px;
  }

  .trusted-section.manufacturers {
    margin-top: -83px;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .grid-trusted-section {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-trusted-section.partners {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .grid-trusted {
    grid-row-gap: 0px;
  }

  .benefits-section {
    margin-top: 50px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-benefits-container {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 30px;
    padding-right: 15px;
  }

  .grid-benefits {
    grid-row-gap: 0px;
  }

  .card-grid-text, .card-grid-text._1, .card-grid-text._2 {
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .card-grid-text.api {
    height: auto;
  }

  .card-grid-image, .card-grid-image._1, .card-grid-image._2 {
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .card-grid-image.api {
    height: auto;
  }

  .h2-benefits {
    font-size: 30px;
    line-height: 40px;
  }

  .text-benefits {
    padding-right: 0;
  }

  .benefits-image {
    width: auto;
    height: auto;
  }

  .button-benefits._2 {
    margin-top: 20px;
  }

  .violet-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h-benefits {
    font-size: 35px;
  }

  .violet-inner {
    width: auto;
  }

  .text-violet-section {
    padding-right: 0;
  }

  .grid-violet-container {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-violet {
    grid-row-gap: 0px;
  }

  .text-violet-grid {
    padding-right: 0;
  }

  .partner-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cary-partner {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .partner-left {
    padding-right: 40px;
  }

  .partner-h {
    line-height: 21px;
  }

  .quote-description._2 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-cta {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .news-inner-partner {
    width: auto;
    padding: 40px 20px;
  }

  .h1-partners {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 45px;
  }

  .heading-trusted._2 {
    font-size: 12px;
    line-height: 16px;
  }

  .news-h-copy, .h1-cta {
    margin-bottom: 20px;
  }

  .buttondownload._2, .buttondownload-mobile._2 {
    margin-top: 20px;
  }

  .doctor-img-moibile {
    display: none;
  }

  .hero-pl-image-mobile._1 {
    width: 260px;
  }

  .hero-pl-image-mobile._2 {
    width: 350px;
  }

  .hero-pl-image-mobile._3 {
    width: 420px;
  }

  .hero-pl-image-mobiles._1 {
    width: 260px;
  }

  .hero-pl-image-mobiles._2 {
    width: 350px;
  }

  .hero-pl-image-mobiles._3 {
    width: 420px;
  }

  .menu-icon1_line-middle {
    background-color: #011445;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_container {
    background-color: #fff;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: #fff;
    border-bottom-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 32px 20px;
    transition: height .5s;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon1_line-bottom {
    background-color: #011445;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: #011445;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .privacy-img-mobile {
    width: 26%;
    right: 30px;
  }

  .img-hero-health_plans {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .section-gradient-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .img-gradient-box {
    width: 330px;
    display: none;
    inset: 50px 0% auto auto;
  }

  .img-gradient-box.case-study {
    display: block;
  }

  .box-gradient {
    width: auto;
  }

  .h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 45px;
  }

  .h2.health-plans {
    width: auto;
  }

  .h2.health-plans._100 {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
  }

  .h2.health-plans._100.left {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .h2.manufacturers {
    width: auto;
  }

  .h2._100.hcp {
    font-size: 35px;
    line-height: 45px;
  }

  .h2._100.ourteam {
    font-size: 40px;
    line-height: 50px;
  }

  .h2.hcp {
    width: auto;
  }

  .h2.hcp._100.white {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .h2.about-us {
    width: auto;
  }

  .h2.about-us._100 {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
  }

  .h2.about-us._100.left {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .blue-section-grids {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .box-section-blue {
    width: auto;
  }

  .grid-blue-section {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .text-normal {
    padding-right: 0;
  }

  .img-blue-section {
    width: 450px;
    inset: 50px 0% auto auto;
  }

  .img-blue-section.overflow {
    margin-top: 0;
  }

  .img-blue-section.manufacturers {
    width: 100%;
  }

  ._3-box-inner {
    width: auto;
  }

  .grid-3-box {
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .h-3-box {
    font-size: 30px;
    line-height: 40px;
  }

  .text-box-numbers {
    padding-right: 0;
  }

  .case-study-box-section {
    padding-bottom: 100px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-gradient-case-study {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .case-study-box {
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .quote-description-copy._2 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-quotes {
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .case-study-quote-left {
    padding-right: 10px;
  }

  .case-study-quote-right {
    padding-left: 30px;
  }

  .tabs-wrapper {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-menu {
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
  }

  .tab-link-tab-1.w--current {
    margin-right: 0;
  }

  .tab-link-tab-2 {
    margin-top: 15px;
    margin-left: 0;
  }

  .tab-1 {
    margin-bottom: 50px;
  }

  .h-tabs {
    padding-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .img-hero-manufacturers {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .trusted-manufacturers {
    width: auto;
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .trusted-manufacturers.partners {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .blue-section-grids-manufacturers {
    padding-bottom: 400px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blue-section-left-manufacturers {
    flex-direction: column;
  }

  .img-blue-section-manufacturers {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .box-section-blue-mf1, .box-section-blue-mf2 {
    width: auto;
  }

  .grid-blue-section-mf2, .grid-blue-section-mf1 {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }

  .img-blue-section-2 {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .section-4-manufacturers {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section4-inner {
    align-items: center;
    width: auto;
  }

  .image-sect4-manu-mobile {
    width: 330px;
    display: none;
    inset: 50px 0% auto auto;
  }

  .image-sect4-mf {
    width: 330px;
    display: none;
    position: static;
    inset: 50px 0% auto auto;
  }

  .section-5-manufacturers {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .manufacturers-quote {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .manufacturers-features-box {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mf-features-inner {
    flex-direction: row;
    justify-content: flex-start;
  }

  .text-normal-mf {
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .manufacturers-quote-box {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mf-quote-left {
    padding-right: 40px;
  }

  .blue-section-manufacturers-2 {
    padding-top: 200px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-blue-inner {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-sectblue-mf {
    width: 330px;
    display: block;
    position: static;
    inset: 50px 0% auto auto;
  }

  .section-blue-texts-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .h1-mf {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 45px;
  }

  .section-results-box-manufacturers {
    margin-top: 100px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .gradient-text {
    padding-right: 0;
  }

  .map-inner {
    width: auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .manufacturers-map {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .map-texts-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .map-image {
    width: 70%;
    display: none;
  }

  .map-grid {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .hero-helath-care-download {
    padding-bottom: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-inner-health-donwload, .hero-inner-health-donwload.partner {
    width: auto;
  }

  .h1-download-heatlh {
    font-size: 30px;
    line-height: 40px;
  }

  .image-sect4-mobile {
    width: 330px;
    display: block;
    position: static;
    inset: 50px 0% auto auto;
  }

  .map-image-mobile {
    width: 70%;
    display: block;
  }

  .h2-manufac {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 45px;
  }

  .h2-manufac.health-plans, .h2-manufac.manufacturers {
    width: auto;
  }

  .health-plans-map {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blue-section-healthplans-2 {
    padding: 200px 2rem;
  }

  .inner-blue-healthplans {
    width: auto;
  }

  .tabs2, .tabs2.w--current {
    margin-bottom: 10px;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .grid-container-tabs2 {
    padding-right: 0;
  }

  .h2-tabs-2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 42px;
  }

  .text2-tabs {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 14px;
    line-height: 23px;
  }

  .button-white {
    margin-top: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .grid-3-section-cards {
    padding-bottom: 50px;
  }

  .box-3-2 {
    padding-top: 15px;
    padding-bottom: 30px;
  }

  .h-cardss {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .h-cardss.health-plans, .h-cardss.manufacturers {
    width: auto;
  }

  .hero-a-hcp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .img-hero-hcp {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  ._3-box-inner-hcp {
    width: auto;
  }

  .grid-3-box-hcp {
    grid-template-columns: 1fr;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .hcp-grid-container {
    width: auto;
  }

  .hcp-grid-icons {
    grid-template-columns: 1fr;
  }

  .section-send-hcp {
    margin-bottom: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .send-hcp-box {
    width: auto;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-normal-hcp {
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .text-normal-hcp-bot {
    width: auto;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .img-gradient-box-mobi, .img-blue-section-mobi {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .img-blue-section-mobi.overflow {
    margin-top: 0;
  }

  .img-blue-section-mobi.manufacturers {
    width: 100%;
  }

  .img-blue-section-mobis {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .img-blue-section-mobis.overflow {
    margin-top: 0;
  }

  .img-blue-section-mobis.manufacturers {
    width: 100%;
  }

  .img-case-study-carefirst {
    width: 330px;
    display: block;
    inset: 50px 0% auto auto;
  }

  .img-case-study-carefirst.case-study {
    display: block;
  }

  .img-case-study-carefirst-mobile {
    width: 330px;
    display: none;
    inset: 50px 0% auto auto;
  }

  .img-case-study-carefirst-mobile.case-study {
    display: block;
  }

  .image-hcp-round {
    position: static;
    inset: 0% 0% auto;
  }

  .hero-press {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .img-hero-press {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .section-press-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .press-release-box {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .press-release-grid {
    flex-direction: column;
    grid-template-columns: .5fr;
    place-content: center;
    place-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .press-release-left {
    width: 100%;
    max-width: 100%;
  }

  .press-release-right {
    padding-right: 0;
  }

  .text-press-date, .text-normal-press {
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .press-release-grid-blog {
    grid-template-columns: 1fr;
  }

  .press-cms-list2-item, .press-release-blog-lright {
    width: auto;
    padding: 40px;
  }

  .text-press-date-blog, .text-normal-press-blog {
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .section-allpress-box {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .allpress-grid1 {
    grid-template-columns: 1fr;
  }

  .allpress-grid-inner-box {
    width: auto;
    height: auto;
    padding: 20px 40px 40px;
  }

  .allpress-text-date {
    margin-top: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .allpres-tittle {
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .allpress-grid2, .allpress-grid3 {
    grid-template-columns: 1fr;
  }

  .h1-cta-press {
    margin-bottom: 20px;
  }

  .hcp-img1-mobile {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .hcp-img1-mobile.overflow {
    margin-top: 0;
  }

  .hcp-img1-mobile.manufacturers {
    width: 100%;
  }

  .hcp-img2-mobile {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .hcp-img2-mobile.overflow {
    margin-top: 0;
  }

  .hcp-img2-mobile.manufacturers {
    width: 100%;
  }

  .text-tag-post._2 {
    font-size: 12px;
    line-height: 16px;
  }

  .description-texts {
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .list2 {
    grid-template-columns: 1fr;
    width: auto;
  }

  .list3 {
    grid-template-columns: 1fr;
  }

  .allpress-description {
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .img-hero-press-mobile {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .hero-about-us {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-inner-about-us {
    width: auto;
    padding-bottom: 130px;
  }

  .hero-inner-aboutus {
    width: auto;
  }

  .hero-inner-aboutus.healt-plans, .hero-inner-aboutus.press {
    padding-bottom: 50px;
  }

  .hero-inner-aboutus.aboutus {
    justify-content: center;
  }

  .img-hero-aboutus {
    width: 330px;
    inset: auto 0% auto auto;
  }

  .violet-section-aboutus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .box-section-violet {
    width: auto;
  }

  .img-violet-aboutus {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .img-violet-aboutus.overflow {
    margin-top: 0;
  }

  .img-violet-aboutus.manufacturers {
    width: 100%;
  }

  .section-team-box {
    width: auto;
    margin-top: -549px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .team-title-aboutus {
    margin-bottom: 100px;
  }

  .text-noprmal-team, .text-name-team {
    padding-right: 0;
  }

  .h1-ctaaboutus {
    margin-bottom: 20px;
  }

  .hero-benefits, .section-stream {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-stream-inner {
    align-items: center;
    width: auto;
    padding-bottom: 40px;
  }

  .stream-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .title-stream, .text-stream {
    padding-right: 0;
  }

  .section-5-manufacturers-copy, .section-help-benefits {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .help-inner-benefits {
    width: auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .help-grid {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .help-image {
    width: 70%;
    display: none;
  }

  .help-texts-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h1-help {
    text-align: center;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 45px;
  }

  .h3-help {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .h3-help.manufacturers {
    text-align: center;
    width: 100%;
  }

  .h3-help.lefts {
    text-align: left;
  }

  .h3-help._50 {
    width: 100%;
  }

  .h3-help.providers, .h3-help.aboutus {
    text-align: left;
  }

  .section-features-benefits {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-stream-2 {
    padding-right: 0;
    font-size: 14px;
    line-height: 23px;
  }

  .hero-careers, .hero-careers.partner {
    width: auto;
  }

  .section-downloads {
    padding-top: 30px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-download-inner {
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .title-download-card {
    padding-right: 0;
  }

  .download-button-page._2 {
    margin-top: 20px;
  }

  .download-button-page.purple {
    margin-top: 10px;
  }

  .download-button-page.purple-download {
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
  }

  .hero-inner-download {
    justify-content: center;
    width: auto;
  }

  .hero-inner-download.healt-plans, .hero-inner-download.press {
    padding-bottom: 50px;
  }

  .img-hero-donwload, .img-hero-case-study {
    width: 330px;
    inset: auto 0% auto auto;
  }

  .hero-case-study {
    justify-content: center;
    width: auto;
  }

  .hero-case-study.healt-plans, .hero-case-study.press {
    padding-bottom: 50px;
  }

  .h-gradient {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .h-gradient.health-plans {
    width: auto;
  }

  .h-gradient.health-plans._100 {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
  }

  .h-gradient.health-plans._100.left {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .h-gradient.manufacturers {
    width: auto;
  }

  .h-gradient._100.hcp {
    font-size: 35px;
    line-height: 45px;
  }

  .h-gradient.hcp {
    width: auto;
  }

  .h-gradient.hcp._100.white {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .h-gradient.about-us {
    width: auto;
  }

  .h-gradient.about-us._100 {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
  }

  .h-gradient.about-us._100.left {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .inner-case-study {
    align-items: center;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-case-study {
    grid-column-gap: 30px;
  }

  .tittle-case-studys {
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .text-case-study {
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .case-quote {
    margin-top: 100px;
    padding-bottom: 50px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .case-quote-box {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cs-left-colum {
    padding-right: 40px;
  }

  .text-quote-cs {
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .aclarations-box {
    width: auto;
  }

  .help-img-benefits {
    width: 100%;
    display: block;
  }

  .benefits-img-mobile1._1 {
    width: 260px;
  }

  .benefits-img-mobile1._2 {
    width: 350px;
  }

  .benefits-img-mobile1._3 {
    width: 420px;
  }

  .benefits-img-mobile-3._1 {
    width: 260px;
  }

  .benefits-img-mobile-3._2 {
    width: 350px;
  }

  .benefits-img-mobile-3._3 {
    width: 420px;
  }

  .download-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-code-script {
    width: 27%;
  }

  .video-popup {
    display: none;
  }

  .video-popup-container {
    width: 90%;
  }

  .blog-container {
    padding-top: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog-inner {
    width: auto;
  }

  .list-blog {
    grid-template-columns: 1fr 1fr;
  }

  .hblog {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .readblog {
    padding-right: 0;
  }

  .hero-blog {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-inner-blog {
    width: auto;
  }

  .hero-inner-blog.healt-plans, .hero-inner-blog.press {
    padding-bottom: 50px;
  }

  .hero-inner-blog.blogs {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hq-blog {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 45px;
  }

  .hq-blog.manufacturesrs {
    text-align: center;
    width: 100%;
  }

  .hq-blog.case-study {
    width: 45%;
    font-size: 27px;
    line-height: 39px;
  }

  .hq-blog.blogpage {
    width: 100%;
    margin-top: 10px;
  }

  .blog-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog-content-inner {
    width: auto;
  }

  .h1-post {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .h-datet {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .rich-blog h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .rich-blog h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .back-blog {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .img-cary-blog {
    width: 250px;
    position: absolute;
    top: 30px;
  }

  .image-3 {
    margin-left: 5%;
  }

  .container {
    max-width: 728px;
  }

  .hero-careers-copy, .hero-careers-copy.partner {
    width: auto;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header1_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .left_slider {
    height: 459.563px;
    padding: 50px 2rem 160px;
  }

  .left_slider.onedash {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid_slider_home {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .blue_bottom, .slide-nav {
    display: none;
  }

  .grid_botttom_color {
    position: static;
  }

  .imagenhero {
    display: none;
  }

  .section2 {
    padding: 50px 2rem;
  }

  .section2.clair {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h_2 {
    font-size: 24px;
  }

  .grid_products {
    grid-template-columns: 1fr;
  }

  .product_item {
    background-image: linear-gradient(#3a37e1cc, #3a37e1cc), url('../images/Cary.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product_item.content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product_item.content.darkblue {
    height: auto;
  }

  .product_item-2 {
    background-image: linear-gradient(#00aeffcc, #00aeffcc), url('../images/OneDash.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product_item-3 {
    background-image: linear-gradient(#be5af2cc, #be5af2cc), url('../images/Clair.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product_item-4 {
    background-image: linear-gradient(#025b55cc, #025b55cc), url('../images/CConnect.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn_prodduct {
    width: 150px;
    height: 50px;
  }

  .section3 {
    padding: 50px 2rem;
  }

  .section3.grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon_enhancing {
    width: 80px;
  }

  .h_products.light {
    font-size: 20px;
  }

  .section4_inner {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blue_leftt {
    align-items: center;
    width: 100%;
    padding: 32px 24px;
  }

  .bluelight_leftt {
    grid-column-gap: 40px;
    justify-content: center;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section5 {
    padding: 0 2rem 50px;
  }

  .section5.onedash {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid_products-plans {
    grid-template-columns: 1fr;
  }

  .product_item-learn.first, .product_item-learn.second, .product_item-learn.last {
    height: 260px;
  }

  .section6 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .left_footer {
    grid-row-gap: 20px;
    height: 400px;
    padding: 40px 2rem;
  }

  .left_footer.onedashpage {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 2rem;
  }

  .left_footer.onedashpage.nofixed {
    height: 600px;
  }

  .right_footerimg {
    padding: 40px 2rem;
  }

  .wrap_start {
    grid-row-gap: 60px;
  }

  .imagenhero-onedash {
    display: none;
  }

  .button_dark {
    margin-top: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .texto_frase {
    padding-right: 0;
    font-size: 20px;
  }

  .quoteimg {
    width: 45px;
  }

  .grid_quote {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .left_quote_box {
    border-right-style: none;
  }

  .grid_4 {
    grid-template-columns: 1fr 1fr;
  }

  .cardx4 {
    height: 250px;
  }

  .cardx4.grey {
    height: 100%;
  }

  .h_cardsx4 {
    font-size: 22px;
    line-height: 123%;
  }

  .text_4cards {
    padding-right: 0;
    font-size: 14px;
  }

  .number_4xcard {
    font-size: 36px;
  }

  .section6_one {
    padding: 40px 2rem;
  }

  .grid_prefooter {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .hprefooter {
    font-size: 26px;
  }

  .cardprefooter_1 {
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cardprefooter_2 {
    grid-row-gap: 40px;
    height: auto;
    padding: 20px;
  }

  .hprefooter_lright {
    font-size: 20px;
    line-height: 120%;
  }

  .prefooter {
    grid-template-columns: 1fr;
  }

  .left_prefooter {
    padding: 24px 2rem;
  }

  .text_white_prefooter, .field_text_tittle, .form_links {
    padding-right: 0;
  }

  .imagenhero-caryrx {
    display: none;
  }

  .box_section_products {
    width: auto;
  }

  .img_caryrx {
    width: 330px;
    inset: 50px 0% auto auto;
  }

  .img_caryrx.overflow {
    margin-top: 0;
  }

  .img_caryrx.manufacturers {
    width: 100%;
  }

  .btn_cary {
    margin-top: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .section_darkblue {
    padding: 50px 2rem;
  }

  .productimg_caryrx {
    display: none;
  }

  .grid_3_cary {
    grid-template-columns: 1fr;
  }

  .iconbox {
    padding: 20px;
  }

  .slider {
    height: 350px;
  }

  .slide-nav-2 {
    display: none;
  }

  .cardx3 {
    height: auto;
  }

  .number_3xcard {
    font-size: 46px;
  }

  .texttestimonials, .text_4cards-big {
    padding-right: 0;
  }

  .text_4cards-light {
    padding-right: 0;
    font-size: 14px;
  }

  .section_image {
    justify-content: flex-end;
    padding: 40px 2rem;
  }

  .grid_image_back {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .blankdiv {
    display: none;
  }

  .text_button_w_icon {
    padding-right: 0;
  }

  .dropdown-list-2.w--open {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .gridmenu {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .left_gridmenu {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .right_grid_menu {
    display: none;
  }

  .left_inner_gridmmenu {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .gridmenu_inner {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-8 {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .button-download-white.mobile {
    display: block;
  }

  .button-download-white.nav {
    display: none;
  }

  .inner-hero-intro {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .h1-home {
    font-size: 40px;
    line-height: 50px;
  }

  .span-bold {
    font-size: 27px;
  }

  .footer {
    padding-top: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-topbar {
    text-align: center;
  }

  .nav-a {
    padding: 20px 0 30px;
    position: relative;
  }

  .logo-a {
    display: none;
  }

  .logo-a.mobile {
    width: 35%;
    display: block;
  }

  .link-nav-a {
    border-radius: 5px;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    display: flex;
  }

  .link-nav-a:hover {
    background-color: var(--blue);
    color: #fff;
    border-radius: 10px;
  }

  .link-nav-a.contact, .link-nav-a.none, .link-nav-a.none.w--current, .div-block {
    display: none;
  }

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 23px;
    display: flex;
  }

  .button-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 21px;
    display: flex;
  }

  .button-copy._2 {
    width: 40%;
    font-size: 13px;
  }

  .button-copy.purple {
    width: 80%;
    margin-top: 25px;
  }

  .div-block-2 {
    display: none;
  }

  .hero-a {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-a-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .h1.health-plans {
    width: 100%;
    display: block;
  }

  .h1.manufacturers {
    text-align: center;
    width: 100%;
    display: block;
  }

  .h1.hcp {
    text-align: center;
    width: 100%;
  }

  .h1.press {
    text-align: center;
    width: 100%;
    display: block;
  }

  .h1.aboutus, .h1.case-study {
    text-align: center;
    width: 100%;
  }

  .span1 {
    display: inline;
  }

  .h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .h3.lefts {
    text-align: center;
  }

  .h3.lefts.padding {
    width: 100%;
  }

  .h3.providers, .h3.aboutus {
    text-align: center;
    width: 100%;
  }

  .div-block-4 {
    margin-top: 40px;
  }

  .image-hero {
    width: 200px;
    top: 60px;
    right: 20px;
  }

  .getting-section {
    padding-top: 50px;
  }

  .grid-easy-section {
    margin-top: 30px;
    padding: 20px;
  }

  .grid-easy {
    grid-template-columns: 1fr;
  }

  .card-grid._1 {
    border-bottom: 1px solid #d9d9d980;
    border-right-style: none;
  }

  .card-grid._2 {
    border-bottom: 1px solid #d9d9d980;
    border-right-style: none;
    border-right-width: 0;
  }

  .card-grid.api {
    height: auto;
  }

  .card-grid.trusted {
    padding-bottom: 20px;
  }

  .video-right.mobile {
    display: none;
  }

  .grid-time {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .time-left {
    padding-top: 30px;
  }

  .image-time {
    width: 350px;
  }

  .switch-section {
    padding-bottom: 200px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-switch {
    grid-template-columns: 1fr 1fr;
  }

  .customer-section {
    margin-top: -114px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h-quote-big {
    font-size: 17px;
    line-height: 28px;
  }

  .doctor-section {
    padding-top: 30px;
  }

  .doctor-img {
    display: none;
  }

  .news-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news-h {
    font-size: 30px;
    line-height: 40px;
  }

  .news-h.hcp {
    font-size: 25px;
    line-height: 35px;
  }

  .news-logo {
    width: 120px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }

  .accordion-item---brix.accordion-1---brix, .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 17px;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column---brix {
    max-width: 100%;
  }

  .column---brix.right---brix {
    margin-left: 0;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .accordion-columns-wrapper---brix {
    flex-direction: column;
  }

  .accordion-paragraph---brix-2 {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .cloneable-header-grid {
    grid-template-columns: 1fr;
  }

  .accordion-item-title---brix-2 {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item-title---brix-2.accordion-3---brix {
    max-width: 82%;
  }

  .cloneable-container-default {
    padding: 80px 24px;
  }

  .image-hero-api {
    width: 200px;
    display: none;
  }

  .button-purple.partner.case-study {
    margin-top: 15px;
  }

  .hero-inner-partner.healt-plans {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner-partner.manufacturers {
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
  }

  .hero-inner-partner.healthcare-providers {
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hero-inner-partner.press {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner-partner.aboutus {
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hero-inner-partner.benefits {
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
  }

  .hero-inner-contact, .hero-inner-contact.partner {
    height: auto;
  }

  .grid-contact-partner {
    grid-template-columns: 1fr;
  }

  .grid-contact-left {
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-contact-right {
    padding-bottom: 0;
  }

  .h1-contact {
    text-align: center;
    margin-bottom: 15px;
  }

  .container-contact-links {
    display: none;
  }

  .contact-text-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-contact-left-patient {
    background-image: none;
    align-items: center;
  }

  .terms-container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .h-3 {
    z-index: 1;
    font-size: 31px;
    position: relative;
  }

  .privacy-img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: static;
  }

  .terms-img {
    right: 10px;
  }

  .hipaa-privacy {
    display: none;
  }

  .mobile-navbar {
    background-color: #ddd0;
    justify-content: space-between;
    align-items: center;
    width: 1000%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .mobilenav {
    background-color: #fff0;
    flex-direction: row;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mobile-inner {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 28px;
    padding: 20px 40px;
    display: flex;
    position: absolute;
  }

  .menubutton {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .menubutton.w--open {
    color: #000;
    background-color: #ffc63200;
  }

  .button-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 23px;
    display: flex;
  }

  .button-nav-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 23px;
    display: flex;
  }

  .button-nav-mobile.contactus {
    margin-bottom: 20px;
  }

  .button-nav-mobile2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 21px;
    display: flex;
  }

  .image-hero-mobile {
    width: 200px;
    top: 60px;
    right: 20px;
  }

  .button-patient-mobile1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 23px;
    display: flex;
  }

  .button-patient-mobile-2.api {
    width: 40%;
  }

  .image-hero-api-mobile {
    width: 100%;
    display: block;
    position: static;
  }

  .hero-inner-partner-landing {
    border-radius: 30px;
    padding: 20px 30px 100px;
  }

  .hero-pl-wrapper {
    justify-content: flex-start;
  }

  .hero-pl-image._1 {
    display: none;
  }

  .hero-pl-image._2, .hero-pl-image._3 {
    width: 300px;
    display: none;
  }

  .hero-pl-image.benefits1 {
    display: none;
  }

  .hero-pl-image.benefits2, .hero-pl-image.benefits3 {
    width: 300px;
    display: none;
  }

  .trusted-section {
    padding-top: 50px;
  }

  .trusted-section.partners {
    margin-top: 16px;
    padding-top: 0;
  }

  .trusted-section.manufacturers {
    margin-top: -54px;
    padding-top: 0;
  }

  .trusted-section.press {
    margin-top: 16px;
    padding-top: 0;
  }

  .grid-trusted-section {
    margin-top: 30px;
    padding: 20px;
  }

  .grid-trusted-section.partners {
    width: 450px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-trusted {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .benefits-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-benefits-container {
    justify-content: center;
    margin-top: 30px;
    padding: 10px 20px 40px;
  }

  .grid-benefits {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .card-grid-text._1 {
    border-bottom: 1px solid #d9d9d980;
    border-right-style: none;
  }

  .card-grid-text._2 {
    border-bottom: 1px solid #d9d9d980;
    border-right-style: none;
    border-right-width: 0;
  }

  .card-grid-text.api {
    height: auto;
  }

  .card-grid-text.benefits {
    align-items: flex-start;
    padding-right: 0;
  }

  .card-grid-image._1 {
    border-bottom: 1px solid #d9d9d980;
    border-right-style: none;
  }

  .card-grid-image._2 {
    border-bottom: 1px solid #d9d9d980;
    border-right-style: none;
    border-right-width: 0;
  }

  .card-grid-image.api {
    height: auto;
  }

  .card-grid-image.benefits {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-image {
    width: 100%;
  }

  .button-benefits {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 21px;
    display: flex;
  }

  .button-benefits._2 {
    width: 40%;
    font-size: 13px;
  }

  .button-benefits.purple {
    width: 60%;
    margin-top: 40px;
  }

  .violet-section {
    padding-top: 250px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h-benefits {
    font-size: 25px;
    line-height: 35px;
  }

  .grid-violet-container {
    margin-top: 30px;
    padding: 20px;
  }

  .grid-violet {
    grid-template-columns: 1fr;
  }

  .partner-section {
    margin-top: -114px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .partner-grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .text-cta.healtplans, .text-cta.press {
    text-align: center;
  }

  .news-inner-partner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h1-partners {
    font-size: 35px;
    line-height: 40px;
  }

  .news-h-copy {
    font-size: 30px;
    line-height: 40px;
  }

  .h1-cta {
    font-size: 27px;
    line-height: 37px;
  }

  .logo-partners {
    width: 80%;
  }

  .buttondownload {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 21px;
    display: flex;
  }

  .buttondownload._2 {
    width: 40%;
    font-size: 13px;
  }

  .buttondownload.purple {
    width: 80%;
  }

  .svg-menu {
    width: 35px;
    margin-top: 0;
    display: block;
  }

  .svg-menu._2 {
    margin-top: 10px;
  }

  .buttondownload-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 20px;
    display: block;
  }

  .buttondownload-mobile._2 {
    width: 40%;
    font-size: 13px;
  }

  .buttondownload-mobile.purple {
    width: 80%;
  }

  .inner-mobile-menu {
    border: 1px solid #1c42fc;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .doctor-img-moibile {
    display: block;
  }

  .hero-pl-image-mobile {
    width: auto;
    margin-left: 5px;
    display: block;
  }

  .hero-pl-image-mobile._1 {
    display: none;
  }

  .hero-pl-image-mobile._2, .hero-pl-image-mobile._3 {
    width: 300px;
    display: block;
  }

  .hero-pl-image-mobiles {
    width: auto;
    margin-left: 5px;
    display: block;
  }

  .hero-pl-image-mobiles._1 {
    display: none;
  }

  .hero-pl-image-mobiles._2 {
    width: 300px;
    display: none;
  }

  .hero-pl-image-mobiles._3 {
    width: 300px;
    display: block;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_logo {
    width: 130px;
  }

  .lottie-menu {
    width: 30px;
  }

  .contact-mobile-partner.api {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-right: 30px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 20px;
    display: flex;
  }

  .link-nav-a-partners {
    border-radius: 5px;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    display: flex;
  }

  .link-nav-a-partners:hover {
    background-color: var(--medium-slate-blue);
    color: #fff;
    border-radius: 10px;
  }

  .link-nav-a-partners.contact {
    display: none;
  }

  .div-terms {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .privacy-img-mobile {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .img-hero-health_plans {
    width: 200px;
    display: none;
  }

  .section-gradient-box {
    margin-top: 0;
    padding-top: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-gradient-box {
    width: 200px;
    display: none;
  }

  .box-gradient.healt-plans.case-study {
    padding-bottom: 40px;
  }

  .h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .h2.health-plans._100 {
    text-align: center;
  }

  .h2.health-plans._100.left {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .h2._100.ourteam {
    margin-left: 4px;
    font-size: 30px;
    line-height: 40px;
  }

  .h2._100.features {
    font-size: 30px;
    line-height: 40px;
  }

  .h2.about-us._100 {
    text-align: center;
  }

  .h2.about-us._100.white {
    margin-bottom: 10px;
    line-height: 37px;
  }

  .h2.about-us._100.left {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .grid-box-gradient {
    flex-direction: column;
    display: flex;
  }

  .gradient-box-left {
    align-items: center;
  }

  .grid-blue-section {
    grid-row-gap: 32px;
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .blue-ection-left {
    flex-direction: column;
  }

  .text-normal.white {
    padding-right: 0;
  }

  .img-blue-section {
    width: 100%;
    display: block;
  }

  .img-blue-section.manufacturers {
    height: auto;
    display: block;
  }

  .section-3-box {
    margin-top: -137px;
    padding-bottom: 30px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-3-box {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .h-3-box {
    font-size: 25px;
    line-height: 35px;
  }

  .box-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gradient-number {
    font-size: 40px;
    line-height: 50px;
  }

  .text-box-numbers {
    margin-top: 10px;
  }

  .case-study-box-section {
    margin-top: 0;
    padding: 40px 1rem 50px;
  }

  .section-gradient-case-study {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-quotes {
    text-align: center;
  }

  .case-study-quote-left {
    border-right-style: none;
    align-items: center;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .case-study-quote-right {
    border-bottom: 2px solid var(--medium-slate-blue);
    padding-left: 0;
  }

  .tabs-wrapper {
    margin-bottom: 50px;
  }

  .tab-1 {
    margin-bottom: 0;
  }

  .h-tabs {
    font-size: 20px;
    line-height: 30px;
  }

  .img-hero-manufacturers {
    width: 200px;
    display: none;
  }

  .trusted-manufacturers {
    margin-top: 30px;
    padding: 20px;
  }

  .trusted-manufacturers.partners {
    width: 450px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .img-blue-section-manufacturers {
    width: 200px;
    display: none;
  }

  .manufacturers-blue-logo {
    margin-top: 10px;
  }

  .blue-section-learn-more.hp {
    margin-top: 20px;
  }

  .img-blue-section-2 {
    width: 200px;
    display: none;
  }

  .img-blue-section-2.manufacturers {
    width: auto;
    height: auto;
    display: block;
  }

  .section4-inner {
    flex-direction: column;
  }

  .image-sect4-manu-mobile {
    width: 80%;
    display: block;
    position: static;
  }

  .image-sect4-manu-mobile._2 {
    display: none;
  }

  .image-sect4-mf {
    width: 200px;
    display: none;
  }

  .section-5-manufacturers {
    margin-top: 0;
    padding-top: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .manufacturers-quote {
    margin-top: 100px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mf-features-grid {
    grid-template-columns: .5fr;
    display: block;
  }

  .mf-features-inner {
    flex-direction: row;
    justify-content: flex-start;
  }

  .mf-features-img {
    width: 4%;
    max-width: 70%;
    margin-top: 3px;
  }

  .mf-quote-grid {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .mf-quote-left {
    border-right-style: none;
    align-items: center;
    padding-right: 0;
  }

  .mf-quote-right {
    padding-left: 0;
  }

  .blue-section-manufacturers-2 {
    padding-bottom: 100px;
  }

  .section-blue-inner {
    flex-direction: column-reverse;
  }

  .image-sectblue-mf {
    width: 200px;
    display: none;
  }

  .h1-mf {
    font-size: 30px;
    line-height: 40px;
  }

  .manufacturers-map {
    margin-top: -114px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .map-image {
    width: 100%;
    display: none;
  }

  .hero-inner-health-donwload, .hero-inner-health-donwload.partner {
    height: auto;
  }

  .grid-health-download {
    grid-template-columns: 1fr;
  }

  .grid-health-down-l, .grid-health-down-r {
    background-image: none;
    align-items: center;
  }

  .h1-download-heatlh {
    text-align: center;
    margin-bottom: 15px;
  }

  .image-sect4-mobile {
    width: 200px;
    display: none;
  }

  .map-image-mobile {
    width: 90%;
  }

  .h2-manufac {
    font-size: 30px;
    line-height: 40px;
  }

  .health-plans-map {
    margin-top: 0;
    margin-bottom: -137px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-tabs2 {
    flex-direction: column;
    display: flex;
  }

  .grid-container-tabs2 {
    margin-bottom: 30px;
  }

  .h2-tabs-2 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .tabss {
    padding-bottom: 50px;
  }

  .grid-3-section-cards {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h-cardss {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-a-hcp {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-hero-hcp {
    width: 200px;
    display: none;
  }

  .grid-3-box-hcp {
    padding-left: 0;
    padding-right: 0;
  }

  .section-send-hcp {
    margin-top: 0;
    padding-top: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .send-hcp-box {
    margin-top: 140px;
    padding: 100px 30px 30px;
  }

  .text-normal-hcp {
    margin-left: 0;
  }

  .button-pattient-landing.mobile {
    display: block;
  }

  .button-pattient-landing.nav {
    display: none;
  }

  .button-partnert-landing.mobile {
    display: block;
  }

  .button-partnert-landing.nav {
    display: none;
  }

  .container-contact-links-mobile, .container-contact-links-mobi {
    margin-top: 30px;
    display: flex;
  }

  .img-gradient-box-mobi {
    width: 100%;
    display: block;
  }

  .img-blue-section-mobi {
    width: 200px;
    display: none;
  }

  .img-blue-section-mobi.overflow {
    width: 70%;
    display: block;
  }

  .img-blue-section-mobi.manufacturers {
    height: auto;
    display: block;
  }

  .img-blue-section-mobis {
    width: 80%;
    display: block;
  }

  .img-blue-section-mobis.manufacturers {
    height: auto;
    display: block;
  }

  .img-case-study-carefirst {
    width: 200px;
    display: none;
  }

  .img-case-study-carefirst-mobile {
    width: 100%;
    display: block;
  }

  .grid-box-casestudy {
    flex-direction: column;
    display: flex;
  }

  .image-hcp-round {
    width: 250px;
    position: absolute;
    inset: -140px auto auto;
  }

  .hero-press {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-hero-press {
    width: 100%;
    margin-right: 0;
    display: none;
    position: static;
  }

  .logo-coverage {
    width: 70%;
  }

  .hp-blue-logo {
    margin-top: 10px;
  }

  .section-press-box {
    margin-top: 0;
    padding-top: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .press-release-grid {
    grid-template-columns: .5fr;
    display: block;
  }

  .press-release-read.hp, .press-release-read-blog.hp {
    margin-top: 20px;
  }

  .section-allpress-box {
    margin-top: 0;
    padding-top: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .allpress-read-link.hp {
    margin-top: 20px;
  }

  .h1-cta-press {
    font-size: 30px;
    line-height: 40px;
  }

  .press-release-read-blog-test.hp {
    margin-top: 20px;
  }

  .hcp-img1-mobile {
    width: 100%;
    display: block;
  }

  .hcp-img1-mobile.manufacturers {
    height: auto;
    display: block;
  }

  .hcp-img2-mobile {
    width: 100%;
    display: block;
  }

  .hcp-img2-mobile.manufacturers {
    height: auto;
    display: block;
  }

  .allpress {
    margin-top: 30px;
  }

  .img-hero-press-mobile {
    width: 100%;
    margin-right: 0;
    display: block;
    position: static;
  }

  .hero-about-us {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-inner-about-us {
    border-radius: 30px;
    padding: 20px 30px 100px;
  }

  .hero-inner-aboutus.healt-plans {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner-aboutus.manufacturers {
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
  }

  .hero-inner-aboutus.healthcare-providers {
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hero-inner-aboutus.press {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner-aboutus.aboutus {
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .img-hero-aboutus {
    width: 200px;
    display: none;
  }

  .violet-section-aboutus {
    margin-top: 50px;
    padding: 50px 1rem 450px;
  }

  .grid-violet-aboutus {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .violet-section-left-about {
    flex-direction: column;
    padding-top: 15px;
  }

  .img-violet-aboutus {
    width: 200px;
    display: none;
  }

  .img-violet-aboutus.manufacturers {
    height: auto;
    display: block;
  }

  .section-team-box {
    margin-top: -450px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-ourteam {
    margin-right: 10px;
  }

  .team-container {
    margin-top: 30px;
  }

  .team-grid1 {
    grid-row-gap: 120px;
    flex-direction: column;
    grid-template-columns: .75fr;
    place-items: center;
    display: flex;
  }

  .box-team {
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-noprmal-team, .text-name-team {
    margin-top: 10px;
  }

  .team-gridcontainer-2 {
    margin-top: 140px;
  }

  .h1-ctaaboutus {
    font-size: 25px;
    line-height: 35px;
  }

  .hero-benefits {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-stream-inner {
    flex-direction: column;
  }

  .stream-container {
    margin-top: 30px;
  }

  .box-stream {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title-stream, .text-stream {
    margin-top: 10px;
  }

  .section-5-manufacturers-copy {
    margin-top: 0;
    padding-top: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-help-benefits {
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .help-image {
    width: 100%;
    display: none;
  }

  .h1-help {
    font-size: 30px;
    line-height: 40px;
  }

  .h3-help {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .h3-help.lefts {
    text-align: center;
  }

  .h3-help.providers, .h3-help.aboutus {
    text-align: center;
    width: 100%;
  }

  .section-features-benefits {
    margin-top: 0;
    padding-top: 60px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .careers-form-img {
    display: none;
  }

  .careers-form-img.mobile {
    display: block;
  }

  .hero-careers, .hero-careers.partner, .hero-careers.careers {
    height: auto;
  }

  .section-download-inner {
    flex-direction: column;
  }

  .box-download {
    padding: 30px 20px;
  }

  .title-download-card {
    margin-top: 10px;
  }

  .download-button-page {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 21px;
    display: flex;
  }

  .download-button-page._2 {
    width: 40%;
    font-size: 13px;
  }

  .download-button-page.purple {
    width: 80%;
    margin-top: 25px;
  }

  .download-button-page.purple-download {
    width: 100%;
    margin-top: 25px;
    padding: 10px;
  }

  .hero-inner-download {
    align-items: center;
  }

  .hero-inner-download.healt-plans {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner-download.manufacturers {
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
  }

  .hero-inner-download.healthcare-providers {
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hero-inner-download.press {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner-download.aboutus {
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .img-hero-donwload, .img-hero-case-study {
    width: 200px;
    display: none;
  }

  .hero-case-study {
    align-items: center;
  }

  .hero-case-study.healt-plans {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-case-study.manufacturers {
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
  }

  .hero-case-study.healthcare-providers {
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hero-case-study.press {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-case-study.aboutus {
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .h-gradient {
    font-size: 30px;
    line-height: 40px;
  }

  .h-gradient.health-plans._100 {
    text-align: center;
  }

  .h-gradient.health-plans._100.left {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .h-gradient.about-us._100 {
    text-align: center;
  }

  .h-gradient.about-us._100.left {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .inner-case-study {
    flex-direction: column;
  }

  .grid-case-study {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tittle-case-studys {
    margin-top: 10px;
  }

  .img-big-cst {
    margin-top: 0;
    display: none;
  }

  .img-big-title {
    width: 100%;
  }

  .case-quote {
    margin-top: 100px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cs-left-colum {
    border-right-style: none;
    align-items: center;
    padding-top: 20px;
    padding-right: 0;
  }

  .text-quote-cs {
    text-align: center;
  }

  .help-img-benefits {
    width: 90%;
  }

  .benefits-img-mobile1 {
    width: 40%;
    margin-left: 5px;
    display: block;
  }

  .benefits-img-mobile1._1 {
    display: none;
  }

  .benefits-img-mobile1._2, .benefits-img-mobile1._3 {
    width: 300px;
    display: block;
  }

  .benefits-img-mobile-3 {
    width: 28%;
    margin-left: 5px;
    display: block;
  }

  .benefits-img-mobile-3._1 {
    display: none;
  }

  .benefits-img-mobile-3._2 {
    width: 300px;
    display: none;
  }

  .benefits-img-mobile-3._3 {
    width: 300px;
    display: block;
  }

  .img-mobile-steps {
    margin-top: 0;
    padding-bottom: 20px;
    display: block;
  }

  .cs-right-column {
    border-bottom: 2px solid var(--medium-slate-blue);
    padding-left: 0;
  }

  .download-grid {
    flex-direction: column;
  }

  .grid-contact-leftcareers {
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .typed-words {
    font-size: 40px;
    line-height: 47px;
  }

  .contact-form-img {
    width: 80%;
  }

  .video-popup {
    display: none;
  }

  .video-popup-container {
    width: 95%;
  }

  .video-right-web, .video-right-web.mobile {
    display: block;
  }

  .blog-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .list-blog {
    grid-template-columns: 1fr;
  }

  .hblog {
    font-size: 22px;
    line-height: 32px;
  }

  .cary-blog-cont {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-blog {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-inner-blog.healt-plans {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner-blog.manufacturers {
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
  }

  .hero-inner-blog.healthcare-providers {
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hero-inner-blog.press {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner-blog.aboutus {
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hero-inner-blog.benefits {
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
  }

  .hero-inner-blog.blogs {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hq-blog {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .hq-blog.health-plans {
    width: 100%;
    display: block;
  }

  .hq-blog.manufacturers {
    text-align: center;
    width: 100%;
    display: block;
  }

  .hq-blog.hcp {
    text-align: center;
    width: 100%;
  }

  .hq-blog.press {
    text-align: center;
    width: 100%;
    display: block;
  }

  .hq-blog.aboutus, .hq-blog.case-study {
    text-align: center;
    width: 100%;
  }

  .hq-blog.blogpage {
    text-align: center;
    width: 100%;
    display: block;
  }

  .h1-post {
    font-size: 40px;
    line-height: 50px;
  }

  .h-datet, .back-blog {
    font-size: 14px;
    line-height: 24px;
  }

  .img-cary-blog {
    width: 70%;
    position: static;
  }

  .image-3 {
    margin-left: 0%;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .hero-careers-copy, .hero-careers-copy.partner, .hero-careers-copy.careers {
    height: auto;
  }

  .navbar {
    height: auto;
    min-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .left_slider {
    padding: 32px 1rem;
  }

  .purple_left_banner.celeste {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    padding: 20px 20px 12px;
    display: flex;
  }

  .blue_right_hero.celesteoscuro {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .caryrxx {
    width: 140px;
  }

  .caryrxx.claripage {
    width: 100px;
  }

  .numberss {
    font-size: 32px;
  }

  .section2 {
    padding: 32px 1rem;
  }

  .section2.dark {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section2.dark-connect {
    padding-bottom: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section2.w {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tittle_section_2 {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .grid_products {
    grid-template-columns: 1fr;
  }

  .section3.grey {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section3.white2 {
    padding: 0 1rem 32px;
  }

  .product_item-results {
    display: none;
  }

  .icon_enhancing {
    width: 40px;
  }

  .h_products.light {
    font-size: 16px;
  }

  .h_products.pink {
    font-size: 20px;
  }

  .text_products.claro.grey {
    font-size: 14px;
  }

  .left_footer.onedashpage {
    padding: 32px 1rem;
  }

  .grid_quote {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .left_quote_box {
    flex-direction: column;
  }

  .cardprefooter_2 {
    padding-top: 50px;
  }

  .iconprefooter {
    width: 34px;
  }

  .img_caryrx {
    width: 200px;
    display: none;
  }

  .img_caryrx.manufacturers {
    height: auto;
    display: block;
  }

  .section_darkblue {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sliderbox_icons {
    height: auto;
  }

  .grid_products-3xs {
    grid-template-columns: 1fr;
  }

  .box_righticons {
    height: 140px;
  }

  .bulletsdots {
    margin-top: 7px;
  }

  .bulletdiv {
    align-items: flex-start;
  }

  .icon_absolute {
    width: 40px;
  }

  .grid_products-clair {
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }

  .boxclair {
    grid-row-gap: 32px;
    height: auto;
  }

  .section_image {
    height: 750px;
  }

  .griddoble {
    grid-template-columns: 1fr;
  }

  .icon_clairdouble {
    width: 40px;
  }

  .trynow.hp, .linkmenubig.hp {
    margin-top: 20px;
  }

  .link-block-3.w--current {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-intro {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-nav-intro {
    width: 100px;
  }

  .button-download-white {
    padding: 12px 20px;
    font-size: 13px;
  }

  .button-download-white.hero {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button-download-white.hero.partner, .button-download-white.home.patient {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .inner-hero-intro {
    height: auto;
    margin-top: 40px;
    padding: 150px 1rem;
  }

  .h1-home {
    font-size: 25px;
    line-height: 33px;
  }

  .h1-home.type {
    margin-bottom: 0;
  }

  .span-bold {
    font-size: 22px;
    line-height: 32px;
  }

  .h3-home {
    margin-top: 10px;
    font-size: 15px;
  }

  .buttons-hero-home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-footer {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-footer.new {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 2.5fr;
  }

  .footer-div {
    width: auto;
    padding-right: 0;
  }

  .social-links {
    width: auto;
  }

  .social-red {
    width: 25px;
    margin-right: 10px;
  }

  .grid-footer-bottom {
    grid-template-columns: .75fr;
  }

  .footer-div-b.last {
    align-items: flex-start;
  }

  .text-copy {
    text-align: left;
    align-items: flex-start;
  }

  .topbar {
    display: none;
  }

  .logo-a.mobile {
    width: 70%;
  }

  .link-nav-a {
    margin-bottom: 15px;
  }

  .link-nav-a.none {
    display: none;
  }

  .button-copy._2 {
    width: 70%;
    margin-top: 20px;
  }

  .button-copy.purple {
    width: 70%;
    padding: 10px 0;
  }

  .hero-a-inner {
    background-image: url('../images/back-hero-patients.png');
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .heading {
    text-align: center;
    margin-bottom: 0;
  }

  .heading._2 {
    margin-left: 0;
    font-size: 10px;
    line-height: 16px;
  }

  .heading.parner {
    width: 100%;
    margin-top: 0;
  }

  .heading.parner.landing {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
  }

  .heading.white {
    text-align: left;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 22px;
  }

  .heading.hcp {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading.aboutus {
    width: 100%;
    margin-top: 0;
  }

  .heading.aboutus.landing {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
  }

  .h1 {
    text-align: center;
    margin-top: 10px;
    font-size: 23px;
    line-height: 33px;
  }

  .h1.health-plans {
    font-size: 22px;
    line-height: 32px;
  }

  .h1.manufacturers {
    display: block;
  }

  .h1.hcp {
    width: 100%;
  }

  .h1.press {
    font-size: 22px;
    line-height: 32px;
  }

  .h1.aboutus {
    width: 100%;
  }

  .h1.case-study {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .span1 {
    display: inline;
  }

  .h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .h3.center {
    font-size: 17px;
    line-height: 29px;
  }

  .div-block-3 {
    border-right-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-4 {
    flex-direction: row;
    align-items: center;
  }

  .div-block-3-copy {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .image-hero {
    display: none;
  }

  .getting-section {
    padding-bottom: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2-getting {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-easy-section {
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-grid, .card-grid._1, .card-grid._2 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-grid.api {
    border-bottom: 1px solid #d9d9d980;
    border-right-style: none;
    padding-top: 30px;
  }

  .card-grid.api.last {
    border-bottom-style: none;
  }

  .card-grid.trusted {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-easy.started, .icon-easy.parner {
    margin-top: 20px;
  }

  .icon-easy.api {
    padding-bottom: 10px;
  }

  .icon-easy.hcp {
    width: 60px;
  }

  .h4.white {
    font-size: 16px;
    line-height: 26px;
  }

  .text2.white {
    font-weight: 300;
  }

  .h-video._44 {
    font-size: 22px;
    line-height: 32px;
  }

  .section-time {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .time-inner-wrapper {
    background-image: url('../images/back-stopwastingtime.png');
    background-position: 50%;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .time-left {
    align-items: center;
  }

  .image-time {
    width: 100%;
  }

  .text-time {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .h-time {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

  .h-switch {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .grid-switch {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 25px;
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .switch-icon {
    width: 55px;
  }

  .cary-customer {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .customer-grid {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .customer-left {
    border-top: 2px none var(--pattient-yellow);
    border-bottom: 2px none var(--pattient-yellow);
    border-right-style: none;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .customer-right {
    border-bottom: 2px solid var(--pattient-yellow);
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 0;
  }

  .h-quote-big {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .quote-icon {
    width: 30px;
  }

  .doctor-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .doctor-img {
    width: 100%;
    display: none;
  }

  .news-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .news-inner {
    background-image: url('../images/back-inthenews.png');
    background-position: 50%;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .news-h {
    font-size: 22px;
    line-height: 32px;
  }

  .news-h.hcp {
    font-size: 20px;
    line-height: 30px;
  }

  .news-logo {
    margin-bottom: 40px;
  }

  .logos-wrapper-news {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item---brix.accordion-1---brix {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 16px;
    line-height: 26px;
  }

  .faqs-section {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faqs-inner {
    margin-top: 30px;
  }

  .cta-section {
    padding: 30px 1rem 40px;
  }

  .cta-section.partner {
    padding-bottom: 60px;
  }

  .cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta.partner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
  }

  .accordion-paragraph---brix-2 {
    max-width: 100%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-item-title---brix-2 {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item-title---brix-2.accordion-3---brix {
    max-width: 75%;
  }

  .cloneable-container-default {
    padding: 64px 16px;
  }

  .button-purple.partner.start-now, .button-purple.partner.case-study, .button-purple.map {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-inner-partner {
    padding: 20px;
  }

  .hero-inner-partner.apidocs {
    background-image: url('../images/Gradient_color_-_API_docs_Mobile.png');
    align-items: center;
    overflow: hidden;
  }

  .hero-inner-partner.manufacturers {
    background-image: url('../images/Gradient-color-hero-mobile.png');
  }

  .hero-inner-partner.healthcare-providers {
    background-image: url('../images/Gradient-color_9.png');
  }

  .hero-inner-partner.press {
    background-image: url('../images/back-hero-mobile.png');
  }

  .hero-inner-partner.aboutus {
    background-image: url('../images/Gradient-color_9.png');
  }

  .hero-inner-partner.benefits {
    padding: 25px 25px 40px;
  }

  .grid-contact-left {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-contact-right {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-contact {
    font-size: 25px;
    line-height: 35px;
  }

  .text-area-form {
    min-height: 200px;
  }

  .grid-contact-left-patient {
    padding: 20px 20px 0;
  }

  .heading-contact-partner {
    letter-spacing: 2px;
    font-size: 13px;
  }

  .terms-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .terms-container {
    border-radius: 20px;
    align-items: center;
    height: auto;
    padding: 20px;
    overflow: hidden;
  }

  .h-3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .privacy-img {
    width: 100%;
    margin-bottom: 15px;
    display: none;
  }

  .terms-img, .hipaa-privacy {
    display: none;
  }

  .mobile-navbar {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .mobile-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menubutton {
    padding: 14px;
    font-size: 14px;
  }

  .button-nav-mobile {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-nav-mobile.contactus {
    width: 100%;
    margin-bottom: 15px;
  }

  .button-nav-mobile2 {
    width: 80%;
  }

  .icon {
    font-size: 16px;
  }

  .image-hero-mobile {
    width: 100%;
    margin-left: 20px;
    display: block;
    position: static;
  }

  .button-patient-mobile1, .button-patient-mobile-2.api {
    width: 70%;
  }

  .image-hero-api-mobile {
    width: 330px;
    max-width: none;
    height: auto;
    position: static;
    inset: 0% 0% auto;
  }

  .image-hero-api-mobile.hcp {
    width: 280px;
  }

  .image-hero-api-mobile.about-us {
    width: 260px;
  }

  .image-hero-api-mobile.download-page {
    width: 250px;
  }

  .hero-inner-partner-landing {
    padding: 20px 20px 60px;
  }

  .hero-pl-container {
    text-align: left;
    align-items: flex-start;
    padding-left: 20px;
  }

  .hero-pl-wrapper {
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 0;
  }

  .hero-pl-wrapper.parrnetlanding, .hero-pl-wrapper.aboutus {
    justify-content: flex-start;
  }

  .hero-pl-wrapper.benefits {
    justify-content: flex-start;
    padding-top: 1px;
  }

  .trusted-section.partners {
    margin-top: -48px;
    padding-top: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .trusted-section.manufacturers {
    margin-top: -54px;
  }

  .trusted-section.press {
    margin-top: -48px;
    padding-top: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-trusted-section.partners {
    width: auto;
    margin-top: 4px;
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .grid-trusted-section.healt-plans, .grid-trusted-section.press {
    margin-top: 0;
  }

  .benefits-section {
    margin-top: 20px;
  }

  .grid-benefits-container {
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .card-grid-text.benefits {
    padding-right: 0;
  }

  .card-grid-image.benefits {
    padding-top: 0;
  }

  .h2-benefits {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .text-benefits {
    font-size: 14px;
    line-height: 24px;
  }

  .button-benefits._2 {
    width: 70%;
    margin-top: 10px;
  }

  .button-benefits.purple {
    width: 60%;
    padding: 10px 15px;
  }

  .violet-section {
    padding-bottom: 200px;
  }

  .h-violet-grid {
    font-size: 19px;
    line-height: 30px;
  }

  .partner-section {
    padding-bottom: 30px;
  }

  .cary-partner {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .partner-grid {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .partner-left {
    border-top: 2px solid var(--medium-slate-blue);
    border-bottom: 2px none var(--pattient-yellow);
    border-right-style: none;
    align-items: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .partner-right {
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 0;
  }

  .quote-description {
    margin-bottom: 0;
  }

  .text-cta {
    text-align: center;
    margin-bottom: 20px;
  }

  .text-cta.healtplans, .text-cta.press {
    font-size: 18px;
    line-height: 26px;
  }

  .news-inner-partner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1-partners {
    margin-top: 0;
    font-size: 21px;
    line-height: 33px;
  }

  .h1-partners.partnerlanding {
    text-align: left;
  }

  .h1-partners.benefits {
    text-align: left;
    font-size: 20px;
    line-height: 29px;
  }

  .heading-trusted {
    margin-bottom: 0;
  }

  .news-h-copy {
    font-size: 22px;
    line-height: 32px;
  }

  .h1-cta {
    font-size: 20px;
    line-height: 30px;
  }

  .logo-partners {
    width: 60%;
    max-width: 100%;
    height: auto;
    max-height: none;
  }

  .appstore {
    justify-content: flex-start;
    width: auto;
    padding-top: 20px;
  }

  .app-icon.purple {
    width: 40px;
    margin-right: 30px;
  }

  .icons-appstore {
    justify-content: flex-start;
    display: flex;
  }

  .buttondownload._2 {
    width: 70%;
    margin-top: 10px;
  }

  .buttondownload.purple {
    width: 90%;
  }

  .svg-menu {
    width: 50px;
  }

  .buttondownload-mobile {
    margin-right: 15px;
  }

  .buttondownload-mobile._2 {
    width: 70%;
    margin-top: 10px;
  }

  .buttondownload-mobile.purple {
    width: 90%;
  }

  .inner-mobile-menu {
    padding: 15px;
  }

  .doctor-img-moibile, .button-2.is-small.transparent, .button-2.is-small._16px {
    width: 100%;
  }

  .navbar1_logo {
    width: 110px;
    height: 25.5469px;
  }

  .contact-mobile-partner.api {
    width: auto;
  }

  .link-nav-a-partners {
    margin-bottom: 15px;
  }

  .privacy-img-mobile {
    width: 290px;
    max-width: none;
    margin-bottom: 15px;
    display: block;
    position: relative;
    left: auto;
    right: 19px;
  }

  .privacy-img-mobile.hiida {
    width: 260px;
    right: 0;
  }

  .section-gradient-box {
    padding-bottom: 100px;
  }

  .box-gradient {
    padding: 20px;
  }

  .box-gradient.apidocs {
    align-items: center;
  }

  .h2 {
    text-align: left;
    margin-top: 10px;
    font-size: 22px;
    line-height: 33px;
  }

  .h2.health-plans {
    width: auto;
  }

  .h2.health-plans._100 {
    font-size: 24px;
    line-height: 32px;
  }

  .h2.health-plans._100.white {
    font-size: 21px;
    line-height: 31px;
  }

  .h2.health-plans._100.left {
    font-size: 21px;
    line-height: 30px;
  }

  .h2.manufacturers {
    width: auto;
  }

  .h2.manufacturers._100.white {
    font-size: 25px;
    line-height: 35px;
  }

  .h2._100.mf {
    font-size: 30px;
    line-height: 40px;
  }

  .h2._100.hcp, .h2._100.ourteam, .h2._100.stream, .h2._100.features {
    font-size: 25px;
    line-height: 35px;
  }

  .h2.hcp, .h2.about-us {
    width: auto;
  }

  .h2.about-us._100 {
    font-size: 24px;
    line-height: 32px;
  }

  .h2.about-us._100.white {
    font-size: 21px;
    line-height: 31px;
  }

  .h2.about-us._100.left {
    font-size: 21px;
    line-height: 30px;
  }

  .grid-box-gradient {
    flex-direction: column-reverse;
  }

  .blue-section-grids {
    padding-bottom: 200px;
  }

  .box-section-blue.spacing {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .box-section-blue.spacing-quote {
    margin-top: 30px;
  }

  .text-normal {
    font-size: 14px;
    line-height: 24px;
  }

  .text-normal.white {
    text-align: left;
    margin-top: 20px;
    padding-right: 0;
  }

  .text-normal.white.learnmore {
    margin-top: 0;
    font-size: 14px;
  }

  .text-normal.white.read {
    margin-top: 0;
  }

  .text-normal.violet {
    text-align: left;
    margin-top: 20px;
  }

  .text-normal.violet.learnmore, .text-normal.violet.read {
    margin-top: 0;
  }

  .grid-3-box {
    grid-row-gap: 20px;
  }

  .gradient-number {
    font-size: 30px;
    line-height: 40px;
  }

  .text-box-numbers {
    font-size: 14px;
    line-height: 22px;
  }

  .case-study-box-section {
    padding-bottom: 30px;
  }

  .case-study-box {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .quote-description-copy {
    margin-bottom: 0;
  }

  .text-quotes {
    font-size: 14px;
    line-height: 22px;
  }

  .case-study-quote-left {
    border-top: 2px solid var(--medium-slate-blue);
    border-bottom: 2px none var(--pattient-yellow);
    border-right-style: none;
    padding: 15px 0 0;
  }

  .case-study-quote-right {
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 0;
  }

  .section-tabs {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-wrapper {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1.w--current {
    font-size: 14px;
  }

  .tab-link-tab-2 {
    font-size: 12px;
  }

  .text-tab {
    text-align: center;
    font-size: 12px;
  }

  .tab-1 {
    border-radius: 20px;
    padding: 25px 15px 20px;
  }

  .h-tabs {
    font-size: 18px;
    line-height: 28px;
  }

  .tab-2 {
    border-radius: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .trusted-manufacturers.partners {
    width: auto;
    margin-top: -35px;
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .blue-section-grids-manufacturers {
    padding: 50px 1rem 400px;
  }

  .blue-section-left-manufacturers {
    align-items: flex-start;
  }

  .manufacturers-blue-logo {
    display: block;
  }

  .blue-section-learn-more.hp {
    margin-top: 30px;
  }

  .section-4-manufacturers {
    margin-top: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section4-inner {
    padding: 20px;
  }

  .section4-inner.apidocs, .section4-inner.manufacturers {
    align-items: center;
  }

  .image-sect4-manu-mobile {
    width: 100%;
    margin-top: -100px;
  }

  .section-5-manufacturers {
    padding-top: 50px;
  }

  .manufacturers-quote {
    margin-top: 50px;
    padding-bottom: 30px;
  }

  .manufacturers-features-box {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .mf-features-grid {
    flex-direction: column-reverse;
    align-items: center;
    display: block;
  }

  .mf-features-inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .mf-features-img {
    width: 7%;
    max-width: 100%;
  }

  .text-normal-mf {
    font-size: 14px;
    line-height: 22px;
  }

  .manufacturers-quote-box {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .mf-quote-grid {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  .mf-quote-left {
    border-top: 2px solid var(--medium-slate-blue);
    border-bottom: 2px none var(--pattient-yellow);
    border-right-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mf-quote-right {
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 0;
  }

  .blue-section-manufacturers-2 {
    padding-top: 280px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-blue-inner {
    margin-top: 150px;
    padding: 20px;
  }

  .section-blue-inner.apidocs, .section-blue-inner.manufacturers {
    align-items: center;
  }

  .h1-mf {
    text-align: center;
    margin-top: 10px;
    font-size: 23px;
    line-height: 33px;
  }

  .section-results-box-manufacturers {
    padding-left: 0;
    padding-right: 0;
  }

  .gradient-container {
    align-items: center;
  }

  .gradient-text {
    font-size: 14px;
    line-height: 24px;
  }

  .gradient-text.hcp {
    margin-top: 0;
    margin-left: 5px;
    line-height: 19px;
  }

  .map-inner {
    padding: 20px 20px 25px;
  }

  .map-inner.apidocs, .map-inner.manufacturers {
    align-items: center;
  }

  .manufacturers-map {
    padding-bottom: 30px;
  }

  .grid-health-down-l, .grid-health-down-r {
    padding: 20px;
  }

  .h1-download-heatlh {
    font-size: 25px;
    line-height: 35px;
  }

  .buttons-download {
    font-size: 11px;
  }

  .h2-manufac {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 33px;
  }

  .h2-manufac.health-plans, .h2-manufac.manufacturers {
    width: auto;
  }

  .h2-manufac.manufacturers._100.white {
    font-size: 25px;
    line-height: 35px;
  }

  .health-plans-map {
    padding-bottom: 30px;
  }

  .blue-section-healthplans-2 {
    padding-top: 150px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs3-container {
    margin-top: 30px;
  }

  .grid-tabs2 {
    flex-direction: column-reverse;
  }

  .h2-tabs-2 {
    text-align: left;
    margin-top: 10px;
    font-size: 23px;
    line-height: 33px;
  }

  .text2-tabs.white {
    font-weight: 300;
  }

  .grid-3-section-cards {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h-cardss {
    text-align: center;
    margin-top: 10px;
    font-size: 19px;
    line-height: 29px;
  }

  .h-cardss.health-plans, .h-cardss.manufacturers {
    width: auto;
  }

  .h-cardss.manufacturers._100.white {
    font-size: 25px;
    line-height: 35px;
  }

  .hero-a-hcp {
    padding-bottom: 80px;
  }

  .hcp-button-container-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-transparent.hcp {
    margin-left: 0;
  }

  .hcp-grids-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hcp-gridicons {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-send-hcp {
    padding-top: 30px;
  }

  .send-hcp-box {
    padding-top: 70px;
    padding-bottom: 20px;
    display: flex;
  }

  .text-normal-hcp, .text-normal-hcp-bot {
    font-size: 14px;
    line-height: 24px;
  }

  .quote-img-wrapper-mf {
    box-shadow: 0 0 30px -9px var(--medium-slate-blue);
  }

  .button-pattient-landing {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding: 12px 20px;
    font-size: 13px;
    display: flex;
  }

  .button-pattient-landing.hero {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button-pattient-landing.hero.partner, .button-pattient-landing.home.patient {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-partnert-landing {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 16px;
    padding: 12px 20px;
    font-size: 13px;
    display: flex;
  }

  .button-partnert-landing.hero {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button-partnert-landing.hero.partner, .button-partnert-landing.home.patient {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-contact-links-mobile, .container-contact-links-mobi {
    justify-content: center;
  }

  .img-blue-section-mobi.overflow, .img-blue-section-mobis {
    width: 100%;
  }

  .icon-hplans {
    display: none;
  }

  .grid-box-casestudy {
    flex-direction: column;
  }

  .image-hcp-round {
    width: 200px;
  }

  .logo-coverage {
    width: 60%;
  }

  .hp-blue-logo {
    display: block;
  }

  .section-press-box {
    padding-bottom: 50px;
  }

  .press-release-box {
    padding: 20px;
    display: flex;
  }

  .press-release-grid {
    flex-direction: column-reverse;
    align-items: center;
    display: block;
  }

  .new-release-img {
    margin-top: 15px;
  }

  .text-press-date {
    margin-left: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .text-normal-press {
    font-size: 14px;
    line-height: 24px;
  }

  .press-release-read.hp {
    margin-top: 30px;
  }

  .press-release-grid-blog {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .press-release-blog-grid-box {
    width: auto;
  }

  .press-cms-list2-item, .press-release-blog-lright {
    padding: 20px;
    display: flex;
  }

  .press-release-img-blog {
    height: auto;
  }

  .press-release-img-blog.pressleft {
    height: auto;
    margin-bottom: 15px;
  }

  .text-press-date-blog {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .text-normal-press-blog {
    font-size: 14px;
    line-height: 24px;
  }

  .press-release-read-blog.hp {
    margin-top: 30px;
  }

  .blog-grid-inner {
    align-items: flex-start;
  }

  .section-allpress-box {
    margin-bottom: 30px;
  }

  .allpress-grid1-container {
    margin-top: 25px;
  }

  .allpress-grid-inner-box {
    padding: 20px;
    display: flex;
  }

  .allpress-text-date {
    font-size: 12px;
    line-height: 22px;
  }

  .allpres-tittle {
    font-size: 14px;
    line-height: 24px;
  }

  .allpress-read-link {
    margin-top: 20px;
  }

  .allpress-read-link.hp {
    margin-top: 30px;
  }

  .h1-cta-press {
    font-size: 22px;
    line-height: 32px;
  }

  .press-release-read-blog-test.hp {
    margin-top: 30px;
  }

  .hero-pl-container-partnerlanding {
    text-align: left;
    align-items: flex-start;
    padding-left: 0;
  }

  .text-tag-post {
    margin-bottom: 5px;
    padding: 4px 16px;
  }

  .description-texts {
    font-size: 14px;
    line-height: 24px;
  }

  .list2 {
    grid-template-columns: 1fr;
    width: auto;
  }

  .allpress-description {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-inner-about-us {
    padding: 20px 20px 60px;
  }

  .hero-pl-container-aboutus {
    text-align: left;
    align-items: flex-start;
    padding-left: 0;
  }

  .hero-inner-aboutus {
    padding: 20px;
  }

  .hero-inner-aboutus.apidocs {
    background-image: url('../images/Gradient_color_-_API_docs_Mobile.png');
    align-items: center;
    overflow: hidden;
  }

  .hero-inner-aboutus.manufacturers {
    background-image: url('../images/Gradient-color-hero-mobile.png');
  }

  .hero-inner-aboutus.healthcare-providers {
    background-image: url('../images/Gradient-color_9.png');
  }

  .hero-inner-aboutus.press {
    background-image: url('../images/back-hero-mobile.png');
  }

  .hero-inner-aboutus.aboutus {
    background-image: url('../images/Mask-group_2.png');
  }

  .violet-section-aboutus {
    padding-bottom: 500px;
  }

  .box-section-violet.spacing {
    margin-top: 30px;
  }

  .section-team-box {
    margin-bottom: 20px;
  }

  .team-title-aboutus {
    margin-bottom: 140px;
  }

  .image-ourteam {
    width: 59%;
  }

  .team-grid1 {
    grid-row-gap: 150px;
  }

  .box-team {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .image-team-person {
    width: 150px;
    height: auto;
  }

  .text-noprmal-team {
    font-size: 14px;
    line-height: 22px;
  }

  .text-name-team {
    font-size: 16px;
    line-height: 27px;
  }

  .img-aboutus-in {
    width: 35px;
    margin-top: 0;
  }

  .team-gridcontainer-2 {
    margin-top: 150px;
  }

  .h1-ctaaboutus {
    font-size: 17px;
    line-height: 27px;
  }

  .hero-pl-container-benefits {
    text-align: left;
    align-items: flex-start;
    padding-left: 0;
  }

  .section-stream {
    margin-top: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-stream-inner {
    padding: 20px 0;
  }

  .section-stream-inner.apidocs, .section-stream-inner.manufacturers {
    align-items: center;
  }

  .img-stream {
    width: 65px;
    padding-bottom: 25px;
  }

  .title-stream {
    font-size: 17px;
    line-height: 26px;
  }

  .text-stream {
    font-size: 14px;
    line-height: 22px;
  }

  .section-5-manufacturers-copy {
    padding-top: 50px;
  }

  .section-help-benefits {
    margin-top: 50px;
    padding-bottom: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .help-inner-benefits {
    padding: 20px 20px 25px;
  }

  .help-inner-benefits.apidocs, .help-inner-benefits.manufacturers {
    align-items: center;
  }

  .h1-help {
    text-align: center;
    margin-top: 10px;
    font-size: 23px;
    line-height: 33px;
  }

  .h3-help {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .h3-help.center {
    font-size: 17px;
    line-height: 29px;
  }

  .section-features-benefits {
    padding-top: 30px;
  }

  .text-stream-2.white {
    font-weight: 300;
  }

  .careers-form-img {
    width: 100%;
    display: none;
  }

  .careers-form-img.mobile {
    padding-bottom: 20px;
  }

  .hero-careers {
    background-image: url('../images/Group-48095739_8.png');
    background-position: 50%;
  }

  .section-downloads {
    margin-top: 30px;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-download-inner {
    padding: 20px 0;
  }

  .section-download-inner.apidocs, .section-download-inner.manufacturers {
    align-items: center;
  }

  .download-icon-page {
    width: 60%;
  }

  .title-download-card {
    font-size: 22px;
    line-height: 32px;
  }

  .download-button-page._2 {
    width: 70%;
    margin-top: 20px;
  }

  .download-button-page.purple, .download-button-page.purple-download {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-inner-download {
    padding: 20px;
  }

  .hero-inner-download.apidocs {
    background-image: url('../images/Gradient_color_-_API_docs_Mobile.png');
    align-items: center;
    overflow: hidden;
  }

  .hero-inner-download.manufacturers {
    background-image: url('../images/Gradient-color-hero-mobile.png');
  }

  .hero-inner-download.healthcare-providers {
    background-image: url('../images/Gradient-color_9.png');
  }

  .hero-inner-download.press {
    background-image: url('../images/back-hero-mobile.png');
  }

  .hero-inner-download.aboutus {
    background-image: url('../images/Gradient-color_9.png');
  }

  .hero-case-study {
    padding: 20px;
  }

  .hero-case-study.apidocs {
    background-image: url('../images/Gradient_color_-_API_docs_Mobile.png');
    align-items: center;
    overflow: hidden;
  }

  .hero-case-study.manufacturers {
    background-image: url('../images/Gradient-color-hero-mobile.png');
  }

  .hero-case-study.healthcare-providers {
    background-image: url('../images/Gradient-color_9.png');
  }

  .hero-case-study.press {
    background-image: url('../images/back-hero-mobile.png');
  }

  .hero-case-study.aboutus {
    background-image: url('../images/Gradient-color_9.png');
  }

  .h-gradient {
    text-align: center;
    margin-top: 10px;
    font-size: 23px;
    line-height: 33px;
  }

  .h-gradient.health-plans {
    width: auto;
  }

  .h-gradient.health-plans._100 {
    font-size: 24px;
    line-height: 32px;
  }

  .h-gradient.health-plans._100.white {
    font-size: 21px;
    line-height: 31px;
  }

  .h-gradient.health-plans._100.left {
    font-size: 21px;
    line-height: 30px;
  }

  .h-gradient.manufacturers {
    width: auto;
  }

  .h-gradient.manufacturers._100.white {
    font-size: 25px;
    line-height: 35px;
  }

  .h-gradient._100.mf {
    font-size: 30px;
    line-height: 40px;
  }

  .h-gradient._100.hcp {
    font-size: 25px;
    line-height: 35px;
  }

  .h-gradient._100.ourteam, .h-gradient._100.stream, .h-gradient._100.features {
    font-size: 30px;
    line-height: 40px;
  }

  .h-gradient.hcp, .h-gradient.about-us {
    width: auto;
  }

  .h-gradient.about-us._100 {
    font-size: 24px;
    line-height: 32px;
  }

  .h-gradient.about-us._100.white {
    font-size: 21px;
    line-height: 31px;
  }

  .h-gradient.about-us._100.left {
    font-size: 21px;
    line-height: 30px;
  }

  .inner-case-study {
    padding: 20px 0;
  }

  .inner-case-study.apidocs, .inner-case-study.manufacturers {
    align-items: center;
  }

  .tittle-case-studys {
    font-size: 19px;
    line-height: 28px;
  }

  .text-case-study {
    font-size: 13px;
    line-height: 24px;
  }

  .text-case-study.white {
    font-weight: 300;
  }

  .case-study {
    width: 100%;
  }

  .img-big-cst {
    margin-top: 0;
  }

  .img-big-title {
    width: 100%;
  }

  .case-quote {
    margin-top: 50px;
    padding-bottom: 30px;
  }

  .case-quote-box {
    padding: 20px;
    display: flex;
  }

  .cs-left-colum {
    border-top: 2px solid var(--medium-slate-blue);
    border-bottom: 2px none var(--pattient-yellow);
    border-right-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-quote-cs {
    font-size: 14px;
    line-height: 22px;
  }

  .help-img-benefits {
    width: 100%;
  }

  .benefits-img-mobile1, .benefits-img-mobile-3 {
    display: none;
  }

  .img-mobile-steps {
    margin-top: 0;
  }

  .cs-right-column {
    border-bottom-width: 1px;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 0;
  }

  .download-grid {
    flex-direction: column;
  }

  .grid-contact-leftcareers {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .typed-words {
    font-size: 25px;
    line-height: 30px;
  }

  .contact-form-img {
    width: 90%;
  }

  .contact-form-img.patients {
    width: 100%;
  }

  .video-popup {
    z-index: 2147483647;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video-popup-container {
    width: 100%;
    padding: 30px 20px 20px;
  }

  .close-popup {
    width: 15px;
    top: 9px;
  }

  .image-2 {
    width: 60%;
  }

  .hblog {
    margin-top: 0;
    font-size: 21px;
    line-height: 33px;
  }

  .hblog.partnerlanding {
    text-align: left;
  }

  .hblog.benefits {
    text-align: left;
    font-size: 20px;
    line-height: 29px;
  }

  .cary-blog-cont {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .readblog {
    font-size: 14px;
    line-height: 24px;
  }

  .readblog.white {
    text-align: left;
    margin-top: 20px;
  }

  .readblog.white.learnmore, .readblog.white.read {
    margin-top: 0;
  }

  .readblog.violet {
    text-align: left;
    margin-top: 20px;
  }

  .readblog.violet.learnmore, .readblog.violet.read {
    margin-top: 0;
  }

  .hero-inner-blog {
    padding: 20px;
  }

  .hero-inner-blog.apidocs {
    background-image: url('../images/Gradient_color_-_API_docs_Mobile.png');
    align-items: center;
    overflow: hidden;
  }

  .hero-inner-blog.manufacturers {
    background-image: url('../images/Gradient-color-hero-mobile.png');
  }

  .hero-inner-blog.healthcare-providers {
    background-image: url('../images/Gradient-color_9.png');
  }

  .hero-inner-blog.press {
    background-image: url('../images/back-hero-mobile.png');
  }

  .hero-inner-blog.aboutus {
    background-image: url('../images/Gradient-color_9.png');
  }

  .hero-inner-blog.benefits {
    padding: 25px 25px 40px;
  }

  .hero-inner-blog.blogs {
    background-image: url('../images/back-hero-mobile.png');
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hq-blog {
    text-align: center;
    margin-top: 10px;
    font-size: 23px;
    line-height: 33px;
  }

  .hq-blog.health-plans {
    font-size: 22px;
    line-height: 32px;
  }

  .hq-blog.manufacturers {
    display: block;
  }

  .hq-blog.hcp {
    width: 100%;
  }

  .hq-blog.press {
    font-size: 22px;
    line-height: 32px;
  }

  .hq-blog.aboutus {
    width: 100%;
  }

  .hq-blog.case-study {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .hq-blog.blogpage {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-content {
    padding: 20px 1rem 50px;
  }

  .img-block {
    height: 300px;
  }

  .h1-post {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .h1-post.partnerlanding {
    text-align: left;
  }

  .h1-post.benefits {
    text-align: left;
    font-size: 20px;
    line-height: 29px;
  }

  .img-content {
    padding-bottom: 40px;
  }

  .h-datet {
    margin-top: 0;
    font-size: 13px;
    line-height: 23px;
  }

  .h-datet.partnerlanding {
    text-align: left;
  }

  .h-datet.benefits {
    text-align: left;
    font-size: 20px;
    line-height: 29px;
  }

  .content-blog-page {
    padding-top: 0;
  }

  .back-blog {
    margin-top: 0;
    font-size: 13px;
    line-height: 23px;
  }

  .back-blog.partnerlanding {
    text-align: left;
  }

  .back-blog.benefits {
    text-align: left;
    font-size: 20px;
    line-height: 29px;
  }

  .img-cary-blog {
    width: 100%;
  }

  .image-3 {
    margin-left: 3%;
  }

  .container {
    max-width: none;
  }

  .hero-careers-copy {
    background-image: url('../images/Group-48095739_8.png');
    background-position: 50%;
  }

  .navbar {
    padding-bottom: 16px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header1_component {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-separate-h {
    font-size: 11px;
    line-height: 140%;
  }

  .h_1 {
    font-size: 26px;
  }

  .left_slider {
    height: 430.141px;
    padding-bottom: 32px;
  }

  .buttons_hero {
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .buttons_hero.claircard {
    grid-row-gap: 16px;
  }

  .slide-nav {
    display: none;
  }

  .grid_botttom_color {
    grid-template-columns: 1fr;
    position: static;
  }

  .purple_left_banner {
    height: auto;
    padding: 20px;
  }

  .purple_left_banner.celeste {
    padding-bottom: 20px;
  }

  .blue_right_hero {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 92.7969px;
    padding: 24px 20px;
  }

  .blue_right_hero.celesteoscuro {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .caryrxx {
    width: auto;
    height: 32px;
  }

  .caryrxx.claripage {
    width: auto;
  }

  .text-separate-h-2 {
    font-size: 10px;
  }

  .numberss {
    font-size: 32px;
  }

  .section2 {
    padding: 32px 1rem;
    display: block;
  }

  .section2.dark {
    display: block;
  }

  .h_2 {
    font-size: 20px;
    line-height: 28px;
  }

  .product_item {
    background-image: linear-gradient(#3a37e1cc, #3a37e1cc), url('../images/Cary.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 240px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .product_item.content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product_item-2 {
    background-image: linear-gradient(#00aeffcc, #00aeffcc), url('../images/OneDash.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 250px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .product_item-2:hover {
    background-image: linear-gradient(#00aeffcc, #00aeffcc), url('../images/OneDash.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .product_item-3 {
    background-image: linear-gradient(#be5af2cc, #be5af2cc), url('../images/Clair.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 250px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .product_item-3:hover {
    background-image: linear-gradient(#be5af2cc, #be5af2cc), url('../images/Clair.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .product_item-4 {
    background-image: linear-gradient(#025b55cc, #025b55cc), url('../images/CConnect.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 250px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .product_item-4:hover {
    background-image: linear-gradient(#025b55cc, #025b55cc), url('../images/CConnect.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .logoproduct.cardbox {
    width: auto;
    height: 40px;
  }

  .logoproduct.cardbox.clairr {
    width: auto;
  }

  .btn_prodduct {
    width: auto;
    height: auto;
    padding: 8px 12px;
  }

  .section3 {
    padding: 32px 1rem;
  }

  .section3.grey {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section3.darkgrey {
    padding-bottom: 32px;
  }

  .product_item-results {
    display: none;
  }

  .h_products {
    font-size: 20px;
    line-height: 137%;
  }

  .bluelight_leftt {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    padding: 24px 20px;
  }

  .section5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product_item-learn.first, .product_item-learn.second, .product_item-learn.last {
    grid-row-gap: 16px;
    height: auto;
    padding: 40px 20px 20px;
  }

  .learnicons {
    width: 40px;
  }

  .left_footer {
    grid-row-gap: 21px;
    height: 400px;
    padding: 32px 1rem;
  }

  .left_footer.onedashpage {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left_footer.onedashpage.nofixed {
    height: auto;
  }

  .right_footerimg {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-block {
    grid-column-gap: 2px;
  }

  .button_text_start {
    font-size: 20px;
  }

  .image-4 {
    width: 23px;
  }

  .wrap_start {
    grid-row-gap: 60px;
  }

  .wrap_start.getintouch {
    grid-row-gap: 0px;
  }

  .imagenhero-onedash {
    display: none;
  }

  .image-5 {
    width: 19px;
    margin-top: 0;
  }

  .subtitulos {
    font-size: 16px;
    line-height: 140%;
  }

  .quote {
    width: 60px;
  }

  .texto_frase {
    font-size: 14px;
    line-height: 24px;
  }

  .texto_frase.white {
    text-align: left;
    margin-top: 20px;
  }

  .texto_frase.white.learnmore, .texto_frase.white.read {
    margin-top: 0;
  }

  .texto_frase.violet {
    text-align: left;
    margin-top: 20px;
  }

  .texto_frase.violet.learnmore, .texto_frase.violet.read {
    margin-top: 0;
  }

  .grid_4 {
    grid-template-columns: 1fr;
  }

  .cardx4 {
    height: 160px;
    padding-left: 20px;
  }

  .cardx4.grey {
    padding-right: 20px;
  }

  .cardx4_icons {
    width: 30px;
  }

  .text_4cards {
    font-size: 14px;
    line-height: 24px;
  }

  .text_4cards.white {
    text-align: left;
    margin-top: 20px;
  }

  .text_4cards.white.learnmore, .text_4cards.white.read {
    margin-top: 0;
  }

  .text_4cards.violet {
    text-align: left;
    margin-top: 20px;
  }

  .text_4cards.violet.learnmore, .text_4cards.violet.read {
    margin-top: 0;
  }

  .section6_one {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .btnprefooter {
    position: static;
  }

  .cardprefooter_1 {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    height: 254.781px;
    padding: 20px 16px;
  }

  .cardprefooter_2 {
    padding: 70px 16px 24px;
  }

  .cardprefooter_2.dark_purple {
    padding-right: 16px;
  }

  .hprefooter_lright {
    font-size: 18px;
  }

  .hprefooter_lright.smax {
    padding-right: 0;
  }

  .prefooter {
    display: block;
  }

  .left_prefooter {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .left_prefooter.getintouch {
    height: 350px;
  }

  .text_white_prefooter {
    font-size: 14px;
    line-height: 24px;
  }

  .text_white_prefooter.white {
    text-align: left;
    margin-top: 20px;
  }

  .text_white_prefooter.white.learnmore, .text_white_prefooter.white.read {
    margin-top: 0;
  }

  .text_white_prefooter.violet {
    text-align: left;
    margin-top: 20px;
  }

  .text_white_prefooter.violet.learnmore, .text_white_prefooter.violet.read {
    margin-top: 0;
  }

  .field_text_tittle {
    font-size: 14px;
    line-height: 24px;
  }

  .field_text_tittle.white {
    text-align: left;
    margin-top: 20px;
  }

  .field_text_tittle.white.learnmore, .field_text_tittle.white.read {
    margin-top: 0;
  }

  .field_text_tittle.violet {
    text-align: left;
    margin-top: 20px;
  }

  .field_text_tittle.violet.learnmore, .field_text_tittle.violet.read {
    margin-top: 0;
  }

  .box_columns {
    flex-direction: column;
  }

  .contact_button_new {
    width: 100%;
  }

  .bottom_form_box {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .form_links {
    font-size: 14px;
    line-height: 24px;
  }

  .form_links.white {
    text-align: left;
    margin-top: 20px;
  }

  .form_links.white.learnmore, .form_links.white.read {
    margin-top: 0;
  }

  .form_links.violet {
    text-align: left;
    margin-top: 20px;
  }

  .form_links.violet.learnmore, .form_links.violet.read {
    margin-top: 0;
  }

  .links_footers {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .imagenhero-caryrx {
    display: none;
  }

  .box_section_products.spacing, .box_section_products.spacing-quote {
    margin-top: 30px;
  }

  .btn_cary {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .box_buttonss {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
    width: 100%;
  }

  .box_buttonss.left {
    align-items: flex-start;
  }

  .section_darkblue {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .app_icons_cary {
    width: 40px;
  }

  .grid_3_cary {
    display: block;
  }

  .grid_iucons_slider {
    grid-template-columns: 1fr;
  }

  .text-separate-h-2-yellow {
    text-align: left;
  }

  .boxnumbersyellow {
    flex-direction: column;
    align-items: flex-start;
  }

  .texttestimonials {
    font-size: 14px;
    line-height: 24px;
  }

  .texttestimonials.white {
    text-align: left;
    margin-top: 20px;
  }

  .texttestimonials.white.learnmore, .texttestimonials.white.read {
    margin-top: 0;
  }

  .texttestimonials.violet {
    text-align: left;
    margin-top: 20px;
  }

  .texttestimonials.violet.learnmore, .texttestimonials.violet.read {
    margin-top: 0;
  }

  .box_send {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .text_4cards-big {
    font-size: 14px;
    line-height: 24px;
  }

  .text_4cards-big.white {
    text-align: left;
    margin-top: 20px;
  }

  .text_4cards-big.white.learnmore, .text_4cards-big.white.read {
    margin-top: 0;
  }

  .text_4cards-big.violet {
    text-align: left;
    margin-top: 20px;
  }

  .text_4cards-big.violet.learnmore, .text_4cards-big.violet.read {
    margin-top: 0;
  }

  .text_4cards-light {
    font-size: 14px;
    line-height: 24px;
  }

  .text_4cards-light.white {
    text-align: left;
    margin-top: 20px;
  }

  .text_4cards-light.white.learnmore, .text_4cards-light.white.read {
    margin-top: 0;
  }

  .text_4cards-light.violet {
    text-align: left;
    margin-top: 20px;
  }

  .text_4cards-light.violet.learnmore, .text_4cards-light.violet.read {
    margin-top: 0;
  }

  .title_box_double {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .right_prefooter_home {
    display: none;
  }

  .footer-div-lasting {
    width: auto;
  }

  .grid_products-clair {
    grid-template-columns: 1fr;
  }

  .section_image {
    padding-bottom: 24px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cardimage {
    grid-row-gap: 28px;
    padding: 20px;
  }

  .text_card_clair, .bullet_texts {
    font-size: 14px;
  }

  .text_button_w_icon {
    font-size: 14px;
    line-height: 24px;
  }

  .text_button_w_icon.white {
    text-align: left;
    margin-top: 20px;
  }

  .text_button_w_icon.white.learnmore, .text_button_w_icon.white.read {
    margin-top: 0;
  }

  .text_button_w_icon.violet {
    text-align: left;
    margin-top: 20px;
  }

  .text_button_w_icon.violet.learnmore, .text_button_w_icon.violet.read {
    margin-top: 0;
  }

  .text_doble_grid {
    font-size: 14px;
  }

  .boxdoblegrid {
    padding: 20px;
  }

  .box_grey {
    grid-row-gap: 20px;
    height: auto;
    padding: 20px;
  }

  .trynow {
    position: static;
  }

  .trynow.hp {
    margin-top: 30px;
  }

  .textappearhover {
    font-size: 14px;
    line-height: 18px;
  }

  .linkmenubig.hp {
    margin-top: 30px;
  }

  .image-7 {
    display: none;
  }
}

#w-node-d3c8de0a-c026-d9d6-002b-5ec19996d23b-053a1566, #w-node-d3c8de0a-c026-d9d6-002b-5ec19996d241-053a1566, #w-node-d3c8de0a-c026-d9d6-002b-5ec19996d247-053a1566, #w-node-c8c1e7b8-dea5-3e49-4a1b-42220bf0c80e-053a1566, #w-node-_41b64357-b039-4a5f-6baf-eb095e145eca-053a1566, #w-node-_41b64357-b039-4a5f-6baf-eb095e145ec4-053a1566, #w-node-a581a13c-d31a-f59a-522b-340397c16df8-053a1566, #w-node-_24697254-665c-8dde-5bf4-c493281e201d-053a1566, #w-node-ca63ebf0-733c-bf1b-8272-b9d6f6309d97-053a1566, #w-node-f18374f5-9ff7-eba0-1bb6-bca7158f341f-053a1566, #w-node-bb590398-b33f-fac3-b41c-ad97aa34a2c8-053a1566, #w-node-_03aca2f4-6827-c780-89c2-d665bf0a91a6-053a1566, #w-node-_11ddc676-841a-168a-515a-6e7cc43a04d2-053a1566, #w-node-_055e30b9-a29f-a8ae-0e5f-d1d5d85ff591-053a1566, #w-node-_3b7b4add-5cba-27ef-4b87-c1e240acba2d-40acba2a, #w-node-_3b7b4add-5cba-27ef-4b87-c1e240acba35-40acba2a, #w-node-_3b7b4add-5cba-27ef-4b87-c1e240acba40-40acba2a, #w-node-_3b7b4add-5cba-27ef-4b87-c1e240acba49-40acba2a, #w-node-_3b7b4add-5cba-27ef-4b87-c1e240acba52-40acba2a, #w-node-_3b7b4add-5cba-27ef-4b87-c1e240acba62-40acba2a, #w-node-_3b7b4add-5cba-27ef-4b87-c1e240acba69-40acba2a, #w-node-e25a1b3e-ba54-d601-31dd-4474e5c47bb2-e5c47bb2, #w-node-ca47a3e9-78f7-5dd3-f042-6c7e1b337e22-053a1525, #w-node-ca47a3e9-78f7-5dd3-f042-6c7e1b337e35-053a1525, #w-node-_93d30224-095c-57a6-0125-fb252195d0d5-053a1525, #w-node-_93d30224-095c-57a6-0125-fb252195d0e0-053a1525, #w-node-_815071e5-fdee-559c-a3f6-be0ffa71a1d1-053a1525, #w-node-cb653581-4210-72bf-bd49-6ed57604b079-053a1525, #w-node-fcde0baa-014f-ca2b-4964-c66fe11a552d-053a1525, #w-node-fcde0baa-014f-ca2b-4964-c66fe11a5535-053a1525, #w-node-c2d5c482-4692-bf1c-ce36-ccef2a9abfb3-053a1525, #w-node-c2d5c482-4692-bf1c-ce36-ccef2a9abfbc-053a1525, #w-node-_7097e6e7-e2eb-aecb-5946-bae0145c05d5-053a1525, #w-node-_7097e6e7-e2eb-aecb-5946-bae0145c05dd-053a1525, #w-node-_10270e91-ad6d-5a45-e2f6-9726f8af70f0-053a1525, #w-node-_10270e91-ad6d-5a45-e2f6-9726f8af70f8-053a1525, #w-node-_0380b23d-40e4-ab4b-0aad-5925bde59265-053a153a, #w-node-dbe650c5-4288-981c-338d-b4b5e15b3a10-053a153a, #w-node-_8033ad12-9722-9bc7-dc22-caaebf761594-053a153a, #w-node-_088e9ef4-2261-37bc-64f3-850abe99d623-053a153b, #w-node-_44775a34-fdba-b7ad-fa59-ee64b34c3840-053a153b, #w-node-e1a0eaf7-9199-35dd-47a7-eddec7fe2beb-053a153b, #w-node-_9d282216-b91b-d940-9146-06c1156b8c69-053a153b, #w-node-b431e557-ac25-91d5-05ed-38c7393eb5b7-053a153b, #w-node-b503859b-914c-1acc-ea7a-a40ecd83258b-cd832588, #w-node-b503859b-914c-1acc-ea7a-a40ecd832598-cd832588, #w-node-b503859b-914c-1acc-ea7a-a40ecd8325a3-cd832588, #w-node-b503859b-914c-1acc-ea7a-a40ecd8325ac-cd832588, #w-node-b503859b-914c-1acc-ea7a-a40ecd8325b5-cd832588, #w-node-b503859b-914c-1acc-ea7a-a40ecd8325c5-cd832588, #w-node-b503859b-914c-1acc-ea7a-a40ecd8325cc-cd832588, #w-node-b503859b-914c-1acc-ea7a-a40ecd8325cf-cd832588, #w-node-_5547edff-1531-28fb-b986-9b5d5409d74d-053a153e, #w-node-_5547edff-1531-28fb-b986-9b5d5409d75e-053a153e, #w-node-a6e83d33-1bcb-3d6f-c13a-9f1229f191cc-053a153f, #w-node-_8445ff09-b77b-9c6b-7651-5bbcb31662a5-053a153f, #w-node-ca79432f-be54-bd48-04da-d71b3a13501b-053a153f, #w-node-dc5cd836-833b-7bfe-3611-783c3333a9f0-053a153f, #w-node-_26f1ac94-c211-17b3-3324-57eecc18412c-053a153f, #w-node-ddf27d14-23f5-e878-dc8f-6251c610823a-053a153f, #w-node-ddf27d14-23f5-e878-dc8f-6251c610824b-053a153f, #w-node-d262048a-895c-84d9-5f0c-801213a9cf1a-053a153f, #w-node-d262048a-895c-84d9-5f0c-801213a9cf2e-053a153f, #w-node-_2dd80089-d83c-ff2d-2a9c-d5a9c76eb804-053a153f, #w-node-_2dd80089-d83c-ff2d-2a9c-d5a9c76eb80a-053a153f, #w-node-_2dd80089-d83c-ff2d-2a9c-d5a9c76eb810-053a153f, #w-node-_2dd80089-d83c-ff2d-2a9c-d5a9c76eb816-053a153f, #w-node-f9ae9971-d5da-fef2-1d24-e121668021da-053a153f, #w-node-f9ae9971-d5da-fef2-1d24-e121668021e7-053a153f, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9b5-053a153f, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9c8-053a153f, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9d1-053a153f, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9dc-053a153f, #w-node-_7fbc6d4c-ca28-4079-0b53-f78ed6024996-053a153f, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9e7-053a153f, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9f8-053a153f, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9ff-053a153f, #w-node-d953c232-ca2e-b7ca-cd57-22468775ca02-053a153f, #w-node-a6e83d33-1bcb-3d6f-c13a-9f1229f191cc-053a1540, #w-node-_8445ff09-b77b-9c6b-7651-5bbcb31662a5-053a1540, #w-node-_8341ab19-3268-5f4f-391c-5f2aa9c0de69-053a1540, #w-node-_8341ab19-3268-5f4f-391c-5f2aa9c0de77-053a1540, #w-node-ddf27d14-23f5-e878-dc8f-6251c610823a-053a1540, #w-node-ddf27d14-23f5-e878-dc8f-6251c610824b-053a1540, #w-node-_24048590-f571-5d6b-e659-2467034f2328-053a1540, #w-node-_24048590-f571-5d6b-e659-2467034f232e-053a1540, #w-node-_24048590-f571-5d6b-e659-2467034f232f-053a1540, #w-node-_24048590-f571-5d6b-e659-2467034f2335-053a1540, #w-node-baf0958c-67bb-e2ec-375c-4e75fac050f7-053a1540, #w-node-e55cd96c-4616-986c-ee49-86720daa79c6-053a1540, #w-node-b3b0b03b-dcc8-c07d-fd90-196e9b07b10d-053a1540, #w-node-_582d17b5-935b-f4a3-cce2-b2835a2c0b36-053a1540, #w-node-_582d17b5-935b-f4a3-cce2-b2835a2c0b3c-053a1540, #w-node-_582d17b5-935b-f4a3-cce2-b2835a2c0b42-053a1540, #w-node-ea5f5858-7ded-ea92-6b79-21e6d4533fa1-053a1540, #w-node-ea5f5858-7ded-ea92-6b79-21e6d4533fa5-053a1540, #w-node-ea5f5858-7ded-ea92-6b79-21e6d4533fb1-053a1540, #w-node-c66acb36-f4fe-d089-79bf-81bf256b1cd6-053a1540, #w-node-_0cab1bae-9ec3-01e8-86ce-349d4f204a20-053a1540, #w-node-_2dd80089-d83c-ff2d-2a9c-d5a9c76eb804-053a1540, #w-node-_2dd80089-d83c-ff2d-2a9c-d5a9c76eb80a-053a1540, #w-node-_2dd80089-d83c-ff2d-2a9c-d5a9c76eb810-053a1540, #w-node-_2dd80089-d83c-ff2d-2a9c-d5a9c76eb816-053a1540, #w-node-f9ae9971-d5da-fef2-1d24-e121668021da-053a1540, #w-node-f9ae9971-d5da-fef2-1d24-e121668021e7-053a1540, #w-node-ebfdffd2-7bb1-c4e6-9e61-910bd22ee98b-053a1540, #w-node-ebfdffd2-7bb1-c4e6-9e61-910bd22ee99a-053a1540, #w-node-ebfdffd2-7bb1-c4e6-9e61-910bd22ee9a5-053a1540, #w-node-ebfdffd2-7bb1-c4e6-9e61-910bd22ee9b0-053a1540, #w-node-ebfdffd2-7bb1-c4e6-9e61-910bd22ee9bb-053a1540, #w-node-ebfdffd2-7bb1-c4e6-9e61-910bd22ee9c6-053a1540, #w-node-ebfdffd2-7bb1-c4e6-9e61-910bd22ee9d6-053a1540, #w-node-ebfdffd2-7bb1-c4e6-9e61-910bd22ee9dd-053a1540, #w-node-ebfdffd2-7bb1-c4e6-9e61-910bd22ee9e0-053a1540, #w-node-_8e560920-3be4-bbd9-4351-b45967cb0fb2-053a1541, #w-node-_8116369b-9c0f-4013-72e5-62d2841da2a1-053a1541, #w-node-f29ac3c0-6a1e-6242-f15b-6837f7a53ec3-053a1541, #w-node-f29ac3c0-6a1e-6242-f15b-6837f7a53ec5-053a1541, #w-node-_16501b44-56fa-6fa0-ae77-251505196709-053a1541, #w-node-_16501b44-56fa-6fa0-ae77-25150519670b-053a1541, #w-node-cfbae1d9-2875-5fc8-9f37-0edd79cad4e2-053a1541, #w-node-cfbae1d9-2875-5fc8-9f37-0edd79cad4e9-053a1541, #w-node-a6e83d33-1bcb-3d6f-c13a-9f1229f191cc-053a1542, #w-node-_8445ff09-b77b-9c6b-7651-5bbcb31662a5-053a1542, #w-node-fc74a733-ed95-839d-d6c3-13033ab99578-053a1542, #w-node-fc74a733-ed95-839d-d6c3-13033ab9957c-053a1542, #w-node-fc74a733-ed95-839d-d6c3-13033ab99580-053a1542, #w-node-fc74a733-ed95-839d-d6c3-13033ab99584-053a1542, #w-node-_7018a7ed-5fb5-250e-e711-95f096edb12d-053a1542, #w-node-d2ae6af8-6317-db62-8564-7272aa9a1e05-053a1542, #w-node-_86b86d3d-5b5f-64b2-44bc-f7786dae30a3-053a1542, #w-node-d8fa9c16-3697-2575-69d5-3468bf796f06-053a1542, #w-node-_41f43b9b-f8ee-b632-655e-43e57b00fb50-053a1542, #w-node-_7f8312f8-970d-a296-1988-f8e4814debd3-053a1542, #w-node-_2dd80089-d83c-ff2d-2a9c-d5a9c76eb804-053a1542, #w-node-_2dd80089-d83c-ff2d-2a9c-d5a9c76eb80a-053a1542, #w-node-_2dd80089-d83c-ff2d-2a9c-d5a9c76eb810-053a1542, #w-node-_2dd80089-d83c-ff2d-2a9c-d5a9c76eb816-053a1542, #w-node-f9ae9971-d5da-fef2-1d24-e121668021da-053a1542, #w-node-f9ae9971-d5da-fef2-1d24-e121668021e7-053a1542, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9b5-053a1542, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9c8-053a1542, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9d1-053a1542, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9dc-053a1542, #w-node-_7fbc6d4c-ca28-4079-0b53-f78ed6024996-053a1542, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9e7-053a1542, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9f8-053a1542, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9ff-053a1542, #w-node-d953c232-ca2e-b7ca-cd57-22468775ca02-053a1542, #w-node-_7d386d7d-70c4-9a77-4545-e7a6681abafb-053a1543, #w-node-_16af6e88-9fc6-1818-70bd-438673bebdd6-053a1543, #w-node-_7d386d7d-70c4-9a77-4545-e7a6681abafb-053a1544, #w-node-_16af6e88-9fc6-1818-70bd-438673bebdd6-053a1544, #w-node-_088e9ef4-2261-37bc-64f3-850abe99d623-053a1547, #w-node-_44775a34-fdba-b7ad-fa59-ee64b34c3840-053a1547, #w-node-e1dc68de-d401-3910-e175-b7c87d19a8ed-053a1549, #w-node-_803299e0-8f20-b962-4a6c-3e2c5caa484c-053a1549, #w-node-_4b171eed-1dae-a62a-3dd3-dc41e6ab76c0-053a1549, #w-node-_4b171eed-1dae-a62a-3dd3-dc41e6ab76ce-053a1549, #w-node-b19a0022-bea1-15bd-1a0f-44d618a5dd47-053a1549, #w-node-_166049be-82a4-3507-c414-3baa7a0c9c86-053a1549, #w-node-f4d76c5a-6c85-a956-8d36-dfeb5ebaefb0-053a1549, #w-node-e3e40cca-f9c9-ec46-6ee5-ae56ebc0febb-053a1549, #w-node-c1771090-786a-ce1d-ec40-6a1c476bb6c5-053a1549, #w-node-f4b5cd8f-be7b-6602-1435-f073d5429534-053a1549, #w-node-f4b5cd8f-be7b-6602-1435-f073d542953a-053a1549, #w-node-f4b5cd8f-be7b-6602-1435-f073d5429540-053a1549, #w-node-_7d386d7d-70c4-9a77-4545-e7a6681abafb-053a154a, #w-node-_9dc9e188-6131-e1fa-3ea8-236337faa424-053a154a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30d33d6d-fb10-ed9c-23d3-30e2eb8a038a-053a154b {
  place-self: center;
}

#w-node-_0380b23d-40e4-ab4b-0aad-5925bde59265-053a154b, #w-node-c15d16dc-b721-0138-fce8-043cc0f17313-053a154b, #w-node-c15d16dc-b721-0138-fce8-043cc0f17306-053a154b, #w-node-f933a863-b248-fd5f-c7ff-cc6dea450e36-053a154b, #w-node-f933a863-b248-fd5f-c7ff-cc6dea450e3d-053a154b, #w-node-_125f84e0-d4fd-ba53-b7c0-655aac6a09fc-053a154b, #w-node-_246b6f2a-d05a-4572-ef61-c0d64f6c16f4-053a154b, #w-node-e1dc68de-d401-3910-e175-b7c87d19a8ed-053a154b, #w-node-_803299e0-8f20-b962-4a6c-3e2c5caa484c-053a154b, #w-node-_4b171eed-1dae-a62a-3dd3-dc41e6ab76c0-053a154b, #w-node-_4b171eed-1dae-a62a-3dd3-dc41e6ab76ce-053a154b, #w-node-b19a0022-bea1-15bd-1a0f-44d618a5dd47-053a154b, #w-node-_166049be-82a4-3507-c414-3baa7a0c9c86-053a154b, #w-node-_477aaef9-ed7e-069e-412c-ca9c8e540736-053a154b, #w-node-_63f69108-c935-f1ae-1454-9c23af24fde6-053a154b, #w-node-_63f69108-c935-f1ae-1454-9c23af24fdee-053a154b, #w-node-_63f69108-c935-f1ae-1454-9c23af24fdf6-053a154b, #w-node-_4e1ed8e4-6db7-73ba-867a-106ac42d5b21-053a154b, #w-node-_4e1ed8e4-6db7-73ba-867a-106ac42d5b29-053a154b, #w-node-_4e1ed8e4-6db7-73ba-867a-106ac42d5b31-053a154b, #w-node-a83f6c18-e6ec-b70c-62f2-4a2eac7c000b-053a154b, #w-node-b50e51e4-141a-f274-11e8-1722c7c27efa-053a154b, #w-node-e3bb6051-b87d-40db-c86a-d04f12597433-053a154b, #w-node-e3bb6051-b87d-40db-c86a-d04f12597435-053a154b, #w-node-_3794d626-fbca-c5d3-2b61-99b7eecb629f-053a154b, #w-node-_3794d626-fbca-c5d3-2b61-99b7eecb62a1-053a154b, #w-node-debddd30-3853-5ccf-dc5f-0c81a7a04dbe-053a154b, #w-node-debddd30-3853-5ccf-dc5f-0c81a7a04dc0-053a154b, #w-node-e838c11b-69f8-f5e7-8a1a-475f7f473f07-053a154b, #w-node-e838c11b-69f8-f5e7-8a1a-475f7f473f0d-053a154b, #w-node-e838c11b-69f8-f5e7-8a1a-475f7f473f13-053a154b, #w-node-_0a924059-c309-237f-b7b9-9776332bb1cd-053a1560, #w-node-ac30fbb7-0b29-14bf-bceb-3b60115cacb4-053a1560, #w-node-_1363c408-6cd0-e744-c111-cb6e28eb321e-053a1560, #w-node-_1363c408-6cd0-e744-c111-cb6e28eb3245-053a1560, #w-node-_5b012225-de46-6ede-6e2e-4aec07166c80-053a1560, #w-node-_5b012225-de46-6ede-6e2e-4aec07166ca7-053a1560, #w-node-_4e5a5f42-040c-7651-029d-7c428db3cdd8-053a1560, #w-node-_4e5a5f42-040c-7651-029d-7c428db3cdff-053a1560, #w-node-a6e83d33-1bcb-3d6f-c13a-9f1229f191cc-053a1560, #w-node-_8445ff09-b77b-9c6b-7651-5bbcb31662a5-053a1560, #w-node-e699408f-27f9-e353-baa2-d29221f2bd0c-053a1560, #w-node-e699408f-27f9-e353-baa2-d29221f2bd11-053a1560, #w-node-c4dc27c8-5f3e-8b1f-f2d1-21ecf2f868c4-053a1560, #w-node-c4dc27c8-5f3e-8b1f-f2d1-21ecf2f868c9-053a1560, #w-node-_72b35096-37f0-8b3e-748e-3397a0b2d9aa-053a1560, #w-node-_72b35096-37f0-8b3e-748e-3397a0b2d9af-053a1560, #w-node-_013ab9b3-ca3a-a45b-3c1c-a59fde58683b-053a1560, #w-node-f71c8eca-3342-bf21-b263-edb81a8c90d5-053a1560, #w-node-_654f16e8-d19f-0271-2014-70480d9c3961-053a1560, #w-node-_2c92af7a-4bc2-a10c-a35b-6bae876801a8-053a1560, #w-node-_02fbf80c-4b68-8ca2-10fe-b814ee611b42-053a1560, #w-node-_02fbf80c-4b68-8ca2-10fe-b814ee611b48-053a1560, #w-node-_603de0b9-dadc-3f1d-5f87-01fec364e72f-053a1560, #w-node-_26a9be5d-1afa-2977-497d-11d4e048c0f3-053a1560, #w-node-da0fb06d-4430-3fa0-2f22-c7659572583a-053a1560, #w-node-_9a1c05f4-5677-6e99-c3ea-d655b6552700-053a1560, #w-node-d0b317e0-9bd9-8864-0a54-ef4160140157-053a1560, #w-node-_6a3cb033-fdb2-f621-2fc4-a42813366c26-053a1560, #w-node-_0bc17575-10f7-3a44-a417-644baca06bb3-053a1560, #w-node-a910abba-c55f-2ef9-7857-b3804369db04-053a1560, #w-node-_770ecde8-0e42-0636-10d8-709b20583071-053a1560, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9b5-053a1560, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9c8-053a1560, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9d1-053a1560, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9dc-053a1560, #w-node-_7fbc6d4c-ca28-4079-0b53-f78ed6024996-053a1560, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9e7-053a1560, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9f8-053a1560, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9ff-053a1560, #w-node-d953c232-ca2e-b7ca-cd57-22468775ca02-053a1560, #w-node-_4b171eed-1dae-a62a-3dd3-dc41e6ab76c0-053a1562, #w-node-_4b171eed-1dae-a62a-3dd3-dc41e6ab76ce-053a1562, #w-node-f4f6c8ac-f320-c3a7-0014-ce6b3eb6f8f2-053a1562, #w-node-f4f6c8ac-f320-c3a7-0014-ce6b3eb6f8ff-053a1562, #w-node-_9d282216-b91b-d940-9146-06c1156b8c69-053a1562, #w-node-b431e557-ac25-91d5-05ed-38c7393eb5b7-053a1562, #w-node-f933a863-b248-fd5f-c7ff-cc6dea450e36-053a1562, #w-node-f933a863-b248-fd5f-c7ff-cc6dea450e3d-053a1562, #w-node-_45df1f41-b5ca-9ef0-d05e-56e83d99edd7-053a1562, #w-node-_45df1f41-b5ca-9ef0-d05e-56e83d99ede0-053a1562, #w-node-_45df1f41-b5ca-9ef0-d05e-56e83d99ede9-053a1562, #w-node-a6e83d33-1bcb-3d6f-c13a-9f1229f191cc-053a1564, #w-node-_8445ff09-b77b-9c6b-7651-5bbcb31662a5-053a1564, #w-node-_3b3071b9-bdfd-e27f-0f25-c3d0f241cf66-053a1564, #w-node-_3b3071b9-bdfd-e27f-0f25-c3d0f241cf64-053a1564, #w-node-_7c03006a-0856-348e-eeee-5790204bb6e0-053a1564, #w-node-_7c03006a-0856-348e-eeee-5790204bb6e9-053a1564, #w-node-_03095265-a72c-e681-af54-b10efe2fe219-053a1564, #w-node-_03095265-a72c-e681-af54-b10efe2fe222-053a1564, #w-node-_07db1d5c-b1be-e788-751e-46c5fdacdebd-053a1564, #w-node-_07db1d5c-b1be-e788-751e-46c5fdacdec6-053a1564, #w-node-_8341ab19-3268-5f4f-391c-5f2aa9c0de69-053a1564, #w-node-_8341ab19-3268-5f4f-391c-5f2aa9c0de77-053a1564, #w-node-_8341ab19-3268-5f4f-391c-5f2aa9c0de7c-053a1564, #w-node-_8341ab19-3268-5f4f-391c-5f2aa9c0de88-053a1564, #w-node-a910abba-c55f-2ef9-7857-b3804369db04-053a1564, #w-node-_770ecde8-0e42-0636-10d8-709b20583071-053a1564, #w-node-da0fb06d-4430-3fa0-2f22-c7659572583a-053a1564, #w-node-_9a1c05f4-5677-6e99-c3ea-d655b6552700-053a1564, #w-node-ef22a8c5-c2c5-52c4-a251-03f5bd7265dc-053a1564, #w-node-ef22a8c5-c2c5-52c4-a251-03f5bd7265ea-053a1564, #w-node-_0754de51-c11e-d309-fff4-cfd2569b400b-053a1564, #w-node-a31d6f8f-ed8c-9607-53c0-1e01f23a0694-053a1564, #w-node-ab38d469-1ace-374c-2c4e-caa27d722bec-053a1564, #w-node-d9dee67e-045d-aafb-dfef-6e379a0c62b6-053a1564, #w-node-c66acb36-f4fe-d089-79bf-81bf256b1cd6-053a1564, #w-node-_0cab1bae-9ec3-01e8-86ce-349d4f204a20-053a1564, #w-node-f453ef73-458a-6a9f-7a6f-9d1ee13cc7ba-053a1564, #w-node-f453ef73-458a-6a9f-7a6f-9d1ee13cc7c2-053a1564, #w-node-f453ef73-458a-6a9f-7a6f-9d1ee13cc7ca-053a1564, #w-node-f453ef73-458a-6a9f-7a6f-9d1ee13cc7d2-053a1564, #w-node-f9ae9971-d5da-fef2-1d24-e121668021da-053a1564, #w-node-f9ae9971-d5da-fef2-1d24-e121668021e7-053a1564, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9b5-053a1564, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9c8-053a1564, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9d1-053a1564, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9dc-053a1564, #w-node-_7fbc6d4c-ca28-4079-0b53-f78ed6024996-053a1564, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9e7-053a1564, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9f8-053a1564, #w-node-d953c232-ca2e-b7ca-cd57-22468775c9ff-053a1564, #w-node-d953c232-ca2e-b7ca-cd57-22468775ca02-053a1564, #w-node-_0380b23d-40e4-ab4b-0aad-5925bde59265-053a1565, #w-node-f3f5b357-32f9-a70a-7297-7513e43f8e30-053a1565, #w-node-_457cc5d9-d281-2c31-5a98-18b8a7778b91-053a1565, #w-node-_457cc5d9-d281-2c31-5a98-18b8a7778b93-053a1565, #w-node-_312883f8-5823-7e07-41cf-08dfda401ab3-053a1565, #w-node-_312883f8-5823-7e07-41cf-08dfda401abb-053a1565, #w-node-_51942fbf-e6d4-b9c6-9b5b-4563dcacc660-053a1565, #w-node-_51942fbf-e6d4-b9c6-9b5b-4563dcacc668-053a1565, #w-node-_6aef41e0-fd56-a109-1d11-7e355c3a2a25-053a1565, #w-node-_6aef41e0-fd56-a109-1d11-7e355c3a2a2b-053a1565, #w-node-_6aef41e0-fd56-a109-1d11-7e355c3a2a31-053a1565, #w-node-_0cf5b05f-7406-86a6-6708-ccc703e80010-053a1565, #w-node-_0cf5b05f-7406-86a6-6708-ccc703e80015-053a1565, #w-node-_0380b23d-40e4-ab4b-0aad-5925bde59265-053a157a, #w-node-_42e5534c-de9b-a710-9ec0-76e23398e5d7-053a157a, #w-node-f3f5b357-32f9-a70a-7297-7513e43f8e30-053a157a, #w-node-afd98856-ffa6-c16b-f73c-ce550f7d75a1-053a157a, #w-node-a24279ca-3416-1472-e8a0-9af1b1fd529e-053a157a, #w-node-a24279ca-3416-1472-e8a0-9af1b1fd52a0-053a157a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_457cc5d9-d281-2c31-5a98-18b8a7778b93-053a1565 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


