/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss ***!
  \*****************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Forum&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss (1) ***!
  \*********************************************************************************************************************************************/
.archive .page-title, .category .page-title, .search .page-title {
  position: relative;
  display: flex;
  align-items: center;
  height: 560px;
  overflow: hidden;
  background: #f8f6f2;
}
.archive .page-title:before, .category .page-title:before, .search .page-title:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(248, 246, 242, 0.76) 0%, rgba(248, 246, 242, 0.5) 16%, rgba(248, 246, 242, 0.18) 30%, rgba(248, 246, 242, 0.04) 42%, rgba(248, 246, 242, 0) 54%);
  pointer-events: none;
}
.archive .page-title__content, .category .page-title__content, .search .page-title__content {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .archive .page-title__content, .category .page-title__content, .search .page-title__content {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .archive .page-title__content, .category .page-title__content, .search .page-title__content {
    width: 100%;
  }
}
.archive .page-title__description, .category .page-title__description, .search .page-title__description {
  position: relative;
  max-width: 400px;
  margin-top: 16px;
  color: #000000;
}
.archive .page-title img, .category .page-title img, .search .page-title img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  clip-path: ellipse(180% 98% at 50% 0%);
}
.archive .page-title h1,
.archive .page-title .category-title, .category .page-title h1,
.category .page-title .category-title, .search .page-title h1,
.search .page-title .category-title {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 640px;
  margin: 0;
}
.archive .category-title, .category .category-title, .search .category-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .archive .category-title, .category .category-title, .search .category-title {
    margin-bottom: 32px;
  }
}
.archive .post-thumbnail img, .category .post-thumbnail img, .search .post-thumbnail img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  overflow: hidden;
  clip-path: ellipse(180% 98% at 50% 0%);
}
@media (min-width: 1024px) {
  .archive .post-thumbnail img, .category .post-thumbnail img, .search .post-thumbnail img {
    height: 300px;
  }
}

