/*-- -------------------------- -->
<---    Sensory Processing Hero -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sensory-hero {
    position: relative;
    z-index: 1;
    min-height: 36.25em;
    padding: 10.625em 1em 4em;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-color: var(--primaryDark);
  }
  #sensory-hero .container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #sensory-hero .sensory-hero-content {
    width: 100%;
    max-width: 40.625em;
  }
  #sensory-hero .sensory-hero-breadcrumb {
    margin-bottom: 1.625em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    font-size: 0.625em;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: .18em;
  }
  #sensory-hero .sensory-hero-breadcrumb .line {
    width: 1.5em;
    height: 1px;
    display: block;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.4);
  }
  #sensory-hero .sensory-hero-title {
    margin-bottom: 0.5em;
    color: var(--paper);
    font-size: clamp(2.625em, 11vw, 3.625em);
    line-height: .98em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #sensory-hero .sensory-hero-title span {
    margin-top: 0.3125em;
    display: block;
    color: var(--gold);
    font-style: italic;
    font-weight: 400;
    line-height: 1.05em;
  }
  #sensory-hero .sensory-hero-text {
    width: 100%;
    max-width: 32.77777778em;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.0625em;
    line-height: 1.6em;
    font-weight: 400;
  }
  #sensory-hero .sensory-hero-background {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
  }
  #sensory-hero .sensory-hero-background img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 58% center;
  }
  #sensory-hero .sensory-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(17, 35, 30, 0.92) 0%, rgba(17, 35, 30, 0.79) 52%, rgba(17, 35, 30, 0.48) 100%), linear-gradient(0deg, rgba(17, 35, 30, 0.72) 0%, rgba(17, 35, 30, 0.18) 55%, rgba(17, 35, 30, 0.28) 100%);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #sensory-hero {
    min-height: 38.75em;
    padding: 11.875em 2em 4.875em;
    align-items: flex-end;
  }
  #sensory-hero .sensory-hero-content {
    max-width: 43.75em;
  }
  #sensory-hero .sensory-hero-breadcrumb {
    margin-bottom: 1.875em;
    gap: 0.6875em;
    font-size: 0.6875em;
  }
  #sensory-hero .sensory-hero-breadcrumb .line {
    width: 1.63636364em;
  }
  #sensory-hero .sensory-hero-title {
    font-size: 4em;
    line-height: .98em;
  }
  #sensory-hero .sensory-hero-title span {
    margin-top: 0.25em;
    font-size: 1em;
  }
  #sensory-hero .sensory-hero-text {
    max-width: 32.63157895em;
    font-size: 1.1875em;
    line-height: 1.55em;
  }
  #sensory-hero .sensory-hero-background img {
    object-position: center;
  }
  #sensory-hero .sensory-hero-overlay {
    background: linear-gradient(90deg, rgba(17, 35, 30, 0.92) 0%, rgba(17, 35, 30, 0.79) 44%, rgba(17, 35, 30, 0.45) 76%, rgba(17, 35, 30, 0.32) 100%), linear-gradient(0deg, rgba(17, 35, 30, 0.62) 0%, rgba(17, 35, 30, 0.08) 64%, rgba(17, 35, 30, 0.22) 100%);
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #sensory-hero {
    min-height: 28.4375em;
    padding: 9.0625em 2em 3.875em;
    align-items: center;
  }
  #sensory-hero .container {
    width: 75%;
    max-width: 73.125em;
  }
  #sensory-hero .sensory-hero-content {
    max-width: 44.375em;
  }
  #sensory-hero .sensory-hero-breadcrumb {
    margin-bottom: 1.75em;
    gap: 0.75em;
    font-size: 0.6875em;
    letter-spacing: .19em;
  }
  #sensory-hero .sensory-hero-breadcrumb .line {
    width: 1.63636364em;
  }
  #sensory-hero .sensory-hero-title {
    font-size: 4em;
    line-height: .96em;
  }
  #sensory-hero .sensory-hero-title span {
    margin-top: 0.3125em;
    font-size: 1em;
    line-height: 1em;
  }
  #sensory-hero .sensory-hero-text {
    max-width: 31.25em;
    font-size: 1.25em;
    line-height: 1.6em;
  }
  #sensory-hero .sensory-hero-background img {
    object-position: center 48%;
  }
  #sensory-hero .sensory-hero-overlay {
    background: linear-gradient(90deg, rgba(17, 35, 30, 0.91) 0%, rgba(17, 35, 30, 0.78) 36%, rgba(17, 35, 30, 0.47) 64%, rgba(17, 35, 30, 0.24) 100%), linear-gradient(0deg, rgba(17, 35, 30, 0.58) 0%, rgba(17, 35, 30, 0.08) 62%, rgba(17, 35, 30, 0.2) 100%);
  }
}
/*-- -------------------------- -->
<---  Sensory Processing Intro  -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sensory-intro {
    padding: 4em 1em;
    background-color: var(--paper);
  }
  #sensory-intro .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 3em;
  }
  #sensory-intro .sensory-intro-content {
    width: 100%;
  }
  #sensory-intro .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #sensory-intro .title {
    margin-bottom: 0.5em;
    color: var(--primary);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #sensory-intro .sensory-intro-copy p {
    margin: 0 0 1.15789474em;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #sensory-intro .sensory-intro-copy p:last-child {
    margin-bottom: 0;
  }
  #sensory-intro .sensory-intro-copy p strong {
    color: var(--primary);
    font-weight: 500;
  }
  #sensory-intro .sensory-intro-copy p a {
    color: var(--primary);
    text-decoration-color: rgba(47, 93, 80, 0.5);
    text-underline-offset: 3px;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
  }
  #sensory-intro .sensory-intro-copy p a:hover {
    color: var(--goldDark);
    text-decoration-color: var(--goldDark);
  }
  #sensory-intro .sensory-intro-quote {
    margin: 1.54545455em 0 0;
    padding: 1.18181818em 0 0;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
    color: var(--primary);
    font-size: 1.375em;
    line-height: 1.5em;
    font-style: italic;
    font-weight: 400;
  }
  #sensory-intro .sensory-intro-card {
    width: 100%;
    padding: 2em 1.5em;
    border: 1px solid rgba(47, 93, 80, 0.12);
    box-sizing: border-box;
    background-color: transparent;
  }
  #sensory-intro .card-topper {
    margin-bottom: 2.16666667em;
    display: block;
    color: var(--bodyMuted);
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .24em;
  }
  #sensory-intro .card-item {
    margin-bottom: 1.75em;
  }
  #sensory-intro .card-item h3 {
    margin: 0 0 0.52631579em;
    color: var(--primary);
    font-size: 1.375em;
    line-height: 1.35em;
    font-weight: 400;
    font-style: italic;
  }
  #sensory-intro .card-item p {
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.0625em;
    line-height: 1.6em;
    font-weight: 400;
  }
  #sensory-intro .card-link {
    padding-top: 1.33333333em;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
    display: flex;
    align-items: center;
    gap: 0.4em;
    color: var(--sage);
    text-decoration: none;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .04em;
    transition: color .3s ease,
                gap .3s ease;
  }
  #sensory-intro .card-link:hover {
    gap: 0.66666667em;
    color: var(--primary);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #sensory-intro {
    padding: 5.25em 2em;
  }
  #sensory-intro .container {
    gap: 3.5em;
  }
  #sensory-intro .sensory-intro-content {
    max-width: 50em;
  }
  #sensory-intro .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #sensory-intro .title {
    font-size: 3.75em;
  }
  #sensory-intro .sensory-intro-copy p {
    font-size: 1.1875em;
    line-height: 1.7em;
  }
  #sensory-intro .sensory-intro-quote {
    max-width: 29.56521739em;
    margin-top: 1.65217391em;
    padding-top: 1.2173913em;
    font-size: 1.4375em;
  }
  #sensory-intro .sensory-intro-card {
    max-width: 35em;
    padding: 2.375em 2.125em;
  }
  #sensory-intro .card-topper {
    font-size: 1.25em;
  }
  #sensory-intro .card-item h3 {
    font-size: 1.375em;
  }
  #sensory-intro .card-item p {
    font-size: 1.0625em;
  }
  #sensory-intro .card-link {
    font-size: 1.25em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #sensory-intro {
    padding: 5.5em 2em;
  }
  #sensory-intro .container {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(20.625em, 0.95fr);
    align-items: start;
    gap: 5em;
  }
  #sensory-intro .sensory-intro-content {
    max-width: none;
  }
  #sensory-intro .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #sensory-intro .title {
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #sensory-intro .sensory-intro-copy {
    max-width: 48.75em;
  }
  #sensory-intro .sensory-intro-copy p {
    margin-bottom: 1.1em;
    font-size: 1.25em;
    line-height: 1.65em;
  }
  #sensory-intro .sensory-intro-quote {
    max-width: 30.83333333em;
    margin-top: 1.58333333em;
    padding-top: 1.08333333em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
  #sensory-intro .sensory-intro-card {
    width: 100%;
    max-width: none;
    padding: 2.375em 2.25em 2.25em;
  }
  #sensory-intro .card-topper {
    margin-bottom: 2.33333333em;
    font-size: 1.25em;
  }
  #sensory-intro .card-item {
    margin-bottom: 1.75em;
  }
  #sensory-intro .card-item h3 {
    margin-bottom: 0.52631579em;
    font-size: 1.375em;
  }
  #sensory-intro .card-item p {
    font-size: 1.0625em;
    line-height: 1.6em;
  }
  #sensory-intro .card-link {
    padding-top: 1.33333333em;
    font-size: 1.25em;
  }
}
/*-- -------------------------- -->
<--- Sensory Processing Profiles -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sensory-profiles {
    padding: 4em 1em;
    background-color: var(--paper);
  }
  #sensory-profiles .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #sensory-profiles .sensory-profiles-header {
    width: 100%;
    max-width: 47.5em;
    margin-bottom: 2.5em;
  }
  #sensory-profiles .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #sensory-profiles .title {
    margin: 0 0 0.5em;
    color: var(--primary);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #sensory-profiles .intro {
    width: 100%;
    max-width: 37.77777778em;
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #sensory-profiles .sensory-profiles-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
  #sensory-profiles .profile-card {
    width: 100%;
    padding: 1.875em 1.5em;
    border: 1px solid rgba(47, 93, 80, 0.12);
    box-sizing: border-box;
    background-color: transparent;
  }
  #sensory-profiles .profile-number {
    margin-bottom: 1.81818182em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.6875em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .2em;
  }
  #sensory-profiles h3 {
    margin: 0 0 0.54545455em;
    color: var(--primary);
    font-size: 1.375em;
    line-height: 1.35em;
    font-weight: 400;
  }
  #sensory-profiles .profile-description {
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.0625em;
    line-height: 1.6em;
    font-weight: 400;
  }
  #sensory-profiles ul {
    margin: 1.375em 0 0;
    padding: 1.375em 0 0;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
  }
  #sensory-profiles li {
    position: relative;
    margin-bottom: 0.875em;
    padding-left: 1.25em;
    color: var(--bodyText);
    font-size: 1em;
    line-height: 1.55em;
    font-weight: 400;
    list-style: none;
  }
  #sensory-profiles li:before {
    content: '';
    position: absolute;
    top: 0.6875em;
    left: 0;
    width: 0.375em;
    height: 1px;
    background-color: var(--sage);
  }
  #sensory-profiles li:last-child {
    margin-bottom: 0;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #sensory-profiles {
    padding: 5.25em 2em;
  }
  #sensory-profiles .sensory-profiles-header {
    margin-bottom: 3em;
  }
  #sensory-profiles .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #sensory-profiles .title {
    font-size: 3.75em;
  }
  #sensory-profiles .intro {
    max-width: 37.89473684em;
    font-size: 1.1875em;
    line-height: 1.7em;
  }
  #sensory-profiles .sensory-profiles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75em;
  }
  #sensory-profiles .profile-card {
    padding: 2.125em 1.875em;
  }
  #sensory-profiles .profile-card:last-child {
    grid-column: -1;
  }
  #sensory-profiles .profile-number {
    margin-bottom: 2em;
  }
  #sensory-profiles h3 {
    font-size: 1.375em;
  }
  #sensory-profiles .profile-description {
    font-size: 1.0625em;
  }
  #sensory-profiles li {
    font-size: 1em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #sensory-profiles {
    padding: 5.5em 2em;
  }
  #sensory-profiles .sensory-profiles-header {
    max-width: 49.375em;
    margin-bottom: 3.375em;
  }
  #sensory-profiles .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #sensory-profiles .title {
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #sensory-profiles .intro {
    max-width: 35.5em;
    font-size: 1.25em;
    line-height: 1.65em;
  }
  #sensory-profiles .sensory-profiles-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2em;
  }
  #sensory-profiles .profile-card {
    height: 100%;
    padding: 2.25em 2.25em 2.125em;
  }
  #sensory-profiles .profile-card:last-child {
    grid-column: auto;
  }
  #sensory-profiles .profile-number {
    margin-bottom: 2.18181818em;
    font-size: 0.6875em;
  }
  #sensory-profiles h3 {
    margin-bottom: 0.54545455em;
    font-size: 1.375em;
    line-height: 1.45em;
  }
  #sensory-profiles .profile-description {
    font-size: 1.0625em;
    line-height: 1.6em;
  }
  #sensory-profiles ul {
    margin-top: 1.375em;
    padding-top: 1.375em;
  }
  #sensory-profiles li {
    margin-bottom: 0.875em;
    padding-left: 1.25em;
    font-size: 1em;
    line-height: 1.55em;
  }
}
/*-- -------------------------- -->
<---   Sensory Therapy Process  -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sensory-process {
    padding: 4em 1em;
    background-color: var(--primary);
  }
  #sensory-process .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #sensory-process .sensory-process-header {
    width: 100%;
    max-width: 45em;
    margin-bottom: 2.5em;
  }
  #sensory-process .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--gold);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #sensory-process .title {
    margin: 0 0 0.5em;
    color: var(--paper);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #sensory-process .intro {
    width: 100%;
    max-width: 36.66666667em;
    margin: 0;
    color: rgba(247, 245, 241, 0.78);
    font-size: 1.125em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #sensory-process .sensory-process-list {
    width: 100%;
    border-top: 1px solid rgba(247, 245, 241, 0.18);
  }
  #sensory-process .process-item {
    width: 100%;
    padding: 1.875em 0;
    border-bottom: 1px solid rgba(247, 245, 241, 0.18);
    display: grid;
    grid-template-columns: 2.625em minmax(0, 1fr);
    gap: 1.125em;
  }
  #sensory-process .process-number {
    padding-top: 0.38461538em;
    color: rgba(247, 245, 241, 0.72);
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: .12em;
  }
  #sensory-process .process-content {
    width: 100%;
  }
  #sensory-process .process-content h3 {
    margin: 0 0 0.45454545em;
    color: var(--paper);
    font-size: 1.375em;
    line-height: 1.35em;
    font-weight: 400;
  }
  #sensory-process .process-content p {
    margin: 0;
    color: rgba(247, 245, 241, 0.76);
    font-size: 1.0625em;
    line-height: 1.65em;
    font-weight: 400;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #sensory-process {
    padding: 5.25em 2em;
  }
  #sensory-process .sensory-process-header {
    max-width: 47.5em;
    margin-bottom: 3em;
  }
  #sensory-process .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #sensory-process .title {
    font-size: 3.75em;
  }
  #sensory-process .intro {
    max-width: 36.84210526em;
    font-size: 1.1875em;
    line-height: 1.7em;
  }
  #sensory-process .process-item {
    padding: 2.125em 0;
    grid-template-columns: 4em minmax(0, 1fr);
    gap: 1.875em;
  }
  #sensory-process .process-number {
    font-size: 0.8125em;
  }
  #sensory-process .process-content {
    max-width: 47.5em;
  }
  #sensory-process .process-content h3 {
    font-size: 1.5em;
  }
  #sensory-process .process-content p {
    font-size: 1.125em;
    line-height: 1.65em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #sensory-process {
    padding: 5.5em 2em;
  }
  #sensory-process .sensory-process-header {
    max-width: 49.375em;
    margin-bottom: 3.375em;
  }
  #sensory-process .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #sensory-process .title {
    margin-bottom: 0.5em;
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #sensory-process .intro {
    max-width: 33.80952381em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #sensory-process .process-item {
    padding: 2em 0;
    grid-template-columns: 4.375em minmax(0, 1fr);
    gap: 1.75em;
  }
  #sensory-process .process-number {
    padding-top: 0.53846154em;
    font-size: 1.125em;
    letter-spacing: .14em;
  }
  #sensory-process .process-content {
    max-width: 47.5em;
  }
  #sensory-process .process-content h3 {
    margin-bottom: 0.35714286em;
    font-size: 1.75em;
    line-height: 1.4em;
  }
  #sensory-process .process-content p {
    font-size: 1.3125em;
    line-height: 1.6em;
  }
}
/*-- -------------------------- -->
<---  Sensory Processing FAQ    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sensory-faq {
    padding: 4em 1em;
    background-color: var(--sand);
  }
  #sensory-faq .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #sensory-faq .sensory-faq-header {
    width: 100%;
    max-width: 47.5em;
    margin-bottom: 2.5em;
  }
  #sensory-faq .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #sensory-faq .title {
    margin: 0;
    color: var(--primary);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #sensory-faq .sensory-faq-list {
    width: 100%;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
  }
  #sensory-faq .faq-item {
    width: 100%;
    border-bottom: 1px solid rgba(47, 93, 80, 0.16);
  }
  #sensory-faq .faq-question {
    width: 100%;
    padding: 1.5em 0;
    border: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1.75em;
    align-items: center;
    gap: 1.125em;
    background-color: transparent;
    text-align: left;
    cursor: pointer;
  }
  #sensory-faq .faq-question > span:first-child {
    color: var(--primary);
    font-size: 1.375em;
    line-height: 1.4em;
    font-weight: 400;
  }
  #sensory-faq .faq-icon {
    position: relative;
    width: 1.25em;
    height: 1.25em;
    display: block;
    justify-self: end;
  }
  #sensory-faq .faq-icon:before,
  #sensory-faq .faq-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.75em;
    height: 1px;
    background-color: var(--sage);
    transform: translate(-50%, -50%);
    transition: transform .3s ease;
  }
  #sensory-faq .faq-icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #sensory-faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.45s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  #sensory-faq .faq-answer-inner {
    padding: 0 0 1.625em;
  }
  #sensory-faq .faq-answer-inner p {
    max-width: 44.70588235em;
    margin: 0 0 1.05882353em;
    color: var(--bodyMuted);
    font-size: 1.0625em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #sensory-faq .faq-answer-inner p:last-child {
    margin-bottom: 0;
  }
  #sensory-faq .faq-item.active .faq-answer {
    max-height: 43.75em;
    opacity: 1;
    visibility: visible;
  }
  #sensory-faq .faq-item.active .faq-icon:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #sensory-faq {
    padding: 5.25em 2em;
  }
  #sensory-faq .sensory-faq-header {
    margin-bottom: 3em;
  }
  #sensory-faq .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #sensory-faq .title {
    font-size: 3.75em;
  }
  #sensory-faq .faq-question {
    padding: 1.75em 0;
    grid-template-columns: minmax(0, 1fr) 2.125em;
    gap: 1.5em;
  }
  #sensory-faq .faq-question > span:first-child {
    font-size: 1.5em;
    line-height: 1.4em;
  }
  #sensory-faq .faq-answer-inner {
    padding-bottom: 1.875em;
  }
  #sensory-faq .faq-answer-inner p {
    max-width: 44.44444444em;
    font-size: 1.125em;
    line-height: 1.7em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #sensory-faq {
    padding: 5.5em 2em;
  }
  #sensory-faq .sensory-faq-header {
    max-width: 49.375em;
    margin-bottom: 3.375em;
  }
  #sensory-faq .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #sensory-faq .title {
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #sensory-faq .sensory-faq-list {
    max-width: 62.5em;
  }
  #sensory-faq .faq-question {
    padding: 1.875em 0;
    grid-template-columns: minmax(0, 1fr) 2.375em;
    gap: 1.75em;
  }
  #sensory-faq .faq-question > span:first-child {
    font-size: 1.75em;
    line-height: 1.4em;
  }
  #sensory-faq .faq-icon {
    width: 1.375em;
    height: 1.375em;
  }
  #sensory-faq .faq-icon:before,
  #sensory-faq .faq-icon:after {
    width: 0.875em;
  }
  #sensory-faq .faq-answer-inner {
    padding-bottom: 2em;
  }
  #sensory-faq .faq-answer-inner p {
    max-width: 39.04761905em;
    margin-bottom: 0.95238095em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
}
/*-- -------------------------- -->
<---  Sensory Therapy Location  -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sensory-location {
    padding: 4em 1em;
    background-color: var(--sand);
  }
  #sensory-location .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 2.75em;
  }
  #sensory-location .sensory-location-content {
    width: 100%;
  }
  #sensory-location .sensory-location-content h2 {
    margin: 0 0 0.5em;
    color: var(--primary);
    font-size: clamp(2.25em, 9vw, 3em);
    line-height: 1.08em;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  #sensory-location .sensory-location-content p {
    max-width: 42.22222222em;
    margin: 0;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.65em;
    font-weight: 400;
  }
  #sensory-location .sensory-location-details {
    width: 100%;
  }
  #sensory-location .location-detail {
    padding: 1.375em 0;
    border-top: 1px solid rgba(47, 93, 80, 0.16);
  }
  #sensory-location .location-detail:last-child {
    border-bottom: 1px solid rgba(47, 93, 80, 0.16);
  }
  #sensory-location .location-detail > span {
    margin-bottom: 0.92307692em;
    display: block;
    color: var(--bodyMuted);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .24em;
  }
  #sensory-location .location-detail address {
    margin: 0;
    font-style: normal;
  }
  #sensory-location .location-detail a,
  #sensory-location .location-detail p {
    margin: 0;
    color: var(--primary);
    font-size: 1.125em;
    line-height: 1.6em;
    font-weight: 400;
    text-decoration: none;
  }
  #sensory-location .location-detail a {
    transition: color .3s ease;
  }
  #sensory-location .location-detail a:hover {
    color: var(--goldDark);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #sensory-location {
    padding: 5.25em 2em;
  }
  #sensory-location .container {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(17.5em, 0.8fr);
    align-items: start;
    gap: 4em;
  }
  #sensory-location .sensory-location-content h2 {
    font-size: 3.25em;
  }
  #sensory-location .sensory-location-content p {
    font-size: 1.1875em;
    line-height: 1.65em;
  }
  #sensory-location .location-detail {
    padding: 1.5em 0;
  }
  #sensory-location .location-detail > span {
    font-size: 0.8125em;
  }
  #sensory-location .location-detail a,
  #sensory-location .location-detail p {
    font-size: 1.125em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #sensory-location {
    padding: 5.5em 2em;
  }
  #sensory-location .container {
    grid-template-columns: minmax(0, 1.65fr) minmax(21.25em, 0.85fr);
    gap: 6em;
  }
  #sensory-location .sensory-location-content {
    max-width: 49.375em;
  }
  #sensory-location .sensory-location-content h2 {
    margin-bottom: 0.5em;
    font-size: 3em;
    line-height: 1.1em;
  }
  #sensory-location .sensory-location-content p {
    max-width: 36.19047619em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #sensory-location .sensory-location-details {
    max-width: 24.375em;
  }
  #sensory-location .location-detail {
    padding: 1.375em 0;
  }
  #sensory-location .location-detail > span {
    margin-bottom: 0.92307692em;
    font-size: 0.8125em;
  }
  #sensory-location .location-detail a,
  #sensory-location .location-detail p {
    font-size: 1.125em;
    line-height: 1.6em;
  }
}
/*-- -------------------------- -->
<---     Sensory Evaluation CTA -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sensory-cta {
    padding: 4em 1em;
    background-color: var(--sand);
  }
  #sensory-cta .container {
    width: 100%;
    max-width: 80em;
    margin: auto;
  }
  #sensory-cta .sensory-cta-content {
    width: 100%;
    max-width: 56.25em;
    margin: auto;
    text-align: center;
  }
  #sensory-cta .topper {
    margin-bottom: 1em;
    display: block;
    color: var(--goldDark);
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .28em;
  }
  #sensory-cta .title {
    margin: 0 0 0.5em;
    color: var(--primary);
    font-size: clamp(2.625em, 11vw, 3.5em);
    line-height: 1.02em;
    font-weight: 400;
    letter-spacing: -0.025em;
  }
  #sensory-cta .text {
    width: 100%;
    max-width: 42.22222222em;
    margin: 0 auto;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.7em;
    font-weight: 400;
  }
  #sensory-cta .sensory-cta-buttons {
    margin-top: 1.875em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875em;
  }
  #sensory-cta .primary-button,
  #sensory-cta .secondary-button {
    min-width: 13.75em;
    min-height: 3.25em;
    padding: 0 1.5em;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: .14em;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, gap 0.3s ease;
  }
  #sensory-cta .primary-button {
    gap: 0.57142857em;
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--paper);
  }
  #sensory-cta .primary-button:hover {
    gap: 0.85714286em;
    background-color: var(--primaryDark);
    border-color: var(--primaryDark);
  }
  #sensory-cta .secondary-button {
    background-color: transparent;
    border-color: rgba(47, 93, 80, 0.18);
    color: var(--primary);
  }
  #sensory-cta .secondary-button:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--paper);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #sensory-cta {
    padding: 5.25em 2em;
  }
  #sensory-cta .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #sensory-cta .title {
    font-size: 3.75em;
  }
  #sensory-cta .text {
    max-width: 43.15789474em;
    font-size: 1.1875em;
    line-height: 1.7em;
  }
  #sensory-cta .sensory-cta-buttons {
    margin-top: 2.125em;
  }
  #sensory-cta .primary-button,
  #sensory-cta .secondary-button {
    min-width: 15em;
    min-height: 3.375em;
    font-size: 0.875em;
  }
}
/* Desktop */
@media only screen and (min-width: 64em) {
  #sensory-cta {
    padding: 5.5em 2em;
  }
  #sensory-cta .sensory-cta-content {
    max-width: 58.75em;
  }
  #sensory-cta .topper {
    margin-bottom: 1.125em;
    font-size: 0.875em;
  }
  #sensory-cta .title {
    margin-bottom: 0.5em;
    font-size: 3.875em;
    line-height: 1.02em;
  }
  #sensory-cta .text {
    max-width: 40.47619048em;
    font-size: 1.3125em;
    line-height: 1.65em;
  }
  #sensory-cta .sensory-cta-buttons {
    margin-top: 2.25em;
    gap: 0.875em;
  }
  #sensory-cta .primary-button,
  #sensory-cta .secondary-button {
    min-width: 15.625em;
    min-height: 3.375em;
    padding: 0 1.75em;
    font-size: 0.875em;
  }
}
