/* WPBakery custom CSS for CMA Medicine Biote page */
.cma-biote-page {
  --cma-blue: #305e7b;
  --cma-accent: #7fa8bb;
  --cma-dark: #23374a;
  --cma-soft: #f2f2f3;
  --cma-white: #ffffff;
  --cma-text: #545454;
  --cma-heading: #2d2d2d;
  --content-width: 1300px;
  color: var(--cma-text);
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
}

.cma-biote-page *,
.cma-biote-page *::before,
.cma-biote-page *::after {
  box-sizing: border-box;
}

.cma-biote-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cma-biote-page h1,
.cma-biote-page h2,
.cma-biote-page h3 {
  margin: 0 0 20px;
  color: var(--cma-heading);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
}

.cma-biote-page h1 {
  font-size: clamp(38px, 5vw, 64px);
}

.cma-biote-page h2 {
  font-size: clamp(32px, 4vw, 52px);
}

.cma-biote-page h3 {
  font-size: 24px;
}

.cma-biote-page p {
  margin: 0 0 22px;
}

.cma-biote-page .row_col_wrap_12 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: min(var(--content-width), 100%);
  margin: 0 auto;
}

.cma-biote-page .vc_col-sm-5 {
  width: 41.666%;
}

.cma-biote-page .vc_col-sm-6 {
  width: 50%;
}

.cma-biote-page .vc_col-sm-7 {
  width: 58.333%;
}

.cma-biote-page .vc_col-sm-12 {
  width: 100%;
}

.cma-biote-page .vc_column_container {
  padding: 0 20px;
}

.cma-biote-page .vc_column-inner,
.cma-biote-page .wpb_wrapper {
  height: 100%;
}

.cma-biote-page.wpb_row,
.cma-biote-page .wpb_row {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 96px) max(24px, calc((100vw - var(--content-width)) / 2));
  background: var(--row-bg-color, var(--cma-white));
}

.cma-biote-page.right_padding_2pct,
.cma-biote-page .right_padding_2pct {
  padding-right: max(24px, 2vw);
}

.cma-biote-page.left_padding_2pct,
.cma-biote-page .left_padding_2pct {
  padding-left: max(24px, 2vw);
}

.cma-biote-page.white-row,
.cma-biote-page .white-row {
  background: var(--cma-white);
}

.cma-biote-page .light,
.cma-biote-page .light h2,
.cma-biote-page .light h3,
.cma-biote-page .light p {
  color: var(--cma-white);
}

.cma-biote-page .preheading {
  margin-bottom: 12px;
  color: var(--cma-accent);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.cma-biote-page .preheading.light {
  color: var(--cma-white);
}

.cma-biote-page .lead {
  color: var(--cma-blue);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: clamp(23px, 2.4vw, 31px);
  line-height: 1.35;
}

.cma-biote-page.cma-hero-row,
.cma-biote-page .cma-hero-row {
  padding-top: clamp(48px, 5vw, 72px);
  padding-bottom: clamp(48px, 5vw, 72px);
}

.cma-biote-page .cma-hero-row .row_col_wrap_12,
.cma-biote-page .blue-row .row_col_wrap_12,
.cma-biote-page .benefits-row .row_col_wrap_12,
.cma-biote-page .why-row .row_col_wrap_12 {
  align-items: center;
}

.cma-biote-page .cma-image-frame {
  height: 100%;
  min-height: 620px;
  margin: 0;
  background: var(--cma-dark);
}

.cma-biote-page .cma-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.85);
}

.cma-biote-page .nectar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 28px;
  border: 2px solid var(--cma-blue);
  color: var(--cma-blue);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.cma-biote-page .nectar-button.jumbo {
  min-height: 62px;
  padding: 18px 34px;
}

.cma-biote-page .nectar-button:hover,
.cma-biote-page .nectar-button:focus {
  border-color: var(--cma-accent);
  background: var(--cma-accent);
  color: var(--cma-white);
}

.cma-biote-page .centered-heading {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}

.cma-biote-page .centered-heading.narrow {
  max-width: 940px;
  margin-bottom: 0;
}

.cma-biote-page.symptom-row,
.cma-biote-page.process-row,
.cma-biote-page.why-row,
.cma-biote-page .symptom-row,
.cma-biote-page .process-row,
.cma-biote-page .why-row {
  --row-bg-color: var(--cma-soft);
}

.cma-biote-page .cma-card-grid,
.cma-biote-page .process-grid,
.cma-biote-page .benefit-list {
  display: grid;
  gap: 18px;
}

.cma-biote-page .cma-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
}

