:root {
  --bg-color: #fcfaf8;
  --color-3: #a7776b;
  --color-1: #ce9c91;
  --heading-color: #965c5c;
  --color-02: #ce9c91;
  --brand-color-1: #a47864;
  --color-2: #eee4db;
  --cta-color: #7f4c4c;
  --cta-color-hover: #6a3d3d;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  color: #484848;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #484848;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #484848;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #484848;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #484848;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #484848;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #686868;
  margin-bottom: 10px;
}

a {
  color: #e29a83;
  text-decoration: underline;
}

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

.body {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  display: block;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  color: #6d4330;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .2s;
}

.nav-link:hover {
  opacity: .43;
}

.nav-link.w--current {
  color: var(--color-3);
  font-weight: 500;
  display: block;
}

.nav-link.home {
  display: none;
}

.nav-button {
  background-color: var(--cta-color);
  color: #fff;
  border-radius: 10px;
  margin-left: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all .2s;
}

.nav-button:hover {
  background-color: var(--cta-color-hover);
  opacity: 1;
}

.brand {
  border: 1px #afafaf;
  border-radius: 5px;
  align-items: center;
  padding: 10px 10px 10px 0;
  transition: all .2s;
  display: flex;
}

.brand:hover {
  opacity: .6;
}

.div-block {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 5px 0;
  display: flex;
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 75vh;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.div-block-2 {
  z-index: 0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  height: 500px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.div-block-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 480px;
  margin-left: 80px;
  display: flex;
}

.button-2 {
  background-color: var(--cta-color);
  border-radius: 50px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .2s;
}

.button-2:hover {
  border: 2px none var(--cta-color);
  background-color: var(--cta-color-hover);
  color: #fff;
}

.button-2.form {
  border-radius: 10px;
}

.hero-text-block {
  color: #666;
  width: 80%;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 34px;
}

.hero-header {
  color: var(--color-1);
  background-color: #0000;
  margin-top: -10px;
  margin-bottom: 15px;
  font-family: Droid Serif, serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 100px;
}

.testimonials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: none;
}

