.menu-icon[data-v-2b8f8eac]{cursor:pointer;z-index:110;flex-direction:column;justify-content:space-between;width:28px;height:20px;display:flex;position:relative}.bar[data-v-2b8f8eac]{transform-origin:50%;background-color:#fff;border-radius:4px;width:100%;height:2px;transition:all .5s cubic-bezier(.68,-.6,.32,1.6)}.is-open .bar-1[data-v-2b8f8eac]{transform:translateY(9px)rotate(135deg)}.is-open .bar-2[data-v-2b8f8eac]{opacity:0;transform:translate(-10px)}.is-open .bar-3[data-v-2b8f8eac]{transform:translateY(-9px)rotate(-135deg)}.menu-icon:hover .bar-1[data-v-2b8f8eac]{transform:translateY(1px)}.menu-icon:hover .bar-3[data-v-2b8f8eac]{transform:translateY(-1px)}.is-open:hover .bar-1[data-v-2b8f8eac]{transform:translateY(9px)rotate(135deg)scale(1.1)}.is-open:hover .bar-3[data-v-2b8f8eac]{transform:translateY(-9px)rotate(-135deg)scale(1.1)}.header{height:var(--header-height-desktop);background:teal;border-radius:15px;align-items:center;margin:5px;display:flex;position:sticky;top:5px;box-shadow:0 0 3px #000000a6}.header .logo{flex-basis:1px;max-height:50px;padding:5px}.header .space{flex-grow:1}.header .top-help{color:#fff;flex-direction:column;justify-content:center;align-items:center;height:100%;font-size:15px;display:flex}.header .top-help a{color:#fff;font-size:18px;text-decoration:underline}.header .toggle-menu-icon{display:none}.header .menu{flex-basis:1px;align-items:center;display:flex}.header .menu a{cursor:pointer;color:#fff;align-items:center;margin:5px;padding:8px 12px;text-decoration:none;transition:all .2s;display:flex}.header .menu a:hover{color:teal;background:#fff;border-radius:100px}.header .dropdown{position:relative}.header .dropdown .dropdown-trigger{cursor:pointer;color:#fff;align-items:center;gap:5px;margin:5px;padding:8px 12px;transition:all .2s;display:flex}.header .dropdown .dropdown-trigger:hover{color:teal;background:#fff;border-radius:100px}.header .dropdown .dropdown-trigger .arrow{font-size:10px;transition:transform .3s}.header .dropdown .dropdown-content{z-index:1000;background:#fff;border-radius:15px;min-width:220px;padding:10px 0;display:none;position:absolute;top:calc(100% - 5px);left:5px;overflow:hidden;box-shadow:0 8px 16px #0003}.header .dropdown .dropdown-content a{color:teal;border-radius:0;margin:0;padding:10px 20px;text-decoration:none;transition:background .2s;display:block}.header .dropdown .dropdown-content a:hover{background:#f5f5f5;border-radius:0}.header .dropdown:hover .dropdown-content{display:block}.header .dropdown:hover .arrow{transform:rotate(180deg)}.header .menu-background{display:none}@media (width<=768px){.header{height:var(--header-height-mobile)}.header .toggle-menu-icon{z-index:101;align-items:center;padding:1px 5px;display:flex}.header .menu{z-index:100;width:var(--mobile-menu-width);background:#fff;flex-direction:column;padding-top:60px;transition:all .3s ease-in-out;display:flex;position:fixed;top:0;bottom:0;right:-100%}.header .menu a,.header .menu .dropdown-trigger{color:teal;justify-content:flex-start;width:100%;margin:0;padding:15px 25px;font-size:1.2rem}.header .menu a:hover,.header .menu .dropdown-trigger:hover{background:#f5f5f5;border-radius:0}.header .dropdown{width:100%}.header .dropdown .dropdown-content{box-shadow:none;background:#f9f9f9;border-radius:0;padding:0;display:none;position:static}.header .dropdown .dropdown-content a{padding-left:45px;font-size:1.1rem}.header .dropdown.dropdown-open .dropdown-content{display:block}.header .dropdown.dropdown-open .arrow{transform:rotate(180deg)}.header .menu-background{z-index:-1;opacity:0;pointer-events:none;background:#0003;transition:opacity .3s;display:block;position:fixed;inset:0}}.header.menu-open .menu-background{z-index:99;opacity:1;pointer-events:auto}.header.menu-open .menu{right:0}.footer{color:#fff;background:teal;padding:10px;display:flex}.footer .copyright{text-align:center}body,html{margin:0;padding:0}:root{--mobile-menu-offset:50px;--mobile-menu-width:calc(100% - var(--mobile-menu-offset));--header-height-desktop:60px;--header-height-mobile:60px}.home-page{flex-direction:column;display:flex}.schedule-form{flex-direction:column;gap:10px;width:100%;max-width:none;display:flex}.schedule-form input{border:1px solid gray;border-radius:5px;padding:10px}.schedule-form button{color:#fff;cursor:pointer;background:teal;border:1px solid gray;border-radius:5px;padding:10px;transition:all .2s}.schedule-form button:hover{background:#004d4d}.phone{color:teal;font-size:24px}.method{margin-top:25px;display:flex}.method>div>div{margin-bottom:10px}.method img{width:50%}.method h2{border-bottom:1px solid gray}.method{border-radius:15px;margin:5px;box-shadow:0 0 3px #000000a6}.method>*{padding:5px 10px}h2{margin:0 0 10px;font-size:26px}.who-we-are{display:flex}.who-we-are h3{text-wrap:nowrap;margin:0}.who-we-are h4{margin:0 0 5px}.who-we-are .person-image{width:200px;height:200px;box-shadow:5px;background-position:50%;background-size:cover;border-radius:100px}.who-we-are .title-container{flex-direction:column;align-items:center;padding:5px;display:flex}.who-we-are{gap:10px;padding:5px}.who-we-are>div{width:50%;display:flex}.who-we-are>div>div{border-radius:15px;display:flex;box-shadow:0 0 3px #000000a6}.who-we-are .person-description{padding:10px}.who-we-are .person-description>div{margin-bottom:10px}.therapy-types{align-items:stretch;display:flex}.therapy-types>div{width:25%;display:flex}.therapy-types>div>div img{width:100%}.therapy-types>div>div{border-radius:15px;margin:5px;padding:5px;box-shadow:0 0 3px #000000a6}.therapy-types>div>div h3{text-align:center}@media (width<=768px){.therapy-types{flex-direction:column}.therapy-types>div{width:100%!important}.method{flex-direction:column}.method img{width:100%!important}.who-we-are{flex-direction:column}.who-we-are>div{width:100%!important}.who-we-are .inner-columns{flex-direction:column}}.therapy-page[data-v-884e8fc3]{flex-direction:column;gap:40px;max-width:1000px;margin:0 auto;padding:40px 20px;display:flex}.therapy-hero[data-v-884e8fc3]{text-align:center}.therapy-hero img[data-v-884e8fc3]{width:120px;margin-bottom:20px}.therapy-hero h1[data-v-884e8fc3]{color:teal;margin:0;font-size:3rem}.therapy-hero .subtitle[data-v-884e8fc3]{color:#666;font-size:1.2rem}.content-section[data-v-884e8fc3]{grid-template-columns:1fr;gap:30px;display:grid}.content-section .text-block[data-v-884e8fc3]{background:#fff;border:1px solid #eee;border-radius:15px;padding:30px;box-shadow:0 4px 15px #0000000d}.content-section .text-block h2[data-v-884e8fc3]{color:teal;margin-top:0}.content-section .text-block p[data-v-884e8fc3]{font-size:1.1rem;line-height:1.6}.cta-section[data-v-884e8fc3]{text-align:center;color:#fff;background:teal;border-radius:20px;padding:60px 40px}.cta-section h2[data-v-884e8fc3]{color:#fff;font-size:2rem}.cta-section .cta-button[data-v-884e8fc3]{color:teal;background:#fff;border-radius:50px;margin-top:20px;padding:15px 30px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.cta-section .cta-button[data-v-884e8fc3]:hover{transform:scale(1.05)}.therapy-page[data-v-a116051f]{flex-direction:column;gap:40px;max-width:1000px;margin:0 auto;padding:40px 20px;display:flex}.therapy-hero[data-v-a116051f]{text-align:center}.therapy-hero img[data-v-a116051f]{width:120px;margin-bottom:20px}.therapy-hero h1[data-v-a116051f]{color:teal;margin:0;font-size:3rem}.therapy-hero .subtitle[data-v-a116051f]{color:#666;font-size:1.2rem}.content-section[data-v-a116051f]{grid-template-columns:1fr;gap:30px;display:grid}.content-section .text-block[data-v-a116051f]{background:#fff;border:1px solid #eee;border-radius:15px;padding:30px;box-shadow:0 4px 15px #0000000d}.content-section .text-block h2[data-v-a116051f]{color:teal;margin-top:0}.content-section .text-block p[data-v-a116051f]{font-size:1.1rem;line-height:1.6}.cta-section[data-v-a116051f]{text-align:center;color:#fff;background:teal;border-radius:20px;padding:60px 40px}.cta-section h2[data-v-a116051f]{color:#fff;font-size:2rem}.cta-section .cta-button[data-v-a116051f]{color:teal;background:#fff;border-radius:50px;margin-top:20px;padding:15px 30px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.cta-section .cta-button[data-v-a116051f]:hover{transform:scale(1.05)}.therapy-page[data-v-f17aff85]{flex-direction:column;gap:40px;max-width:1000px;margin:0 auto;padding:40px 20px;display:flex}.therapy-hero[data-v-f17aff85]{text-align:center}.therapy-hero img[data-v-f17aff85]{width:120px;margin-bottom:20px}.therapy-hero h1[data-v-f17aff85]{color:teal;margin:0;font-size:3rem}.therapy-hero .subtitle[data-v-f17aff85]{color:#666;font-size:1.2rem}.content-section[data-v-f17aff85]{grid-template-columns:1fr;gap:30px;display:grid}.content-section .text-block[data-v-f17aff85]{background:#fff;border:1px solid #eee;border-radius:15px;padding:30px;box-shadow:0 4px 15px #0000000d}.content-section .text-block h2[data-v-f17aff85]{color:teal;margin-top:0}.content-section .text-block p[data-v-f17aff85]{font-size:1.1rem;line-height:1.6}.cta-section[data-v-f17aff85]{text-align:center;color:#fff;background:teal;border-radius:20px;padding:60px 40px}.cta-section h2[data-v-f17aff85]{color:#fff;font-size:2rem}.cta-section .cta-button[data-v-f17aff85]{color:teal;background:#fff;border-radius:50px;margin-top:20px;padding:15px 30px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.cta-section .cta-button[data-v-f17aff85]:hover{transform:scale(1.05)}.therapy-page[data-v-fb8bd59c]{flex-direction:column;gap:40px;max-width:1000px;margin:0 auto;padding:40px 20px;display:flex}.therapy-hero[data-v-fb8bd59c]{text-align:center}.therapy-hero img[data-v-fb8bd59c]{width:120px;margin-bottom:20px}.therapy-hero h1[data-v-fb8bd59c]{color:teal;margin:0;font-size:3rem}.therapy-hero .subtitle[data-v-fb8bd59c]{color:#666;font-size:1.2rem}.content-section[data-v-fb8bd59c]{grid-template-columns:1fr;gap:30px;display:grid}.content-section .text-block[data-v-fb8bd59c]{background:#fff;border:1px solid #eee;border-radius:15px;padding:30px;box-shadow:0 4px 15px #0000000d}.content-section .text-block h2[data-v-fb8bd59c]{color:teal;margin-top:0}.content-section .text-block p[data-v-fb8bd59c]{font-size:1.1rem;line-height:1.6}.cta-section[data-v-fb8bd59c]{text-align:center;color:#fff;background:teal;border-radius:20px;padding:60px 40px}.cta-section h2[data-v-fb8bd59c]{color:#fff;font-size:2rem}.cta-section .cta-button[data-v-fb8bd59c]{color:teal;background:#fff;border-radius:50px;margin-top:20px;padding:15px 30px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.cta-section .cta-button[data-v-fb8bd59c]:hover{transform:scale(1.05)}