.cma-biote-page .cma-card-grid article {
  min-height: 138px;
  padding: 24px 20px;
  border-top: 3px solid var(--cma-accent);
  background: var(--cma-white);
  color: var(--cma-heading);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

.cma-biote-page .treatment-panel {
  padding: clamp(26px, 4vw, 48px);
  border-top: 4px solid var(--cma-accent);
  background: var(--cma-soft);
}

.cma-biote-page.blue-row,
.cma-biote-page.cta-row,
.cma-biote-page .blue-row,
.cma-biote-page .cta-row {
  --row-bg-color: var(--cma-blue);
}

.cma-biote-page .blue-row p {
  color: rgba(255, 255, 255, 0.88);
}

.cma-biote-page .blue-row h2,
.cma-biote-page .cta-row h2 {
  color: var(--cma-white);
}

.cma-biote-page .process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
}

.cma-biote-page .process-grid article {
  padding: 26px 20px;
  background: var(--cma-white);
}

.cma-biote-page .process-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--cma-accent);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 44px;
  line-height: 1;
}

.cma-biote-page .process-grid h3 {
  font-size: 21px;
}

.cma-biote-page .process-grid p {
  font-size: 15px;
  line-height: 1.6;
}

.cma-biote-page .benefit-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cma-biote-page .benefit-list span {
  padding: 18px 20px;
  border-left: 3px solid var(--cma-accent);
  background: var(--cma-soft);
  color: var(--cma-heading);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 21px;
  line-height: 1.35;
}

.cma-biote-page .cma-check-list {
  display: grid;
  gap: 12px;
  padding: clamp(28px, 4vw, 46px);
  margin: 0;
  background: var(--cma-white);
  list-style: none;
}

.cma-biote-page .cma-check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--cma-heading);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 20px;
  line-height: 1.35;
}

.cma-biote-page .cma-check-list li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 11px;
  height: 11px;
  background: var(--cma-accent);
  content: "";
}

.cma-biote-page.search-row,
.cma-biote-page.cta-row,
.cma-biote-page .search-row,
.cma-biote-page .cta-row {
  text-align: center;
}

.cma-biote-page.cta-row h2,
.cma-biote-page.cta-row p,
.cma-biote-page .cta-row h2,
.cma-biote-page .cta-row p {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.cma-biote-page.cta-row .nectar-button,
.cma-biote-page .cta-row .nectar-button {
  border-color: var(--cma-white);
  color: var(--cma-white);
}

.cma-biote-page.cta-row .nectar-button:hover,
.cma-biote-page.cta-row .nectar-button:focus,
.cma-biote-page .cta-row .nectar-button:hover,
.cma-biote-page .cta-row .nectar-button:focus {
  border-color: var(--cma-accent);
  background: var(--cma-accent);
}

.cma-biote-page.disclaimer-row,
.cma-biote-page .disclaimer-row {
  padding-top: 28px;
  padding-bottom: 28px;
  background: var(--cma-white);
  font-size: 14px;
  line-height: 1.55;
}

.cma-biote-page.disclaimer-row p,
.cma-biote-page .disclaimer-row p {
  margin: 0;
}

@media (max-width: 1180px) {
  .cma-biote-page .cma-card-grid,
  .cma-biote-page .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 999px) {
  .cma-biote-page {
    font-size: 17px;
  }

  .cma-biote-page .vc_col-sm-5,
  .cma-biote-page .vc_col-sm-6,
  .cma-biote-page .vc_col-sm-7 {
    width: 100%;
  }

  .cma-biote-page .vc_column_container {
    padding: 0;
  }

  .cma-biote-page .row_col_wrap_12 {
    gap: 30px 0;
  }

  .cma-biote-page .cma-image-frame {
    min-height: 460px;
  }

  .cma-biote-page .benefit-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 690px) {
  .cma-biote-page.wpb_row,
.cma-biote-page .wpb_row {
    padding: 52px 20px;
  }

  .cma-biote-page h1 {
    font-size: 38px;
  }

  .cma-biote-page h2 {
    font-size: 31px;
  }

  .cma-biote-page .lead {
    font-size: 22px;
  }

  .cma-biote-page .nectar-button,
  .cma-biote-page .nectar-button.jumbo {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .cma-biote-page .cma-card-grid,
  .cma-biote-page .process-grid {
    grid-template-columns: 1fr;
  }

  .cma-biote-page .cma-card-grid article {
    min-height: auto;
  }

  .cma-biote-page .cma-image-frame {
    min-height: 360px;
  }

  .cma-biote-page .treatment-panel,
  .cma-biote-page .cma-check-list {
    padding: 26px 22px;
  }
}