.MessageBubble-module__gTibcG__messageContainer{width:100%;margin-bottom:var(--spacing-sm,12px);display:flex}.MessageBubble-module__gTibcG__messageContainer.MessageBubble-module__gTibcG__sent{justify-content:flex-end}.MessageBubble-module__gTibcG__messageContainer.MessageBubble-module__gTibcG__received{justify-content:flex-start}.MessageBubble-module__gTibcG__messageRow{gap:var(--spacing-2xs,4px);flex-direction:column;max-width:75%;display:flex}.MessageBubble-module__gTibcG__sent .MessageBubble-module__gTibcG__messageRow{align-items:flex-end}.MessageBubble-module__gTibcG__received .MessageBubble-module__gTibcG__messageRow{align-items:flex-start}.MessageBubble-module__gTibcG__bubble{max-width:100%;padding:var(--spacing-sm,12px) var(--spacing-md,16px);position:relative}.MessageBubble-module__gTibcG__sent .MessageBubble-module__gTibcG__bubble{background-color:var(--message-bubble-owner-bg,var(--primary-light,#00ffb0));color:var(--message-bubble-owner-text,var(--blue-gray-800));border-radius:12px 12px 0}.MessageBubble-module__gTibcG__received .MessageBubble-module__gTibcG__bubble{background-color:var(--message-bubble-staff-bg,var(--black-gray-100,#f8f8f7));color:var(--message-bubble-staff-text,var(--blue-gray-800));border-radius:12px 12px 12px 0}.MessageBubble-module__gTibcG__body{font-size:var(--font-size-base,15px);font-weight:var(--font-weight-normal,400);word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;margin:0;line-height:1.5}.MessageBubble-module__gTibcG__timestamp{font-size:var(--font-size-xs,11px);font-weight:var(--font-weight-normal,400);white-space:nowrap;line-height:1.3}.MessageBubble-module__gTibcG__sent .MessageBubble-module__gTibcG__timestamp{color:var(--message-bubble-owner-timestamp,var(--blue-gray-600))}.MessageBubble-module__gTibcG__received .MessageBubble-module__gTibcG__timestamp{color:var(--message-bubble-staff-timestamp,var(--blue-gray-500))}@media (max-width:600px){.MessageBubble-module__gTibcG__messageRow{max-width:92%}.MessageBubble-module__gTibcG__bubble{padding:var(--spacing-xs,10px) var(--spacing-sm,12px)}.MessageBubble-module__gTibcG__body{font-size:var(--font-size-sm,14px)}}@media (prefers-contrast:high){.MessageBubble-module__gTibcG__timestamp{opacity:1}}
.StatusTag-module__m--0CG__statusTag{padding:var(--status-tag-padding);border-radius:var(--status-tag-border-radius);font-family:var(--status-tag-font-family);font-size:var(--status-tag-font-size);font-weight:var(--status-tag-font-weight);line-height:var(--status-tag-line-height);white-space:nowrap;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:inline-flex}.StatusTag-module__m--0CG__ongoing{background-color:var(--status-tag-ongoing-bg);color:var(--status-tag-ongoing-text)}.StatusTag-module__m--0CG__resolved{background-color:var(--status-tag-resolved-bg);color:var(--status-tag-resolved-text)}.StatusTag-module__m--0CG__pending{background-color:var(--status-tag-pending-bg);color:var(--status-tag-pending-text)}
.ChatComposer-module__3BO-Eq__composerContainer{z-index:10;padding-bottom:env(safe-area-inset-bottom);background-color:var(--chat-composer-bg);border-top:1px solid var(--chat-composer-border);padding:var(--chat-composer-padding);position:sticky;bottom:0;left:0;right:0}.ChatComposer-module__3BO-Eq__composer{align-items:flex-start;gap:var(--chat-composer-gap);max-width:800px;margin:0 auto;display:flex}.ChatComposer-module__3BO-Eq__inputWrapper{gap:var(--spacing-xs,8px);flex-direction:column;flex:1;min-width:0;display:flex}.ChatComposer-module__3BO-Eq__input,.ChatComposer-module__3BO-Eq__inputError{width:100%;padding:var(--chat-composer-input-padding);color:var(--chat-composer-input-color);background-color:var(--chat-composer-input-bg);border:1px solid var(--chat-composer-input-border);border-radius:var(--chat-composer-border-radius);outline:none;font-family:inherit;font-size:16px;line-height:1.5;transition:border-color .2s}.ChatComposer-module__3BO-Eq__inputError{border-color:var(--content-error,#dc2626)}.ChatComposer-module__3BO-Eq__errorMessages{flex-direction:column;gap:2px;display:flex}.ChatComposer-module__3BO-Eq__errorMessages:focus{outline:none}.ChatComposer-module__3BO-Eq__errorMessage{font-size:var(--font-size-sm,14px);color:var(--content-error,#dc2626);margin:0}.ChatComposer-module__3BO-Eq__input::-moz-placeholder{color:var(--chat-composer-placeholder-color)}.ChatComposer-module__3BO-Eq__inputError::-moz-placeholder{color:var(--chat-composer-placeholder-color)}.ChatComposer-module__3BO-Eq__input::placeholder,.ChatComposer-module__3BO-Eq__inputError::placeholder{color:var(--chat-composer-placeholder-color)}.ChatComposer-module__3BO-Eq__input:focus,.ChatComposer-module__3BO-Eq__input:focus-visible{border-color:var(--chat-composer-input-focus-border)}.ChatComposer-module__3BO-Eq__inputError:focus,.ChatComposer-module__3BO-Eq__inputError:focus-visible{border-color:var(--content-error,#dc2626)}.ChatComposer-module__3BO-Eq__input:disabled,.ChatComposer-module__3BO-Eq__inputError:disabled{background-color:var(--chat-composer-input-disabled-bg);cursor:not-allowed}.ChatComposer-module__3BO-Eq__sendButton{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-top:0;padding:0;transition:transform .2s;display:flex}.ChatComposer-module__3BO-Eq__sendButton:hover:not(:disabled){transform:scale(1.1)}.ChatComposer-module__3BO-Eq__sendButton:active:not(:disabled){transform:scale(.95)}.ChatComposer-module__3BO-Eq__sendButton:disabled{cursor:not-allowed}.ChatComposer-module__3BO-Eq__sendButton:focus{outline:none}.ChatComposer-module__3BO-Eq__sendButton:focus-visible{outline:2px solid var(--focus-ring-color,var(--primary-main));outline-offset:2px;border-radius:50%}.ChatComposer-module__3BO-Eq__sendButton svg{width:32px;height:32px;transition:opacity .2s}@media (max-width:768px){.ChatComposer-module__3BO-Eq__composerContainer{position:fixed;bottom:0;left:0;right:0}.ChatComposer-module__3BO-Eq__input,.ChatComposer-module__3BO-Eq__inputError{font-size:16px}}@media (min-width:769px){.ChatComposer-module__3BO-Eq__composerContainer{padding-bottom:16px;position:relative}}
@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}
.MiniCard-module__4Gr5ka__miniCard{border-radius:var(--border-radius-lg);background-color:var(--surface-neutral);width:360px;height:auto;padding:var(--spacing-xxs);padding-bottom:var(--spacing-sm);box-sizing:border-box;align-items:center;row-gap:var(--spacing-sm);font-family:var(--font-family-primary);flex-direction:column;justify-content:center;align-items:flex-start;min-height:234px;display:flex;box-shadow:0 4px 40px #0000001a}.MiniCard-module__4Gr5ka__link{text-decoration:none}.MiniCard-module__4Gr5ka__miniCardCarouselWrapper{border-radius:var(--border-radius-lg);width:352px;height:146px;padding:0;display:flex;overflow:hidden}.MiniCard-module__4Gr5ka__miniCardCarousel{border-radius:var(--border-radius-lg);width:352px;height:146px;position:relative;top:0}.MiniCard-module__4Gr5ka__miniCardContent{-moz-column-gap:11px;box-sizing:border-box;column-gap:11px;width:100%;height:100%;margin:0;padding:0 8px}.MiniCard-module__4Gr5ka__flexRow{flex-direction:row;justify-content:space-between;display:flex}.MiniCard-module__4Gr5ka__flexColumn{flex-direction:column;display:flex}.MiniCard-module__4Gr5ka__propertySummaryLeft{justify-content:space-between;row-gap:var(--spacing-xxs);box-sizing:border-box}.MiniCard-module__4Gr5ka__propertyYieldRight{justify-content:space-around}.MiniCard-module__4Gr5ka__address{color:var(--mini-card-text-color);font-family:var(--font-family-primary);font-size:var(--font-size-base);font-style:normal;font-weight:var(--font-weight-bold);align-self:stretch;line-height:normal}.MiniCard-module__4Gr5ka__iconTextSummarySection{font-family:var(--mini-card-icon-text-font-family);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);color:var(--mini-card-text-color);align-items:center;gap:var(--spacing-sm);justify-content:flex-start;display:flex}.MiniCard-module__4Gr5ka__iconTextItem{-moz-column-gap:var(--spacing-xxs);column-gap:var(--spacing-xxs);align-items:center}.MiniCard-module__4Gr5ka__addressIcon{width:8px;height:auto}@media (max-width:1300px){.MiniCard-module__4Gr5ka__miniCard{min-width:300px;max-width:360px;width:unset;flex-shrink:2;height:auto;min-height:248px}}@media (max-width:1100px){.MiniCard-module__4Gr5ka__miniCard{max-width:unset;min-width:unset;min-height:unset;flex-shrink:0;width:360px;height:284px}.MiniCard-module__4Gr5ka__miniCardCarousel,.MiniCard-module__4Gr5ka__miniCardCarouselWrapper{width:352px;height:146px}}
.EventHero-module__ejjhJG__container{background-color:var(--surface-page);width:100%}.EventHero-module__ejjhJG__mainLayout{flex-direction:column;align-items:stretch;gap:1.5rem;display:flex}@media (min-width:768px){.EventHero-module__ejjhJG__mainLayout{gap:2rem}}@media (min-width:1024px){.EventHero-module__ejjhJG__mainLayout{flex-direction:row;align-items:stretch;gap:3rem}}.EventHero-module__ejjhJG__rightContent{flex-direction:column;flex:1;order:2;justify-content:center;justify-self:center;align-items:stretch;width:100%;height:100%;display:flex}@media (min-width:1024px){.EventHero-module__ejjhJG__rightContent{justify-content:center;align-self:center;align-items:center;height:100%}}.EventHero-module__ejjhJG__leftContent{order:1;width:100%}@media (min-width:1024px){.EventHero-module__ejjhJG__leftContent{flex:1;order:1}}.EventHero-module__ejjhJG__eventHeader{flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;display:flex}@media (min-width:640px){.EventHero-module__ejjhJG__eventHeader{gap:2rem;margin-bottom:2rem}}.EventHero-module__ejjhJG__badgeContainer{align-items:center;gap:118px;display:flex}.EventHero-module__ejjhJG__liveBadge{background-color:var(--danger-surface);border-radius:9999px;align-items:center;gap:.5rem;padding:6px 14px;display:flex}.EventHero-module__ejjhJG__liveDot{background-color:#ee3f28;border-radius:50%;width:4px;height:4px}.EventHero-module__ejjhJG__badgeText{color:#ee3f28;font-family:var(--font-family-primary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);line-height:1.5}.EventHero-module__ejjhJG__mainHeading{font-family:var(--event-hero-heading-font-family);font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--event-hero-heading-color);text-transform:capitalize;line-height:1.4}@media (min-width:480px){.EventHero-module__ejjhJG__mainHeading{font-size:24px}}@media (min-width:640px){.EventHero-module__ejjhJG__mainHeading{font-size:30px}}@media (min-width:1024px){.EventHero-module__ejjhJG__mainHeading{font-size:32px}}.EventHero-module__ejjhJG__greenText{color:var(--event-hero-accent-color)}.EventHero-module__ejjhJG__subtitle{font-family:var(--font-family-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--content-secondary);line-height:1.5}@media (min-width:640px){.EventHero-module__ejjhJG__subtitle{font-size:16px}}.EventHero-module__ejjhJG__featuresList{flex-direction:column;gap:12px;display:flex}.EventHero-module__ejjhJG__feature{align-items:flex-start;gap:12px;display:flex}.EventHero-module__ejjhJG__featureIcon{width:24px;height:24px;color:var(--event-hero-accent-color);flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.EventHero-module__ejjhJG__featureText{font-family:var(--font-family-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);color:var(--content-emphasis);flex:1;line-height:1.5}@media (min-width:640px){.EventHero-module__ejjhJG__featureText{font-size:16px}}.EventHero-module__ejjhJG__video{border-radius:var(--border-radius-lg);aspect-ratio:16/9;border:none;width:100%;height:auto;min-height:300px;display:block}@media (min-width:640px){.EventHero-module__ejjhJG__video{min-height:400px}}@media (min-width:1024px){.EventHero-module__ejjhJG__video{aspect-ratio:16/9;width:auto;max-width:100%;height:100%;min-height:0}}@media (min-width:640px){.EventHero-module__ejjhJG__leftControls{gap:16px}}.EventHero-module__ejjhJG__liveIndicator{align-items:center;gap:6px;display:flex}@media (min-width:640px){.EventHero-module__ejjhJG__liveIndicator{gap:8px}}.EventHero-module__ejjhJG__liveDotLarge{background-color:#ee3f28;border-radius:50%;width:6px;height:6px}@media (min-width:640px){.EventHero-module__ejjhJG__liveDotLarge{width:8px;height:8px}}.EventHero-module__ejjhJG__liveText{color:#fff;text-transform:uppercase;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:10px;font-weight:400}@media (min-width:640px){.EventHero-module__ejjhJG__liveText{font-size:12px}}.EventHero-module__ejjhJG__rightControls{align-items:center;gap:8px;display:flex}@media (min-width:640px){.EventHero-module__ejjhJG__rightControls{gap:16px}}.EventHero-module__ejjhJG__rightControls>:nth-child(n+3){display:none}@media (min-width:480px){.EventHero-module__ejjhJG__rightControls>:nth-child(n+3){display:flex}.EventHero-module__ejjhJG__rightControls>:nth-child(n+5){display:none}}@media (min-width:640px){.EventHero-module__ejjhJG__rightControls>:nth-child(n+5){display:flex}}.EventHero-module__ejjhJG__autoplayToggle{width:32px;height:20px;position:relative}@media (min-width:640px){.EventHero-module__ejjhJG__autoplayToggle{width:36px;height:24px}}.EventHero-module__ejjhJG__autoplayTrack{background-color:#ffffff80;border-radius:9999px;position:absolute;inset:0}.EventHero-module__ejjhJG__autoplayThumb{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:0;right:0}@media (min-width:640px){.EventHero-module__ejjhJG__autoplayThumb{width:24px;height:24px}}.EventHero-module__ejjhJG__icon{color:#fff;width:20px;height:20px}@media (min-width:640px){.EventHero-module__ejjhJG__icon{width:24px;height:24px}}.EventHero-module__ejjhJG__iconFilled{fill:#fff}.EventHero-module__ejjhJG__iconBlack{color:#000;fill:#000;margin-left:2px}.EventHero-module__ejjhJG__iconSmall{width:10px;height:10px}@media (min-width:640px){.EventHero-module__ejjhJG__iconSmall{width:12px;height:12px}}
.Wishlist-module__2bdEpW__wishlist{padding-bottom:var(--32,32px);width:100%}.Wishlist-module__2bdEpW__wishlistGrid{-moz-column-gap:40px;grid-template-columns:360px 360px 360px;justify-content:space-between;align-self:stretch;align-items:flex-start;gap:40px;width:100%;max-width:1500px;display:grid}.Wishlist-module__2bdEpW__wishlistGridItem{width:360px}.Wishlist-module__2bdEpW__loadingCard{border-radius:var(--border-radius-20);background-color:var(--black-gray-200);box-sizing:border-box;width:360px;height:284px}@media (max-width:1100px){.Wishlist-module__2bdEpW__wishlistGrid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.Wishlist-module__2bdEpW__wishlistGrid{grid-template-columns:1fr}}
.page-module__p9DxDW__page{flex-direction:column;gap:32px;width:100%;max-width:1444px;margin:0 auto;padding:24px 64px 64px;display:flex}.page-module__p9DxDW__header{gap:var(--spacing-md);flex-direction:column;display:flex}.page-module__p9DxDW__backLink{align-items:center;gap:var(--spacing-xs);cursor:pointer;color:var(--blue-gray-main);font-size:var(--font-size-base);background:0 0;border:none;width:fit-content;padding:0;display:inline-flex}.page-module__p9DxDW__title{color:var(--blue-gray-800);margin:0;font-size:26px;font-weight:700;line-height:1.2}@media (max-width:900px){.page-module__p9DxDW__page{gap:24px;padding:16px 16px 48px}}@media (max-width:600px){.page-module__p9DxDW__page{gap:20px;padding:12px 12px 40px}}
/*# sourceMappingURL=0lft~82m3dqb..css.map*/