@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&display=swap");@font-face{font-family:"F37Beckett";font-style:normal;font-weight:400;src:url("/fonts/F37Beckett-Regular.woff2") format("woff2"),url("/fonts/F37Beckett-Regular.woff") format("woff")}@font-face{font-family:"F37Beckett";font-style:normal;font-weight:700;src:url("/fonts/F37Beckett-Bold.woff2") format("woff2"),url("/fonts/F37Beckett-Bold.woff") format("woff")}@font-face{font-family:"PPRightGothic";font-style:normal;font-weight:400;src:url("/fonts/PPRightGothic-CompactRegular.woff2") format("woff2"),url("/fonts/PPRightGothic-CompactRegular.woff") format("woff")}.jena-alert-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.4);padding:20px;opacity:0;animation-name:alert-wrapper-appear;animation-duration:0.2s;animation-delay:0s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out;z-index:2147483647}.jena-alert{width:300px;background:#fff;box-shadow:0px 15px 30px rgba(0,0,0,0.2);padding:20px;border-radius:10px;text-align:center;z-index:99999;font-family:"Barlow Condensed","Impact","Arial Narrow",sans-serif;color:#1e2847;opacity:0;transform:scale(0.9);animation-name:alert-inner-appear;animation-duration:0.2s;animation-delay:0.2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out}.jena-alert>*{margin:10px 0px}.jena-alert>*:first-child{margin-top:0px}.jena-alert>*:last-child{margin-bottom:0px}.jena-alert-title{font-family:"Barlow Condensed","Impact","Arial Narrow",sans-serif;font-size:1.1em}.jena-alert-message{white-space:pre-line}.jena-alert-buttons{display:flex;flex-direction:column;align-items:stretch;margin-top:20px}.jena-alert-buttons>*:not(:first-child){margin-top:10px}.jena-alert-buttons.jena-alert-buttons-row{flex-direction:row}.jena-alert-buttons.jena-alert-buttons-row>button{flex:1}.jena-alert-buttons.jena-alert-buttons-row>*:not(:first-child){margin-top:0px;margin-left:10px}button.jena-alert-button{min-height:40px;font-family:"Barlow Condensed","Impact","Arial Narrow",sans-serif;font-size:1em;border-radius:12px;border:none;background:#825af4;color:white;transform:scale(1);box-shadow:inset 0px 100px 0px transparent;cursor:pointer;padding:10px;text-transform:none;letter-spacing:normal}button.jena-alert-button.cancel{background:#cdcdcd;color:#1e2847}button.jena-alert-button.destructive{background:#cdcdcd;color:#c22a15}button.jena-alert-button:hover{box-shadow:inset 0px 100px 0px rgba(255,255,255,0.2)}button.jena-alert-button:active{transition:none;box-shadow:inset 0px 100px 0px rgba(0,0,0,0.1);transform:scale(0.99) translateY(-1px)}@keyframes alert-wrapper-appear{from,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0}to{opacity:1}}@keyframes alert-inner-appear{from,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}.vue{display:none !important}a.book-button{border:none;z-index:5}ul.breadcrumbs{list-style:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:14px;padding:0px}ul.breadcrumbs>*{margin-top:28px}ul.breadcrumbs .separator{display:flex;margin-left:14px;margin-right:14px}ul.breadcrumbs .separator:after{content:"";border-left:4px solid rgba(30,40,71,0.4);border-top:4px solid transparent;border-bottom:4px solid transparent}ul.breadcrumbs li a{transition:0.2s;white-space:nowrap}@media screen and (max-width: 767px){ul.breadcrumbs li a{white-space:normal}}ul.breadcrumbs li:last-child a{text-decoration:none}ul.breadcrumbs li:last-child a:last-child{border:none}ul.breadcrumbs li:not(:last-child) a{color:rgba(30,40,71,0.4);border-color:rgba(146,10,78,0.4)}ul.breadcrumbs:hover li:not(:last-child) a{color:#1e2847;border-color:#920a4e}.preview-mode-banner{padding:20px}.preview-mode-banner .wrapper{background-color:#e1ff8f;max-width:540px;padding:20px;margin:0 auto;border-radius:10px}.preview-mode-banner .wrapper p{font-size:14px;margin:0}.preview-mode-banner .wrapper p.title{font-weight:bold}p.store-description{color:#fff;z-index:5}@media screen and (max-width: 600px){p.store-description{font-size:14px}}h1.store-name{color:#fff;text-align:left;margin-bottom:18px;z-index:5}div.therapist-name{text-align:center}div.therapist-name span{text-transform:uppercase;letter-spacing:.045em;font-size:34px}div.therapist-name img{display:block;margin:0 auto;margin-top:28px;width:120px;height:120px;object-fit:contain}div.watermark{display:flex;flex-direction:column;align-items:center;margin-top:40px}div.watermark a{display:flex;flex-direction:column;align-items:center;text-decoration:none;border:none}div.watermark a p{font-size:14px}div.watermark a svg{width:80px}div.watermark a svg .fill{fill:currentColor}div.watermark a svg .stroke{stroke:currentColor}.widget{position:fixed;top:0;left:0;right:0;bottom:0;z-index:11641}.widget .overlay{width:100%;height:100%;background:rgba(15,20,35,0.8);animation-name:widget-overlay-appear;animation-duration:0.2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out}.widget iframe{position:absolute;top:50%;left:50%;width:100%;height:100%;max-width:780px;max-height:80vh;border:none;background:#fff;transform:translate(-50%, -45%) scale(0.8);border-radius:10px;animation-name:widget-frame-appear-desktop;animation-duration:0.2s;animation-delay:0.2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out}@media screen and (max-width: 1023px){.widget iframe{width:100%;max-height:100vh;transform:translate(-50%, -45%);border-radius:0px;animation-name:widget-frame-appear-mobile;animation-duration:0.2s;animation-delay:0.2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-timing-function:ease-out}}@keyframes widget-overlay-appear{from,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0}to{opacity:1}}@keyframes widget-frame-appear-desktop{from,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{transform:translate(-50%, -45%) scale(0.8)}to{transform:translate(-50%, -50%)}}@keyframes widget-frame-appear-mobile{from,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{transform:translate(-50%, -45%)}to{transform:translate(-50%, -50%)}}ul.breadcrumbs .separator:after{border-left:4px solid rgba(228,147,144,0.5)}ul.breadcrumbs li:not(:last-child) a{color:rgba(228,147,144,0.5);border-color:rgba(228,147,144,0.5)}ul.breadcrumbs:hover li:not(:last-child) a{color:#e49390;border-color:#e49390}html{scroll-behavior:smooth}body{background-color:#5a1012;color:#fff;font-family:"Barlow Condensed","Impact","Arial Narrow",sans-serif;font-size:20px;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:"Barlow Condensed","Impact","Arial Narrow",sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin:0 0 28px 0;color:#fff}h1{font-size:44px}@media (max-width: 768px){h1{font-size:32px}}h2{font-size:34px}@media (max-width: 768px){h2{font-size:26px}}h3{font-size:24px}@media (max-width: 768px){h3{font-size:20px}}p{margin:0 0 28px 0}a{color:#e49390;text-decoration:none;transition:color 0.2s ease}a:hover{color:#fff}section{padding:96px 0}@media (max-width: 768px){section{padding:64px 0}}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.container{padding:0 16px}}img{max-width:100%;height:auto;display:block}::selection{background-color:#e49390;color:#000}.btn,button,input[type="submit"],input[type="button"]{display:inline-block;background-color:#e49390;color:#000;font-family:"Barlow Condensed","Impact","Arial Narrow",sans-serif;font-size:20px;font-weight:600;padding:16px 40px;border:none;border-radius:0;cursor:pointer;transition:background-color 0.2s ease, transform 0.1s ease;text-decoration:none;text-align:center}.btn:hover,button:hover,input[type="submit"]:hover,input[type="button"]:hover{background-color:#fff;color:#5a1012}.btn:active,button:active,input[type="submit"]:active,input[type="button"]:active{transform:scale(0.98)}input[type="text"],input[type="email"],input[type="tel"],input[type="number"],textarea,select{width:100%;padding:14px 16px;font-family:"Barlow Condensed","Impact","Arial Narrow",sans-serif;font-size:20px;color:#fff;background-color:#721c20;border:1px solid #5a1012;border-radius:0;outline:none;transition:border-color 0.2s ease;box-sizing:border-box}input[type="text"]::placeholder,input[type="email"]::placeholder,input[type="tel"]::placeholder,input[type="number"]::placeholder,textarea::placeholder,select::placeholder{color:#e49390}input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus,select:focus{border-color:#e49390}textarea{min-height:120px;resize:vertical}label{display:block;margin-bottom:8px;font-size:14px;color:#e49390;text-transform:uppercase}.terms-and-conditions{background-color:#5a1012;padding:96px 0}@media (max-width: 768px){.terms-and-conditions{padding:64px 0}}.terms-and-conditions .container{max-width:800px}.terms-and-conditions h1{margin-bottom:40px}.terms-and-conditions h2{font-size:24px;margin-top:40px;margin-bottom:20px}.terms-and-conditions p,.terms-and-conditions li{line-height:1.8}.terms-and-conditions ul,.terms-and-conditions ol{margin:0 0 28px 0;padding-left:24px}.terms-and-conditions li{margin-bottom:8px}.about-me{background-color:#5a1012;padding:96px 0}@media (max-width: 768px){.about-me{padding:64px 0}}.about-me__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}@media (max-width: 900px){.about-me__grid{grid-template-columns:1fr;gap:28px}}@media (max-width: 900px){.about-me__content{order:1}}.about-me__title{font-family:"Barlow Condensed","Impact","Arial Narrow",sans-serif;font-size:34px;font-weight:800;text-transform:uppercase;color:#fff;margin:0 0 32px 0}@media (max-width: 768px){.about-me__title{font-size:28px;margin-bottom:24px}}.about-me__text{margin-bottom:32px}.about-me__text p{color:#fff;margin:0 0 20px 0}.about-me__text p:last-child{margin-bottom:0}@media (max-width: 768px){.about-me__text{margin-bottom:24px}}.about-me__cta{margin-top:24px}.about-me__image-wrapper{position:relative}@media (max-width: 900px){.about-me__image-wrapper{order:2;max-width:500px;margin:0 auto}}.about-me__image{width:100%;height:auto;border-radius:0;display:block;aspect-ratio:4 / 5;object-fit:cover;object-position:center top}.curriculum-vitae{background-color:#5a1012;padding:0;display:flex;flex-direction:column}@media screen and (min-width: 1024px){.curriculum-vitae{flex-direction:row}}.curriculum-vitae__image-wrapper{width:100%;height:50vh;overflow:hidden}@media (max-width: 768px){.curriculum-vitae__image-wrapper{height:40vh}}@media screen and (min-width: 1024px){.curriculum-vitae__image-wrapper{width:50%;height:auto;min-height:500px;max-height:65vh;flex-shrink:0}}.curriculum-vitae__image{width:100%;height:100%;object-fit:cover;object-position:center}.curriculum-vitae__content{padding:96px 0}@media (max-width: 768px){.curriculum-vitae__content{padding:64px 0}}@media screen and (min-width: 1024px){.curriculum-vitae__content{width:50%;display:flex;flex-direction:column;justify-content:center;padding:96px 0}}.curriculum-vitae__content .container{max-width:900px}.curriculum-vitae__title{margin:0 0 40px 0;text-align:center}@media (max-width: 768px){.curriculum-vitae__title{margin-bottom:32px}}.curriculum-vitae__subtitle{font-weight:normal;color:#e49390;margin:0 0 20px 0}@media (max-width: 768px){.curriculum-vitae__subtitle{margin-bottom:16px}}.curriculum-vitae__qualifications{margin-bottom:40px}@media (max-width: 768px){.curriculum-vitae__qualifications{margin-bottom:32px}}.curriculum-vitae__experience{margin-bottom:40px}@media (max-width: 768px){.curriculum-vitae__experience{margin-bottom:32px}}.curriculum-vitae__text p{margin:0 0 16px 0}.curriculum-vitae__text p:last-child{margin-bottom:0}.curriculum-vitae__cta{text-align:center;margin-top:32px}.footer{background-color:#5a1012;padding:96px 0;border-top:1px solid #721c20}@media (max-width: 768px){.footer{padding:64px 0}}.footer__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:56px;margin-bottom:48px}@media (max-width: 900px){.footer__grid{grid-template-columns:1fr 1fr;gap:28px}}@media (max-width: 600px){.footer__grid{grid-template-columns:1fr;text-align:center}}.footer__heading{color:#fff;margin:0 0 24px 0}@media (max-width: 768px){.footer__heading{margin-bottom:16px}}@media (max-width: 900px){.footer__social{grid-column:2}}@media (max-width: 600px){.footer__social{grid-column:1}}.footer__social-links{display:flex;gap:16px}@media (max-width: 600px){.footer__social-links{justify-content:center}}.footer__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#721c20;border-radius:0;transition:background-color 0.2s ease, transform 0.2s ease}.footer__social-link svg{width:20px;height:20px;fill:#e49390}.footer__social-link:hover{background-color:#e49390;transform:scale(1.1)}.footer__social-link:hover svg{fill:#5a1012}.footer__wordmark{font-family:"Barlow Condensed","Impact","Arial Narrow",sans-serif;font-size:clamp(80px, 15vw, 160px);font-weight:800;text-transform:uppercase;letter-spacing:-1px;line-height:0.9;color:#e49390;text-align:left;width:100%;margin:64px 0}@media (max-width: 768px){.footer__wordmark{font-size:clamp(40px, 12vw, 70px);letter-spacing:1px;margin:40px 0}}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid #721c20}@media (max-width: 600px){.footer__bottom{flex-direction:column;gap:16px;text-align:center}}.footer__copyright{margin:0}.footer__nav{display:flex;gap:24px}.footer__nav-link{color:#fff;text-decoration:none;transition:color 0.2s ease}.footer__nav-link:hover{color:#fff}.hero{display:flex;flex-direction:column;padding-top:calc($section-padding-desktop - $navbar-page-scroller-height)}@media (max-width: 768px){.hero{padding-top:calc($section-padding-mobile - $navbar-page-scroller-height)}}@media screen and (min-width: 1024px){.hero{flex-direction:row}}.hero__image-container{width:100%;height:60vh;overflow:hidden}@media (max-width: 768px){.hero__image-container{height:50vh}}@media screen and (min-width: 1024px){.hero__image-container{width:50%;height:auto;min-height:500px;max-height:65vh;flex-shrink:0}}.hero__image{width:100%;height:100%;object-fit:cover;object-position:center top}@media screen and (min-width: 1024px){.hero__image{object-position:center center}}.hero__content{background-color:#5a1012;padding:64px 0;text-align:left}@media (max-width: 768px){.hero__content{padding:48px 0}}@media screen and (min-width: 1024px){.hero__content{width:50%;display:flex;flex-direction:column;justify-content:center;padding:64px 0}}.hero .store-name{font-family:"Barlow Condensed","Impact","Arial Narrow",sans-serif;font-size:clamp(60px, 12vw, 80px);font-weight:800;text-transform:uppercase;letter-spacing:-1px;line-height:0.9;color:#fff;margin:0 0 32px 0;text-align:left}@media (max-width: 768px){.hero .store-name{font-size:clamp(36px, 10vw, 56px);letter-spacing:0;line-height:0.95;margin-bottom:20px}}.hero__subtitle{line-height:1.6;color:#e49390;margin:0 0 32px 0;max-width:600px}@media (max-width: 768px){.hero__subtitle{margin-bottom:24px}}.hero__cta{display:inline-block;text-decoration:none}nav.page-scroller{position:sticky;top:0;z-index:900;display:flex;flex-direction:row-reverse;align-items:flex-start;background-color:#5a1012}nav.page-scroller ol{flex:1;list-style:none;margin:0px;padding:0px;display:flex;flex-wrap:wrap}@media screen and (max-width: 1023px){nav.page-scroller ol{flex-direction:column;align-items:stretch}}nav.page-scroller ol li{flex:1;text-align:center;position:relative}@media screen and (max-width: 1023px){nav.page-scroller ol li:not(.active){display:none}}nav.page-scroller ol li a{display:flex;align-items:center;justify-content:center;padding:0px 28px;height:60px;border:none;user-select:none;flex:1;color:#fff;text-transform:uppercase}@media screen and (max-width: 1023px){nav.page-scroller ol li a{justify-content:flex-start}}nav.page-scroller ol li a:hover{background:#e49390;color:#000}nav.page-scroller ol li.active a{background:#e49390;color:#000}@media screen and (max-width: 1023px){nav.page-scroller ol li.active a{background:#5a1012;color:#fff}}nav.page-scroller ol li.login-item a{font-weight:600}nav.page-scroller input#page-scroller-expand-icon{position:fixed;top:-500px;left:-500px}@media screen and (max-width: 1023px){nav.page-scroller input#page-scroller-expand-icon:checked+label[for="page-scroller-expand-icon"]:after{transform:rotate(180deg)}nav.page-scroller input#page-scroller-expand-icon:checked~ol li:not(.active){display:flex}nav.page-scroller input#page-scroller-expand-icon:checked~ol li.active a{background:#e49390;color:#000}}nav.page-scroller label[for="page-scroller-expand-icon"]{display:none;align-items:center;justify-content:center;cursor:pointer;padding:0px 28px;height:60px;width:84px;box-sizing:border-box;z-index:2}@media screen and (max-width: 1023px){nav.page-scroller label[for="page-scroller-expand-icon"]{display:flex}}nav.page-scroller label[for="page-scroller-expand-icon"]:after{content:"";border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #e49390;transition:0.2s}.portfolio{background-color:#5a1012;padding:96px 0}@media (max-width: 768px){.portfolio{padding:64px 0}}.portfolio__title{margin:0 0 40px 0;text-align:center}@media (max-width: 768px){.portfolio__title{margin-bottom:28px}}.portfolio__grid{display:grid;grid-template-columns:repeat(6, 1fr);gap:8px}@media (max-width: 1024px){.portfolio__grid{grid-template-columns:repeat(4, 1fr)}}@media (max-width: 600px){.portfolio__grid{grid-template-columns:repeat(3, 1fr)}}.portfolio__item{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:0}.portfolio__button{display:block;width:100%;height:100%;padding:0;border:none;background:none;cursor:pointer}.portfolio__button:hover .portfolio__image{transform:scale(1.05)}.portfolio__button:focus{outline:2px solid #e49390;outline-offset:2px}.portfolio__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 0.3s ease}.portfolio__lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#5a1012;z-index:9999;display:flex;align-items:center;justify-content:center;visibility:hidden;transition:visibility 0.3s ease}.portfolio__lightbox.is-open{visibility:visible}.portfolio__lightbox-close{position:absolute;top:20px;right:20px;width:48px;height:48px;padding:0;border:none;background:#721c20;border-radius:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color 0.2s ease;z-index:10}.portfolio__lightbox-close:hover{background:#e49390}.portfolio__lightbox-close svg{width:24px;height:24px}.portfolio__lightbox-content{max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.portfolio__lightbox-image{max-width:100%;max-height:85vh;object-fit:contain;border-radius:0}.portfolio__lightbox-prev,.portfolio__lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;padding:0;border:none;background:#721c20;border-radius:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color 0.2s ease;z-index:10}.portfolio__lightbox-prev:hover,.portfolio__lightbox-next:hover{background:#e49390}.portfolio__lightbox-prev svg,.portfolio__lightbox-next svg{width:20px;height:20px;fill:currentColor}.portfolio__lightbox-prev{left:20px}.portfolio__lightbox-next{right:20px}.services-menu{background-color:#5a1012;padding:96px 0}@media (max-width: 768px){.services-menu{padding:64px 0}}.services-menu .container{max-width:820px}.services-menu__header{text-align:center;margin-bottom:48px}@media (max-width: 768px){.services-menu__header{margin-bottom:36px}}.services-menu__title{margin:0 0 20px 0}@media (max-width: 768px){.services-menu__title{margin-bottom:16px}}.services-menu__description{margin:0 0 28px 0;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.services-menu__description{margin-bottom:24px}}.services-menu__cta{margin-top:8px}.services-menu__accordion{display:flex;flex-direction:column;gap:12px}.services-menu__group{background-color:#721c20;border-radius:0;overflow:hidden}.services-menu__group-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;background:none;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:1px;color:#fff;text-align:left}@media (max-width: 768px){.services-menu__group-header{padding:14px 16px}}.services-menu__group-name{flex:1}.services-menu__group-icon{display:flex;align-items:center;justify-content:center;color:#e49390;transition:transform 0.3s ease}.services-menu__group-icon svg{width:12px;height:8px}.services-menu__group.is-open .services-menu__group-icon{transform:rotate(180deg)}.services-menu__group-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.services-menu__item{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-top:1px solid #5a1012;min-height:46px}@media (max-width: 768px){.services-menu__item{padding:10px 16px}}.services-menu__item-name{flex:1;padding-right:16px}@media (max-width: 768px){.services-menu__item-name{font-size:14px}}.services-menu__item-price{font-family:"Barlow Condensed","Impact","Arial Narrow",sans-serif;color:#e49390;white-space:nowrap}@media (max-width: 768px){.services-menu__item-price{font-size:14px}}.store-logo{display:inline-block}.store-logo__link{display:block;text-decoration:none;transition:color 0.2s ease}.store-logo__link:hover{color:#e49390}.store-logo__link--text{font-family:"Barlow Condensed","Impact","Arial Narrow",sans-serif;font-size:24px;font-weight:400;text-transform:uppercase;letter-spacing:1px;color:#fff}@media (max-width: 768px){.store-logo__link--text{font-size:20px}}.store-logo__image{max-height:48px;width:auto;display:block}@media (max-width: 768px){.store-logo__image{max-height:40px}}.testimonials{background-color:#5a1012;padding:96px 0}@media (max-width: 768px){.testimonials{padding:64px 0}}.testimonials .container{max-width:900px}.testimonials__title{color:#fff;margin:0 0 48px 0;text-align:center}@media (max-width: 768px){.testimonials__title{margin-bottom:36px}}.testimonials__carousel{position:relative}.testimonials__slide{text-align:left;padding:0 20px}.testimonials__rating{display:flex;justify-content:center;gap:8px;margin-bottom:32px}@media (max-width: 768px){.testimonials__rating{margin-bottom:24px;gap:6px}}.testimonials__star{color:#e49390;display:inline-flex}.testimonials__star svg{width:24px;height:24px;fill:currentColor}@media (max-width: 768px){.testimonials__star svg{width:20px;height:20px}}.testimonials__quote{font-size:40px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#fff;margin:0 0 32px 0}@media (max-width: 768px){.testimonials__quote{font-size:26px}}.testimonials .VueCarousel .VueCarousel-pagination{margin-top:40px}@media (max-width: 768px){.testimonials .VueCarousel .VueCarousel-pagination{margin-top:32px}}.testimonials .VueCarousel .VueCarousel-dot-container{margin:0 !important}.testimonials .VueCarousel .VueCarousel-dot{margin:0 6px !important;padding:0 !important;width:10px !important;height:10px !important;border-radius:0 !important;background-color:#721c20 !important;transition:background-color 0.2s ease}.testimonials .VueCarousel .VueCarousel-dot--active{background-color:#e49390 !important}
