/* Hero Section */
._home_page_hero_container {
  background-color: #F0E9DE;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  ._home_page_hero_container {
    padding-top: 80px;
  }
}

._home_page_hero_content {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  ._home_page_hero_content {
    flex-direction: row;
    margin-top: 0px;
    margin-bottom: 3.5rem;
    padding-top: 5rem;
  }
}

._home_page_hero_image_container {
  display: flex;
  margin-bottom: 40px;
  margin-top: -35px;
  margin-right: -8px;
  height: 250px;
  width: 346px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  right: calc(20% - 360px);
  top: -150px;
}
@media (min-width: 1024px) {
  ._home_page_hero_image_container {
    position: absolute;
    margin-bottom: 60px;
    margin-top: 0px;
    margin-right: 0px;
    left: 0px !important;
    right: calc(50%) !important;
    top: 10px;
  }
}
@media (min-width: 1280px) {
  ._home_page_hero_image_container {
    height: 589px;
    width: 724px;
  }
}
@media (min-width: 1536px) {
  ._home_page_hero_image_container {
    height: 635px;
    width: 689px;
  }
}

._home_page_hero_image {
  display: flex;
  object-fit: contain;
}

._home_page_hero_text_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  padding-top: 0;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  ._home_page_hero_text_container {
    align-items: flex-start;
    gap: 0;
    padding-top: 1.25rem;
    width: 70%;
  }
}

._home_page_hero_subtitle {
  font-size: 12px;
  line-height: 37px;
  text-align: center;
  width: 100%;
  color: rgb(75 85 99);
}
@media (min-width: 1024px) {
  ._home_page_hero_subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: start;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  ._home_page_hero_subtitle {
    padding-bottom: 0.25rem;
  }
}

._home_page_hero_title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  width: 100%;
  color: rgb(75 85 99);
}
@media (min-width: 1024px) {
  ._home_page_hero_title {
    font-size: 36px;
    line-height: 84px;
    text-align: start;
    width: 66.666667%;
  }
}

._home_page_hero_title_highlight {
  font-size: 14px;
  color: #a5b4fc;
}
@media (min-width: 1024px) {
  ._home_page_hero_title_highlight {
    font-size: 36px;
  }
}

._home_page_hero_description {
  position: relative;
  line-height: 34px;
  text-align: justify;
  width: 100%;
  color: rgb(75 85 99);
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  ._home_page_hero_description {
    display: flex;
    font-size: 1.125rem;
    line-height: 46px;
    width: 66.666667%;
  }
}


/* Cards Section */
._home_page_cards_section {
  background-color: #f0e9de;
}

._home_page_cards_grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 1024px) {
  ._home_page_cards_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
    padding-top: 2.5rem;
  }
}