.category-search {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .category-search {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .category-search {
    width: 100%;
  }
}
.category-search {
  display: flex;
  justify-content: flex-end;
  margin: 64px auto;
}

.category-content {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .category-content {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .category-content {
    width: 100%;
  }
}
.category-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .category-content {
    margin-top: 48px;
  }
}
.category-content__item {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #242424;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}
@media (min-width: 768px) {
  .category-content__item {
    width: calc(50% - 32px);
    margin-bottom: 64px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .category-content__item {
    width: calc(33.33% - 32px);
  }
}
.category-content__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 40px rgba(216, 154, 111, 0.12), 0 20px 40px rgba(0, 0, 0, 0.35);
}
.category-content__item:hover:before {
  opacity: 1;
}
.category-content__item:hover img {
  transform: scale(1.01);
}
.category-content__item img {
  transition: transform 0.35s ease-in-out;
}
.category-content__item h2 {
  margin: 12px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #d89a6f;
  font-size: 26px;
  line-height: 1.12;
}
.category-content__item a, .category-content__item a:hover {
  color: #f8f6f2;
}

.catergory-content__link {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}

.treatments {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .treatments {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .treatments {
    width: 100%;
  }
}
.treatments__heading {
  margin: 72px auto 0;
  text-align: center;
}
.treatments__details {
  margin: 32px auto 0;
}
@media (min-width: 768px) {
  .treatments__details {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .treatments__description {
    width: calc(50% - 32px);
    max-width: 480px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .treatments__image {
    width: calc(50% - 32px);
  }
}
.treatments__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.primary-button,
.load-more,
.search-submit,
.frm_style_formidable-style.with_frm_style .frm_submit button,
div.wpforms-container-full button[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 160px;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px !important;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.1;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  background-color: #d89a6f;
  cursor: pointer !important;
  transition: background-color 0.4s ease-in-out;
}
.primary-button:hover, .primary-button:active, .primary-button:focus-visible,
.load-more:hover,
.load-more:active,
.load-more:focus-visible,
.search-submit:hover,
.search-submit:active,
.search-submit:focus-visible,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:active,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus-visible,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full button[type=submit]:focus-visible {
  color: #ffffff;
  font-weight: normal;
  background-color: rgb(223.8, 174.2, 139.8);
}

.load-more.load-more--category-posts {
  margin: 24px auto;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  z-index: 0;
}
html.active {
  overflow-y: hidden;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 100;
  font-family: "Nunito", sans-serif;
  color: #242424;
  background-color: #f8f6f2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
  line-height: 1.2;
  font-family: "Forum", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

h1 {
  font-size: clamp(2rem, 1.5rem + 3vw, 4.5rem);
  line-height: 1;
}

h2 {
  font-size: clamp(1.6rem, 1.3rem + 2vw, 3rem);
}

h3 {
  font-size: clamp(1.2rem, 1.1rem + 1vw, 1.6rem);
}

p {
  margin-bottom: 16px;
}
p:last-of-type {
  margin-bottom: unset;
}

a, a:hover {
  text-decoration: none;
  color: #d89a6f;
  font-weight: 400;
}

.wp-block-quote {
  max-width: 480px;
  margin: 40px auto;
  color: #d89a6f;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
}
.wp-block-quote * {
  font-size: inherit;
  font-family: inherit;
}

li {
  margin-bottom: 4px;
  list-style-type: none;
  list-style-position: inside;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.one-column-block li, .two-column-block li, .three-column-block li {
  display: flex;
  align-items: center;
  width: calc(100% - 64px);
  max-width: 400px;
  margin: 16px auto 0;
}
.one-column-block li:before, .two-column-block li:before, .three-column-block li:before {
  content: "\f058";
  margin-right: 8px;
  font-family: fontawesome;
  color: #d89a6f;
  font-size: 18px;
}

.title-line {
  width: 0;
  height: 2px;
  margin: auto;
  background: #d89a6f;
  transition: width 0.6s linear;
}
.title-line.show {
  width: 240px;
}

img {
  max-width: 100%;
}

.entry-footer {
  display: none;
}

@media (min-width: 1024px) {
  .show-on-mobile {
    display: none;
  }
}

.padding--xsmall {
  padding-top: 16px;
  padding-bottom: 16px;
}

.padding--small {
  padding-top: 32px;
  padding-bottom: 32px;
}

.padding--medium {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .padding--medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.padding--large {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .padding--large {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.padding--xlarge {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .padding--xlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.comments-area {
  display: none;
}

.fa-hand-point-right:before {
  margin-right: 8px;
  font-family: fontawesome;
}

.linkedin:after {
  content: "\f0e1";
  font-family: fontawesome;
}

.instagram:after {
  content: "\f16d";
  font-family: fontawesome;
}

.facebook:after {
  content: "\f39e";
  font-family: fontawesome;
}

.pinterest:after {
  content: "\f231";
  font-family: fontawesome;
}

.email:after {
  content: "\f0e0";
  font-family: fontawesome;
}

.twitter:after {
  content: "\f099";
  font-family: fontawesome;
}

.youtube:after {
  content: "\f167";
  font-family: fontawesome;
}

#g-review .swiper .swiper-wrapper .swiper-slide .g-review {
  margin: 0 8px;
  border: 1px solid #919191;
  border-radius: 0;
  box-shadow: unset;
  background: unset;
}

#g-review:not(.badge)[class^=layout_style-] .grwp_header {
  display: none;
}

#g-review:not(.badge) .g-review .gr-inner-header p a {
  color: #242424;
  font-weight: 200;
  font-family: "Forum", serif;
}

#g-review:not(.badge) .g-review .gr-inner-body p {
  font-family: "Nunito", sans-serif;
}

#g-review .swiper .slider-prev-next-wrapper .grwp-swiper-button-next, #g-review .swiper .slider-prev-next-wrapper .grwp-swiper-button-prev {
  top: 40%;
  margin-top: unset;
  border: unset;
  background: unset;
}

#g-review .swiper .slider-prev-next-wrapper .grwp-swiper-button-prev {
  left: -8px;
}
#g-review .swiper .slider-prev-next-wrapper .grwp-swiper-button-prev:before {
  content: "\f177";
  font-size: 24px;
  font-family: fontawesome;
  color: #d89a6f;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
#g-review .swiper .slider-prev-next-wrapper .grwp-swiper-button-prev:after {
  display: none;
}

#g-review .swiper .slider-prev-next-wrapper .grwp-swiper-button-next {
  right: -8px;
}
#g-review .swiper .slider-prev-next-wrapper .grwp-swiper-button-next:after {
  content: "\f178";
  font-size: 24px;
  font-family: fontawesome;
  color: #d89a6f;
  background-image: unset;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

#g-review .swiper {
  padding: 0 20px;
}

.site-footer {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .site-footer {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .site-footer {
    width: 100%;
  }
}
.site-footer {
  padding-bottom: 16px;
}
.site-footer__wrapper {
  padding: 56px 0 0;
  color: #f8f6f2;
  background: #000000;
}
.site-footer__legal {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .site-footer__legal {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .site-footer__legal {
    width: 100%;
  }
}
.site-footer__legal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0 0;
  border-top: 0.0625rem solid rgb(46, 46, 46);
  text-align: center;
  font-size: 10px;
}
.site-footer .wp-block-image img {
  width: fit-content;
  height: 56px;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .site-footer .wp-block-image img {
    height: 72px;
  }
}
.site-footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
}
.site-footer .is-layout-flex {
  display: flex;
  justify-content: space-between;
}
.site-footer h3 {
  margin-bottom: 2px;
}
.site-footer .wp-block-image {
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer .wp-block-image {
    text-align: unset;
  }
}

@media (min-width: 768px) {
  .footer-info {
    display: flex;
    justify-content: space-between;
    column-gap: 80px;
  }
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
}
.socials__wrapper {
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-size: 16px;
}
.socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 16px;
  font-size: 24px;
  color: #d89a6f;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-footer__wrapper {
  margin-top: auto;
}

.one-column-block .wpforms-container .wpforms-field,
.one-column-block .wpforms-field-container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.one-column-block .wpforms-container .wpforms-field input[type=text] {
  width: 100% !important;
}
.one-column-block #wpforms-759-field_5-container {
  width: calc(50% - 16px) !important;
  float: left;
}
.one-column-block #wpforms-759-field_7-container {
  width: calc(50% - 16px) !important;
  float: right;
  clear: none;
}
.one-column-block div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul {
  grid-template-columns: repeat(2, auto);
}
.one-column-block div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin: 40px auto 0 !important;
}
.one-column-block .wpforms-submit.primary-button {
  width: 100% !important;
  background-color: #d89a6f !important;
}
.one-column-block .wpforms-submit.primary-button:hover {
  background-color: rgb(219.9, 164.1, 125.4) !important;
}
.one-column-block div.wpforms-container-full select[multiple], .one-column-block .wp-core-ui div.wpforms-container-full select[multiple] {
  background-color: #d89a6f;
}
.one-column-block .wpforms-field-select-style-classic {
  display: flex;
  align-items: center;
}
.one-column-block .wpforms-field-select-style-classic .wpforms-field-label {
  margin: 0 16px 0 0;
  font-weight: 400;
  font-size: 18px;
  color: #242424;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li:before, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li:before, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li:before, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li:before, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li:before {
  display: none;
}

