@import "https://fonts.googleapis.com/css2?family=GFS+Didot&family=Manrope:wght@200..800&display=swap";
@import "https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap";
:root{--teal:#3b4a47;--teal-dark:#2a3634;--teal-hover:#2f3d3b;--page-bg:#ddd9d4;--white:#fff;--dark:#1a1a1a;--muted:#888;--border:#e2dcd6;--gold:#c9a46a;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Jost", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--dark);-webkit-font-smoothing:antialiased;background:#e9e4df;overflow-x:hidden}main{overflow-x:hidden}img{max-width:100%;display:block}ul{list-style:none}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-sans);background:0 0;border:none}.top-banner{background:var(--teal-hover);color:var(--white);text-align:center;letter-spacing:2px;text-transform:uppercase;padding:8px 16px;font-size:10.5px;font-weight:400}.top-banner b{font-weight:700}.navbar{background:var(--white);border-bottom:1px solid var(--border);z-index:999;justify-content:space-between;align-items:center;padding:11px 32px;display:flex;position:sticky;top:0;box-shadow:0 1px 6px #0000000f}.logo{flex-direction:column;gap:3px;line-height:1;display:flex}.logo-main{font-family:var(--font-serif);letter-spacing:4px;text-transform:uppercase;color:var(--dark);font-size:17px;font-weight:600}.logo-sub{letter-spacing:5px;text-transform:uppercase;color:var(--muted);font-size:7px;font-weight:300}.nav-links{align-items:center;gap:26px;display:flex}.nav-links li a{letter-spacing:.3px;color:#444;font-size:11.5px;font-weight:400;transition:color .2s}.nav-links li a:hover{color:var(--teal)}.nav-links li a.active{color:var(--dark);border-bottom:1.5px solid var(--teal);padding-bottom:1px;font-weight:600}.btn-book-nav{background:var(--teal);color:var(--white);letter-spacing:1px;white-space:nowrap;border-radius:3px;padding:8px 16px;font-size:10.5px;font-weight:500;transition:background .2s,transform .15s}.btn-book-nav:hover{background:var(--teal-dark);transform:translateY(-1px)}.nav-right{align-items:center;display:flex}.search-icon{color:#555;cursor:pointer;font-size:17px}.hamburger{color:var(--dark);margin-left:12px;font-size:22px;display:none}.page-body{background:var(--page-bg);padding:10px 12px 0}.hero-card{background:#b8987a;border-radius:12px 12px 0 0;position:relative;overflow:visible}.hero-inner{border-radius:12px 12px 0 0;height:370px;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:center 18%;width:100%;height:100%}.hero-overlay{background:linear-gradient(100deg,#0c080585 0%,#0c080540 45%,#0c08050d 80%);position:absolute;inset:0}.hero-text{text-align:center;pointer-events:none;z-index:3;width:100%;padding:0 20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-54%)}.hero-text h1{font-family:var(--font-serif);color:var(--white);text-shadow:0 2px 14px #00000061;margin-bottom:11px;font-size:clamp(22px,3.2vw,40px);font-weight:700;line-height:1.2}.hero-text p{color:#ffffffd1;font-size:clamp(11px,1vw,13.5px);font-weight:300;line-height:1.75}.label{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#1e1e1e;white-space:nowrap;z-index:4;background:#ffffffd6;border-radius:30px;align-items:center;gap:5px;padding:4px 11px 4px 8px;font-size:9.5px;font-weight:500;animation:.55s both fadeUp;display:flex;position:absolute;box-shadow:0 1px 6px #00000024}.label-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}.label:after{content:"";pointer-events:none;border-top:1.5px dashed #ffffff8c;height:1px;position:absolute;top:50%}.l-full-back{animation-delay:50ms;top:17%;left:44%}.l-full-back:after{width:28px;right:-28px}.l-full-neck{animation-delay:.12s;top:25%;left:52%}.l-full-neck:after{width:24px;right:-24px}.l-shoulders{animation-delay:.18s;top:16%;left:64%}.l-shoulders:after{width:24px;left:-24px}.l-upper-lip{animation-delay:.25s;top:54%;left:35%}.l-upper-lip:after{width:26px;right:-26px}.l-underarms{animation-delay:.32s;top:60%;left:57%}.l-underarms:after{width:22px;left:-22px}.l-arms{animation-delay:.38s;top:67%;left:67%}.l-arms:after{width:22px;left:-22px}@keyframes fadeUp{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.booknow-wrap{z-index:10;flex-direction:column;align-items:center;gap:5px;display:flex;position:absolute;bottom:-22px;left:50%;transform:translate(-50%)}.pulse-ring{border:1.5px solid var(--teal);opacity:0;pointer-events:none;border-radius:50%;width:58px;height:58px;animation:2.2s ease-out infinite pulseOut;position:absolute;top:0;left:50%;transform:translate(-50%)translateY(-100%)scale(1)}.pulse-ring:nth-child(2){animation-delay:.73s}.pulse-ring:nth-child(3){animation-delay:1.46s}@keyframes pulseOut{0%{opacity:.65;transform:translate(-50%)translateY(-100%)scale(1)}to{opacity:0;transform:translate(-50%)translateY(-100%)scale(2.3)}}.book-circle{background:var(--teal);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 18px #00000047}.book-circle:hover{transform:scale(1.1);box-shadow:0 6px 24px #00000052}.book-circle svg{width:18px;height:18px;fill:var(--white)}.book-text{color:var(--dark);letter-spacing:1px;white-space:nowrap;margin-top:2px;font-size:10.5px;font-weight:500}.free-section{background:var(--teal);text-align:center;margin-top:30px;padding:46px 24px 42px}.free-section h2{font-family:var(--font-serif);color:var(--white);margin-bottom:10px;font-size:clamp(22px,2.8vw,34px);font-style:italic;font-weight:400}.free-section p{letter-spacing:2px;text-transform:uppercase;color:#fff9;font-size:11.5px;font-weight:300}.free-section p b{color:var(--white);font-weight:700}@media (max-width:860px){.nav-links{display:none}.hamburger{display:block}.navbar{padding:10px 18px}}@media (max-width:768px){.hero-inner{height:280px}.page-body{padding:8px 8px 0}.l-shoulders,.l-arms,.l-underarms{display:none}}@media (max-width:480px){.hero-inner{height:230px}.l-full-neck{display:none}.hero-text h1{font-size:20px}}p{font-family:Manrope,sans-serif!important}
.TopBanner-module__hinMPG__banner{color:#fff;text-align:center;letter-spacing:normal;text-transform:uppercase;font-size:16px;font-weight:400;font-family:var(--font-sans);background:#354b5e;padding:16px}.TopBanner-module__hinMPG__banner b{letter-spacing:normal;font-weight:700}
.Navbar-module__P48_Aa__nav{border-bottom:1px solid var(--border);z-index:1000;background:#e9e4dff5;border:1px solid #fff;border-radius:40px;justify-content:space-between;align-items:center;max-width:1320px;margin:15px auto 12px;padding:12px 36px;display:flex;position:sticky;top:0;box-shadow:0 1px 8px #00000024}.Navbar-module__P48_Aa__logo{flex-direction:column;gap:2px;line-height:1;display:flex}.Navbar-module__P48_Aa__logoMain{font-family:var(--font-serif);letter-spacing:4px;text-transform:uppercase;color:var(--dark);font-size:18px;font-weight:600}.Navbar-module__P48_Aa__logoSub{letter-spacing:5px;text-transform:uppercase;color:var(--text-muted);font-size:7.5px;font-weight:300}.Navbar-module__P48_Aa__links{justify-content:end;align-items:center;gap:28px;margin-bottom:0;margin-left:auto;margin-right:25px;display:flex}.Navbar-module__P48_Aa__links a{letter-spacing:.4px;white-space:nowrap;font-size:16px;font-weight:500;transition:color .2s;color:#2f2f2f!important}.Navbar-module__P48_Aa__links a:hover{color:var(--teal)}.Navbar-module__P48_Aa__links a.Navbar-module__P48_Aa__active{color:var(--dark);border-bottom:1.5px solid var(--teal);padding-bottom:1px;font-weight:500}.Navbar-module__P48_Aa__bookBtn{color:#fff;letter-spacing:1px;white-space:nowrap;background:#354b5e;border-radius:40px;align-items:center;gap:18px;width:225px;padding:10px 20px;font-size:14px;font-weight:300;transition:background .2s,transform .15s;display:flex;position:sticky;padding-left:10px!important}.Navbar-module__P48_Aa__bookBtn:hover .cta-circle{border-radius:40px;width:50px}.Navbar-module__P48_Aa__cta-circle:hover .Navbar-module__P48_Aa__bookBtn{gap:10px!important}.Navbar-module__P48_Aa__bookBtn:hover{background:#354b5e;transform:translateY(-1px)}.Navbar-module__P48_Aa__buttonGroup{align-items:center;gap:12px;display:flex}.Navbar-module__P48_Aa__phoneBtn{color:#fff;background:#354b5e;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:background .2s,transform .15s;display:flex}.Navbar-module__P48_Aa__phoneBtn:hover{background:#2a3d4d;transform:translateY(-1px)}.Navbar-module__P48_Aa__phoneBtn svg{width:18px;height:18px}.Navbar-module__P48_Aa__right{align-items:center;gap:14px;display:flex}.Navbar-module__P48_Aa__searchIcon{color:#555;cursor:pointer;font-size:46px;line-height:1}.Navbar-module__P48_Aa__hamburger{color:var(--dark);font-size:22px;display:none}.Navbar-module__P48_Aa__mobilePhoneBtn{color:#fff;background:#354b5e;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:background .2s,transform .15s;display:none}.Navbar-module__P48_Aa__mobilePhoneBtn:hover{background:#2a3d4d;transform:translateY(-1px)}.Navbar-module__P48_Aa__mobilePhoneBtn svg{width:20px;height:20px}@media (max-width:860px){.Navbar-module__P48_Aa__links{display:none}.Navbar-module__P48_Aa__hamburger{display:block}.Navbar-module__P48_Aa__mobilePhoneBtn{display:flex}.Navbar-module__P48_Aa__buttonGroup .Navbar-module__P48_Aa__phoneBtn{display:none}.Navbar-module__P48_Aa__nav{padding:10px 20px}.Navbar-module__P48_Aa__links{background:#fff;border-radius:20px;flex-direction:column;gap:18px;width:100%;padding:20px;display:none;position:absolute;top:80px;left:0;box-shadow:0 10px 30px #0000001a}.Navbar-module__P48_Aa__showMenu{display:flex}.Navbar-module__P48_Aa__hamburger{cursor:pointer;display:block}.Navbar-module__P48_Aa__nav{position:relative}}
.Hero-module__fqhYwW__heroWrapper{background:#eae6e1;padding:10px 14px 0;position:relative}.Hero-module__fqhYwW__hero{background:#b8977e;border-radius:30px;width:100%;height:500px;position:relative;overflow:hidden}.Hero-module__fqhYwW__heroBg{object-fit:cover;object-position:center 55%;width:100%;height:100%;inset:0}.Hero-module__fqhYwW__overlay{z-index:1;background:linear-gradient(#0000008f 0%,#0000 90% 0%);position:absolute;inset:0}.Hero-module__fqhYwW__heroTextWrapper{text-align:center;pointer-events:none;z-index:3;width:100%;position:absolute;top:6%;left:50%;transform:translate(-50%)}.Hero-module__fqhYwW__heroText{display:inline-block}.Hero-module__fqhYwW__heroText h1{color:#fff;text-shadow:0 2px 16px #00000059;letter-spacing:normal;max-width:800px;margin:auto;font-family:GFS Didot,serif;font-size:48px;font-weight:500;line-height:1.18}.Hero-module__fqhYwW__heroText p{color:#fff;letter-spacing:.2px;max-width:700px;margin:auto;font-size:18px;font-weight:100;line-height:1.5}.Hero-module__fqhYwW__labelDot{background:var(--gold);border-radius:50%;flex-shrink:0;width:7px;height:7px}.Hero-module__fqhYwW__label:after{content:"";border-top:1.5px dashed #fff9;width:30px;height:1px;position:absolute;top:50%;right:-30px}.Hero-module__fqhYwW__curveContainer{z-index:99;text-align:center;max-width:300px;max-height:150px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Hero-module__fqhYwW__curveBg{width:100%;height:auto;display:block}.Hero-module__fqhYwW__bookNowBtn{cursor:pointer;border:none;flex-direction:column;align-items:center;font-size:14px;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__fqhYwW__custom-container{max-width:1320px;margin:auto}#Hero-module__fqhYwW__book-id .Hero-module__fqhYwW__cta-circle-clr{color:#fff!important;background:#354b5e!important}#Hero-module__fqhYwW__book-id .Hero-module__fqhYwW__cta-circle-clr .Hero-module__fqhYwW__arrow{color:#fff!important}@media (max-width:768px){.Hero-module__fqhYwW__hero{height:300px}.Hero-module__fqhYwW__heroWrapper{padding:8px 8px 0}.Hero-module__fqhYwW__lShoulders,.Hero-module__fqhYwW__lArms,.Hero-module__fqhYwW__lUnderarms{display:none}}@media only screen and (max-width:600px){.Hero-module__fqhYwW__heroText p{font-size:16px}.Hero-module__fqhYwW__heroText{top:8%!important}}@media (max-width:480px){.Hero-module__fqhYwW__hero{height:430px}.Hero-module__fqhYwW__lFullNeck{display:none}.Hero-module__fqhYwW__heroText h1{font-size:22px}}
.BadgeWheel-module__SCU7La__wrapper{z-index:20;width:850px;height:850px;position:absolute;bottom:-490px;left:50%;overflow:hidden;transform:translate(-50%)}.BadgeWheel-module__SCU7La__wheel{width:100%;height:100%;animation:30s linear infinite BadgeWheel-module__SCU7La__rotateWheel;position:relative}@keyframes BadgeWheel-module__SCU7La__rotateWheel{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.BadgeWheel-module__SCU7La__badge{transform-origin:0 0;position:absolute;top:50%;left:50%}.BadgeWheel-module__SCU7La__badgeInner{color:#fff;background:#86654e38;border:1px solid #fff6;border-radius:50px;justify-content:left;align-items:center;width:165px;height:40px;padding-left:14px;font-size:14px;font-weight:300;display:flex;transform:rotate(180deg);box-shadow:0 8px 20px #00000026}@media only screen and (max-width:600px){.BadgeWheel-module__SCU7La__wrapper{width:350px;bottom:-542px}}@media only screen and (min-width:1200px) and (max-width:1600px){.BadgeWheel-module__SCU7La__wrapper{bottom:-505px!important}}
.FreeSession-module__2xryjW__customContainer{max-width:1320px;margin:auto}.FreeSession-module__2xryjW__section{text-align:center;background:#354b5e;border-radius:30px;margin-top:56px;padding:50px 24px}.FreeSession-module__2xryjW__title{color:#fff;letter-spacing:normal;margin-bottom:10px;font-family:GFS Didot;font-size:48px;font-weight:500}.FreeSession-module__2xryjW__subtitle{letter-spacing:2px;text-transform:uppercase;color:#cfc4b7;font-size:18px;font-weight:500}.FreeSession-module__2xryjW__subtitle b{color:#cfc4b7;font-weight:700}@media only screen and (max-width:600px){.FreeSession-module__2xryjW__title{font-size:32px}.FreeSession-module__2xryjW__subtitle{font-size:16px}.FreeSession-module__2xryjW__customContainer{padding:0 12px}}
:root{--teal:#3b4a47;--teal-dark:#2a3634;--page-bg:#f0ece7;--card-bg:#fff;--border:#ddd8d2;--gold:#c9a46a;--muted:#888;--text:#1a1a1a;--green-light:#eaf3ef;--green-text:#2a6649;--green-border:#c3ddd4;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Jost", sans-serif}.gfs-didot-regular{font-family:GFS Didot,serif;font-style:normal;font-weight:400}.hair-removal-wrapper{color:var(--text);background:0 0;font-family:GFS Didot,serif}.packages-section{background:0 0;padding:24px 0 0}.packages-section .section-title{color:#000;text-align:center;margin-bottom:8px;font-family:GFS Didot,serif;font-size:48px;font-weight:600}.packages-section .section-subtitle{color:#000;text-align:center;margin-bottom:43px;padding-top:0;font-size:20px;font-weight:400}.packages-left{flex-direction:column;gap:0;display:flex}.packages-right{height:100%;max-height:730px;position:relative}.packages-img{object-fit:contain;object-position:center top;border-radius:6px;width:100%;height:100%}.packages-width{object-fit:fill;object-position:center;border-radius:14px}.adjust-width{max-width:92%}.accord-item{background:0 0;border:none;border-radius:12px;flex-direction:column;gap:15px;margin-bottom:10px;display:flex;overflow:hidden;box-shadow:1px 1px 5px 2px #0003}.accord-header{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #615f5d3b;border-radius:14px;justify-content:space-between;align-items:center;margin:4px;padding:16px 18px;transition:background .15s;display:flex;box-shadow:0 0 2px #00000038}.accord-header:hover{background:0 0}.accord-header-title{letter-spacing:1.8px;text-transform:uppercase;color:var(--text);margin:0;font-family:Manrope;font-size:18px;font-weight:700}.accord-icon{background:var(--teal);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:16px;font-weight:300;line-height:1;display:flex}.accord-body{max-height:0;padding:0;transition:all .3s;overflow:hidden}.tableSpace{padding:0 18px}.tablespace-second{padding:18px 20px!important}.accord-body.open{border:1px solid #615f5d3b;border-radius:14px;max-height:500px;box-shadow:0 0 2px #00000038}.second-extra{max-height:438px!important}.second-extra .packages-img{object-fit:cover;object-position:top;border-radius:16px;width:100%;height:100%}.promo-badge{border:1px solid var(--green-border);color:#fff;letter-spacing:.8px;text-transform:uppercase;text-align:center;background:#7f9aa8;border-radius:12px 12px 2px 2px;margin-bottom:14px;padding:12px 14px;font-size:14px;font-weight:300}.price-table{border-collapse:collapse;width:100%}.price-table thead th{letter-spacing:1px;text-transform:uppercase;color:#000;border-bottom:1.5px solid var(--border);text-align:left;padding:6px 0;font-size:16px;font-weight:600}.price-table thead th:not(:first-child){text-align:right}.price-table tbody tr{border-bottom:1px solid #ece8e3}.price-table tbody tr:last-child{border-bottom:none}.price-table tbody td{color:#000;padding:8px 0;font-size:19px}.price-table tbody td:first-child{font-weight:500}.td-single{text-align:right;color:var(--muted)}.td-pkg{text-align:right}.pkg-inner{flex-direction:column;align-items:flex-end;gap:1px;display:flex}.pkg-price{color:var(--text);font-size:18px;font-weight:700}.pkg-sessions{color:#000;font-size:14px}.pkg-sessions2{color:#000;font-size:14px;font-weight:400}.pkg-old{color:#be2323;font-size:14px;text-decoration:line-through}.cta-btn{color:#fff;width:100%;font-size:12px;font-family:var(--font-sans);letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;border:none;border-radius:35px;justify-content:space-between;align-items:center;margin-top:10px;padding:10px 24px;font-weight:500;transition:background .2s;display:flex;background:#354b5e!important;padding-right:8px!important}.cta-btn:hover{background:var(--teal)}.cta-arrow{font-size:18px;font-weight:300}.big-cta{border-radius:33px!important;width:100px!important;font-size:20px!important}.big-cta:hover{width:170px!important}.why-section{background:0 0;padding:25px 0 40px}.why-section .section-title{color:var(--text);text-align:center;margin-bottom:12px;padding-bottom:0;font-family:GFS Didot,serif;font-size:48px;font-weight:600}.why-section .section-subtitle{color:#000;text-align:center;max-width:590px;margin-bottom:44px;margin-left:auto;margin-right:auto;padding-top:0;font-size:17px;font-weight:500;line-height:1.75}.why-grid{grid-template-columns:1.4fr 1fr 1fr;align-items:stretch;gap:14px;display:grid}.why-col-left{flex-direction:column;display:flex}.why-col-center{flex-direction:column;gap:14px;display:flex}.why-col-right{flex-direction:column;display:flex}.why-card{box-shadow:none;border-radius:33px;flex:1;position:relative;overflow:hidden}.why-col-left .why-card .why-card-icon{width:26px!important;height:32px!important}.why-col-right .why-card .why-card-icon{width:25px!important;height:auto!important}.why-col-center .why-card .why-card-icon{width:25px!important;height:25px!important}.why-card img{object-fit:cover;border-radius:22px;width:100%;height:100%;transition:transform .4s;display:block;transform:scale(1.05)}.why-overlay{background:linear-gradient(#0000 0%,#0000001a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.why-card-icon{opacity:1!important}.why-card-title{line-height:1.35;color:#fff!important;font-size:22px!important;font-weight:500!important}.why-card-desc{line-height:1.75;color:#fff!important;font-size:15px!important;font-weight:300!important}.why-card:hover img{transform:scale(1.05)}.why-col-left .why-card{max-height:490px;background:0 0!important;padding:0!important}.customContainer{margin:auto;max-width:1320px!important}.why-col-center .why-card{max-height:240px;background:0 0!important;padding:0!important}.why-col-right .why-card{max-height:490px;background:0 0!important;padding:0!important}.why-card-info{z-index:2;padding:16px 24px 18px;position:absolute;bottom:0;left:0;right:0}.why-card-icon{color:#ffffffd9;margin-bottom:6px;font-size:18px;display:block}.why-card-title{color:#fff;margin-bottom:5px;font-size:15px;font-weight:600;line-height:1.3;font-family:GFS Didot!important}.why-card-desc{color:#ffffffc7;font-size:11px;font-weight:300;line-height:1.65}@media (max-width:991px){.packages-right{min-height:300px;margin-top:32px}.packages-img{min-height:300px}.why-grid{grid-template-columns:1fr 1fr}.why-col-right{grid-column:1/-1}.why-col-right .why-card{min-height:220px}}@media (max-width:576px){.packages-section{padding:40px 0 50px}.packages-section .section-title{padding:12px;font-size:32px}.packages-section .section-subtitle{margin-bottom:0;padding-top:0;padding-bottom:0}.why-section .section-title{margin-bottom:0;padding:0;font-size:33px}.pkg-sessions2{font-size:12px}.why-section{padding:40px 0 50px}.why-grid{grid-template-columns:1fr}.why-col-left .why-card,.why-col-center .why-card,.why-col-right .why-card{min-height:220px!important}.why-card{max-height:270px!important}.price-table thead th,.price-table tbody td,.pkg-price{font-size:12px}.pkg-sessions{font-size:10px}.pkg-old{font-size:11px}}.differ-clr .why-card-desc{text-align:left;max-width:70%;font-family:Manrope;color:#fff!important;font-size:14px!important}.differ-clr .why-card-title{color:#fff!important;font-size:24px!important}.cta-btn:hover .big-cta{width:170px!important}@media only screen and (max-width:600px){.adjust-width{max-width:100%;margin:auto}.accord-header-title{font-size:14px}.cta-btn:hover .big-cta{width:90px!important}.cta-btn{padding:10px 16px}.why-section .section-subtitle{padding-bottom:0}.tablespace-second{padding:18px 10px!important}}.accord-body{max-height:0;margin:4px;transition:all .4s;overflow:hidden}.tableSpace{max-height:430px;margin-right:10px;padding:18px;overflow-y:scroll;padding-bottom:24px!important}.tableSpace::-webkit-scrollbar{border-radius:33px;width:3px}.tableSpace::-webkit-scrollbar-track{background:#cfc4b780;margin-top:6px;margin-bottom:6px}.tableSpace::-webkit-scrollbar-thumb{background:#cfc4b7;border-radius:10px;height:100%;min-height:10px;max-height:10px}.tableSpace::-webkit-scrollbar-thumb:hover{background:#777}.accord-body{background:0 0;margin:0;padding:0}.accord-item{gap:12px;margin-bottom:0;box-shadow:none!important}
:root{--teal:#3b4a47;--teal-dark:#2a3634;--process-bg:#c8b89a;--why-bg:#f5f1ed;--card-bg:#bfaf9b;--white:#fff;--dark:#1a1a1a;--muted:#666;--muted-light:#888;--border:#d4c9b8;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Jost", sans-serif}.process-wrapper{color:var(--dark);font-family:GFS Didot,serif}.process-card .why-card-icon{width:25px;height:25px}.process-card{box-shadow:none!important}.process-card:hover{transform:none!important}.process-card .why-card-icon img{border-radius:0;object-fit:contain!important}.process-wrapper .section-title{text-align:center;padding-top:0;font-family:GFS Didot,serif;font-weight:600}.process-wrapper .section-subtitle{text-align:center;color:var(--muted);font-weight:300}.process-section{background:#cfc4b7;padding:25px 0 0}.process-section .section-title{color:#000;margin-bottom:10px;font-size:48px}.process-cta-btn:hover .cta-circle{border-radius:33px;width:80px!important}.process-section .section-subtitle{color:#000;margin-bottom:52px;padding-top:0;font-size:20px;font-weight:400}.steps-row{justify-content:center;align-items:flex-start;gap:0;margin-bottom:48px;display:flex;position:relative}.step{text-align:center;flex:1;max-width:none;padding:0 16px;position:relative}.step-number{color:#354b5e;margin-bottom:10px;font-family:GFS Didot,serif;font-size:38px;font-style:normal;font-weight:400;line-height:1}.step-label{letter-spacing:2px;text-transform:uppercase;color:#000;margin-bottom:12px;font-size:16px;font-weight:700;font-family:Manrope,sans-serif!important}.step-desc{color:#000;max-width:240px;margin:auto;font-size:14px;font-weight:500;line-height:1.75}.step-arrow{flex-shrink:0;justify-content:center;align-items:center;width:75px;padding-top:8%;display:flex}.CustomContainer{margin:auto;padding-bottom:30px;max-width:1320px!important}.arrow-svg{width:52px;height:36px;overflow:visible}.process-cta-wrap{justify-content:center;display:flex}.process-cta-btn{color:#fff;letter-spacing:1.2px;cursor:pointer;background:#354b5e;border:none;border-radius:50px;align-items:center;gap:14px;padding:10px 32px;font-family:GFS Didot,serif;font-size:12px;font-weight:500;transition:background .2s,transform .15s;display:inline-flex;padding-right:8px!important}.process-cta-btn:hover{background:#354b5e;transform:translateY(-1px)}.cta-circle{color:#000;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;font-weight:300;transition:width .3s;display:flex}#book-id .cta-circle-clr{color:#fff!important;background:#354b5e!important}#book-id .btn-clor{color:#354b5e}.cta-circle:hover{border-radius:40px;width:68px}.cta-circle:hover .bookBtn{gap:10px!important}.why-choose-section{background:var(--why-bg);padding:30px 0 0}.why-choose-section .section-title{color:var(--dark);margin-bottom:14px;font-size:clamp(26px,3.2vw,40px);line-height:1.25}.why-choose-section .section-subtitle{color:#000;max-width:800px;margin-bottom:50px;margin-left:auto;margin-right:auto;padding-top:0;font-size:18px;font-weight:400;line-height:1.7}.why-cards-row{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.why-card{box-shadow:none;background:#cfc4b7;border-radius:8px;flex-direction:column;align-items:center;gap:0;padding:24px 22px 18px;transition:transform .2s,box-shadow .2s;display:flex}.why-card:hover{transform:none;box-shadow:none!important}.why-card:hover img{transform:scale(1.05);box-shadow:none!important}.why-card-icon{width:38px;height:38px;color:var(--dark);opacity:.75;margin-bottom:16px}.why-card-icon svg{width:100%;height:100%;stroke:var(--dark);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.clr-white-card .why-card-title{color:#fff!important;text-align:left!important;font-size:24px!important}.clr-white-card .why-card-desc{max-width:60%;color:#fff!important;text-align:left!important}.why-card-title{margin-bottom:10px;font-family:GFS Didot,serif;line-height:1.35;color:#354b5e!important;font-size:16px!important;font-weight:500!important}.process-card .why-card-title{color:#354b5e!important;font-family:Manrope!important;font-size:16px!important;font-weight:600!important}.process-card .why-card-desc{color:#000!important;font-size:14px!important;font-weight:300!important}.why-card-desc{text-align:left;line-height:1.75;color:#000!important;font-size:14px!important;font-weight:300!important}@media (max-width:991px){.why-cards-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.steps-row{flex-direction:column;align-items:center;gap:10px}.step{max-width:320px}.process-section .section-title{padding:0;font-size:32px}.process-section .section-subtitle{padding:0}.step-arrow{width:60px;height:34px;margin-bottom:30px;padding-top:0;transform:rotate(90deg)}.process-section{padding:44px 0 20px}.why-choose-section{padding:44px 0 52px}}@media (max-width:480px){.why-cards-row{grid-template-columns:1fr}}.process-card .why-card-icon svg{stroke:#354b5e!important}.process-card .why-card-desc{text-align:center;color:#000;font-size:16px!important;font-weight:500!important}@media only screen and (max-width:600px){.why-choose-section .section-title{padding:0;font-size:24px;font-weight:600}.why-choose-section .section-subtitle{padding-bottom:0}}
:root{--rr-teal:#3b4a47;--rr-teal-dark:#2a3634;--rr-page-bg:#ede9e4;--rr-white:#fff;--rr-dark:#1a1a1a;--rr-muted:#777;--rr-font-serif:"Playfair Display", Georgia, serif;--rr-font-sans:"Jost", sans-serif}.rr-wrapper{font-family:var(--rr-font-sans);background:var(--rr-page-bg);color:var(--rr-dark);max-width:1320px;margin:auto}.rr-hero{border-radius:10px;width:100%;height:550px;margin:10px 12px 0;position:relative;overflow:hidden}.rr-hero-outer{background:var(--rr-page-bg);padding:12px 14px 0}.rr-hero-img{object-fit:cover;object-position:center 30%;width:100%;height:100%;display:block}.rr-hero-overlay{background:linear-gradient(#0f0a082e 0%,#0f0a0826 100%);position:absolute;inset:0}.rr-hero-content{text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;padding:0 24px;display:flex;position:absolute;inset:0}.rr-hero-title{color:var(--rr-white);text-shadow:0 2px 12px #0000004d;margin-bottom:10px;font-family:GFS Didot,serif;font-size:48px;font-style:normal;font-weight:400;line-height:1.2}.rr-hero-sub{color:#ffffffe0;margin-bottom:22px;font-size:22px;font-weight:300;line-height:1.65}.rr-hero-sub b{color:#fff;font-weight:600}.rr-hero-btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.rr-btn-primary{color:#fff;font-size:14px;font-family:var(--rr-font-sans);letter-spacing:.8px;cursor:pointer;white-space:nowrap;background:#354b5e;border:none;border-radius:50px;align-items:center;gap:10px;padding:11px 45px;font-weight:500;transition:background .2s,transform .15s;display:inline-flex}.rr-btn-primary:hover{background:#354b5e;transform:translateY(-1px)}.rr-btn-arrow{background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;display:flex}.rr-btn-outline{color:var(--rr-white);font-size:14px;font-family:var(--rr-font-sans);letter-spacing:.5px;cursor:pointer;white-space:nowrap;background:0 0;border:5px solid;border-image:linear-gradient(293deg,#fff 0%,#ffffff80 50%,#fff0 100%) 1;border-radius:50px;align-items:center;gap:8px;padding:11px 45px;font-weight:400;transition:border-color .2s,background .2s;display:inline-flex}.rr-btn-primary:hover .rr-btn-arrow{border-radius:33px;width:70px}.rr-btn-outline{white-space:nowrap;background:0 0;border:4px solid #0000;transition:background .2s;position:relative}.CustomContainer{margin:auto;padding-bottom:30px;max-width:1320px!important}.glow-btn{padding:10px 45px!important}.rr-btn-outline:before{content:"";-webkit-mask-composite:xor;background:linear-gradient(293deg,#fff 0%,#ffffff80 50%,#fff0 100%);border-radius:50px;padding:4px;transition:background .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.rr-btn-outline:hover:before{background:linear-gradient(80deg,#fff 0%,#ffffff80 50%,#fff0 100%)}.rr-results{background:var(--rr-page-bg);padding:58px 0 64px}.rr-results-title{text-align:center;color:var(--rr-dark);margin-bottom:10px;font-family:GFS Didot,serif;font-size:clamp(24px,3vw,38px);font-weight:600}.rr-results-sub{color:#000;text-align:center;margin-bottom:38px;font-size:18px;font-weight:400}.rr-results-grid{grid-template-columns:.7fr 1fr;align-items:start;gap:40px;display:grid}.rr-slider-wrap{cursor:col-resize;-webkit-user-select:none;user-select:none;border-radius:10px;width:100%;height:480px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.rr-slider-before,.rr-slider-after{width:100%;height:100%;position:absolute;inset:0}.rr-slider-before img,.rr-slider-after img{object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%;display:block}.rr-slider-after{clip-path:inset(0 0 0 50%);transition:clip-path}.rr-label-before,.rr-label-after{letter-spacing:1.5px;text-transform:uppercase;color:var(--rr-dark);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:4;pointer-events:none;background:#fff9;border:1px solid #fff9;border-radius:6px;padding:5px 10px;font-size:10px;font-weight:600;position:absolute;top:12px}.rr-label-before{left:12px}.rr-label-after{right:12px}.rr-slider-line{z-index:3;pointer-events:none;background:#ffffff78;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.rr-handle-arrows img{width:8px;margin:0 4px}.rr-handle-arrows{display:flex}.rr-slider-handle{z-index:5;cursor:col-resize;background:#ffffff78;border:2px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 12px #00000038}.rr-handle-arrows{color:var(--rr-dark);letter-spacing:-2px;font-size:24px;font-weight:600;line-height:1}.rr-gallery-col{flex-direction:column;gap:0;display:flex}.rr-gallery-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.rr-gallery-img{aspect-ratio:1;object-fit:cover;border-radius:24px;width:100%;max-height:240px;transition:opacity .35s;display:block}.rr-gallery-img.rr-fade-out{opacity:0;transition:opacity .25s,transform .25s;transform:scale(.98)}.rr-gallery-img.rr-fade-in{opacity:1;transition:opacity .35s 50ms,transform .35s 50ms;transform:scale(1)}.rr-nav{justify-content:center;align-items:center;gap:18px;margin-top:22px;display:flex}.rr-nav-arrow{cursor:pointer;color:var(--rr-dark);opacity:.6;background:0 0;border:none;padding:4px 8px;font-size:18px;line-height:1;transition:opacity .2s}.rr-nav-arrow:hover{opacity:1}.rr-nav-arrow:disabled{opacity:.2;cursor:default}.rr-progress{align-items:center;gap:6px;display:flex}.rr-progress-dot{background:#1e140a33;border-radius:2px;width:24px;height:4px;transition:width .3s,background .3s}.rr-progress-dot.rr-active{background:var(--rr-teal);width:36px}@media (max-width:767px){.rr-results-grid{grid-template-columns:1fr}.rr-slider-wrap{height:280px}.rr-hero{height:220px}}@media (max-width:600px){.rr-hero-btns{flex-direction:column;gap:10px}.rr-hero{height:450px;margin:0}.rr-hero-img{object-position:left}.rr-results{padding:12px 0 0}.rr-hero-title{font-size:35px}.rr-hero-sub{font-size:18px}}
:root{--cs-white:#fff;--cs-page-bg:#f0ece6;--cs-reviews-bg:#f7f4f0;--cs-faq-bg:#c8b89a;--cs-dark:#1a1a1a;--cs-muted:#888;--cs-muted2:#aaa;--cs-teal:#3b4a47;--cs-teal-dark:#2a3634;--cs-gold:#e2a832;--cs-card-bg:#fff;--cs-border:#e8e2da;--cs-font-serif:"Playfair Display", Georgia, serif;--cs-font-sans:"Jost", sans-serif}.cs-wrapper{font-family:var(--cs-font-sans);color:var(--cs-dark)}.cs-section-title{text-align:center;color:var(--cs-dark);letter-spacing:1px;margin-bottom:8px;font-family:GFS Didot;font-weight:600}.cs-section-sub{text-align:center;color:#000;margin-bottom:0;font-size:18px;font-weight:400}.cs-reviews-section{background:0 0;padding:25px 0 58px}.cs-reviews-section .cs-section-title{margin-bottom:10px;font-size:clamp(26px,3vw,38px)}.cs-reviews-section .cs-section-sub{margin-bottom:42px}.cs-reviews-layout{grid-template-columns:350px 1fr;align-items:stretch;gap:24px;display:grid}.cs-img-col{border-radius:18px;min-height:450px;position:relative;overflow:hidden}.cs-hero-img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.cs-img-overlay{background:linear-gradient(#0000 0%,#0a080514 45%,#0a0805b8 100%);position:absolute;inset:0}.cs-rating-block{z-index:2;color:#fff;background:#b4937957;border:2px solid #ffffff29;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:80%;padding:18px 30px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.cs-rating-score{font-family:var(--cs-font-serif);color:var(--cs-white);margin-bottom:6px;font-size:36px;font-weight:600;line-height:1}.cs-rating-stars{gap:3px;margin-bottom:5px;display:flex}.cs-star{color:#fff;font-size:14px}.cs-rating-label{color:#ffffffa6;letter-spacing:1px;text-transform:uppercase;font-size:10px;font-weight:300}.cs-cards-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.cs-review-card{background:#e9e4df;border-radius:10px;flex-direction:column;justify-content:space-between;padding:18px 22px 16px;transition:box-shadow .2s;display:flex;box-shadow:0 0 32px #0003!important}.cs-review-card:hover{box-shadow:0 4px 18px #0000001a}.cs-review-text{color:#000;flex:1;margin-bottom:16px;font-size:18px;font-style:normal;font-weight:500;line-height:1.72}.cs-review-text:before{content:"\"";font-family:var(--cs-font-serif);color:var(--cs-muted2);vertical-align:-4px;margin-right:2px;font-size:18px;line-height:0}.cs-review-text:after{content:"\"";font-family:var(--cs-font-serif);color:var(--cs-muted2);vertical-align:-4px;margin-left:2px;font-size:18px;line-height:0}.cs-reviewer{justify-content:space-between;align-items:center;gap:10px;display:flex}.cs-reviewer-left{align-items:center;gap:10px;display:flex}.cs-avatar{width:45px;height:45px;color:var(--cs-white);text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:300;display:flex}.cs-avatar-m,.cs-avatar-k,.cs-avatar-kb,.cs-avatar-l{background:#7f9aa8}.cs-reviewer-info{flex-direction:column;gap:1px;display:flex}.cs-reviewer-name{color:#000;font-size:18px;font-weight:600;line-height:1.2}.cs-reviewer-date{color:#7f9aa8;font-size:13px;font-weight:300}.cs-card-stars{gap:2px;display:flex}.cs-card-star{color:#e2a53b;font-size:20px}.cs-faq-section{background:#cfc4b7;padding:30px 0}.cs-faq-section .cs-section-title{color:#000;margin-bottom:10px;font-size:42px}.cs-faq-section .cs-section-sub{text-align:center;margin-bottom:40px;font-size:18px;font-weight:400;color:#000!important}.cs-faq-list{flex-direction:column;gap:18px;max-width:1200px;margin:0 auto;display:flex}.cs-faq-item{background:#e9e4df;border-radius:6px;overflow:hidden;box-shadow:0 0 18px #0000001a}.cs-faq-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;transition:background .15s;display:flex}.cs-faq-question{color:#000;flex:1;font-size:18px;font-weight:600;line-height:1.4}.cs-faq-toggle{color:#fff;background:#354b5e;border:1.5px solid #354b5e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;font-weight:300;line-height:1;transition:background .2s,color .2s,border-color .2s;display:flex}.cs-faq-item.cs-faq-open .cs-faq-toggle{color:var(--cs-white);background:#354b5e;border-color:#354b5e}.cs-faq-body{color:#000;border-top:1px solid var(--cs-border);padding:14px 20px 16px;font-size:14px;font-weight:300;line-height:1.75;animation:.22s csFadeIn}.CustomContainer{margin:auto;padding:30px;max-width:1320px!important}@keyframes csFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:991px){.cs-reviews-layout{grid-template-columns:160px 1fr}}@media (max-width:767px){.cs-reviews-layout{grid-template-columns:1fr}.cs-img-col{min-height:220px}.cs-cards-grid{grid-template-columns:1fr}.cs-reviews-section,.cs-faq-section{padding:42px 0 50px}}@media (max-width:480px){.cs-cards-grid{grid-template-columns:1fr}}
:root{--gt-page-bg:#ede9e3;--gt-white:#fff;--gt-dark:#1a1a1a;--gt-muted:#888;--gt-teal:#4a6360;--gt-teal-dark:#3a5250;--gt-teal-btn:#6a8a86;--gt-border:#d8d0c6;--gt-input-bg:#fff;--gt-card-brown:#b89e82;--gt-overlay-bg:#14100cb8;--gt-font-serif:"Playfair Display", Georgia, serif;--gt-font-sans:"Jost", sans-serif}.gt-wrapper{font-family:var(--gt-font-sans);color:var(--gt-dark);background:var(--gt-page-bg)}.gt-contact-section{background:var(--gt-page-bg);padding:52px 0 56px}.gt-contact-layout{grid-template-columns:1fr 475px;align-items:start;gap:32px;display:grid}.gt-form-col{flex-direction:column;display:flex}.gt-title{font-family:var(--gt-font-serif);color:#000;margin-bottom:6px;font-size:clamp(28px,3.5vw,42px);font-weight:400;line-height:1.15}.gt-subtitle{color:#000;margin-bottom:40px;font-size:18px;font-weight:400}.gt-form{flex-direction:column;gap:14px;display:flex}.gt-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.gt-field-group{flex-direction:column;gap:5px;display:flex}.gt-label{color:#000;letter-spacing:.2px;font-size:13px;font-weight:500}.gt-label sup{color:#c05a5a;font-size:10px}.gt-input,.gt-textarea{font-size:12.5px;font-family:var(--gt-font-sans);color:var(--gt-dark);background:0 0;border:1px solid #000;border-radius:8px;outline:none;width:100%;padding:11px 14px;font-weight:300;transition:border-color .2s,box-shadow .2s}.gt-input::placeholder,.gt-textarea::placeholder{color:#000;font-size:12px;font-weight:300}.gt-input:focus,.gt-textarea:focus{border-color:var(--gt-teal);box-shadow:0 0 0 3px #4a63601a}.gt-textarea{resize:vertical;min-height:90px;line-height:1.6}.gt-send-btn{color:var(--gt-white);font-size:12.5px;font-family:var(--gt-font-sans);letter-spacing:1.2px;cursor:pointer;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:4px;padding:14px 24px;font-weight:500;transition:background .2s,transform .15s;display:flex;background:#7f9aa8!important;border-radius:28px!important}.gt-send-btn:hover{background:var(--gt-teal-dark);transform:translateY(-1px)}.gt-send-arrow{font-size:16px}.gt-right-col{flex-direction:column;gap:16px;display:flex;position:relative}.gt-hero-img{object-fit:unset;object-position:center;border-radius:16px;width:100%;height:482px;display:block}.gt-inquiry-card{background:#b4937957;border:2px solid #ffffff29;border-radius:12px;flex-direction:column;align-items:center;gap:10px;width:80%;padding:22px 24px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.gt-inquiry-title{color:var(--gt-white);text-align:center;margin-bottom:4px;font-family:Manrope;font-size:20px;font-weight:400}.gt-inquiry-item{color:#ffffffeb;align-items:center;gap:8px;font-size:12.5px;font-weight:300;display:flex}.gt-inquiry-icon{opacity:.85;flex-shrink:0;font-size:13px}.gt-map-section{width:100%;height:420px;padding:20px 20px 40px;position:relative;overflow:hidden}.gt-map-iframe{filter:saturate(.9)brightness(.97);border:none;border-radius:12px;width:100%;height:100%;display:block;position:relative;box-shadow:0 0 16px #0003}.gt-map-overlay{-webkit-backdrop-filter:blur(8px);z-index:10;background:#f5f3f3ba;border:3px solid #ffffff9c;border-radius:10px;min-width:230px;max-width:265px;padding:24px 22px;position:absolute;top:15%;right:12%;box-shadow:0 4px 24px #00000047}.gt-overlay-clinic{color:#7f9aa8;letter-spacing:.3px;margin-bottom:3px;font-size:12px;font-weight:600}.gt-overlay-address{color:#000;margin-bottom:14px;font-size:11px;font-weight:300;line-height:1.5}.gt-overlay-divider{background:#000;height:1px;margin-bottom:12px}.gt-overlay-hours-label{letter-spacing:1.5px;text-transform:uppercase;color:#000;margin-bottom:10px;font-size:10px;font-weight:500}.gt-hours-table{border-collapse:collapse;width:100%;margin-bottom:16px}.gt-hours-table tr td{color:#000;padding:3px 0;font-size:11px;font-weight:300;line-height:1.45}.gt-hours-table tr td:first-child{color:#000;white-space:nowrap;padding-right:12px;font-weight:300}.gt-hours-table tr td:last-child{text-align:right;color:#000;font-weight:400}.gt-closed{float:right;align-items:center;display:inline-flex;position:relative;color:#000!important}.gt-closed:before{content:"";background-color:#de3716;border-radius:50%;width:5px;height:5px;margin-right:6px;display:inline-block}.gt-directions-btn{color:var(--gt-white);font-size:11.5px;font-family:var(--gt-font-sans);letter-spacing:.8px;text-align:center;cursor:pointer;border:none;border-radius:4px;width:100%;padding:10px 16px;font-weight:500;transition:background .2s;background:#7f9aa8!important;border-radius:30px!important}.gt-directions-btn:hover{background:var(--gt-teal-dark)}@media (max-width:991px){.gt-contact-layout{grid-template-columns:1fr 260px}}@media (max-width:767px){.gt-contact-layout{grid-template-columns:1fr}.gt-right-col{flex-direction:row;align-items:stretch}.gt-hero-img{flex:1;height:180px}.gt-inquiry-card{flex:1}.gt-map-section{height:480px}.gt-map-overlay{max-width:78%;inset:unset;width:100%;margin:auto;top:22%;left:12%!important}}@media (max-width:540px){.gt-row{grid-template-columns:1fr}.gt-right-col{flex-direction:column}.gt-hero-img{height:200px}.gt-contact-section{padding:36px 0 40px}.gt-form-col{padding:0 12px}}
:root{--ft-white:#fff;--ft-dark:#1a1a1a;--ft-footer-bg:#2e3d3a;--ft-footer-dark:#253330;--ft-teal:#4a6360;--ft-teal-btn:#5a7a76;--ft-muted:#ffffff80;--ft-muted2:#ffffff59;--ft-border:#ffffff1a;--ft-glass-bg:#ffffff1a;--ft-glass-border:#ffffff38;--ft-font-serif:"Playfair Display", Georgia, serif;--ft-font-sans:"Jost", sans-serif}.ft-wrapper{font-family:var(--ft-font-sans)}.ft-newsletter{justify-content:center;align-items:center;width:100%;height:330px;display:flex;position:relative;overflow:hidden}.ft-newsletter-bg{object-fit:cover;object-position:center 30%;width:100%;height:100%;display:block;position:absolute;inset:0}.ft-newsletter-overlay{z-index:1;background:#0a0c0c00;position:absolute;inset:0}.ft-newsletter-card{z-index:2;-webkit-backdrop-filter:blur(14px);text-align:center;background:#88888440;border:2px solid #ffffff26;border-radius:14px;width:90%;max-width:800px;padding:36px 40px;position:relative;box-shadow:0 8px 32px #00000040}.ft-newsletter-title{font-family:var(--ft-font-serif);color:var(--ft-white);text-shadow:0 1px 6px #0003;margin-bottom:6px;font-size:30px;font-style:normal;font-weight:400;line-height:1.2}.ft-newsletter-sub{color:#ffffffc7;margin-bottom:18px;font-size:16px;font-weight:300;line-height:1.6}.ft-newsletter-form{background:0 0;border:1px solid #ffffff4d;border-radius:50px;align-items:center;gap:8px;max-width:300px;margin:auto;padding:0 0 0 18px;display:flex}.ft-newsletter-input{font-size:12px;font-family:var(--ft-font-sans);color:var(--ft-white);background:0 0;border:none;outline:none;flex:1;min-width:0;font-weight:300}.ft-newsletter-input::placeholder{color:#ffffff80}.ft-newsletter-btn{color:var(--ft-white);font-size:11.5px;font-family:var(--ft-font-sans);letter-spacing:.8px;cursor:pointer;white-space:nowrap;background:#7f9aa8;border:none;border-radius:50px;flex-shrink:0;align-items:center;gap:7px;padding:8px 18px;font-weight:500;transition:background .2s;display:flex}.ft-newsletter-btn:hover{background:var(--ft-teal)}.ft-send-arrow{font-size:13px}.ft-footer{background:#354b5e;padding:52px 0 0}.ft-footer-grid{grid-template-columns:1.4fr 1.6fr 1fr 1fr;gap:32px;padding-bottom:40px;display:grid}.ft-logo-main{font-family:var(--ft-font-serif);letter-spacing:5px;text-transform:uppercase;color:var(--ft-white);font-size:26px;font-weight:600;line-height:1;display:block}.ft-logo-sub{letter-spacing:6px;text-transform:uppercase;color:var(--ft-muted);margin-top:4px;margin-bottom:24px;font-size:8px;font-weight:300;display:block}.ft-follow-label{color:var(--ft-white);letter-spacing:.5px;margin-bottom:12px;font-size:15px;font-weight:500}.ft-social-row{align-items:center;gap:10px;display:flex}.ft-social-icon{cursor:pointer;width:35px;height:35px;color:var(--ft-white);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;text-decoration:none;transition:border-color .2s,background .2s;display:flex}.ft-social-icon:hover{background:#ffffff14;border-color:#ffffffbf}.ft-social-icon svg{width:15px;height:15px;fill:var(--ft-white)}.ft-col-title{color:var(--ft-white);margin-bottom:16px;font-family:GFS Didot;font-size:18px;font-style:normal;font-weight:500}.ft-contact-list{flex-direction:column;gap:13px;display:flex}.ft-contact-item{color:#fff;align-items:flex-start;gap:8px;font-size:12px;font-weight:300;line-height:1.55;display:flex}.ft-contact-icon{opacity:1;flex-shrink:0;margin-top:1px;font-size:12px}.ft-links-list{flex-direction:column;gap:9px;display:flex}.ft-link{font-size:14px;font-weight:300;text-decoration:none;transition:color .2s;display:block;color:#fff!important}.ft-link:hover{color:var(--ft-white)}.ft-legal-list{flex-direction:column;gap:9px;display:flex}.ft-copyright{text-align:center;text-align:center;background:#354b5e;border-top:none;padding:14px 0}.ft-copyright p{color:var(--ft-muted2);margin:0;font-size:11px;font-weight:300}@media (max-width:991px){.ft-footer-grid{grid-template-columns:1fr 1fr;gap:28px}}@media (max-width:576px){.ft-footer-grid{grid-template-columns:1fr;gap:28px}.ft-newsletter{height:240px}.ft-newsletter-card{padding:22px 22px 20px}.ft-footer{padding:36px 0 0 22px}}
.popular-module__m7t8ia__popularSection{background:#e9e4df;padding:80px 0}.popular-module__m7t8ia__title{margin-bottom:10px;font-family:GFS Didot;font-size:36px;font-weight:500}.popular-module__m7t8ia__subtitle{color:#000;font-size:18px;font-weight:400}.popular-module__m7t8ia__imageWrapper img{border-radius:16px;width:100%;height:auto;transition:all .5s}.popular-module__m7t8ia__cardWrapper{flex-direction:column;gap:16px;display:flex}.popular-module__m7t8ia__card{cursor:pointer;background:#e9e4df;border-radius:14px;padding:20px 30px;transition:all .3s;box-shadow:0 4px 12px #949393b8}.popular-module__m7t8ia__card:hover{background:0 0;border:1px solid #354b5e;transform:none;box-shadow:0 12px 25px #00000026}.popular-module__m7t8ia__card.popular-module__m7t8ia__active{background:#fff;transform:translateY(-4px);box-shadow:0 12px 25px #00000026}.popular-module__m7t8ia__card h5{margin-bottom:5px;font-size:18px;font-weight:600}.popular-module__m7t8ia__card p{color:#000;margin:0;font-size:18px}@media (max-width:991px){.popular-module__m7t8ia__title{font-size:28px}.popular-module__m7t8ia__popularSection{padding:25px 0}}@media (max-width:576px){.popular-module__m7t8ia__title{font-size:24px}.popular-module__m7t8ia__card{padding:16px}}.popular-module__m7t8ia__imageWrapper{position:relative}.popular-module__m7t8ia__overlay{color:#fff;-webkit-backdrop-filter:blur(20.5px);background:#ffffff29;border:2px solid #ffffff17;border-radius:12px;justify-content:center;align-items:center;gap:10px;max-width:90%;margin:auto;padding:18px 15px;font-family:GFS Didot,serif;font-weight:500;display:flex;position:absolute;bottom:20px;left:0;right:0}.popular-module__m7t8ia__overlay span{font-size:18px}.popular-module__m7t8ia__overlay img{object-fit:contain;width:24px!important;height:24px!important}
