body {
  overflow-x: hidden;
}

.btn-default {
  background: #F5EDE0;
  border: 1px solid #F5EDE0;
  border-radius: 10px;
  color: #000;
  padding: 12px 24px;
  font-family: "Oakes Grotesk";
  font-size: 18px;
  line-height: 44px;
  font-weight: 400;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 290px;
  margin: 0 auto;
  text-decoration: none;
}
.btn-default:hover {
  color: #231F20;
}
.btn-default.bg-yellow {
  background: #F5D661;
  border: 1px solid #F5D661;
}
.btn-default.btn-border {
  border: 1px solid #000;
}
.btn-default.bg-green {
  background: #92AB74;
  border: 1px solid #92AB74;
  max-width: max-content;
}
.btn-default.btn-blue {
  background: #637AFF;
  border: 1px solid #637AFF;
  color: #FFFFFF;
}

.btn_grp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
  margin: 39px 0 0;
}
.btn_grp .btn-default {
  margin: 0;
}

.language_btn {
  background: transparent;
  border: 0;
  color: #6478FF;
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  margin: 0;
  padding: 0 21px 0 0;
  position: relative;
  cursor: pointer;
  text-align: left;
  width: max-content;
}
.language_btn::before {
  content: "";
  display: block;
  width: calc(100% - 21px);
  height: 1px;
  background-color: #6478FF;
  position: absolute;
  bottom: -2px;
}
.language_btn::after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.269584 1.58465L6.51682 7.47901L0.269584 13.4139C-0.588364 14.2045 0.800575 15.5502 1.65849 14.7595L8.76384 8.03413C9.05027 7.75663 9.0908 7.2435 8.80437 6.96601L1.65855 0.240605C0.800607 -0.550023 -0.586949 0.794287 0.26965 1.58622L0.269584 1.58465Z' fill='%236478FF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.btn_more {
  background-color: #F29C1C;
  border-radius: 50px;
  color: #24261A;
  display: inline-block;
  font-family: "Aesthet Nova";
  font-size: 18px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
  line-height: 100%;
  padding: 18px 62px 18px 28px;
  position: relative;
  text-decoration: none;
  transition: 0.3s all linear;
}
.btn_more:after {
  content: "";
  display: block;
  width: 14px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.586 5.64471L6.636 1.69471C6.45384 1.50611 6.35305 1.25351 6.35533 0.991311C6.3576 0.729114 6.46277 0.478301 6.64818 0.292893C6.83359 0.107485 7.0844 0.00231622 7.3466 3.78026e-05C7.6088 -0.00224062 7.8614 0.0985538 8.05 0.280712L13.707 5.93771C13.8002 6.03036 13.8741 6.14053 13.9246 6.26186C13.9751 6.38319 14.001 6.5133 14.001 6.64471C14.001 6.77612 13.9751 6.90623 13.9246 7.02757C13.8741 7.1489 13.8002 7.25906 13.707 7.35171L8.05 13.0087C7.95775 13.1042 7.84741 13.1804 7.7254 13.2328C7.6034 13.2852 7.47218 13.3128 7.3394 13.314C7.20662 13.3151 7.07494 13.2898 6.95205 13.2395C6.82915 13.1893 6.7175 13.115 6.62361 13.0211C6.52971 12.9272 6.45546 12.8156 6.40518 12.6927C6.3549 12.5698 6.3296 12.4381 6.33075 12.3053C6.3319 12.1725 6.35949 12.0413 6.4119 11.9193C6.46431 11.7973 6.54049 11.687 6.636 11.5947L10.586 7.64471H1C0.734784 7.64471 0.48043 7.53935 0.292893 7.35182C0.105357 7.16428 0 6.90993 0 6.64471C0 6.3795 0.105357 6.12514 0.292893 5.9376C0.48043 5.75007 0.734784 5.64471 1 5.64471H10.586Z' fill='%2324261A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.btn_more:hover {
  background-color: #6478FF;
}

.yellow_card {
  background: #F29C1C;
  border-radius: 20px;
}

.cream_card {
  background: #F5BC8F;
  border-radius: 20px;
}

.green_card {
  background: #92AA74;
  border-radius: 20px;
}

.lblue_card {
  background: #D2DEEE;
  border-radius: 20px;
}

@media (max-width: 1366px) {
  .big_faq:before, .big_faq:after {
    height: 300px;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .btn_grp {
    margin: 30px 0 0;
  }
  .therapist_filters .form_wrap .filter_btn {
	margin-top: 20px;
	display: none;
	}
}
@media (max-width: 575px) {
  .btn-default {
    max-width: 100%;
    width: 100%;
  }
}
.language_btns a:nth-child(2) {
  background-color: #637AFF;
  border: 1px solid #637AFF;
}
.language_btns a:nth-child(2) .cheveron_icon {
  background-color: #F5D661;
}
.language_btns a:nth-child(2) .cheveron_icon svg path {
  fill: #637AFF;
}

body:not(.home) {
  padding-top: 126px;
}
body:not(.home) .site-header {
  background: #F5EDE0;
}
body:not(.home) .site-header.scrolled {
  background: #fff;
}
body.slug-blog .site-header {
  background: #D2DEED;
}
body.single-post .site-header {
  z-index: 100;
  background: #fff;
}

@media (max-width: 1540px) {
  body:not(.home) {
    padding-top: 119px;
  }
}
.intro_with_image {
  background: #F5EDE0;
  padding: 120px 0 0;
}
.intro_with_image .container {
  max-width: 1164px;
  text-align: center;
  padding: 0 15px;
}
.intro_with_image .container .heading {
  font-size: 44px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 115%;
  font-weight: 300;
  margin: 0;
}
.intro_with_image .intro_detail {
  position: relative;
  background: rgba(100, 120, 255, 0.5) url(../images/blue-background-opacity-50-new.jpg) no-repeat center/cover;
  transition: 3s linear all;
  margin-top: 50px;
}
.intro_with_image .intro_detail:before, .intro_with_image .intro_detail:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.intro_with_image .intro_detail:before {
  top: 0;
  height: 412px;
  background: url(../images/intro-top.png) no-repeat;
  background-size: cover;
}
.intro_with_image .intro_detail:after {
  bottom: 0;
  height: 500px;
  background: url(../images/intro-bottom.png) no-repeat;
  background-position: center top;
  background-size: cover;
}
.intro_with_image .intro_detail img {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 20px;
  max-width: 100%;
  max-height: 407px;
  object-fit: cover;
  width: 100%;
}
.intro_with_image .intro_detail .intro_detail-content {
  position: relative;
  z-index: 1;
  max-width: 527px;
  margin: 79px auto 0;
  padding-bottom: 350px;
}
.intro_with_image .intro_detail .intro_detail-content p {
  color: #000;
  font-size: 32px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 125%;
  font-family: "Aesthet Nova";
  font-weight: 300;
  margin: 0;
}
.intro_with_image.services-intro .intro_head .container {
  max-width: 750px;
}
.intro_with_image.services-intro .intro_detail {
  background: url(../images/textured-ocean-1.png) no-repeat top/cover;
}
.intro_with_image.services-intro .intro_detail:after {
  display: none;
}
.intro_with_image.services-intro .intro_detail .intro_detail-content {
  max-width: 850px;
  margin: 33px auto 0;
  padding-bottom: 550px;
  color: #F5EDE0;
}
.intro_with_image.services-intro .intro_detail .intro_detail-content p {
  color: #F5EDE0;
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  margin: 0 0 32px;
}
.intro_with_image.services-intro .intro_detail .intro_detail-content p a {
  color: #F5EDE0;
}
.intro_with_image.services-intro .intro_detail .intro_detail-content p:only-of-type {
  color: #F5EDE0;
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 125%;
  font-weight: 300;
  margin: 0;
}
.intro_with_image.languages-intro .intro_head .container {
  max-width: 750px;
}
.intro_with_image.languages-intro .intro_detail {
  background: url(../images/textured-ocean-1.png) no-repeat top/cover;
}
.intro_with_image.languages-intro .intro_detail:after {
  display: block !important;
  height: 370px;
  background: url(../images/languages_intro_bottom.png) no-repeat;
  background-position: left top;
}
.intro_with_image.languages-intro .intro_detail .intro_detail-content {
  max-width: 850px;
  margin: 33px auto 0;
  padding-bottom: 680px;
}

@media (max-width: 1540px) {
  .intro_with_image {
    padding: 100px 0 0;
  }
  .intro_with_image .container {
    padding: 0 5%;
  }
}
@media (max-width: 1366px) {
  .intro_with_image {
    padding: 80px 0 0;
  }
  .intro_with_image .intro_detail {
    margin-top: 35px;
  }
  .intro_with_image .intro_detail:after {
    height: 300px;
  }
  .intro_with_image .intro_detail .intro_detail-content {
    margin: 50px auto 0;
    padding-bottom: 210px;
  }
}
@media (max-width: 991px) {
  .intro_with_image.languages-intro .intro_detail:after {
    height: 270px;
  }
  .intro_with_image.languages-intro .intro_detail .intro_detail-content {
    padding-bottom: 580px;
  }
}
@media (max-width: 768px) {
  .intro_with_image {
    padding: 50px 0 0;
  }
  .intro_with_image .intro_detail:before {
    height: 365px;
  }
  .intro_with_image .intro_detail .intro_detail-content {
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .intro_with_image .intro_detail:before {
    height: 200px;
  }
  .intro_with_image .intro_detail:after {
    height: 170px;
  }
}
.image_text {
  background: #F5EDE0;
}
.image_text .container {
  max-width: 1290px;
  padding: 0 15px;
}
.image_text .image_text-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.image_text .image_text-row .image_text-col .short_info .heading {
  font-size: 44px;
  font-size: clamp(30px, 3cqw, 44px);
  line-height: 115%;
  font-family: "Aesthet Nova";
  font-weight: 300;
  max-width: 505px;
  margin: 0;
}
.image_text .image_text-row .image_text-col .short_info p {
  color: #000;
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  margin: 20px 0 0;
}
.image_text .image_text-row .image_text-col.col-img {
  flex-basis: 60%;
  padding: 0 70px;
}
.image_text .image_text-row .image_text-col.col-text {
  flex-basis: 40%;
}
.image_text.image_right .image_text-row {
  flex-direction: row-reverse;
}

@media (max-width: 1540px) {
  .image_text .container {
    padding: 0 5%;
  }
}
@media (max-width: 1366px) {
  .image_text .image_text-row {
    margin-top: 0;
  }
  .image_text .image_text-row .image_text-col .short_info {
    max-width: 440px;
  }
  .image_text .image_text-row .image_text-col.col-img {
    flex-basis: 50%;
    padding: 0 50px;
  }
  .image_text .image_text-row .image_text-col.col-text {
    flex-basis: 50%;
  }
}
@media (max-width: 1240px) {
  .image_text {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .image_text .image_text-row {
    margin-top: -50px;
  }
  .image_text.image_right .image_text-row {
    flex-direction: column-reverse;
    margin-top: 0;
    gap: 30px;
  }
  .image_text.image_right .image_text-row .image_text-col {
    flex-basis: 100%;
  }
  .image_text.image_right .image_text-row .image_text-col .short_info {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .image_text .image_text-row {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .image_text .image_text-row .image_text-col .short_info {
    max-width: 100%;
  }
  .image_text .image_text-row .image_text-col.col-img {
    flex-basis: 100%;
    padding: 0;
  }
  .image_text .image_text-row .image_text-col.col-text {
    flex-basis: 100%;
  }
}
.reflection_stack {
  padding: 169px 0;
  background: #F5EDE0 url(../images/reflection.png) no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.reflection_stack .container {
  max-width: 1280px;
  padding: 0 15px;
}
.reflection_stack .stack .stack_row {
  background: #FBF8F3;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 36px;
  padding: 105px 189px;
}
.reflection_stack .stack .stack_row .stack_col.col-img {
  flex-basis: 30%;
}
.reflection_stack .stack .stack_row .stack_col.col-img img {
  max-width: 100%;
  max-height: 195px;
}
.reflection_stack .stack .stack_row .stack_col.col-text {
  flex-basis: 60%;
}
.reflection_stack .stack .stack_row .stack_col p {
  color: #000;
  font-size: 32px;
  font-family: "Aesthet Nova";
  font-size: clamp(20px, 3vw, 32px);
  line-height: 125%;
  font-weight: 300;
  margin: 0 0 0 auto;
  max-width: 470px;
}
.reflection_stack .stack .stack_row:last-child {
  margin: 0;
}

@media (max-width: 1540px) {
  .reflection_stack {
    padding: 120px 0;
  }
  .reflection_stack .container {
    padding: 0 5%;
  }
}
@media (max-width: 1366px) {
  .reflection_stack {
    padding: 100px 0;
  }
  .reflection_stack .stack .stack_row {
    padding: 80px 150px;
  }
  .reflection_stack .stack .stack_row .stack_col.col-img {
    flex-basis: 22%;
  }
}
@media (max-width: 1280px) {
  .reflection_stack {
    padding: 80px 0;
  }
}
@media (max-width: 1080px) {
  .reflection_stack {
    padding: 60px 0;
  }
  .reflection_stack .stack .stack_row {
    padding: 60px 125px;
    margin: 0 0 25px;
  }
}
@media (max-width: 768px) {
  .reflection_stack .stack .stack_row {
    padding: 50px 90px;
  }
}
@media (max-width: 575px) {
  .reflection_stack .stack .stack_row {
    flex-direction: column;
    padding: 30px;
  }
  .reflection_stack .stack .stack_row .stack_col img {
    max-width: 100px;
  }
  .reflection_stack .stack .stack_row .stack_col.col-text {
    flex-basis: 76%;
    margin-top: 20px;
  }
}
.images_center_text {
  background: #f5d661;
  padding: 28px 25px;
}
.images_center_text .container {
  max-width: 1920px;
  padding: 0;
}
.images_center_text .images_center_text-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.images_center_text .images_center_text-row .images_center_text-col {
  flex-basis: calc(33.33% - 50px);
  margin: 0 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.images_center_text .images_center_text-row .images_center_text-col img {
  border-radius: 20px;
  width: 100%;
  max-height: 645px;
  height: 100%;
  object-fit: cover;
}
.images_center_text .images_center_text-row .images_center_text-col .text_detail {
  padding-bottom: 84px;
  max-width: 553px;
  margin: 0 auto;
}
.images_center_text .images_center_text-row .images_center_text-col .text_detail h3 {
  color: #000;
  font-size: 32px;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 125%;
  font-family: "Aesthet Nova";
  font-weight: 300;
  margin: 0 0 24px;
}
.images_center_text .images_center_text-row .images_center_text-col .text_detail p {
  color: #000;
  font-size: 32px;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 125%;
  font-family: "Aesthet Nova";
  font-weight: 300;
  margin: 0 0 40px;
}

@media (max-width: 1366px) {
  .images_center_text .images_center_text-row .images_center_text-col .text_detail {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .images_center_text .images_center_text-row .images_center_text-col .text_detail p {
    margin: 0 0 20px;
  }
}
@media (max-width: 1080px) {
  .images_center_text {
    padding: 28px 10px;
  }
  .images_center_text .images_center_text-row {
    gap: 25px;
    margin: 0;
  }
  .images_center_text .images_center_text-row .images_center_text-col {
    flex-basis: calc(50% - 25px);
    margin: 0;
    order: 1;
  }
  .images_center_text .images_center_text-row .images_center_text-col.text-col {
    flex-basis: calc(100% - 25px);
    order: 2;
  }
}
.title_text {
  position: relative;
  background: #E7EEF6;
  padding: 140px 0 0;
}
.title_text .tile_text-img {
  margin-top: -400px;
}
.title_text .tile_text-img img {
  display: block;
}
.title_text .title_text-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.title_text .title_text-row .title_text-col {
  flex-basis: 50%;
}
.title_text .title_text-row .title_text-col .heading {
  color: #6478FF;
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 4vw, 64px);
  line-height: 108%;
  font-weight: 400;
}
.title_text .title_text-row .title_text-col p {
  color: #000;
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
}
.title_text .title_text-row .title_text-col p:last-child {
  margin: 0;
}
.title_text .title_text-row .title_text-col .title_text-details {
  max-width: 707px;
  margin: 0 0 0 auto;
}

@media (max-width: 1540px) {
  .title_text {
    padding: 120px 0 0;
  }
  .title_text .tile_text-img {
    margin-top: -250px;
  }
}
@media (max-width: 1366px) {
  .title_text {
    padding: 100px 0 0;
  }
}
@media (max-width: 1080px) {
  .title_text {
    padding: 80px 0 0;
  }
}
@media (max-width: 767px) {
  .title_text {
    padding: 60px 0 0 !important;
  }
  .title_text .title_text-row {
    flex-direction: column;
  }
  .title_text .tile_text-img {
    margin-top: -60px;
  }
  .title_text-details {
    padding-bottom: 30px;
  }
}
.meet_founders {
  background: #F5EDE0;
  padding: 0 0 123px;
  margin-top: -70px;
  position: relative;
}
.meet_founders .container {
  max-width: 1183px;
  padding: 0 15px;
}
.meet_founders .heading {
  color: #6478FF;
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 4vw, 64px);
  line-height: 108%;
  font-weight: 400;
  text-align: center;
}
.meet_founders .meet_founders-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 308px;
  margin-top: 130px;
}
.meet_founders .meet_founders-row .meet_founders-col {
  flex-basis: calc(50% - 154px);
}
.meet_founders .meet_founders-row .meet_founders-col .image {
  text-align: center;
}
.meet_founders .meet_founders-row .meet_founders-col .image img {
  margin: 0 auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.meet_founders .meet_founders-row .meet_founders-col .name {
  color: #000;
  font-size: 44px;
  font-size: clamp(30px, 3cqw, 44px);
  line-height: 115%;
  font-family: "Aesthet Nova";
  font-weight: 300;
  margin-top: 73px;
  text-align: center;
}
.meet_founders .meet_founders-row .meet_founders-col .designation {
  color: #B97323;
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  font-weight: 400;
  text-align: center;
}
.meet_founders .meet_founders-row .meet_founders-col .description {
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  font-weight: 400;
  margin: 66px 0 0;
}
.meet_founders .meet_founders-row .meet_founders-col .description p:last-child {
  margin: 0;
}

@media (max-width: 1540px) {
  .meet_founders {
    margin-top: -40px;
    padding: 0 0 100px;
  }
  .meet_founders .container {
    max-width: 1183px;
    padding: 0 5%;
  }
  .meet_founders .meet_founders-row {
    gap: 200px;
    margin-top: 100px;
  }
  .meet_founders .meet_founders-row .meet_founders-col .name {
    margin: 55px 0 0;
  }
  .meet_founders .meet_founders-row .meet_founders-col .description {
    margin: 50px 0 0;
  }
}
@media (max-width: 1280px) {
  .meet_founders {
    padding: 0 0 80px;
  }
  .meet_founders .meet_founders-row {
    gap: 100px;
    margin-top: 80px;
  }
}
@media (max-width: 1080px) {
  .meet_founders {
    padding: 0 0 60px;
  }
  .meet_founders .meet_founders-row {
    gap: 80px;
    margin-top: 60px;
  }
  .meet_founders .meet_founders-row .meet_founders-col .name {
    margin: 40px 0 0;
  }
  .meet_founders .meet_founders-row .meet_founders-col .description {
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .meet_founders .meet_founders-row {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .meet_founders {
    margin-top: 0;
  }
}
.get_matched {
  background-image: url(../images/match-bg.png) no-repeat !important;
  background-position: center 180px !important;
  background-size: cover;
  position: relative;
}
.get_matched .container {
  max-width: 1457px;
  padding: 0 15px;
}
.get_matched .heading {
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 400;
  line-height: 125%;
  text-align: center;
}
.get_matched .matched_wrap {
  margin-top: -580px;
  position: relative;
  z-index: 1;
}
.get_matched .get_matched-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 60px -18px 0;
  counter-reset: step;
}
.get_matched .get_matched-row .get_matched-col {
  border-radius: 20px;
  flex: 1;
  margin: 0 11px;
  counter-increment: step;
}
.get_matched .get_matched-row .get_matched-col .matched_content {
  border-radius: 20px 20px 0 0;
  padding: 40px 24px;
}
.get_matched .get_matched-row .get_matched-col .matched_content .count::before {
  content: counter(step);
  color: #fbf8f3;
  font-family: "Oakes Grotesk";
  font-size: 91px;
  font-size: clamp(60px, 3vw, 91px);
  font-weight: 400;
  line-height: 88%;
}
.get_matched .get_matched-row .get_matched-col .matched_content h3 {
  font-family: "Aesthet Nova";
  font-size: 26px;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 300;
  line-height: 125%;
  margin: 43px 0 0;
}
.get_matched .get_matched-row .get_matched-col .matched_content ol {
  margin: 10px 0 0;
  padding-left: 22px;
}
.get_matched .get_matched-row .get_matched-col .matched_content ol li {
  color: #000;
  font-family: "Aesthet Nova";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 300;
  line-height: 130%;
  margin: 20px 0 0;
}
.get_matched .get_matched-row .get_matched-col .matched_img img {
  width: 100%;
  display: block;
  border-radius: 0 0 20px 20px;
  max-height: 332px;
  height: 100%;
  object-fit: cover;
}
.get_matched .btn-default {
  margin-top: 56px;
  max-width: 100%;
}

@media (min-width: 1540px) {
  .get-match-wrapper {
    min-height: 91vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .progress {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.get-match-btn {
  background-color: var(--tangerine-color);
}

@media (max-width: 1540px) {
  .get_matched .container {
    padding: 0 5%;
  }
  .get_matched .matched_wrap {
    margin-top: -490px;
  }
  .get_matched .get_matched-row {
    margin: 50px -18px 0;
  }
  .get_matched .get_matched-row .get_matched-col .matched_content h3 {
    margin: 30px 0 0;
  }
}
@media (max-width: 1366px) {
  .get_matched .get_matched-row {
    margin: 40px -10px 0;
  }
  .get_matched .get_matched-row .get_matched-col {
    margin: 0 10px;
  }
}
@media (max-width: 1240px) {
  .get_matched {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .get_matched .get_matched-row {
    flex-wrap: wrap;
  }
  .get_matched .get_matched-row .get_matched-col {
    flex: none;
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 992px) {
  .get_matched .btn-default {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .get_matched .get_matched-row {
    margin: 40px -6px 0;
  }
  .get_matched .get_matched-row .get_matched-col .matched_content {
    padding: 25px 20px;
  }
  .get_matched .get_matched-row .get_matched-col .matched_content h3 {
    margin: 20px 0 0;
  }
  .get-match-btn {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .get_matched .get_matched-row {
    margin: 20px 0 0;
  }
  .get_matched .get_matched-row .get_matched-col {
    flex-basis: 100%;
    margin: 10px 0;
  }
  .get_matched .get_matched-row .get_matched-col .matched_content {
    padding: 25px 20px;
  }
  .get_matched .get_matched-row .get_matched-col .matched_content h3 {
    margin: 15px 0 0;
  }
  .get_matched .btn-default {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}
.online_therapy {
  background: #F5EDE0;
  padding: 170px 0;
}
.online_therapy .therapy_row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #B97323;
  border-radius: 20px;
}
.online_therapy .therapy_row .therapy_col {
  flex-basis: 50%;
}
.online_therapy .therapy_row .therapy_col.col-detail {
  color: #FBF8F3;
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400;
  line-height: 130%;
  padding: 123px 93px;
}
.online_therapy .therapy_row .therapy_col.col-detail .heading {
  color: #FBF8F3;
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 3vw, 64px);
  font-weight: 400;
  line-height: 108%;
  max-width: 697px;
  margin-bottom: 34px;
}
.online_therapy .therapy_row .therapy_col.col-detail p {
  margin: 0 0 20px;
}
.online_therapy .therapy_row .therapy_col.col-detail p:last-child {
  margin: 0;
}
.online_therapy .therapy_row .therapy_col.col-detail ul {
  padding-left: 30px;
  margin: 0 0 20px;
}
.online_therapy .therapy_row .therapy_col.col-detail ul li {
  margin: 0 0 10px;
}
.online_therapy .therapy_row .therapy_col.col-detail ul li:last-child {
  margin: 0;
}
.online_therapy .therapy_row .therapy_col.col-img {
  background: url(../images/therapy_bg_new.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 52px;
  border-radius: 20px 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.online_therapy .therapy_row .therapy_col.col-img img {
  border-radius: 20px;
  width: 100%;
  display: block;
}

@media (max-width: 1540px) {
  .online_therapy {
    padding: 120px 0;
  }
  .online_therapy .container {
    padding: 0 5%;
  }
  .online_therapy .therapy_row .therapy_col.col-detail {
    padding: 70px 50px;
  }
  .online_therapy .therapy_row .therapy_col.col-detail .heading {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 1366px) {
  .online_therapy {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .online_therapy {
    padding: 80px 0 !important;
  }
  .online_therapy .therapy_row {
    flex-direction: column-reverse;
  }
  .online_therapy .therapy_row .therapy_col.col-img {
    border-radius: 0 0 20px 20px;
  }
  .online_therapy .therapy_row .therapy_col.col-detail {
    padding: 50px 30px;
  }
  .online_therapy .therapy_row .therapy_col.col-detail .heading {
    margin: 0 0 20px;
  }
}
@media (max-width: 575px) {
  .online_therapy .therapy_row .therapy_col.col-img {
    padding: 30px;
  }
}
.faq_small {
  background: #f5ede0;
  color: #231f20;
  padding: 0 10% 160px;
}
.faq_small .heading {
  color: #6478ff;
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 3vw, 64px);
  font-weight: 400;
  line-height: 108%;
  margin-bottom: 53px;
  text-align: center;
}
.faq_small p {
  font-family: "Oakes Grotesk";
  font-size: 24px;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 55px;
  text-align: center;
}
.faq_small .faq_item {
  border-bottom: 1px solid #6478ff;
  padding: 25px 25px 25px 0;
}
.faq_small .faq_item.is-hidden {
  display: none;
}
.faq_small .faq_item button {
  cursor: pointer;
  position: relative;
  font-family: "Aesthet Nova";
  font-size: 26px;
  font-size: clamp(22px, 3cqw, 26px);
  line-height: 123%;
  font-weight: 500;
  margin: 0;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 0 25px 0 0;
}
.faq_small .faq_item button:after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  border-right: 2px solid #6478ff;
  border-bottom: 2px solid #6478ff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.faq_small .faq_item p {
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  display: none;
  margin: 16px 0 0;
  text-align: left;
}
.faq_small .faq_item.active button:after {
  transform: translateY(-50%) rotate(-135deg);
}
.faq_small .faq-load-more {
  margin-top: 2rem;
  text-align: center;
  display: block;
  text-align: center;
  margin-inline: auto;
}
.faq_small .faq-see-less {
  background-color: #f5d661;
  color: #000000;
}

@media (max-width: 1540px) {
  .faq_small {
    padding: 0 0 100px;
  }
  .faq_small .container {
    padding: 0 5%;
  }
  .faq_small .heading {
    margin-bottom: 30px;
  }
  .faq_small p {
    margin-bottom: 30px;
  }
  .faq_small .faq_item {
    padding: 20px 20px 20px 0;
  }
}
@media (max-width: 768px) {
  .faq_small {
    padding: 0 0 80px !important;
  }
}
#who-can-see {
  scroll-margin-top: 80px;
}

.help_intro {
  background: #F5EDE0;
}
.help_intro .container {
  max-width: 1457px;
  padding: 0 15px;
}
.help_intro .help_intro-wrap {
  background: #FBF8F3;
  border-radius: 20px;
  position: relative;
}
.help_intro .help_intro-wrap img {
  display: block;
  width: 536px;
  height: 774px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.help_intro .help_intro-wrap .help_intro-content {
  max-width: 830px;
  margin: 0 0 0 auto;
  padding: 132px 115px;
}
.help_intro .help_intro-wrap .help_intro-content .heading {
  color: #6478FF;
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 3vw, 64px);
  font-weight: 400;
  line-height: 108%;
  margin-bottom: 44px;
}
.help_intro .help_intro-wrap .help_intro-content p {
  color: #231F20;
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(20px, 3vw, 32px);
  line-height: 125%;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 1540px) {
  .help_intro .container {
    padding: 0 5%;
  }
  .help_intro .help_intro-wrap img {
    width: 420px;
    height: auto;
    aspect-ratio: 536/774;
  }
  .help_intro .help_intro-wrap .help_intro-content {
    padding: 100px;
    width: 65%;
  }
}
@media (max-width: 1366px) {
  .help_intro .help_intro-wrap img {
    width: 370px;
  }
  .help_intro .help_intro-wrap .help_intro-content {
    padding: 80px;
  }
  .help_intro .help_intro-wrap .help_intro-content .heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 1240px) {
  .help_intro {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .help_intro .help_intro-wrap img {
    width: auto;
    height: 200px;
    top: auto;
    bottom: 0;
  }
  .help_intro .help_intro-wrap .help_intro-content {
    padding: 50px 50px 100px 130px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .help_intro .help_intro-wrap .help_intro-content {
    padding: 30px 20px 200px;
  }
}
.therapy_reasons {
  background: #F5EDE0 url("../images/reasons_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.therapy_reasons .container {
  max-width: 1457px;
  padding: 0 15px;
}
.therapy_reasons .reasons_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 217px 0;
}
.therapy_reasons .reasons_wrap .reasons_col {
  flex-basis: 50%;
}
.therapy_reasons .reasons_wrap .reasons_col .heading {
  color: #FBF8F3;
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 3vw, 64px);
  font-weight: 400;
  line-height: 108%;
  margin-bottom: 39px;
  max-width: 496px;
}
.therapy_reasons .reasons_wrap .reasons_col p {
  color: #FBF8F3;
  font-family: "Oakes Grotesk";
  font-size: 24px;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 400;
  line-height: 133%;
  max-width: 590px;
  margin: 0;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items {
  max-width: 592px; /* Essential for desktop spacing */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 9px;
  row-gap: 13px;
  padding: 40px;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge {
  display: inline-block;
  border-radius: 50px;
  font-size: 32px;
  font-family: "Aesthet Nova";
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 300;
  line-height: 125%;
  padding: 10px 23px;
  white-space: nowrap;
  width: fit-content;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge.peach {
  background: #F5BC8F;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge.green {
  background: #92AA74;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge.orange {
  background: #F29C1C;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge.blue {
  background: #6478FF;
  color: #FBF8F3;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge.white {
  background: #FBF8F3;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge.lblue {
  background: #D2DEEE;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge.brown {
  background: #B97323;
  color: #FBF8F3;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge.yellow {
  background: #F5D661;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(1) {
  margin-left: 120px;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(2) {
  margin-left: 165px;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(3)::after {
  content: "";
  flex-basis: 100%;
  display: block;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(4) {
  margin-left: 60px;
  flex-basis: auto;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(6) {
  flex-basis: 100%;
  margin-left: 140px;
  width: fit-content;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(7) {
  margin-left: 30px;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(8) {
  margin-left: 140px;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(9) {
  margin-left: 10px;
}
.therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(10) {
  margin-left: 140px;
}
.therapy_reasons .reasons_wrap:first-child {
  padding-top: 300px;
}
.therapy_reasons .reasons_wrap:first-child .reasons_col .heading {
  max-width: 346px;
}
.therapy_reasons .reasons_wrap:first-child .reasons_col p {
  max-width: 479px;
}
.therapy_reasons .reasons_wrap:last-child {
  padding-bottom: 50px;
}

@media (max-width: 1540px) {
  .therapy_reasons .container {
    padding: 0 5%;
  }
}
@media (max-width: 1366px) {
  .therapy_reasons .reasons_wrap {
    padding: 150px 0 50px;
  }
  .therapy_reasons .reasons_wrap:first-child {
    padding-top: 200px;
  }
  .therapy_reasons .reasons_wrap:last-child {
    padding-bottom: 50px;
  }
  .therapy_reasons .reasons_wrap .reasons_col .heading {
    margin-bottom: 30px;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items {
    padding: 0;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(2) {
    margin-left: 176px;
  }
}
@media (max-width: 768px) {
  .therapy_reasons {
    background-attachment: scroll;
  }
  .therapy_reasons .reasons_wrap {
    flex-direction: column;
    padding: 80px 0 50px;
  }
  .therapy_reasons .reasons_wrap:first-child {
    padding-top: 0px;
  }
  .therapy_reasons .reasons_wrap:first-child .reasons_col .heading {
    color: #000;
    max-width: 100%;
  }
  .therapy_reasons .reasons_wrap:first-child .reasons_col p {
    color: #000;
    max-width: 100%;
  }
  .therapy_reasons .reasons_wrap:last-child {
    padding-bottom: 40px;
    padding-top: 10px;
  }
  .therapy_reasons .reasons_wrap .reasons_col {
    flex-basis: 100%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .heading {
    max-width: 100%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items {
    margin-top: 30px;
    max-width: 100%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(1) {
    margin-left: 30%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(2) {
    margin-left: 35%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(4) {
    margin-left: 22%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(6) {
    margin-left: 28%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(7) {
    margin-left: 18%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(8) {
    margin-left: 28%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(9) {
    margin-left: 12%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(10) {
    margin-left: 30%;
  }
}
@media (max-width: 575px) {
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(1) {
    margin-left: 20%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(2) {
    margin-left: 25%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(4) {
    margin-left: 12%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(6) {
    margin-left: 18%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(7) {
    margin-left: 8%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(8) {
    margin-left: 18%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(9) {
    margin-left: 2%;
  }
  .therapy_reasons .reasons_wrap .reasons_col .reasons_items .badge:nth-child(10) {
    margin-left: 20%;
  }
}
.pricing_new {
  background: #D2DEEE;
  padding: 500px 0 50px;
  position: relative;
}
.pricing_new:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: #6478FF url("../images/pricing_top.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.pricing_new .heading {
  color: #6478FF;
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 3vw, 64px);
  font-weight: 400;
  line-height: 108%;
  margin-bottom: 35px;
  text-align: center;
}
.pricing_new p {
  color: #6478FF;
  font-size: 32px;
  font-family: "Aesthet Nova";
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 300;
  line-height: 125%;
  text-align: center;
}
.pricing_new .introductory_pricing {
  background: #FBF8F3;
  border-radius: 20px;
  margin-top: 49px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
}
.pricing_new .introductory_pricing h3 {
  color: #B97323;
  font-size: 32px;
  font-family: "Aesthet Nova";
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 300;
  line-height: 125%;
  margin: 0;
}
.pricing_new .introductory_pricing span {
  color: #000;
  font-size: 56px;
  font-family: "Oakes Grotesk";
  font-size: clamp(40px, 3vw, 56px);
  font-weight: 400;
  line-height: 143%;
}
.pricing_new .pricing_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 35px -10px 0;
}
.pricing_new .pricing_wrap .pricing_col {
  background: #FBF8F3;
  border-radius: 20px;
  flex-basis: calc(25% - 20px);
}
.pricing_new .pricing_wrap .pricing_col .pricing_head {
  background: #B97323;
  border-radius: 20px 20px 0 0;
  color: #FBF8F3;
  font-size: 32px;
  font-family: "Aesthet Nova";
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 300;
  line-height: 125%;
  padding: 25px 15px;
  text-align: center;
}
.pricing_new .pricing_wrap .pricing_col .pricing_detail {
  padding: 18px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pricing_new .pricing_wrap .pricing_col .pricing_detail .price_block {
  border-bottom: 1px solid #E2E1E1;
  padding: 21px 0 15px;
  width: 100%;
}
.pricing_new .pricing_wrap .pricing_col .pricing_detail .price_block:last-child {
  border-bottom: none;
}
.pricing_new .pricing_wrap .pricing_col .pricing_detail .price_block p {
  color: #000;
  font-size: 20px;
  font-family: "Oakes Grotesk";
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.pricing_new .pricing_wrap .pricing_col .pricing_detail .price_block p.price {
  color: #000;
  font-size: 56px;
  font-family: "Oakes Grotesk";
  font-size: clamp(40px, 3vw, 56px);
  font-weight: 400;
  line-height: 143%;
}
.pricing_new .btn-default {
  max-width: 230px;
  margin-top: 63px;
}

@media (max-width: 1540px) {
  .pricing_new .container {
    padding: 0 5%;
  }
}
@media (max-width: 1366px) {
  .pricing_new {
    padding: 400px 0 50px;
  }
  .pricing_new:before {
    height: 400px;
  }
}
@media (max-width: 1280px) {
  .pricing_new {
    padding: 300px 0 50px;
  }
  .pricing_new:before {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .pricing_new {
    padding: 200px 0 50px !important;
  }
  .pricing_new:before {
    height: 200px;
  }
  .pricing_new .heading {
    margin: 0 0 30px;
  }
  .pricing_new .introductory_pricing {
    margin: 35px 0 0;
  }
  .pricing_new .pricing_wrap .pricing_col {
    flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .pricing_new .introductory_pricing {
    padding: 10px 20px;
  }
  .pricing_new .pricing_wrap .pricing_col {
    flex-basis: calc(100% - 20px);
  }
  .pricing_new .btn-default {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}
.why_choose {
  position: relative;
  z-index: 1;
}
.why_choose .container {
  max-width: 1457px;
  padding: 0 15px;
}
.why_choose .choose_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: -650px;
  position: relative;
}
.why_choose .choose_wrap .heading {
  color: #FBF8F3;
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 3vw, 64px);
  font-weight: 400;
  line-height: 108%;
  max-width: 560px;
}
.why_choose .choose_wrap .choose_col {
  flex-basis: calc(50% - 25px);
}
.why_choose .choose_wrap .choose_col .choose_stack .choose_item {
  background: #FBF8F3;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 14px;
}
.why_choose .choose_wrap .choose_col .choose_stack .choose_item:last-child {
  margin-bottom: 0;
}
.why_choose .choose_wrap .choose_col .choose_stack .choose_item h3 {
  color: #B97323;
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 125%;
  font-weight: 300;
  margin: 0 0 20px;
}
.why_choose .choose_wrap .choose_col .choose_stack .choose_item p {
  color: #000;
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  margin: 0;
}

@media (max-width: 1540px) {
  .why_choose .container {
    padding: 0 5%;
  }
}
@media (max-width: 1240px) {
  .why_choose {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .why_choose .choose_wrap {
    flex-direction: column;
    gap: 20px;
    margin-top: -545px;
  }
  .why_choose .choose_wrap .choose_col .choose_stack .choose_item {
    padding: 15px;
  }
  .why_choose .choose_wrap .choose_col .choose_stack .choose_item h3 {
    margin: 0 0 10px;
  }
}
.connect_therapist {
  position: relative;
}
.connect_therapist .heading {
  color: #000;
  font-family: "Aesthet Nova";
  font-size: 44px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 115%;
  font-weight: 300;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.connect_therapist .connect_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 100px;
}
.connect_therapist .connect_wrap .connect_col {
  border-radius: 20px;
  flex-basis: calc(25% - 22px);
  padding: 23px 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.connect_therapist .connect_wrap .connect_col .connect_icon {
  margin-bottom: 40px;
}
.connect_therapist .connect_wrap .connect_col .connect_icon img {
  max-width: 100%;
  max-height: 99px;
}
.connect_therapist .connect_wrap .connect_col .connect_desc p {
  color: #000;
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 300;
  line-height: 125%;
  margin: 0;
  max-width: 270px;
  text-align: left;
}
.connect_therapist .languages_marquee {
  margin-top: 50px;
  overflow-x: hidden;
}
.connect_therapist .languages_marquee .marquee_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.connect_therapist .languages_marquee .language_item {
  background: #FBF8F3;
  border-radius: 30px;
  color: #000;
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 300;
  line-height: 125%;
  padding: 10px 20px;
  white-space: nowrap;
  display: inline-flex; /* ensures content stays horizontal */
  align-items: center;
}
.connect_therapist .btn-default {
  margin-top: 50px;
}
.connect_therapist .languages_list {
  margin-top: 60px;
}
.connect_therapist .languages_list .container {
  max-width: 574px;
  padding: 0;
}
.connect_therapist .languages_list .languages_list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns of equal width */
  grid-template-rows: repeat(2, auto); /* 2 rows, height adjusts automatically */
  grid-row-gap: 11px;
  grid-column-gap: 84px;
}
.connect_therapist .languages_list .languages_list-wrap .language_btn {
  margin: 0 0 11px;
}
.connect_therapist.small_intro .heading, .connect_therapist.small_intro p {
  max-width: 677px;
  width: 100%;
  margin: 35px auto 0;
  text-align: center;
}
.connect_therapist.small_intro .heading {
  font-weight: 500;
}

@media (max-width: 1366px) {
  .connect_therapist {
    padding: 100px 0 !important;
  }
  .connect_therapist .connect_wrap {
    margin-top: 70px;
  }
  .connect_therapist.small_intro .heading {
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .connect_therapist {
    padding: 100px 0;
  }
  .connect_therapist .connect_wrap {
    gap: 12px;
    margin-top: 50px;
  }
  .connect_therapist .connect_wrap .connect_col {
    flex-basis: calc(25% - 12px);
  }
  .connect_therapist .languages_list {
    margin-top: 30px;
  }
}
@media (max-width: 1100px) {
  .connect_therapist {
    padding: 60px 0 !important;
  }
}
@media (max-width: 768px) {
  .connect_therapist {
    padding: 80px 0;
  }
  .connect_therapist .connect_wrap {
    margin-top: 30px;
  }
  .connect_therapist .connect_wrap .connect_col {
    flex-basis: calc(50% - 12px);
  }
  .connect_therapist .languages_list {
    padding: 0 5%;
  }
  .connect_therapist .languages_list .languages_list-wrap {
    grid-template-columns: repeat(2, 1fr); /* 2 columns of equal width */
    grid-template-rows: repeat(3, auto); /* 3 rows, height adjusts automatically */
    grid-row-gap: 11px;
    grid-column-gap: 44px;
  }
  .connect_therapist .btn-default {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .connect_therapist .connect_wrap .connect_col {
    flex-basis: 100%;
  }
  .connect_therapist .btn-default {
    margin-top: 0;
  }
  .connect_therapist .btn_grp {
    padding: 0 5%;
  }
}
.therapists {
  background-color: #F5EDE0;
  padding: 145px 0;
  overflow-x: hidden;
}
.therapists .heading {
  color: #6478FF;
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 3vw, 64px);
  font-weight: 400;
  line-height: 108%;
  text-align: center;
}
.therapists h3.heading {
  font-family: "Oakes Grotesk";
  font-size: 44px;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 108%;
  margin-top: 100px;
}
.therapists .therapist_carousel {
  display: flex;
  gap: 16px;
}
.therapists .therapist_carousel .therapist_item {
  flex: 0 0 auto;
  flex-basis: 450px;
  border-radius: 20px;
}
.therapists .therapist_carousel .therapist_item .therapist_img img {
  border-radius: 20px 20px 0 0;
  max-width: 100%;
  max-height: 332px;
  object-fit: cover;
  display: block;
}
.therapists .therapist_carousel .therapist_item .therapist_detail {
  background-color: #FBF8F3;
  border-radius: 0 0 20px 20px;
  padding: 29px 28px 39px;
  text-align: left;
}
.therapists .therapist_carousel .therapist_item .therapist_detail h4 {
  color: #000;
  font-family: "Aesthet Nova";
  font-size: 26px;
  font-size: clamp(20px, 3vw, 26px);
  line-height: 125%;
  font-weight: 500;
}
.therapists .therapist_carousel .therapist_item .therapist_detail .author {
  color: #B97323;
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  margin: 25px 0 0;
}
.therapists .therapist_carousel .therapist_item .therapist_detail p {
  color: #000;
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  margin: 25px 0 0;
  max-width: 366px;
}
.therapists .other_therapists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.therapists .other_therapists .therapist_item {
  display: block;
  flex-basis: calc(33.33% - 30px);
  border-radius: 20px;
}
.therapists .other_therapists .therapist_item .therapist_img img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-height: 332px;
  object-fit: cover;
  display: block;
}
.therapists .other_therapists .therapist_item .therapist_detail {
  background-color: #FBF8F3;
  border-radius: 0 0 20px 20px;
  padding: 29px 28px 39px;
  text-align: left;
}
.therapists .other_therapists .therapist_item .therapist_detail h4 {
  color: #000;
  font-family: "Aesthet Nova";
  font-size: 26px;
  font-size: clamp(20px, 3vw, 26px);
  line-height: 125%;
  font-weight: 500;
}
.therapists .other_therapists .therapist_item .therapist_detail .author {
  color: #B97323;
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  margin: 25px 0 0;
}
.therapists .other_therapists .therapist_item .therapist_detail p {
  color: #000;
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  margin: 25px 0 0;
  max-width: 366px;
}
.therapists .btn_grp {
  margin: 60px 0 0;
}

@media (max-width: 1540px) {
  .therapists {
    padding: 120px 0;
  }
  .therapists .heading {
    margin-bottom: 50px;
  }
  .therapists .btn_grp {
    margin: 50px 0 0;
  }
}
@media (max-width: 1366px) {
  .therapists {
    padding: 100px 0;
  }
}
@media (max-width: 1280px) {
  .therapists .therapist_carousel .therapist_item {
    flex-basis: 350px;
  }
  .therapists .therapist_carousel .therapist_item .therapist_detail .author {
    margin: 20px 0 0;
  }
  .therapists .therapist_carousel .therapist_item .therapist_detail p {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .therapists {
    padding: 80px 0;
  }
  .therapists h3.heading {
    margin-top: 80px;
  }
  .therapists .therapist_carousel .therapist_item {
    display: block;
    flex-basis: 270px;
    max-width: 90%;
  }
  .therapists .therapist_carousel .therapist_item .therapist_detail {
    padding: 21px 21px 31px;
  }
  .therapists .other_therapists .therapist_item {
    flex-basis: calc(50% - 30px);
  }
  .therapists .btn_grp {
    padding: 0 5%;
  }
}
@media (max-width: 575px) {
  .therapists h3.heading {
    margin-top: 60px;
  }
  .therapists .other_therapists .therapist_item {
    flex-basis: 100%;
  }
}
.blog_intro {
  background-color: #D2DEED;
  padding: 120px 0 0;
  position: relative;
  z-index: 1;
}
.blog_intro .container {
  max-width: 737px;
  padding: 0 15px;
}
.blog_intro .intro_wrap {
  text-align: center;
}
.blog_intro .intro_wrap .heading {
  color: #6E0516;
  font-family: "Aesthet Nova";
  font-size: 48px;
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 300;
  line-height: 135%;
  max-width: 687px;
}
.blog_intro .intro_wrap p {
  margin: 20px 0 0;
}
.blog_intro .intro_wrap .btn-default {
  margin: 35px auto 0;
}

.sunrise_intro {
  position: relative;
}
.sunrise_intro::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #D2DEED;
  position: absolute;
  top: 0;
  left: 0;
}
.sunrise_intro .sunrise-bg {
  position: relative;
}
.sunrise_intro .intro {
  position: absolute;
  bottom: 250px;
  left: 0;
  right: 0;
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
}
.sunrise_intro .intro p {
  color: #fff;
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 300;
  line-height: 125%;
  margin: 0 0 35px;
}
.sunrise_intro .intro p:last-child {
  margin: 0;
}

@media (max-width: 1540px) {
  .blog_intro {
    padding: 100px 0 30px;
  }
  .blog_intro .container {
    padding: 0 5%;
  }
  .sunrise_intro .intro {
    bottom: 150px;
  }
}
@media (max-width: 1240px) {
  .sunrise_intro {
    padding: 0;
  }
  .sunrise_intro .intro {
    padding: 0 15px;
  }
}
@media (max-width: 1080px) {
  .sunrise_intro .intro {
    bottom: 100px;
  }
  .sunrise_intro .intro p {
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .blog_intro {
    padding: 80px 0 20px;
  }
  .blog_intro .intro_wrap p {
    margin: 20px 0 0;
  }
  .sunrise_intro .intro {
    bottom: 70px;
  }
}
@media (max-width: 575px) {
  .sunrise_intro .sunrise-bg img {
    height: 650px;
    object-fit: cover;
  }
  .sunrise_intro .intro {
    bottom: 80px;
  }
}
body.page-template-template-blog-list .site-header {
  background-color: #D2DEED;
}

.blog_list {
  padding: 10px 0 80px;
  position: relative;
}
.blog_list .container {
  max-width: 1354px;
  padding: 0 15px;
}
.blog_list .heading {
  color: #637AFF;
  font-family: "Aesthet Nova";
  font-size: 28px;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  line-height: 100%;
  margin: 50px 0 15px;
}
.blog_list .filter_wrap {
  max-width: 1139px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.blog_list .filter_wrap .select_wrap {
  flex-basis: 373px;
}
.blog_list .filter_wrap .select_wrap select {
  border-radius: 100px;
  border: 1px solid rgba(30, 30, 30, 0.3019607843);
  width: 100%;
  padding: 15px 30px 12px 20px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.22609 0.856198L5.05942 4.85225C5.01098 4.89905 4.95338 4.93621 4.88994 4.96159C4.82645 4.98696 4.75838 5 4.68963 5C4.62088 5 4.55281 4.98696 4.48932 4.96159C4.42588 4.93621 4.36828 4.89905 4.31984 4.85225L0.153172 0.856198C0.055099 0.762141 0 0.634567 0 0.501549C0 0.36853 0.055099 0.240962 0.153172 0.1469C0.25125 0.0528426 0.384266 0 0.522964 0C0.661661 0 0.794682 0.0528426 0.892755 0.1469L4.68963 3.79329L8.4865 0.1469C8.58458 0.0528426 8.7176 0 8.8563 0C8.99499 0 9.12801 0.0528426 9.22609 0.1469C9.32416 0.240962 9.37927 0.36853 9.37927 0.501549C9.37927 0.634567 9.32416 0.762141 9.22609 0.856198Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 95% center;
  font-size: 16px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  line-height: 100%;
  transition: 0.3s all linear;
}
.blog_list .filter_wrap .select_wrap select:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.22609 4.1438L5.05942 0.14775C5.01098 0.10095 4.95338 0.0637903 4.88994 0.0384102C4.82645 0.0130401 4.75838 0 4.68963 0C4.62088 0 4.55281 0.0130401 4.48932 0.0384102C4.42588 0.0637903 4.36828 0.10095 4.31984 0.14775L0.153172 4.1438C0.055099 4.23786 0 4.36543 0 4.49845C0 4.63147 0.055099 4.75904 0.153172 4.8531C0.25125 4.94716 0.384266 5 0.522964 5C0.661661 5 0.794682 4.94716 0.892755 4.8531L4.68963 1.20671L8.4865 4.8531C8.58458 4.94716 8.7176 5 8.8563 5C8.99499 5 9.12801 4.94716 9.22609 4.8531C9.32416 4.75904 9.37927 4.63147 9.37927 4.49845C9.37927 4.36543 9.32416 4.23786 9.22609 4.1438Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
  border-color: #F29C1C;
  outline: none;
}
.blog_list .blog_wrap {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
}
.blog_list .blog_wrap .blog_block {
  background-color: #E8EEF6;
  border-radius: 20px;
  flex-basis: calc(33.33% - 30px);
  margin: 0 0 20px;
}
.blog_list .blog_wrap .blog_block .blog_img {
  border-radius: 20px 20px 0 0;
}
.blog_list .blog_wrap .blog_block .blog_img img {
  display: block;
  max-width: 100%;
  max-height: 284px;
}
.blog_list .blog_wrap .blog_block .blog_detail {
  border-radius: 0 0 20px 20px;
  padding: 30px 30px 40px;
}
.blog_list .blog_wrap .blog_block .blog_detail h3 {
  color: #637AFF;
  font-family: "Aesthet Nova";
  font-size: 22px;
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 700;
  line-height: 125%;
}
.blog_list .blog_wrap .blog_block .blog_detail h3 a {
  text-decoration: none;
}
.blog_list .blog_wrap .blog_block .blog_detail p {
  font-size: 16px;
  font-size: clamp(14px, 3vw, 16px);
  margin: 0;
}
.blog_list .blog_wrap .blog_block .blog_detail .btn_more {
  margin: 35px 0 0;
}
.blog_list .blog_wrap .blog_block .blog_detail .blog_meta {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 25px 0 0;
  font-size: 14px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  line-height: 100%;
}
.blog_list .blog_wrap .blog_block .blog_detail .blog_meta .blog_time {
  padding: 0 10px 0 24px;
  position: relative;
}
.blog_list .blog_wrap .blog_block .blog_detail .blog_meta .blog_time:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C10.1217 0 12.1566 0.842855 13.6569 2.34315C15.1571 3.84344 16 5.87827 16 8C16 10.1217 15.1571 12.1566 13.6569 13.6569C12.1566 15.1571 10.1217 16 8 16C5.87827 16 3.84344 15.1571 2.34315 13.6569C0.842855 12.1566 0 10.1217 0 8C0 5.87827 0.842855 3.84344 2.34315 2.34315C3.84344 0.842855 5.87827 0 8 0ZM8 0.842105C6.10161 0.842105 4.28097 1.59624 2.9386 2.9386C1.59624 4.28097 0.842105 6.10161 0.842105 8C0.842105 9.89839 1.59624 11.719 2.9386 13.0614C4.28097 14.4038 6.10161 15.1579 8 15.1579C8.93999 15.1579 9.87077 14.9728 10.7392 14.613C11.6076 14.2533 12.3967 13.7261 13.0614 13.0614C13.7261 12.3967 14.2533 11.6076 14.613 10.7392C14.9728 9.87077 15.1579 8.93999 15.1579 8C15.1579 6.10161 14.4038 4.28097 13.0614 2.9386C11.719 1.59624 9.89839 0.842105 8 0.842105ZM7.57895 3.36842H8.42105V7.93263L12.3789 10.2147L11.9579 10.9474L7.57895 8.42105V3.36842Z' fill='%231A1A22'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  top: -2px;
  left: 0;
}
.blog_list .blog_wrap .blog_block .blog_detail .blog_meta .blog_date {
  padding: 0 10px;
  border-left: 1px solid #1A1A22;
}
.blog_list .blog_wrap .blog_block .blog_detail .blog_meta .blog_author {
  padding: 0 10px;
  border-left: 1px solid #1A1A22;
}
.blog_list .blog_pagination {
  margin: 49px 0 0;
}
.blog_list .blog_pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.blog_list .blog_pagination ul li {
  list-style-type: none;
}
.blog_list .blog_pagination ul li svg {
  margin: 0 auto;
}
.blog_list .blog_pagination ul li a {
  color: #002889;
  font-family: "Aesthet Nova";
  font-size: 18px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  line-height: 100%;
  padding: 6px;
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px;
  text-align: center;
}
.blog_list .blog_pagination ul li.current a, .blog_list .blog_pagination ul li:hover a {
  background-color: #002889;
  border-radius: 5px;
  color: #fff;
}
.blog_list .blog_pagination ul li.current svg, .blog_list .blog_pagination ul li:hover svg {
  filter: brightness(0) invert(1);
}

@media (max-width: 1540px) {
  .blog_list {
    padding: 50px 0 100px;
  }
  .blog_list .container {
    padding: 0 5%;
  }
  .blog_list .filter_wrap .select_wrap {
    flex-basis: calc(33.33% - 10px);
  }
}
@media (max-width: 1366px) {
  .blog_list .blog_wrap {
    margin: 50px 0 0;
    gap: 16px;
  }
  .blog_list .blog_wrap .blog_block {
    flex-basis: calc(33.33% - 16px);
  }
  .blog_list .blog_wrap .blog_block .blog_detail {
    padding: 20px 20px 30px;
  }
  .blog_list .blog_wrap .blog_block .blog_detail .btn_more {
    margin: 20px 0 0;
  }
  .blog_list .blog_pagination {
    margin: 40px 0 0;
  }
}
@media (max-width: 991px) {
  .blog_list .blog_wrap .blog_block {
    flex-basis: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  .blog_list {
    padding: 50px 0 80px;
  }
}
@media (max-width: 767px) {
  .blog_list .filter_wrap {
    flex-direction: column;
  }
  .blog_list .blog_wrap {
    margin: 30px 0 0;
  }
  .blog_list .blog_wrap .blog_block {
    flex-basis: 100%;
    margin: 0 0 10px;
  }
}
.progress_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #F5EDE0;
  box-shadow: 0 4px 45px 0 rgba(26, 26, 34, 0.1);
  z-index: 90;
  padding: 0 20px;
  transition: 0.15s linear all;
}
.progress_bar span {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 46px;
  background: #F29C1C;
  transition: width 0.1s linear;
}

.blog_breadcrumb,
.rank-math-breadcrumb {
  margin: 35px 0 75px;
}
.blog_breadcrumb ul,
.blog_breadcrumb p,
.rank-math-breadcrumb ul,
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.blog_breadcrumb ul li,
.blog_breadcrumb ul a,
.blog_breadcrumb ul span,
.blog_breadcrumb p li,
.blog_breadcrumb p a,
.blog_breadcrumb p span,
.rank-math-breadcrumb ul li,
.rank-math-breadcrumb ul a,
.rank-math-breadcrumb ul span,
.rank-math-breadcrumb p li,
.rank-math-breadcrumb p a,
.rank-math-breadcrumb p span {
  list-style-type: none;
  color: #1E1E1E;
  font-size: 16px;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 125%;
}
.blog_breadcrumb ul li,
.blog_breadcrumb p li,
.rank-math-breadcrumb ul li,
.rank-math-breadcrumb p li {
  margin-left: 11px;
}
.blog_breadcrumb ul li:first-child,
.blog_breadcrumb p li:first-child,
.rank-math-breadcrumb ul li:first-child,
.rank-math-breadcrumb p li:first-child {
  margin-left: 0;
}
.blog_breadcrumb a,
.rank-math-breadcrumb a {
  color: #1E1E1E;
  display: inline-block;
  padding-right: 16px;
  margin-right: 11px;
  position: relative;
  text-decoration: none;
}
.blog_breadcrumb a:after,
.rank-math-breadcrumb a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_1313_2472' fill='white'%3E%3Cpath d='M0 3.53554L3.53553 3.91345e-06L7.07107 3.53554L3.53553 7.07107L0 3.53554Z'/%3E%3C/mask%3E%3Cpath d='M7.07107 3.53554L7.77817 4.24264L8.48528 3.53554L7.77817 2.82843L7.07107 3.53554ZM3.53553 3.91345e-06L2.82843 0.707111L6.36396 4.24264L7.07107 3.53554L7.77817 2.82843L4.24264 -0.707103L3.53553 3.91345e-06ZM7.07107 3.53554L6.36396 2.82843L2.82843 6.36396L3.53553 7.07107L4.24264 7.77818L7.77817 4.24264L7.07107 3.53554Z' fill='%231E1E1E' mask='url(%23path-1-inside-1_1313_2472)'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.blog_breadcrumb .separator,
.rank-math-breadcrumb .separator {
  display: none;
}
.blog_breadcrumb .last,
.rank-math-breadcrumb .last {
  color: #1E1E1E;
  display: inline-block;
}

@media (max-width: 1080px) {
  .blog_breadcrumb,
  .rank-math-breadcrumb {
    margin: 25px 0 55px;
  }
}
@media (max-width: 768px) {
  .blog_breadcrumb,
  .rank-math-breadcrumb {
    margin: 25px 0;
  }
}
.two_column_banner {
  background-color: #D2DEED;
  padding: 102px 0 20px;
  position: relative;
}
.two_column_banner .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
.two_column_banner .row .col-6 {
  flex-basis: calc(50% - 25px);
}
.two_column_banner h2 {
  font-size: 44px;
  font-size: clamp(30px, 3cqw, 44px);
  line-height: 115%;
  font-family: "Aesthet Nova";
  font-weight: 300;
  margin: 0 0 35px;
}
.two_column_banner p {
  color: #000;
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  margin: 20px 0 0;
}
.two_column_banner img {
  border-radius: 20px;
  max-width: 100%;
  max-height: 515px;
  object-fit: cover;
}
.two_column_banner .banner_desc {
  max-width: 616px;
}

@media (max-width: 1540px) {
  .two_column_banner {
    padding: 80px 0 20px;
  }
}
@media (max-width: 767px) {
  .two_column_banner .row {
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .site-main .eqm-1 .two_column_banner {
    padding: 60px 0 20px;
  }
  .site-main .eqm-1 .two_column_banner img {
    display: block;
  }
}
.image_text_wysiwyg {
  background-color: #F5EDE0;
  padding: 120px 0;
}
.image_text_wysiwyg .container {
  max-width: 100%;
  padding: 0 10%;
}
.image_text_wysiwyg .image_text-row {
  margin-top: 0;
}
.image_text_wysiwyg .image_text-row .image_text-col.col-text, .image_text_wysiwyg .image_text-row .image_text-col.col-img {
  flex-basis: 50%;
}
.image_text_wysiwyg .image_text-row .image_text-col.col-text {
  padding-right: 96px;
}
.image_text_wysiwyg .image_text-row .image_text-col .short_info h2, .image_text_wysiwyg .image_text-row .image_text-col .short_info h3 {
  color: #637AFF;
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 125%;
  font-weight: 500;
  margin: 0 0 25px;
}
.image_text_wysiwyg .image_text-row .image_text-col .short_info p {
  color: #000;
  font-family: "Oakes Grotesk";
  font-size: 22px;
  font-size: clamp(18px, 3vw, 22px);
  line-height: 130%;
  margin: 0 0 50px;
}
.image_text_wysiwyg .image_text-row .image_text-col .short_info p:last-of-type {
  margin: 0;
}
.image_text_wysiwyg.has_background {
  background-image: url("../images/blue-background-image.avif");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 265px 0;
  position: relative;
}
.image_text_wysiwyg.has_background:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -105px;
  width: 100%;
  height: 412px;
  background: url(../images/image_text_top.png) no-repeat;
  background-size: cover;
}
.image_text_wysiwyg.has_background:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 412px;
  background: url(../images/intro-bottom.png) no-repeat;
  background-size: cover;
  background-position: top;
}
.image_text_wysiwyg.has_background .image_text-row .image_text-col.col-text {
  padding-right: 0;
}
.image_text_wysiwyg.has_background .image_text-row .image_text-col .short_info p {
  color: #fff;
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(22px, 2cqw, 32px);
  line-height: 125%;
  font-weight: 300;
  margin: 0 0 35px;
}
.image_text_wysiwyg.has_background .image_text-row .image_text-col .short_info ul {
  margin: 35px 0 0;
}
.image_text_wysiwyg.has_background .image_text-row .image_text-col .short_info ul li {
  color: #fff;
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(22px, 2cqw, 32px);
  line-height: 125%;
  font-weight: 300;
}
.image_text_wysiwyg.has_background .image_text-row .image_text-col img {
  border-radius: 20px;
}
.image_text_wysiwyg.font_oakes_grotesk .image_text-row .image_text-col.col-text {
  padding-right: 110px;
}
.image_text_wysiwyg.font_oakes_grotesk .image_text-row .image_text-col .short_info h2 {
  color: #fff;
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 3cqw, 64px);
  font-weight: 400;
  line-height: 110%;
}
.image_text_wysiwyg.font_oakes_grotesk .image_text-row .image_text-col .short_info p {
  font-family: "Oakes Grotesk";
  font-size: 24px;
  font-size: clamp(20px, 3cqw, 24px);
  font-weight: 400;
  line-height: 133%;
}

@media (max-width: 1540px) {
  .image_text_wysiwyg .container {
    padding: 0 5%;
  }
}
@media (max-width: 1200px) {
  .image_text_wysiwyg.has_background .image_text-row .image_text-col.col-text {
    padding-right: 70px;
  }
  .image_text_wysiwyg.has_background .image_text-row .image_text-col .short_info p {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .image_text_wysiwyg.has_background .image_text-row .image_text-col.col-text {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .image_text_wysiwyg .image_text-row {
    flex-direction: column;
  }
  .image_text_wysiwyg .image_text-row .image_text-col .short_info {
    max-width: 100%;
  }
  .image_text_wysiwyg .image_text-row .image_text-col.col-text {
    padding-right: 0;
  }
  .image_text_wysiwyg .image_text-row .image_text-col.col-img {
    margin: 30px 0;
  }
}
.rebate_prices {
  background-color: #F5EDE0;
  padding: 195px 0;
}
.rebate_prices .container {
  max-width: 1455px;
  padding: 0 15px;
}
.rebate_prices .row {
  display: flex;
  flex-wrap: wrap;
}
.rebate_prices .row .rebate_left {
  flex-basis: 40%;
  padding-right: 100px;
}
.rebate_prices .row .rebate_left .heading {
  color: #637AFF;
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 3vw, 64px);
  font-weight: 400;
  line-height: 108%;
  margin-bottom: 30px;
}
.rebate_prices .row .rebate_left .rebate_logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
.rebate_prices .row .rebate_left .rebate_logos img {
  max-height: 120px;
  height: 100%;
  object-fit: contain;
}
.rebate_prices .row .rebate_right {
  flex-basis: 60%;
}
.rebate_prices .row .rebate_right .rebate_item {
  background-color: #FBF8F3;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  padding: 47px 50px;
}
.rebate_prices .row .rebate_right .rebate_item:last-child {
  margin: 0;
}
.rebate_prices .row .rebate_right .rebate_item .rebate_title {
  color: #000;
  flex-basis: 46%;
  font-size: 42px;
  font-size: clamp(30px, 3cqw, 42px);
  line-height: 125%;
  font-family: "Aesthet Nova";
  font-weight: 300;
}
.rebate_prices .row .rebate_right .rebate_item .medicare_rebate {
  flex-basis: 27%;
  color: #000;
  font-size: 42px;
  font-size: clamp(30px, 3cqw, 42px);
  line-height: 125%;
  font-family: "Oakes Grotesk";
  font-weight: 400;
  text-align: center;
}
.rebate_prices .row .rebate_right .rebate_item .out_of_pock_fee {
  flex-basis: 27%;
  color: #000;
  font-size: 42px;
  font-size: clamp(30px, 3cqw, 42px);
  line-height: 125%;
  font-family: "Oakes Grotesk";
  font-weight: 400;
  text-align: center;
}
.rebate_prices .row .rebate_right .rebate_item span {
  font-size: 18px;
}

@media (max-width: 1540px) {
  .rebate_prices {
    padding: 100px 0;
  }
  .rebate_prices .container {
    padding: 0 5%;
  }
  .rebate_prices .row .rebate_left {
    padding-right: 50px;
  }
  .rebate_prices .row .rebate_left .rebate_logos {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  .rebate_prices .row .rebate_right .rebate_item {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .rebate_prices .row .rebate_right, .rebate_prices .row .rebate_left {
    flex-basis: 100%;
  }
  .rebate_prices .row .rebate_right {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .rebate_prices .row .rebate_right .rebate_item {
    flex-wrap: wrap;
    padding: 20px;
  }
  .rebate_prices .row .rebate_right .rebate_item .rebate_title, .rebate_prices .row .rebate_right .rebate_item .medicare_rebate, .rebate_prices .row .rebate_right .rebate_item .out_of_pock_fee {
    flex-basis: 100%;
    padding: 10px;
  }
}
.new_design.languages {
  position: relative;
}
.new_design.languages .swiper {
  position: absolute;
  bottom: 301px;
  z-index: 3;
}

.sunrise_bg {
  position: relative;
  height: 100%;
  z-index: 1;
}
.sunrise_bg img {
  width: 100%;
  min-height: 700px;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.sunrise_bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background-color: #f5ede0;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1200px) {
  .new_design.languages .swiper {
    bottom: 201px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .new_design.languages .swiper {
    position: relative;
    bottom: auto;
    padding: 60px 0 0;
  }
  .sunrise_bg img {
    min-height: 335px;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 540px) {
  section.hero {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .new_design.languages .swiper .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .new_design.languages .swiper .swiper-wrapper .icon_box {
    flex-basis: 75%;
  }
  .new_design.hero .buttons {
    max-width: 100%;
  }
  .process {
    padding: 40px 0;
  }
  .process .buttons {
    max-width: 100%;
  }
  section.blockquote {
    padding-top: 0;
  }
  .big_faq .head_wrap {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.hero.new_design .container {
  padding: 0;
}
.hero.new_design .hero_wrap {
  background: #6478ff;
  padding: 87px 120px 63px 63px;
  max-width: 849px;
  border-radius: 20px 20px 30px;
  width: 90% !important;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .hero.new_design .hero_wrap {
    padding: 60px 40px 60px 40px;
    width: 700px;
    border-radius: 20px 20px 30px;
    max-width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .hero.new_design .hero_wrap {
    background: #6478ff;
    padding: 30px;
    max-width: 849px;
    border-radius: 20px 20px 30px;
    width: 100% !important;
  }
}

.page-template:not(.home) .new_design.languages .swiper {
  background-image: none;
  padding: 160px 0 0;
}

@media (max-width: 1540px) {
  .page-template:not(.home) .new_design.languages .swiper {
    padding: 100px 0 0;
  }
}
@media (max-width: 1366px) {
  .page-template:not(.home) .new_design.languages .swiper {
    padding: 80px 0 0;
  }
}
@media (max-width: 768px) {
  .page-template:not(.home) .new_design.languages .swiper {
    padding: 50px 0 0;
  }
}
.pricing_new + .big_faq .container {
  max-width: 1457px;
  padding: 0 15px;
}
.pricing_new + .big_faq:before {
  background: url(../images/faq_top_services.png) no-repeat;
}

body.single-therapist .site-header {
  background-color: #d2deee;
}
body.single-therapist .therapists {
  padding-bottom: 0;
}
body.single-therapist .therapists .heading {
  margin-bottom: 50px;
}
body.single-therapist .therapists .other_therapists {
  gap: 0;
}
@media (max-width: 1200px) {
  body.single-therapist .therapists .other_therapists {
    gap: 20px;
  }
}
body.single-therapist .therapists .other_therapists .therapist_item {
  border-radius: 42px;
  display: flex;
  flex-direction: column;
  flex-basis: calc(25% - 25px);
  gap: 0;
  margin: 0 12.5px 35px;
  padding: 18px 62px 35px;
  text-align: center;
  box-shadow: 0px 2px 25px 0px rgba(30, 30, 30, 0.1019607843);
}
body.single-therapist .therapists .other_therapists .therapist_item figure {
  overflow: visible;
  margin: 0;
  padding: 0;
}
body.single-therapist .therapists .other_therapists .therapist_item img {
  display: block;
  max-height: 245px;
  max-width: 245px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
body.single-therapist .therapists .other_therapists .therapist_item .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 0 0;
}
body.single-therapist .therapists .other_therapists .therapist_item .content h3 {
  font-family: "Aesthet Nova";
  font-size: 26px;
  font-size: clamp(24px, 3vw, 26px);
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 13px;
}
body.single-therapist .therapists .other_therapists .therapist_item .content .content-desc {
  flex-grow: 1;
}
body.single-therapist .therapists .other_therapists .therapist_item .content .type {
  font-size: 16px;
  margin-bottom: 15px;
}
body.single-therapist .therapists .other_therapists .therapist_item .content .therapy {
  margin-bottom: 0;
}
body.single-therapist .therapists .other_therapists .therapist_item .content p {
  font-size: 15px;
}
body.single-therapist .therapists .other_therapists .therapist_item .content p:last-child {
  margin-bottom: 0;
}
body.single-therapist .therapists .other_therapists .therapist_item .content .buttons {
  display: block;
  padding-top: 0;
  margin-top: 10px;
}
body.single-therapist .therapists .other_therapists .therapist_item .content .buttons .btn-default {
  font-family: "Oakes Grotesk";
  font-size: 16px;
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 400;
  line-height: 100%;
  justify-content: center;
  gap: 10px;
  margin: 10px auto 0;
  padding: 7px 20px;
}
body.single-therapist .therapists .other_therapists .therapist_item .content .buttons .btn-default .cheveron_icon {
  width: 32px;
  height: 32px;
  background: transparent;
}

.therapist_intro {
  background-color: #d2deee;
  padding: 70px 0;
  color: #000;
  position: relative;
}
.therapist_intro:after {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  background-image: url("../images/pattern-top-spanish.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  bottom: 0;
  left: 0;
}
.therapist_intro .container {
  max-width: 1312px;
  padding: 0 15px;
}
.therapist_intro .back_therapist a {
  color: #000;
  display: inline-block;
  text-decoration: underline;
  position: relative;
  padding-left: 55px;
}
.therapist_intro .back_therapist a:before {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' transform='matrix(-1 0 0 1 39 0)' fill='%236478FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7304 13.5846L15.4832 19.479L21.7304 25.4139C22.5884 26.2045 21.1994 27.5502 20.3415 26.7595L13.2362 20.0341C12.9497 19.7566 12.9092 19.2435 13.1956 18.966L20.3414 12.2406C21.1994 11.45 22.5869 12.7943 21.7304 13.5862L21.7304 13.5846Z' fill='%23F5EDE0'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.therapist_intro .intro_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 100px;
  margin-top: 52px;
  position: relative;
  z-index: 1;
}
.therapist_intro .intro_wrap p {
  font-family: "Aesthet Nova";
  font-size: 26px;
  font-size: clamp(20px, 3vw, 26px);
  line-height: 125%;
  font-weight: 400;
}
.therapist_intro .intro_wrap p:last-child {
  margin-bottom: 0;
}
.therapist_intro .intro_wrap .intro_author {
  flex-basis: 300px;
}
.therapist_intro .intro_wrap .intro_author img {
  width: 300px;
  height: 300px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-position: top;
  object-fit: cover;
  margin: 0 auto 0 0;
}
.therapist_intro .intro_wrap .intro_details {
  flex-basis: calc(100% - 400px);
  margin-bottom: 30px;
}
.therapist_intro .intro_wrap .intro_details .heading {
  color: #6478ff;
  font-family: "Aesthet Nova";
  font-size: 56px;
  font-size: clamp(42px, 3vw, 56px);
  font-weight: 300;
  line-height: 89%;
  margin: 0 0 20px;
}
.therapist_intro .intro_wrap .intro_details .therapist_type {
  color: #1e1e1e;
  font-family: "Oakes Grotesk";
  font-size: 24px;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 300;
  line-height: 108%;
  margin: 0 0 35px;
}
.therapist_intro .intro_wrap .intro_details .button_wrapper {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
  padding-bottom: 35px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.therapist_intro .intro_wrap .intro_details .button_wrapper .languages_wrap {
  flex-basis: calc(100% - 250px);
}
.therapist_intro .intro_wrap .intro_details .languages_wrap span {
  background-color: #f5bc8f;
  border-radius: 30px;
  color: #231f20;
  display: inline-block;
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 300;
  line-height: 125%;
  margin-right: 10px;
  padding: 10px 23px;
}
.therapist_intro .intro_wrap .intro_details .languages_wrap span:nth-child(2) {
  background-color: #f5d661;
}
.therapist_intro .intro_wrap .intro_details .location {
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 300;
  line-height: 125%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
.therapist_intro .intro_wrap .intro_details .location:before {
  content: "";
  display: block;
  width: 20px;
  height: 37px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='37' viewBox='0 0 20 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 37C9.73478 37 9.48043 36.8946 9.29289 36.7071C9.10536 36.5196 9 36.2652 9 36V19C9 18.7348 9.10536 18.4804 9.29289 18.2929C9.48043 18.1054 9.73478 18 10 18C10.2652 18 10.5196 18.1054 10.7071 18.2929C10.8946 18.4804 11 18.7348 11 19V36C11 36.2652 10.8946 36.5196 10.7071 36.7071C10.5196 36.8946 10.2652 37 10 37Z' fill='url(%23paint0_linear_1542_6561)'/%3E%3Cpath d='M20 10C20 12.6522 18.9464 15.1957 17.0711 17.0711C15.1957 18.9464 12.6522 20 10 20C7.34784 20 4.8043 18.9464 2.92893 17.0711C1.05357 15.1957 0 12.6522 0 10C0 7.34784 1.05357 4.8043 2.92893 2.92893C4.8043 1.05357 7.34784 0 10 0C12.6522 0 15.1957 1.05357 17.0711 2.92893C18.9464 4.8043 20 7.34784 20 10Z' fill='url(%23paint1_linear_1542_6561)'/%3E%3Cpath d='M8 5C8.53043 5 9.03914 5.21071 9.41421 5.58579C9.78929 5.96086 10 6.46957 10 7C10 7.53043 9.78929 8.03914 9.41421 8.41421C9.03914 8.78929 8.53043 9 8 9C7.46957 9 6.96086 8.78929 6.58579 8.41421C6.21071 8.03914 6 7.53043 6 7C6 6.46957 6.21071 5.96086 6.58579 5.58579C6.96086 5.21071 7.46957 5 8 5Z' fill='url(%23paint2_linear_1542_6561)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1542_6561' x1='10' y1='18' x2='10' y2='40' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23464A4E'/%3E%3Cstop offset='1' stop-color='%23222222'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1542_6561' x1='10' y1='0' x2='10' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F44E59'/%3E%3Cstop offset='1' stop-color='%23E62232'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_1542_6561' x1='8' y1='5' x2='8' y2='9' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23DEE2E4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
}
.therapist_intro .intro_wrap .intro_details .btn-default {
  max-width: max-content;
  margin: 0;
}

.therapist_detail {
  background-color: #f5ede0;
  padding: 0 0 100px;
}
.therapist_detail .container {
  max-width: 1312px;
  padding: 0 15px;
}
.therapist_detail .therapy_detail-wrap {
  background-color: #fbf8f3;
  padding: 2rem;
}
.therapist_detail p {
  font-size: 20px;
  font-size: clamp(18px, 4vw, 20px);
  font-weight: 400;
  line-height: 175%;
}
.therapist_detail .detail_row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 75px;
}
.therapist_detail .detail_row .detail_col {
  flex-basis: 50%;
}
.therapist_detail .detail_row .detail_col h3 {
  color: #637aff;
  font-family: "Aesthet Nova";
  font-size: 28px;
  font-weight: 300;
  line-height: 135%;
  margin: 0 0 5px;
}
.therapist_detail .detail_row .detail_col p {
  font-size: 20px;
  font-weight: 400;
  line-height: 175%;
  margin: 0 0 25px;
}
.therapist_detail .detail_row .detail_col ul {
  padding-left: 30px;
}
.therapist_detail .detail_row .detail_col ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 175%;
  margin: 0 0 5px;
}
.therapist_detail .detail_row .detail_col:first-child {
  padding-right: 100px;
}
.therapist_detail .detail_row .detail_col:last-child {
  padding-left: 100px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.therapist_detail .detail_row .detail_col:last-child .support-wrapper {
  margin-bottom: 25px;
}
.therapist_detail .detail_row .detail_col:last-child .pills-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.therapist_detail .detail_row .detail_col:last-child .pills-wrapper .pill {
  background-color: #d2deee;
  border-radius: 50px;
  padding: 5px 15px;
}
.therapist_detail .detail_row .detail_col:last-child .pills-wrapper.has-more .pill-hidden {
  display: none;
}
.therapist_detail .detail_row .detail_col:last-child .pills-wrapper.has-more.expanded .pill-hidden {
  display: inline-block;
}
.therapist_detail .detail_row .detail_col:last-child .pills-toggle {
  background: none;
  border: 0;
  color: #637aff;
  cursor: pointer;
  font-family: "Aesthet Nova";
  font-size: 18px;
  font-weight: 500;
  margin-top: 1rem;
  padding: 0;
  text-decoration: underline;
}
.therapist_detail .detail_row .detail_col:last-child .pills-toggle:hover, .therapist_detail .detail_row .detail_col:last-child .pills-toggle:focus {
  text-decoration: none;
}

.appointment_form {
  background-color: #f5ede0;
}
.appointment_form .container {
  max-width: 1312px;
  padding: 0 15px;
}
.appointment_form .booking_box {
  background-color: #fbf8f3;
  border-radius: 10px;
  padding: 75px 50px;
}
.appointment_form .booking_box h2 {
  color: #637aff;
  font-family: "Aesthet Nova";
  font-size: 44px;
  line-height: 135%;
  font-weight: 300;
  text-align: center;
  margin: 0 0 15px;
}
.appointment_form .booking_box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 175%;
  text-align: center;
}
.appointment_form .booking_box .btn-default {
  max-width: max-content;
  margin-top: 35px;
}

@media (max-width: 1540px) {
  .therapist_intro {
    padding: 70px 0;
  }
  .therapist_intro:after {
    height: 300px;
  }
  .therapist_intro .container {
    padding: 0 5%;
  }
  .therapist_detail .container,
  .appointment_form .container {
    padding: 0 5%;
  }
  body.single-therapist .therapists .other_therapists .therapist_item {
    padding: 18px 30px 35px;
  }
}
@media (max-width: 1280px) {
  .therapist_intro {
    padding: 70px 0;
  }
  .therapist_intro:after {
    height: 200px;
  }
  .therapist_intro .intro_wrap {
    gap: 50px;
  }
  .therapist_detail .detail_row {
    padding-top: 50px;
  }
  .therapist_detail .detail_row .detail_col:first-child {
    padding-right: 50px;
  }
  .therapist_detail .detail_row .detail_col:last-child {
    padding-left: 50px;
  }
  .appointment_form .booking_box {
    padding: 50px;
  }
  body.single-therapist .therapists .other_therapists .therapist_item {
    flex-basis: calc(50% - 25px);
  }
}
@media (max-width: 1200px) {
  .therapist_intro .intro_wrap {
    gap: 20px;
  }
  .therapist_intro .intro_wrap .intro_details {
    margin-bottom: 20px;
  }
  .therapist_intro .intro_wrap .intro_details .heading {
    margin: 0 0 25px;
  }
  .appointment_form {
    padding: 0;
  }
  body.single-therapist .therapists .other_therapists .therapist_item {
    display: block;
  }
  body.single-therapist .therapists .other_therapists .therapist_item figure {
    width: auto;
    height: auto;
  }
  body.single-therapist .therapists .other_therapists .therapist_item .content .content-desc {
    flex-grow: initial;
  }
}
@media (max-width: 1100px) {
  .therapist_intro .intro_wrap .intro_details {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .therapist_intro {
    padding: 50px 0 110px;
  }
  .therapist_intro .intro_wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-top: 35px;
    text-align: center;
  }
  .therapist_intro .intro_wrap .intro_author {
    flex-basis: 100%;
    width: 100%;
  }
  .therapist_intro .intro_wrap .intro_author img {
    max-width: 339px;
    max-height: 339px;
  }
  .therapist_intro .intro_wrap .intro_details {
    flex-basis: 100%;
    margin-top: 15px;
    width: 100%;
  }
  .therapist_intro .intro_wrap .intro_details .heading {
    margin: 0 0 5px;
  }
  .therapist_intro .intro_wrap .intro_details .location {
    width: max-content;
    margin: 0 auto;
  }
  .therapist_intro .intro_wrap .intro_details .location:before {
    width: 15px;
    height: 28px;
    top: -5px;
  }
  .therapist_intro .intro_wrap .intro_details .therapist_type {
    margin: 0 0 25px;
  }
  .therapist_intro .intro_wrap .intro_details .languages_wrap {
    margin-bottom: 0px;
  }
  .therapist_intro .intro_wrap .intro_details .languages_wrap span {
    padding: 16px 23px;
  }
  .therapist_detail {
    padding: 50px 0;
  }
  .therapist_detail .container {
    padding: 0 10px;
  }
  .therapist_detail .content-expandable .content-para-hidden {
    display: none;
  }
  .therapist_detail .content-toggle {
    background: none;
    border: 0;
    color: #637aff;
    cursor: pointer;
    font-family: "Aesthet Nova";
    font-size: 18px;
    font-weight: 500;
    margin-top: 1rem;
    padding: 0;
    text-decoration: underline;
  }
  .therapist_detail .content-toggle:hover,
  .therapist_detail .content-toggle:focus {
    text-decoration: none;
  }
  .therapist_detail .detail_row {
    flex-direction: column;
  }
  .therapist_detail .detail_row .detail_col {
    flex-basis: 100%;
  }
  .therapist_detail .detail_row .detail_col:first-child {
    padding-right: 0;
  }
  .therapist_detail .detail_row .detail_col:last-child {
    padding-left: 0;
    border-left: 0;
  }
  .button_wrapper {
    flex-direction: column;
    gap: 15px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .button_wrapper .btn-default {
    margin: auto !important;
  }
  .therapist_item {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 575px) {
  body.single-therapist .therapists .other_therapists .therapist_item {
    flex-basis: 100%;
    margin-bottom: 10px !important;
    max-width: 100%;
  }
  .therapist_intro::after {
    height: 75px;
    bottom: 0;
  }
  .therapist_intro .intro_wrap .intro_details .languages_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .therapist_intro .intro_wrap .intro_details .languages_wrap span {
    width: max-content;
  }
  .appointment_form .booking_box {
    padding: 35px;
  }
}
body .site-header {
  z-index: 9;
}
body .image_text.image_right {
  padding-top: 1.5rem;
}
body:not(.home).single-languages {
  padding-top: 0;
}
body:not(.home).single-languages .site-header {
  background: transparent;
}
body:not(.home).single-languages .site-header.scrolled {
  background: #fff;
}
body:not(.home).single-languages .hero.new_design .hero_wrap {
  max-width: 917px;
  padding-right: 48px;
  width: 100%;
}
body:not(.home).single-languages .hero.new_design .hero_wrap .content p {
  font-family: "Aesthet Nova";
  font-size: 24px;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 300;
  line-height: 130%;
}
body:not(.home).single-languages .sunrise_color_pills .top_row .right p {
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
}
body:not(.home).single-languages .sunrise_color_pills .sunrise_bg {
  margin-bottom: -690px;
}
body:not(.home).single-languages .sunrise_color_pills .bottom_row .left .heading {
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 3vw, 64px);
  font-weight: 400;
  line-height: 108%;
  max-width: 473px;
  width: 100%;
  margin-bottom: 35px;
}
body:not(.home).single-languages .sunrise_color_pills .bottom_row .left p {
  font-family: "Oakes Grotesk";
  font-size: 24px;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 300;
  line-height: 133%;
}
body:not(.home).single-languages .sunrise_color_pills .bottom_row .nc_pills ul {
  max-width: 560px;
}
body:not(.home).single-languages .sunrise_color_pills .bottom_row .nc_pills ul li {
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 300;
  line-height: 125%;
}
body:not(.home).single-languages .sunrise_color_pills .bottom_row .nc_pills ul li:nth-child(3) {
  margin-left: 100px;
}
body:not(.home).single-languages .sunrise_color_pills .bottom_row .nc_pills ul li:nth-child(4) {
  margin-left: 45px;
}
body:not(.home).single-languages .sunrise_color_pills .bottom_row .nc_pills ul li:nth-child(8) {
  margin-left: 65px;
}
body:not(.home).single-languages .faq_part {
  position: relative;
  padding-top: 300px;
}
body:not(.home).single-languages .faq_part .container {
  max-width: 1470px;
}
body:not(.home).single-languages .faq_part .col-img {
  flex-basis: 50% !important;
  padding: 0 70px 0 0;
}
body:not(.home).single-languages .faq_part .col-text {
  flex-basis: 50% !important;
}
body:not(.home).single-languages .faq_part .col-text.faq_small p {
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  margin: 0 0 20px;
  padding-top: 10px;
}
body:not(.home).single-languages .faq_part .col-text.faq_small .faq_item {
  padding-right: 0;
  padding-left: 40px;
}
body:not(.home).single-languages .faq_part .col-text.faq_small .faq_item button {
  padding-right: 0;
}
body:not(.home).single-languages .faq_part .col-text.faq_small .faq_item button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.49609 1V16' stroke='%236478FF' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16 8.49634L1 8.49634' stroke='%236478FF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  left: -40px;
  right: auto;
  transform: translateY(-50%);
}
body:not(.home).single-languages .faq_part .col-text.faq_small .faq_item.active button:after {
  height: 2px;
  background: #6478FF;
}
body:not(.home).single-languages .faq_part .image_text-col.faq_small .faq_item button:after {
  display: block !important;
}
body:not(.home).single-languages .get_matched {
  padding-top: 100px;
}
body:not(.home).single-languages .get_matched .matched_wrap {
  margin-top: 0;
}
body:not(.home).single-languages .get_matched .matched_wrap .btn_grp .btn-default {
  max-width: 100%;
  margin-top: 0;
}
body:not(.home).single-languages .therapy_reasons .reasons_wrap .reasons_col .heading {
  max-width: 496px;
}
body:not(.home).single-languages .therapy_reasons .reasons_wrap .reasons_col p {
  margin: 0 0 20px;
  max-width: 100%;
}
body:not(.home).single-languages .therapy_reasons .reasons_wrap .reasons_col p:last-child {
  margin-bottom: 0;
}
body:not(.home).single-languages .therapy_reasons .reasons_wrap:first-child .reasons_col .heading {
  max-width: 606px;
}
body:not(.home).single-languages .therapy_reasons .reasons_wrap:first-child .reasons_col p {
  max-width: 100%;
}
body:not(.home).single-languages .therapy_reasons .reasons_wrap:last-child {
  padding-bottom: 90px;
}
body:not(.home).single-languages .color_cards {
  padding: 500px 0 50px;
  position: relative;
}
body:not(.home).single-languages .color_cards:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: #6478FF url("../images/pricing_top.png") no-repeat;
  background-size: cover;
  background-position: center;
}
body:not(.home).single-languages .color_cards .heading {
  font-family: "Oakes Grotesk";
  font-size: 64px;
  font-size: clamp(40px, 3vw, 64px);
  font-weight: 400;
  line-height: 108%;
  margin: 0 0 38px;
}
body:not(.home).single-languages .color_cards p {
  font-family: "Oakes Grotesk";
  font-size: 24px;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 400;
  line-height: 133%;
  max-width: 872px;
}
body:not(.home).single-languages .color_cards .cards {
  flex-wrap: wrap;
  padding: 55px 0;
}
body:not(.home).single-languages .color_cards .cards li {
  padding: 33px 20px;
}
body:not(.home).single-languages .color_cards .cards li h3 {
  font-weight: 300;
  margin: 0 0 94px;
}
body:not(.home).single-languages .color_cards .cards li p {
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  max-width: 100%;
}
body:not(.home).single-languages .color_cards .cards + p {
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 130%;
  max-width: 647px;
}
body:not(.home).single-languages .pricing_new {
  padding: 100px 0 50px;
}
body:not(.home).single-languages .pricing_new:before {
  display: none;
}
body:not(.home).single-languages .therapists {
  position: relative;
  padding: 356px 0 291px;
}
body:not(.home).single-languages .therapists:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 356px;
  background: #D2DEEE url("../images/pattern-top-spanish.png") no-repeat;
  background-size: cover;
  background-position: center;
}
body:not(.home).single-languages .big_faq .head_wrap {
  margin-bottom: 0;
}
body:not(.home).single-languages .btn_cta {
  padding-top: 60;
}
body:not(.home).single-languages .btn_cta .btn_grp .btn-default {
  max-width: 100%;
}

@media (max-width: 1540px) {
  body:not(.home).single-languages .sunrise_color_pills .sunrise_bg {
    margin-bottom: -575px;
  }
  body:not(.home).single-languages .faq_part {
    padding-top: 150px;
  }
  body:not(.home).single-languages .btn_cta {
    padding: 200px 0 50px;
  }
  body:not(.home).single-languages .color_cards {
    padding: 400px 0 50px;
  }
  body:not(.home).single-languages .color_cards:before {
    height: 400px;
  }
  body:not(.home).single-languages .therapists {
    padding: 256px 0 191px;
  }
  body:not(.home).single-languages .therapists::before {
    height: 256px;
  }
  body:not(.home).single-languages .big_faq::before {
    height: 250px;
    background-size: cover;
  }
  body:not(.home).single-languages .big_faq::after {
    height: 250px;
    background-size: cover;
  }
}
@media (max-width: 1280px) {
  body:not(.home).single-languages .sunrise_color_pills .sunrise_bg {
    margin-bottom: -520px;
  }
  body:not(.home).single-languages .faq_part {
    padding-top: 100px;
  }
  body:not(.home).single-languages .color_cards .cards li h3 {
    margin: 0 0 50px;
  }
  body:not(.home).single-languages .btn_cta {
    padding: 100px 0 50px;
  }
  body:not(.home).single-languages .big_faq {
    padding-bottom: 200px;
  }
}
@media (max-width: 1080px) {
  body:not(.home).single-languages .sunrise_color_pills {
    padding-bottom: 0;
  }
  body:not(.home).single-languages .sunrise_color_pills .sunrise_bg {
    margin-bottom: -635px;
  }
  body:not(.home).single-languages .sunrise_color_pills .sunrise_bg img {
    position: absolute;
    inset: 0;
    z-index: 1;
    position: relative;
  }
  body:not(.home).single-languages .sunrise_color_pills .bottom_row .nc_pills ul li:nth-child(3) {
    margin-left: 0;
  }
  body:not(.home).single-languages .faq_part .col-text {
    padding-bottom: 0;
  }
  body:not(.home).single-languages .color_cards .cards li {
    flex-basis: calc(50% - 20px);
  }
  .therapy_reasons {
    padding: 0;
  }
  .therapy_reasons .reasons_wrap {
    display: block;
  }
  body:not(.home).single-languages .get_matched {
    padding-bottom: 0;
  }
  .therapy_reasons .reasons_wrap:first-child {
    margin-top: -110px;
    padding-top: 700px;
  }
}
@media (max-width: 980px) {
  .sunrise_color_pills .container {
    display: block;
  }
  body:not(.home).single-languages .sunrise_color_pills .sunrise_bg {
    margin-bottom: -550px;
  }
  .sunrise_color_pills .top_row {
    margin-bottom: 100px;
  }
  body:not(.home).single-languages .sunrise_color_pills .bottom_row .nc_pills ul {
    max-width: 100%;
  }
  .image_text .image_text-row {
    display: block;
  }
  .image_text.faq_part .image_text-row {
    display: block;
  }
  .image_text.faq_part .image_text-row .col-img {
    max-width: 50%;
    padding: 0;
  }
  body:not(.home).single-languages .therapy_reasons .reasons_wrap:last-child {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  body:not(.home).single-languages .sunrise_color_pills {
    padding-bottom: 80px;
  }
  body:not(.home).single-languages .sunrise_color_pills .top_row {
    position: relative;
    z-index: 2;
  }
  body:not(.home).single-languages .sunrise_color_pills .top_row .container {
    flex-direction: column;
    gap: 40px;
  }
  body:not(.home).single-languages .sunrise_color_pills .top_row .heading {
    margin: 0;
  }
  body:not(.home).single-languages .sunrise_color_pills .bottom_row .container {
    flex-direction: column;
    gap: 40px;
  }
  body:not(.home).single-languages .sunrise_color_pills .bottom_row .nc_pills ul {
    margin: 0 auto;
  }
  body:not(.home).single-languages .faq_part {
    padding-top: 20px;
  }
  body:not(.home).single-languages .faq_part .image_text-row {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  body:not(.home).single-languages .therapy_reasons {
    padding-bottom: 0;
  }
  body:not(.home).single-languages .therapy_reasons .reasons_wrap .reasons_col {
    margin: 0 auto 0 0;
  }
  body:not(.home).single-languages .color_cards {
    padding: 200px 0 50px;
  }
  body:not(.home).single-languages .color_cards:before {
    height: 200px;
  }
  body:not(.home).single-languages .pricing_new {
    padding: 80px 0 50px !important;
  }
  body:not(.home).single-languages .therapists {
    padding: 150px 0 50px;
  }
  body:not(.home).single-languages .therapists:before {
    height: 150px;
  }
  body:not(.home).single-languages .big_faq::after {
    height: 150px;
  }
  body:not(.home).single-languages .therapy_reasons .reasons_wrap:last-child {
    margin-bottom: -350px;
  }
  .therapy_reasons .reasons_wrap:first-child {
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  body:not(.home).single-languages .hero.new_design .hero_wrap {
    padding: 40px;
  }
  body:not(.home).single-languages .sunrise_color_pills .top_row .heading {
    font-size: 30px;
    line-height: 108%;
  }
  body:not(.home).single-languages .sunrise_color_pills .sunrise_bg {
    margin-bottom: -385px;
  }
  body:not(.home).single-languages .faq_part .col-img {
    padding: 0;
  }
  body:not(.home).single-languages .color_cards::before {
    height: 155px;
  }
  body:not(.home).single-languages .color_cards .cards li {
    flex-basis: 100%;
  }
  body:not(.home).single-languages .therapists::before {
    height: 80px;
  }
  body:not(.home).single-languages .therapy_reasons .reasons_wrap:last-child {
    padding-bottom: 50px;
  }
  .therapy_reasons .reasons_wrap:first-child {
    margin-bottom: 0px;
  }
  body:not(.home).single-languages .get_matched {
    padding-top: 0;
  }
  body:not(.home).single-languages .sunrise_color_pills .bottom_row .left .heading {
    margin-bottom: 0;
  }
  body:not(.home).single-languages .color_cards {
    padding-top: 160px;
  }
  body:not(.home).single-languages .color_cards {
    width: 222px;
    padding: 30px 29px 65px;
    font-size: 18px;
  }
  body.single-languages .therapy_reasons .reasons_wrap {
    margin: 0 !important;
  }
  body.single-languages .color_cards {
    width: auto !important;
  }
  .single-language .big_faq .quote {
    font-size: 18px;
  }
}
body.page-template-template-blog-detail .site-header {
  background: #fff;
}
body.page-template-template-blog-detail .connect_therapist {
  padding-bottom: 0;
}
body.page-template-template-blog-detail .connect_therapist .connect_wrap {
  margin-top: 0;
}
body.page-template-template-blog-detail .connect_therapist .btn-default {
  max-width: max-content;
  margin-top: 0;
}

.blog_row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 115px;
}
.blog_row .blog_left {
  flex-basis: 348px;
}
.blog_row .blog_left .quick_links {
  position: sticky;
  top: 0;
  background: #637aff;
  border-radius: 9px;
  color: #fff;
  padding: 35px 30px 50px;
}
.blog_row .blog_left .quick_links h3 {
  font-family: "Aesthet Nova";
  font-size: 26px;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  line-height: 120%;
  position: relative;
  padding-bottom: 15px;
}
.blog_row .blog_left .quick_links h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.35;
}
.blog_row .blog_left .quick_links ul {
  margin: 0 0 35px;
  padding: 0;
}
.blog_row .blog_left .quick_links ul li {
  list-style-type: none;
  margin: 0 0 25px;
  font-family: "Oakes Grotesk";
  font-size: 18px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
  line-height: 135%;
}
.blog_row .blog_left .quick_links ul li a {
  color: #fff;
  text-decoration: none;
}
.blog_row .blog_left .quick_links ul li a:focus:not(:focus-visible) {
  outline: none;
}
.blog_row .blog_left .quick_links ul li a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.blog_row .blog_left .quick_links .btn-default {
  justify-content: center;
}
.blog_row .blog_right {
  flex-basis: calc(100% - 348px);
  padding: 0 0 0 50px;
}
.blog_row .blog_right .blog_content h1 {
  color: #637aff;
  font-family: "Aesthet Nova";
  font-size: 44px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 136%;
  font-weight: 300;
  margin: 0 0 25px;
}
.blog_row .blog_right .blog_content h2 {
  color: #637aff;
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 136%;
  font-weight: 300;
  margin: 75px 0 35px;
}
.blog_row .blog_right .blog_content p {
  color: #1e1e1e;
  font-family: "Oakes Grotesk";
  font-size: 18px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
  line-height: 133%;
  margin: 0 0 25px;
}
.blog_row .blog_right .blog_content p:last-child {
  margin: 0;
}
.blog_row .blog_right .blog_content ul {
  margin: 0;
}
.blog_row .blog_right .blog_content ul li {
  margin: 0 0 20px;
}
.blog_row .blog_right .blog_content ul li:last-child {
  margin: 0;
}
.blog_row .blog_right .blog_content .blog_meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
.blog_row .blog_right .blog_content .blog_meta .blog_author {
  display: inherit;
  align-items: center;
}
.blog_row .blog_right .blog_content .blog_meta .blog_author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.blog_row .blog_right .blog_content .blog_meta div {
  padding-right: 40px;
  position: relative;
}
.blog_row .blog_right .blog_content .blog_meta div::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #1e1e1e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0.3;
}
.blog_row .blog_right .blog_content .blog_meta div:last-child:after {
  display: none;
}
.blog_row .blog_right .blog_content .blog_meta p {
  font-family: "Oakes Grotesk";
  margin: 0;
}

.single-post-ssmall-faq .faq_small {
  padding: 10px 10%;
}
.single-post-ssmall-faq .faq_small .container {
  background-color: #F5EDE0 !important;
}

@media (max-width: 1280px) {
  .blog_row {
    padding: 0 0 100px;
  }
  .blog_row .blog_right {
    padding: 0 0 0 40px;
  }
  .blog_row .blog_right .blog_content h2 {
    margin: 50px 0 20px 0;
  }
  .blog_row .blog_right .blog_content p {
    margin: 0 0 20px;
  }
  .blog_row .blog_right .blog_content .blog_meta {
    margin: 0 0 40px;
  }
}
@media (max-width: 1240px) {
  .blog_detail {
    padding: 0;
  }
}
@media (max-width: 1080px) {
  .blog_row {
    padding: 0 0 80px;
  }
  .blog_row .blog_left {
    flex-basis: 260px;
  }
  .blog_row .blog_left .quick_links {
    padding: 25px 20px 40px;
  }
  .blog_row .blog_right {
    flex-basis: calc(100% - 260px);
    padding: 0 0 0 30px;
  }
  .blog_row .blog_right .blog_content h2 {
    margin: 40px 0 20px 0;
  }
  .blog_row .blog_right .blog_content p {
    margin: 0 0 20px;
  }
  .blog_row .blog_right .blog_content .blog_meta {
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  .blog_row {
    flex-direction: column-reverse;
  }
  .blog_row .blog_left {
    flex-basis: 100%;
    margin: 50px 0 0;
  }
  .blog_row .blog_left .quick_links {
    padding: 25px 20px 40px;
  }
  .blog_row .blog_right {
    flex-basis: 100%;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .blog_row .blog_right .blog_content .blog_meta {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
}
.therapist_item {
  border-radius: 42px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-basis: calc(33.33% - 30px);
  gap: 0 !important;
  margin: 0 15px 35px;
  padding: 18px 50px 35px;
  text-align: center;
  box-shadow: 0px 2px 25px 0px rgba(30, 30, 30, 0.1019607843);
}
.therapist_item figure {
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
}
.therapist_item img {
  display: block;
  max-height: 245px;
  max-width: 245px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative !important;
  margin: 0 auto;
}
.therapist_item .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 0 0;
}
.therapist_item .content h3 {
  font-family: "Aesthet Nova";
  font-size: 26px;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 13px;
}
.therapist_item .content .content-desc {
  flex-grow: 1;
}
.therapist_item .content .type {
  font-size: 16px;
  margin-bottom: 15px;
}
.therapist_item .content .therapy {
  margin-bottom: 0;
}
.therapist_item .content .next_available {
  color: #dd9933;
  font-size: 12px;
  line-height: 18px;
}
.therapist_item .content p {
  font-size: 15px;
}
.therapist_item .content p:last-child {
  margin-bottom: 0;
}
.therapist_item .content .buttons {
  display: block;
  padding-top: 0 !important;
  margin-top: 10px;
}
.therapist_item .content .buttons .btn-default {
  font-family: "Oakes Grotesk";
  font-size: 16px;
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 400;
  line-height: 100%;
  justify-content: center;
  gap: 10px;
  margin: 10px auto 0;
  padding: 7px 20px;
}
.therapist_item .content .buttons .btn-default .cheveron_icon {
  width: 32px;
  height: 32px;
  background: transparent;
}

.article {
  position: relative;
  z-index: 2;
}
.article .container {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.article .heading {
  font-family: "Aesthet Nova";
  font-size: 44px;
  font-size: clamp(38px, 3vw, 44px);
  line-height: 114%;
  font-weight: 300;
  margin: 0 0 35px;
}
.article p {
  font-family: "Oakes Grotesk";
  font-size: 20px;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 300;
  line-height: 1.2em;
  margin: 0 0 40px;
}
.article p:last-child {
  margin: 0;
}
.article p a {
  color: #4169e1;
  text-decoration: none;
}
.article p a:hover {
  text-decoration: underline;
}

.therapists_wrap {
  padding: 120px 5% 60px;
  position: relative;
  margin: -250px 0 0;
  z-index: 2;
}
.therapists_wrap .therapist_filters {
  padding: 35px 30px 50px;
}
.therapists_wrap .therapist_filters h2 {
  font-family: "Aesthet Nova";
  font-size: 28px;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 100%;
  font-weight: 300;
}
.therapists_wrap .therapist_filters h2 .clear {
  color: #000000;
  font-family: "Oakes Grotesk";
  font-size: 14px;
}
.therapists_wrap .therapist_filters .form_wrap {
  padding-right: 0;
}
.therapists_wrap aside {
  padding: 0;
}
.therapists_wrap aside .item {
  padding: 20px 10px;
  border-top: 1px solid rgba(30, 30, 30, 0.1);
}
.therapists_wrap aside .item.open:not(.multi) ul {
  padding: 25px 0 0 !important;
}
.therapists_wrap aside .item h3::before, .therapists_wrap aside .item h3::after {
  top: 9px;
  background: #1e1e1e;
}
.therapists_wrap aside .item li {
  margin: 0 0 5px;
}
.therapists_wrap aside .item:last-child {
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}
.therapists_wrap aside .item .multi_select .select2-container .select2-search--inline .select2-search__field {
  color: #1e1e1e;
  font-size: 15px !important;
  line-height: 1;
  margin: 0;
  height: 54px;
  padding: 20px 15px;
}
.therapists_wrap aside .item .multi_select .select2-container .select2-selection {
  padding: 0;
}
.therapists_wrap aside .item .multi_select .select2-container .select2-selection::after {
  right: 15px;
  bottom: 25px;
  border-right: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}
.therapists_wrap #therapists_data {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.therapists_wrap #load_more_therapists {
  background: #f5d661;
  border: 1px solid #f5d661;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}

.page-therapists {
  background-color: #f5ede0;
}
@media (max-width: 768px) {
  .page-therapists .therapists_wrap {
    padding: 50px 5% 60px;
  }
}
.page-therapists .color_pills.color_pills-individual {
  min-height: 300px;
}
@media (max-width: 768px) {
  .page-therapists .color_pills.color_pills-individual {
    min-height: 150px;
  }
}
.page-therapists .color_pills.color_pills-individual::after {
  height: 0;
}
.page-therapists .color_pills.color_pills-individual::before {
  height: 300px;
}
@media (max-width: 768px) {
  .page-therapists .color_pills.color_pills-individual::before {
    height: 150px;
  }
}
.page-therapists .color_pills.color_pills-individual .container {
  height: 100%;
  padding: 100px 0 305px;
}
@media (max-width: 768px) {
  .page-therapists .color_pills.color_pills-individual .container {
    padding: 0px 0 150px;
  }
}

.color_pills.color_pills-individual {
  background-color: transparent !important;
  background-image: url("../images/pill_bg.png");
  min-height: 700px;
  height: 100%;
}
.color_pills.color_pills-individual::before {
  background-image: url("../images/pills_top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 697px;
  top: -120px;
}
.color_pills.color_pills-individual::after {
  background-image: url("../images/pills_bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 240px;
}
.color_pills.color_pills-individual .container {
  background-image: url("../images/pill_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 221px 0 305px;
  width: 100% !important;
}
.color_pills.color_pills-individual ul {
  column-gap: 11px;
  row-gap: 16px;
  max-width: 1312px;
  margin: 0 auto;
  position: relative;
}
.color_pills.color_pills-individual ul li {
  font-family: "Aesthet Nova";
  font-size: 32px;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 125%;
  font-weight: 300;
  margin: 0;
}
.color_pills.color_pills-individual ul li:nth-child(n+8) {
  display: block;
}

@media (max-width: 1540px) {
  .therapist_item {
    flex-basis: calc(33.33% - 30px) !important;
    margin: 0 15px 35px !important;
    padding: 18px 30px 35px;
  }
  .therapists_wrap {
    gap: 40px;
  }
  .therapists_wrap .therapists_data {
    padding-right: 0;
  }
  .therapists_wrap #therapists_data {
    margin: 0 -15px;
  }
  .color_pills.color_pills-individual .container {
    padding: 195px 0;
  }
}
@media (max-width: 1366px) {
  .color_pills.color_pills-individual:after {
    height: 150px;
  }
  .color_pills.color_pills-individual .container {
    padding: 195px 0;
  }
  .color_pills.color_pills-individual ul {
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .therapist_item {
    flex-basis: calc(50% - 30px) !important;
    margin: 0 15px 35px !important;
  }
  .therapists_wrap {
    gap: 30px;
  }
  .color_pills.color_pills-individual {
    min-height: 500px;
  }
  .color_pills.color_pills-individual:before {
    height: 500px;
  }
  .color_pills.color_pills-individual .container {
    padding: 70px 0;
  }
}
@media (max-width: 1240px) {
  .page-template-therapists .article {
    padding: 0;
  }
  .color_pills.color_pills-individual {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .therapist_item {
    display: block !important;
  }
  .therapist_item figure {
    width: auto;
    height: auto;
  }
  .therapist_item .content .content-desc {
    flex-grow: initial;
  }
  .page-template-therapists .therapists_wrap #therapists_data {
    gap: 0;
  }
}
@media (max-width: 1080px) {
  .color_pills.color_pills-individual:before {
    height: 380px;
    top: 0;
  }
  .color_pills.color_pills-individual:after {
    height: 100px;
  }
  .color_pills.color_pills-individual .container {
    padding: 130px 0 90px;
  }
}
@media (max-width: 820px) {
  .therapist_item {
    flex-basis: 100% !important;
    margin: 0 0 35px !important;
  }
  .therapists_wrap #therapists_data {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .therapists_wrap {
    margin: 0;
    padding-top: 50px;
  }
  .therapists_wrap .therapist_filters {
    box-shadow: 0px 4px 15px 0px rgba(30, 30, 30, 0.2509803922);
    padding: 28px 20px;
  }
  .therapists_wrap .therapist_filters h2 {
    padding-left: 60px;
    position: relative;
    margin-bottom: 0;
  }
  .therapists_wrap .therapist_filters h2:before {
    content: "";
    display: block;
    width: 31px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='25' viewBox='0 0 32 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.975534 5.0379H16.8592C17.2974 6.80813 18.8987 8.12467 20.8024 8.12467C22.7061 8.12467 24.3074 6.80813 24.7456 5.0379H30.2415C30.7803 5.0379 31.2171 4.6011 31.2171 4.06237C31.2171 3.52363 30.7803 3.08683 30.2415 3.08683H24.7455C24.3074 1.3166 22.7061 0 20.8023 0C18.8986 0 17.2972 1.3166 16.8592 3.08683H0.975534C0.436795 3.08683 0 3.52363 0 4.06237C0 4.6011 0.436795 5.0379 0.975534 5.0379ZM20.8024 1.95107C21.9666 1.95107 22.9137 2.89819 22.9137 4.0623C22.9137 5.22648 21.9666 6.1736 20.8024 6.1736C19.6382 6.1736 18.6911 5.22648 18.6911 4.0623C18.6911 2.89819 19.6382 1.95107 20.8024 1.95107ZM0.975534 13.4755H6.47157C6.9097 15.2458 8.51098 16.5623 10.4147 16.5623C12.3185 16.5623 13.9198 15.2458 14.3579 13.4755H30.2415C30.7803 13.4755 31.2171 13.0387 31.2171 12.5C31.2171 11.9613 30.7803 11.5245 30.2415 11.5245H14.3578C13.9197 9.75424 12.3184 8.43763 10.4147 8.43763C8.51092 8.43763 6.90964 9.75424 6.47151 11.5245H0.975534C0.436795 11.5245 0 11.9613 0 12.5C0 13.0387 0.436734 13.4755 0.975534 13.4755ZM10.4147 10.3887C11.5789 10.3887 12.526 11.3358 12.526 12.5C12.526 13.6641 11.5789 14.6112 10.4147 14.6112C9.2505 14.6112 8.30338 13.6641 8.30338 12.5C8.30338 11.3358 9.2505 10.3887 10.4147 10.3887ZM30.2415 19.9621H24.7455C24.3074 18.1919 22.7061 16.8753 20.8023 16.8753C18.8986 16.8753 17.2973 18.1919 16.8592 19.9621H0.975534C0.436795 19.9621 0 20.3989 0 20.9376C0 21.4764 0.436795 21.9132 0.975534 21.9132H16.8592C17.2974 23.6834 18.8986 25 20.8024 25C22.7062 25 24.3074 23.6834 24.7456 21.9132H30.2415C30.7803 21.9132 31.2171 21.4764 31.2171 20.9376C31.2171 20.3989 30.7803 19.9621 30.2415 19.9621ZM20.8024 23.0489C19.6382 23.0489 18.6911 22.1018 18.6911 20.9376C18.6911 19.7735 19.6382 18.8263 20.8024 18.8263C21.9666 18.8263 22.9137 19.7735 22.9137 20.9376C22.9137 22.1018 21.9666 23.0489 20.8024 23.0489Z' fill='%236E0516'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  .therapists_wrap .therapist_filters .form_wrap {
    display: none;
  }
  .therapists_wrap .therapist_filters.filter-active h2 {
    margin-bottom: 20px;
  }
  .therapists_wrap .therapist_filters.filter-active .form_wrap {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 80%;
    overflow-y: auto;
    box-shadow: 0px 4px 15px 0px rgba(30, 30, 30, 0.2509803922);
    background: #fff;
  }
  .color_pills.color_pills-individual {
    min-height: 560px;
  }
  .color_pills.color_pills-individual:before {
    height: 260px;
    top: 0;
  }
  .color_pills.color_pills-individual:after {
    height: 125px;
  }
  .color_pills.color_pills-individual .container {
    padding: 130px 0;
  }
  .color_pills.color_pills-individual .container li {
    padding: 16px 23px;
  }
}
.therapist_name_search .search_input_wrap {
  display: flex !important;
  align-items: center;
  gap: 6px;
  border: 1px solid #aca69d;
  border-radius: 12px;
  padding: 6px 18px;
  margin-top: 15px;
  transition: border-color 0.2s;
  opacity: 1 !important;
  color: #1e1e1e;
  border-radius: 10px !important;
}
.therapist_name_search .search_input_wrap svg {
  flex-shrink: 0;
}
.therapist_name_search .search_input_wrap .therapist_search_input {
  border: none;
  outline: none;
  width: 100%;
  font-family: "Oakes Grotesk";
  font-size: 15px;
  color: #1e1e1e;
  background: transparent;
  opacity: 1;
}
.therapist_name_search .search_input_wrap .therapist_search_input::placeholder {
  color: rgba(30, 30, 30, 0.4);
}

.item.language .lang_select_wrap {
  display: none;
}

@media (max-width: 768px) {
  .item.language ul {
    display: none;
  }
  .item.language .lang_select_wrap {
    display: block;
  }
  .therapists_wrap .therapist_filters .item.language .select2-results ul.select2-results__options {
    max-height: 400px !important;
    display: block;
  }
}
@media (max-width: 575px) {
  .color_pills.color_pills-individual {
    min-height: 730px;
  }
  .color_pills.color_pills-individual:after {
    height: 70px;
  }
  .color_pills.color_pills-individual .container {
    padding: 130px 0 90px;
  }
  .color_pills.color_pills-individual .container li {
    padding: 16px 23px;
  }
}
body.slug-join-us .site-header {
  background: #D2DEED;
}
body.slug-join-us .online_therapy {
  background-color: #F5EDE0;
  padding: 0;
}
body.slug-join-us .online_therapy .therapy_row {
  border-radius: 20px 20px 0 0;
}
body.slug-join-us .online_therapy .therapy_row .therapy_col.col-img {
  border-radius: 20px 0 0 0;
}
body.slug-join-us .online_therapy .therapy_row .therapy_col.col-detail ul li {
  margin: 0 0 25px;
}
body.slug-join-us .online_therapy .therapy_row .therapy_col.col-detail ul li:last-child {
  margin: 0;
}
body.slug-join-us .online_therapy + .online_therapy .therapy_row {
  border-radius: 0 0 20px 20px;
  flex-direction: row-reverse;
}
body.slug-join-us .online_therapy + .online_therapy .therapy_row .therapy_col.col-img {
  border-radius: 0 0 20px 0;
}
body.slug-join-us .cta {
  background-color: #F5EDE0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.slug-join-us .cta .image {
  padding: 100px;
}
body.slug-join-us .cta .image h2 {
  font-size: 44px;
  font-size: clamp(30px, 3cqw, 44px);
  font-weight: 500;
}
body.slug-join-us .cta .image .btn {
  background: #F5D661;
  border: 1px solid #F5D661;
  border-radius: 10px;
  color: #000;
  padding: 12px 57px 12px 24px;
  font-family: "Oakes Grotesk";
  font-size: 18px;
  line-height: 44px;
  font-weight: 400;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 215px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  position: relative;
}
body.slug-join-us .cta .image .btn svg {
  display: none;
}
body.slug-join-us .cta .image .btn:after {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19.5' r='19.5' fill='%236478FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2696 13.5846L23.5168 19.479L17.2696 25.4139C16.4116 26.2045 17.8006 27.5502 18.6585 26.7595L25.7638 20.0341C26.0503 19.7566 26.0908 19.2435 25.8044 18.966L18.6586 12.2406C17.8006 11.45 16.4131 12.7943 17.2696 13.5862L17.2696 13.5846Z' fill='%23F5D661'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}

@media (max-width: 1240px) {
  body.slug-join-us section {
    padding: 0;
  }
  body.slug-join-us section.image_text_wysiwyg {
    padding: 80px 0;
  }
  body.slug-join-us section.crisis_text {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  body.slug-join-us section {
    padding: 0 !important;
  }
  body.slug-join-us .online_therapy .therapy_row .therapy_col.col-img {
    border-radius: 0;
  }
  body.slug-join-us .online_therapy + .online_therapy .therapy_row {
    flex-direction: column-reverse;
  }
  body.slug-join-us .online_therapy + .online_therapy .therapy_row .therapy_col {
    flex-basis: 100%;
  }
  body.slug-join-us .online_therapy + .online_therapy .therapy_row .therapy_col.col-img {
    border-radius: 0 0 20px 20px;
  }
  body.slug-join-us .cta .image {
    padding: 60px 0;
  }
}
.slug-rebates-and-funding .article .heading {
  font-size: 44px;
  font-size: clamp(30px, 3cqw, 44px);
  line-height: 115%;
  font-family: "Aesthet Nova";
  font-weight: 300;
  margin-bottom: 35px;
}

.image_text_wysiwyg.has_background {
  z-index: 1;
}
.image_text_wysiwyg.has_background + section.get_matched {
  margin-bottom: 0;
}
.image_text_wysiwyg.has_background + section.get_matched .container {
  max-width: 100%;
  padding: 0 10%;
}
.image_text_wysiwyg.has_background + section.get_matched .matched_wrap {
  margin-top: -265px;
}

@media (max-width: 1540px) {
  .article {
    padding-top: 100px !important;
  }
  .eqm-1.article {
    padding-bottom: 30px;
  }
  .image_text_wysiwyg.has_background {
    padding: 165px 0;
  }
  .image_text_wysiwyg.has_background + section.get_matched .container {
    padding: 0 5%;
  }
  .image_text_wysiwyg.has_background + section.get_matched .matched_wrap {
    margin-top: -150px;
  }
  .image_text_wysiwyg.has_background:before, .image_text_wysiwyg.has_background:after {
    height: 312px;
  }
}
@media (max-width: 1366px) {
  .image_text_wysiwyg.has_background {
    padding: 165px 0;
  }
  .image_text_wysiwyg.has_background .image_text-row .image_text-col .short_info {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .slug-rebates-and-funding .article .heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .article {
    padding-top: 60px !important;
  }
  .image_text_wysiwyg.has_background {
    padding: 150px 0;
  }
  .image_text_wysiwyg.has_background:before, .image_text_wysiwyg.has_background:after {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .image_text_wysiwyg.has_background {
    padding: 120px 0;
  }
  .image_text_wysiwyg.has_background:before, .image_text_wysiwyg.has_background:after {
    height: 150px;
  }
  .image_text_wysiwyg.has_background:before {
    top: -55px;
  }
}
body.admin-bar {
  padding-top: 32px;
}

.main_menu > li.current-menu-parent .menu_link a, .main_menu > li.current-menu-item .menu_link a {
  color: #6478FF;
}
.main_menu > li.current-menu-parent .menu_link .submenu_toggle, .main_menu > li.current-menu-item .menu_link .submenu_toggle {
  border-color: #6478FF;
}

.quote_box q:before {
  display: none;
}

.therapist_filters .form_wrap .filter_btn {
  margin-top: 20px;
  display: none;
}

.bgshape {
  background-size: cover;
}

@media (min-width: 1921px) {
  .hero.new_design {
    height: 90vh;
  }
  .quote_box img {
    max-height: 618px;
  }
  .blockquote .container, .two_col .container, .big_faq .container, .title_text .container, .online_therapy .container, .connect_therapist .container, .sunrise_color_pills .top_row .container, .sunrise_color_pills .bottom_row .container, .color_cards .container, .blog_detail .container, .therapists .container, .cards_with_icon .container, .faq_small .container {
    max-width: 1920px;
  }
  .big_faq:before, .big_faq:after {
    width: 100%;
    background-size: cover !important;
  }
  .process {
    height: 100vh;
  }
  .process_cards {
    max-width: 1440px;
    height: 800px;
  }
  .process_cards .process_card {
    height: 750px;
  }
  .faq_small {
    padding: 0px 5% 160px;
  }
  .therapist_cards {
    max-width: 1920px;
    margin: 0 auto;
  }
}
/* Targets screens 1280px wide with height between 575px and 720px */
@media screen and (max-width: 1280px) and (min-height: 575px) and (max-height: 720px) {
  .therapists_wrap .therapist_filters .form_wrap {
    max-height: 65vh;
  }
  .hero.new_design .hero_wrap, body:not(.home).single-languages .hero.new_design .hero_wrap {
    padding: 60px 50px 50px 50px;
    width: 100%;
  }
  .hero.new_design .heading {
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .new_design .btn {
    font-size: 16px;
    padding: 13px 15px;
  }
}

/*# sourceMappingURL=custom.css.map */
