html,body{margin:0;padding:0;min-height:100%;width:100%;box-sizing:border-box;overscroll-behavior:none;scroll-behavior:smooth;}body{min-height:100vh;min-width:100vw;font-family:'DM Sans',Arial,sans-serif;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#273040;text-align:center;font-size:16px;height:auto;background-color:#eeeae6;background:linear-gradient(90deg,#eeeae6,#e3dfdb);}header{min-height:100%;position:fixed;top:0;padding:3rem 1.5rem;box-sizing:border-box;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);z-index:100;transition:opacity 0.5s ease,min-height 1s ease,padding-bottom 1s ease,backdrop-filter 1s ease,-webkit-backdrop-filter 1s ease}header.blurred{backdrop-filter:blur(0.5rem);-webkit-backdrop-filter:blur(0.5rem);}#background{position:fixed;top:0;left:0;z-index:-2;width:100%;height:100vh;background-color:#FFFBF3;background-image:url(/images/background.jpg);background-position:30% 50%;background-size:cover;background-repeat:no-repeat;}#background-alt{opacity:0;position:fixed;top:0;left:0;z-index:-1;width:100%;height:100vh;background-color:#FFFBF3;background-image:url(/images/background-alt.png);background-image:url(/images/background-alt.jpeg);background-position:center;background-size:cover;background-repeat:no-repeat;}#background-alt.active{opacity:1;}body.loading header{opacity:1;}nav{opacity:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;pointer-events:none;transition:all 0.5s ease;}nav a{margin:1rem;}h1{font-size:0.8rem;color:#7f8c8d;margin:0.25rem 0 0;text-transform:uppercase;letter-spacing:0.3rem;transition:all 1.5s ease;}h4{font-size:1.25rem;font-weight:500;margin:1rem 0;}p{margin:2rem 0;max-width:36rem;max-height:100%;opacity:1;font-size:1.1rem;font-weight:300;line-height:1.5rem;text-shadow:0 0 0.25rem #ece8e4;transition:all 1s ease;}a.button,button{cursor:pointer;border:1px solid #273040;border-radius:10rem;padding:0.5rem 2rem;box-sizing:border-box;font-size:1rem;font-family:inherit;color:#273040;font-weight:300;max-height:100%;backdrop-filter:blur(0.25rem);-webkit-backdrop-filter:blur(0.25rem);background-color:transparent;transition:all 0.5s ease;}a.button:hover,button:hover{font-weight:300;color:white;border-color:#567e65;background-color:#567e65;}a{color:#567e65;text-decoration:none;font-weight:400;text-transform:uppercase;font-size:0.9rem;border-bottom:1px solid #567e6500;transition:all 0.5s ease;}a:hover{border-bottom-color:#567e65;}#start{margin:4.5rem 0;}svg{width:100%;height:auto;max-width:320px;display:block;transition:all 1.5s ease;}.logo{color:inherit;border:none;}.logo:hover{border:none;}ul{list-style-type:none;padding-left:0;}ul a{text-decoration:none;color:#273040;}li{text-align:left;margin-bottom:1rem;font-size:1rem;font-weight:300;margin-left:1rem;border-left:2px solid #567e65;padding-left:1rem;}b{font-weight:700;}main{display:none;flex-direction:column;justify-content:center;align-items:center;width:100%;}body.started main{display:flex;}h3{font-size:2rem;font-weight:300;text-shadow:0 0 0.25rem #ece8e4;}h4{text-shadow:0 0 0.25rem #ece8e4;}span{text-shadow:0 0 0.25rem #ece8e4;}footer{position:fixed;bottom:0;padding:3rem 1.5rem;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;z-index:100;}footer.therapy{max-width:52rem;background:linear-gradient(90deg,transparent 0%,#eae6e2 15%,#eae6e2 85%,transparent 100%);}.line{width:20rem;border-top:1px solid #0000000d;margin:1rem 0;}.contact{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;}.contact a{font-size:1rem;font-weight:300;margin:0.5rem 1rem;color:#7f8c8d;text-decoration:none;text-transform:none;transition:all 0.3s ease;}.contact a:hover{color:#567e65;}.social-links{margin-bottom:0.5rem;}.social-links a{display:inline-block;margin:0 10px;text-decoration:none;font-size:1.5rem;color:#7f8c8d;border-radius:5px;border:none;transition:all 0.3s ease;}.social-links a:hover{color:#567e65;}body header #home{max-height:100%;overflow:hidden;transition:opacity 1s ease,max-height 2s cubic-bezier(0.9,0,1,1);}section{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:52rem;padding:14rem 3rem 7rem;box-sizing:border-box;overflow:hidden;}section.portrait{display:flex;flex-direction:row;align-items:center;justify-content:space-between;}#reset{margin-top:2rem;}#disclaimer{text-align:left;}#disclaimer h2,#disclaimer h3,#disclaimer p,#disclaimer ul{width:100%;text-align:left;max-width:none;margin:1rem 0;}#disclaimer h2{font-size:1.5rem;font-weight:800;}#disclaimer h3{font-size:1.25rem;font-weight:600;}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:white;padding:2rem;box-sizing:border-box;text-align:center;border-top:1px solid #ccc;z-index:1000;display:flex;flex-direction:row;align-items:center;justify-content:center;display:none;}#cookie-banner p{margin:0 0 1rem;text-align:left;}#cookie-banner .right{display:flex;flex-direction:column;align-items:center;justify-content:space-between;}#cookie-banner button{margin:0.5rem;width:8rem;}#questions{padding-bottom:14rem;opacity:0;overflow:hidden;transition:all 0.25s ease;}#questions.ready{opacity:1;}#questions .container{display:flex;flex-direction:row;width:100%;transition:all 0.5s ease;}#questions[data-step="1"] .container{transform:translateX(0%);}#questions[data-step="2"] .container{transform:translateX(-100%);}#questions[data-step="3"] .container{transform:translateX(-200%);}.step{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-width:100%;flex-shrink:0;transition:transform 0.5s ease;}.options{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;max-width:40rem;margin:2rem 0;}.options .option{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:center;padding:1rem 2rem;box-sizing:border-box;cursor:pointer;color:#273040;border:none;text-transform:none;transition:all 0.25s linear;}.options .option:hover{background-color:#0000000d;border:none;}.options .option .option-title{font-size:1.25rem;font-weight:600;transition:all 0.25s linear;text-align:left;}.options .option:hover .option-title{color:#567e65;}.options .option .option-description{opacity:0;text-align:left;font-size:0.9rem;transition:all 0.25s linear;}.options .option:hover .option-description{opacity:1;}#questions .buttons a.button,#questions .buttons button{text-transform:none;margin:1rem 0.5rem;}#about-us .member{display:flex;margin:4rem 0;position:relative;}#about-us .member a{position:absolute;right:0;top:0;margin:0.5rem;font-size:1.25rem;}#about-us .left{margin-right:3rem;display:flex;align-items:center;justify-content:center;}#about-us .left h3{display:none;}#about-us h3{text-align:left;margin:0 0 1rem;font-size:2rem;font-weight:600;}#about-us p{text-align:left;margin:1rem 0;font-size:1rem;font-weight:300;text-shadow:0 0 0.25rem #ece8e4;}#about-us .avatar{width:12rem;height:16rem;background:url(/images/aida.png);background-position:top;background-size:contain;background-repeat:no-repeat;}#location .top{width:100%;display:flex;align-items:center;justify-content:space-around;flex-direction:row;margin-bottom:3rem;}#location .right{display:flex;flex-direction:column;align-items:center;justify-content:space-around;}#location .image{width:20rem;height:20rem;background:url(/images/background-alt.png);background-size:cover;background-position:center;border:1rem solid white;box-shadow:0 0 2rem #00000030;}#location .button{margin-top:3rem;}#location iframe{border:none;width:40rem;height:24rem;max-width:100%;}#contact{min-height:80vh;}#contact .buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;}#contact .buttons .button{margin:1rem 0;text-transform:none;backdrop-filter:blur(0.25rem);-webkit-backdrop-filter:blur(0.25rem);}body.started header{opacity:1;min-height:0;padding-bottom:0;padding:2rem 1.5rem 0;}body.started nav{opacity:1;pointer-events:all;}body.started header #home{opacity:0;max-height:0;}body.started footer{position:relative;}#therapy{overflow:visible;padding-bottom:2rem;background:linear-gradient(90deg,transparent 0%,#eae6e2 15%,#eae6e2 85%,transparent 100%);}#therapy .top{display:flex;flex-direction:column;color:white;padding:12rem 12rem 2rem 2rem;box-sizing:border-box;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:2rem;margin-bottom:2rem;position:relative;width:100%;box-shadow:0 0 3rem #0000003b;overflow:hidden;}#therapy .top .gradient{position:absolute;bottom:0;left:0;background:linear-gradient(0deg,black,transparent);width:100%;height:50%;box-sizing:border-box;}#therapy .top .button{position:absolute;right:0;margin:2rem;bottom:0;background-color:#567e65;z-index:100;color:#e5e2dd;border:1px solid #e5e2dd;box-shadow:0 0 1rem #e5e2dd;}#therapy .top .button:hover{color:#567e65;background-color:#e0ddd8;}#therapy h1{margin:0;width:100%;text-align:left;font-size:0.75rem;text-shadow:0 0 0.25rem black;color:#e5e2dd;font-weight:300;z-index:1;text-transform:uppercase;letter-spacing:0rem;}#therapy h1 b{margin:0;width:100%;text-align:left;font-size:1.5rem;text-shadow:0 0 0.5rem black;color:#e5e2dd;z-index:1;display:block;font-weight:900;}#therapy h2{font-size:2rem;font-weight:400;padding:0.5rem 3rem;text-align:left;line-height:2.25rem;}#therapy p{width:100%;text-align:left;max-width:none;padding:0.5rem 3rem;box-sizing:border-box;margin:0;font-size:1rem;font-weight:300;line-height:1.5rem;}#therapy ul{width:100%;margin:0;padding:0.5rem 3rem;box-sizing:border-box;font-size:1rem;font-weight:300;line-height:1.5rem;}#contact.mini #book{display:flex;}#contact.mini #book.disabled{display:none;}#contact.mini .book{display:none;flex-direction:row;}#contact.mini .book.enabled{display:flex;}#contact.mini .book .button{text-transform:none;margin:0 1rem;}#contact.mini{padding-top:0;padding-bottom:0;min-height:0;background:linear-gradient(90deg,transparent 0%,#eae6e2 15%,#eae6e2 85%,transparent 100%);}#menu{opacity:0;display:flex;position:fixed;top:1rem;right:1rem;width:2.5rem;height:2.5rem;cursor:pointer;align-items:center;justify-content:center;z-index:1000;}#menu .line{position:absolute;width:2rem;height:0.05rem;background-color:#567e65;transition:all 0.3s ease;margin:0;}#menu .line1{top:0.75rem;}#menu .line2{top:1.5rem;}#menu.active .line1{transform:rotate(45deg);top:18px;}#menu.active .line2{transform:rotate(-45deg);top:18px;}.mobile{display:none;}#header-book{position:fixed;left:0;top:0;margin:1.5rem;padding:0.5rem;background-color:#567e65;color:white;border:none;font-weight:400;display:none;line-height:0;font-size:1rem;}@media (max-width:768px){#cookie-banner{flex-direction:column;}.mobile{display:flex;}header{justify-content:space-around;padding:1.5rem 1.5rem 10rem;}h1{margin:0;font-size:0.6rem;letter-spacing:0.3rem;}body.started{display:flex;}body.started svg{max-width:8rem;}body.started h1{font-size:0.4rem;letter-spacing:0.2rem;}body.started header{display:flex;padding:1.5rem;}body.started #header-book{display:flex;}body.started #menu{opacity:1;pointer-events:all;}nav{opacity:0;position:fixed;backdrop-filter:blur(0.5rem);-webkit-backdrop-filter:blur(0.5rem);width:100vw;height:100vh;top:-100vh;left:0;flex-direction:column;justify-content:center;z-index:100;background:#eae6e2eb;pointer-events:none;overflow:hidden;}nav.active{top:0;pointer-events:all;}nav a{font-size:1.25rem;font-weight:500;}section{padding:6rem 2rem 0;}#home p{margin:0;}#home button{margin:2rem 0 0;;}.options .option{border:1px solid #273040;border-radius:5rem;margin:0.5rem 0;backdrop-filter:blur(0.25rem);-webkit-backdrop-filter:blur(0.25rem);}.options .option .option-title{font-size:1rem;}.options .option .option-description{opacity:1;font-size:0.6rem;}#questions{padding:6rem 0;}#questions h3{margin:0;font-size:1.75rem;padding:0 1.5rem;box-sizing:border-box;}#questions .options{padding:2rem;box-sizing:border-box;margin:0;}#questions .buttons a.button,#questions .buttons button{background-color:#567e65;color:white;border:none;font-weight:300;}#about-us{flex-direction:column;}#about-us .member{flex-direction:column;position:relative;}#about-us .left{margin:0;flex-direction:column;display:flex;align-items:center;justify-content:center;width:100%;}#about-us .left .avatar{margin:0;width:6rem;height:8rem;}#about-us .left h3{display:inline;margin:1rem 0 0;text-align:center;}#about-us .right h3{display:none;}#about-us .member a{margin:0.5rem 2rem;}#location .top{flex-direction:column;}#location .image{width:14rem;height:14rem;}#contact p{margin:1rem 0;}footer{padding:1.5rem;}footer .line{display:none;}footer .contact a{font-size:0.9rem;}svg{max-width:16rem;}#therapy .top{padding:10rem 2rem 2rem;}#therapy .top .button{display:none;}#therapy h2{font-size:1.5rem;padding:0.5rem 0;}#therapy h3{font-size:0.8rem;}#therapy p,#therapy ul{padding:0.5rem 0;}#contact.mini{padding-bottom:4rem;}#book-buttons{flex-direction:column !important;}#book-buttons .button{margin:0.5rem 0 !important;}}