/** Shopify CDN: Minification failed

Line 140:0 Unexpected "<"
Line 273:20 Comments in CSS use "/* ... */" instead of "//"

**/
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.without_slide_text {
      font-weight: bold;
}
/* slider text start */
.main_slide_text {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 30px;
      padding-top: 50px;
  max-width: 1158px;
    margin: 0 auto;
}
.left_slide_text .slide_text {
  height: 55px;
  font-weight: 600;
}
.left_slide_text .swiper-wrapper {
  height: 100%;
}
.left_slide_text {
  font-size: 45px;
}
.left_slide_text .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* adjust as needed */
  height: 100%;
  line-height: 1;
}
.icon_text_loop img {
  width: 20px;
  height: 20px;
}
.icon_text_loop {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-bottom: 10px;
}
/* slider text end */

/* column grid start */
.main_column_grid {
  padding-bottom: 30px;
      max-width: 1158px;
    margin: 0 auto;
}
.main_column_grid .top-row,
.main_column_grid .bottom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.main_column_grid .box {
 background: white;
    padding: 28px;
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: start;
  color: #FFF;
}
.main_column_grid .box img {
  max-width: 100px;
  margin: 16px 0;
}
.main_column_grid .pill {
  background: #eee;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 10px;
}
.main_column_grid .bottom-box {
  flex: 1;
  min-width: 260px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_column_grid h2 {
  margin-bottom: 0px;
}
.bottom-box h2 {
  font-size: 20px;
}
.top-row a {
  background: #000;
  color: #fff;
  width: fit-content;
  padding: 7px 20px;
  border-radius: 50px;
  display: flex;
  gap: 7px;
  align-items: center;
      margin-top: 15px;
}
.main_column_grid a svg {
  height: 20px;
  width: 20px;
}
.grid_tag {
  background: #f7f4f2;
  width: fit-content;
  padding: 7px 18px;
  border-radius: 50px;
}
.video-mobile {
  display: none;
}
.bottom-box a {
  background: #000;
  border: none;
  border-radius: 50px;
  padding: 3px 16px;
}
.bottom-box img {
  width: 60px;
      height: 50px;
    object-fit: contain;
}
/* column grid end */

/* image with product box start */
<style > .main_image_with_product_box {
  position: relative;
}
.main_image_with_product_box .hero-image {
  width: 100%;
  display: block;
  object-fit: cover;
}
.main_image_with_product_box .overlay-text {
  position: absolute;
  bottom: 10%;
  left: 35%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}
.main_image_with_product_box .goals-grid-wrapper {
  position: relative;
  width: 100%;
  max-width: 1158px;
  margin: -60px auto 35px auto; /* pull up over image */
  z-index: 3;
}
.main_image_with_product_box .goals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.main_image_with_product_box .goal-box {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #000;
  padding: 15px 20px;
  background: #f4f0ec;
}
.main_image_with_product_box .goal-box:hover {
  background: #eae6e2;
}
.main_image_with_product_box .goal-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.main_image_with_product_box .goal-box span {
  flex: 1;
  font-size: 1.1rem;
}
.main_image_with_product_box .goal-box button {
  background: #000;
  color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* image with product box end */

/* text with testimonial start */
.main_image_with_testimonial {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 1440px;
    margin: 0 auto;
}
.main_image_with_testimonial .expert-text {
  width: 30%;
}
.slider_icon_text li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 8px;
}
.slider_icon_text img {
  width: 24px;
  height: 24px;
}
.main_image_with_testimonial .expert-text h2 {
  font-size: 2rem;
  margin-bottom: 25px;
  margin-top: 12px;
}
.main_image_with_testimonial .expert-text p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.main_image_with_testimonial .highlight-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.main_image_with_testimonial .highlight-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.main_image_with_testimonial .swiper {
  width: 70%;
}
ul.slider_icon_text {
  padding: 0;
}
.main_image_with_testimonial .swiper-slide {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
}
.main_image_with_testimonial .expert-name {
  font-size: 1.1rem;
  display: flex;
  gap: 5px;
  align-items: center;
  padding-top: 18px;
}
.main_image_with_testimonial .swiper-slide .testimonial_image {
       height: 330px;
    aspect-ratio: auto;
}
.top_icon_cls svg {
  width: 40px;https://admin.shopify.com/store/legacyrx/themes
  height: 40px;
}
.main_image_with_testimonial .expert-role {
  font-size: 0.9rem;
  color: #555;
}
a.testimonial_btn {
  border: 1px solid #9b9393;
  color: #000;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border-radius: 50px;
  margin-top: 30px;
}
.main_image_with_testimonial .swiper-button-next,
.swiper-button-prev {
  color: #000;
}
/* text with testimonial end */

.menu-list__list-item {
    padding: 0px 15px;
}
.main-treatment .main-section {
    padding-inline: 0px;
    width: 100%;
    max-width: 1158px;
    margin: 0 auto;
}

@media (min-width: 769px) {
  .mobile_logo_image {
    display: none;
  }
}

/* mobile css */
@media (max-width: 1024px) {
  .main_image_with_product_box .goals-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .main_image_with_product_box .overlay-text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .main_column_grid .top-row,
  .main_column_grid .bottom-row {
    flex-direction: column;
  }
  .desktop_logo_image {
    /* display: none; */
  }
  .video-desktop {
    display: none;
  }
  .video-mobile {
    display: block;
  }
  .main_slide_text {
    flex-direction: column;
    padding: 30px 0;
    gap: 20px;
  }
  .left_slide_text .slide_text {
    height: 40px;
  }
  .left_slide_text {
    font-size: 35px;
    text-align: center;
  }
  .left_slide_text .swiper-slide,
  .icon_text_loop {
    justify-content: center;
  }
  .main_image_with_product_box .goals-grid {
    grid-template-columns: 1fr;
  }
  .main_image_with_product_box .overlay-text {
    font-size: 18px;
    bottom: 42px;
    left: 49%;
    width: 100%;
  }
  .main_image_with_testimonial {
    flex-direction: column;
  }
  .main_image_with_product_box .goals-grid-wrapper {
    margin-top: -40px;
  }
  .main_image_with_testimonial .expert-text,
  .main_image_with_testimonial .swiper {
    width: 100%;
  }
  .scroll-treatment-new {
        display: block!important;
  }
  .main_column_grid .box {
            min-height: 375px !important;
        background-position: top !important;
  }
  .main_column_grid h2 {
    margin-bottom: 0px!important;
    font-size: 30px!important;
    line-height: 33px!important;
}
  .main_column_grid .top-row, .main_column_grid .bottom-row {
    gap: 6px!important;
}
  .ai-video-hero-awctstnb6u0fltedzoaigenblocke64a9bdafp3um {
    padding: 35px!important;
}
  .card-title {
    text-align: center!important;
}
      .scroll-treatment-new .buttons {
        padding-inline: 26px!important;
    }
  .how-it-works-steps {
    display: block!important;
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 auto!important;
    padding-bottom: 25px!important;
}
  .step img {
    width: 100%!important;
    height: auto!important;
    display: block!important;
    padding: 4px 15px!important;
}
  .main_image_with_product_box .goals-grid {
    gap: 5px!important;
    padding: 20px!important;
}
  .account-new-btn a {
    background: #e2242b;
    color: #fff;
    font-size: 12px;
    padding: 4px 7px;
    border-radius: 10px;
    margin-right: 4px;
}
}
