@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(5,87,80,.8);transform:scale(1)}70%{box-shadow:0 0 0 15px rgba(5,87,80,0);transform:scale(1.05)}to{box-shadow:0 0 0 0 rgba(5,87,80,0);transform:scale(1)}}.cwc-chat-container{position:fixed;bottom:0;left:0;z-index:9999}.cwc-chat-window{position:fixed;bottom:110px;left:25px;width:350px;height:500px;background:#fff;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.15);display:flex;flex-direction:column;transition:all .3s ease-in-out;z-index:1001}.cwc-chat-window-expanded{width:450px;height:600px}.cwc-chat-header{background-color:#055750;padding:12px 15px;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;display:flex;justify-content:space-between;align-items:center;height:60px}.cwc-header-content{display:flex;align-items:center;gap:12px}.cwc-header-button{width:34px;height:34px;border-radius:50%;background-color:hsla(0,0%,100%,.2);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;padding:0;min-width:34px;min-height:34px;max-width:34px;max-height:34px;flex:0 0 34px}.cwc-header-button:hover{background-color:hsla(0,0%,100%,.3)}.cwc-icon-white{color:#fff;font-size:14px}.cwc-messages-container{flex:1;overflow-y:auto;padding:15px;background-color:#f8f9fa}.cwc-message-wrapper{display:flex;margin-bottom:15px}.cwc-message-left{justify-content:flex-start}.cwc-message-right{justify-content:flex-end}.cwc-message{max-width:80%;padding:12px 15px;border-radius:15px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);line-height:1.5;font-size:14px}.cwc-user-message{background-color:#055750;color:#fff;border-bottom-right-radius:5px}.cwc-calendar-message{background-color:#044640;color:#fff}.cwc-chat-input{padding:15px;background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:1px solid #e9ecef}.cwc-input-container{display:flex;gap:10px}.cwc-input-container textarea{flex:1;padding:10px 12px;border:1px solid #dee2e6;border-radius:20px;resize:none;min-height:40px;max-height:120px;font-size:14px;line-height:1.5;transition:border-color .2s ease}.cwc-input-container textarea:focus{outline:none;border-color:#055750;box-shadow:0 0 0 2px rgba(5,87,80,.2)}.cwc-send-button{padding:8px 16px;background-color:#055750;color:#fff;border:none;border-radius:20px;font-size:14px;font-weight:500;min-width:80px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.cwc-send-button:hover:not(:disabled){background-color:#044640}.cwc-send-button:disabled{background-color:#e9ecef;color:#adb5bd;cursor:not-allowed}.cwc-loading-spinner{width:16px;height:16px;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spin .8s linear infinite}.cwc-loading-message{display:flex;align-items:center}.cwc-loading-dots{display:inline-block;animation:loadingDots 1.4s infinite}.cwc-chat-button{width:100px;height:100px;border-radius:50%;background-color:#055750;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.25);position:fixed;bottom:25px;left:25px;z-index:1000;transition:all .3s ease}.cwc-chat-button-pulse{animation:pulse 2s infinite}.cwc-chat-button:hover{background-color:#044640;transform:scale(1.08);box-shadow:0 6px 16px rgba(0,0,0,.3)}.cwc-chat-button img{width:42px;height:42px;-o-object-fit:contain;object-fit:contain}.cwc-notification-dot{position:absolute;top:0;right:0;width:26px;height:26px;background-color:#055750;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.2);animation:notificationBounce 2s ease-in-out infinite;padding:0}.cwc-notification-dot svg{width:14px;height:14px;animation:fadeIn .3s ease-out}.cwc-welcome-bubble-container{position:fixed;bottom:110px;left:25px;width:250px;z-index:1001}.cwc-welcome-bubble{background-color:#fff;border-radius:1rem;padding:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);position:relative;animation:fadeIn .5s ease-out}.cwc-welcome-bubble-arrow{position:absolute;bottom:-10px;left:20px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff}.cwc-welcome-message{font-size:.9rem;line-height:1.4}@media (max-width:768px){.cwc-chat-window{position:fixed;inset:0;border-radius:0;bottom:0;left:0;z-index:1002}.cwc-chat-window,.cwc-chat-window-expanded{width:100%;height:100%}.cwc-chat-header{border-radius:0;height:55px;padding:10px 15px}.cwc-welcome-bubble-container{bottom:100px;left:15px;width:220px}.cwc-chat-button{bottom:20px;left:20px;width:65px;height:65px}.cwc-chat-button img{width:35px;height:35px}.cwc-notification-dot{width:24px;height:24px;top:0;right:0;border:2px solid #fff}.cwc-notification-dot svg{width:12px;height:12px}.cwc-header-button{width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px}}@keyframes loadingDots{0%,20%{content:"."}40%,60%{content:".."}80%,to{content:"..."}}.loading-dots:after{content:"";animation:loadingDots 1.5s infinite}.calendar-message{border-left:4px solid #055750}.message b,.message strong{font-weight:600}.message em,.message i{font-style:italic}.message a{color:#06c;text-decoration:underline}.message code{background-color:#f5f5f5;padding:2px 4px;border-radius:4px;font-family:monospace}.message blockquote{border-left:3px solid #ccc;margin-left:0;padding-left:1em;color:#666}.message ol,.message ul{margin-left:1.5em;padding-left:0}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.welcome-bubble-container{position:fixed;bottom:120px;left:20px;max-width:300px;width:calc(100vw - 40px);z-index:9998}.welcome-bubble{position:relative;background-color:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.15);padding:8px 16px;border-radius:16px;border-bottom-right-radius:4px}.welcome-bubble-arrow{position:absolute;bottom:-9px;left:24px;width:16px;height:16px;background-color:#fff;transform:rotate(45deg);border-right:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.welcome-message{font-size:.95rem;line-height:1.3;color:#2d3748;padding-right:8px;white-space:normal;word-wrap:break-word}.close-button{position:absolute;top:-6px;right:-6px;width:18px;height:18px;background-color:#f3f4f6;border:1px solid rgba(0,0,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4b5563;cursor:pointer;font-size:12px;line-height:1;z-index:1;transition:all .2s ease;padding:0}.close-button:hover{background-color:#e5e7eb;transform:scale(1.1)}@media (max-width:768px){.welcome-bubble-container{bottom:100px;left:10px;max-width:calc(100vw - 20px)}}.user-message a{color:#fff!important;text-decoration:underline;opacity:.9}.user-message a:hover{opacity:1}.chat-window{border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.chat-header{padding:16px}.chat-header h3{font-size:1.125rem;font-weight:600;margin:0}.chat-button{background-color:#055750;border-radius:9999px;width:100px;height:100px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;position:relative}.chat-button:hover{transform:scale(1.1)}.chat-button img{width:75%;height:75%;-o-object-fit:contain;object-fit:contain}@keyframes notificationBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.chat-button .notification-dot{position:absolute;top:0;right:0;width:24px;height:24px;background:#055750;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:notificationBounce 2s ease-in-out infinite}.chat-button .notification-dot svg{width:14px;height:14px;animation:fadeIn .3s ease-out}.chat-input{padding:12px;background:#fff}.chat-input textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;resize:none;min-height:40px;max-height:150px;font-size:.95rem;line-height:1.5}.chat-input textarea:focus{outline:none;border-color:#055750;box-shadow:0 0 0 2px rgba(5,87,80,.2)}.send-button{border-radius:8px;padding:8px 16px;font-weight:500;transition:all .2s ease}.send-button:disabled{color:#9ca3af}@media (max-width:768px){.chat-window{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;border-radius:0}.chat-button{width:64px;height:64px}}.sticky.top-0{border-top-left-radius:inherit;border-top-right-radius:inherit}.sticky.top-0 h3{text-shadow:0 1px 2px rgba(0,0,0,.1)}.sticky.top-0 button{transition:all .2s ease-in-out}.sticky.top-0 button:active{transform:scale(.95)}@media (max-width:768px){.sticky.top-0{border-radius:0}}textarea{line-height:1.5;transition:height .1s ease-out;font-size:.95rem;word-wrap:break-word;overflow-wrap:break-word}textarea::-webkit-scrollbar{width:6px}textarea::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}textarea::-webkit-scrollbar-thumb{background:#888;border-radius:3px}textarea::-webkit-scrollbar-thumb:hover{background:#666}.sticky.bottom-0{position:sticky;bottom:0;background-color:#fff;border-top:1px solid #e5e7eb;padding:.75rem;z-index:10}.sticky.bottom-0 button{align-self:flex-start;margin-top:2px}@media (max-width:768px){textarea{font-size:1rem}.sticky.bottom-0{padding-bottom:max(.75rem,env(safe-area-inset-bottom))}}.message{word-break:break-word}.message p{margin:0;line-height:1.5}.message+.message{margin-top:.5rem}.user-message code{background-color:hsla(0,0%,100%,.2);color:#fff}.message:hover{filter:brightness(98%)}.chat-window-transition{transition:all .3s cubic-bezier(.4,0,.2,1)}.chat-window-expanded{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.chat-window-transition *{transition-property:width,height,transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:768px){.chat-window-expanded{transform-origin:bottom right}}.chat-header button:hover{transform:scale(1.05)}.chat-container{position:fixed;bottom:1.25rem;left:1.25rem;z-index:9999}.chat-window{position:fixed;bottom:6rem;left:1.25rem;width:24rem;height:32rem;background:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);display:flex;flex-direction:column;transition:all .3s ease-in-out}@media (max-width:768px){.chat-window{position:fixed;inset:0;width:100%;height:100%;border-radius:0}}.chat-window-expanded{width:48rem;height:36rem}.chat-header{background-color:#055750;padding:1rem;justify-content:space-between;border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:#fff}.chat-header,.header-content{display:flex;align-items:center}.header-content{gap:.75rem}.header-button{width:2rem;height:2rem;border-radius:9999px;background-color:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;cursor:pointer}.header-button:hover{background-color:hsla(0,0%,100%,.3)}.icon-white{color:#fff;font-size:.875rem}.messages-container{flex:1;overflow-y:auto;padding:1rem;background-color:#f9fafb}.message-wrapper{display:flex;margin-bottom:1rem}.message-left{justify-content:flex-start}.message-right{justify-content:flex-end}.message{max-width:80%;padding:.75rem 1rem;border-radius:.5rem;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.user-message{background-color:#055750;color:#fff}.calendar-message{background-color:#044640;color:#fff}.loading-message{display:flex;align-items:center;gap:.5rem;color:#6b7280}.loading-dots{animation:loadingDots 1.5s infinite}.loading-dots-container{display:flex;gap:.5rem}.loading-dot{width:.5rem;height:.5rem;background-color:#6b7280;border-radius:9999px;animation:bounce .6s infinite}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}.chat-input{padding:1rem;background-color:#fff;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-top:1px solid #e5e7eb}.input-container{display:flex;gap:.5rem}.input-container textarea{flex:1;padding:.5rem;border:1px solid #e5e7eb;border-radius:.375rem;resize:none;min-height:2.5rem;max-height:10rem;font-size:.875rem}.input-container textarea:focus{outline:none;border-color:#055750;box-shadow:0 0 0 2px rgba(5,87,80,.2)}.send-button{padding:.5rem 1rem;background-color:#055750;color:#fff;border-radius:.375rem;font-size:.875rem;display:flex;align-items:center;justify-content:center;min-width:4rem}.send-button:hover:not(:disabled){background-color:#044640}.send-button:disabled{background-color:#e5e7eb;cursor:not-allowed}.loading-spinner{width:1.5rem;height:1.5rem;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cwc-close-button{position:absolute;top:8px;right:8px;background:transparent;border:none;color:#6c757d;font-size:14px;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease;min-width:20px;min-height:20px;max-width:20px;max-height:20px}.cwc-close-button:hover{opacity:1}.jarallax{position:relative;z-index:0}.jarallax>.jarallax-img,picture.jarallax-img img{position:absolute;-o-object-fit:cover;object-fit:cover;top:0;left:0;width:100%;height:100%;z-index:-1}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79,79,79,.4);--pswp-preloader-color-secondary:hsla(0,0%,100%,.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp,.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__bg,.pswp__container,.pswp__content,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__button,.pswp__container,.pswp__counter,.pswp__img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:active,.pswp__button:focus,.pswp__button:hover{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}.pswp__img--with-bg,div.pswp__img--placeholder{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}