/* Colors */
/* Spacing */
/* Font Styles */
/* Font Weights */
/* Line Heights */
/* Text Decorations */
.wp-block-cover.hero {
  min-height: 480px;
}
.wp-block-cover.hero.is-position-bottom-center .wp-block-cover__inner-container {
  max-width: min(90%, 1632px);
  margin: 0 auto;
}
.wp-block-cover.hero .wp-block-cover__background {
  background: linear-gradient(180deg, rgb(240, 237, 230) 0%, rgba(240, 237, 230, 0.6) 5%, rgba(240, 237, 230, 0) 15%), linear-gradient(360deg, rgb(240, 237, 230) 0%, rgba(240, 237, 230, 0.7) 20%, rgba(240, 237, 230, 0) 80%), linear-gradient(360deg, rgb(240, 237, 230) 0%, rgba(240, 237, 230, 0) 90%);
}
@media (min-width: 1024px) {
  .wp-block-cover.hero .wp-block-cover__background {
    background: linear-gradient(180deg, rgb(240, 237, 230) 0%, rgba(240, 237, 230, 0.6) 5%, rgba(240, 237, 230, 0) 15%), linear-gradient(360deg, rgb(240, 237, 230) 0%, rgba(240, 237, 230, 0.7) 20%, rgba(240, 237, 230, 0) 80%);
  }
}
@media (min-width: 1366px) {
  .wp-block-cover.hero {
    min-height: 780px;
  }
}
@media (min-width: 1920px) {
  .wp-block-cover.hero {
    min-height: 880px;
  }
}
.wp-block-cover.team-hero {
  background: var(--wp--preset--color--tertiary) !important;
  min-height: 480px;
}
.wp-block-cover.team-hero .wp-block-cover__background {
  background: linear-gradient(180deg, rgb(240, 237, 230) 0%, rgba(240, 237, 230, 0.6) 5%, rgba(240, 237, 230, 0) 15%), linear-gradient(360deg, rgb(240, 237, 230) 0%, rgba(240, 237, 230, 0.7) 20%, rgba(240, 237, 230, 0) 80%), linear-gradient(360deg, rgb(240, 237, 230) 0%, rgba(240, 237, 230, 0) 90%);
  opacity: 1 !important;
}
@media (min-width: 1024px) {
  .wp-block-cover.team-hero .wp-block-cover__background {
    background: none;
    opacity: 0 !important;
  }
}
.wp-block-cover.team-hero .wp-block-cover__inner-container {
  max-width: min(90%, 1632px);
  margin: 0 auto;
}
.wp-block-cover.team-hero .wp-block-cover__inner-container .hero__container {
  max-width: min(90%, 1000px);
}
@media (min-width: 1366px) {
  .wp-block-cover.team-hero {
    min-height: 780px;
  }
}
@media (min-width: 1920px) {
  .wp-block-cover.team-hero {
    min-height: 880px;
  }
}

.wp-block-group.section {
  padding: 80px 0px;
}
@media (min-width: 1366px) {
  .wp-block-group.section {
    padding: 200px 0px;
  }
}
.wp-block-group.section .section__container {
  margin: 0 auto;
  max-width: min(90%, 1632px);
}
.wp-block-group.section .section__container .section-text__container {
  max-width: min(90%, 1000px);
}
.wp-block-group.curved-top {
  clip-path: ellipse(150% 100% at 50% 100%);
  margin-top: -160px;
  position: relative;
  padding: 120px 0 80px 0;
  z-index: 2;
}
@media (min-width: 1366px) {
  .wp-block-group.curved-top {
    padding: 200px 0px;
    clip-path: ellipse(100% 100% at 50% 100%);
  }
}
.wp-block-group.curved-top-dark {
  margin-block-start: 0;
  padding-top: 0;
}
@media (min-width: 1366px) {
  .wp-block-group.curved-top-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.wp-block-group.team-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  row-gap: 64px;
}
.wp-block-group.team-grid.alignleft {
  justify-content: flex-start;
}
.wp-block-group.team-grid.aligncenter {
  justify-content: center;
}
.wp-block-group.team-grid.alignright {
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .wp-block-group.team-grid {
    column-gap: 48px;
    row-gap: 97px;
  }
}
.wp-block-group.team-grid .team-member {
  grid-column: span 12;
  padding-top: 0;
  margin-block-start: 0 !important;
  /* Position last-row-one at column 3 */
  /* Position last-row-two next to last-row-one */
}
@media (min-width: 1024px) {
  .wp-block-group.team-grid .team-member {
    grid-column: span 6;
  }
}
@media (min-width: 1366px) {
  .wp-block-group.team-grid .team-member {
    grid-column: span 4;
  }
}
@media (min-width: 1366px) {
  .wp-block-group.team-grid .team-member.last-row-one {
    grid-column: 3/7; /* Starts at column 3, spans 4 columns */
  }
}
@media (min-width: 1366px) {
  .wp-block-group.team-grid .team-member.last-row-two {
    grid-column: 7/11; /* Starts at column 7, spans 4 columns */
  }
}
.wp-block-group.team-grid .team-member h2 {
  margin-bottom: 0;
}
.wp-block-group.team-grid .team-member h2 a {
  text-decoration: none;
}
.wp-block-group.team-grid .team-member p {
  margin-top: 8px;
}
.wp-block-group.text-container__md {
  max-width: min(90%, 1140px);
  margin: 0 auto;
}
.wp-block-group.is-layout-grid {
  gap: 24px !important;
}
.wp-block-group.is-layout-grid.is-therapy-grid {
  grid-template-columns: 1fr !important;
}
@media (min-width: 1024px) {
  .wp-block-group.is-layout-grid.is-therapy-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 1366px) {
  .wp-block-group.is-layout-grid.is-therapy-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.wp-block-group.is-layout-grid.is-testimonial-grid {
  grid-template-columns: 1fr !important;
}
@media (min-width: 1024px) {
  .wp-block-group.is-layout-grid.is-testimonial-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.wp-block-image.is-style-circle img {
  border-radius: 100%;
}

.editor-styles-wrapper {
  max-width: 100%; /* Adjust the width as needed */
  margin-left: auto;
  margin-right: auto;
}