/*!
Theme Name: Total Care Kids Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: totallykids
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

totallykids is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
  margin: 0;
  background: var(--off-white);
}
* {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text-primary);
}
:root {
  --green: #05b785;
  --blue: #238efa;
  --yellow: #edfd52;
  --pink: #c0a7fd;
  --text-primary: #0c0a09;
  --text-secondary: #475569;
  --off-white: #f9fafb;
  --light-grey: #eeedec;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: quincy-cf, serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  color: var(--text-primary);
}
h1 {
  font-size: 72px;
  line-height: 110%;
}
.h2 h1,
.h2,
h2 {
  font-size: 52px;
  line-height: 110%;
  font-weight: 600;
}
h3 {
  font-size: 48px;
  line-height: 110%;
  font-weight: 600;
}
h4 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  line-height: 130%;
}
h6 {
  font-size: 18px;
  line-height: 150%;
}
.white,
.white * {
  color: #ffffff;
}
li,
p {
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  color: var(--text-primary);
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.text-secondary p,
.text-secondary *,
.text-secondary {
  color: var(--text-secondary);
}
.p16 p,
.p16 {
  font-size: 16px;
}
p {
  margin-top: 0;
}
main {
  display: block;
  position: relative;
}
.uppercase {
  text-transform: uppercase;
}
.container {
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}
.container.has-mx {
  max-width: 1264px;
}
.container.no-right {
  padding-right: 0;
  margin-right: 0;
}
.container.has-mx.no-right {
  max-width: 100%;
  margin-left: max(0px, calc((100vw - 1264px) * 0.5));
  width: auto;
}
.ofc {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.jcsb {
  justify-content: space-between;
}
.aic {
  align-items: center;
}
.jcc {
  justify-content: center;
}
a {
  color: inherit;
  text-decoration: none;
}
.nm {
  margin: 0;
}
.body > p:last-of-type {
  margin: 0;
}
#primary {
  padding: 84px 0 0;
}
.quincy > *,
.quincy {
  font-family: quincy-cf, serif;
  font-style: normal;
  font-weight: 400;
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
  background: #ffffff;
}
#masthead nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 32px;
}
#masthead .site-branding {
  width: 130px;
  min-width: 130px;
}
#masthead .site-branding img,
#masthead .site-branding svg {
  width: 100%;
  height: auto;
}
#masthead nav ul a {
  color: var(--text-primary);
  font-size: 16px;
  line-height: 140%;
}
#masthead .top-level-menu-item {
  position: relative;
}
#masthead .top-level-menu-item > a {
  display: flex;
  flex-direction: row;
  gap: 2px;
  align-items: center;
}
#masthead .top-level-menu-item > a > svg {
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
}
#masthead .top-level-menu-item.sub-menu-open > a > svg {
  transform: rotate(-180deg);
}
#masthead ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#masthead .sub-menu-wrap {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--text-primary);
  background: #ffffff;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  width: 744px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition: all 0.2s ease;
  transform-origin: top left;
}
#masthead .sub-menu-open .sub-menu-wrap {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
#masthead .sub-menu-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 32px;
}
#masthead .sub-menu-wrap ul.type_icons > li {
  width: calc(50% - 16px);
  min-width: calc(50% - 16px);
  max-width: calc(50% - 16px);
}
#masthead .sub-menu-wrap ul.type_images > li {
  width: calc(33.33% - 21.33px);
  min-width: calc(33.33% - 21.33px);
  max-width: calc(33.33% - 21.33px);
}
#masthead .sub-menu-wrap ul.type_icons a {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
#masthead .sub-menu-wrap ul.type_icons a svg {
  width: 42px;
  min-width: 42px;
}
#masthead .sub-menu-wrap ul.type_images img {
  border-radius: 4px;
  height: 140px;
  object-fit: cover;
  display: block;
  width: 100%;
  border: 1px solid var(--text-primary);
  margin: 0 0 16px;
}
#masthead .sub-menu-wrap ul li span {
  display: block;
}
#masthead .sub-menu-wrap ul li .title {
  font-family: quincy-cf, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  margin: 0 0 2px;
}
#masthead .sub-menu-wrap ul li .desc {
  font-size: 14px;
  font-family: quincy-cf, serif;
  font-weight: 400;
  font-style: normal;
}
img {
  max-width: 100%;
}
.hdr-row {
  gap: 40px;
}
.flex > div,
.hdr-row .btn-container,
.hdr-row .hdr-nav-wrap {
  flex: 1;
}
.hdr-row .btn-container {
  text-align: right;
}
a.btn,
.btn,
button.btn {
  appearance: none;
  outline: none;
  border: none;
  padding: 9px 19px;
  font-size: 16px;
  line-height: 140%;
  border-radius: 4px;
  transition: all 0.1s ease;
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
}
a.btn.btn-dark,
.btn.btn-dark,
button.btn.btn-dark {
  background: var(--text-primary);
  color: var(--off-white);
  border: 1px solid var(--text-primary);
}
a.btn.btn-dark:hover,
.btn.btn-dark:hover,
button.btn.btn-dark:hover {
  background: var(--blue);
  border-color: var(--blue);
}
a.btn.btn-dark:active,
.btn.btn-dark:active,
button.btn.btn-dark:active {
  background: #2f2f2f;
  color: var(--blue);
  border-color: var(--blue);
}
a.btn.btn-dark-outline,
.btn.btn-dark-outline,
button.btn.btn-dark-outline {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--text-primary);
}
a.btn.btn-dark-outline:hover,
.btn.btn-dark-outline:hover,
button.btn.btn-dark-outline:hover {
  border-color: var(--blue);
  color: var(--blue);
}
a.btn.btn-dark-outline:active,
.btn.btn-dark-outline:active,
button.btn.btn-dark-outline:active {
  color: var(--blue);
  border-color: var(--blue);
}
svg {
  display: block;
}
.home-hero-section {
  padding: 16px 0;
}
.home-hero-inner {
  padding: 80px 60px;
  min-height: 750px;
  background: var(--bg-color);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.home-hero-inner .dec-svg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 55%;
  height: auto;
}
.home-hero-inner .home-hero-content {
  text-align: center;
  max-width: 911px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.home-hero-inner .btn-container {
  margin: 32px 0 0;
}
.home-hero-inner h1 {
  margin: 0 0 24px;
}
.home-hero-inner .body p {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -2%;
}
.bg-grey {
  background: var(--light-grey);
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.normal-section-padding {
  padding: 80px 0;
}
.cards-grid-section h2 {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}
.cards-grid {
  gap: 32px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.cards-grid > div {
  width: 304px;
  max-width: 304px;
  min-width: 304px;
}
.card {
  background: var(--off-white);
  border: 1px solid var(--text-primary);
  border-radius: 8px;
  padding: 24px;
  position: relative;
  transition: all 0.2s ease;
}
.card:hover {
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.card .icon {
  margin: 0 0 24px;
}
.card img {
  width: 58px;
  height: 58px;
  display: block;
}
.card h3 {
  font-size: 22px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 140%;
  margin: 0 0 12px;
}
.card .body p {
  font-size: 16px;
}
.card .card-inner {
  height: 100%;
}
.card .card-inner .btn-container {
  margin-top: auto;
}
a.plain-btn {
  font-size: 18px;
  gap: 8px;
  align-items: center;
}
a.plain-btn span {
  font-weight: 600;
}
a.stretch-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.card-tags-row {
  gap: 6px;
  flex-wrap: wrap;
  margin: 20px 0 32px;
}
.card-tags-row .tag {
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 100%;
  white-space: nowrap;
}
.card-tags-row .tag span {
  font-weight: 600;
}
.card-tags-row .color-yellow {
  background: var(--yellow);
}
.card-tags-row .color-pink {
  background: var(--pink);
}
.card-tags-row .color-blue {
  background: var(--blue);
}
.card-tags-row .color-green {
  background: var(--green);
}
.fifty-fifty-row {
  gap: 250px;
  position: relative;
}
.fifty-fifty-wrap.count-1 .fifty-fifty-row {
  gap: 80px;
}
.fifty-fifty-row h2 {
  font-size: 44px;
  line-height: 130%;
  margin: 0 0 12px;
}
.fifty-fifty-row::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--text-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fifty-fifty-wrap.count-1 .fifty-fifty-row::after {
  display: none;
}
.fifty-fifty-row > div {
  flex: 1;
}
.fifty-fifty-row img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.impact-section .body ul,
.fifty-fifty-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 24px 0 0;
}
.impact-section .body ul > li,
.fifty-fifty-row ul > li:last-of-type {
  margin: 0;
}
.impact-section .body ul li,
.fifty-fifty-row ul li {
  padding-left: 40px;
  position: relative;
  margin: 0 0 16px;
}
.impact-section .body ul li::before,
.fifty-fifty-row ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("./assets/tick.png");
  background-size: contain;
}
.fifty-fifty-row ul li strong {
  font-size: 20px;
  font-weight: 400;
}
.impact-section .body ul li strong {
  font-size: 20px;
}
.fifty-fifty-wrap > div:nth-of-type(2n) .fifty-fifty-row {
  flex-direction: row-reverse;
}
.fifty-fifty-wrap > div:nth-of-type(1) {
  margin: 0;
}
.fifty-fifty-wrap > div {
  margin: 64px 0 0;
}
.accordion-content {
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.active .accordion-content {
  height: var(--item-height);
}
.accordion-item {
  margin: 0 0 16px;
  border-bottom: 1px solid var(--text-primary);
}
.accordion-title {
  padding: 16px 0;
  cursor: pointer;
}
.accordion-title svg {
  transition: all 0.2s ease;
}
.active .accordion-title svg {
  transform: rotate(-180deg);
}
.accordion-inner {
  padding: 0 0 16px;
}
.accordion-title h4 {
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 130%;
}
.faqs-main-container {
  margin: 32px 0 0;
}
.faqs-section h2 {
  margin: 0 0 16px;
}
.faqs-list-inner > div:last-of-type {
  margin: 0;
}
.footer-wrapper {
  padding: 32px 0;
}
#colophon {
  background: var(--text-primary);
  border-radius: 16px;
  padding: 40px 0;
}
#colophon p,
#colophon li,
#colophon a,
#colophon span {
  color: var(--off-white);
}
.footer-bottom-row {
  padding: 32px 0 0;
  margin: 80px 0 0;
  border-top: 1px solid var(--off-white);
}
ul.legal-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
p.copyright-text,
ul.legal-menu li {
  font-size: 14px;
  font-weight: 600;
}
ul.legal-menu li a {
  text-decoration: underline;
}
#colophon .text-logo {
  font-size: 96px;
  line-height: 85%;
  letter-spacing: -0.05em;
  font-weight: 700;
  max-width: 400px;
  display: inline-block;
}
.footer-top-row {
  gap: 40px;
}
.footer-menus-row > ul,
.footer-top-row > div {
  flex: 1;
}
.footer-menus-row {
  gap: 40px;
  flex-wrap: wrap;
}
ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.footer-menu .menu-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 16px;
}
ul.footer-menu > li.footer-menu-item {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}
.small-section-padding {
  padding: 64px 0;
}
.page-bottom-cta-row {
  gap: 40px;
}
.page-bottom-cta-row .left {
  width: 45%;
  max-width: 45%;
  min-width: 45%;
}
.page-bottom-cta-row .right {
  flex: 1;
}
.page-bottom-cta-row .title {
  margin: 0 0 24px;
}
.page-bottom-cta-row .body {
  margin: 0 0 24px;
}
.btns-row {
  gap: 16px;
}
section,
.testimonials-section {
  overflow: hidden;
}
.testimonials-section h2 {
  margin: 0 0 24px;
}
.testimonials-row > div {
  flex: 1;
}
.testimonials-row {
  gap: 40px;
}
.testimonials-row .right {
  min-width: 0;
  min-height: 0;
}
.testimonials-row .left {
  max-width: 300px;
  min-width: 300px;
}
.testimonials-swiper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.testimonial-card {
  height: 480px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--text-primary);
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}
.testimonial-card::after {
  content: "";
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url("./assets/play-btn-swiper.png");
  background-size: cover;
}
.swiper-btn {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--text-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.1s ease;
}
.swiper-btn svg path {
  transition: all 0.1s ease;
}
.swiper-btn:not(.swiper-button-disabled):hover {
  border-color: var(--blue);
}
.swiper-btn:not(.swiper-button-disabled):hover svg path {
  stroke: var(--blue);
}
.swiper-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.testimonials-section .swiper-btns-row {
  margin: 32px 0 0;
}
.swiper-btns-row {
  gap: 8px;
}
.cta-inner {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: var(--bg-color);
  padding: 56px;
}
.cta-inner h2 {
  font-size: 36px;
  margin: 0 0 24px;
}
.cta-inner .dec-svg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: auto;
  height: 100%;
}
.cta-content {
  position: relative;
  z-index: 5;
  max-width: 531px;
}
.cta-inner .dec-svg path {
  fill: var(--secondary-color);
}
.cta-section {
  padding: 40px 0;
}
.appointment-section h2 {
  text-align: center;
}
.apointment-item {
  text-align: center;
}
.apointment-item h4 {
  font-size: 20px;
  margin: 0 0 4px;
}
.apointment-item .appointment-number {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 16px;
  font-size: 36px;
}
.appointment-row {
  gap: 32px;
  margin: 48px 0 0;
}
.appointment-row > div {
  flex: 1;
  position: relative;
}
.appointment-row > div:nth-of-type(2)::after,
.appointment-row > div:nth-of-type(1)::after {
  content: "";
  height: 1px;
  width: calc(100% - 72px);
  border-top: 1px dashed var(--text-primary);
  position: absolute;
  top: 36px;
  left: calc(50% + 53px);
  z-index: 1;
}
.text-center {
  text-align: center;
}
.appointment-row > div:nth-of-type(1) .appointment-number {
  background: var(--blue);
}
.appointment-row > div:nth-of-type(2) .appointment-number {
  background: var(--pink);
}
.appointment-row > div:nth-of-type(3) .appointment-number {
  background: var(--green);
}
.appointment-section .btn-container {
  margin: 48px 0 0;
}
.benefits-inner {
  border-radius: 16px;
  position: relative;
  padding: 64px;
  background: url("./assets/benefits.png");
  background-size: cover;
}
.benefits-inner .benefits-row {
  gap: 40px;
}
.benefits-section h2 {
  margin: 0 0 24px;
}
ul.benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.benefits-list li {
  padding: 0 0 0 48px;
  position: relative;
  margin: 0 0 48px;
}
ul.benefits-list li svg {
  position: absolute;
  top: 4px;
  left: 0;
}
ul.benefits-list li h4 {
  margin: 0 0 8px;
}
ul.benefits-list > li:last-of-type {
  margin: 0;
}
.specialist-carousel-section h2 {
  margin: 0 0 24px;
}
.specialists-filter-btns-row {
  align-items: flex-end;
  gap: 40px;
}
.specialists-filters {
  flex-wrap: wrap;
  gap: 8px;
  margin: 40px 0 0;
}
.specialists-filters a {
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid var(--text-primary);
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  transition: all 0.1s ease;
}
.specialists-filters a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.specialists-filters a.active {
  color: #ffffff;
  background: var(--blue);
  border-color: var(--blue);
}
.specialist-swiper {
  margin: 64px 0 0;
}
.specialist-swiper.filtered .swiper-slide:not(.active-card) {
  display: none;
}
.article-swiper.filtered .swiper-slide:not(.active-card) {
  display: none;
}
.specialist-card {
  background: var(--off-white);
  border: 1px solid var(--text-primary);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding: 24px;
  transition: all 0.2s ease;
}
.specialist-card:hover {
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.specialist-card .img-container {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid var(--text-primary);
  background: var(--blue);
  overflow: hidden;
}
.sc-top-row {
  gap: 32px;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.socials-row {
  gap: 8px;
  position: relative;
  z-index: 5;
}
.specialist-card h4 {
  margin: 0 0 8px;
}
.specialist-card .bio {
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
ul.specialist-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  flex-wrap: wrap;
}
ul.specialist-tags li {
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
}
ul.specialist-tags > li:nth-of-type(4n + 1) {
  background: var(--pink);
}
ul.specialist-tags > li:nth-of-type(4n + 2) {
  background: var(--yellow);
}
ul.specialist-tags > li:nth-of-type(4n + 3) {
  background: var(--blue);
}
ul.specialist-tags > li:nth-of-type(4n) {
  background: var(--green);
}
.specialist-card ul.specialist-tags {
  margin: 16px 0 0;
}
.specialist-card .from-price {
  font-size: 22px;
  margin: 24px 0 0;
  font-weight: 700;
}
.contact-form-section .container {
  max-width: 786px;
}
.contact-form-section .form-wrap {
  margin: 40px 0 0;
}
.contact-form-section .title {
  margin: 0 0 24px;
}
.form-wrap input[type="text"],
.form-wrap input[type="email"],
.form-wrap input[type="tel"],
.form-wrap textarea {
  padding: 8px 12px;
  border-radius: 8px;
  outline: none;
  border: 1px solid var(--text-primary);
  background: #ffffff;
  min-height: 60px;
  display: block;
  margin: 4px 0 0;
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.form-wrap label {
  display: block;
  margin: 0 0 24px;
}
.form-wrap .btn-container {
  margin: 32px 0 0;
}
.form-wrap .wpcf7-form-control-wrap {
  display: block;
}
.form-wrap button.btn.btn-dark {
  display: block;
  text-align: center;
  width: 100%;
  padding: 14px 16px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 8px;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  margin: 24px 0 0;
}
.service-hero-inner {
  position: relative;
  background: var(--light-grey);
  border-radius: 16px;
  overflow: hidden;
  padding: 80px 0;
  text-align: center;
  min-height: 483px;
}
.service-hero-inner h1 {
  margin: 0 0 24px;
}
.service-hero-inner .body {
  max-width: 740px;
  margin: 0 auto;
}
.service-hero-inner .btn-container {
  margin: 24px 0 0;
}
.service-hero-inner .dec-svg {
  position: absolute;
  z-index: 1;
  width: 28%;
  height: auto;
}
.service-hero-inner .dec-svg-1 {
  top: 0;
  right: 0;
}
.service-hero-inner .dec-svg-1 path {
  fill: var(--primary-color);
}
.service-hero-inner .dec-svg-2 {
  bottom: 0;
  left: 0;
}
.service-hero-inner .dec-svg-2 path {
  fill: var(--secondary-color);
}
.service-hero-content {
  position: relative;
  z-index: 5;
}
.service-hero-section {
  padding: 16px 0 40px;
}
.service-cards {
  flex-wrap: wrap;
  gap: 32px;
  margin: 64px 0 0;
  justify-content: center;
}
.service-cards > div {
  width: calc(50% - 16px);
  max-width: calc(50% - 16px);
  min-width: calc(50% - 16px);
}
.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--text-primary);
  background: var(--off-white);
  padding: 24px 24px 24px 40px;
}
.service-card .dec-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 16px;
}
.service-card h4 {
  margin: 0 0 8px;
}
.specialist-top-row {
  gap: 64px;
}
.specialist-top-row .left {
  width: 60%;
  max-width: 60%;
  min-width: 60%;
}
.specialist-top-row .img-container {
  border-radius: 8px;
  border: 1px solid var(--text-primary);
  overflow: hidden;
}
.specialist-top-row .bio {
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.specialist-top-row .show-more .bio {
  line-clamp: unset;
  -webkit-line-clamp: unset;
}
.specialist-top-row .show-more .btn-container {
  display: none;
}
.specialist-top-row .specialist-meta-row {
  margin: 0 0 24px;
}
.specialist-top-row .bio-wrap {
  margin: 24px 0 0;
  padding: 0 0 40px;
  border-bottom: 1px dashed var(--text-primary);
}
.specialist-top {
  padding: 40px 0 80px;
}
.specialist-top-row a.bio-read-more {
  font-size: 16px;
  text-decoration: underline;
}
.specialist-top-row .btn-container {
  margin: 16px 0 0;
}
.call-option label {
  position: relative;
  font-size: 20px;
  line-height: 100%;
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
}
.call-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.call-option .checkmark {
  height: 22px;
  width: 22px;
  min-width: 22px;
  border-radius: 50%;
  border: 1px solid var(--text-primary);
  display: block;
  position: relative;
}
.call-option:hover .checkmark {
  background-color: #f1f1f1;
}
.call-option input:checked ~ .checkmark {
  background: var(--text-primary);
}
.call-option .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--off-white);
}
.call-option input:checked ~ .checkmark:after {
  opacity: 1;
}
.call-option label {
  gap: 24px;
}
.call-option .left {
  gap: 8px;
}
.call-options-wrap {
  margin: 40px 0;
}
.call-options > div {
  margin: 0 0 24px;
}
.call-options > div:last-of-type {
  margin: 0;
}
#from-price-text {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  font-family: roc-grotesk, sans-serif;
}
.call-options-wrap .from-price {
  display: block;
  margin: 40px 0 0;
}
.call-options-wrap .btn-container {
  margin: 40px 0 0;
}
.call-options-wrap .btn-container a.btn.btn-dark {
  display: block;
  text-align: center;
  width: 100%;
  padding: 12px 16px;
}
.specialist-top-row .main-body {
  margin: 80px 0 0;
}
.specialist-top-row .main-body h2 {
  margin: 0 0 24px;
}
.grid-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin: 40px 0 0;
}
.grid-text p.title {
  margin: 0 0 4px;
}
.grid-text .grid-item {
  padding: 0 0 8px;
  border-bottom: 1px dashed var(--text-primary);
}
.experience-wrap {
  margin: 80px 0 0;
}
.experience-wrap h2 {
  margin: 0 0 24px;
}
.experience-list > div {
  margin: 0 0 64px;
}
.experience-list > div:last-of-type {
  margin: 0;
}
.experience-list .date {
  color: #868186;
  margin: 0 0 8px;
}
.experience-list p.title {
  margin: 0 0 16px;
  font-size: 22px;
}
.experience-desciption .body {
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.experience-desciption.show-more .body {
  line-clamp: unset;
  -webkit-line-clamp: unset;
}
a.experience-read-more {
  font-size: 16px;
  text-decoration: underline;
}
.experience-item {
  padding-left: 40px;
  position: relative;
}
.experience-item::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--text-primary);
  position: absolute;
  top: 32px;
  left: 0;
}
.specialist-layout .specialist-carousel-section {
  background: transparent;
}
.regular-hero-section .fifty-fifty-row {
  gap: 40px;
}
.regular-hero-section .fifty-fifty-row::after {
  display: none;
}
.regular-hero-section h1 {
  margin: 0 0 24px;
}
.regular-hero-section .btn-container {
  margin: 40px 0 0;
}
.article-top-row.fifty-fifty-row {
  gap: 64px;
}
.article-top-row.fifty-fifty-row::after {
  display: none;
}
.share-link a {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--text-primary);
  transition: all 0.1s ease;
}
.share-link a svg path {
  transition: all 0.1s ease;
}
.share-link a:hover {
  border-color: var(--blue);
}
.share-link a:hover svg path {
  fill: var(--blue);
}
.article-top h1 {
  margin: 0 0 24px;
}
.article-meta-item .card-tags-row > span:nth-of-type(4n + 1) {
  background: var(--pink);
}
.article-meta-item .card-tags-row > span:nth-of-type(4n + 2) {
  background: var(--green);
}
.article-meta-item .card-tags-row > span:nth-of-type(4n + 3) {
  background: var(--blue);
}
.article-meta-item .card-tags-row > span:nth-of-type(4n) {
  background: var(--yellow);
}
.article-meta-row {
  gap: 12px;
  margin: 0 0 24px;
}
.article-meta-row span.separator {
  width: 4px;
  height: 4px;
  min-width: 4px;
  border-radius: 50%;
  background: #868186;
}
p.read-time,
.article-meta-item p {
  margin: 0;
  color: #868186;
  font-size: 14px;
}
a.copy-current-link {
  position: relative;
  transition: all 0.2s ease;
}
a.copy-current-link::after {
  content: "COPIED";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 2px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  color: var(--green);
}
a.copy-current-link svg path {
  transition: all 0.1s ease;
}
a.copy-current-link.copied {
  border-color: var(--green);
}
a.copy-current-link.copied svg path {
  fill: var(--green);
}
a.copy-current-link.copied::after {
  opacity: 1;
  visibility: visible;
}
.article-content h3 {
  font-size: 40px;
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin: 40px 0 24px;
}
.article-content > div:first-of-type .body > *:first-of-type {
  margin-top: 0;
}
.article-content img {
  margin: 40px 0;
  display: block;
}
.article-main-row {
  gap: 40px;
}
.article-main-row .right {
  width: 280px;
  min-width: 280px;
  position: relative;
}
.sticky-menu {
  position: sticky;
  top: 120px;
  left: 0;
}
.sticky-menu p.title {
  font-size: 22px;
}
.contents-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contents-menu li {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 110%;
}
.contents-menu > li:last-of-type {
  margin: 0;
}
.contents-menu li.active a {
  background: var(--pink);
}
.contents-menu li a {
  padding: 12px 8px;
  display: block;
  border-radius: 8px;
}
section.article-main {
  overflow: unset;
}
.article-content-block {
  scroll-margin-top: 120px;
}
.article-carousel-section h2 {
  margin: 0 0 24px;
}
.article-swiper {
  margin: 64px 0 0;
}
.article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.article-card .img-container {
  width: 100%;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
}
.article-card p.read-time {
  color: #71717a;
}
.article-card .article-meta-row {
  margin: 8px 0;
}
.article-card h4 {
  margin: 0 0 8px;
}
.article-card .bio {
  margin: 0 0 24px;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.swiper-slide {
  height: auto !important;
}
h3.number-text {
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  justify-content: center;
}
.number-container {
  opacity: 0;
}
.number-container.initialized {
  opacity: 1;
  transition: all 0.1s ease;
}
.number-row {
  overflow: hidden;
}
.number-scroll-up {
  display: flex;
  flex-direction: row;
  height: 72px;
}
.number-counter-col {
  transition:
    transform 1.8s ease 0.4s,
    max-width 1.8s ease;
  max-width: 500px;
  transform: translateY(0);
  align-items: flex-start;
}
.number-counter {
  display: inline-block;
}
.count-up .number-counter-col {
  transform: translateY(calc(-100% + 72px));
}
.numbers-grid {
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 64px 0 0;
}
.numbers-grid > div {
  width: 300px;
  min-width: 300px;
  text-align: center;
  position: relative;
}
.numbers-grid > div::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -12px;
  bottom: -12px;
  z-index: 1;
  background: url("./assets/card-bg.jpg");
  border-radius: 8px;
  background-size: cover;
  background-position: bottom left;
}
.number-item {
  padding: 32px 24px;
  border: 1px solid var(--text-primary);
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid var(--text-primary);
  position: relative;
  z-index: 5;
}
.number-item .body p {
  margin: 12px 0 0;
}
.impact-section .container {
  max-width: 1100px;
}
.impact-section h2 {
  margin: 0 0 24px;
}
.team-swiper {
  margin: 64px 0 0;
}
.team-swiper .swiper-btns-row {
  margin: 40px 0 0;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.swiper-btns-row .swiper-pag {
  width: auto !important;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.swiper-btns-row .swiper-pag > span {
  margin: 0 !important;
  background: #ffffff !important;
  border: 1px solid var(--text-primary);
  transition: all 0.1s ease;
  opacity: 1 !important;
}
.swiper-btns-row .swiper-pag > span.swiper-pagination-bullet-active {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
}
.specialist-card.team-card {
  height: 100%;
}
.specialist-card.team-card h4 {
  margin: 0;
}
.specialist-card.team-card p.role {
  font-size: 14px;
  color: var(--text-secondary);
}
.specialist-card.team-card .bio {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.team-carousel-section h2 {
  margin: 0 0 24px;
}
.team-carousel-section .bottom-text {
  margin: 64px 0 0;
}
.team-carousel-section .btn-container {
  margin: 40px 0 0;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  margin: 0 0 40px;
}
#load-more-container {
  margin: 64px 0 0;
}
#load-more-container.hidden {
  display: none;
}
.posts-filter-row {
  margin: 0 0 40px;
}
.large-article-card.article-card {
  flex-direction: row;
  gap: 40px;
  align-items: center;
}
.large-article-card.article-card > div {
  flex: 1;
}
.large-article-card.article-card h4 {
  font-size: 32px;
}
.footer-menu a {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.footer-menu a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--off-white);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-101%);
  transition: all 0.2s ease;
}
.footer-menu a:hover::after {
  transform: translateX(0);
}
.mobile-nav-wrap,
.mobile-nav-trigger-wrap {
  display: none;
}
.mobile-nav-trigger {
  width: 24px;
  height: 24px;
  position: relative;
}
.mobile-nav-trigger svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: opacity .1s ease;
}
.mobile-nav-trigger svg.close {
  opacity: 0;
}
body.mob-menu-open {
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  overflow: hidden;
}
@media all and (max-width: 1080px) {
  .mobile-nav-trigger-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
  }
  #masthead .sub-menu-wrap ul.type_images img {
    height: 120px;
    max-width: 280px;
  }
  #masthead .hdr-row {
    position: relative;
    z-index: 200;
  }
  #masthead #site-navigation,
  #masthead .hdr-btn-container {
    display: none;
  }
  .mobile-nav-wrap {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: calc(100vh - 84px);
    height: calc(100dvh - 84px);
    background: #ffffff;
    padding: 16px;
    transform: translateY(calc(-100% - 90px));
  }
  .mob-menu-ini .mobile-nav-wrap {
    transition: all .4s ease;
  }
  .mob-menu-open .mobile-nav-wrap {
    transform: translateY(0);
  }
  .mob-menu-open .mobile-nav-trigger svg.open {
    opacity: 0;
  }
  .mob-menu-open .mobile-nav-trigger svg.close {
    opacity: 1;
  }
  .mobile-nav-wrap::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(25,255,255,0) 100%);
    z-index: 55;
  }
  #masthead .sub-menu-wrap {
    padding: 16px 16px 100px;
    border: none;
    border-radius: 0;
    top: 0;
    width: 100%;
    transform: translateX(100%);
    background: #ffffff;
    z-index: 50;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    height:100%;
    transition: all .4s ease;
    opacity: 1;
  }
  .sub-menu-mob-back {
    display: flex;
    flex-direction: row;
    gap: 4px;
    font-size: 12px;
    align-items: center;
  }
  .sub-menu-mob-back span {
    display: block;
  }
  .sub-menu-mob-back svg {
    width: 14px;
    height: auto;
    transform: rotate(90deg);
  }
  .sub-menu-mob-title {
    display: block;
    margin: 16px 0 32px;
    font-size: 24px;
    font-family: quincy-cf, serif;
    font-weight: 600;
  }
  #masthead .sub-menu-wrap ul > li {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  #mobile-site-navigation .btn-container {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    z-index: 99;
  }
  #mobile-site-navigation .btn-container .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  #masthead #mobile-site-navigation ul {
    flex-direction: column;
    gap: 16px;
  }
  #masthead #mobile-site-navigation > ul {
    gap: 24px;
  }
  #masthead #mobile-site-navigation > ul > li {
    position: unset;
  }
  #masthead #mobile-site-navigation > ul > li > a {
    font-size: 24px;
    gap: 8px;
  }
  #masthead .top-level-menu-item > a > svg {
    transform: rotate(-90deg) !important;
    width: 24px;
    height: auto;
  }
}
@media all and (max-width: 1080px) {
  .footer-top-row,
  .testimonials-row,
  .benefits-inner .benefits-row,
  .appointment-row,
  .page-bottom-cta-row {
    flex-direction: column;
  }
  .fifty-fifty-wrap > div:nth-of-type(2n) .fifty-fifty-row,
  .fifty-fifty-row {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .fifty-fifty-row::after {
    display: none;
  }
  .fifty-fifty-wrap.count-1 .fifty-fifty-row,
  .fifty-fifty-row {
    gap: 40px;
  }
  .fifty-fifty-row .img-container {
    max-width: 500px;
  }
  .testimonials-row {
    align-items: flex-start;
  }
  .container.has-mx.no-right {
    padding-right: 32px;
  }
  .testimonials-row > div {
    max-width: 100%;
  }
  .testimonials-row .left {
    width: 100%;
    min-width: 1px;
    max-width: 400px;
  }
  .benefits-inner {
    padding: 32px;
  }
  .page-bottom-cta-row .left,
  .page-bottom-cta-row .right {
    width: 100%;
    min-width: 1px;
    max-width: 100%;
  }
  .appointment-row {
    align-items: center;
    gap: 40px;
  }
  .appointment-row > div::after {
    display: none !important;
  }
  .appointment-row > div {
    max-width: 400px;
  }
  .testimonials-swiper {
    overflow: unset;
  }
  .swiper-slide.blank-slide {
    display: none;
  }
  .home-hero-inner {
    padding: 64px 32px;
  }
  .service-cards > div {
    width: 100%;
    max-width: 100%;
    min-width: 1px;
  }
  .post-grid {
    grid-template-columns: repeat(2, calc(50% - 12px));
  }
}
@media all and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
  .large-article-card.article-card {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .large-article-card.article-card > div {
    flex: unset;
  }
  .large-article-card.article-card .img-container {
    max-width: 420px;
  }
  .post-grid {
    grid-template-columns: 100%;
  }
  .article-card .img-container {
    height: 272px;
  }
  .service-hero-inner {
    padding: 64px 0;
  }
  .service-cards {
    gap: 16px;
    margin: 40px 0 0;
  }
  .service-card {
    padding: 24px 16px 24px 32px;
  }
  .home-hero-inner {
    min-height: 500px;
  }
  h1 {
    font-size: 42px;
  }
  .home-hero-inner .body p {
    font-size: 22px;
    line-height: 120%;
  }
  .fifty-fifty-row h2,
  .h2 h1, .h2, h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 22px;
  }
  .team-carousel-section .bottom-text {
    margin: 40px 0 0;
  }
  .team-carousel-section .btn-container {
    margin:24px 0 0;
  }
  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin: 64px 0 0;
  }
  .specialists-filter-btns-row {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .specialist-swiper {
    margin: 40px 0 0;
  }
  .home-hero-inner {
    padding: 40px 16px;
  }
  .container.has-mx.no-right {
    padding-right: 16px;
  }
  .small-section-padding {
    padding: 40px 0;
  }
  .normal-section-padding {
    padding: 64px 0;
  }
  .specialist-card {
    padding: 16px;
  }
  #colophon .text-logo {
    font-size: 57px;
    max-width: 256px;
  }
  .home-hero-inner .dec-svg {
    width: 68%;
  }
  .benefits-inner {
    padding: 32px 16px;
  }
  .cards-grid > div {
    padding: 16px;
  }
  ul.benefits-list li {
    margin: 0 0 32px;
  }
  .cta-inner .dec-svg {
    transform: translateX(71%);
  }
  .article-swiper {
    margin: 40px 0 0;
  }
  .cta-inner {
    padding: 40px 16px;
  }
  .testimonial-card {
    height: 400px;
  }
  .accordion-title h4 {
    font-size: 20px;
  }
  .numbers-grid > div {
    width: 100%;
    min-width: 1px;
    margin-left: 16px;
  }
  .cards-grid-section h2 {
    margin: 0 0 24px;
  }
}
@media all and (max-width: 500px) {
  .footer-menus-row {
    flex-direction: column;
  }
}