:root {
  --peach: #e69e8e;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --4a5454: #4a5454;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --tint: var(--peach);
  --elements-webflow-library-secondary--color-1: #281ca5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-image: url('../images/bg.webp');
  background-position: 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 700;
  line-height: 43px;
}

h5 {
  color: var(--peach);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
}

h6 {
  color: var(--peach);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

p {
  margin-bottom: 10px;
  font-family: Playfair, sans-serif;
  font-size: 19px;
  line-height: 27px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  color: var(--peach);
  text-transform: none;
  font-weight: 700;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library-neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library-neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library-neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.navbar-no-shadow {
  mix-blend-mode: multiply;
  background-color: #e69e8e;
  justify-content: center;
  font-weight: 500;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.container-regular {
  justify-content: center;
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 1px solid #0006;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  background-image: url('../images/bg.jpg');
}

.section-header {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

.h1-playfair {
  color: #4a5454;
  font-family: Playfair, sans-serif;
  font-weight: 500;
}

.h1-playfair.txt-centre {
  color: var(--4a5454);
  margin-top: 0;
}

.txt-centre {
  text-align: center;
}

.container-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero {
  background-color: #e69e8e33;
  height: 580px;
  padding-top: 60px;
}

.hero.about {
  background-color: #4a545433;
  height: 899px;
}

.hero.casestudy {
  background-color: #4a545433;
  height: 650px;
  margin-bottom: -524px;
  padding-bottom: 100px;
}

.container-1420px {
  max-width: 80%;
}

.grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: #4a5454;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.h2-49px {
  font-size: 49px;
  line-height: 59px;
}

.txt-playfair {
  color: var(--4a5454);
  font-family: Playfair, sans-serif;
  font-weight: 400;
}

.txt-playfair.h2-49px {
  color: var(--4a5454);
  line-height: 49px;
}

.txt-playfair.opacity-50 {
  opacity: .5;
  font-size: 70px;
}

.txt-playfair._33px {
  font-size: 33px;
  line-height: 39px;
}

.spacer-20px {
  height: 20px;
}

.spacer-40px {
  height: 40px;
}

.btn-pink {
  background-color: var(--peach);
  border-radius: 6px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-60-right {
  padding-right: 60px;
}

.txt-19px {
  color: var(--4a5454);
  font-size: 19px;
  line-height: 29px;
}

.section-green {
  background-color: #778e8833;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.section-green.div-centre {
  justify-content: space-between;
}

.section-flower {
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.image {
  text-align: right;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-centre {
  color: #fff;
  justify-content: center;
  width: 500px;
  height: 800px;
  display: flex;
}

.container-white-bg {
  color: var(--4a5454);
  background-color: #fff;
  width: 700px;
  margin-bottom: 60px;
  padding: 60px 100px 100px;
  box-shadow: 0 17px 20px 5px #0003;
}

.container-white-bg.why-therapy {
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 60px;
  top: 29px;
}

.container-white-bg.about {
  top: 32px;
}

.container-white-bg.casestudy {
  width: 800px;
}

.container-white-bg.treatments {
  top: 27px;
}

.div-block {
  justify-content: flex-end;
  margin-top: -25px;
  display: flex;
}

.section-green-copy {
  background-color: #778e8833;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-green-copy.div-centre {
  justify-content: space-between;
}

.section-slogan {
  text-align: center;
  margin-top: 408px;
  font-size: 80px;
  line-height: 90px;
}

.section-slogan.about {
  margin-top: 162px;
}

.section-slogan.casestudy {
  margin-top: -360px;
}

.section-slogan.faq {
  margin-top: 167px;
}

.section-footer {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #4a5454;
  padding-top: 60px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-footer {
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.container-footer {
  max-width: 1140px;
}

.div-block-2 {
  flex-direction: column;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.div-block-3 {
  justify-content: flex-end;
  display: flex;
}

.slogan {
  opacity: .71;
  color: var(--4a5454);
  padding-top: 100px;
  font-family: Playfair, sans-serif;
  font-weight: 400;
}

.slogan.h2-49px {
  color: var(--4a5454);
  line-height: 49px;
}

.slogan.opacity-50 {
  opacity: .5;
  font-size: 70px;
}

.slogan._33px {
  font-size: 33px;
  line-height: 39px;
}

.container {
  max-width: 80%;
  padding-bottom: 60px;
  padding-right: 220px;
}

.asslogo {
  padding-right: 10px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  line-height: 30px;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 31px;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-btn-horizontal-line {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.brix---accordion-btn-vertical-line {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-side {
  margin-right: 24px;
}

.brix---accordion-item-wrapper {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column-gap-row-32px {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-856---center {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 50px;
}

.brix---mg-bottom-16px {
  text-align: center;
  margin-bottom: 16px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default-2 {
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  padding-top: 176px;
  padding-bottom: 176px;
}

.container-faq {
  background-color: #fff;
  width: 800px;
  margin-bottom: 100px;
  padding: 60px 60px 100px;
  box-shadow: 0 17px 20px 5px #0003;
}

.container-faq.why-therapy {
  width: 100%;
  top: 29px;
}

.container-faq.about {
  top: 32px;
}

.container-faq.casestudy {
  width: 800px;
  position: relative;
  top: -541px;
}

.section-green-faq {
  background-color: #778e8833;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.section-green-faq.div-centre {
  justify-content: space-between;
}

.brix---accordion-btn-horizontal-line-v2 {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
}

.brix---accordion-btn-vertical-line-v2 {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 2px;
  height: 28px;
  position: absolute;
}

.brix---accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-style: italic;
  line-height: 30px;
}

.brix---accordion-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---accordion-item-wrapper-v2 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0 40px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v2:hover {
  transform: translate(8px);
}

.brix---grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 50px;
}

.brix---section-2 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--peach);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 6px;
  justify-content: center;
  padding: 20px 38px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--4a5454);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  line-height: 30px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 66px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-hero-primary {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-style: italic;
  line-height: 30px;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---icon-square-32px---twitter {
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-32px---twitter:hover {
  transform: scale(.92);
}

.brix---testimonial-v9-twitter-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  justify-items: end;
}

.brix---twitter-icon-wrapper {
  flex: 1;
}

.brix---text-100 {
  font-size: 16px;
  line-height: 18px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---mg-bottom-4px {
  margin-bottom: 4px;
}

.brix---mg-left-8px {
  margin-left: 8px;
}

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-03 {
  border-radius: 50%;
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  overflow: hidden;
  transform: translate(0);
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

.brix---flex-horizontal-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---width-100 {
  width: 100%;
}

.brix---card-testimonial-twitter {
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 17px 20px 5px var(--elements-webflow-library-general--shadow-01);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px;
  display: flex;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 800px;
  margin-top: 40px;
  display: grid;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 50px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  width: 800px;
  margin-bottom: 48px;
}

.image-2 {
  width: 100px;
}

.container-white-about {
  color: var(--4a5454);
  background-color: #fff;
  width: 700px;
  margin-bottom: 100px;
  padding: 60px 100px 100px;
  box-shadow: 0 17px 20px 5px #0003;
}

.container-white-about.why-therapy {
  width: 100%;
  top: 29px;
}

.container-white-about.about {
  top: 32px;
}

.container-white-about.casestudy {
  width: 800px;
  position: relative;
  top: -541px;
}

.grid-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.navbar-no-shadow-2 {
  background-color: var(--peach);
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--4a5454);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: var(--elements-webflow-library-neutral--100);
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current {
  color: var(--elements-webflow-library-neutral--100);
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.div-block-6 {
  padding-bottom: 60px;
}

.grid-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: .5fr 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  padding-bottom: 40px;
}

.container-contact {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 220px;
}

.ellyfont {
  background-color: #fff;
  height: 39px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.flexiparent {
  justify-content: center;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.div-block-8 {
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
}

.image-5 {
  width: 25px;
  max-width: 25px;
}

.text-block-2 {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
}

.link-2 {
  color: #00ad0e;
  font-size: 14px;
  text-decoration: none;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-6 {
  width: 100%;
}

.div-block-9 {
  padding-right: 100px;
}

.image-7 {
  width: 200px;
}

.notice {
  border: 2px dashed var(--peach);
  width: 50%;
  margin-top: 60px;
  padding: 40px;
}

@media screen and (min-width: 1440px) {
  .container-1420px {
    max-width: 70%;
  }

  .grid-2 {
    max-width: 90%;
  }

  .container-white-bg {
    width: 800px;
  }

  .container {
    max-width: 70%;
  }

  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .container-white-about {
    width: 800px;
  }

  .div-block-9 {
    padding-top: 60px;
    padding-left: 220px;
  }
}

@media screen and (max-width: 991px) {
  li {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-regular {
    justify-content: flex-end;
  }

  .navbar-wrapper {
    z-index: 999;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 111px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
  }

  .nav-menu {
    z-index: 999;
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 10px;
  }

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

  .section-header {
    z-index: -999;
    padding-bottom: 40px;
    position: relative;
  }

  .hero {
    height: auto;
    padding-bottom: 40px;
  }

  .hero.about {
    height: auto;
  }

  .container-1420px {
    max-width: 90%;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .txt-playfair.opacity-50 {
    line-height: 80px;
  }

  .div-60-right {
    padding-right: 0;
  }

  .section-flower {
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .container-white-bg.why-therapy {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-white-bg.about {
    top: 110px;
  }

  .container-white-bg.casestudy {
    max-width: 90%;
    padding-bottom: 100px;
    top: -540px;
  }

  .container-white-bg.treatments {
    width: 90%;
    max-width: 90%;
    padding-left: 60px;
    padding-right: 60px;
    top: 110px;
  }

  .section-slogan.about {
    margin-top: 190px;
  }

  .grid-footer {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .container-footer {
    max-width: 90%;
  }

  .icon {
    font-size: 54px;
  }

  .slogan {
    padding-top: 60px;
    font-size: 40px;
    line-height: 45px;
  }

  .slogan.opacity-50 {
    line-height: 80px;
  }

  .container {
    max-width: 90%;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---container-default-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .container-faq {
    width: 90%;
    margin-bottom: 100px;
  }

  .container-faq.why-therapy {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-faq.about {
    top: 110px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---accordion-item-wrapper-v2:hover {
    transform: translate(6px);
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-2 {
    padding-top: 40px;
    padding-bottom: 118px;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---testimonial-v9-twitter-icon {
    grid-column-gap: 10px;
  }

  .brix---twitter-icon-wrapper {
    width: 100%;
  }

  .brix---card-testimonial-twitter {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 0;
  }

  .brix---inner-container-490px {
    max-width: 90%;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    width: 80%;
  }

  .container-white-about {
    top: 73px;
  }

  .container-white-about.why-therapy {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-white-about.about {
    top: 110px;
  }

  .list-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-no-shadow-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper-2 {
    background-color: var(--peach);
    top: 78%;
  }

  .nav-menu-2 {
    background-color: var(--peach);
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    background-color: var(--4a5454);
    color: var(--elements-webflow-library-neutral--100);
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .list-item-2 {
    width: 100%;
  }

  .list {
    padding-left: 20px;
  }

  .grid-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: .5fr 1fr;
    max-width: 100%;
  }

  .container-contact {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .brix---header-logo {
    max-width: 90%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-side {
    margin-right: 16px;
  }

  .brix---accordion-item-wrapper {
    padding: 40px 24px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding: 48px 0;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---grid-hero-v1 {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---text-100 {
    font-size: 15px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-size: 19px;
    line-height: 29px;
  }

  ul {
    padding-left: 20px;
    list-style-type: lower-roman;
  }

  li {
    list-style-type: disc;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-no-shadow-container, .container-regular {
    background-color: var(--peach);
  }

  .navbar-wrapper {
    justify-content: flex-start;
  }

  .nav-menu-wrapper {
    z-index: 999;
    justify-content: flex-start;
    display: flex;
  }

  .nav-menu {
    opacity: 1;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    position: relative;
  }

  .nav-link {
    width: 100%;
  }

  .nav-link.w--current {
    background-color: #fff;
    display: flex;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open {
    background-color: var(--peach);
    flex-direction: column;
  }

  .section-header {
    text-align: center;
  }

  .h1-playfair {
    font-size: 33px;
    line-height: 39px;
  }

  .hero {
    height: auto;
    padding-bottom: 60px;
  }

  .hero.about {
    height: auto;
    padding-top: 20px;
  }

  .container-1420px {
    max-width: 90%;
  }

  .grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .txt-playfair.h2-49px {
    font-size: 39px;
    line-height: 46px;
  }

  .txt-playfair._33px {
    padding-left: 0;
    font-size: 27px;
    line-height: 31px;
  }

  .image-drop {
    height: 300px;
  }

  .section-flower {
    margin-top: 3px;
    display: none;
  }

  .container-white-bg {
    width: 95%;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    top: 644px;
  }

  .container-white-bg.why-therapy {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 17px 20px 5px #0003;
  }

  .container-white-bg.about {
    top: 5px;
  }

  .container-white-bg.casestudy {
    width: 95%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-white-bg.treatments {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: 5px;
  }

  .div-button {
    margin-left: auto;
    margin-right: auto;
  }

  .section-slogan {
    margin-top: 501px;
  }

  .section-slogan.about {
    margin-top: 49px;
  }

  .section-slogan.faq {
    margin-top: -21px;
  }

  .grid-footer, .grid-4 {
    grid-template-columns: 1fr;
  }

  .icon {
    color: var(--4a5454);
  }

  .slogan {
    padding-top: 40px;
    font-size: 40px;
    line-height: 45px;
  }

  .slogan._33px {
    font-size: 27px;
    line-height: 31px;
  }

  .italic-text {
    font-size: 51px;
    line-height: 48px;
  }

  .container {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-right: 0;
  }

  .div-block-4 {
    max-width: 100%;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .container-faq {
    width: 91%;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    top: 620px;
  }

  .container-faq.why-therapy {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 17px 20px 5px #0003;
  }

  .container-faq.casestudy {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---accordion-btn-horizontal-line-v2 {
    width: 10px;
  }

  .brix---accordion-btn-vertical-line-v2 {
    height: 10px;
  }

  .brix---accordion-icon-wrapper {
    width: 10px;
    min-width: 10px;
    height: 13px;
    min-height: 10px;
  }

  .brix---accordion-right-side {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-content-wrapper-v2 {
    max-width: 100%;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---section-2 {
    padding-top: 20px;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---section-hero-primary {
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---icon-square-32px---twitter {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---testimonial-v9-twitter-icon {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---text-100 {
    font-size: 15px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .brix---avatar-circle-03 {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .brix---card-testimonial-twitter {
    padding: 40px 24px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    text-align: center;
    margin-bottom: 15px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .container-white-about {
    width: 95%;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
  }

  .container-white-about.why-therapy {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 17px 20px 5px #0003;
  }

  .container-white-about.casestudy {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .list {
    padding-left: 10px;
  }

  .grid-6 {
    grid-template-columns: .5fr;
  }

  .container-contact {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .ellyfont {
    height: 106px;
  }

  .flexiparent {
    flex-direction: column;
    height: 102px;
  }

  .text-block-2 {
    text-align: center;
  }

  .section-2 {
    padding-bottom: 60px;
  }

  .container-4 {
    max-width: 95%;
  }
}

#w-node-_70848f13-ef11-6535-6387-82431715f5aa-8b0a9a2d, #w-node-d192f080-56f5-2528-9187-444854fdb995-8b0a9a2d, #w-node-_333ed1d4-eb46-884d-d884-c63a21d8da6a-8b0a9a2d, #w-node-_2342fd60-5915-9eb3-81d1-265ba5437817-8b0a9a2d, #w-node-aa3794f4-773c-242c-5bc6-3889ef6b2e44-ef6b2e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa3794f4-773c-242c-5bc6-3889ef6b2e4d-ef6b2e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-aa3794f4-773c-242c-5bc6-3889ef6b2e4e-ef6b2e41, #w-node-_9585545e-06d2-0a49-c244-956b938db18e-ef6b2e41, #w-node-ffa8bded-6aa0-db9e-b705-a477fdbfb833-ef6b2e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa3794f4-773c-242c-5bc6-3889ef6b2e53-ef6b2e41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-aa3794f4-773c-242c-5bc6-3889ef6b2e54-ef6b2e41, #w-node-d3078e61-3c64-4648-58a9-fdf4ab982018-ab982018, #w-node-d3078e61-3c64-4648-58a9-fdf4ab98201c-ab982018, #w-node-f69ad36e-a7e5-01cc-43a4-671e309f2c09-d99e3449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7050985-51f1-3915-e5df-e4c0b0dfcad6-d99e3449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3fc255e2-45c8-2185-45bb-f78bb07c7388-d99e3449, #w-node-_70848f13-ef11-6535-6387-82431715f5aa-d99e3449, #w-node-d192f080-56f5-2528-9187-444854fdb995-d99e3449, #w-node-_333ed1d4-eb46-884d-d884-c63a21d8da6a-d99e3449, #w-node-_70848f13-ef11-6535-6387-82431715f5aa-a83d217a, #w-node-_333ed1d4-eb46-884d-d884-c63a21d8da6a-a83d217a, #w-node-_2b613ea8-105f-e65b-5e04-8dcffe3bf0b9-94d4cdff, #w-node-_4bc92aec-7366-3d58-282b-7cf00585d99b-94d4cdff, #w-node-_22f8015d-63c6-8c3d-11ca-5ab91fbe9555-94d4cdff, #w-node-dc7ed12d-597b-625e-8077-9952b7aa8d15-94d4cdff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bf64c4b2-6eff-c36c-0f2e-1039c1fef2e6-8b0a9a2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_70848f13-ef11-6535-6387-82431715f5aa-8b0a9a2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f69ad36e-a7e5-01cc-43a4-671e309f2c09-d99e3449 {
    justify-self: end;
  }

  #w-node-_406f349f-4c5c-569e-90fb-a64c15c0aae0-d99e3449 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