.testimonial-name {
  color: #484848;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.testimonial-text {
  color: #a5a5a5;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

.testimonial-block {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 150px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 20px 30px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 20px #0000000f;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 45px;
  position: absolute;
  top: -16px;
}

.image-4 {
  width: 150px;
  margin-bottom: 60px;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-5 {
  z-index: -999;
  position: absolute;
  bottom: -49.6641px;
  left: 74px;
}

.image-6 {
  z-index: -999;
  position: absolute;
  top: 15.1094px;
  right: 138px;
}

.image-7 {
  z-index: -998;
  position: absolute;
  top: 60.75px;
  left: 225px;
}

.classes-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

._3-keys-section {
  justify-content: center;
  align-items: center;
  margin-top: 250px;
  margin-bottom: 200px;
  display: none;
}

.faq-section {
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 200px;
  display: none;
  position: relative;
}

.div-block-7 {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1050px;
  margin-top: 75px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 75px;
  display: flex;
  box-shadow: 5px 9px 20px #00000014;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  height: 100%;
  margin-left: 75px;
  display: flex;
}

.class-block-heading {
  margin-top: 0;
}

.class-block-paragraph {
  color: #797979;
  font-size: 14px;
  line-height: 18px;
}

.button-light {
  color: #484848;
  background-color: #0000;
  border: 2px solid #484848;
  border-radius: 5px;
  margin-left: 15px;
  font-weight: 700;
}

.classes-button-block {
  margin-top: 55px;
}

.classes-block-div {
  margin-right: 75px;
}

.image-8 {
  z-index: -999;
  position: absolute;
  top: 14px;
  left: auto;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.text-block-2 {
  color: #969696;
  text-align: center;
  line-height: 18px;
}

.pelvic-health-heading {
  color: #cab199;
}

.overall-health-heading {
  color: #708a97;
}

.heading-3 {
  color: #c4b793;
}

.accordion-item {
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  overflow: hidden;
}

.dropdown-list {
  background-color: #ddd0;
  padding: 15px;
  display: block;
  position: static;
}

.heading-6 {
  text-align: center;
}

.image-25 {
  text-align: center;
  margin-bottom: 39px;
}

.accordion-title {
  font-size: 16px;
  font-weight: 600;
}

.accordion-text {
  padding-left: 30px;
}

.div-block-18 {
  flex-direction: column;
  align-items: center;
  width: 40%;
  margin-bottom: 0;
  padding-top: 55px;
  padding-bottom: 76px;
  display: flex;
}

.accordion-toggle {
  align-items: center;
  height: 80px;
  display: flex;
}

.image-26 {
  position: absolute;
  right: 0;
}

.image-27 {
  position: absolute;
  left: 0;
}

.body-4 {
  background-color: var(--bg-color);
  font-family: Inter, sans-serif;
}

.body-5 {
  font-family: Inter, sans-serif;
}

.div-block-43 {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1100px;
  margin-bottom: 50px;
  padding-top: 65px;
  padding-bottom: 50px;
  display: flex;
}

.social-icons {
  width: 40px;
  margin-right: 10px;
}

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

.text-block-11 {
  color: var(--color-1);
  font-weight: 600;
}

.div-block-45 {
  margin-top: 18px;
}

.div-block-45.hero {
  margin-top: -19px;
}

.footer-navigation {
  color: #484848;
  margin-bottom: 15px;
  text-decoration: none;
  transition: all .2s;
}

.footer-navigation:hover {
  font-weight: 600;
}

.footer-navigation.w--current {
  color: var(--color-1);
}

.div-block-46 {
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-block-47 {
  margin-left: 10px;
  margin-right: 10px;
}

.footer {
  background-color: var(--bg-color);
  border: 1px #000;
  border-top: 1px solid #d6d6d6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
}

.text-block-12 {
  color: var(--color-1);
  margin-top: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.social-link {
  transition: all .2s;
}

.social-link:hover {
  opacity: 1;
  transform: scale(1.08);
}

.text-block-14 {
  color: #cfb3a3;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  display: flex;
}

.div-block-49 {
  color: var(--color-1);
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: 0;
  display: flex;
}

.image-34 {
  max-height: 25px;
  margin-right: 10px;
}

.text-block-15 {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.about-me {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
  padding-top: 0;
  display: flex;
}

.div-block-52 {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1100px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.image-36 {
  border: 1.5px #000;
  border-radius: 20px;
  max-height: none;
  margin-top: -43px;
}

.div-block-53 {
  width: 40%;
  margin-left: 54px;
}

.text-block-16 {
  color: #979797;
  margin-bottom: 0;
}

.text-block-17 {
  color: #979797;
  padding-top: 20px;
}

.heading-12 {
  margin-top: 0;
}

.button-secondary {
  border: 2px solid var(--color-1);
  color: var(--color-3);
  background-color: #0000;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  transition: all .2s;
}

.button-secondary:hover, .button-secondary:active {
  opacity: .4;
}

.button-secondary.hero {
  margin-left: 20px;
  transition: all .2s;
}

.button-secondary.hero:hover {
  opacity: .4;
  color: var(--color-3);
  background-color: #0000;
}

.image-42 {
  width: 407.438px;
  height: 100%;
}

.my-services {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.sub-hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.text-block-18 {
  max-width: 800px;
  color: var(--color-3);
  text-align: center;
  margin-top: 79px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.text-span-4 {
  font-weight: 800;
}

.image-43 {
  position: absolute;
  left: 0;
}

.image-44 {
  position: absolute;
  top: -703px;
  right: 0;
}

.h2 {
  color: var(--color-1);
  font-family: Droid Serif, serif;
  font-size: 56px;
}

.h2.contact-page {
  display: none;
}

.div-block-55 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 49px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-45 {
  width: 200px;
}

.image-46 {
  width: 67%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.div-block-57 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.services-header {
  color: var(--color-1);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 28px;
}

.services-text-1 {
  text-align: center;
  margin-bottom: 30px;
}

.services-text-2 {
  color: #8d8d8d;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.submission-form {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.form {
  width: 500px;
  margin-left: 0;
}

.text-span-6 {
  color: var(--color-1);
  font-family: Droid Serif, serif;
  font-size: 52px;
  font-weight: 500;
}

.success-message {
  background-color: #0000;
  border-radius: 2000px;
  width: 500px;
  height: 600px;
  margin-left: 0;
  padding: 84px;
}

.field-label {
  color: var(--heading-color);
  text-transform: none;
  font-weight: 300;
}

.div-block-58 {
  justify-content: center;
  align-items: center;
  padding-top: 172px;
  display: flex;
}

.div-block-59 {
  width: 100%;
  height: 5px;
  margin-bottom: 20px;
}

.checkbox {
  text-transform: none;
  margin-bottom: 5px;
}

.text-span-8 {
  color: #ee8b3f;
}

.text-span-5 {
  color: #ef9240;
}

.text-span-9 {
  color: #ee8e3f;
}

.textarea {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 7px;
  height: 250px;
  padding-bottom: 248px;
  font-weight: 300;
}

.text-field-2 {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 7px;
  margin-bottom: 26px;
  font-weight: 300;
}

.error-message {
  color: #030303;
  text-align: center;
  background-color: #bfe6ff;
  border-radius: 9px;
  margin-top: 30px;
  margin-bottom: -51px;
  margin-left: 0;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 300;
}

.div-block-60 {
  background-color: var(--bg-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: auto;
  margin-top: 50px;
  margin-bottom: 105px;
  padding: 81px;
  display: flex;
}

.checkbox-field {
  color: var(--color-1);
  text-transform: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.text-block-19 {
  font-weight: 300;
  line-height: 30px;
}

.form-block {
  object-fit: fill;
  flex: 0 auto;
  align-self: flex-start;
  position: static;
}

.checkbox-2 {
  border: 1px solid #cfcfcf;
}

.div-block-61 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-20 {
  color: var(--color-1);
}

.image-47 {
  position: absolute;
  top: -242.5px;
  left: 0;
}

.image-48 {
  position: absolute;
  top: -443.5px;
  right: 0;
}

.footer-nav {
  color: var(--color-3);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.footer-nav:hover {
  color: var(--color-1);
}

.footer-nav.tos {
  color: #9c9c9c;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.footer-nav.tos:hover {
  color: var(--color-3);
}

.heading-13 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 110%;
}

.heading-13.is-leading-text {
  letter-spacing: -.5px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 120%;
}

.heading-13.is-leading-text.is-bold {
  color: #ce9c91;
  font-size: 1.3em;
  font-weight: 400;
}

.bullet-wrap {
  padding-right: 1rem;
}

.secondary-cta-arrow {
  padding-left: .75rem;
}

.footer-row-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.faq-title {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #ce9c91;
  cursor: pointer;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  transition: all .2s;
  display: flex;
}

.faq-title:hover {
  color: var(--heading-color);
  -webkit-text-stroke-color: #907cff;
}

.faq-title:active {
  color: #907cff;
}

.testimonial-image {
  width: 35px;
  height: 35px;
  margin-bottom: .75rem;
}

.testimonial-name-2 {
  color: #a76b6b;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
}

.review-link-block {
  color: #000;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
}

.benefit-left-wrap {
  max-width: 600px;
}

.footer-logo {
  margin-right: 80px;
  transition: all .2s ease-in-out;
}

.footer-logo:hover {
  opacity: .7;
}

.bullet {
  background-color: #fff7f0;
  border: 4px #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  box-shadow: 0 0 0 14px #fff;
}

.heading-2-left-aligned {
  color: #a76b6b;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1em;
}

.sub-heading-paragraph {
  color: #696969;
  margin-top: -1.5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3em;
}

.process-block {
  margin-bottom: 4rem;
}

.benefit-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-authority-stats {
  min-height: auto;
  margin-top: 150px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.wrap-footer {
  border-top: 2px solid #d8af9d;
  padding-top: 2rem;
  padding-bottom: 10rem;
}

.testimonial-block-2 {
  background-color: #fff;
  border: 1px solid #eee4db;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.9rem;
  transition: all .2s;
  display: flex;
}

.testimonial-block-2:hover {
  transform: translate(0, -10px);
  box-shadow: 2px 8px 14px #0000000d;
}

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

.benefit-cta-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.section-faqs {
  min-height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.footer-nav-wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-copyright {
  color: #a8a8a8;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.stat-label {
  color: var(--color-1);
  text-align: center;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3em;
}

.process-header {
  color: var(--color-02);
  padding-bottom: .4rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.benefit-header {
  color: var(--color-02);
  text-align: left;
  padding-bottom: .4rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
}

.padding-global {
  padding-left: 40px;
  padding-right: 40px;
}

.header-value-prop {
  color: var(--color-02);
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.process-timeline {
  background-color: #eee4db;
  border: 1px #000;
  border-right: 2px solid #eee4db;
  margin-bottom: 136px;
  margin-right: -20px;
}

.wrap-benefits {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.hero-review-wrap {
  background-color: #fff0;
  border: 1px #f2f2f2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.hero-review-wrap:hover {
  border-color: #cfcfcf;
}

.faqs-component {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.sticker-stat {
  background-color: var(--color-1);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  border: 8px solid #fff;
  border-radius: 20px;
  width: auto;
  padding: .5rem 1.5rem;
  font-family: Lato, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1em;
  transition: all .2s;
  transform: rotate(3deg);
  box-shadow: 3px 3px 5px #0000001a;
}

.sticker-stat:hover {
  transform: translate(0, -16px)rotate(3deg)rotate(3deg);
  box-shadow: 3px 6px 16px #0000001a;
}

.sticker-stat.green {
  background-color: var(--heading-color);
  font-size: 4rem;
  transform: rotate(-2deg);
}

.sticker-stat.green:hover {
  transform: translate(0, -16px)rotate(-2deg)rotate(-2deg);
}

.sticker-stat.yellow {
  background-color: #f19c7e;
  font-size: 4rem;
}

.hero-sub-heading {
  color: var(--brand-color-1);
  text-align: left;
  margin-bottom: 3rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3em;
}

.image-49 {
  margin-top: -2rem;
  margin-left: -2rem;
  position: absolute;
}

.body-text {
  color: #686868;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 160%;
}

.need-more-paragraph {
  color: #fff;
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.3em;
}

.faq-expand {
  color: #231f2f;
  overflow: hidden;
}

.faq-item {
  border-radius: .5em;
  overflow: hidden;
}

.faq-item:hover {
  color: #907cff;
}

.benefit-paragraph {
  color: #696969;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.3em;
}

.pricing-block {
  background-color: #fcfaf8;
  border-radius: 20px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 3rem 2.5rem 2.5rem;
}

.wrap-pricing {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.whats-included {
  color: var(--heading-color);
  margin-top: 3rem;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.3em;
}

.price {
  color: var(--color-1);
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3em;
  display: none;
}

.price._2 {
  color: var(--heading-color);
}

.heading-2-center-aligned {
  color: #a76b6b;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1em;
}

.heading-2-center-aligned.faq {
  color: #a76b6b;
}

.pricing-title {
  color: var(--color-1);
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2em;
}

.pricing-title._2 {
  color: var(--heading-color);
}

.section-pricing {
  min-height: auto;
  margin-top: 100px;
  padding-top: 100px;
  display: block;
}

.secondary-cta {
  color: #a76b6b;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: 0;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-cta:hover {
  background-color: var(--color-2);
  border-radius: 10px;
}

.secondary-cta.need-more {
  background-color: #fff;
  border-radius: 10px;
  margin-left: 0;
  transition-timing-function: ease-in-out;
}

.secondary-cta.need-more:hover {
  background-color: #fff4e9;
}

.secondary-cta.send-message {
  color: #fff;
  background-color: #e9b8ad;
  border: 1px #fff;
  border-radius: 10px;
  margin-top: 1rem;
  margin-left: 0;
}

.secondary-cta.send-message:hover {
  background-color: var(--color-1);
}

.short-heading-wrap {
  max-width: 400px;
  position: relative;
}

.benefit-grid {
  grid-column-gap: 55px;
  grid-row-gap: 25px;
  margin-bottom: 4rem;
}

.pricing-table-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-text-bullet {
  display: flex;
}

.section-hero {
  background-color: #fff;
  background-image: url('../images/Group-2181_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: auto;
  margin-top: -75px;
  padding-top: 8rem;
  padding-bottom: 12rem;
  display: block;
  position: relative;
}

.value-prop-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
}

.hero-review-text {
  color: #a76b6b;
  margin-left: 0;
  font-size: 1rem;
}

.paragraph-value-prop {
  color: #696969;
  text-align: center;
  margin-top: .75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3em;
}

.stats-stickers-wrap {
  justify-content: space-between;
  margin-top: 4rem;
  display: flex;
}

.portfolio-wrap {
  justify-content: space-between;
  width: 120%;
  margin-top: 2rem;
  display: flex;
}

.portfolio-wrap._2 {
  margin-left: -17rem;
}

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

.primary-button {
  background-color: var(--cta-color);
  color: #fff;
  border-radius: 10px;
  margin-left: 0;
  margin-right: .5rem;
  padding: .75rem 3rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s;
}

.primary-button:hover {
  background-color: var(--cta-color-hover);
}

.primary-button.pricing-section {
  text-align: center;
  width: 100%;
}

.primary-button.pricing-section:hover {
  background-color: var(--cta-color-hover);
}

.primary-button.pricing-section.pro-plus {
  background-color: var(--cta-color);
}

.primary-button.pricing-section.pro-plus:hover {
  background-color: var(--cta-color-hover);
}

.portfolio-image {
  border: 2px none var(--color-2);
  border-radius: 20px;
  max-width: 400px;
  margin-right: 3rem;
  transition: all .2s;
}

.portfolio-image:hover {
  transform: scale(1.02);
}

.wrap-valueprops {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-cta-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.image-50 {
  max-width: none;
  width: auto;
  height: 50vw;
  max-height: 700px;
  margin-right: 0;
}

.testimonial-wrap {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
  position: relative;
}

.process-left-graphic {
  max-height: 800px;
  position: absolute;
  left: 0;
}

.section-rename {
  min-height: auto;
  margin-top: 100px;
  padding-top: 100px;
  display: block;
}

.footer-nav-text {
  font-size: .9rem;
  font-weight: 300;
}

.process-cta-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.review-profile-pic {
  background-image: url('../images/Megan-Carter.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: -.8rem;
  box-shadow: 0 2px 5px #0003;
}

.review-profile-pic._4 {
  background-image: url('../images/Jessica-Thompson.webp');
}

.review-profile-pic._2 {
  background-image: url('../images/Sarah-Lee.webp');
}

.review-profile-pic._1 {
  background-image: url('../images/Emily-Reyes.webp');
}

.review-profile-pic._3 {
  background-image: url('../images/Lauren-Mitchell.webp');
}

.section-footer {
  min-height: auto;
  margin-top: 100px;
  padding-top: 100px;
  display: block;
}

.sticker-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 275px;
  display: flex;
}

.list-text {
  color: var(--heading-color);
  margin-top: .5rem;
  margin-bottom: .75rem;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.3em;
}

.section-testimonials {
  min-height: auto;
  margin-top: 50px;
  padding-top: 100px;
  display: block;
}

.need-more-title {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.process-paragraph {
  color: #696969;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.3em;
}

.faq-answer {
  text-align: center;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.footer-row-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-valueprops {
  min-height: auto;
  margin-top: 100px;
  padding-top: 100px;
  display: block;
}

.section-benefits {
  min-height: auto;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.pricing-sub-text {
  color: #696969;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3em;
}

.pricing-list {
  color: var(--heading-color);
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}

.need-more-block {
  background-color: var(--color-3);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 2.5rem;
  display: flex;
}

.section-portfolio {
  min-height: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  overflow: hidden;
}

.process-timeline-wrap {
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  display: flex;
}

.pricing-divider {
  border-top: 1px solid var(--color-1);
  margin-top: 3rem;
}

.container-global {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.process-right-graphic {
  max-height: 800px;
  position: absolute;
  right: 0;
}

.wrap-process {
  max-width: 495px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-paragraph {
  color: #696969;
  text-align: center;
  font-size: .8rem;
  line-height: 1.3em;
}

.wrap-hero {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  max-width: none;
  margin: 0 auto;
  display: flex;
}

.hero-review-block {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  display: flex;
}

.hero-header-h1 {
  color: var(--heading-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.05em;
}

.hero-header-h1.contact-page {
  background-image: url('../images/Vector-3316.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 2rem;
}

.section-process {
  min-height: auto;
  margin-top: 0;
  padding-top: 100px;
  display: block;
  position: relative;
}

.paragraph {
  color: #a76b6b;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.hero-content-left {
  max-width: 500px;
  color: var(--heading-color);
  margin-right: 5rem;
}

.hero-main-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 2.5rem;
  margin-bottom: 0;
  display: flex;
}

.text-span-11 {
  background-image: url('../images/Ellipse-165.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-jeen-logo {
  max-width: 75px;
}

.hero-graphic-right {
  max-height: 1000px;
  margin-top: 8rem;
  position: absolute;
  right: 0;
}

.hero-graphic-left {
  max-height: 1000px;
  margin-top: 18rem;
  position: absolute;
  left: 0;
  right: auto;
}

.text-span-12 {
  background-image: url('../images/Vector-3300.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: .2rem;
  padding-bottom: .4rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-flex;
}

.text-span-13 {
  background-image: url('../images/Vector-3324.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: .4rem;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.bullet-image-01 {
  width: 17px;
}

.text-span-14 {
  background-image: url('../images/Vector-3316.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: .5rem;
  display: inline-flex;
}

.text-span-15 {
  background-image: url('../images/Vector-3323.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: .4rem;
  display: inline-flex;
}

.image-52 {
  position: absolute;
  top: -76px;
  right: -27px;
}

.review-text-wrap {
  margin-left: 1.5rem;
}

.text-span-16 {
  background-image: url('../images/Vector-3323.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.symton-bullet-icon {
  width: 8px;
  margin-right: .5rem;
  padding-top: .3rem;
  transform: rotate(0);
}

.what-i-treat {
  color: var(--color-02);
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 400;
}

.stat-image {
  max-width: none;
  max-height: 175px;
  transition: all .2s;
}

.stat-image:hover {
  transform: rotate(7deg)translate(0, -10px);
}

.stat-image._500:hover {
  transform: rotate(-8deg)translate(0, -10px);
}

.nav-button-footer {
  background-color: var(--cta-color);
  color: #fff;
  border-radius: 10px;
  margin-left: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all .2s;
}

.nav-button-footer:hover {
  background-color: var(--cta-color-hover);
  opacity: 1;
}

.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;
}

.link {
  text-decoration: none;
}

.text-block-21 {
  color: var(--color-1);
  margin-right: .5rem;
  font-size: 18px;
  font-weight: 600;
}

.phone-div {
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  margin: .5rem auto 1rem;
  display: flex;
}

.fax-div {
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  margin: .5rem auto 0;
  display: flex;
}

.fax-text {
  color: #e29a83;
  margin-right: .4rem;
  font-size: 16px;
  font-weight: 500;
}

.fax-link {
  color: #e29a83;
  text-decoration: none;
}

.fax-number {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.phone-div-home {
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  margin: -3rem auto 3rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--bg-color);
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .nav-link {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .nav-link.w--current, .nav-link.home {
    display: block;
  }

  .nav-button {
    margin-top: 30px;
    margin-left: 0;
  }

  .hero-section {
    height: auto;
  }

  .div-block-2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-3 {
    width: auto;
    margin-left: 46px;
  }

  .hero-text-block {
    width: 100%;
    font-size: 26px;
  }

  .hero-header {
    font-size: 84px;
    line-height: 84px;
  }

  .testimonial-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  ._3-keys-section {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .faq-section {
    margin-top: 100px;
    overflow: hidden;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .div-block-8 {
    width: auto;
    margin-top: 31px;
    margin-left: 0;
  }

  .classes-block-div {
    margin-bottom: 30px;
  }

  .div-block-9 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .div-block-18 {
    width: 60%;
  }

  .image-26 {
    right: -85px;
  }

  .image-27 {
    left: -42px;
  }

  .div-block-52 {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-top: 50px;
  }

  .image-36 {
    width: 60%;
    margin-left: -30px;
  }

  .div-block-53 {
    width: 100%;
    margin-left: 0;
    padding-top: 50px;
  }

  .image-39, .image-40 {
    width: 100%;
  }

  .menu-button {
    color: var(--color-1);
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: var(--heading-color);
  }

  .image-42 {
    width: 300px;
  }

  .sub-hero {
    overflow: visible;
  }

  .text-block-18 {
    width: 80%;
  }

  .image-43 {
    width: 35px;
    bottom: -333px;
  }

  .image-44 {
    width: 40px;
    top: -441px;
  }

  .div-block-56 {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-name-2 {
    text-align: center;
  }

  .section-authority-stats {
    padding-top: 50px;
  }

  .testimonial-block-2 {
    padding: 1.6rem;
  }

  .header-value-prop {
    font-size: 1.3rem;
  }

  .sticker-stat {
    font-size: 3rem;
  }

  .pricing-block {
    padding: 1.5rem;
  }

  .section-hero {
    background-position: 45% 0;
  }

  .value-prop-block {
    width: 30%;
  }

  .portfolio-image {
    max-width: 300px;
  }

  .testimonial-wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .process-left-graphic {
    max-height: 550px;
    top: 220px;
  }

  .sticker-block {
    max-width: 200px;
  }

  .section-testimonials {
    padding-top: 50px;
  }

  .section-valueprops {
    margin-top: 50px;
  }

  .section-benefits {
    padding-top: 50px;
  }

  .container-global {
    max-width: 100%;
  }

  .process-right-graphic {
    max-height: 550px;
    top: 220px;
  }

  .hero-graphic-right, .hero-graphic-left {
    display: none;
  }

  .symton-bullet-icon {
    padding-top: .2rem;
  }

  .stat-image {
    max-height: 145px;
  }

  .nav-button-footer {
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    flex-direction: column;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-3 {
    align-items: center;
    width: auto;
    margin-left: 0;
  }

  .hero-text-block, .hero-header {
    text-align: center;
  }

  .testimonials {
    height: auto;
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-5 {
    bottom: 65.3359px;
  }

  .image-6 {
    top: 156.109px;
  }

  .image-7 {
    top: 251.75px;
  }

  ._3-keys-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    display: none;
  }

  .div-block-9 {
    margin-bottom: 26px;
  }

  .image-26 {
    right: -109px;
  }

  .image-27 {
    left: -70px;
  }

  .div-block-43 {
    flex-direction: column;
    align-items: center;
  }

  .social-icons {
    margin-right: 0;
  }

  .div-block-45 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-46 {
    text-align: center;
    margin-bottom: 30px;
  }

  .div-block-47 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .social-link {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-52 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .div-block-53 {
    width: 350px;
    margin-top: 29px;
    margin-left: 75px;
    margin-right: 75px;
  }

  .div-block-54 {
    text-align: center;
    margin-bottom: 44px;
  }

  .image-42 {
    margin-bottom: 40px;
  }

  .div-block-56 {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .form {
    width: 100%;
  }

  .div-block-60 {
    width: 90%;
    padding: 40px 0;
  }

  .form-block {
    justify-content: center;
    width: 90%;
    display: flex;
  }

  .image-47 {
    width: 25px;
    top: -156.5px;
  }

  .image-48 {
    width: 35px;
    top: -292.5px;
  }

  .heading-13 {
    font-size: 2.4em;
  }

  .heading-13.is-leading-text {
    letter-spacing: -.3px;
    font-size: 1.1em;
  }

  .faq-title {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    padding: 1em;
  }

  .review-link-block {
    margin-left: auto;
  }

  .benefit-image-mobile {
    width: 70%;
    margin-bottom: 6rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .padding-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticker-stat {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 2.5rem;
  }

  .hero-sub-heading {
    text-align: center;
    font-size: 1.1rem;
  }

  .body-text {
    line-height: 140%;
  }

  .section-hero {
    background-image: url('../images/Group-2185_1.webp');
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 40rem;
  }

  .value-prop-block {
    width: 80%;
    margin-bottom: 2rem;
  }

  .wrap-valueprops {
    flex-flow: column;
  }

  .hero-cta-wrap {
    justify-content: center;
    align-items: center;
  }

  .image-50, .process-left-graphic {
    display: none;
  }

  .faq-answer {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-benefits {
    margin-top: 50px;
  }

  .process-right-graphic {
    display: none;
  }

  .hero-review-block {
    justify-content: center;
    align-items: flex-start;
  }

  .hero-header-h1 {
    text-align: center;
    font-size: 2.5rem;
  }

  .hero-content-left {
    max-width: none;
    margin-right: 0;
  }

  .hero-main-block {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding-bottom: 400px;
  }

  .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brand.w--current {
    padding-left: 10px;
  }

  .div-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-section {
    margin-bottom: 80px;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 29px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 0 40px;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .hero-text-block {
    width: 100%;
    max-width: 320px;
    margin-bottom: 45px;
    line-height: 30px;
  }

  .hero-header {
    margin-top: 6px;
    margin-bottom: 22px;
    font-size: 78px;
    line-height: 76px;
  }

  .testimonials {
    overflow: hidden;
  }

  .faq-section {
    margin-bottom: 100px;
  }

  .div-block-7 {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 25px;
  }

  .classes-block-div {
    margin-right: 0;
  }

  .image-8 {
    display: none;
  }

  .accordion-title {
    white-space: pre-wrap;
    object-fit: fill;
  }

  .div-block-18 {
    width: 90%;
  }

  .image-26 {
    display: none;
    right: -150px;
  }

  .image-27 {
    display: none;
    left: -116px;
  }

  .div-block-48 {
    margin-top: 50px;
  }

  .about-me {
    padding-top: 0;
  }

  .div-block-52 {
    align-items: center;
    margin-top: 0;
    padding-top: 75px;
    overflow: hidden;
  }

  .image-36 {
    width: 90%;
  }

  .div-block-53 {
    width: 90%;
    margin-top: 0;
  }

  .menu-button {
    background-color: #0000;
  }

  .icon {
    color: var(--heading-color);
  }

  .image-42 {
    width: 260px;
  }

  .text-block-18 {
    width: 70%;
    font-size: 16px;
    line-height: 22px;
  }

  .image-43 {
    bottom: -190px;
  }

  .image-44 {
    top: -337px;
  }

  .h2 {
    text-align: center;
    line-height: 58px;
  }

  .div-block-55 {
    width: 90%;
  }

  .submission-form {
    padding-bottom: 1rem;
  }

  .form {
    width: 100%;
    margin-top: 36px;
    margin-left: 0;
  }

  .success-message {
    width: 100%;
    padding: 20px;
  }

  .div-block-58 {
    padding-top: 239px;
  }

  .div-block-60 {
    flex-direction: row;
    align-items: center;
    width: 95%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-block {
    width: 90%;
  }

  .image-47, .image-48 {
    display: none;
  }

  .footer-nav {
    text-align: center;
    padding-bottom: 2rem;
  }

  .footer-nav.tos {
    padding-left: 0;
  }

  .heading-13.is-leading-text.is-bold {
    font-weight: 600;
  }

  .footer-row-2 {
    text-align: center;
    flex-flow: column;
    padding-top: 1rem;
  }

  .faq-title {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .heading-2-left-aligned {
    font-size: 1.8rem;
  }

  .section-authority-stats {
    padding-bottom: 50px;
    overflow: hidden;
  }

  .benefit-image-mobile {
    width: 100%;
    margin-bottom: 3rem;
  }

  .benefit-cta-wrap {
    flex-flow: column;
  }

  .footer-nav-wrap {
    flex-flow: column;
    margin-right: auto;
    display: flex;
  }

  .stat-label {
    margin-top: .5rem;
  }

  .need-more-left-wrap {
    margin-bottom: 2rem;
  }

  .benefit-header {
    font-size: 1rem;
  }

  .padding-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-review-wrap {
    padding: .5rem .75rem;
  }

  .sticker-stat {
    font-size: 3rem;
  }

  .hero-sub-heading {
    font-size: 1rem;
  }

  .image-49 {
    margin-top: -3rem;
    margin-left: -1rem;
  }

  .body-text {
    text-align: left;
    font-weight: 400;
  }

  .pricing-block {
    margin-top: -1rem;
    margin-bottom: 3rem;
    padding: 1.25rem 1rem;
  }

  .heading-2-center-aligned {
    font-size: 1.8rem;
  }

  .heading-2-center-aligned.faq {
    text-align: left;
  }

  .section-pricing {
    padding-top: 50px;
  }

  .secondary-cta {
    text-align: center;
    width: 100%;
    margin-top: .5rem;
    margin-left: 0;
  }

  .benefit-grid {
    grid-column-gap: 31px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .pricing-table-wrap {
    grid-template-columns: 1fr;
  }

  .section-hero {
    margin-top: -70px;
    padding-top: 4.5rem;
    padding-bottom: 30rem;
  }

  .hero-review-text {
    font-size: .8rem;
  }

  .stats-stickers-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
  }

  .primary-button {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .hero-cta-wrap {
    flex-flow: column;
  }

  .testimonial-wrap {
    grid-template-columns: 1fr;
  }

  .process-cta-wrap {
    flex-flow: column;
  }

  .review-profile-pic {
    width: 25px;
    height: 25px;
  }

  .sticker-block {
    margin-bottom: 3rem;
  }

  .section-testimonials {
    padding-top: 50px;
  }

  .faq-answer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row-1 {
    flex-flow: column;
  }

  .section-valueprops {
    padding-top: 50px;
  }

  .section-benefits {
    margin-top: 75px;
    padding-top: 75px;
  }

  .pricing-sub-text {
    font-size: .9rem;
  }

  .need-more-block {
    flex-flow: column;
    margin-top: 0;
    padding: 1.5rem;
  }

  .section-portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .process-timeline-wrap {
    padding-left: 1rem;
  }

  .container-global {
    max-width: 100%;
  }

  .hero-review-block {
    margin-bottom: .5rem;
  }

  .hero-header-h1 {
    margin-bottom: 1rem;
    font-size: 2.1rem;
  }

  .link-block-3 {
    display: flex;
  }

  .link-block-3.w--current {
    justify-content: center;
    align-items: flex-start;
  }
}

#w-node-_8efdad36-c454-a38e-f7f2-0ce3d192e204-f8f8cbe1, #w-node-_14885e54-c14c-ed6b-cf2f-cebc09e736c9-f8f8cbe1, #w-node-_4480980f-e2bc-b9b6-4537-bce14515ec79-f8f8cbe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}



/* Appointment section: single centred card + returning-client link */
.pricing-table-wrap.single {
  grid-template-columns: 1fr;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-block.centered {
  text-align: center;
}

.pricing-block.centered .primary-button.pricing-section {
  width: auto;
  margin-right: 0;
  display: inline-block;
}

.pricing-call {
  color: var(--heading-color);
  margin-top: .85rem;
  margin-bottom: 0;
  font-size: .95rem;
  font-weight: 300;
}

.pricing-call a {
  color: inherit;
}

.pricing-block.centered .pricing-list {
  text-align: left;
  display: inline-block;
}

.returning-client {
  color: #696969;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: .95rem;
  font-weight: 300;
}

.returning-client a {
  color: var(--heading-color);
  font-weight: 500;
}

/* Appointment section: mobile type scale.
   Both headings previously used their desktop sizes, so the card title sat
   too close to the section heading and the two competed. */
@media screen and (max-width: 767px) {
  .wrap-pricing .heading-2-center-aligned {
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }

  .pricing-title {
    font-size: 1.35rem;
  }

  .pricing-block {
    padding: 2.25rem 1.75rem 2rem;
  }
}

@media screen and (max-width: 479px) {
  .wrap-pricing .heading-2-center-aligned {
    margin-bottom: 2rem;
    font-size: 1.75rem;
  }

  .pricing-title {
    font-size: 1.2rem;
  }

  .pricing-block {
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 1.35rem 1.75rem;
  }

  .pricing-sub-text {
    font-size: .95rem;
  }
}

/* Type-size floor.
   webflow.css sets .w-input/.w-select to 14px; anything under 16px makes iOS
   Safari zoom the page when a field is focused, which on the contact form
   scrolls the phone number out of view. Body copy raised to a 14px floor. */
.text-field-2,
.textarea,
.w-input,
.w-select {
  font-size: 16px;
}

.field-label {
  font-size: .95rem;
}

.process-paragraph,
.testimonial-paragraph {
  font-size: .9rem;
}

.footer-copyright {
  font-size: .875rem;
}

@media screen and (max-width: 479px) {
  .hero-review-text {
    font-size: .875rem;
  }
}

/* Visit the studio */
.section-location {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.location-card {
  background-color: #fcfaf8;
  border-radius: 20px;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.location-info {
  padding: 3.5rem 3rem;
}

.location-heading {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2em;
}

.location-intro {
  color: #696969;
  margin-bottom: 2.25rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.location-item {
  grid-column-gap: .85rem;
  margin-bottom: 1.75rem;
  display: flex;
}

.location-icon {
  color: var(--color-1);
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 26px;
  padding-top: .1rem;
  display: flex;
}

.location-icon img {
  width: 24px;
  height: 24px;
}

.location-label {
  color: var(--heading-color);
  margin-bottom: .35rem;
  font-size: .95rem;
  font-weight: 600;
}

.location-text {
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.location-text a {
  color: var(--heading-color);
}

.location-note {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5em;
}

.location-actions {
  grid-column-gap: .75rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  display: flex;
}

.outline-button {
  color: var(--cta-color);
  border: 1px solid var(--cta-color);
  border-radius: 10px;
  padding: .75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.outline-button:hover {
  color: #fff;
  background-color: var(--cta-color);
}

.location-map {
  background-color: var(--color-2);
  min-height: 420px;
  position: relative;
}

.location-map iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 767px) {
  .location-card {
    grid-template-columns: 1fr;
  }

  .location-info {
    padding: 2.5rem 1.75rem;
  }

  .location-heading {
    font-size: 1.5rem;
  }

  .location-map {
    min-height: 300px;
  }

  .location-actions {
    flex-direction: column;
    align-items: stretch;
    gap: .75rem;
  }

  .location-actions .primary-button,
  .location-actions .outline-button {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}

/* Footer: three columns (brand / contact / nav) */
.footer-columns {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1.3fr 1fr .9fr;
  align-items: start;
  display: grid;
}

.footer-col-nav {
  flex-direction: column;
  align-items: flex-end;
  gap: 1.25rem;
  display: flex;
}

.footer-tagline {
  color: #4a4a4a;
  max-width: 22rem;
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.footer-address {
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6em;
}

.footer-contact-line {
  margin-top: 0;
  margin-bottom: .35rem;
  font-size: 1rem;
  font-weight: 500;
}

.footer-contact-line a {
  color: var(--cta-color);
  text-decoration: none;
}

.footer-contact-line a:hover {
  text-decoration: underline;
}

.footer-meta {
  color: #8a8a8a;
  margin-top: 1.1rem;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
}

.footer-columns .footer-logo {
  margin-right: 0;
}

.footer-col-nav .nav-button-footer {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .footer-columns {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-col {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-col-nav {
    align-items: center;
  }

  .footer-tagline {
    margin-left: auto;
    margin-right: auto;
  }
}


/* Images carry width/height attributes for CLS; keep them responsive.
   webflow.css sets max-width:100% but no height rule, so without this the
   height attribute would pin images squashed when the width shrinks. */
img {
  height: auto;
}

.utility-page-content {
  width: 100%;
  max-width: 420px;
}

/* Condition pages */
.cond-main {
  padding-bottom: 5rem;
}

.cond-wrap {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.cond-back {
  color: var(--heading-color);
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.cond-back:hover {
  text-decoration: underline;
}

.cond-h1 {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: Droid Serif, serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2em;
}

.cond-intro {
  color: #4a4a4a;
  max-width: 760px;
  margin-bottom: 2.25rem;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.75em;
}

.cond-card {
  background-color: #fcfaf8;
  border-radius: 16px;
  margin-bottom: 2.5rem;
  padding: 1.9rem 2rem;
}

.cond-card .cond-h2 {
  margin-top: 0;
}

.cond-h2 {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25em;
}

.cond-text {
  color: #4a4a4a;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.75em;
}

.cond-symptoms,
.cond-points {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 1.3rem;
}

.cond-symptom,
.cond-point {
  color: #4a4a4a;
  margin-bottom: .9rem;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.6em;
}

.cond-symptom::marker,
.cond-point::marker {
  color: var(--color-1);
}

.cond-faq-item {
  border-bottom: 1px solid #eee4db;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}

.cond-faq-q {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: .45rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35em;
}

.cond-faq-a {
  color: #4a4a4a;
  margin-bottom: 0;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.7em;
}

.cond-cta {
  background-color: #fcfaf8;
  border-radius: 16px;
  text-align: center;
  margin-top: 9.5rem;
  padding: 3rem 2rem;
}

.cond-cta-heading {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: .6rem;
  font-family: Droid Serif, serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.cond-cta-text {
  color: #4a4a4a;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.cond-related {
  border-top: 1px solid #eee4db;
  margin-top: 6.5rem;
  padding-top: 2rem;
}

.cond-related-label {
  color: var(--heading-color);
  margin-bottom: .8rem;
  font-size: .95rem;
  font-weight: 600;
}

.cond-related-link {
  color: var(--heading-color);
  border: 1px solid #e6d5cb;
  border-radius: 100px;
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding: .45rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.cond-related-link:hover {
  color: #fff;
  background-color: var(--cta-color);
  border-color: var(--cta-color);
}

/* Conditions hub */
.cond-hub-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.cond-hub-h1,
.cond-hub-intro {
  text-align: center;
}

.cond-hub-wrap {
  padding-top: 6.5rem;
}

.cond-hub-h1 {
  margin-bottom: 1rem;
}

.cond-hub-intro {
  margin-bottom: 5rem;
}

.cond-hub-intro {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.cond-hub-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.cond-hub-card {
  background-color: #fcfaf8;
  border-radius: 16px;
  flex-direction: column;
  padding: 1.75rem 1.6rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cond-hub-card:hover {
  transform: translateY(-3px);
}

.cond-hub-name {
  color: var(--heading-color);
  margin-bottom: .55rem;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3em;
}

.cond-hub-blurb {
  color: #696969;
  flex: 1;
  margin-bottom: 1rem;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.55em;
}

.cond-hub-more {
  color: var(--cta-color);
  font-size: .9rem;
  font-weight: 600;
}

.cond-hub-wrap .cond-cta {
  margin-top: 3rem;
}

@media screen and (max-width: 991px) {
  .cond-hub-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .cond-h1 {
    font-size: 1.9rem;
  }

  .cond-hero {
    padding-top: 2rem;
    margin-bottom: 4.5rem;
  }

  .cond-hero-img {
    height: 230px;
    margin-bottom: 1.75rem;
  }

  .cond-sec-head {
    margin-top: 5rem;
  }

  .cond-review {
    margin-top: 4.5rem;
  }

  .cond-cta {
    margin-top: 5rem;
  }

  .cond-related {
    margin-top: 3.5rem;
  }


  .cond-hub-grid {
    grid-template-columns: 1fr;
  }

  .cond-card,
  .cond-cta {
    padding: 1.6rem 1.3rem;
  }
}

.benefit-link {
  color: inherit;
  text-decoration: none;
}

.benefit-link:hover {
  color: var(--cta-color);
  text-decoration: underline;
}

/* Condition page: hero band, pills, icon headings, banner */
.cond-hero {
  padding-top: 3rem;
  margin-bottom: 8rem;
}

.cond-squiggle {
  background-image: url('../images/Vector-3316.svg');
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  height: 40px;
  margin-bottom: 1.5rem;
}

.cond-pills-label {
  color: var(--heading-color);
  margin-top: 1.9rem;
  margin-bottom: .9rem;
  font-size: .95rem;
  font-weight: 600;
}

.cond-pills {
  flex-wrap: wrap;
  gap: .6rem;
  display: flex;
}

.cond-pill {
  color: var(--heading-color);
  background-color: #f7f0e9;
  border-radius: 100px;
  padding: .7rem 1.3rem;
  font-size: .95rem;
  font-weight: 500;
}

.cond-sec-head {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: 9.5rem;
  margin-bottom: 1.4rem;
  display: flex;
}

.cond-content .cond-sec-head:first-child {
  margin-top: 0;
}

/* These image classes constrain height (or max-height) and relied on auto
   width from the natural aspect ratio; the width attributes added for CLS
   would otherwise size them at their intrinsic pixel width. */
.hero-graphic-left,
.hero-graphic-right,
.image-34,
.process-left-graphic,
.process-right-graphic,
.stat-image {
  width: auto;
}

/* Condition page v2: hero image, help cards, steps, review, faq */
.cond-hero-img {
  border-radius: 20px;
  object-fit: cover;
  object-position: 50% 32%;
  width: 100%;
  height: 400px;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.cond-points-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 1.75rem;
  display: grid;
}

.cond-point-card {
  background-color: #f7f0e9;
  border-radius: 16px;
  padding: 1.75rem 1.75rem 1.6rem;
}

.cond-point-icon {
  background-color: #f0ddd3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 1.1rem;
  display: flex;
}

.cond-point-text {
  color: #4a4a4a;
  margin-bottom: 0;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.6em;
}

.cond-steps {
  margin-top: 1.75rem;
}

.cond-step {
  grid-column-gap: 1.4rem;
  align-items: flex-start;
  display: flex;
  position: relative;
  padding-bottom: 2.2rem;
}

.cond-step:last-child {
  padding-bottom: 0;
}

.cond-step:not(:last-child):before {
  content: "";
  background-color: #eee4db;
  width: 2px;
  position: absolute;
  top: 44px;
  bottom: 4px;
  left: 21px;
}

.cond-step-num {
  color: var(--heading-color);
  background-color: #f3e3da;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-family: Droid Serif, serif;
  font-size: 1.15rem;
  font-weight: 700;
  display: flex;
}

.cond-step-title {
  color: var(--heading-color);
  margin-top: .55rem;
  margin-bottom: .35rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.cond-step-text {
  color: #4a4a4a;
  margin-bottom: 0;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.6em;
}

.cond-review {
  border: 1px solid #f0ddd3;
  border-radius: 20px;
  margin-top: 8.5rem;
  padding: 3rem 2.75rem 2.5rem;
  position: relative;
}

.cond-review-badge {
  color: #fff;
  background-color: var(--color-1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  top: -22px;
  left: 2.5rem;
}

.cond-review-stars {
  color: var(--color-1);
  letter-spacing: .12em;
}

.cond-review-text {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-family: Droid Serif, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7em;
}

.cond-review-meta {
  grid-column-gap: .9rem;
  align-items: center;
  display: flex;
}

.cond-review-avatar {
  color: var(--heading-color);
  background-color: #f3e3da;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.cond-review-name {
  color: #4a4a4a;
  font-size: .95rem;
  font-weight: 600;
}

.cond-review-source {
  color: #8a8a8a;
  font-size: .85rem;
  font-weight: 500;
}

.cond-faq .faq-item {
  cursor: pointer;
  border-bottom: 1px solid #f0ddd3;
  border-radius: 0;
}

.cond-faq .faq-title {
  justify-content: space-between;
  padding: 1.35em 0;
}

.cond-faq .heading-13 {
  text-align: left;
}

.cond-faq.faqs-component {
  max-width: none;
}

.cond-faq .faq-answer {
  text-align: left;
  padding-left: 0;
  padding-right: 2.5em;
}

.cond-faq .body-text {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .cond-points-grid {
    grid-template-columns: 1fr;
  }
}

.cond-faq .faq-expand {
  overflow: hidden;
  transition: height .25s ease;
}

.cond-faq .vector {
  transition: transform .25s ease;
}

.cond-faq-open .vector {
  transform: rotate(45deg);
}

