@charset "UTF-8";
:root .bkg {
  --breadcrumb-separator-color: #666;
  --breadcrumb-link-color: #0066cc;
  --breadcrumb-link-hover-color: #004499;
  --breadcrumb-active-color: #666;
  --breadcrumb-font-size: 0.875rem;
}

.bkg .breadcrumb {
  margin: 2rem 0 1rem 0;
  padding: 0;
}
@media (max-width: 769px) {
  .bkg .breadcrumb {
    display: none;
  }
}
.bkg .breadcrumb ol {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bkg .breadcrumb__item:after {
  content: "•";
  margin-inline: 0.5rem;
}
.bkg .breadcrumb__item:last-child:after {
  display: none;
}
.bkg .breadcrumb__link {
  color: #696969;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.bkg .breadcrumb__link:hover {
  text-decoration: underline;
}

.bkg .slider {
  margin: 3rem auto;
  max-width: 600px;
  width: 100%;
  text-align: center;
}
.bkg .slider input[type=radio] {
  display: none;
}
.bkg .slider label {
  cursor: pointer;
  text-decoration: none;
}
.bkg .slides {
  background: #fff;
  position: relative;
  z-index: 1;
}
.bkg .slides .inner {
  --slide-count: 4;
}
.bkg .slides .inner:has(> :last-child:nth-child(5)) {
  --slide-count: 5;
}
.bkg .slides .inner:has(> :last-child:nth-child(6)) {
  --slide-count: 6;
}
.bkg .overflow {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.bkg .slide1:checked ~ .slides .inner {
  margin-left: 0;
}
.bkg .slide2:checked ~ .slides .inner {
  margin-left: -100%;
}
.bkg .slide3:checked ~ .slides .inner {
  margin-left: -200%;
}
.bkg .slide4:checked ~ .slides .inner {
  margin-left: -300%;
}
.bkg .slide5:checked ~ .slides .inner {
  margin-left: -400%;
}
.bkg .slide6:checked ~ .slides .inner {
  margin-left: -500%;
}
.bkg .slides .inner {
  transition: margin-left 800ms cubic-bezier(0.77, 0, 0.175, 1);
  width: calc(100% * var(--slide-count));
  line-height: 0;
  height: 350px;
}
@media (min-width: 769px) {
  .bkg .slides .inner {
    height: 300px;
  }
}
.bkg .slides .inner .slide {
  width: calc(100% / var(--slide-count));
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}
.bkg .controls {
  margin: -180px 0 0 0;
  width: 100%;
  height: 50px;
  z-index: 3;
  position: relative;
  visibility: hidden;
}
.bkg .controls label {
  transition: opacity 0.2s ease-out;
  display: none;
  width: 50px;
  height: 50px;
  opacity: 0.4;
}
.bkg .controls label:hover {
  opacity: 1;
}
.bkg .slide1:checked ~ .controls label:nth-child(2),
.bkg .slide2:checked ~ .controls label:nth-child(3),
.bkg .slide3:checked ~ .controls label:nth-child(4),
.bkg .slide4:checked ~ #controls label:nth-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
  float: right;
  margin: 0 -50px 0 0;
  display: block;
}
.bkg .slide1:checked ~ .controls label:nth-last-child(2),
.bkg .slide2:checked ~ .controls label:nth-last-child(3),
.bkg .slide3:checked ~ .controls label:nth-last-child(4),
.bkg .slide4:checked ~ .controls label:nth-last-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
  float: left;
  margin: 0 0 0 -50px;
  display: block;
}
.bkg .bullets {
  margin: 160px 0 0;
  text-align: center;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}