._home_page_card_1, ._home_page_card_2, ._home_page_card_3 {
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 0.75rem;
  background-color: #f8fafc;
  border-radius: 0.75rem;
  box-shadow: 0px 3px 10px -5px #AFADB533,0px 0px 0px 0px #AFADB533,0px 0px 15px 3px #AFADB533;
}
@media (min-width: 1024px) {
  ._home_page_card_1, ._home_page_card_2, ._home_page_card_3 {
    margin: 0;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

._home_page_card_header_1, ._home_page_card_header_2, ._home_page_card_header_3 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

._home_page_card_image_desktop_1, ._home_page_card_image_desktop_2, ._home_page_card_image_desktop_3 {
  display: none;
  object-fit: contain;
}
@media (min-width: 768px) {
  ._home_page_card_image_desktop_1, ._home_page_card_image_desktop_2, ._home_page_card_image_desktop_3 {
    display: flex;
  }
}

._home_page_card_image_mobile_1, ._home_page_card_image_mobile_2, ._home_page_card_image_mobile_3 {
  display: flex;
  object-fit: contain;
}
@media (min-width: 768px) {
  ._home_page_card_image_mobile_1, ._home_page_card_image_mobile_2, ._home_page_card_image_mobile_3 {
    display: none;
  }
}

._home_page_card_title_container_1, ._home_page_card_title_container_2, ._home_page_card_title_container_3 {
  display: flex;
  flex-direction: column;
}

._home_page_card_title_1, ._home_page_card_title_2, ._home_page_card_title_3 {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: start;
  width: 100%;
  color: rgb(75 85 99);
  font-weight: 600;
}
@media (min-width: 1024px) {
  ._home_page_card_title_1, ._home_page_card_title_2, ._home_page_card_title_3 {
    padding-top: 0.25rem;
    text-align: start;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

._home_page_card_subtitle_1, ._home_page_card_subtitle_2, ._home_page_card_subtitle_3 {
  font-size: 10px;
  text-align: start;
  width: 100%;
  color: rgb(107 114 128);
  margin-top: 0.75rem;
}
@media (min-width: 1024px) {
  ._home_page_card_subtitle_1, ._home_page_card_subtitle_2, ._home_page_card_subtitle_3 {
    text-align: start;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

._home_page_card_description_1, ._home_page_card_description_2, ._home_page_card_description_3 {
  display: flex;
  font-size: 0.75rem;
  text-align: justify;
  line-height: 20px;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  color: rgb(75 85 99);
  font-weight: 500;
}
@media (min-width: 1024px) {
  ._home_page_card_description_1, ._home_page_card_description_2, ._home_page_card_description_3 {
    line-height: 1.5rem;
    padding-left: 0.75rem;
    font-size: 0.875rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* Treatment Process Section */
._treatment_process_section {
  background-color: #fff;
  padding-bottom: 80px;
}
._treatment_process_container {
  width: 370px;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 3rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  ._treatment_process_container {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  ._treatment_process_container {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
}
._treatment_process_title_wrapper {
  position: relative;
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  ._treatment_process_title_wrapper {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
._treatment_process_title {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1f2937;
  font-weight: 700;
}
@media (min-width: 1024px) {
  ._treatment_process_title {
    font-size: 28px;
    margin-right: -1rem;
  }
}
._treatment_process_separator {
  position: relative;
  width: 140px;
  height: 5px;
  padding-top: 0.25rem;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  ._treatment_process_separator {
    width: 291px;
  }
}
._treatment_process_img_wrapper_1_mobile {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-top: -90px;
}
@media (min-width: 1024px) {
  ._treatment_process_img_wrapper_1_mobile {
    display: none;
  }
}
._treatment_process_img_wrapper_1_desktop {
  display: none;
}
@media (min-width: 1024px) {
  ._treatment_process_img_wrapper_1_desktop {
    display: flex;
    width: 100%;
    height: 350px;
  }
}
._treatment_process_text_wrapper_1, ._treatment_process_text_wrapper_2, ._treatment_process_text_wrapper_3 {
  align-items: center;
  margin-top: 1.25rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  ._treatment_process_text_wrapper_1, ._treatment_process_text_wrapper_2, ._treatment_process_text_wrapper_3 {
    margin-top: 5rem;
  }
}
@media (min-width: 1024px) {
  ._treatment_process_text_wrapper_1 {
    align-items: flex-start;
    margin-top: 0;
    margin-right: 90px;
    gap: 1rem;
  }
  ._treatment_process_text_wrapper_2 {
    align-items: flex-start;
    margin-top: 0;
    margin-left: 90px;
    gap: 1rem;
  }
  ._treatment_process_text_wrapper_3 {
    align-items: flex-start;
    margin-top: 2.5rem;
    margin-right: 90px;
    gap: 1rem;
  }
}

/* Triage Section */
._triage_section {
  background-color: #fff;
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
  ._triage_section {
    margin-top: -30px;
    padding-top: 1.25rem;
  }
}
._triage_container {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  padding-top: 0;
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  ._triage_container {
    flex-direction: row;
    gap: 2.5rem;
    padding-bottom: 2rem;
  }
}
/* Tests Section */
._tests_section {
  background-color: #f3f2f7;
}
._tests_container {
  padding-top: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1024px) {
  ._tests_container {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
  }
}
._tests_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
._tests_title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #4b5563;
  font-weight: 700;
}
@media (min-width: 1280px) {
  ._tests_title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
._tests_button {
  width: 100px;
  background-color: #f3f2f7;
  border-width: 1px;
  border-color: #2f80ed;
}
@media (min-width: 1024px) {
  ._tests_button {
    width: 108px !important;
    height: 44px;
  }
}
._tests_button_text {
  color: #2f80ed;
}
@media (min-width: 1024px) {
  ._tests_button_text {
    font-size: 14px !important;
  }
}
/* Video Section */
._video_section {
  background-color: #fff;
}
._video_container {
  background-color: #fff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
/* Stats Section */
._stats_section {
  background-color: #fff;
}
._stats_container {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
/* Comment Section */
._comment_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.hidden{
  display: none;
}