@font-face {
  font-family: Carmensans;
  src: url('../fonts/CarmenSans-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carmensans;
  src: url('../fonts/CarmenSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carmensans;
  src: url('../fonts/CarmenSans-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carmensans;
  src: url('../fonts/CarmenSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carmensans;
  src: url('../fonts/CarmenSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carmensans;
  src: url('../fonts/CarmenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carmensans;
  src: url('../fonts/CarmenSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Carmensans;
  src: url('../fonts/CarmenSans-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --dark-brown: #1b0f03;
  --ivory: #f9ecb7;
  --white: white;
  --dark-grey: #333;
  --gold: #cbad6f;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--black);
  font-family: Carmensans, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 3.8rem;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.2rem;
}

h3 {
  color: #967d49;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
}

p {
  margin-bottom: 30px;
  line-height: 1.8rem;
}

a {
  color: #83672d;
  text-decoration: none;
}

a:hover {
  color: var(--black);
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 1.6rem;
}

li {
  margin-bottom: 10px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 5px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  width: 17svw;
  margin-bottom: 0;
  margin-right: auto;
}

.navlink {
  color: var(--dark-brown);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .8rem;
  font-weight: 500;
}

.navlink:hover {
  color: #83672d;
}

.hero_section {
  height: auto;
  margin-top: 120px;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  overflow: clip;
}

.appointment_section {
  padding: 0% 5%;
}

.hero_imgs_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 100%;
  padding: 0;
}

.hero_img_div {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero_img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.main_tagline_wrapper {
  z-index: 100;
  background-color: #1b0f039e;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #630, var(--dark-brown));
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-align: left;
  width: 40%;
  padding: 24px 30px 38px;
  position: absolute;
  bottom: 0%;
  left: 32%;
}

.main_tagline {
  color: var(--ivory);
  text-align: center;
  text-transform: none;
  text-shadow: 0 9px #000000c9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.4rem;
}

.hero_tagline_bold {
  font-size: 4rem;
  font-weight: 700;
  line-height: 3rem;
}

.logo_img {
  height: auto;
  position: static;
}

.newsletter_form_wrapper {
  background-color: var(--dark-brown);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  width: auto;
  padding: 4% 10%;
}

.newsletter_form_wrapper.center {
  color: var(--white);
  text-align: center;
}

.follow_up_form {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text_field {
  width: 21%;
  min-height: 43px;
  margin-bottom: 0;
}

.text_field::placeholder {
  color: var(--dark-grey);
}

.text_field._2 {
  width: 26%;
}

.form_block {
  margin-bottom: 0;
}

.check_box {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0;
}

.check_text {
  color: var(--white);
  margin-bottom: 0;
  font-size: .9rem;
}

.welcome_section {
  padding: 7% 15%;
}

.welcome_headline {
  color: #a57d2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.2rem;
}

.welcome_headline.no_margin {
  margin-bottom: 0;
}

.submit_btn {
  background-color: var(--gold);
  color: var(--black);
  text-transform: uppercase;
  padding: 14px 25px 10px;
  font-size: .9rem;
  font-weight: 600;
}

.submit_btn:hover {
  background-color: var(--ivory);
}

.p_nomargin {
  margin-bottom: 0;
}

.two_columns_grid {
  grid-column-gap: 3svw;
  grid-row-gap: 3svw;
  padding: 0;
}

.two_columns_grid.top_margin {
  margin-top: 0%;
}

.welcome_content_cell {
  border-left: 1px solid #00000047;
  padding-left: 3svw;
}

.feature_section {
  padding: 7% 15%;
}

.hp_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hp_img.testimonials {
  object-position: 25% 50%;
}

.hp_headline {
  color: var(--dark-brown);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 200;
  line-height: 3.2rem;
}

.hp_headline.white {
  color: var(--white);
}

.hp_headline.testimonials {
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 3rem;
}

.hp_headline.blog {
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3.2rem;
}

.hp_headline.mail_list {
  color: var(--ivory);
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 2.6rem;
}

.content_cell {
  justify-content: center;
  align-items: flex-start;
}

.content_cell.left {
  padding-right: 7%;
}

.content_cell.right {
  padding-left: 7%;
}

.hp_img_div {
  width: 100%;
  height: 450px;
}

.hp_img_div.large {
  height: 700px;
}

.process_section {
  color: var(--black);
  background-color: #0000;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0% 15% 7%;
}

.process_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1b0f0300;
  margin-top: 7%;
  margin-bottom: 0%;
  margin-right: 0%;
  padding: 0%;
}

.process_cell {
  justify-content: flex-start;
  align-items: center;
}

.hair_icon {
  width: 50px;
  margin-bottom: 10px;
}

.process_label {
  color: var(--dark-brown);
  text-transform: uppercase;
}

.gallery_section {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.process_icon {
  width: 80%;
  margin-bottom: 10px;
}

.arrow_cell {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.arrow_text {
  color: var(--dark-brown);
  font-size: .75rem;
  line-height: 1rem;
}

.gallery_img_div {
  height: 700px;
  overflow: hidden;
}

.gallry_img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.gallery_text_div {
  z-index: 10;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 28%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 12%;
}

.hairloss_section {
  padding: 0% 5% 2%;
}

.featured_services_wrapper {
  background-color: var(--dark-brown);
  box-shadow: none;
  color: #fff;
  border: 1px #00000030;
  border-radius: 0;
  margin-bottom: 80px;
  padding: 80px 5%;
  position: sticky;
  top: 150px;
}

.featured_services_wrapper._2 {
  color: var(--dark-brown);
  background-color: #eccb85;
  background-image: linear-gradient(#0003, #0003);
  margin-bottom: 0;
  padding-bottom: 80px;
  top: 230px;
}

.section_number_div {
  z-index: 5;
  opacity: 1;
  background-color: #0000;
  border-bottom: 1px #ffffff2b;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 80px;
  padding: 10px 5%;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0 auto auto 0%;
}

.button {
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 18px 25px;
  font-size: .9rem;
}

.button:hover {
  color: #022710;
  background-color: #fff;
}

.button.dark {
  border-color: var(--dark-brown);
  color: var(--dark-brown);
}

.button.dark:hover {
  background-color: var(--dark-brown);
  color: var(--ivory);
}

.button.hero {
  border-color: var(--ivory);
  color: var(--ivory);
  text-align: center;
  padding-left: 21px;
  padding-right: 21px;
}

.button.hero:hover {
  background-color: var(--ivory);
  color: var(--dark-brown);
}

.feature_img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.feature_text_cell {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0%;
  padding-right: 15%;
}

.section_number {
  color: #f0eddd;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-left: 1px;
  font-size: 1.2em;
  font-weight: 200;
}

.feature_img_div {
  border-radius: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.feature_main_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  height: auto;
  margin-top: 100px;
  display: flex;
}

.feature_columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.appointment_headline {
  color: var(--ivory);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.8rem;
}

.list_nomargin {
  margin-bottom: 0;
}

.doc_section {
  padding: 2% 15% 7%;
}

.doc_wrapper {
  color: var(--dark-brown);
  background-color: #1b0f0300;
  padding: 0%;
}

.doc_grid {
  grid-column-gap: 3svw;
  grid-row-gap: 3svw;
  padding: 0;
}

.doc_quote {
  color: #8b671c;
  margin-bottom: 7%;
  font-size: 2rem;
  font-weight: 200;
  line-height: 2.8rem;
}

.doc_img_div {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.quote_icon {
  width: 40px;
  margin-bottom: 10px;
}

.testimonials_section {
  padding: 7% 15%;
}

.news_letter_section {
  padding: 0% 15%;
}

.testimonials_content_cell {
  justify-content: space-between;
}

.google_logo {
  width: 150px;
  margin-bottom: 10px;
}

.testimonials_wrapper {
  margin-top: auto;
}

.testimonials_name {
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 600;
}

.hero_btns_grid {
  margin-top: 30px;
  padding: 0;
}

.btn_cell {
  justify-content: flex-start;
  align-items: stretch;
}

.blog_section {
  padding-bottom: 7%;
  padding-left: 5%;
  padding-right: 5%;
}

.blog_wrapper {
  background-color: #0000000d;
  padding: 5% 10%;
}

.blog_grid {
  padding: 0;
}

.blog_header_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
  display: flex;
}

.blog_headline_div {
  width: 65%;
}

.date_cell {
  justify-content: flex-end;
  align-items: flex-start;
}

.blog_date {
  font-size: .8rem;
}

.blog_content_cell {
  justify-content: space-between;
  padding-left: 5%;
}

.blog_img_div {
  width: 100%;
  height: 250px;
}

.blog_content_div {
  width: 100%;
}

.read_more_div {
  margin-top: auto;
}

.read_more_link {
  color: var(--dark-brown);
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

.blog_line_div {
  background-color: var(--dark-brown);
  height: 1px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.blog_headline {
  color: var(--dark-brown);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.blog_img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.faqs_section {
  padding-bottom: 7%;
  padding-left: 15%;
  padding-right: 15%;
}

.faqs_header_cell {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 5%;
}

.faq2_accordion {
  background-color: var(--dark-brown);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
}

.faq2_question {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-top: 1px #0000;
  border-bottom: 2px #004674;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.faq2_answer {
  overflow: hidden;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-large {
  width: 100%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
}

.faqs_headline {
  color: var(--ivory);
  font-weight: 500;
}

.faqs_arrow_icon {
  width: 50px;
}

.paragraph {
  color: var(--white);
}

.footer_section {
  padding-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
}

.footer_wrapper {
  background-color: #0000000d;
  padding: 5%;
}

.footer_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #0003;
  padding: 0;
}

.footer_middle_cell {
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.quick_links_cell {
  padding-bottom: 20px;
  padding-right: 20px;
}

.footer_headline {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3rem;
}

.footer_link {
  color: var(--dark-brown);
  margin-bottom: 10px;
  font-size: .9rem;
  text-decoration: none;
}

.footer_link:hover {
  color: #815f19;
}

.quick_links_grid {
  width: 100%;
  padding: 0;
}

.footer_logo {
  width: 35%;
}

.soc_media_wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  display: flex;
}

.location_cell {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.hours_text {
  margin-bottom: 30px;
  font-size: .85rem;
}

.phone_btn {
  color: var(--dark-brown);
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.phone_btn:hover {
  color: #815f19;
}

.soc_media_btn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.soc_media_btn:hover {
  opacity: .5;
}

.x_icon {
  width: 85%;
}

.copyright_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0%;
  display: flex;
}

.copyright_div {
  width: 60%;
}

.copyright_text {
  font-size: .8rem;
}

.tesrms_div {
  text-align: right;
}

.mailing_list_text {
  margin-bottom: 30px;
}

.navlink_dropdown {
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 500;
}

.dropdown_toggle {
  padding-top: 19px;
  padding-left: 10px;
  padding-right: 15px;
}

.dropdown_toggle.w--open {
  color: #83672d;
}

.dropdown_icon {
  margin-right: 0;
  font-size: .7rem;
}

.dropdown_llist.w--open {
  background-color: var(--gold);
}

.dropdown_link {
  color: var(--dark-brown);
}

.dropdown_link:hover {
  background-color: var(--dark-brown);
  color: var(--ivory);
}

.inner_header_section {
  height: auto;
  padding: 120px 5% 0%;
}

.hero_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.inner_header_cell {
  background-color: #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10%;
}

.inner_main_headline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Carmensans, Arial, sans-serif;
  font-size: 3.0rem;
  font-weight: 300;
  line-height: 3.5rem;
}

.inner_header_subheadline {
  font-size: 1.2rem;
  font-weight: 300;
}

.breadcrumbs_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.breadcrumbs_link {
  color: #815f19;
  font-size: .9rem;
  text-decoration: none;
}

.breadcrumbs_link:hover {
  color: #000;
}

.divider_text {
  margin-left: 5px;
  margin-right: 5px;
}

.inner_header_img_div {
  width: 100%;
  overflow: hidden;
}

.header_img {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
}

.innerpage_section {
  padding: 7% 10%;
}

.inner_headline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 2.6rem;
}

.innerpage_img_div {
  float: left;
  width: 45%;
  margin-bottom: 5%;
  margin-right: 0%;
  overflow: hidden;
}

.innerpage_img_div.right {
  float: right;
  height: 400px;
  margin-left: 5%;
}

.innerpage_img_div.left {
  height: 400px;
  margin-right: 5%;
}

.innerpage_img_div.full_width {
  width: 100%;
  height: 400px;
  margin-bottom: 0%;
}

.inner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p_section_margin {
  margin-bottom: 5%;
}

.inner_callout_grid {
  width: 80%;
  margin: 7% auto;
  padding: 0;
}

.inner_callout_btn {
  background-color: var(--dark-brown);
  color: var(--ivory);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6rem;
  text-decoration: none;
  display: flex;
}

.inner_callout_btn:hover {
  background-color: var(--gold);
  color: var(--dark-brown);
}

.inner_callout_icon {
  width: 50px;
  margin-bottom: 10px;
}

.heading {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 30svw;
  }

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero_section {
    margin-top: 90px;
  }

  .main_tagline_wrapper {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    position: static;
  }

  .newsletter_form_wrapper {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .newsletter_form_wrapper.center {
    padding: 10% 15%;
  }

  .text_field {
    width: 48%;
    margin-bottom: 10px;
  }

  .text_field._2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .check_box {
    margin-top: 40px;
  }

  .welcome_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .welcome_headline.no_margin {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .two_columns_grid {
    grid-column-gap: 5svw;
    grid-row-gap: 5svw;
  }

  .two_columns_grid.top_margin {
    margin-top: 5%;
  }

  .feature_section {
    padding-bottom: 0%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .hp_headline {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .hp_headline.blog {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .content_cell.left {
    padding-right: 0%;
  }

  .content_cell.right {
    padding-left: 0%;
  }

  .hp_img_div, .hp_img_div.large {
    height: 350px;
  }

  .process_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .process_label {
    font-size: .85rem;
  }

  .arrow_text {
    font-size: .7rem;
    line-height: .7rem;
  }

  .gallery_img_div {
    object-position: 50% 50%;
    height: 600px;
  }

  .gallery_text_div {
    width: 35%;
  }

  .featured_services_wrapper {
    margin-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .featured_services_wrapper._2 {
    margin-bottom: 50px;
    top: 200px;
  }

  .section_number_div {
    height: 50px;
  }

  .feature_text_cell {
    padding-right: 5%;
  }

  .section_number {
    font-size: 1em;
  }

  .feature_img_div {
    height: 350px;
    margin-top: 10%;
  }

  .appointment_headline {
    margin-bottom: 40px;
  }

  .doc_section {
    padding-top: 7%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .doc_quote {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .doc_img_div {
    height: auto;
  }

  .testimonials_section, .news_letter_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .blog_wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog_header_wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog_headline_div {
    width: 60%;
  }

  .blog_img_div {
    height: 250px;
  }

  .faqs_section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_logo {
    width: 70%;
  }

  .copyright_div {
    width: 45%;
  }

  .navlink_dropdown {
    display: block;
  }

  .dropdown_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .dropdown_icon {
    margin-right: 20px;
  }

  .dropdown_llist {
    position: relative;
  }

  .menu_btn {
    background-color: var(--gold);
  }

  .menu_btn:hover {
    background-color: var(--ivory);
  }

  .menu_btn.w--open {
    background-color: var(--dark-brown);
    color: var(--white);
  }

  .navmenu {
    background-color: #fff;
  }

  .inner_main_headline {
    font-size: 4svw;
    line-height: 3.2svh;
  }

  .inner_header_subheadline {
    font-size: 1.1rem;
  }

  .inner_header_img_div {
    height: 450px;
  }

  .inner_callout_grid {
    width: 100%;
  }

  .inner_callout_btn {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: .9rem;
    line-height: 1.7rem;
  }

  .navbar {
    position: static;
  }

  .logo {
    width: 220px;
    padding-left: 0;
  }

  .hero_section {
    margin-top: 0;
  }

  .main_tagline_wrapper {
    padding-left: 9%;
    padding-right: 9%;
  }

  .main_tagline {
    font-size: 1.8rem;
  }

  .hero_tagline_bold {
    font-size: 2.6rem;
  }

  .welcome_content_cell {
    border-left-style: none;
    padding-left: 0;
  }

  .hp_headline {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .arrow_text {
    display: block;
  }

  .gallery_img_div {
    height: 500px;
  }

  .gallery_text_div {
    background-image: linear-gradient(#000000a1, #000000a1);
    justify-content: flex-end;
    align-items: flex-start;
    width: 55%;
    padding-bottom: 5%;
  }

  .featured_services_wrapper {
    margin-bottom: 0;
    padding: 0 10% 50px;
    position: static;
    top: 0;
  }

  .featured_services_wrapper._2 {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
    top: 50px;
  }

  .section_number_div {
    margin-bottom: 26px;
    margin-left: -10%;
    padding-top: 20px;
    padding-left: 10%;
    position: static;
  }

  .feature_img_div {
    height: 250px;
  }

  .appointment_headline {
    font-size: 1rem;
  }

  .blog_grid {
    margin-left: auto;
    margin-right: auto;
  }

  .blog_header_wrapper {
    flex-flow: wrap;
    margin-bottom: 11%;
  }

  .blog_headline_div {
    width: auto;
    margin-bottom: 25px;
  }

  .blog_content_cell {
    padding-left: 0%;
  }

  .faq2_question {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_middle_cell {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #0000001a;
    border-bottom-width: 1px;
    border-bottom-color: #0000001a;
    padding-top: 20px;
  }

  .quick_links_cell {
    justify-content: flex-start;
    align-items: center;
  }

  .quick_links_grid {
    text-align: left;
  }

  .footer_logo {
    width: 35%;
  }

  .location_cell {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copyright_wrapper {
    flex-flow: column;
  }

  .copyright_div {
    width: 100%;
    margin-bottom: 18px;
  }

  .inner_header_section {
    padding-top: 0;
  }

  .inner_header_cell {
    padding-left: 10%;
    padding-right: 10%;
  }

  .inner_main_headline {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  .inner_headline {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .innerpage_img_div.right {
    width: 100%;
    height: 300px;
    margin-bottom: 10%;
    margin-left: 0%;
  }

  .innerpage_img_div.left {
    width: 100%;
    height: 300px;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .innerpage_img_div.full_width {
    height: 300px;
  }

  .inner_callout_btn {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 200px;
  }

  .hero_imgs_grid {
    margin-bottom: 20px;
  }

  .hero_img_div {
    height: 300px;
  }

  .main_tagline {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .newsletter_form_wrapper.center {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text_field {
    width: 100%;
  }

  .check_text {
    font-size: .7rem;
  }

  .welcome_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .hp_headline.testimonials, .hp_headline.blog {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .hp_headline.mail_list {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .content_cell.left {
    padding-bottom: 10%;
  }

  .hp_img_div, .hp_img_div.large {
    height: 250px;
  }

  .process_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .arrow_cell {
    flex-flow: row;
  }

  .arrow_text {
    display: none;
  }

  .gallery_img_div {
    height: 250px;
  }

  .gallery_text_div {
    background-image: linear-gradient(#000, #000);
    width: 100%;
    padding: 10%;
    position: static;
  }

  .section_number_div {
    margin-top: 17px;
  }

  .button.dark {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section_number {
    font-size: .9em;
  }

  .doc_section, .testimonials_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .blog_section {
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .blog_wrapper {
    padding: 10%;
  }

  .faqs_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .faq2_question {
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-large {
    padding: 0 20px 20px;
  }

  .faqs_headline {
    width: 80%;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .faqs_arrow_icon {
    width: 30px;
  }

  .footer_grid {
    border-bottom-style: none;
  }

  .footer_middle_cell {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .quick_links_cell {
    padding-left: 20px;
  }

  .quick_links_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .copyright_wrapper {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .mailing_list_text {
    font-size: .9rem;
    font-weight: 300;
  }

  .arrow_right, .arrow_left {
    height: 20px;
    display: none;
    transform: rotate(90deg);
  }

  .inner_main_headline {
    font-size: 2rem;
  }

  .inner_header_subheadline {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .inner_header_img_div {
    height: 300px;
  }

  .inner_callout_btn {
    height: 150px;
  }
}

#w-node-b06cdb1a-e117-5859-6e61-ce1ce86f900c-4f31b212, #w-node-a3eedcf0-be43-e3b3-cfe8-dc60eed32682-4f31b212 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_81cb859b-b8e9-83e3-aea2-6681484a895e-4f31b212 {
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
}

#w-node-e35ba7f4-fd98-f155-20db-519f9b49125f-4f31b212 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
}

#w-node-a66fc8f6-b7d2-4b56-f89d-266a2c76756e-4f31b212 {
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
}

#w-node-_84e0ed50-a95c-43ef-ed51-7872404d268a-4f31b212 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr .5fr 1fr .5fr 1fr;
}

#w-node-b3aa416b-af5c-e764-911b-0d4edb8144f0-4f31b212, #w-node-b2c95cfd-8c34-4b76-9ae6-9ab22d3c17d5-4f31b212, #w-node-b2c95cfd-8c34-4b76-9ae6-9ab22d3c17e6-4f31b212, #w-node-d2296b57-a191-14c3-eea6-28dc3ffd8111-4f31b212 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0b674e0c-5abb-539c-ac90-83416fbd5316-4f31b212 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_214f51aa-94af-e290-0552-69e9970a3d40-4f31b212 {
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
}

#w-node-_45648e58-0572-317c-6ed2-06e7d4a66ec7-4f31b212, #w-node-_25578bc3-d238-8ba6-b7d6-b21c79e33043-4f31b212, #w-node-_29fac3a4-ce75-2120-0ada-1fc287653a3c-4f31b212 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr 1fr;
}

#w-node-_2482af02-82fd-79b7-9820-ddc199c24568-4f31b212 {
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
}

#w-node-c6c6b585-b841-5e1e-5b33-3c61fa54f549-4f31b212 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_59f1dff9-f891-93b1-8092-c66e2a14da7b-4f31b212, #w-node-dd0b90a3-c5fd-5b6c-eac5-3091f1ccea56-5566555a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ee845ab6-6f45-4013-4221-efc9121ccba0-5566555a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a938e2eb-8655-f25d-5fed-bd21dcd6b11d-5566555a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eb2df646-4ce3-2516-d6f5-410374a923e7-5566555a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-eb2df646-4ce3-2516-d6f5-410374a923eb-5566555a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e35ba7f4-fd98-f155-20db-519f9b49125f-4f31b212, #w-node-a66fc8f6-b7d2-4b56-f89d-266a2c76756e-4f31b212, #w-node-b2c95cfd-8c34-4b76-9ae6-9ab22d3c17d5-4f31b212, #w-node-b2c95cfd-8c34-4b76-9ae6-9ab22d3c17e6-4f31b212, #w-node-d2296b57-a191-14c3-eea6-28dc3ffd8111-4f31b212 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0b674e0c-5abb-539c-ac90-83416fbd5316-4f31b212 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_214f51aa-94af-e290-0552-69e9970a3d40-4f31b212 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a3eedcf0-be43-e3b3-cfe8-dc60eed32682-4f31b212, #w-node-_81cb859b-b8e9-83e3-aea2-6681484a895e-4f31b212, #w-node-b2c95cfd-8c34-4b76-9ae6-9ab22d3c17d5-4f31b212, #w-node-b2c95cfd-8c34-4b76-9ae6-9ab22d3c17e6-4f31b212, #w-node-_45648e58-0572-317c-6ed2-06e7d4a66ec7-4f31b212, #w-node-_25578bc3-d238-8ba6-b7d6-b21c79e33043-4f31b212, #w-node-_29fac3a4-ce75-2120-0ada-1fc287653a3c-4f31b212, #w-node-_2482af02-82fd-79b7-9820-ddc199c24568-4f31b212, #w-node-c6c6b585-b841-5e1e-5b33-3c61fa54f549-4f31b212, #w-node-dd0b90a3-c5fd-5b6c-eac5-3091f1ccea56-5566555a, #w-node-a938e2eb-8655-f25d-5fed-bd21dcd6b11d-5566555a, #w-node-eb2df646-4ce3-2516-d6f5-410374a923e7-5566555a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b06cdb1a-e117-5859-6e61-ce1ce86f900c-4f31b212, #w-node-_84e0ed50-a95c-43ef-ed51-7872404d268a-4f31b212, #w-node-b3aa416b-af5c-e764-911b-0d4edb8144f0-4f31b212, #w-node-_0b674e0c-5abb-539c-ac90-83416fbd5316-4f31b212, #w-node-_59f1dff9-f891-93b1-8092-c66e2a14da7b-4f31b212, #w-node-ee845ab6-6f45-4013-4221-efc9121ccba0-5566555a, #w-node-eb2df646-4ce3-2516-d6f5-410374a923eb-5566555a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Carmensans';
  src: url('../fonts/CarmenSans-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carmensans';
  src: url('../fonts/CarmenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carmensans';
  src: url('../fonts/CarmenSans-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carmensans';
  src: url('../fonts/CarmenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carmensans';
  src: url('../fonts/CarmenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carmensans';
  src: url('../fonts/CarmenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carmensans';
  src: url('../fonts/CarmenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carmensans';
  src: url('../fonts/CarmenSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}