.bkg .bullets label {
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  width: 1rem;
  height: 1rem;
  border: 1px solid #001965;
  transition: background-color 0.3s ease-in-out;
}
.bkg .slide1:checked ~ .bullets label:nth-child(1),
.bkg .slide2:checked ~ .bullets label:nth-child(2),
.bkg .slide3:checked ~ .bullets label:nth-child(3),
.bkg .slide4:checked ~ .bullets label:nth-child(4),
.bkg .slide5:checked ~ .bullets label:nth-child(5),
.bkg .slide6:checked ~ .bullets label:nth-child(6) {
  background: #001965;
}
@media screen and (max-width: 900px) {
  .bkg .slide1:checked ~ .controls label:nth-child(2),
  .bkg .slide2:checked ~ .controls label:nth-child(3),
  .bkg .slide3:checked ~ .controls label:nth-child(4),
  .bkg .slide4:checked ~ .controls label:nth-child(1),
  .bkg .slide1:checked ~ .controls label:nth-last-child(2),
  .bkg .slide2:checked ~ .controls label:nth-last-child(3),
  .bkg .slide3:checked ~ .controls label:nth-last-child(4),
  .bkg .slide4:checked ~ .controls label:nth-last-child(1) {
    margin: 0;
  }
  .bkg .slides {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.bkg {
  width: 100%;
  max-width: 100%;
}
.bkg.article {
  max-width: 42.5rem;
}
.bkg.home {
  width: 100%;
  max-width: 870px;
}
.bkg a {
  color: currentColor;
}
.bkg .spacing {
  display: block;
  height: 1rem;
  width: 100%;
}
.bkg a.text-link {
  color: currentColor;
  text-decoration: none;
}
.bkg a.text-link:hover {
  text-decoration: underline;
}
.bkg a.ref-link {
  color: currentColor;
  text-decoration: none;
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.bkg h1 {
  color: #333;
  font-size: 1.875rem;
  font-weight: 700;
  margin-block: 0;
  margin-block: 2rem 1.5rem;
  line-height: 1.3em;
}
@media (min-width: 769px) {
  .bkg h1 {
    font-size: 2.1875rem;
  }
}
.bkg h2 {
  color: #333;
  font-size: 1.45rem;
  font-weight: 700;
  margin-block: 2rem 1rem;
  text-wrap: balance;
}
@media (min-width: 769px) {
  .bkg h2 {
    font-size: 1.5rem;
  }
}
.bkg .image-container {
  margin-block: 2rem;
  text-align: center;
}
.bkg .image-container img {
  width: 100%;
  max-width: 600px;
}
.bkg .abstract {
  color: #363636;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (min-width: 769px) {
  .bkg .abstract {
    font-size: 1.125rem;
  }
}
.bkg .cta-container {
  display: flex;
  align-items: center;
  margin-block: 1.5rem;
  gap: 2rem;
}
.bkg .cta-container.center {
  justify-content: center;
}
.bkg .button {
  /* reset button styles */
  border: none;
  cursor: pointer;
  margin: 0;
  text-align: center;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  background: #76f3c6;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  text-decoration: none;
  color: #001965;
  font-size: 0.875rem;
  font-weight: 700;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  will-change: background-color, transform;
  transform: scale(1);
  white-space: nowrap;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bkg .button:has(> svg) {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.bkg .button:has(> svg) svg {
  width: 1.5rem;
  height: 1.5rem;
}
.bkg .button:hover {
  background: hsl(158, 84%, 65%);
  transform: scale(1.03);
  color: hls(225, 100%, 40%);
}
.bkg .button--secondary {
  background: #2459cb;
  color: #fff;
}
.bkg .button--secondary:hover {
  background: hsl(225, 100%, 40%);
  color: hls(225, 100%, 40%);
}
.bkg .button--outline {
  background: transparent;
  border: 1px solid #001965;
  color: #001965;
}
.bkg .button--outline:hover {
  background: #001965;
  color: #fff;
}
.bkg .section-blue {
  position: relative;
  color: #001965;
  padding: 15px 0;
}
@media (max-width: 999px) {
  .bkg .section-blue {
    background: #f3f6ff;
    margin-inline: -15px;
    padding-inline: 15px;
  }
  .bkg .section-blue:last-child {
    margin-bottom: -15px;
  }
}
@media (min-width: 1000px) {
  .bkg .section-blue {
    margin-block: 3rem;
  }
  .bkg .section-blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: -3rem;
    right: -3rem;
    height: 100%;
    z-index: -1;
    background: #f3f6ff;
  }
}
.bkg .section-blue h2,
.bkg .section-blue h3,
.bkg .section-blue p,
.bkg .section-blue ul {
  color: currentColor;
}
.bkg strong {
  font-weight: 700;
}
.bkg ul,
.bkg p {
  font-size: 1rem;
  color: #363636;
  line-height: 1.5em;
}
.bkg ul.small,
.bkg p.small {
  font-size: 0.875rem;
}
@media (min-width: 769px) {
  .bkg ul,
  .bkg p {
    font-size: 1.125rem;
  }
  .bkg ul.small,
  .bkg p.small {
    font-size: 1rem;
  }
}
.bkg ul {
  list-style: disc;
  padding-left: 1.25rem;
}
.bkg ul li {
  padding-left: 0.5rem;
  margin-block: 1.25rem;
}
.bkg ul li::marker {
  display: block;
  font-size: 0.6em;
  margin-top: 1px;
}
.bkg .highlight {
  font-size: 1.25rem;
  font-weight: 700;
  margin-block: 2rem;
  line-height: 1.3em;
}
@media (min-width: 769px) {
  .bkg .highlight {
    font-size: 1.5rem;
  }
}
.bkg .slide-testimonial {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  border-radius: 0.625rem;
  background: #f3f6ff;
  height: 100%;
  padding: 2rem 1.5rem;
  color: #363636;
  margin: 0;
}
.bkg .slide-testimonial:after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/images/quote.svg") no-repeat center center;
  background-size: contain;
}
.bkg .slide-testimonial p {
  color: #001965;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3em;
}
@media (min-width: 769px) {
  .bkg .slide-testimonial p {
    font-size: 1.375rem;
  }
}
.bkg .slide-testimonial cite {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  line-height: 1em;
  font-style: normal;
  max-width: 22.5rem;
}
.bkg .slide-testimonial cite .testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.bkg .slide-testimonial cite .testimonial-avatar {
  flex: 0 0 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.bkg .slide-testimonial cite .testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bkg .slide-testimonial cite strong {
  color: #363636;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3em;
}
.bkg .slide-testimonial cite .jobtitle {
  font-size: 0.8rem;
  color: #000;
  line-height: 1.2em;
  text-wrap: balance;
}
@media (min-width: 769px) {
  .bkg .slide-testimonial cite .jobtitle {
    font-size: 1rem;
  }
}
.bkg .partners {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-block: 2rem;
}
.bkg .partners .partner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.bkg .partners .partner:has(.large-image) {
  gap: 2rem;
}
@media (min-width: 769px) {
  .bkg .partners .partner:has(.large-image) {
    gap: 4rem;
  }
}
.bkg .partners .partner img {
  width: 5rem;
  height: auto;
  object-fit: contain;
  object-position: top left;
  vertical-align: top;
}
.bkg .partners .partner img.large-image {
  width: 7rem;
}
@media (min-width: 769px) {
  .bkg .partners .partner img.large-image {
    width: 10rem;
  }
}
@media (min-width: 769px) {
  .bkg .partners .partner {
    flex-direction: row;
  }
  .bkg .partners .partner img {
    margin-top: 0.5rem;
    width: 8rem;
  }
}
.bkg .partners .partner h3 {
  font-size: 1.125rem;
  margin-top: 0;
  font-weight: 700;
}
.bkg .partners .partner p,
.bkg .partners .partner ul {
  font-size: 1rem;
}
.bkg .partners .partner ul li {
  margin-block: 0.25rem;
}
.bkg .content-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-block: 2rem;
}
.bkg .content-grid .content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.bkg .content-grid .content img {
  width: 5rem;
  height: auto;
  object-fit: contain;
  object-position: top left;
  vertical-align: top;
  border-radius: 0.5rem;
}
.bkg .content-grid .content img.cover {
  object-fit: cover;
  object-position: center;
}
@media (min-width: 769px) {
  .bkg .content-grid .content {
    flex-direction: row;
  }
  .bkg .content-grid .content img {
    width: 8rem;
  }
}
.bkg .content-grid .content h3 {
  font-size: 1.125rem;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.bkg .content-grid .content p,
.bkg .content-grid .content ul {
  font-size: 1rem;
}
.bkg .content-grid .content p:first-of-type,
.bkg .content-grid .content ul:first-of-type {
  margin-top: 0;
}
.bkg .content-grid .content ul li {
  margin-block: 0.25rem;
}
.bkg .accordion {
  width: 100%;
  margin: 2rem 0;
}
.bkg .accordion-item:first-child {
  border-top: 1px solid #ddd;
}
.bkg .accordion-item details {
  transition: border-bottom 0.2s ease-in-out;
  border-bottom: 1px solid #ddd;
}
.bkg .accordion-header {
  margin: 0;
}
.bkg .accordion-trigger {
  position: relative;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  color: #363636;
  justify-content: space-between;
  padding: 2rem 0;
  text-align: left;
  padding-right: 3rem;
  transition: font-weight 0.2s ease-in-out;
  list-style: none;
}
.bkg .accordion-trigger::marker {
  display: none;
}
@media (min-width: 769px) {
  .bkg .accordion-trigger {
    font-size: 1.125rem;
  }
}
.bkg .accordion-trigger::after {
  content: ">";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  line-height: 1;
  transform: rotate(90deg) scaleY(2) translateY(0.5rem);
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
}
.bkg .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.bkg .accordion-content p,
.bkg .accordion-content ul {
  font-size: 0.85rem;
}
.bkg .accordion-content p:first-child,
.bkg .accordion-content ul:first-child {
  margin-top: 0;
}
.bkg .accordion-content ul li {
  margin-block: 0.5rem;
}
@media (min-width: 769px) {
  .bkg .accordion-content {
    font-size: 1rem;
  }
}
.bkg .accordion-content .accordion-item details[open] {
  border-bottom: 1px solid #363636;
}
.bkg .accordion-item details[open] .accordion-trigger::after {
  transform: rotate(-90deg) scaleY(2) translateY(-0.5rem);
}
.bkg .accordion-item details[open] summary {
  color: #000;
}
.bkg .accordion-item details[open] .accordion-content {
  max-height: 500px;
}
.bkg .hero {
  position: relative;
  --hero-height: 450px;
  height: calc(var(--hero-height) - 30px);
}
@media (min-width: 769px) {
  .bkg .hero {
    --hero-height: 550px;
  }
}
.bkg .hero .hero__image {
  position: absolute;
  top: -15px;
  left: 50%;
  width: var(--viewport-width, 100vw);
  transform: translateX(-50%);
  height: 100%;
}
.bkg .hero .hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bkg .hero .hero__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
@media (min-width: 769px) {
  .bkg .hero .hero__image:after {
    background: rgba(0, 0, 0, 0.05);
  }
}
.bkg .hero .hero__box {
  position: relative;
  z-index: 1;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  width: 100%;
}
@media (min-width: 769px) {
  .bkg .hero .hero__box {
    padding: 2rem;
  }
}
.bkg .keypoints {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
  margin-block: 2rem;
}
@media (min-width: 769px) {
  .bkg .keypoints {
    flex-direction: row;
    margin-block: 3rem;
  }
}
.bkg .keypoints .keypoint {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: 13rem;
}
.bkg .keypoints .keypoint .keypoint__icon {
  width: 4rem;
  height: 4rem;
}
.bkg .keypoints .keypoint .keypoint__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bkg .keypoints .keypoint .keypoint__title {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-wrap: pretty;
}
@media (min-width: 769px) {
  .bkg .keypoints .keypoint .keypoint__title {
    font-size: 1.125rem;
  }
}
.bkg .image-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 769px) {
  .bkg .image-text {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
.bkg .image-text__image {
  border-radius: 0.625rem;
  overflow: hidden;
}
.bkg .image-text__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bkg .image-text__content {
  color: #001965;
}
.bkg .image-text__content * {
  color: currentColor;
  font-size: 1rem;
}
.bkg .info-block {
  background: #f3f6ff;
  padding: 1.75rem 2rem;
  margin-block: 2rem;
  margin-inline: -15px;
}
@media (min-width: 769px) {
  .bkg .info-block {
    padding: 1.75rem 2rem;
    margin-block: 2rem;
    margin-inline: 0;
    border-radius: 0.625rem;
  }
}
.bkg .info-block .logos {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2rem;
  margin-block: 1.5rem;
}
.bkg .info-block .logos img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
.bkg .info-block > :first-child {
  margin-top: 0;
}
.bkg .info-block > :last-child {
  margin-bottom: 0;
}
.bkg .info-block p {
  font-size: 1rem;
}
.bkg .info-block__grid {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 769px) {
  .bkg .info-block__grid {
    flex-direction: row;
    gap: 2rem;
  }
}
.bkg .info-block__grid__icon {
  position: relative;
  justify-self: flex-end;
  align-self: flex-start;
  text-align: center;
  flex: 0 0 7rem;
}
.bkg .info-block__grid__icon img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
@media (max-width: 769px) {
  .bkg .info-block__grid__icon {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(85%) translateY(-85%);
    width: 3rem;
    height: 3rem;
  }
  .bkg .info-block__grid__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.bkg .info-block__grid__content {
  flex: 1;
}
.bkg .info-block__grid__content h2,
.bkg .info-block__grid__content h3 {
  margin-bottom: 0.5rem;
}
.bkg .info-block__grid__content p {
  margin-block: 0.5rem;
}
.bkg .info-block__grid__content > :first-child {
  margin-top: 0;
}
.bkg .info-block__grid__content > :last-child {
  margin-bottom: 0;
}
.bkg .info-block__grid__content p,
.bkg .info-block__grid__content ul,
.bkg .info-block__grid__content h2,
.bkg .info-block__grid__content h3 {
  font-size: 0.875rem;
}
.bkg .info-block__grid__cta {
  justify-self: flex-end;
}
@media (min-width: 769px) {
  .bkg.home-hcp .hero {
    padding-bottom: 4rem;
  }
}
.bkg.home-hcp .hero .hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.5rem;
  height: calc(100% - 50px);
}
@media (min-width: 769px) {
  .bkg.home-hcp .hero .hero__content {
    gap: 3rem;
  }
}
.bkg.home-hcp .hero .hero__content h1 {
  text-align: left;
  color: #fefefe;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2em;
  text-wrap: pretty;
}
@media (min-width: 769px) {
  .bkg.home-hcp .hero .hero__content h1 {
    font-size: 2.5rem;
    max-width: 33rem;
  }
}
.bkg.home-hcp .hero .hero__box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .bkg.home-hcp .hero .hero__box {
    flex-direction: row;
    gap: 2rem;
  }
}
.bkg.home-hcp .hero .left {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
}
@media (min-width: 769px) {
  .bkg.home-hcp .hero .left {
    font-size: 0.875rem;
  }
}
.bkg.home-hcp .hero .left .picto {
  width: 4rem;
  height: 4rem;
}
.bkg.home-hcp .hero .left .title {
  font-weight: 700;
}
.bkg.home-hcp .hero .left .text {
  text-wrap: balance;
}
.bkg.home-hcp .hero .left .content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.bkg.home-hcp .hero .right {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .bkg.home-hcp .hero .right a {
    font-size: 0.75rem;
  }
}
@media (min-width: 769px) {
  .bkg.home-hcp .hero .right {
    align-items: center;
    gap: 1.5rem;
  }
}
@media (min-width: 769px) {
  .bkg.home-patient .hero {
    padding-bottom: 4rem;
  }
}
@media (max-width: 769px) {
  .bkg.home-patient .hero {
    --hero-height: auto;
  }
  .bkg.home-patient .hero .hero__image {
    background: #f3f6ff;
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    width: auto;
    transform: none;
    height: 140px;
  }
  .bkg.home-patient .hero .hero__image img {
    display: none;
  }
  .bkg.home-patient .hero .hero__image:after {
    display: none;
  }
}
.bkg.home-patient .hero .hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3rem;
  height: 100%;
}
.bkg.home-patient .hero .hero__content h1 {
  text-align: left;
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1em;
  text-wrap: pretty;
  color: #001965;
  margin-top: 1rem;
}
.bkg.home-patient .hero .hero__content h1 strong {
  display: block;
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
  line-height: 1em;
}
@media (min-width: 769px) {
  .bkg.home-patient .hero .hero__content h1 {
    font-size: 2.5rem;
    max-width: 40rem;
    color: #fefefe;
    margin-top: 0;
  }
  .bkg.home-patient .hero .hero__content h1 strong {
    font-size: 2.8125rem;
  }
}
.bkg.home-patient .hero .hero__box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 769px) {
  .bkg.home-patient .hero .hero__box {
    box-shadow: none;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .bkg.home-patient .hero .hero__box {
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
  }
}
.bkg.home-patient .hero .left {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
}
@media (min-width: 769px) {
  .bkg.home-patient .hero .left {
    font-size: 0.875rem;
  }
}
.bkg.home-patient .hero .right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.bkg.home-patient .search-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  gap: 1rem;
  color: #333;
}
@media (min-width: 769px) {
  .bkg.home-patient .search-box {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
.bkg.home-patient .search-box .col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 0.75rem;
}
@media (min-width: 769px) {
  .bkg.home-patient .search-box .col {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr 1fr;
  }
}
.bkg.home-patient .search-box .col__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
}
.bkg.home-patient .search-box .col__label svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media (min-width: 769px) {
  .bkg.home-patient .search-box .col__label {
    align-self: flex-start;
  }
}
.bkg.home-patient .search-box .col__input {
  position: relative;
}
.bkg.home-patient .search-box .col__input input,
.bkg.home-patient .search-box .col__input .select {
  display: block;
  width: 100%;
  padding: 0.55rem 0.625rem;
  padding-right: 2rem;
  border: 1px solid #333;
  height: 100%;
  font-size: 0.875rem;
  color: #6a6a6a;
  outline: none;
}
.bkg.home-patient .search-box .col__input input:hover, .bkg.home-patient .search-box .col__input input:focus,
.bkg.home-patient .search-box .col__input .select:hover,
.bkg.home-patient .search-box .col__input .select:focus {
  border-color: #2459cb;
  outline: #2459cb solid 1px;
}
.bkg.home-patient .search-box .col__input input:hover + .icon,
.bkg.home-patient .search-box .col__input input:hover .icon, .bkg.home-patient .search-box .col__input input:focus + .icon,
.bkg.home-patient .search-box .col__input input:focus .icon,
.bkg.home-patient .search-box .col__input .select:hover + .icon,
.bkg.home-patient .search-box .col__input .select:hover .icon,
.bkg.home-patient .search-box .col__input .select:focus + .icon,
.bkg.home-patient .search-box .col__input .select:focus .icon {
  color: #2459cb;
}
.bkg.home-patient .search-box .col__input .icon {
  position: absolute;
  top: 0;
  right: 0.5rem;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bkg.home-patient .search-box .col__input .icon svg {
  height: 50%;
  width: auto;
}
@media (max-width: 769px) {
  .bkg.home-patient .search-box .col__loc {
    align-self: flex-end;
  }
}
.bkg.home-patient .search-box .col__loc button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 0.875rem;
  color: #2459cb;
  font-weight: 700;
}
.bkg.home-patient .search-box .col__loc button:hover {
  color: #001965;
}
.bkg.home-patient .search-box button.select {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.bkg.home-patient .search-box .col:nth-child(1) {
  flex: 3;
}
.bkg.home-patient .search-box .col:nth-child(2) {
  flex: 2;
}
.bkg.home-patient .search-box .col:nth-child(3) {
  flex: 1;
}
.bkg.home-patient .search-box .col:nth-child(3) .button {
  grid-area: 2/1/3/2;
}
.bkg.home h1 {
  color: #001965;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  margin-block: 4rem 2rem;
  margin-inline: 0;
  text-wrap: pretty;
}
@media (min-width: 769px) {
  .bkg.home h1 {
    font-size: 2.1875rem;
    margin-inline: 2rem;
  }
}
.bkg.home h2 {
  text-align: left;
  width: 100%;
  color: #001965;
  font-size: 1.4rem;
  font-weight: 700;
  margin-block: 3rem 1.5rem;
}
@media (min-width: 769px) {
  .bkg.home h2 {
    font-size: 1.5rem;
  }
}
.bkg .new-users {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: center;
  gap: 1.5rem 1rem;
  margin-block: 2rem 3rem;
}
@media (min-width: 769px) {
  .bkg .new-users {
    gap: 1rem;
  }
}
.bkg .new-users .user-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  color: #363636;
  height: 100%;
}
.bkg .new-users .user-card:has(> .badge:first-child) {
  padding-top: 0rem;
}
.bkg .new-users .user-card .badge {
  border-radius: 0.125rem;
  background: #fff2d5;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
}
.bkg .new-users .user-card .user-card__image {
  width: 100%;
  text-align: center;
}
.bkg .new-users .user-card .user-card__image img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.bkg .new-users .user-card .user-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  flex: 1;
}
.bkg .new-users .user-card__prefix {
  display: inline-flex;
  border-radius: 0.125rem;
  background: #f3f2f1;
  padding: 0.25rem 0.625rem;
}
.bkg .new-users .user-card__name {
  font-size: 1rem;
  font-weight: 700;
}
.bkg .new-users .user-card__specialty {
  font-size: 0.875rem;
  font-weight: 400;
}
.bkg .new-users .user-card__location {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  color: #363636;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: auto;
  padding-top: 1rem;
  justify-self: flex-end;
}