.Navbar-module__cJzEcG__navbar{background-color:var(--whisker-cream);z-index:999;border-bottom:1px solid #2c5f4f1a;transition:transform .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 4px #0000001a}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__visible{transform:translateY(0)}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__hidden{transform:translateY(-100%)}.Navbar-module__cJzEcG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Navbar-module__cJzEcG__navContent{justify-content:space-between;align-items:center;height:5rem;display:flex}.Navbar-module__cJzEcG__logo{flex-shrink:0}.Navbar-module__cJzEcG__logoImage{width:auto;height:56px}.Navbar-module__cJzEcG__navRight,.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-dark);font-family:var(--font-outfit);padding:.8rem;font-size:16px;text-decoration:none;transition:color .2s;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--tabby-brown)}.Navbar-module__cJzEcG__navLink:after{content:"";background:repeating-linear-gradient(90deg, var(--tabby-brown) 0px, var(--tabby-brown) 3px, transparent 3px, transparent 6px);width:0;height:3px;transition:width .2s;position:absolute;bottom:-5px;left:0;transform:skew(-20deg)}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__dropdown{position:relative}.Navbar-module__cJzEcG__dropdown>button.Navbar-module__cJzEcG__navLink{cursor:pointer;background:0 0;border:none}.Navbar-module__cJzEcG__dropdownArrow{margin-left:.25rem;font-size:.75rem;transition:transform .2s}.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__dropdownArrow{transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdownMenu{background-color:var(--whisker-cream);z-index:1000;border-radius:8px;min-width:150px;padding:.5rem 0;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #0000001a}.Navbar-module__cJzEcG__dropdownItem{color:var(--text-dark);font-family:var(--font-outfit);padding:.75rem 1rem;font-size:14px;text-decoration:none;transition:background-color .2s,color .2s;display:block}.Navbar-module__cJzEcG__dropdownItem:hover{color:var(--tabby-brown);background-color:#2c5f4f1a}.Navbar-module__cJzEcG__cta{color:var(--tabby-brown);font-family:var(--font-outfit);background:0 0;padding:.5rem 0;font-weight:600;text-decoration:none;position:relative}.Navbar-module__cJzEcG__cta:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='100' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,2 Q10,0 20,2 T40,2 T60,2 T80,2 T100,2' stroke='%23C85C3F' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:100% 100%;width:100%;height:3px;position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__cta:hover:after{animation:.4s ease-out Navbar-module__cJzEcG__scratchReveal}@keyframes Navbar-module__cJzEcG__scratchReveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}.Navbar-module__cJzEcG__langSwitcher{align-items:center;gap:.5rem;font-size:14px;display:flex}.Navbar-module__cJzEcG__langLink{text-decoration:none;transition:color .2s}.Navbar-module__cJzEcG__langLink.Navbar-module__cJzEcG__active{color:var(--tabby-brown);font-weight:600}.Navbar-module__cJzEcG__langLink:not(.Navbar-module__cJzEcG__active){color:var(--text-light)}.Navbar-module__cJzEcG__langLink:not(.Navbar-module__cJzEcG__active):hover{color:var(--tabby-brown)}.Navbar-module__cJzEcG__langDivider{color:var(--text-light)}.Navbar-module__cJzEcG__cta:hover{opacity:.9}.Navbar-module__cJzEcG__menuButton{cursor:pointer;color:var(--hunter-green);background:0 0;border:none;padding:.5rem;display:none}.Navbar-module__cJzEcG__mobileMenu{z-index:10000;-webkit-backdrop-filter:blur(5.3px);z-index:99;transform-origin:top;background:linear-gradient(#f6f4f0 0%,#f6f4f0f2 10%,#f6f4f0d9 20%,#f6f4f0b3 30%,#f6f4f099 40%);border:1px solid #ffffff42;border-radius:16px;min-height:100vh;padding:1rem;animation:.5s ease-out Navbar-module__cJzEcG__curtainDrop;position:fixed;inset:4rem 0 0;box-shadow:0 4px 30px #0000001a}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__closing{animation:.25s ease-in forwards Navbar-module__cJzEcG__curtainUp}.Navbar-module__cJzEcG__mobileMenuContent{flex-direction:column;gap:1rem;margin-left:2rem;display:flex}.Navbar-module__cJzEcG__langLink img{vertical-align:middle;width:24px;height:auto}.Navbar-module__cJzEcG__mobileNavLink,.Navbar-module__cJzEcG__mobileLangSwitcher,.Navbar-module__cJzEcG__mobileCta{animation:.4s ease-out backwards Navbar-module__cJzEcG__slideInFade}.Navbar-module__cJzEcG__mobileNavLink{color:var(--text-dark);font-family:var(--font-outfit);padding:.5rem 0;font-size:1.2rem;font-weight:600;text-decoration:none}.Navbar-module__cJzEcG__mobileNavLink:hover{color:var(--tabby-brown)}.Navbar-module__cJzEcG__mobileDropdown{animation:.4s ease-out backwards Navbar-module__cJzEcG__slideInFade}.Navbar-module__cJzEcG__mobileDropdown>button.Navbar-module__cJzEcG__mobileNavLink{cursor:pointer;background:0 0;border:none}.Navbar-module__cJzEcG__mobileDropdownArrow{display:none}.Navbar-module__cJzEcG__mobileSubmenu{margin-top:.5rem;padding-left:1rem}.Navbar-module__cJzEcG__mobileSubmenuLink{color:var(--text-dark);font-family:var(--font-outfit);padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;display:block}.Navbar-module__cJzEcG__mobileSubmenuLink:hover{color:var(--tabby-brown)}.Navbar-module__cJzEcG__mobileLangSwitcher{gap:1rem;padding:.5rem 0;font-size:1rem;display:flex}.Navbar-module__cJzEcG__mobileLangLink{color:var(--text-dark);text-decoration:none}.Navbar-module__cJzEcG__mobileCta{color:var(--tabby-brown);font-family:var(--font-outfit);text-align:center;border:2px solid var(--tabby-brown);background-color:var(--whisker-cream);border-radius:8px;width:60%;margin-top:1rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.Navbar-module__cJzEcG__mobileCta:hover{background-color:var(--tabby-brown);color:var(--whisker-cream)}@keyframes Navbar-module__cJzEcG__curtainDrop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes Navbar-module__cJzEcG__curtainUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes Navbar-module__cJzEcG__slideInFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:950px){.Navbar-module__cJzEcG__container{padding:0 1rem}.Navbar-module__cJzEcG__navContent{height:64px}.Navbar-module__cJzEcG__mobileLangLink img{vertical-align:middle;width:32px;height:auto}.Navbar-module__cJzEcG__logoImage{height:40px}.Navbar-module__cJzEcG__navRight{display:none}.Navbar-module__cJzEcG__menuButton{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:40px;height:40px;padding:8px;display:flex}.Navbar-module__cJzEcG__scratchLine{transform-origin:50%;width:100%;height:3px;transition:all .3s;position:relative}.Navbar-module__cJzEcG__scratchLine:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='100' height='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,1.5 L8,0.5 L15,2 L22,1 L30,2.5 L38,1 L45,2 L53,0.5 L60,1.5 L68,2 L75,1 L83,2 L90,0.5 L100,1.5' stroke='%23C85C3F' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;width:100%;height:100%;position:absolute}.Navbar-module__cJzEcG__menuButton.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__scratchLine:first-child{transform:translateY(-9px)rotate(45deg)}.Navbar-module__cJzEcG__menuButton.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__scratchLine:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__menuButton.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__scratchLine:nth-child(3){transform:translateY(-8px)rotate(-45deg)}}
.Sidebar-module__mV_6dq__sidebar{background:var(--whisker-cream);z-index:1;box-sizing:border-box;border-right:.5px solid #eee;flex-direction:column;flex-shrink:0;width:200px;height:100vh;padding:16px 10px;display:flex;position:sticky;top:0}.Sidebar-module__mV_6dq__sidebarLogo{border-bottom:.5px solid #eee;margin-top:52px;margin-bottom:12px;padding:4px 8px 16px}.Sidebar-module__mV_6dq__sidebarLogoBlob{border:1.5px solid var(--hunter-green);background:0 0;border-radius:63% 37% 54% 46%/55% 48% 52% 45%;justify-content:center;align-items:center;width:96px;height:88px;margin-bottom:8px;display:flex}.Sidebar-module__mV_6dq__sidebarLogoSvg{width:62px;height:auto;display:block}.Sidebar-module__mV_6dq__sidebarLogoText{color:#2c5f4f;font-size:13px;font-weight:700;font-family:var(--font-outfit)}.Sidebar-module__mV_6dq__sidebarLogoSub{color:#aaa;font-size:10px;font-family:var(--font-outfit);margin-top:1px}.Sidebar-module__mV_6dq__nav{flex-direction:column;gap:2px;display:flex}.Sidebar-module__mV_6dq__link{color:#666;font-size:13px;font-weight:500;font-family:var(--font-outfit);border-radius:8px;align-items:center;gap:10px;padding:9px 10px;text-decoration:none;transition:background .15s,color .15s;display:flex}.Sidebar-module__mV_6dq__link:hover{color:#2c2c2a;background:#eeece8}.Sidebar-module__mV_6dq__linkActive{color:#2c5f4f;background:#eaf3de;font-weight:600}.Sidebar-module__mV_6dq__linkDisabled{opacity:.35;cursor:not-allowed;pointer-events:none}.Sidebar-module__mV_6dq__iconWrap{flex-shrink:0;align-items:center;display:flex;position:relative}.Sidebar-module__mV_6dq__badge{border:1.5px solid var(--whisker-cream);background:#c85c3f;border-radius:50%;width:8px;height:8px;position:absolute;top:-3px;right:-4px}.Sidebar-module__mV_6dq__navBadge{color:#fff;font-size:10px;font-weight:600;font-family:var(--font-outfit);background:#c85c3f;border-radius:999px;margin-left:auto;padding:1px 6px}.Sidebar-module__mV_6dq__label{white-space:nowrap;overflow:hidden}.Sidebar-module__mV_6dq__spacer{flex:1}.Sidebar-module__mV_6dq__divider{background:#eee;height:.5px;margin:10px 0}.Sidebar-module__mV_6dq__bugBtn{color:#aaa;cursor:pointer;text-align:left;width:100%;font-size:12px;font-weight:500;font-family:var(--font-outfit);background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;transition:background .15s,color .15s;display:flex}.Sidebar-module__mV_6dq__bugBtn:hover{color:#2c5f4f;background:#eeece8}.Sidebar-module__mV_6dq__logoutBtn{color:#aaa;cursor:pointer;text-align:left;width:100%;font-size:12px;font-weight:500;font-family:var(--font-outfit);background:0 0;border:none;border-top:.5px solid #ffffff1a;border-radius:8px;align-items:center;gap:10px;margin-top:4px;padding:13px 10px 9px;transition:background .15s,color .15s;display:flex}.Sidebar-module__mV_6dq__logoutBtn:hover{color:#2c2c2a;background:#eeece8}.Sidebar-module__mV_6dq__bookingDot{background:#c85c3f;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-left:auto}.Sidebar-module__mV_6dq__bottomBookingDot{border:1.5px solid var(--hunter-green);background:#c85c3f;border-radius:50%;width:6px;height:6px;position:absolute;top:-2px;right:-4px}@keyframes Sidebar-module__mV_6dq__dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.5)}}.Sidebar-module__mV_6dq__bookingDotPulse{animation:1.4s ease-in-out infinite Sidebar-module__mV_6dq__dotPulse}.Sidebar-module__mV_6dq__bottomNav{display:none}.Sidebar-module__mV_6dq__bottomNavHidden{display:none!important}@media (max-width:768px){.Sidebar-module__mV_6dq__sidebar{display:none}.Sidebar-module__mV_6dq__bottomNav{background:var(--hunter-green);z-index:100;padding:.25rem 0 env(safe-area-inset-bottom,.25rem);border-top:1px solid #ffffff1a;display:flex;position:fixed;bottom:0;left:0;right:0}.Sidebar-module__mV_6dq__bottomLink{color:#f6f4f0a6;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:.2rem;padding:.5rem .25rem;font-size:.65rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.Sidebar-module__mV_6dq__bottomLink:hover,.Sidebar-module__mV_6dq__bottomLinkActive{color:#fff}.Sidebar-module__mV_6dq__bottomLabel{font-size:.65rem}.Sidebar-module__mV_6dq__bottomLinkDisabled{opacity:.35;cursor:not-allowed;pointer-events:none}}.Sidebar-module__mV_6dq__notifBadge{color:#fff;min-width:18px;height:18px;font-size:11px;font-weight:700;font-family:var(--font-outfit);background:#f05748;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:0 5px;display:flex}.Sidebar-module__mV_6dq__bottomNotifBadge{color:#fff;min-width:16px;height:16px;font-size:10px;font-weight:700;font-family:var(--font-outfit);border:1.5px solid var(--hunter-green);background:#f05748;border-radius:8px;justify-content:center;align-items:center;padding:0 4px;display:flex;position:absolute;top:-4px;right:-6px}
.BugReportPanel-module__ZL0a-q__panel{z-index:200;background:#fff;border:.5px solid #e0e0e0;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 8px 32px #0000001f}.BugReportPanel-module__ZL0a-q__panelDesktop{width:340px;max-height:calc(100vh - 48px);position:fixed;bottom:24px;left:216px}.BugReportPanel-module__ZL0a-q__panelMobile{border-radius:16px 16px 0 0;max-height:85vh;position:fixed;bottom:60px;left:0;right:0}.BugReportPanel-module__ZL0a-q__header{border-bottom:.5px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px 12px;display:flex}.BugReportPanel-module__ZL0a-q__heading{color:#2c5f4f;font-size:14px;font-weight:700;font-family:var(--font-outfit);align-items:center;gap:8px;display:flex}.BugReportPanel-module__ZL0a-q__closeBtn{cursor:pointer;color:#999;background:0 0;border:none;border-radius:4px;align-items:center;padding:2px;display:flex}.BugReportPanel-module__ZL0a-q__closeBtn:hover{color:#333;background:#f5f5f5}.BugReportPanel-module__ZL0a-q__body{flex-direction:column;flex:1;gap:10px;padding:14px 16px 16px;display:flex;overflow-y:auto}.BugReportPanel-module__ZL0a-q__copy{color:#555;font-size:13px;line-height:1.5;font-family:var(--font-outfit);margin:0}.BugReportPanel-module__ZL0a-q__pageUrlRow{align-items:flex-start;gap:6px;margin:0;display:flex}.BugReportPanel-module__ZL0a-q__pageUrlLabel{color:#aaa;font-size:10px;font-family:var(--font-outfit);flex-shrink:0;padding-top:1px}.BugReportPanel-module__ZL0a-q__pageUrl{color:#888;word-break:break-all;font-family:monospace;font-size:10px;line-height:1.4}.BugReportPanel-module__ZL0a-q__textarea{box-sizing:border-box;width:100%;font-size:13px;font-family:var(--font-outfit);color:#333;resize:vertical;border:1px solid #ddd;border-radius:8px;outline:none;min-height:100px;padding:10px 12px;transition:border-color .15s}.BugReportPanel-module__ZL0a-q__textarea:focus{border-color:#2c5f4f}.BugReportPanel-module__ZL0a-q__uploadZone{cursor:pointer;color:#888;font-size:12px;font-family:var(--font-outfit);text-align:left;box-sizing:border-box;background:#fafafa;border:1.5px dashed #ccc;border-radius:8px;align-items:center;gap:8px;width:100%;padding:10px 12px;transition:border-color .15s,color .15s;display:flex}.BugReportPanel-module__ZL0a-q__uploadZone:hover{color:#2c5f4f;border-color:#2c5f4f}.BugReportPanel-module__ZL0a-q__hiddenInput{display:none}.BugReportPanel-module__ZL0a-q__previewWrap{flex-direction:column;gap:6px;display:flex}.BugReportPanel-module__ZL0a-q__preview{object-fit:cover;border:1px solid #eee;border-radius:6px;width:100%;max-height:140px}.BugReportPanel-module__ZL0a-q__removeScreenshot{cursor:pointer;color:#999;font-size:11px;font-family:var(--font-outfit);background:0 0;border:none;align-self:flex-start;align-items:center;gap:4px;padding:0;display:flex}.BugReportPanel-module__ZL0a-q__removeScreenshot:hover{color:#c0392b}.BugReportPanel-module__ZL0a-q__error{color:#c0392b;font-size:12px;font-family:var(--font-outfit);margin:0}.BugReportPanel-module__ZL0a-q__submitBtn{color:#fff;width:100%;font-size:13px;font-weight:600;font-family:var(--font-outfit);cursor:pointer;background:#2c5f4f;border:none;border-radius:8px;padding:10px;transition:background .15s}.BugReportPanel-module__ZL0a-q__submitBtn:hover:not(:disabled){background:#245042}.BugReportPanel-module__ZL0a-q__submitBtn:disabled{opacity:.6;cursor:default}.BugReportPanel-module__ZL0a-q__successMsg{text-align:center;color:#2c5f4f;font-size:14px;font-weight:600;font-family:var(--font-outfit);padding:32px 20px}
.Footer-module__S6Hkya__footer{background-color:var(--hunter-green);font-family:var(--font-lora);margin:0;padding:3rem 2rem 0}.Footer-module__S6Hkya__container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto;padding-bottom:2rem;display:grid}.Footer-module__S6Hkya__section{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__sectionTitle{font-family:var(--font-outfit);color:var(--tabby-brown);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.Footer-module__S6Hkya__aboutText{color:var(--whisker-cream);font-size:.938rem;line-height:1.6}.Footer-module__S6Hkya__location{color:var(--whisker-cream);font-size:.875rem}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:var(--whisker-cream);font-size:.938rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__link:hover{color:var(--whisker-cream);opacity:.7}.Footer-module__S6Hkya__socialLinks{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__socialLink{color:var(--whisker-cream);align-items:center;gap:.5rem;font-size:.938rem;text-decoration:none;transition:color .2s;display:flex}.Footer-module__S6Hkya__socialLink:hover{color:var(--whisker-cream);opacity:.7}.Footer-module__S6Hkya__newsletterDescription{color:var(--whisker-cream);opacity:.85;font-size:.875rem;line-height:1.5}.Footer-module__S6Hkya__newsletterForm{gap:.5rem;margin-top:.5rem;display:flex}.Footer-module__S6Hkya__newsletterInput{color:var(--whisker-cream);font-family:var(--font-outfit);background:#ffffff1a;border:1px solid #fff3;border-radius:6px;flex:1;padding:.625rem .875rem;font-size:.875rem}.Footer-module__S6Hkya__newsletterInput::placeholder{color:#ffffff80}.Footer-module__S6Hkya__newsletterInput:focus{border-color:var(--tabby-brown);outline:none}.Footer-module__S6Hkya__newsletterButton{background:var(--tabby-brown);color:#fff;font-family:var(--font-outfit);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:opacity .2s}.Footer-module__S6Hkya__newsletterButton:hover{opacity:.9}.Footer-module__S6Hkya__subscribeSuccess{color:var(--paw-pink);margin-top:.5rem;font-size:.875rem}.Footer-module__S6Hkya__subscribeError{color:#ff6b6b;margin-top:.5rem;font-size:.813rem}.Footer-module__S6Hkya__newsletterButton:disabled,.Footer-module__S6Hkya__newsletterInput:disabled{opacity:.6;cursor:not-allowed}.Footer-module__S6Hkya__bottomBar{border-top:1px solid #2c5f4f33;margin-top:2rem;padding:1.5rem 0}.Footer-module__S6Hkya__bottomContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__S6Hkya__copyright{color:var(--whisker-cream);margin:0;font-size:.875rem}.Footer-module__S6Hkya__madeWithWrapper{flex-direction:column;align-items:center;gap:.25rem;display:flex}.Footer-module__S6Hkya__memorial{color:var(--whisker-cream);opacity:.85;align-items:center;gap:.375rem;font-size:.75rem;display:flex}.Footer-module__S6Hkya__memorialImage{object-fit:cover;border-radius:50%}.Footer-module__S6Hkya__credit{color:var(--whisker-cream);opacity:.7;margin:0;font-size:.75rem}.Footer-module__S6Hkya__creditLink{color:var(--whisker-cream);text-underline-offset:2px;text-decoration:underline}.Footer-module__S6Hkya__creditLink:hover{opacity:1}.Footer-module__S6Hkya__languageSwitcher{font-family:var(--font-outfit);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.Footer-module__S6Hkya__activeLanguage{color:var(--whisker-cream);text-decoration:none}.Footer-module__S6Hkya__inactiveLanguage{color:var(--whisker-cream);opacity:.4;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__inactiveLanguage:hover,.Footer-module__S6Hkya__separator{color:var(--whisker-cream)}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding-bottom:65px}}@media (max-width:800px){.Footer-module__S6Hkya__footer{padding:2rem 1rem 0}.Footer-module__S6Hkya__container{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__bottomContainer{text-align:center;flex-direction:column;gap:.75rem}.Footer-module__S6Hkya__languageSwitcher{justify-content:center}}
.LocaleSuggestion-module__ndIO5G__banner{color:#fff;z-index:998;background:linear-gradient(135deg,#2d5a3d 0%,#3a7250 100%);padding:12px 16px;animation:.3s ease-out LocaleSuggestion-module__ndIO5G__slideDown;position:fixed;top:5rem;left:0;right:0;box-shadow:0 2px 8px #00000026}@keyframes LocaleSuggestion-module__ndIO5G__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.LocaleSuggestion-module__ndIO5G__container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin:0 auto;display:flex}.LocaleSuggestion-module__ndIO5G__message{font-size:14px;font-family:var(--font-outfit);flex:1;min-width:200px;margin:0}.LocaleSuggestion-module__ndIO5G__actions{align-items:center;gap:12px;display:flex}.LocaleSuggestion-module__ndIO5G__switchButton{color:#2d5a3d;font-family:var(--font-outfit);white-space:nowrap;background-color:#f6f4f0;border-radius:6px;padding:8px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.LocaleSuggestion-module__ndIO5G__switchButton:hover{background-color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.LocaleSuggestion-module__ndIO5G__dismissButton{color:#fff;cursor:pointer;font-family:var(--font-outfit);white-space:nowrap;background:0 0;border:1px solid #fff6;border-radius:6px;padding:8px 16px;font-size:14px;transition:all .2s}.LocaleSuggestion-module__ndIO5G__dismissButton:hover{background-color:#ffffff1a;border-color:#fff9}@media (max-width:930px){.LocaleSuggestion-module__ndIO5G__banner{padding:16px;top:64px}.LocaleSuggestion-module__ndIO5G__container{text-align:center;flex-direction:column;align-items:stretch}.LocaleSuggestion-module__ndIO5G__message{min-width:100%}.LocaleSuggestion-module__ndIO5G__actions{flex-direction:column;width:100%}.LocaleSuggestion-module__ndIO5G__switchButton,.LocaleSuggestion-module__ndIO5G__dismissButton{text-align:center;width:100%}}