.footer-info .wpforms-container .wpforms-field,
.footer-info .wpforms-field-container,
.footer-info .wpforms-submit-container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-info .wpforms-container .wpforms-field input[type=text] {
  width: 100% !important;
}
.footer-info .wpforms-submit.primary-button {
  width: 100% !important;
  margin-top: 16px !important;
  background-color: #d89a6f !important;
}
.footer-info .wpforms-submit.primary-button:hover {
  background-color: rgb(217.95, 159.05, 118.2) !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #d89a6f;
  border-color: #d89a6f;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 9;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #242424;
  transition: transform 0.6s ease-in-out;
}
@media (min-width: 768px) {
  .site-header {
    width: 25%;
    max-width: 480px;
  }
}
.active .site-header {
  transform: translateX(0);
}
.site-header__wrapper {
  position: fixed;
  z-index: 9;
  width: 100%;
  transition: background-color 0.2s ease-in-out;
}
.site-header__wrapper.scrolled {
  background-color: #f8f6f2;
}
.site-header__top-nav {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .site-header__top-nav {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .site-header__top-nav {
    width: 100%;
  }
}
.site-header__top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header__logo img {
  height: 64px;
}
@media (min-width: 768px) {
  .site-header__logo img {
    height: 72px;
  }
}

.main-navigation {
  position: relative;
  min-height: 100%;
  padding: 112px 0 48px;
  margin: 0;
}
@media (min-width: 768px) {
  .main-navigation {
    padding: 128px 0 56px;
  }
}
.main-navigation .menu-toggle {
  position: absolute;
  top: 28px;
  right: 32px;
  left: auto;
  z-index: 10;
}
.main-navigation .menu-toggle:after {
  content: "\f00d";
  color: #f8f6f2;
}
.main-navigation ul {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation li {
  position: relative;
  margin: 0;
  color: #f8f6f2;
  font-size: 24px;
  line-height: 1.2;
}
.main-navigation li a {
  display: block;
  padding: 24px 32px;
  color: inherit;
  font-weight: 100;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.main-navigation li a:hover, .main-navigation li a:focus {
  background-color: #d89a6f;
  color: #242424;
}
.main-navigation li.current-menu-item > a {
  background-color: #d89a6f;
  color: #242424;
}
.main-navigation .sub-menu {
  row-gap: 0;
  padding: 0;
  background-color: rgba(248, 246, 242, 0.05);
}
.main-navigation .sub-menu li {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .main-navigation .sub-menu li {
    font-size: 22px;
  }
}
.main-navigation .sub-menu li a {
  padding: 14px 32px 14px 56px;
  color: #f8f6f2;
  font-weight: 100;
}
.main-navigation .sub-menu li a:hover, .main-navigation .sub-menu li a:focus {
  background-color: rgba(216, 154, 111, 0.85);
  color: #242424;
}
@media (max-height: 520px) {
  .main-navigation {
    padding-top: 88px;
  }
  .main-navigation li {
    font-size: 26px;
  }
  .main-navigation li a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 100;
  }
  .main-navigation .sub-menu li {
    font-size: 18px;
  }
  .main-navigation .sub-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 100;
  }
}

.site-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 8;
}

html.active .site-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-toggle {
  border: 0;
  font-size: 0;
  background: 0;
  cursor: pointer;
}
.menu-toggle:after {
  content: "\f0c9";
  font-family: fontawesome;
  font-size: 32px;
  font-weight: 100;
  color: #242424;
}

html.active > body > #page > .site-header__wrapper > .menu-toggle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-template-page-no-builder .entry-content {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-template-page-no-builder .entry-content {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .page-template-page-no-builder .entry-content {
    width: 100%;
  }
}
.page-template-page-no-builder .entry-content {
  margin-bottom: 64px;
}
.page-template-page-no-builder .entry-content ul li {
  margin-bottom: 20px;
  list-style-type: disc;
}
.page-template-page-no-builder .entry-content ol li {
  margin-bottom: 20px;
  list-style-type: armenian;
}
.page-template-page-no-builder .entry-header h1 {
  margin: 24px 0 32px;
}

.single-post .entry-content {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .single-post .entry-content {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .single-post .entry-content {
    width: 100%;
  }
}
.single-post .entry-content {
  max-width: 996px;
  padding: 56px 0;
}
.single-post .wp-block-image {
  margin: 32px auto;
  width: 100%;
}
.single-post .wp-block-image figure {
  width: 100%;
}
.single-post .wp-block-image img {
  width: 100%;
}
.single-post h2 {
  margin-top: 32px;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .single-post h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.single-post h3 {
  margin: 32px 0 16px;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .single-post h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-post hr {
  margin-bottom: 32px;
}
.single-post ol, .single-post ul {
  margin: 16px 16px 0;
}
.single-post li {
  margin-bottom: 16px;
  list-style-type: unset;
}
.single-post .post-navigation {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .single-post .post-navigation {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .single-post .post-navigation {
    width: 100%;
  }
}
.single-post .post-navigation {
  max-width: 1200px;
  margin: 64px auto 32px;
}
.single-post .nav-links {
  display: flex;
  justify-content: space-between;
  color: #d89a6f;
  font-family: "Forum", serif;
}
.single-post .nav-previous {
  max-width: 320px;
}
.single-post .nav-previous .nav-title:before {
  content: "\f177";
  margin-right: 4px;
  font-family: fontawesome;
}
.single-post .nav-next {
  max-width: 320px;
}
.single-post .nav-next .nav-title:after {
  content: "\f30b";
  margin-left: 4px;
  font-family: fontawesome;
}

.search-form {
  display: flex;
}

.search-field {
  width: 290px;
  max-width: 100%;
  height: 48px;
  padding: 4px;
  border: 0;
  border-bottom: 1px solid #242424;
  font-family: "Nunito", sans-serif;
  background-color: unset;
}
@media (min-width: 768px) {
  .search-field {
    width: 320px;
  }
}

.search-submit {
  margin-left: 16px;
  border: unset;
}

.search-no-results .load-more {
  display: none;
}

.treatment-template-default .post-navigation {
  display: none;
}

.anchor-block, .anchor {
  scroll-margin-top: 120px;
}

.carousel-block {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .carousel-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .carousel-block {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .carousel-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .carousel-block__content {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .carousel-block__images {
    width: 60%;
  }
}
.carousel-block .slick-list {
  cursor: ew-resize;
}
.carousel-block .slick-track {
  display: flex;
}
.carousel-block .slick-slide {
  height: 480px;
  border-radius: 4px;
  overflow: hidden;
}
.carousel-block .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-block .slick-prev {
  border: unset;
  background: unset;
  font-size: 0;
}
.carousel-block .slick-prev:before {
  content: "\f177";
  position: absolute;
  top: 45%;
  right: unset;
  left: -32px;
  border-radius: 24px;
  font-size: 24px;
  font-family: fontawesome;
  color: rgb(79.8, 79.8, 79.8);
  cursor: pointer;
}
.carousel-block .slick-prev:before:hover {
  color: #242424;
}
.carousel-block .slick-next {
  border: unset;
  background: unset;
  font-size: 0;
}
.carousel-block .slick-next:before {
  content: "\f178";
  position: absolute;
  top: 45%;
  right: -32px;
  left: unset;
  border-radius: 24px;
  font-size: 24px;
  font-family: fontawesome;
  color: rgb(79.8, 79.8, 79.8);
  cursor: pointer;
}
.carousel-block .slick-next:before:hover {
  color: #242424;
}

.credentials-block {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .credentials-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .credentials-block {
    width: 100%;
  }
}
.credentials-block {
  position: relative;
}
.credentials-block__wrapper {
  background-color: rgb(244.08, 226.72, 214.68);
}
.credentials-block__heading {
  max-width: 1120px;
  margin: 0 auto 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .credentials-block__heading {
    margin: 0 auto 32px;
  }
}
.credentials-block__subheading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 16px;
  margin: 0 auto 32px;
  color: #d89a6f;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .credentials-block__subheading {
    flex-direction: row;
    column-gap: 24px;
    margin: 0 auto 56px;
  }
}
.credentials-block__subheading:before, .credentials-block__subheading:after {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  background-color: #d89a6f;
}
@media (min-width: 768px) {
  .credentials-block__subheading:before, .credentials-block__subheading:after {
    width: 240px;
  }
}
.credentials-block__awards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  column-gap: 40px;
  row-gap: 64px;
}
@media (min-width: 768px) {
  .credentials-block__awards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.credentials-block__award {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 100%;
  min-height: 120px;
  padding: 40px 64px;
  text-align: center;
}
@media (min-width: 768px) {
  .credentials-block__award {
    flex: 0 1 calc(50% - 20px);
    padding: 24px 72px;
  }
}
@media (min-width: 1024px) {
  .credentials-block__award {
    flex: 0 1 calc(33.33% - 32px);
  }
}
.credentials-block__award:before, .credentials-block__award:after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 72px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  pointer-events: none;
}
.credentials-block__award:before {
  left: 16px;
  background-image: url("https://www.goldensilhouette.com/wp-content/uploads/2026/05/credentials_left.png");
}
@media (min-width: 768px) {
  .credentials-block__award:before {
    left: 32px;
  }
}
.credentials-block__award:after {
  right: 16px;
  background-image: url("https://www.goldensilhouette.com/wp-content/uploads/2026/05/credentials_right.png");
}
@media (min-width: 768px) {
  .credentials-block__award:after {
    right: 32px;
  }
}
.credentials-block__award p {
  margin: 0;
}
.credentials-block__award-content {
  position: relative;
  z-index: 1;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .credentials-block__award-content {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .credentials-block__certifications {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    column-gap: 120px;
    row-gap: 24px;
    width: fit-content;
    margin: 0 auto;
  }
}
.credentials-block__certification {
  display: flex;
  align-items: center;
}
.credentials-block__certification:before {
  content: "\f058";
  flex: 0 0 auto;
  margin-right: 16px;
  font-family: fontawesome;
  color: #d89a6f;
  font-size: 18px;
}

.faq-block {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .faq-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .faq-block {
    width: 100%;
  }
}
.faq-block {
  max-width: 900px;
}
.faq-block__heading {
  margin-bottom: 32px;
  text-align: center;
}
.faq-block__item {
  margin-bottom: 32px;
}
.faq-block__item:last-child {
  margin-bottom: 0;
}
.faq-block__item.active .faq-block__question:after {
  content: "\f106";
}
.faq-block__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-size: clamp(1.5rem, 1.1rem + 1vw, 1rem);
  cursor: pointer;
}
.faq-block__question:after {
  content: "\f107";
  font-size: 26px;
  font-family: "FontAwesome";
}
.faq-block__answer {
  display: none;
  padding-bottom: 32px;
}
.faq-block .arrow {
  margin-left: 12px;
}

.featured-block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  clip-path: ellipse(180% 98% at 50% 0%);
}
.featured-block:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.featured-block__wrapper {
  position: relative;
  padding-top: 0;
}
@media (min-width: 768px) {
  .featured-block__wrapper {
    padding-top: 72px;
  }
}
.featured-block__content {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .featured-block__content {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .featured-block__content {
    width: 100%;
  }
}
.featured-block__content {
  display: flex;
  align-items: center;
  height: 680px;
}
.featured-block__text {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #f8f6f2;
}
@media (min-width: 768px) {
  .featured-block__text {
    width: 32%;
    font-size: 18px;
    line-height: 28px;
  }
}
.featured-block__heading {
  font-size: clamp(2rem, 1.3rem + 2vw, 3.2rem);
  line-height: 1;
}
.featured-block__description {
  max-width: 400px;
  height: 240px;
  overflow-y: scroll;
}
.featured-block__button {
  margin-top: 16px;
}
.featured-block__items {
  position: relative !important;
  z-index: 3;
  width: 100%;
  transform: none;
}
@media (min-width: 768px) {
  .featured-block__items {
    position: absolute !important;
    top: 300px;
    right: 0;
    width: 60%;
    max-width: 1180px;
    margin: 0;
    transform: translateY(-50%);
  }
}
.featured-block__item {
  position: relative;
  display: block;
  height: 560px !important;
  margin: 0 8px;
  border-radius: 12px;
  overflow: hidden;
  background: #242424;
  text-decoration: none;
  color: #f8f6f2;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}
.featured-block__item:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at center, rgba(216, 154, 111, 0.22) 0%, rgba(216, 154, 111, 0.08) 40%, rgba(216, 154, 111, 0) 72%);
  transition: opacity 0.35s ease;
}
.featured-block__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 40px rgba(216, 154, 111, 0.12), 0 20px 40px rgba(0, 0, 0, 0.35);
}
.featured-block__item:hover:before {
  opacity: 1;
}
.featured-block__item:hover .featured-block__image img {
  transform: scale(1.04);
}
.featured-block__item:hover .featured-block__read-more:after {
  margin-left: 12px;
}
.featured-block__image {
  height: 33.33%;
  overflow: hidden;
}
.featured-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.featured-block__item-content {
  display: flex;
  flex-direction: column;
  height: 66.66%;
  padding: 16px 32px;
}
@media (min-width: 768px) {
  .featured-block__item-content {
    padding: 0 16px 16px;
  }
}
.featured-block__item-heading {
  margin: 16px 0 0;
  color: #f8f6f2;
}
.featured-block__item-description {
  margin-top: 12px;
  font-weight: 100;
  color: #f8f6f2 !important;
}
.featured-block__read-more {
  margin-top: auto;
  font-weight: 100;
  color: #f8f6f2 !important;
}
.featured-block__read-more:after {
  content: "\f178";
  margin-left: 4px;
  font-family: fontawesome;
  transition: all 0.2s ease-in-out;
}
.featured-block .slick-list {
  padding-right: 12%;
  padding-left: 0 !important;
  overflow: hidden;
}
.featured-block .slick-track {
  display: flex;
  align-items: flex-start;
}

.slick-prev {
  border: unset;
  background: unset;
  font-size: 0;
}
.slick-prev:before {
  content: "\f177";
  position: absolute;
  bottom: -16px;
  left: 24px;
  font-size: 28px;
  font-family: fontawesome;
  color: #d89a6f;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.slick-prev:hover:before {
  color: rgb(231.6, 194.4, 168.6);
}

.slick-next {
  border: unset;
  background: unset;
  font-size: 0;
}
.slick-next:before {
  content: "\f178";
  position: absolute;
  bottom: -16px;
  left: 64px;
  font-size: 28px;
  font-family: fontawesome;
  color: #d89a6f;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.slick-next:hover:before {
  color: rgb(231.6, 194.4, 168.6);
}

.hero-block {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hero-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .hero-block {
    width: 100%;
  }
}
.hero-block {
  display: flex;
  align-items: center;
  height: 100%;
}
.hero-block__wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 400px;
  overflow: hidden;
  background: #f8f6f2;
}
@media (max-width: 811px) {
  .hero-block__wrapper {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .hero-block__wrapper {
    height: 480px;
  }
}
@media (min-width: 1024px) {
  .hero-block__wrapper {
    height: 640px;
  }
}
.hero-block__wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(248, 246, 242, 0.86) 0%, rgba(248, 246, 242, 0.66) 24%, rgba(248, 246, 242, 0.42) 62%, rgba(248, 246, 242, 0.08) 82%, rgba(248, 246, 242, 0) 100%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .hero-block__wrapper:before {
    background: linear-gradient(to right, rgba(248, 246, 242, 0.76) 0%, rgba(248, 246, 242, 0.5) 16%, rgba(248, 246, 242, 0.18) 30%, rgba(248, 246, 242, 0.04) 42%, rgba(248, 246, 242, 0) 54%);
  }
}
.hero-block__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: ellipse(180% 98% at 50% 0%);
}
.hero-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.hero-block__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .hero-block__content {
    max-width: 640px;
    padding: unset;
  }
}
.hero-block__heading {
  margin: 0;
}
.hero-block__description {
  max-width: 460px;
  margin-top: 24px;
}
.hero-block__button {
  margin-top: 32px;
}

.homepage--1.hero-block__wrapper {
  height: unset;
  min-height: 100vh;
}
.homepage--1.hero-block__wrapper:before {
  background: linear-gradient(to right, rgba(248, 246, 242, 0.96) 0%, rgba(248, 246, 242, 0.88) 24%, rgba(248, 246, 242, 0.58) 44%, rgba(248, 246, 242, 0.18) 68%, rgba(248, 246, 242, 0) 100%);
}
.homepage--1.hero-block__wrapper .hero-block {
  height: unset;
  min-height: 100vh;
}

@media (max-width: 811px) {
  .instagram-block__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.instagram-block__heading {
  text-align: center;
}

.one-column-block {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .one-column-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .one-column-block {
    width: 100%;
  }
}
.one-column-block__heading {
  margin: 0 auto 32px;
  text-align: center;
}
.one-column-block__heading.heading-width--small {
  max-width: 640px;
}
.one-column-block__heading.heading-width--medium {
  max-width: 888px;
}
.one-column-block__description {
  margin: auto;
}
.one-column-block__description.description-width--small {
  max-width: 640px;
}
.one-column-block__description.description-width--medium {
  max-width: 888px;
}
.one-column-block__description h1, .one-column-block__description h2, .one-column-block__description h3, .one-column-block__description h4, .one-column-block__description h5 {
  margin: 24px 0 8px;
}
.one-column-block__description li {
  margin: 0 0 8px 16px;
  list-style-type: disc;
}
.one-column-block__button.button-alignment--center {
  width: fit-content;
  margin: 40px auto 0;
}
.one-column-block__button.button-alignment--right {
  width: fit-content;
  margin-top: 40px;
  margin-left: auto;
}

.spacer-block--single {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .spacer-block--single {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.spacer-block--double {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .spacer-block--double {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.three-column-block {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .three-column-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .three-column-block {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .three-column-block {
    display: flex;
    column-gap: 32px;
  }
}
.three-column-block__column {
  flex: 1 1 0;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .three-column-block__column {
    margin-bottom: unset;
  }
}
.three-column-block__heading {
  margin: 8px 0 0;
  text-align: center;
}
.three-column-block__image {
  height: 320px;
}
@media (min-width: 768px) {
  .three-column-block__image {
    height: 240px;
  }
}
@media (min-width: 1280px) {
  .three-column-block__image {
    height: 320px;
  }
}
.three-column-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three-column-block__description {
  width: calc(100% - 64px);
  max-width: 400px;
  margin: 16px auto 0;
}

.two-column-block {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .two-column-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .two-column-block {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .two-column-block {
    display: flex;
    justify-content: space-between;
  }
}
.two-column-block.column-alignment--top {
  align-items: flex-start;
}
.two-column-block.column-alignment--top .column {
  align-items: flex-start;
}
.two-column-block.column-layout--equal .column__heading {
  max-width: 560px;
  margin-bottom: 32px;
}
.two-column-block.column-layout--equal .column__description {
  max-width: 500px;
}
@media (min-width: 768px) {
  .two-column-block.column-layout--left-narrow .column:first-of-type {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .two-column-block.column-layout--left-narrow .column:last-of-type {
    width: 70%;
    padding-left: 120px;
  }
}
@media (min-width: 768px) {
  .two-column-block.column-layout--right-narrow .column:first-of-type {
    width: 70%;
    padding-right: 120px;
  }
}
@media (min-width: 768px) {
  .two-column-block.column-layout--right-narrow .column:last-of-type {
    width: 30%;
  }
}
.two-column-block .column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .two-column-block .column {
    width: calc(50% - 32px);
  }
}
.two-column-block .column__image {
  width: 100%;
  height: auto;
  max-height: 720px;
}
.two-column-block .column__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.two-column-block .column__heading {
  max-width: 560px;
}
.two-column-block .column__description {
  max-width: 560px;
}
.two-column-block .column__description a, .two-column-block .column__description a:hover {
  color: #d89a6f;
}
.two-column-block .column:first-of-type {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .two-column-block .column:first-of-type {
    margin-bottom: unset;
  }
}
.two-column-block .primary-button {
  margin: 32px auto 0;
}
@media (min-width: 768px) {
  .two-column-block .primary-button {
    margin: 32px 0 0;
  }
}
.two-column-block li {
  margin: 0 0 8px 8px;
  list-style-type: disc;
  list-style-position: unset;
}

.video-block {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .video-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .video-block {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .video-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.video-block__content {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .video-block__content {
    width: 50%;
    margin-bottom: unset;
  }
}
.video-block__heading, .video-block__description {
  max-width: 480px;
}
@media (min-width: 768px) {
  .video-block__video {
    width: 50%;
  }
}
.video-block__video video {
  display: block;
  width: 100%;
  height: auto;
}
.video-block__button {
  margin-top: 32px;
}
.video-block .slick-list {
  cursor: ew-resize;
}
.video-block .slick-track {
  display: flex;
}
.video-block .slick-slide {
  height: 480px;
  border-radius: 4px;
  overflow: hidden;
}
.video-block .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-block .slick-prev {
  border: unset;
  background: unset;
  font-size: 0;
}
.video-block .slick-prev:before {
  content: "\f177";
  position: absolute;
  top: 45%;
  left: -40px;
  border-radius: 24px;
  font-size: 24px;
  font-family: fontawesome;
  color: rgb(79.8, 79.8, 79.8);
  cursor: pointer;
}
.video-block .slick-prev:before:hover {
  color: #242424;
}
.video-block .slick-next {
  border: unset;
  background: unset;
  font-size: 0;
}
.video-block .slick-next:before {
  content: "\f178";
  position: absolute;
  top: 45%;
  right: -40px;
  border-radius: 24px;
  font-size: 24px;
  font-family: fontawesome;
  color: rgb(79.8, 79.8, 79.8);
  cursor: pointer;
}
.video-block .slick-next:before:hover {
  color: #242424;
}

/*# sourceMappingURL=main-styles.css.map*/