.PageHeader-module__m7Go_q__header{padding-bottom:var(--spacing-xxl)}.PageHeader-module__m7Go_q__backLink{align-items:center;gap:var(--spacing-xs);color:var(--media-page-header-back-link-color);font-family:var(--media-page-header-font-family);font-size:var(--font-size-sm);line-height:var(--line-height-normal);margin-bottom:var(--spacing-md);text-decoration:none;display:inline-flex}.PageHeader-module__m7Go_q__backLink:hover{text-decoration:underline}.PageHeader-module__m7Go_q__backIcon{color:var(--media-page-header-back-icon-color);flex-shrink:0;align-items:center;display:flex}.PageHeader-module__m7Go_q__title{font-family:var(--media-page-header-font-family);font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:var(--media-page-header-title-color);text-align:center;margin:0}.PageHeader-module__m7Go_q__subtitle{font-family:var(--media-page-header-font-family);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--media-page-header-subtitle-color);margin:var(--spacing-xs) 0 0 0;text-align:center}@media (min-width:768px){.PageHeader-module__m7Go_q__title{font-size:var(--font-size-5xl)}.PageHeader-module__m7Go_q__subtitle{font-size:var(--font-size-lg)}}
.MediaCard-module__wAehTa__card{box-sizing:border-box;background:var(--media-card-bg);border:2px solid var(--media-card-border-color);border-radius:var(--media-card-border-radius);width:100%;height:100%;min-height:280px;padding:var(--spacing-xl);gap:var(--spacing-md);box-shadow:var(--shadow-xs);cursor:pointer;color:inherit;transition:transform var(--transition-slow), box-shadow var(--transition-slow), border-color var(--transition-slow);flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.MediaCard-module__wAehTa__card:before{content:"";background:var(--media-card-accent-color);transform-origin:0;height:4px;transition:transform var(--transition-slow);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.MediaCard-module__wAehTa__card:hover,.MediaCard-module__wAehTa__card:focus-visible{box-shadow:var(--shadow-md);border-color:var(--media-card-hover-border-color);outline:none;transform:translateY(-4px)}.MediaCard-module__wAehTa__card:hover:before,.MediaCard-module__wAehTa__card:focus-visible:before{transform:scaleX(1)}.MediaCard-module__wAehTa__header{align-items:flex-start;gap:var(--spacing-md);flex-direction:row;display:flex}.MediaCard-module__wAehTa__iconContainer{background:var(--media-card-icon-bg);border-radius:var(--media-card-icon-border-radius);width:48px;height:48px;color:var(--media-card-icon-color);flex-shrink:0;justify-content:center;align-items:center;display:flex}.MediaCard-module__wAehTa__iconContainer svg{width:24px;height:24px}.MediaCard-module__wAehTa__titleGroup{flex:1;min-width:0}.MediaCard-module__wAehTa__title{font-family:var(--media-card-font-family);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);color:var(--media-card-title-color);margin:0 0 var(--spacing-xxs) 0}.MediaCard-module__wAehTa__description{font-family:var(--media-card-font-family);font-size:var(--font-size-sm);line-height:var(--line-height-normal);color:var(--media-card-description-color);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.MediaCard-module__wAehTa__thumbnailArea{flex:1;justify-content:center;align-items:center;min-height:120px;display:flex}.MediaCard-module__wAehTa__thumbnailContainer{background:var(--media-card-thumbnail-bg);border-radius:var(--media-card-thumbnail-border-radius);width:100%;max-width:200px;height:120px;overflow:hidden}.MediaCard-module__wAehTa__thumbnailContainer>*{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.MediaCard-module__wAehTa__action{justify-content:flex-end;align-items:center;gap:var(--spacing-xxs);padding-top:var(--spacing-xs);font-family:var(--media-card-font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--media-card-action-color);transition:color var(--transition-slow), gap var(--transition-slow);margin-top:auto;display:flex}.MediaCard-module__wAehTa__card:hover .MediaCard-module__wAehTa__action,.MediaCard-module__wAehTa__card:focus-visible .MediaCard-module__wAehTa__action{color:var(--media-card-action-hover-color);gap:var(--spacing-xs)}
.EmptyPageState-module__MGpfkq__wrapper{text-align:center;align-items:center;gap:var(--spacing-md);padding:var(--spacing-48) var(--spacing-xxl);background:var(--empty-page-state-bg);border:1px dashed var(--empty-page-state-border-color);border-radius:var(--empty-page-state-border-radius);flex-direction:column;display:flex}.EmptyPageState-module__MGpfkq__iconWrapper{color:var(--empty-page-state-icon-color);display:flex}.EmptyPageState-module__MGpfkq__heading{font-family:var(--empty-page-state-font-family);font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);color:var(--empty-page-state-heading-color);margin:0}.EmptyPageState-module__MGpfkq__description{font-family:var(--empty-page-state-font-family);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--empty-page-state-description-color);max-width:400px;margin:0}
.MediaGrid-module__Dv6XTa__grid{gap:var(--spacing-xl);grid-template-columns:1fr;width:100%;display:grid}.MediaGrid-module__Dv6XTa__grid>*{min-width:0}@media (min-width:640px){.MediaGrid-module__Dv6XTa__grid{gap:var(--spacing-xxl);grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.MediaGrid-module__Dv6XTa__grid{gap:var(--spacing-xxl);grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}.MediaGrid-module__Dv6XTa__emptyWrapper{text-align:center;padding:var(--spacing-48) var(--spacing-xxl);background:var(--media-grid-empty-bg);border:1px dashed var(--media-grid-empty-border-color);border-radius:var(--media-grid-empty-border-radius);flex-direction:column;align-items:center;display:flex}.MediaGrid-module__Dv6XTa__emptyText{color:var(--media-grid-empty-text-color);font-size:var(--font-size-base);line-height:var(--line-height-normal);margin:0}
.Dropdown-module__uSrimG__panelWrapper{position:relative}.Dropdown-module__uSrimG__trigger{align-items:center;gap:var(--spacing-sm);background:var(--surface-page);border:1px solid var(--border-default);border-radius:var(--border-radius-lg);cursor:pointer;color:var(--dropdown-color);font-size:var(--font-size-sm);font-family:var(--font-family-primary);text-align:left;outline:none;width:100%;padding:10px 14px;display:flex;box-shadow:0 1px 2px #1018280d}.Dropdown-module__uSrimG__trigger:focus-visible{outline:2px solid var(--action-primary);outline-offset:2px}.Dropdown-module__uSrimG__triggerText{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.Dropdown-module__uSrimG__caret{color:var(--dropdown-caret-color);flex-shrink:0;display:inline-flex}.Dropdown-module__uSrimG__panel{background:var(--surface-page);border:1px solid var(--border-default);border-radius:var(--border-radius-lg);z-index:40;max-height:320px;margin-top:4px;position:absolute;left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #00111a14}.Dropdown-module__uSrimG__panelRow{padding:var(--spacing-sm) 14px;border:none;border-bottom:1px solid var(--border-default);cursor:pointer;text-align:left;width:100%;font-family:var(--font-family-primary);color:var(--content-tertiary);font-size:var(--font-size-sm);background:0 0;align-items:center;display:flex}.Dropdown-module__uSrimG__panelRow:last-child{border-bottom:none}.Dropdown-module__uSrimG__panelRow:hover{background:var(--dropdown-panel-row-hover-bg)}.Dropdown-module__uSrimG__label{font-size:var(--font-size-sm);color:var(--dropdown-color);margin-bottom:4px;display:block}
.CollapsibleSection-module__S6fBra__section{padding:var(--spacing-md) 0;font-family:var(--collapsible-section-font-family);flex-direction:column;display:flex}.CollapsibleSection-module__S6fBra__header{cursor:pointer;font-family:var(--collapsible-section-font-family);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--collapsible-section-header-color);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0;display:flex}.CollapsibleSection-module__S6fBra__caret{color:var(--content-primary);flex-shrink:0;transition:transform .2s;display:inline-flex}.CollapsibleSection-module__S6fBra__caretOpen{transform:rotate(180deg)}.CollapsibleSection-module__S6fBra__body{padding-top:var(--spacing-md);gap:var(--spacing-md);flex-direction:column;display:flex}
.SavedSearchUI-module__wUqvtG__actionsContainer{background-color:var(--saved-search-bg);z-index:150;width:100%;padding:0 16px;position:relative}.SavedSearchUI-module__wUqvtG__actionsInner{flex-direction:column;align-items:stretch;gap:8px;width:100%;margin:0;padding:12px 0 0;display:flex}.SavedSearchUI-module__wUqvtG__leftActions{flex-wrap:wrap;align-items:center;gap:4px;width:100%;display:flex}.SavedSearchUI-module__wUqvtG__rightActions{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.SavedSearchUI-module__wUqvtG__rightActions>*{flex:1}.SavedSearchUI-module__wUqvtG__createAlertLink{width:100%;color:var(--saved-search-action-btn-color);font-family:var(--saved-search-font-family);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);border:var(--saved-search-action-btn-border);border-radius:var(--saved-search-border-radius);cursor:pointer;text-align:left;background:0 0;justify-content:center;align-items:center;gap:12px;padding:4px 8px;line-height:150%;text-decoration:none;display:inline-flex}.SavedSearchUI-module__wUqvtG__savedSearchesLink{width:100%;color:var(--saved-search-action-btn-color);font-family:var(--saved-search-font-family);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);border:var(--saved-search-action-btn-border);border-radius:var(--saved-search-border-radius);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:12px;padding:4px 8px;line-height:150%;text-decoration:none;display:inline-flex}.SavedSearchUI-module__wUqvtG__savedSearchesLink:hover,.SavedSearchUI-module__wUqvtG__createAlertLink:hover{background:var(--saved-search-action-btn-hover-bg)}.SavedSearchUI-module__wUqvtG__savedSearchesIcon{color:var(--saved-search-action-btn-color);justify-content:center;align-items:center;display:inline-flex}.SavedSearchUI-module__wUqvtG__createAlertIcon{justify-content:center;align-items:center;display:inline-flex}.SavedSearchUI-module__wUqvtG__saveSearchButton{border-radius:var(--saved-search-border-radius);background:var(--saved-search-save-btn-bg);color:var(--saved-search-save-btn-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);font-family:var(--saved-search-font-family);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;padding:4px 12px;display:inline-flex;box-shadow:0 1px 2px #1018280d}@media (min-width:768px){.SavedSearchUI-module__wUqvtG__actionsInner{flex-direction:row;justify-content:space-between;align-items:center;gap:0;padding:1rem 0 0}.SavedSearchUI-module__wUqvtG__leftActions{flex-wrap:nowrap;gap:12px;width:auto}.SavedSearchUI-module__wUqvtG__rightActions{justify-content:flex-end;width:auto}.SavedSearchUI-module__wUqvtG__rightActions>*{flex:0 auto}.SavedSearchUI-module__wUqvtG__createAlertLink{width:auto;font-weight:var(--font-weight-medium);border:none;border:var(--saved-search-action-btn-border);border-radius:var(--saved-search-border-radius);justify-content:flex-start;gap:8px;padding:4px 12px}.SavedSearchUI-module__wUqvtG__savedSearchesLink{border:var(--saved-search-action-btn-border);border-radius:var(--saved-search-border-radius);width:auto;font-weight:var(--font-weight-medium);justify-content:flex-start;gap:8px;padding:4px 12px}.SavedSearchUI-module__wUqvtG__saveSearchButton{box-shadow:none;padding:10px 18px}}.SavedSearchUI-module__wUqvtG__createAlertPopover{background:var(--saved-search-panel-bg);width:320px;color:var(--saved-search-panel-color);border:1px solid var(--saved-search-panel-border);border-radius:var(--saved-search-border-radius);box-shadow:var(--saved-search-panel-shadow);z-index:60;font-family:var(--saved-search-font-family);padding:16px;position:absolute;top:52px;right:0}.SavedSearchUI-module__wUqvtG__createAlertPopover:before{content:"";border-left:10px solid #0000;border-right:10px solid #0000;border-bottom:10px solid var(--saved-search-panel-arrow-color);width:0;height:0;position:absolute;top:-10px;right:28px}.SavedSearchUI-module__wUqvtG__createAlertPopover:after{content:"";border-left:10px solid #0000;border-right:10px solid #0000;border-bottom:10px solid var(--saved-search-panel-border);z-index:-1;width:0;height:0;position:absolute;top:-11px;right:27px}.SavedSearchUI-module__wUqvtG__popoverHeader{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--saved-search-panel-color);margin-bottom:8px}.SavedSearchUI-module__wUqvtG__popoverLocation{font-size:var(--font-size-sm);color:var(--saved-search-panel-muted-color);margin-bottom:12px}.SavedSearchUI-module__wUqvtG__popoverLabel{font-size:var(--font-size-xs);color:var(--saved-search-panel-muted-color);margin-bottom:6px;display:block}.SavedSearchUI-module__wUqvtG__popoverSelect{border-radius:var(--saved-search-border-radius);border:1px solid var(--saved-search-select-border);background:var(--saved-search-select-bg);width:100%;color:var(--saved-search-select-color);margin-bottom:12px;padding:10px 12px}.SavedSearchUI-module__wUqvtG__popoverCreateButton{border-radius:var(--saved-search-border-radius);background:var(--saved-search-accent-bg);width:100%;color:var(--saved-search-accent-color);font-weight:var(--font-weight-bold);cursor:pointer;border:none;padding:12px 14px;transition:background-color .2s}.SavedSearchUI-module__wUqvtG__popoverCreateButton:hover{background:var(--saved-search-accent-hover-bg)}.SavedSearchUI-module__wUqvtG__savedSearchDropdown{background:var(--saved-search-panel-bg);border:1px solid var(--saved-search-panel-border);border-radius:var(--saved-search-border-radius);width:340px;max-height:400px;box-shadow:var(--saved-search-panel-shadow);z-index:60;font-family:var(--saved-search-font-family);flex-direction:column;display:flex;position:absolute;top:52px;right:0;overflow:hidden}.SavedSearchUI-module__wUqvtG__savedSearchDropdown:before{content:"";border-left:10px solid #0000;border-right:10px solid #0000;border-bottom:10px solid var(--saved-search-panel-arrow-color);width:0;height:0;position:absolute;top:-10px;right:28px}.SavedSearchUI-module__wUqvtG__savedSearchDropdown:after{content:"";border-left:10px solid #0000;border-right:10px solid #0000;border-bottom:10px solid var(--saved-search-panel-border);z-index:-1;width:0;height:0;position:absolute;top:-11px;right:27px}.SavedSearchUI-module__wUqvtG__savedSearchHeaderContainer{padding:var(--spacing-md);justify-content:space-between;align-items:center;display:flex}.SavedSearchUI-module__wUqvtG__savedSearchHeader{font-size:var(--font-size-lg);font-family:var(--saved-search-item-menu-font-family);font-weight:var(--font-weight-bold);color:var(--saved-search-dropdown-header-color)}.SavedSearchUI-module__wUqvtG__viewAll{align-items:center;gap:var(--spacing-xs);color:var(--saved-search-view-all-color);font-family:var(--saved-search-font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);cursor:pointer;background:0 0;border:none;display:flex}.SavedSearchUI-module__wUqvtG__savedSearchLoading,.SavedSearchUI-module__wUqvtG__savedSearchError,.SavedSearchUI-module__wUqvtG__savedSearchEmpty{text-align:center;font-size:var(--font-size-sm);color:var(--saved-search-panel-muted-color);padding:24px 16px}.SavedSearchUI-module__wUqvtG__savedSearchError{color:var(--saved-search-error-color)}.SavedSearchUI-module__wUqvtG__savedSearchList{max-height:320px;padding:0 16px 4px;overflow-y:auto}.SavedSearchUI-module__wUqvtG__savedSearchItem{border:1px solid var(--saved-search-dropdown-item-border);border-radius:var(--saved-search-border-radius);align-items:center;gap:8px;width:fit-content;margin-bottom:8px;padding:4px 8px;transition:background-color .2s;display:flex;position:relative}.SavedSearchUI-module__wUqvtG__savedSearchItem:hover{background:var(--saved-search-panel-hover-bg)}.SavedSearchUI-module__wUqvtG__savedSearchItemName{text-align:left;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;font-family:var(--saved-search-font-family);color:var(--saved-search-dropdown-color);background:0 0;border:none;flex:1;padding:4px 0;transition:color .2s}.SavedSearchUI-module__wUqvtG__savedSearchItemName:disabled{opacity:.5;cursor:not-allowed}.SavedSearchUI-module__wUqvtG__savedSearchItemMenuButton{cursor:pointer;border-radius:var(--saved-search-border-radius);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:background-color .2s;display:flex}.SavedSearchUI-module__wUqvtG__savedSearchItemMenuButton:hover{background:var(--saved-search-panel-menu-btn-hover)}.SavedSearchUI-module__wUqvtG__savedSearchItemMenuButton:disabled{opacity:.5;cursor:not-allowed}.SavedSearchUI-module__wUqvtG__itemMenu{background:var(--saved-search-menu-bg);border:1px solid var(--border-default);border-radius:var(--saved-search-border-radius);box-shadow:var(--saved-search-menu-shadow);z-index:70;min-width:140px;margin-top:4px;overflow:hidden}.SavedSearchUI-module__wUqvtG__itemMenuOption{text-align:left;width:100%;font-size:var(--font-size-sm);color:var(--saved-search-menu-color);cursor:pointer;font-family:var(--saved-search-item-menu-font-family);background:0 0;border:none;padding:12px 16px;transition:background-color .2s;display:block}.SavedSearchUI-module__wUqvtG__itemMenuOption:hover{background:var(--saved-search-menu-hover-bg)}.SavedSearchUI-module__wUqvtG__itemMenuOption:active{background:var(--saved-search-menu-active-bg)}.SavedSearchUI-module__wUqvtG__itemMenuDivider{background:var(--saved-search-panel-divider);height:1px}.SavedSearchUI-module__wUqvtG__itemMenuOptionDanger,.SavedSearchUI-module__wUqvtG__itemMenuOptionDanger:hover{color:var(--saved-search-error-color)}.SavedSearchUI-module__wUqvtG__manageLink{border:none;border-top:1px solid var(--saved-search-panel-divider);text-align:center;width:100%;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--saved-search-dropdown-header-color);font-family:var(--saved-search-font-family);cursor:pointer;background:0 0;padding:12px 16px;transition:background-color .15s;display:block}.SavedSearchUI-module__wUqvtG__manageLink:hover{background:var(--saved-search-panel-hover-bg)}.SavedSearchUI-module__wUqvtG__dialogOverlay{background:var(--saved-search-overlay-bg);z-index:100;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SavedSearchUI-module__wUqvtG__editDialog{background:var(--saved-search-panel-bg);color:var(--saved-search-panel-color);border:1px solid var(--saved-search-panel-border);border-radius:var(--saved-search-border-radius);width:90%;max-width:400px;font-family:var(--saved-search-font-family);padding:24px;box-shadow:0 20px 50px #00000026}.SavedSearchUI-module__wUqvtG__dialogHeader{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--saved-search-panel-color);margin-bottom:16px}.SavedSearchUI-module__wUqvtG__dialogInput{border-radius:var(--saved-search-border-radius);border:1px solid var(--saved-search-input-border);background:var(--saved-search-input-bg);width:100%;color:var(--saved-search-panel-color);font-size:var(--font-size-sm);font-family:var(--saved-search-font-family);margin-bottom:16px;padding:12px 14px;transition:border-color .2s;box-shadow:0 1px 2px #0a0d1408}.SavedSearchUI-module__wUqvtG__dialogInput:focus{border-color:var(--saved-search-input-focus-border);outline:none}.SavedSearchUI-module__wUqvtG__dialogInput::placeholder{color:var(--saved-search-input-placeholder)}.SavedSearchUI-module__wUqvtG__dialogError{color:var(--saved-search-error-color);font-size:var(--font-size-xs);margin-top:-12px;margin-bottom:12px}.SavedSearchUI-module__wUqvtG__dialogActions{justify-content:flex-end;gap:12px;display:flex}.SavedSearchUI-module__wUqvtG__dialogCancelButton,.SavedSearchUI-module__wUqvtG__dialogSaveButton{border-radius:var(--saved-search-border-radius);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;font-family:var(--saved-search-font-family);border:none;padding:10px 20px;transition:background-color .2s}.SavedSearchUI-module__wUqvtG__dialogCancelButton{background:var(--saved-search-dialog-cancel-btn-bg);color:var(--saved-search-dialog-cancel-btn-color);border:var(--saved-search-dialog-cancel-btn-border)}.SavedSearchUI-module__wUqvtG__dialogCancelButton:hover{background:var(--saved-search-dialog-cancel-btn-hover-bg)}.SavedSearchUI-module__wUqvtG__dialogCancelButton:disabled{opacity:.5;cursor:not-allowed}.SavedSearchUI-module__wUqvtG__dialogSaveButton{background:var(--saved-search-dialog-save-btn-bg);color:var(--saved-search-dialog-save-btn-color);border:var(--saved-search-dialog-save-btn-border)}.SavedSearchUI-module__wUqvtG__dialogSaveButton:hover{background:var(--saved-search-dialog-save-btn-hover-bg)}.SavedSearchUI-module__wUqvtG__dialogSaveButton:disabled{opacity:.5;cursor:not-allowed}
.SearchesAndAlertsPage-module__RZNh4q__page{gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-md) var(--spacing-48);max-width:1400px;font-family:var(--searches-alerts-font-family);flex-direction:column;margin:0 auto;display:flex}.SearchesAndAlertsPage-module__RZNh4q__header{gap:var(--spacing-md);flex-direction:column;display:flex}.SearchesAndAlertsPage-module__RZNh4q__backLink{align-items:center;gap:var(--spacing-xs);cursor:pointer;color:var(--searches-alerts-back-link-color);font-size:var(--font-size-base);width:fit-content;font-family:var(--searches-alerts-back-link-font-family);background:0 0;border:none;padding:0;display:inline-flex}.SearchesAndAlertsPage-module__RZNh4q__title{font-size:26px;font-weight:var(--font-weight-bold);color:var(--searches-alerts-title-color);margin:0;line-height:1.2}.SearchesAndAlertsPage-module__RZNh4q__content{gap:var(--spacing-md);flex-direction:column;display:flex}.SearchesAndAlertsPage-module__RZNh4q__leftColumn{display:none}.SearchesAndAlertsPage-module__RZNh4q__rightColumn{overflow:visible}.SearchesAndAlertsPage-module__RZNh4q__mobileSelectorWrapper{display:block}.SearchesAndAlertsPage-module__RZNh4q__emptyWrapper{padding:96px var(--spacing-xl);justify-content:center;align-items:center;display:flex}.SearchesAndAlertsPage-module__RZNh4q__loading,.SearchesAndAlertsPage-module__RZNh4q__errorBox{padding:var(--spacing-48) var(--spacing-xl);text-align:center;color:var(--searches-alerts-loading-color);font-size:14px}.SearchesAndAlertsPage-module__RZNh4q__errorBox{color:var(--searches-alerts-error-color)}@media (min-width:900px){.SearchesAndAlertsPage-module__RZNh4q__page{gap:var(--spacing-xl);padding:var(--spacing-xl) var(--spacing-md) var(--spacing-64)}.SearchesAndAlertsPage-module__RZNh4q__title{font-size:var(--font-size-4xl)}.SearchesAndAlertsPage-module__RZNh4q__content{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:24px;display:grid}.SearchesAndAlertsPage-module__RZNh4q__leftColumn{border:1px solid var(--searches-alerts-border-color);border-radius:var(--searches-alerts-panel-radius);background:var(--searches-alerts-left-panel-bg);height:fit-content;display:block;overflow:visible}.SearchesAndAlertsPage-module__RZNh4q__rightColumn{border:1px solid var(--searches-alerts-border-color);border-radius:var(--searches-alerts-panel-radius)}.SearchesAndAlertsPage-module__RZNh4q__mobileSelectorWrapper{display:none}}
.EmptyState-module__qDZL_a__wrapper{align-items:center;gap:var(--spacing-xl);text-align:center;max-width:480px;padding:var(--spacing-48) var(--spacing-xl);font-family:var(--font-family-primary);flex-direction:column;display:flex}.EmptyState-module__qDZL_a__icon{color:var(--content-disabled)}.EmptyState-module__qDZL_a__textGroup{gap:var(--spacing-xs);flex-direction:column;display:flex}.EmptyState-module__qDZL_a__heading{font-family:var(--empty-state-heading-font-family);font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--empty-state-heading-color);margin:0;line-height:1.3}.EmptyState-module__qDZL_a__description{font-size:var(--font-size-sm);color:var(--empty-state-description-color);margin:0;line-height:1.5}@media (min-width:600px){.EmptyState-module__qDZL_a__heading{font-size:var(--font-size-3xl)}}
.DesktopList-module__c-8_Ja__wrapper{font-family:var(--desktop-list-font-family);flex-direction:column;display:flex}.DesktopList-module__c-8_Ja__header{gap:var(--spacing-md);padding:var(--spacing-lg) var(--spacing-xl);display:flex}.DesktopList-module__c-8_Ja__supportingText{font-size:var(--font-size-base);color:var(--desktop-list-supporting-color)}.DesktopList-module__c-8_Ja__controls{gap:var(--spacing-sm);flex-direction:column;flex:1;display:flex}.DesktopList-module__c-8_Ja__typeLabel{color:var(--desktop-list-supporting-color);font-size:14px}.DesktopList-module__c-8_Ja__list{gap:var(--spacing-xs);padding:0 var(--spacing-xl) var(--spacing-xl);flex-direction:column;display:flex}.DesktopList-module__c-8_Ja__row{justify-content:space-between;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-xs) var(--spacing-sm);border:1px solid var(--desktop-list-border-color);border-radius:var(--border-radius-lg);cursor:pointer;background:var(--desktop-list-row-bg);text-align:left;width:100%;color:var(--desktop-list-row-color);transition:background-color .15s;display:flex;position:relative}.DesktopList-module__c-8_Ja__row:hover{background:var(--desktop-list-row-hover-bg)}.DesktopList-module__c-8_Ja__rowActive{background:var(--desktop-list-row-active-bg);color:var(--desktop-list-row-active-color)}.DesktopList-module__c-8_Ja__rowActive .DesktopList-module__c-8_Ja__rowIcon,.DesktopList-module__c-8_Ja__rowActive .DesktopList-module__c-8_Ja__menuButton{color:var(--desktop-list-row-active-color)}.DesktopList-module__c-8_Ja__rowContent{align-items:center;gap:var(--spacing-sm);flex:1;display:flex;justify-content:flex-start!important}.DesktopList-module__c-8_Ja__rowIcon{color:var(--desktop-list-row-icon-color);flex-shrink:0;display:inline-flex}.DesktopList-module__c-8_Ja__rowName{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--desktop-list-row-color);font-size:var(--font-size-base);font-family:var(--desktop-list-font-family);text-align:left;width:100%;overflow:hidden}.DesktopList-module__c-8_Ja__rowNameActive{color:var(--desktop-list-row-active-color)}.DesktopList-module__c-8_Ja__menuButton{border-radius:var(--desktop-list-menu-btn-radius);cursor:pointer;color:var(--desktop-list-menu-icon-color);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:inline-flex}.DesktopList-module__c-8_Ja__menuButton:hover{background:var(--desktop-list-menu-btn-hover-bg)}.DesktopList-module__c-8_Ja__pagination{padding-bottom:var(--spacing-xl);background:var(--desktop-list-pagination-bg);margin-top:-24px}
.AccountButton-module__B2s46W__accountButtonContainer{border-radius:var(--account-btn-border-radius);background-color:var(--account-btn-bg);cursor:pointer;width:113px;height:55px;transition:all var(--transition-slower) ease;flex-shrink:0}.AccountButton-module__B2s46W__accountButton{border:1px solid var(--account-btn-border-color);border-radius:var(--account-btn-border-radius);cursor:pointer;width:100%;height:100%;color:var(--account-btn-icon-color);background:0 0;flex-direction:row;justify-content:space-around;align-items:center;display:flex}@media (max-width:870px){.AccountButton-module__B2s46W__accountButtonContainer{background-color:#0000;border-radius:0;width:100%;height:auto}.AccountButton-module__B2s46W__accountButton{width:100%;padding:var(--spacing-md);justify-content:flex-start;gap:var(--spacing-md);background-color:var(--account-btn-bg);border:none;border-radius:0}}
.AccountMiniMenu-module__mQ2yTa__backdrop{display:none}.AccountMiniMenu-module__mQ2yTa__accountMenuContainer{background-color:var(--account-mini-menu-bg);border:1px solid var(--account-mini-menu-border-color);border-radius:var(--account-mini-menu-border-radius);width:100%;min-width:222px;height:auto;min-height:184px;box-shadow:var(--account-mini-menu-box-shadow);padding:0 var(--spacing-md);box-sizing:border-box;z-index:30;transform-origin:top;position:relative}@media (max-width:869px){.AccountMiniMenu-module__mQ2yTa__accountMenuContainer{width:100%;min-width:100%;box-shadow:none;padding:var(--spacing-sm) 0 var(--spacing-lg);background-color:var(--account-mini-menu-bg);border:none;border-radius:0;justify-content:center;display:flex}.AccountMiniMenu-module__mQ2yTa__menuItemsList{width:100%;min-width:100%;padding:0 var(--spacing-md);gap:var(--spacing-sm);flex-direction:column;display:flex}}.AccountMiniMenu-module__mQ2yTa__menuItemsList{font-family:var(--account-mini-menu-font-family);box-sizing:border-box;width:100%;min-width:222px;margin:0;padding-left:0;list-style-type:none}@media (max-width:869px){.AccountMiniMenu-module__mQ2yTa__menuItemsList{width:100%;min-width:100%;padding:0}}.AccountMiniMenu-module__mQ2yTa__loadingItem{font-family:var(--account-mini-menu-font-family);font-weight:var(--font-weight-normal);font-size:var(--font-size-sm);color:var(--account-mini-menu-text-color);-moz-column-gap:var(--spacing-xs);align-items:center;column-gap:var(--spacing-xs);box-sizing:border-box;cursor:default;opacity:.8;width:100%;height:54px;list-style-type:none;display:inline-flex}@media (min-width:870px){.AccountMiniMenu-module__mQ2yTa__loadingItem{padding:15px var(--spacing-sm);line-height:14px}}.AccountMiniMenu-module__mQ2yTa__loadingSpinner{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.AccountMiniMenu-module__mQ2yTa__spinner{border:2px solid var(--account-mini-menu-spinner-track);border-top-color:var(--account-mini-menu-spinner-color);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite AccountMiniMenu-module__mQ2yTa__spin;display:inline-block}@keyframes AccountMiniMenu-module__mQ2yTa__spin{to{transform:rotate(360deg)}}@media (min-width:870px){.AccountMiniMenu-module__mQ2yTa__backdrop{z-index:0;background-color:#0000;width:100vw;height:100vh;display:block;position:fixed;top:0;left:0}.AccountMiniMenu-module__mQ2yTa__accountMenuContainer{background-color:var(--account-mini-menu-bg);border:1px solid var(--account-mini-menu-border-color);border-radius:var(--account-mini-menu-border-radius);width:258px;height:auto;min-height:184px;box-shadow:var(--account-mini-menu-box-shadow);padding:var(--spacing-md);box-sizing:border-box;z-index:30;position:relative}}
.Modal-module__1spsyW__modalOuterBackground{width:99vw;height:100dvh;padding:var(--spacing-xs);justify-content:center;align-items:center;gap:var(--spacing-xs);background:var(--modal-overlay-bg);-webkit-backdrop-filter:var(--modal-overlay-backdrop-blur);backdrop-filter:var(--modal-overlay-backdrop-blur);display:flex;position:fixed;top:0;left:0;z-index:9999!important}.Modal-module__1spsyW__standard{background-color:var(--modal-container-bg);width:816px;min-width:300px;min-height:500px}.Modal-module__1spsyW__modalOuterWindow{border-radius:var(--modal-container-border-radius);box-shadow:var(--modal-container-shadow);box-sizing:border-box;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:visible;z-index:10000!important}.Modal-module__1spsyW__fitChild{background-color:#0000;width:fit-content;min-width:min-content;height:max-content;min-height:min-content;padding:0;overflow:visible}.Modal-module__1spsyW__enforceModalOuterWindowHeight{width:816px;min-width:300px;min-height:500px}.Modal-module__1spsyW__enforceModalOuterWindowBackgroundColor{background-color:var(--modal-container-bg)}.Modal-module__1spsyW__closeButton{z-index:10000;top:var(--spacing-xs);right:var(--spacing-xs);cursor:pointer;transition:transform var(--transition-normal);position:absolute}.Modal-module__1spsyW__closeButton:hover{transform:scale(var(--modal-close-button-hover-scale));transition:transform var(--transition-normal)}@media (max-width:768px){.Modal-module__1spsyW__modalOuterBackground{background:var(--modal-overlay-bg);width:100vw;height:100vh;-webkit-backdrop-filter:var(--modal-overlay-backdrop-blur);backdrop-filter:var(--modal-overlay-backdrop-blur);justify-content:center;align-items:center;margin:0;padding:0;display:flex;overflow:hidden}.Modal-module__1spsyW__modalOuterWindow{margin:var(--spacing-md);width:calc(100vw - calc(var(--spacing-md) * 2));height:calc(100dvh - calc(var(--spacing-md) * 2));max-width:calc(100vw - calc(var(--spacing-md) * 2));max-height:calc(100dvh - calc(var(--spacing-md) * 2));background-color:#0000;border-radius:0;justify-content:center;align-items:center;padding:0;display:flex;position:relative;overflow:hidden}.Modal-module__1spsyW__enforceModalOuterWindowHeight{background-color:#0000;justify-content:center;align-items:center;width:100vw;height:100dvh;margin:0;padding:0;display:flex;overflow:hidden}.Modal-module__1spsyW__modalOuterWindow,.Modal-module__1spsyW__enforceModalOuterWindowHeight,.Modal-module__1spsyW__standard,.Modal-module__1spsyW__fitChild{background-color:#0000;justify-content:center;align-items:center;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:0;display:flex;overflow:hidden}.Modal-module__1spsyW__closeButton{z-index:10000;cursor:pointer;transition:transform var(--transition-normal);position:relative;top:77px;right:-39%}}
.LoginForm-module__yJNYga__form{width:100%;height:auto}.LoginForm-module__yJNYga__errorMessage{color:var(--login-form-error-color);font-family:var(--login-form-error-font-family);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal)}.LoginForm-module__yJNYga__recaptchaWidget{justify-content:center;margin-top:4px;display:flex}
.PhoneNumberField-module__USB3gW__inputContainer{row-gap:var(--spacing-xxs);flex-direction:column;display:flex}.PhoneNumberField-module__USB3gW__inputLabel{color:var(--phone-number-field-label-color);font-size:var(--font-size-sm);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);font-weight:var(--font-weight-medium)}.PhoneNumberField-module__USB3gW__inputBox{padding:0px var(--spacing-sm);-moz-column-gap:var(--spacing-xs);column-gap:var(--spacing-xs);border:1px solid var(--phone-number-field-border-color);border-radius:var(--phone-number-field-border-radius);box-sizing:border-box;flex-direction:row;align-items:center;width:100%;height:48px;display:flex}.PhoneNumberField-module__USB3gW__countryCode{height:48px;font-size:var(--font-size-sm);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);font-weight:var(--font-weight-normal);color:var(--phone-number-field-text-color);border:none}.PhoneNumberField-module__USB3gW__input,.PhoneNumberField-module__USB3gW__inputIcon{padding:var(--spacing-sm) 0px;background-color:var(--phone-number-field-bg);box-sizing:border-box}.PhoneNumberField-module__USB3gW__input{width:100%;height:100%;font-size:var(--font-size-sm);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);font-weight:var(--font-weight-normal);color:var(--phone-number-field-text-color);box-sizing:border-box;appearance:none;-webkit-tap-highlight-color:transparent;border:none}.PhoneNumberField-module__USB3gW__input:focus{outline:none}.PhoneNumberField-module__USB3gW__input::placeholder{color:var(--phone-number-field-placeholder-color)}.PhoneNumberField-module__USB3gW__input{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.PhoneNumberField-module__USB3gW__input::selection{background:0 0}.PhoneNumberField-module__USB3gW__input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px var(--phone-number-field-bg) inset;transition:background-color 5000s ease-in-out}.PhoneNumberField-module__USB3gW__input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0px 1000px var(--phone-number-field-bg) inset;transition:background-color 5000s ease-in-out}.PhoneNumberField-module__USB3gW__input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px var(--phone-number-field-bg) inset;transition:background-color 5000s ease-in-out}.PhoneNumberField-module__USB3gW__inputError{border:1px solid var(--phone-number-field-error-border-color)}.PhoneNumberField-module__USB3gW__errorMessage{color:var(--phone-number-field-error-color);font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal)}
.PhoneCountrySelect-module__QXsabq__phoneCountrySelectContainer{row-gap:var(--spacing-xxs);flex-direction:column;display:flex;position:relative}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectLabel{color:var(--phone-country-select-text-color);font-size:var(--font-size-sm);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);font-weight:var(--font-weight-medium)}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectInputBox{padding:0px var(--spacing-sm);-moz-column-gap:var(--spacing-xs);align-items:center;column-gap:var(--spacing-xs);border:1px solid var(--phone-country-select-border-color);border-radius:var(--phone-country-select-border-radius);background-color:var(--phone-country-select-bg);flex-direction:row;width:100%;height:48px;display:flex;position:relative}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectSelected{align-items:center;gap:var(--spacing-xs);cursor:pointer;height:100%;font-size:var(--font-size-sm);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);font-weight:var(--font-weight-normal);color:var(--phone-country-select-text-color);flex:1;display:flex}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectSelected img{-o-object-fit:contain;object-fit:contain;width:24px;height:16px}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectSelectedName{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectSelectedCode{font-weight:var(--font-weight-medium);margin-right:var(--spacing-xs)}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectArrow{width:20px;height:20px;color:var(--phone-country-select-arrow-color);transition:transform .2s}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectArrow.PhoneCountrySelect-module__QXsabq__open{transform:rotate(180deg)}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown{z-index:999;background:var(--phone-country-select-bg);border:1px solid var(--phone-country-select-border-color);border-radius:var(--phone-country-select-border-radius);max-width:100%;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 4px 16px #00000014}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown.PhoneCountrySelect-module__QXsabq__open{display:block}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown.PhoneCountrySelect-module__QXsabq__closed{display:none}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectSearch{padding:var(--spacing-sm);border-bottom:1px solid var(--phone-country-select-search-divider);align-items:center;gap:var(--spacing-xs);display:flex}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectSearch input{height:36px;padding:0 var(--spacing-sm);border:1px solid var(--phone-country-select-border-color);border-radius:var(--phone-country-select-search-radius);font-size:var(--font-size-sm);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);font-weight:var(--font-weight-normal);color:var(--phone-country-select-text-color);background-color:var(--phone-country-select-bg);flex:1}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectSearch input:focus{border-color:var(--phone-country-select-arrow-color);outline:none}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectSearch input::placeholder{color:var(--phone-country-select-placeholder-color)}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectSearch img{cursor:pointer;opacity:.6;width:20px;height:20px;transition:opacity .2s}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectSearch img:hover{opacity:1}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown ul{max-height:240px;margin:0;padding:0;list-style:none;overflow-y:auto}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown ul li{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm);cursor:pointer;font-size:var(--font-size-sm);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);font-weight:var(--font-weight-normal);color:var(--phone-country-select-text-color);transition:background-color .15s;display:flex}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown ul li.PhoneCountrySelect-module__QXsabq__show{display:flex}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown ul li.PhoneCountrySelect-module__QXsabq__hide{display:none}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown ul li:hover{background-color:var(--phone-country-select-hover-bg)}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown ul li img{-o-object-fit:contain;object-fit:contain;width:24px;height:16px}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectListName{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectListCode{font-weight:var(--font-weight-medium);color:var(--phone-country-select-subtext-color)}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectInputBox.PhoneCountrySelect-module__QXsabq__inputError{border-color:var(--phone-country-select-error-border)}.PhoneCountrySelect-module__QXsabq__errorMessage{color:var(--phone-country-select-error-color);font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);margin-top:var(--spacing-xxs)}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectCompact{border-right:1px solid var(--phone-country-select-border-color);padding-right:var(--spacing-xs);margin-right:var(--spacing-xs);box-sizing:border-box;align-items:center;height:100%;display:flex;position:relative}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectCompactTrigger{align-items:center;gap:var(--spacing-xxs);cursor:pointer;height:100%;padding:0 var(--spacing-xxs);font-size:var(--font-size-sm);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);font-weight:var(--font-weight-normal);color:var(--phone-country-select-text-color);display:flex}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectCompactTrigger:focus{outline:none}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectCompactTrigger img{-o-object-fit:contain;object-fit:contain;width:20px;height:14px}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectCompactCode{font-weight:var(--font-weight-medium)}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectCompactArrow{width:16px;height:16px;color:var(--phone-country-select-arrow-color);margin-left:var(--spacing-xxs);transition:transform .2s}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectCompactArrow.PhoneCountrySelect-module__QXsabq__open{transform:rotate(180deg)}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectCompact .PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown{min-width:320px;left:-12px}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown ul::-webkit-scrollbar{width:6px}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown ul::-webkit-scrollbar-track{background:var(--phone-country-select-scrollbar-track)}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown ul::-webkit-scrollbar-thumb{background:var(--phone-country-select-scrollbar-thumb);border-radius:3px}.PhoneCountrySelect-module__QXsabq__phoneCountrySelectDropdown ul::-webkit-scrollbar-thumb:hover{background:var(--phone-country-select-arrow-color)}
.AuthFormWrapper-module__8H507q__authWrapper{padding:var(--spacing-48) var(--spacing-54);background-color:var(--auth-form-wrapper-bg);row-gap:var(--spacing-xxl);font-family:var(--auth-form-wrapper-font-family);border-radius:var(--auth-form-wrapper-border-radius);-ms-overflow-style:none;scrollbar-width:none;flex-direction:column;align-items:center;width:100%;height:100%;max-height:90vh;margin:0 auto;display:flex;overflow-y:auto}.AuthFormWrapper-module__8H507q__authWrapper::-webkit-scrollbar{display:none}.AuthFormWrapper-module__8H507q__authWrapper:not(:hover)::-webkit-scrollbar-thumb{border-radius:var(--auth-form-wrapper-border-radius)}.AuthFormWrapper-module__8H507q__authWrapper:hover::-webkit-scrollbar-thumb{border-radius:0}.AuthFormWrapper-module__8H507q__logoWrapper{width:181px;height:auto}.AuthFormWrapper-module__8H507q__logo{width:100%;height:auto}.AuthFormWrapper-module__8H507q__formWrapperHeader{align-items:center;row-gap:var(--spacing-xl);flex-direction:column;display:flex}.AuthFormWrapper-module__8H507q__iconWrapper{background-color:var(--auth-form-wrapper-bg);border:1px solid var(--auth-form-icon-border-color);width:56px;height:56px;box-shadow:var(--shadow-xs);border-radius:var(--border-radius-xl);padding:var(--spacing-md);flex-shrink:0;justify-content:center;align-items:center;display:flex}.AuthFormWrapper-module__8H507q__icon{flex-shrink:0}.AuthFormWrapper-module__8H507q__formHeaderText{row-gap:var(--spacing-xs);text-align:center;flex-direction:column;align-items:center;display:flex}.AuthFormWrapper-module__8H507q__label{color:var(--auth-form-label-color);font-size:var(--font-size-2xl);line-height:var(--line-height-snug);letter-spacing:var(--letter-spacing-normal);font-weight:var(--font-weight-medium);font-family:var(--auth-form-wrapper-label-font-family)}.AuthFormWrapper-module__8H507q__subText{color:var(--auth-form-subtext-color);font-size:var(--font-size-sm);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);font-weight:var(--font-weight-normal)}.AuthFormWrapper-module__8H507q__authFormContainer{width:100%;max-width:432px;height:auto}.AuthFormWrapper-module__8H507q__authWrapperNavButtons{width:100%;max-width:432px}.AuthFormWrapper-module__8H507q__alternatesDivider{margin:var(--spacing-lg) 0 var(--spacing-xl);color:var(--auth-form-divider-text-color);text-align:center;font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);align-items:center;gap:var(--spacing-md);width:100%;display:flex}.AuthFormWrapper-module__8H507q__alternatesDivider:before,.AuthFormWrapper-module__8H507q__alternatesDivider:after{content:"";border-bottom:1px solid var(--auth-form-divider-line-color);flex:1}.AuthFormWrapper-module__8H507q__alternateLoginButton{height:48px;padding:var(--spacing-sm) var(--spacing-md);justify-content:center;align-items:center;gap:var(--spacing-xs);border-radius:var(--auth-form-wrapper-border-radius);border:1px solid var(--auth-form-alt-btn-border-color);cursor:pointer;font-family:var(--auth-form-alt-btn-font-family);align-self:stretch;display:flex}.AuthFormWrapper-module__8H507q__alternateLoginButtonIcon{align-items:center;width:24px;height:24px;display:flex}.AuthFormWrapper-module__8H507q__alternateLoginButtontext{color:var(--auth-form-alt-btn-text-color);text-align:center;font-size:var(--font-size-lg);font-style:normal;font-weight:var(--font-weight-light);line-height:var(--line-height-normal);white-space:nowrap;width:165px}.AuthFormWrapper-module__8H507q__navigationLink{color:var(--auth-form-nav-link-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);cursor:pointer;font-family:var(--auth-form-wrapper-label-font-family);text-decoration:underline}.AuthFormWrapper-module__8H507q__navigationMessage{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);color:var(--auth-form-nav-message-color);-moz-column-gap:var(--spacing-xs);column-gap:var(--spacing-xs);padding-top:var(--spacing-xxl);flex-direction:row;justify-content:center;display:flex}.AuthFormWrapper-module__8H507q__goBackLink{padding-top:var(--spacing-xl);-moz-column-gap:var(--spacing-sm);justify-content:center;column-gap:var(--spacing-sm);color:var(--auth-form-go-back-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);cursor:pointer;flex-direction:row;align-content:center;align-items:center;text-decoration:none;display:flex}.AuthFormWrapper-module__8H507q__goBackLink:hover{text-decoration:underline}@media (max-width:768px){.AuthFormWrapper-module__8H507q__authWrapper{width:100vw;height:auto;min-height:100%;max-height:100vh;padding:var(--spacing-48) var(--spacing-md);-webkit-overflow-scrolling:touch;border-radius:var(--auth-form-wrapper-border-radius) var(--auth-form-wrapper-border-radius) 0 0;overflow-y:auto}.AuthFormWrapper-module__8H507q__logoWrapper,.AuthFormWrapper-module__8H507q__logo{visibility:hidden;display:none}}
.SwitchAuthTypeButton-module__ezkghW__alternateLoginButton{height:48px;padding:var(--spacing-sm) var(--spacing-md);justify-content:center;align-items:center;gap:var(--spacing-xs);border-radius:var(--auth-form-wrapper-border-radius);border:1px solid var(--auth-form-alt-btn-border-color);cursor:pointer;font-size:var(--font-size-lg);font-weight:var(--font-weight-light);font-family:var(--auth-form-alt-btn-font-family);align-self:stretch;display:flex}.SwitchAuthTypeButton-module__ezkghW__alternateLoginButtonIcon{align-items:center;width:24px;height:24px;display:flex}.SwitchAuthTypeButton-module__ezkghW__alternateLoginButtonText{color:var(--auth-form-alt-btn-text-color);text-align:center;font-size:var(--font-size-sm);font-style:normal;font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);width:165px}
.SecureCodeField-module__nPQRDq__inputContainer{row-gap:var(--spacing-xxs);flex-direction:column;display:flex}.SecureCodeField-module__nPQRDq__inputLabel{color:var(--content-emphasis);font-size:var(--font-size-sm);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);font-weight:var(--font-weight-medium)}.SecureCodeField-module__nPQRDq__codeFieldGrid{-moz-column-gap:var(--spacing-sm);column-gap:var(--spacing-sm);box-sizing:border-box;flex-direction:row;max-width:100%;height:80px;margin:0 auto;display:flex;position:relative;top:0;left:0;right:0}.SecureCodeField-module__nPQRDq__inputField{border-radius:var(--secure-code-field-border-radius);background:var(--surface-page);border:1px solid var(--border-default);min-width:50px;max-width:100px;height:80px;color:var(--secure-code-field-digit-color);text-align:center;appearance:none;font-size:48px;font-weight:700;line-height:80px;font-family:var(--secure-code-field-font-family);padding:0}.SecureCodeField-module__nPQRDq__inputField:focus{border:1px solid var(--secure-code-field-focus-border);outline:none}.SecureCodeField-module__nPQRDq__error{border:1px solid var(--danger)}.SecureCodeField-module__nPQRDq__loginForm{row-gap:var(--spacing-xl);flex-direction:column;width:100%;display:flex}.SecureCodeField-module__nPQRDq__submit{background-color:#0000;border:none}.SecureCodeField-module__nPQRDq__signUp{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);color:var(--secure-code-field-digit-color)}.SecureCodeField-module__nPQRDq__signUp:hover{text-decoration:underline}.SecureCodeField-module__nPQRDq__signUpMessage{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);color:var(--content-tertiary);-moz-column-gap:var(--spacing-xs);column-gap:var(--spacing-xs);padding-top:var(--spacing-xxl);flex-direction:row;justify-content:center;display:flex}
.SignUpDetailsForm-module__tkqiyq__loginForm{row-gap:var(--spacing-xl);flex-direction:column;width:100%;display:flex}.SignUpDetailsForm-module__tkqiyq__submit{background-color:#0000;border:none}.SignUpDetailsForm-module__tkqiyq__login{color:var(--blue-gray-main);font-size:var(--text-secondary-m-font-size);font-weight:var(--text-secondary-m-font-weight);line-height:var(--text-secondary-m-line-height);letter-spacing:var(--text-secondary-m-letter-spacing);text-decoration:underline}.SignUpDetailsForm-module__tkqiyq__loginMessage{font-size:var(--text-secondary-r-font-size);font-weight:var(--text-secondary-r-font-weight);line-height:var(--text-secondary-r-line-height);letter-spacing:var(--text-secondary-r-letter-spacing);color:var(--blue-gray-500);-moz-column-gap:var(--spacing-xs);column-gap:var(--spacing-xs);padding-top:var(--spacing-xxl);flex-direction:row;justify-content:center;display:flex}.SignUpDetailsForm-module__tkqiyq__validationFeedbackMessage{font-size:var(--text-secondary-r-font-size);font-weight:var(--text-secondary-r-font-weight);line-height:var(--text-secondary-r-line-height);letter-spacing:var(--text-secondary-r-letter-spacing);color:var(--additional-danger)}.SignUpDetailsForm-module__tkqiyq__positive{color:var(--primary-text)}.SignUpDetailsForm-module__tkqiyq__warning{color:var(--additional-danger)}.SignUpDetailsForm-module__tkqiyq__nameForm{-moz-column-gap:var(--spacing-md);column-gap:var(--spacing-md);flex-direction:row;width:100%;display:flex}
.AuthInput-module__R_lcfa__inputContainer{row-gap:var(--spacing-xxs);flex-direction:column;width:100%;display:flex}.AuthInput-module__R_lcfa__inputLabel{color:var(--blue-gray-800);font-size:var(--text-secondary-m-font-size);line-height:var(--text-secondary-m-line-height);letter-spacing:var(--text-secondary-m-letter-spacing);font-weight:var(--text-secondary-m-font-weight)}.AuthInput-module__R_lcfa__inputBox{padding:0 var(--spacing-sm);-moz-column-gap:var(--spacing-xs);column-gap:var(--spacing-xs);border:1px solid var(--blue-gray-200);border-radius:var(--border-radius-12);background-color:var(--white);flex-direction:row;width:100%;height:48px;display:flex;overflow:hidden}.AuthInput-module__R_lcfa__inputIcon{color:var(--blue-gray-400);padding:var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) 0;border-right:1px solid var(--blue-gray-200);background-color:var(--white);align-items:center;display:flex}.AuthInput-module__R_lcfa__input{width:100%;height:48px;font-size:var(--text-secondary-r-font-size);line-height:var(--text-secondary-r-line-height);letter-spacing:var(--text-secondary-r-letter-spacing);font-weight:var(--text-secondary-r-font-weight);color:var(--blue-gray-800);padding:var(--spacing-sm) var(--spacing-sm) var(--spacing-sm) var(--spacing-xs);background-color:var(--white);-webkit-tap-highlight-color:transparent;border:none}.AuthInput-module__R_lcfa__input:-webkit-autofill{box-shadow:inset 0 0 20px 20px var(--white);-webkit-background-clip:text;transition:background-color 5000s ease-in-out;-webkit-text-fill-color:var(--blue-gray-800)!important}.AuthInput-module__R_lcfa__input:-webkit-autofill:hover{box-shadow:inset 0 0 20px 20px var(--white);-webkit-background-clip:text;transition:background-color 5000s ease-in-out;-webkit-text-fill-color:var(--blue-gray-800)!important}.AuthInput-module__R_lcfa__input:-webkit-autofill:focus{box-shadow:inset 0 0 20px 20px var(--white);-webkit-background-clip:text;transition:background-color 5000s ease-in-out;-webkit-text-fill-color:var(--blue-gray-800)!important}.AuthInput-module__R_lcfa__input:-webkit-autofill:active{box-shadow:inset 0 0 20px 20px var(--white);-webkit-background-clip:text;transition:background-color 5000s ease-in-out;-webkit-text-fill-color:var(--blue-gray-800)!important}.AuthInput-module__R_lcfa__input::selection{color:inherit;background-color:#0000}.AuthInput-module__R_lcfa__input::-moz-selection{color:inherit;background-color:#0000}.AuthInput-module__R_lcfa__input::-webkit-text-fill-color{background-color:#0000}.AuthInput-module__R_lcfa__input:focus{outline:none}.AuthInput-module__R_lcfa__input::placeholder{color:var(--blue-gray-400)}.AuthInput-module__R_lcfa__openEye{color:var(--blue-gray-400);justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s ease-in-out;display:flex}.AuthInput-module__R_lcfa__openEye:hover{color:var(--blue-gray-800)}.AuthInput-module__R_lcfa__showHidePassword{cursor:pointer;height:48px;padding:var(--spacing-sm) 0;justify-content:center;align-items:center;display:flex}.AuthInput-module__R_lcfa__newPasswordValidation{-moz-column-gap:var(--spacing-md);column-gap:var(--spacing-md);width:100%;padding:var(--spacing-md) var(--spacing-xxs);grid-template-columns:1fr 1fr 1fr 1fr;display:grid}.AuthInput-module__R_lcfa__validationItem{background-color:var(--blue-gray-200);border-radius:var(--border-radius-round);height:4px}.AuthInput-module__R_lcfa__validationItemSuccess{background-color:var(--primary-text)}
.AuthFeedback-module__l8SDiW__modalBody{border-radius:var(--auth-feedback-border-radius);background:var(--auth-feedback-bg);width:450px;max-width:90vw;font-family:var(--auth-feedback-font-family);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000040}.AuthFeedback-module__l8SDiW__successIllustration{background:#0cc74b1a;border-radius:62.5rem;align-items:center;gap:.625rem;padding:.5rem;display:flex;position:relative}.AuthFeedback-module__l8SDiW__successIconWrapper{background:#0cc74b26;border-radius:6.25rem;justify-content:center;align-items:center;gap:.625rem;padding:.5rem;display:flex;position:relative}.AuthFeedback-module__l8SDiW__successIcon{width:2.5rem;height:2.5rem;position:relative}.AuthFeedback-module__l8SDiW__textContent{flex-direction:column;align-self:stretch;align-items:center;gap:.5rem;display:flex;position:relative}.AuthFeedback-module__l8SDiW__heading{color:var(--auth-feedback-heading-color);font-family:var(--auth-feedback-heading-font-family);text-align:center;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal;position:relative}.AuthFeedback-module__l8SDiW__description{color:var(--auth-feedback-description-color);text-align:center;font-size:var(--font-size-sm);font-style:normal;font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);align-self:stretch;position:relative}.AuthFeedback-module__l8SDiW__doneButton{border-radius:var(--auth-feedback-btn-border-radius);background:var(--auth-feedback-btn-bg);cursor:pointer;border:none;justify-content:center;align-self:stretch;align-items:center;gap:.75rem;padding:.75rem 1.25rem;transition:all .2s;display:flex;position:relative;box-shadow:0 1px 2px #1018280d}.AuthFeedback-module__l8SDiW__doneButton:hover{background:var(--auth-feedback-btn-hover-bg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.AuthFeedback-module__l8SDiW__doneButton:active{transform:translateY(1px)}.AuthFeedback-module__l8SDiW__buttonText{color:var(--auth-feedback-btn-color);font-family:var(--auth-feedback-btn-font-family);font-size:var(--font-size-sm);font-style:normal;font-weight:700;line-height:var(--line-height-normal);position:relative}@media (max-width:768px){.AuthFeedback-module__l8SDiW__modalBody{gap:1.25rem;width:90vw;padding:1.5rem}.AuthFeedback-module__l8SDiW__heading{font-size:1.125rem}.AuthFeedback-module__l8SDiW__description{font-size:.8125rem}}@media (max-width:480px){.AuthFeedback-module__l8SDiW__modalBody{gap:1rem;padding:1.25rem}.AuthFeedback-module__l8SDiW__successIllustration,.AuthFeedback-module__l8SDiW__successIconWrapper{padding:.375rem}.AuthFeedback-module__l8SDiW__successIcon{width:2rem;height:2rem}.AuthFeedback-module__l8SDiW__heading{font-size:1rem}.AuthFeedback-module__l8SDiW__description{font-size:.75rem}}
.LogoutConfirmModal-module__kWSdDW__modalBody{border-radius:var(--logout-modal-border-radius);background:var(--logout-modal-bg);width:450px;max-width:90vw;font-family:var(--logout-modal-font-family);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000040}.LogoutConfirmModal-module__kWSdDW__textContent{text-align:center;flex-direction:column;align-self:stretch;align-items:center;gap:.5rem;display:flex;position:relative}.LogoutConfirmModal-module__kWSdDW__heading{color:var(--logout-modal-heading-color);font-family:var(--logout-modal-heading-font-family);text-align:center;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal;position:relative}.LogoutConfirmModal-module__kWSdDW__description{color:var(--logout-modal-description-color);text-align:center;font-size:var(--font-size-sm);font-style:normal;font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);align-self:stretch;position:relative}.LogoutConfirmModal-module__kWSdDW__buttonGroup{justify-content:center;align-self:stretch;align-items:center;gap:.75rem;width:100%;display:flex;position:relative}.LogoutConfirmModal-module__kWSdDW__button{border-radius:var(--logout-modal-btn-border-radius);cursor:pointer;font-family:var(--logout-modal-btn-font-family);font-size:var(--font-size-sm);font-style:normal;font-weight:700;line-height:var(--line-height-normal);border:none;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1.25rem;transition:all .2s;display:flex;box-shadow:0 1px 2px #1018280d}.LogoutConfirmModal-module__kWSdDW__primaryButton{background:var(--logout-modal-primary-btn-bg);color:var(--logout-modal-primary-btn-color);}.LogoutConfirmModal-module__kWSdDW__primaryButton:hover{background:var(--logout-modal-primary-btn-hover-bg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.LogoutConfirmModal-module__kWSdDW__secondaryButton{background:var(--logout-modal-secondary-btn-bg);color:var(--logout-modal-secondary-btn-color);border:1px solid var(--logout-modal-secondary-btn-border-color);}.LogoutConfirmModal-module__kWSdDW__secondaryButton:hover{background:var(--logout-modal-secondary-btn-hover-bg);border-color:var(--logout-modal-secondary-btn-hover-border-color)}.LogoutConfirmModal-module__kWSdDW__button:active{transform:translateY(1px)}@media (max-width:768px){.LogoutConfirmModal-module__kWSdDW__modalBody{gap:1.25rem;width:90vw;padding:1.5rem}.LogoutConfirmModal-module__kWSdDW__heading{font-size:1.125rem}.LogoutConfirmModal-module__kWSdDW__description{font-size:.8125rem}}@media (max-width:480px){.LogoutConfirmModal-module__kWSdDW__modalBody{gap:1rem;padding:1.25rem}.LogoutConfirmModal-module__kWSdDW__heading{font-size:1rem}.LogoutConfirmModal-module__kWSdDW__description{font-size:.75rem}}
.MenuItemWithIcon-module__FAW3EW__item{font-family:var(--menu-item-font-family);font-weight:var(--font-weight-normal);font-size:var(--font-size-lg);color:var(--menu-item-color);border-bottom:1px solid var(--menu-item-divider-color);cursor:pointer;box-sizing:border-box;-moz-column-gap:var(--spacing-xs);align-items:center;column-gap:var(--spacing-xs);flex-direction:row;width:100%;min-width:222px;height:54px;line-height:150%;list-style-type:none;display:inline-flex}.MenuItemWithIcon-module__FAW3EW__item:hover{color:var(--menu-item-hover-color);background-color:var(--menu-item-hover-bg);border-radius:var(--menu-item-border-radius);box-shadow:0 2px 5px -3px #00000017}.MenuItemWithIcon-module__FAW3EW__item:active{background-color:var(--menu-item-active-bg)}.MenuItemWithIcon-module__FAW3EW__itemNoDivider{border-bottom:none}.MenuItemWithIcon-module__FAW3EW__itemDisabled{color:var(--menu-item-disabled-color);pointer-events:none;cursor:default;opacity:.6}.MenuItemWithIcon-module__FAW3EW__inner{color:inherit;box-sizing:border-box;-moz-column-gap:var(--spacing-xs);align-items:center;column-gap:var(--spacing-xs);width:100%;height:100%;font:inherit;cursor:inherit;text-align:left;background:0 0;border:none;flex-direction:row;padding:0;text-decoration:none;display:inline-flex}.MenuItemWithIcon-module__FAW3EW__inner:focus-visible{outline:2px solid var(--menu-item-focus-color);outline-offset:-2px;border-radius:var(--menu-item-border-radius)}.MenuItemWithIcon-module__FAW3EW__icon{align-items:center;display:flex}@media (min-width:870px){.MenuItemWithIcon-module__FAW3EW__item{padding:15px var(--spacing-sm);line-height:14px}}@media (max-width:869px){.MenuItemWithIcon-module__FAW3EW__item{width:100%;min-width:100%;padding:var(--spacing-md);border-radius:var(--menu-item-border-radius);border:1px solid var(--menu-item-divider-color);background-color:var(--surface-page);height:auto;box-shadow:0 2px 4px #0f172a0a}.MenuItemWithIcon-module__FAW3EW__item:hover{box-shadow:none;border-radius:0}.MenuItemWithIcon-module__FAW3EW__itemNoDivider{border:1px solid var(--menu-item-divider-color)}}
.SearchBar-module__HpGSEa__searchBar{-moz-column-gap:8px;width:100%;height:auto;min-height:46px;color:var(--blue-gray-300);border-radius:20px;flex-direction:row;align-items:center;column-gap:8px;padding:0 18px;transition:width .3s ease-in-out,border .3s ease-in-out,color .3s ease-in-out;display:flex;overflow:hidden}.SearchBar-module__HpGSEa__searchBarWrapper{width:100%;transition:max-width .3s ease-in-out;position:relative}.SearchBar-module__HpGSEa__navCompactWrapper{max-width:305px}@media (max-width:767px){.SearchBar-module__HpGSEa__navCompactWrapper{max-width:none}}.SearchBar-module__HpGSEa__searchBarWrapper.SearchBar-module__HpGSEa__navActiveWrapper{width:100%;max-width:none}.SearchBar-module__HpGSEa__clearSearchButton{cursor:pointer;color:var(--blue-gray-400);background:0 0;border:none;justify-content:center;align-items:center;margin-left:8px;padding:4px;transition:color .2s ease-in-out;display:flex}.SearchBar-module__HpGSEa__clearSearchButton:hover,.SearchBar-module__HpGSEa__clearSearchButton:focus{color:var(--blue-gray-600)}.SearchBar-module__HpGSEa__addressResultsWrapper{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-sizing:border-box;z-index:1200;background-color:#ffffffed;border-radius:8px;flex-direction:column;align-items:center;width:100%;height:fit-content;min-height:100px;display:flex;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 0 20px 1px #00000025}.SearchBar-module__HpGSEa__addressResultsContainer{background-color:#fff;flex-direction:column;align-items:center;gap:12px;width:100%;min-height:100px;max-height:300px;padding:12px 20px 60px;animation:.1s ease-in-out forwards SearchBar-module__HpGSEa__showAddresses;display:flex}@media (max-width:767px){.SearchBar-module__HpGSEa__addressResultsContainer{max-height:440px;padding-bottom:80px}}.SearchBar-module__HpGSEa__distanceWrapper{border-left:1px solid var(--blue-gray-200);background:var(--white);border-top-right-radius:var(--border-radius-round);border-bottom-right-radius:var(--border-radius-round);justify-content:center;align-self:stretch;align-items:center;margin-left:auto;padding:0 20px;display:flex;position:relative;overflow:hidden}.SearchBar-module__HpGSEa__distanceValue{font-family:var(--font-family-poppins);font-size:var(--text-caption-font-size);color:var(--blue-gray-600);pointer-events:none;white-space:nowrap;font-weight:400}.SearchBar-module__HpGSEa__location{width:100%;height:auto;min-height:auto;padding:0}.SearchBar-module__HpGSEa__searchInput{width:100%;height:auto;min-height:46px;color:var(--blue-gray-800);font-size:var(--text-body-l-font-size);font-weight:var(--text-body-l-font-weight);line-height:var(--text-body-l-line-height);letter-spacing:var(--text-body-l-letter-spacing);font-family:var(--font-family-poppins);background:0 0;border:none;transition:width .3s ease-in-out}.SearchBar-module__HpGSEa__searchInput:focus{outline:none}.SearchBar-module__HpGSEa__searchInput::placeholder{color:var(--blue-gray-400)}.SearchBar-module__HpGSEa__locationInput{width:100%}.SearchBar-module__HpGSEa__locationInput::-moz-placeholder{color:var(--blue-gray-950);font-size:var(--text-body-sb-font-size);font-weight:var(--text-body-sb-font-weight);line-height:var(--text-body-sb-line-height);letter-spacing:var(--text-body-sb-letter-spacing)}.SearchBar-module__HpGSEa__locationInput,.SearchBar-module__HpGSEa__locationInput::placeholder{color:var(--blue-gray-950);font-size:var(--text-body-sb-font-size);font-weight:var(--text-body-sb-font-weight);line-height:var(--text-body-sb-line-height);letter-spacing:var(--text-body-sb-letter-spacing)}.SearchBar-module__HpGSEa__nav{border-radius:var(--border-radius-round);border:1px solid var(--blue-gray-300);background-color:var(--white);width:auto;max-width:305px;height:46px;color:var(--blue-gray-300);flex:none;transition:max-width .3s ease-in-out,flex .3s ease-in-out,border .3s ease-in-out,color .3s ease-in-out;overflow:hidden}@media (max-width:767px){.SearchBar-module__HpGSEa__nav{flex:auto;width:100%;max-width:none}}.SearchBar-module__HpGSEa__navActive{border:1px solid var(--blue-gray-500);color:var(--blue-gray-600);flex:auto;width:100%;max-width:none}.SearchBar-module__HpGSEa__locationStyleToNavStyle{animation:.1s ease-in-out forwards SearchBar-module__HpGSEa__locationStyleToNav}@keyframes SearchBar-module__HpGSEa__locationStyleToNav{50%{border-radius:var(--border-radius-round);background-color:var(--black-gray-100)}to{border-radius:var(--border-radius-round);background-color:var(--black-gray-100);border:1px solid var(--blue-gray-300);min-height:46px}}.SearchBar-module__HpGSEa__scrollbar{scrollbar-color:transparent transparent;overflow-y:auto}.SearchBar-module__HpGSEa__scrollbar::-webkit-scrollbar{width:1px}.SearchBar-module__HpGSEa__scrollbar::-webkit-scrollbar-thumb{background:0 0;border-radius:200px;width:1px}.SearchBar-module__HpGSEa__scrollbar::-webkit-scrollbar-track{background:0 0;border-radius:21px;width:1px}.SearchBar-module__HpGSEa__scrollbar:hover{scrollbar-width:thin;scrollbar-color:var(--blue-gray-400) transparent;overflow-y:scroll}.SearchBar-module__HpGSEa__scrollbar:hover::-webkit-scrollbar-thumb{background:var(--blue-gray-main)}.SearchBar-module__HpGSEa__scrollbar:hover::-webkit-scrollbar-track{background:0 0}@supports (scrollbar-color) and (scrollbar-width) and (not selector(::-webkit-scrollbar)){.SearchBar-module__HpGSEa__scrollbar{scrollbar-color:var(--blue-gray-main) var(--blue-gray-200);scrollbar-width:thin}}.SearchBar-module__HpGSEa__addressResult{cursor:pointer;align-items:center;gap:12px;width:100%;padding:12px 16px;display:flex}.SearchBar-module__HpGSEa__sectionHeader{font-size:var(--text-body-sb-font-size);color:var(--blue-gray-500);text-align:left;width:100%;margin:12px 0 4px;padding-left:16px;font-weight:600}.SearchBar-module__HpGSEa__emptySection{width:100%;color:var(--blue-gray-400);font-size:var(--text-body-s-font-size);text-align:left;padding:8px 8px 8px 16px}.SearchBar-module__HpGSEa__propertyResult{border-bottom:1px solid var(--blue-gray-100);width:100%;color:inherit;z-index:1;flex-direction:row;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;display:flex;position:relative}.SearchBar-module__HpGSEa__propertyResult:after{content:"";border-bottom:1px solid var(--blue-gray-200);position:absolute;bottom:0;left:16px;right:16px}.SearchBar-module__HpGSEa__propertyThumbnail{background-color:var(--blue-gray-100);border-radius:8px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:relative;overflow:hidden}.SearchBar-module__HpGSEa__propertyThumbnailImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.SearchBar-module__HpGSEa__placeholderImage{filter:blur(6px)}.SearchBar-module__HpGSEa__propertyThumbnailOverlay{text-align:center;text-transform:uppercase;color:var(--white);background:#00000073;justify-content:center;align-items:center;padding:2px;font-size:8px;font-weight:500;line-height:1.1;display:flex;position:absolute;inset:0}.SearchBar-module__HpGSEa__propertyDetails{flex-direction:column;gap:6px;width:calc(100% - 64px);display:flex}.SearchBar-module__HpGSEa__propertyAddress{color:var(--blue-gray-800);font-size:var(--text-body-sb-font-size);font-weight:400;line-height:var(--text-body-sb-line-height)}@media (max-width:767px){.SearchBar-module__HpGSEa__propertyAddress{font-size:var(--text-secondary-r-font-size);line-height:1.4}}.SearchBar-module__HpGSEa__propertyMeta{color:var(--blue-gray-500);font-size:var(--text-caption-font-size);justify-content:space-between;align-items:center;gap:12px;display:flex}.SearchBar-module__HpGSEa__propertyPrice{color:var(--blue-gray-800);font-weight:600}.SearchBar-module__HpGSEa__propertyType{color:var(--blue-gray-500);align-items:center;gap:4px;display:inline-flex}.SearchBar-module__HpGSEa__propertyTypeIcon{flex-shrink:0;width:14px;height:14px}.SearchBar-module__HpGSEa__loadingRow{width:100%;color:var(--blue-gray-500);font-size:var(--text-body-s-font-size);align-items:center;gap:12px;padding:8px 8px 8px 16px;display:flex}.SearchBar-module__HpGSEa__spinner{border:2px solid var(--blue-gray-200);border-top-color:var(--blue-gray-500);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite SearchBar-module__HpGSEa__spin}@keyframes SearchBar-module__HpGSEa__spin{to{transform:rotate(360deg)}}.SearchBar-module__HpGSEa__addressResultText{color:var(--blue-gray-900);font-size:var(--text-body-sb-font-size);flex:auto;font-weight:400;transition:font-weight .2s ease-in-out,color .2s ease-in-out}.SearchBar-module__HpGSEa__mapLinkWrapper{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-sizing:border-box;z-index:1200;background-color:#ffffffed;border-radius:8px;width:100%;padding:12px 20px;display:flex;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 0 20px 1px #00000025}.SearchBar-module__HpGSEa__mapLink{width:100%;color:var(--blue-gray-900);border-radius:6px;justify-content:space-between;align-items:center;padding:12px 16px;text-decoration:none;transition:background-color .2s ease-in-out;display:flex}.SearchBar-module__HpGSEa__mapLink:hover{background-color:var(--blue-gray-50)}.SearchBar-module__HpGSEa__mapLinkText{font-size:var(--text-body-sb-font-size);color:var(--blue-gray-900);font-weight:500;transition:color .2s ease-in-out}.SearchBar-module__HpGSEa__mapLink:hover .SearchBar-module__HpGSEa__mapLinkText{color:var(--blue-gray-950);font-weight:600}.SearchBar-module__HpGSEa__mapLinkIcon{width:16px;height:16px;color:var(--blue-gray-400);flex-shrink:0;transition:transform .2s ease-in-out,color .2s ease-in-out}.SearchBar-module__HpGSEa__mapLink:hover .SearchBar-module__HpGSEa__mapLinkIcon{color:var(--blue-gray-600);transform:scale(1.1)}.SearchBar-module__HpGSEa__addressResultIcon{width:18px;height:18px;color:var(--blue-gray-400);transition:transform .2s ease-in-out,color .2s ease-in-out}.SearchBar-module__HpGSEa__addressResult:hover .SearchBar-module__HpGSEa__addressResultText{color:var(--blue-gray-950);font-weight:600}.SearchBar-module__HpGSEa__addressThumbnail{background:var(--blue-gray-75,#e8ecf5);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.SearchBar-module__HpGSEa__addressResult:hover .SearchBar-module__HpGSEa__addressResultIcon{color:var(--blue-gray-600);transform:scale(1.1)}@media (min-width:768px){.SearchBar-module__HpGSEa__searchBar{-moz-column-gap:10px;column-gap:10px;min-height:50px;padding-left:20px}.SearchBar-module__HpGSEa__searchInput{min-height:50px;font-size:var(--text-large-l-font-size)}.SearchBar-module__HpGSEa__locationInput::-moz-placeholder{font-size:var(--text-large-sb-font-size);font-weight:var(--text-large-sb-font-weight);line-height:var(--text-large-sb-line-height);letter-spacing:var(--text-large-sb-letter-spacing)}.SearchBar-module__HpGSEa__locationInput,.SearchBar-module__HpGSEa__locationInput::placeholder{font-size:var(--text-large-sb-font-size);font-weight:var(--text-large-sb-font-weight);line-height:var(--text-large-sb-line-height);letter-spacing:var(--text-large-sb-letter-spacing)}.SearchBar-module__HpGSEa__addressResultsContainer{gap:14px;max-height:320px;padding:12px 30px 70px}.SearchBar-module__HpGSEa__nav{height:50px}}@media (min-width:1200px){.SearchBar-module__HpGSEa__searchBar{-moz-column-gap:12px;column-gap:12px;min-height:53px;padding-left:24px}.SearchBar-module__HpGSEa__addressResultsContainer{gap:16px;max-height:350px;padding:12px 40px 80px 20px}.SearchBar-module__HpGSEa__searchInput{min-height:53px;max-height:55px}.SearchBar-module__HpGSEa__nav{width:305px;min-height:53px;max-height:55px}.SearchBar-module__HpGSEa__navActive{width:100%}}
.DistanceRadius-module__t6Krza__selectFilter::-ms-expand{display:none}.DistanceRadius-module__t6Krza__selectFilter{opacity:0;cursor:pointer;appearance:none;background:0 0;border:none;width:100%;height:100%;position:absolute;inset:0}.DistanceRadius-module__t6Krza__selectFilter:focus{outline:none}.DistanceRadius-module__t6Krza__selectFilter:disabled{opacity:0;cursor:not-allowed}
.SearchFilters-module__O87p0q__searchBase{box-sizing:border-box;width:100%;color:var(--blue-gray-300);background-color:var(--white);flex-direction:column;display:flex}.SearchFilters-module__O87p0q__filtersFullyOpen{background-color:#fff;width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0;display:block}.SearchFilters-module__O87p0q__filtersAnimated{animation:.3s ease-out forwards SearchFilters-module__O87p0q__expandFilters}@keyframes SearchFilters-module__O87p0q__expandFilters{0%{opacity:0;max-height:0}to{opacity:1;max-height:none}}.SearchFilters-module__O87p0q__filterGrid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.SearchFilters-module__O87p0q__search{box-sizing:border-box;width:100%;color:var(--blue-gray-300);flex-direction:column;margin:0 auto;display:flex}.SearchFilters-module__O87p0q__searchActive{color:var(--blue-gray-300);flex-direction:column;width:100%;margin:0 auto;transition:all .3s ease-out;display:flex}.SearchFilters-module__O87p0q__searchClosed{box-sizing:border-box;width:100%;color:var(--blue-gray-300);flex-direction:column;max-width:100%;margin:0 auto;display:flex}.SearchFilters-module__O87p0q__searchTopActive{background-color:#ffffff86;border-radius:8px;width:auto;min-width:0;max-width:100%;padding-right:clamp(20px,5vw,80px);transition:width .3s ease-in-out}.SearchFilters-module__O87p0q__searchTopInactive{transition:width .3s ease-in-out}.SearchFilters-module__O87p0q__scrollbar{scrollbar-color:transparent transparent}.SearchFilters-module__O87p0q__scrollbar::-webkit-scrollbar{width:1px}.SearchFilters-module__O87p0q__scrollbar::-webkit-scrollbar-thumb{background:0 0;border-radius:200px;width:1px}.SearchFilters-module__O87p0q__scrollbar::-webkit-scrollbar-track{background:0 0;border-radius:21px;width:1px}.SearchFilters-module__O87p0q__scrollbar:hover{scrollbar-width:thin;scrollbar-color:var(--blue-gray-400) transparent;overflow-y:scroll}.SearchFilters-module__O87p0q__scrollbar:hover::-webkit-scrollbar-thumb{background:var(--blue-gray-main)}.SearchFilters-module__O87p0q__scrollbar:hover::-webkit-scrollbar-track{background:0 0}@supports (scrollbar-color) and (scrollbar-width) and (not selector(::-webkit-scrollbar)){.SearchFilters-module__O87p0q__scrollbar{scrollbar-color:var(--blue-gray-main) var(--blue-gray-200);scrollbar-width:thin}}.SearchFilters-module__O87p0q__closedFilters{transition:all .3s ease-out;display:none}.SearchFilters-module__O87p0q__expandedFilters,.SearchFilters-module__O87p0q__selectFilterSection,.SearchFilters-module__O87p0q__rangeSliderSection{gap:24px}.SearchFilters-module__O87p0q__expandedFilters{background:#fff;flex-direction:column;width:100vw;max-width:none;min-height:60px;max-height:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-top:40px;padding-left:20px;padding-right:20px;transition:all .3s ease-out;display:flex;position:relative}.SearchFilters-module__O87p0q__filtersContentWrapper{width:100%;max-width:1200px;margin:0 auto}.SearchFilters-module__O87p0q__priceRangeSection{max-width:100%}.SearchFilters-module__O87p0q__rangeSliderSection{grid-template-columns:1fr 1fr;width:100%;margin:0 auto;display:grid}.SearchFilters-module__O87p0q__selectFilterSection{flex-direction:column;display:flex}.SearchFilters-module__O87p0q__bottomSection{background:linear-gradient(#fefefe00 0% 9%,#fff 48%);flex-direction:row;gap:12px;width:100%;display:flex;position:relative;box-shadow:0 -8px 20px #ffffff4d}.SearchFilters-module__O87p0q__buttonSection{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#ffffff80;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding-top:10px;padding-bottom:20px;padding-left:20px;display:flex}.SearchFilters-module__O87p0q__clearFiltersButton{cursor:pointer;color:var(--black-gray-400);letter-spacing:.18px;text-underline-position:from-font;background:0 0;border:none;width:fit-content;font-size:18px;font-style:normal;font-weight:400;line-height:150%;text-decoration-line:underline;text-decoration-style:solid}.SearchFilters-module__O87p0q__link{text-decoration:none}.SearchFilters-module__O87p0q__buttonIconWrapper{justify-content:center;align-items:center;margin-right:8px;display:inline-flex}@media (max-width:1200px){.SearchFilters-module__O87p0q__expandedFilters{flex-direction:column;min-height:60px;max-height:100%;display:flex}.SearchFilters-module__O87p0q__bottomSection{flex-direction:row;width:100%;max-width:100vw;padding-bottom:20px;display:flex;left:0}}@media (max-width:900px){.SearchFilters-module__O87p0q__rangeSliderSection{flex-direction:column;width:100%;max-width:700px;display:flex}}@media (max-width:768px){.SearchFilters-module__O87p0q__search{row-gap:26px;overflow:hidden}.SearchFilters-module__O87p0q__searchActive{padding:0}.SearchFilters-module__O87p0q__rangeSliderSection{flex-direction:column;row-gap:26px}.SearchFilters-module__O87p0q__selectFilterSection{row-gap:26px}.SearchFilters-module__O87p0q__searchTopActive{width:auto;min-width:0}.SearchFilters-module__O87p0q__rangeSlider{max-width:100%}.SearchFilters-module__O87p0q__searchClosed{width:100%;max-width:200px;padding:0;display:flex;overflow-x:hidden}.SearchFilters-module__O87p0q__searchActive{visibility:visible;width:100%;padding-left:54px;padding-right:54px}.SearchFilters-module__O87p0q__searchBase{z-index:10;width:100%;max-width:100%}.SearchFilters-module__O87p0q__filtersFullyOpen{padding:0 20px}.SearchFilters-module__O87p0q__expandedFilters{padding-top:20px}.SearchFilters-module__O87p0q__buttonSection{flex-direction:row;gap:15px;padding:10px 0 20px}}@media (max-width:500px){.SearchFilters-module__O87p0q__searchTopActive{padding-right:20px}.SearchFilters-module__O87p0q__expandedFilters{padding-left:0;padding-right:0}.SearchFilters-module__O87p0q__bottomSection{width:100%;padding-bottom:28px}.SearchFilters-module__O87p0q__searchActive{visibility:visible;padding:0 24px}.SearchFilters-module__O87p0q__priceRangeSection{padding-right:12px}}
.PriceRange-module__246s5a__PriceRange{border-bottom:2px solid var(--black-gray-200);flex-direction:column;row-gap:23px;width:100%;padding-bottom:40px;display:flex}.PriceRange-module__246s5a__PriceRangeTop{flex-direction:row;justify-content:space-between;width:100%;display:flex}.PriceRange-module__246s5a__PriceRangeLabel{flex-direction:column;margin:0;display:flex}.PriceRange-module__246s5a__label{font-family:var(--font-family-poppins);color:var(--blue-gray-950);margin:0;padding:0;font-size:24px;font-weight:600}.PriceRange-module__246s5a__instruction{font-family:var(--font-family-poppins);color:var(--blue-gray-500);letter-spacing:0%;font-size:16px;line-height:24px}.PriceRange-module__246s5a__PriceRangeSlider{box-sizing:border-box;flex-direction:column;place-content:center flex-end;align-items:center;width:100%;height:115px;margin:0 auto;display:flex;position:relative}.PriceRange-module__246s5a__datalist,.PriceRange-module__246s5a__chartSlideIndicator,.PriceRange-module__246s5a__indicatorsGrid,.PriceRange-module__246s5a__PriceRangeChart{-moz-column-gap:0.51%;box-sizing:border-box;grid-template-columns:repeat(51,1.46%);justify-content:center;column-gap:.51%;width:100%;margin:0 auto;display:grid;position:absolute}.PriceRange-module__246s5a__PriceRangeChartItem,.PriceRange-module__246s5a__option,.PriceRange-module__246s5a__indicator{box-sizing:border-box}.PriceRange-module__246s5a__PriceRangeChart{align-items:flex-end;height:110px;bottom:0}.PriceRange-module__246s5a__PriceRangeChartItem{background-color:var(--black-gray-200);border-radius:100px}.PriceRange-module__246s5a__selectedBar{background-color:var(--blue-gray-main)}.PriceRange-module__246s5a__muteChart{opacity:.4}.PriceRange-module__246s5a__sliderOverlayContainer{box-sizing:border-box;justify-content:center;width:105%;height:60px;margin:0 auto;display:flex;position:absolute;bottom:10px}.PriceRange-module__246s5a__sliderOverlayRange{cursor:grab;-webkit-appearance:none;width:100%;height:10px;transition:all ease-in-out .2;background-color:#0000;margin:0 auto;padding:0;position:absolute;bottom:70px}.PriceRange-module__246s5a__sliderOverlayRange::-webkit-slider-runnable-track{appearance:none;z-index:10;height:1px;top:0}.PriceRange-module__246s5a__sliderOverlayRange::-moz-range-track{appearance:none;z-index:0}.PriceRange-module__246s5a__sliderOverlayRange::-moz-range-thumb{appearance:none;z-index:15;cursor:grab;z-index:15;background:0 0;border:none;width:55px;height:70px}.PriceRange-module__246s5a__sliderOverlayRange::-moz-range-progress{appearance:none}.PriceRange-module__246s5a__sliderOverlayRange::-ms-track{appearance:none}.PriceRange-module__246s5a__sliderOverlayRange::-webkit-slider-thumb{appearance:none;cursor:grab;z-index:15;background:0 0;width:55px;height:80px}.PriceRange-module__246s5a__sliderMin{z-index:13;box-sizing:border-box}.PriceRange-module__246s5a__sliderMax{box-sizing:border-box;z-index:13}.PriceRange-module__246s5a__sliderMin::-webkit-slider-thumb:hover{z-index:15;cursor:grab;margin-right:20px}.PriceRange-module__246s5a__datalist{grid-template-columns:repeat(101,.74%);align-items:flex-end;gap:.25%;width:100%;max-width:790px;height:110px;bottom:0;left:0}.PriceRange-module__246s5a__option{min-width:3px;max-width:7px;height:110px;padding:0}.PriceRange-module__246s5a__indicator{box-sizing:border-box}.PriceRange-module__246s5a__indicatorsGrid{box-sizing:border-box;grid-template-columns:repeat(101,.95%);align-items:flex-end;gap:.05%;width:100%;height:50px;margin:0 34px;bottom:-25px}.PriceRange-module__246s5a__indicatorTooltip{background-color:var(--primary-light);width:71px;height:27px;font-family:var(--font-family-poppins);color:var(--blue-gray-main);border-radius:12px;justify-content:center;align-items:flex-end;font-size:12px;display:flex;position:relative;top:8px;left:-25px}.PriceRange-module__246s5a__tooltipMax{left:-300%}.PriceRange-module__246s5a__textInputs{visibility:visible;height:auto}.PriceRange-module__246s5a__chartSlideIndicator{box-sizing:border-box;grid-template-columns:repeat(101,.95%);align-items:flex-end;gap:.05%;width:100%;height:50px;left:-6px}.PriceRange-module__246s5a__chartOverlayThumbIndicator{cursor:grab;z-index:5;width:27px;height:27px;font-size:16px;font-family:var(--font-family-poppins);color:var(--blue-gray-main);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:flex-end;font-size:12px;display:flex;position:relative;top:0;box-shadow:0 0 3px .5px #00000039}.PriceRange-module__246s5a__minThumb{left:-160%}.PriceRange-module__246s5a__maxThumb{right:-80%}@media (max-width:900px){.PriceRange-module__246s5a__PriceRange{max-width:700px}}@media (max-width:768px){.PriceRange-module__246s5a__PriceRangeSlider{width:100%;max-width:700px}}@media (max-width:530px){.PriceRange-module__246s5a__PriceRangeChartItem,.PriceRange-module__246s5a__option,.PriceRange-module__246s5a__indicator{width:90%}.PriceRange-module__246s5a__PriceRange{max-width:90%}.PriceRange-module__246s5a__PriceRangeSlider{transform:scale(.9)}.PriceRange-module__246s5a__indicatorTooltip{top:10px;transform:scale(1.15)}}@media (max-width:450px){.PriceRange-module__246s5a__PriceRangeChartItem,.PriceRange-module__246s5a__option,.PriceRange-module__246s5a__indicator{width:90%}.PriceRange-module__246s5a__PriceRange{max-width:368px}}
.PriceRangeTextInputs-module__rZsvLG__priceRangeTextInputs{-moz-column-gap:12px;font-family:var(--font-family-poppins);flex-direction:row;column-gap:12px;display:flex}.PriceRangeTextInputs-module__rZsvLG__priceInputBox{background-color:var(--black-gray-100);-moz-column-gap:12px;box-sizing:border-box;border-radius:16px;flex-direction:row;align-items:center;column-gap:12px;width:246px;height:64px;padding-left:16px;padding-right:12px;display:flex}.PriceRangeTextInputs-module__rZsvLG__priceInputArea{background-color:#0000;flex-direction:column;display:flex}.PriceRangeTextInputs-module__rZsvLG__priceInputLabel{color:var(--blue-gray-500);font-size:16px;font-weight:300}.PriceRangeTextInputs-module__rZsvLG__priceInput{height:50%;color:var(--blue-gray-950);background:0 0;border:none;font-size:16px;font-weight:600}@media (max-width:768px){.PriceRangeTextInputs-module__rZsvLG__priceRangeTextInputs,.PriceRangeTextInputs-module__rZsvLG__priceInputBox,.PriceRangeTextInputs-module__rZsvLG__priceInputArea .PriceRangeTextInputs-module__rZsvLG__priceInputLabelcolor .PriceRangeTextInputs-module__rZsvLG__priceInput{visibility:hidden;width:0;height:0;margin:0;padding:0}}
.PriceRangeLoadingSkeleton-module__ulHzqq__PriceRangeSlider{box-sizing:border-box;flex-direction:column;place-content:center flex-end;align-items:center;width:100%;max-width:790px;height:115px;margin:0 auto;display:flex;position:relative}.PriceRangeLoadingSkeleton-module__ulHzqq__PriceRangeChart{-moz-column-gap:0.51%;box-sizing:border-box;grid-template-columns:repeat(51,1.46%);justify-content:center;align-items:flex-end;column-gap:.51%;width:100%;max-width:790px;height:110px;margin:0 auto;display:grid;position:absolute;bottom:0}.PriceRangeLoadingSkeleton-module__ulHzqq__PriceRangeChartItem{box-sizing:border-box;background-color:var(--black-gray-200);border-radius:100px;animation:2.5s ease-in-out infinite PriceRangeLoadingSkeleton-module__ulHzqq__chartBarsLoading}@keyframes PriceRangeLoadingSkeleton-module__ulHzqq__chartBarsLoading{50%{opacity:.8;height:8%}}
.EmailField-module__nq6bZa__emailFieldContainer{border:1px solid var(--blue-gray-200);background:var(--white);align-self:stretch;gap:var(--spacing-xxs);border-radius:12px;flex-direction:row;align-items:center;width:100%;height:48px;padding:12px;display:flex;box-shadow:0 1px 2px #0a0d1408;overflow-clip-margin:0px!important;overflow:clip!important}.EmailField-module__nq6bZa__focusOutline{border:2px solid #0268dd}.EmailField-module__nq6bZa__emailField{font-family:var(--font-family-poppins);align-self:stretch;align-items:center;gap:var(--spacing-xs);width:100%;color:var(--blue-gray-800);border:none;flex-direction:column;flex:1 0 0;align-self:stretch;font-size:14px;font-weight:400;line-height:150%;display:flex}.EmailField-module__nq6bZa__emailField.EmailField-module__nq6bZa__emailField::placeholder{color:var(--blue-gray-400)}.EmailField-module__nq6bZa__emailField.EmailField-module__nq6bZa__emailField:focus{outline:none}.EmailField-module__nq6bZa__emailField:disabled{background:var(--blue-gray-50);border-color:var(--blue-gray-100);color:var(--blue-gray-400);cursor:not-allowed}
.SingleRangeSlider-module__YcxXEa__sliderContainer{flex-direction:column;gap:12px;display:flex}.SingleRangeSlider-module__YcxXEa__sliderWrapper{flex-direction:row;align-items:center;gap:6px;width:100%;max-width:100%;display:flex}.SingleRangeSlider-module__YcxXEa__label{font-family:var(--font-family-poppins);color:var(--blue-gray-950);font-size:20px;font-weight:700;line-height:130%}.SingleRangeSlider-module__YcxXEa__instruction{font-family:var(--font-family-poppins);color:var(--blue-gray-500);letter-spacing:0%;font-size:16px;line-height:24px}.SingleRangeSlider-module__YcxXEa__slider{width:98%;height:20px;margin:0;padding:0;position:relative}.SingleRangeSlider-module__YcxXEa__sliderTrack{background-color:var(--black-gray-200);width:100%;height:3px;position:absolute;top:9px}.SingleRangeSlider-module__YcxXEa__sliderProgress{background-color:var(--blue-gray-main);width:10%;height:3px;transition:all ease-in-out .2;position:absolute;top:9px;left:0}.SingleRangeSlider-module__YcxXEa__sliderThumbInput{-webkit-appearance:none;z-index:5;width:100%;height:20px;transition:all ease-in-out .2;background-color:#0000;margin:0;padding:0;position:absolute;top:0;left:0}.SingleRangeSlider-module__YcxXEa__sliderThumbInput::-moz-range-track{appearance:none}.SingleRangeSlider-module__YcxXEa__sliderThumbInput::-moz-range-thumb{appearance:none;background:var(--primary-light);cursor:pointer;border:1.5px solid #000;border-radius:30px;width:25px;height:14px}.SingleRangeSlider-module__YcxXEa__sliderThumbInput::-moz-range-progress{appearance:none}.SingleRangeSlider-module__YcxXEa__sliderThumbInput::-ms-track{appearance:none}.SingleRangeSlider-module__YcxXEa__sliderThumbInput::-webkit-slider-thumb{appearance:none;background:var(--primary-light);cursor:pointer;border:1px solid #000;border-radius:30px;width:25px;height:14px}.SingleRangeSlider-module__YcxXEa__sliderProgressLabel{color:var(--blue-gray-500);font-family:var(--font-family-poppins);font-size:16px;font-weight:400}@media (max-width:768px){.SingleRangeSlider-module__YcxXEa__sliderWrapper{margin:0}}
.PropertyEnquiryForm-module___gMUVa__enquiryForm{padding:var(--enquiry-form-padding-desktop);width:var(--enquiry-form-width-desktop);box-sizing:border-box;font-family:var(--enquiry-form-font-family)}@media (max-width:768px){.PropertyEnquiryForm-module___gMUVa__enquiryForm{padding:var(--enquiry-form-padding-mobile);width:var(--enquiry-form-width-mobile);max-width:var(--enquiry-form-width-mobile);box-sizing:border-box;gap:var(--enquiry-form-gap-mobile);background:var(--enquiry-form-bg-mobile);flex-direction:column;align-items:stretch;display:flex}}.PropertyEnquiryForm-module___gMUVa__scrollableContent{max-height:var(--enquiry-form-scroll-max-height);overflow-y:var(--enquiry-form-scroll-overflow-y);overflow-x:var(--enquiry-form-scroll-overflow-x)}
.MultiSelect-module__6QM4RG__label{font-family:var(--font-family-poppins);color:var(--blue-gray-950);font-size:20px;font-weight:600}.MultiSelect-module__6QM4RG__instruction{font-family:var(--font-family-poppins);color:var(--blue-gray-500);letter-spacing:0%;font-size:14px;line-height:20px}.MultiSelect-module__6QM4RG__labelSection{flex-direction:column;row-gap:4px;display:flex}.MultiSelect-module__6QM4RG__instruction,.MultiSelect-module__6QM4RG__label{margin:0;padding:0}.MultiSelect-module__6QM4RG__buttonContainer{flex-flow:wrap;gap:6px;margin-top:12px;display:flex}.MultiSelect-module__6QM4RG__buttonSelected{background-color:var(--primary-light);color:var(--blue-gray-main)}.MultiSelect-module__6QM4RG__default{background-color:var(--black-gray-200);color:var(--blue-gray-600)}.MultiSelect-module__6QM4RG__buttonSelected,.MultiSelect-module__6QM4RG__default{height:40px;font-size:14px;font-family:var(--font-family-poppins);font-weight:var(--font-weight-medium);cursor:pointer;border:none;border-radius:10px}.MultiSelect-module__6QM4RG__smallButton{width:60px;font-weight:var(--font-weight-semibold)}.MultiSelect-module__6QM4RG__wideButton{width:100%;max-width:175px}.MultiSelect-module__6QM4RG__muted{background-color:var(--black-gray-100);color:var(--blue-gray-300)}@media (min-width:769px){.MultiSelect-module__6QM4RG__label{font-size:24px}.MultiSelect-module__6QM4RG__instruction{font-size:16px;line-height:24px}.MultiSelect-module__6QM4RG__labelSection{row-gap:6px}.MultiSelect-module__6QM4RG__buttonContainer{gap:16px 23px;margin-top:23px}.MultiSelect-module__6QM4RG__buttonSelected,.MultiSelect-module__6QM4RG__default{border-radius:16px;height:56px;font-size:16px}.MultiSelect-module__6QM4RG__smallButton{width:120px}.MultiSelect-module__6QM4RG__wideButton{width:195px;max-width:none}}
.Footer-module__KnvoMW__footer{background-color:var(--footer-bg);color:var(--footer-color);padding:var(--spacing-80) var(--spacing-60);font-family:var(--footer-font-family);background-image:var(--footer-bg-image,url(../media/glow.08wqaec2u_a99.svg));box-sizing:border-box;content-visibility:auto;contain-intrinsic-size:500px 0;background-position:bottom;background-repeat:no-repeat;background-size:cover;width:100%;max-width:100vw;height:auto;margin:0 auto;text-decoration:none;bottom:0}.Footer-module__KnvoMW__footerContent{flex-direction:column;row-gap:60px;max-width:1444px;margin:0 auto;transition:all .5s;display:flex}.Footer-module__KnvoMW__footerNavLinks{-moz-column-gap:9%;background:0 0;flex-flow:wrap;justify-content:space-between;gap:68px 9%;text-decoration:none;transition:all .5s;display:flex}.Footer-module__KnvoMW__footerLinksSection{background:0 0;flex-flow:column wrap;align-items:flex-start;row-gap:6px;width:fit-content;margin-left:0;padding-left:0;text-decoration:none;list-style-type:none;transition:all .5s;display:flex}.Footer-module__KnvoMW__footerSectionTitle{font-family:var(--footer-font-family);font-size:var(--font-size-xl);font-weight:var(--font-weight-medium);letter-spacing:0%;background:0 0;min-height:20px;margin:0;line-height:140%;text-decoration:none;transition:all .5s}.Footer-module__KnvoMW__footerNavItem{font-family:var(--footer-font-family);font-weight:var(--font-weight-light);color:var(--footer-color);opacity:.5;background:0 0;margin-top:6px;line-height:140%;transition:all .5s}.Footer-module__KnvoMW__socialLabel{font-weight:500}.Footer-module__KnvoMW__footerLinkItem{color:var(--footer-link-color);background:0 0;text-decoration:none}.Footer-module__KnvoMW__footerNavItemImage{margin-top:6px}.Footer-module__KnvoMW__bottomSection{-moz-column-gap:9%;font-family:var(--footer-font-family);color:var(--footer-color);opacity:.75;background:0 0;flex-flow:wrap;justify-content:space-between;gap:47px 9%;margin:0;padding-left:0;list-style:none;transition:all .5s;display:flex}.Footer-module__KnvoMW__bottomSectionItem{letter-spacing:0%;font-size:var(--font-size-xl);font-weight:var(--font-weight-normal);flex-direction:row;flex-shrink:0;line-height:24px;display:flex}.Footer-module__KnvoMW__bottomItemOne{min-width:370px;font-size:var(--font-size-xl);font-weight:var(--font-weight-medium);letter-spacing:0%;line-height:140%}@media (max-width:1444px){.Footer-module__KnvoMW__footer{max-width:100%;padding:80px 75px}.Footer-module__KnvoMW__footerContent{max-width:100%}}@media (max-width:1200px){.Footer-module__KnvoMW__footer{max-width:100%;padding:80px 100px}.Footer-module__KnvoMW__footerContent{max-width:1000px}}@media (max-width:1000px){.Footer-module__KnvoMW__footer{max-width:100%;padding:80px 50px}.Footer-module__KnvoMW__footerContent{max-width:100%}}@media (max-width:1100px){.Footer-module__KnvoMW__footer{padding:80px 30px}.Footer-module__KnvoMW__bottomItemOne{min-width:100%}}@media (max-width:800px){.Footer-module__KnvoMW__footerNavLinks{grid-template-columns:auto auto;justify-content:space-around;align-items:start;row-gap:68px;display:grid}}@media (max-width:768px){.Footer-module__KnvoMW__footer{overscroll-behavior-x:contain;width:100%;max-width:100%;height:max-content;min-height:950px;max-height:unset;padding:80px 15px}.Footer-module__KnvoMW__footerContent{max-width:98%;height:auto;min-height:758px}.Footer-module__KnvoMW__footerNavLinks{-moz-column-gap:clamp(32px, 20%, 72px);box-sizing:border-box;justify-content:space-between;gap:54px clamp(32px,20%,72px);max-width:97%}.Footer-module__KnvoMW__footerLinksSection{max-width:141px}.Footer-module__KnvoMW__footerSectionTitle{font-size:var(--font-size-lg);font-style:normal;font-weight:var(--font-weight-medium);line-height:140%}.Footer-module__KnvoMW__footerNavItem{font-size:var(--font-size-sm);font-style:normal;font-weight:var(--font-weight-normal);text-wrap:wrap;max-width:140px;line-height:150%}.Footer-module__KnvoMW__footerLinkItem{text-wrap:stable;width:100%;max-width:140px}.Footer-module__KnvoMW__bottomSection{-moz-column-gap:6%;justify-content:left;gap:37px 6%}.Footer-module__KnvoMW__bottomSectionItem{font-size:var(--font-size-sm);text-wrap:stable;max-width:100%;height:auto;font-style:normal;line-height:150%;overflow:hidden}.Footer-module__KnvoMW__footer{padding:80px 10px}.Footer-module__KnvoMW__footerNavLinks{padding-left:8px;padding-right:20px}}
.PropertyOfferForm-module__eMFQUa__makeOfferForm{padding:var(--offer-form-padding-desktop);width:var(--offer-form-width-desktop);box-sizing:border-box;font-family:var(--offer-form-font-family);gap:var(--offer-form-gap-desktop);flex-direction:column;display:flex}.PropertyOfferForm-module__eMFQUa__offerDetails{gap:var(--offer-details-gap-desktop);flex-direction:row;align-items:flex-start;display:flex}.PropertyOfferForm-module__eMFQUa__offerPrice{flex-direction:column;justify-content:space-between;align-self:stretch;align-items:flex-start;display:flex}.PropertyOfferForm-module__eMFQUa__propertyPriceBlock{justify-content:center;align-items:flex-start;gap:var(--offer-price-block-gap);flex-direction:column;align-self:stretch;display:flex}.PropertyOfferForm-module__eMFQUa__askingPrice{color:var(--offer-price-color);font-size:var(--offer-price-font-size);font-weight:var(--offer-price-font-weight);line-height:var(--offer-price-line-height);text-transform:capitalize}.PropertyOfferForm-module__eMFQUa__propertySummary{justify-content:center;align-items:flex-start;gap:var(--offer-summary-gap);width:var(--offer-summary-width);flex-direction:column;flex:1 0 0;display:flex}.PropertyOfferForm-module__eMFQUa__summaryRow{align-items:flex-start;gap:var(--offer-summary-row-gap);flex-direction:row;align-self:stretch;display:flex}.PropertyOfferForm-module__eMFQUa__rowItem{width:50%}.PropertyOfferForm-module__eMFQUa__divider{border-bottom:var(--offer-divider-border)}.PropertyOfferForm-module__eMFQUa__summaryItem{justify-content:flex-end;align-items:flex-start;gap:var(--offer-summary-item-gap);flex-direction:column;align-self:stretch;display:flex}.PropertyOfferForm-module__eMFQUa__summaryItemLabel{color:var(--offer-label-color);font-size:var(--offer-label-font-size);font-weight:var(--offer-label-font-weight);line-height:var(--offer-label-line-height)}.PropertyOfferForm-module__eMFQUa__summaryItemText{color:var(--offer-text-color);font-size:var(--offer-text-font-size);font-weight:var(--offer-text-font-weight);line-height:var(--offer-text-line-height)}.PropertyOfferForm-module__eMFQUa__finePrint{color:var(--offer-fine-print-color);font-size:var(--offer-fine-print-font-size);font-style:normal;font-weight:var(--offer-fine-print-font-weight);line-height:var(--offer-fine-print-line-height)}@media (max-width:768px){.PropertyOfferForm-module__eMFQUa__makeOfferForm{padding:var(--offer-form-padding-mobile);width:var(--offer-form-width-mobile);max-width:var(--offer-form-width-mobile);box-sizing:border-box;gap:var(--offer-form-gap-mobile);background:var(--offer-form-bg-mobile);align-items:stretch}.PropertyOfferForm-module__eMFQUa__offerDetails{flex-direction:column-reverse}.PropertyOfferForm-module__eMFQUa__offerPrice{gap:var(--offer-price-gap-mobile);flex-direction:row}}.PropertyOfferForm-module__eMFQUa__scrollableContent{max-height:var(--offer-form-scroll-max-height);overflow-y:var(--offer-form-scroll-overflow-y);overflow-x:var(--offer-form-scroll-overflow-x)}
.EPDRatioBox-module__yMh0Ua__container{border-radius:var(--epd-border-radius,12px);font-family:var(--font-family-primary,-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;display:flex;width:132px!important}.EPDRatioBox-module__yMh0Ua__sizeLarge{gap:8px;padding:20px 24px}.EPDRatioBox-module__yMh0Ua__sizeMedium{gap:6px;padding:16px 20px}.EPDRatioBox-module__yMh0Ua__sizeSmall{gap:4px;padding:12px 16px}.EPDRatioBox-module__yMh0Ua__value{font-size:20px;font-weight:500;line-height:140%}.EPDRatioBox-module__yMh0Ua__label{font-size:12px;font-weight:400;line-height:150%}.EPDRatioBox-module__yMh0Ua__sizeMedium .EPDRatioBox-module__yMh0Ua__label,.EPDRatioBox-module__yMh0Ua__sizeLarge .EPDRatioBox-module__yMh0Ua__label,.EPDRatioBox-module__yMh0Ua__sizeSmall .EPDRatioBox-module__yMh0Ua__label{font-size:12px}.EPDRatioBox-module__yMh0Ua__typeBad{background-color:var(--epd-bad-dark,#b22947);color:var(--epd-bad-text,#ffffffbf);border:none}.EPDRatioBox-module__yMh0Ua__typeBad .EPDRatioBox-module__yMh0Ua__value{color:#fff}.EPDRatioBox-module__yMh0Ua__typeBad .EPDRatioBox-module__yMh0Ua__label{color:#ffffffbf}.EPDRatioBox-module__yMh0Ua__typeMedium{background-color:var(--epd-medium-bg,#fffde7);color:var(--epd-medium-text,#f57f17);border:1px solid var(--epd-medium-border,#fff59d)}.EPDRatioBox-module__yMh0Ua__typeGood{background-color:var(--epd-good-bg,#e0f2f1);color:var(--epd-good-text,#00897b);border:1px solid var(--epd-good-border,#b2dfdb)}@media (max-width:768px){.EPDRatioBox-module__yMh0Ua__value{margin-top:5px;margin-bottom:-5px}.EPDRatioBox-module__yMh0Ua__label{margin-bottom:5px}}
.MoneyField-module__5VOhPa__moneyFieldContainer{align-self:stretch;align-items:center;gap:var(--spacing-xxs);width:100%;padding:var(--spacing-sm);border-radius:var(--money-field-border-radius);border:1px solid var(--money-field-border);background:var(--money-field-container-bg);height:48px;box-shadow:var(--shadow-xs);flex-direction:row;display:flex;overflow-clip-margin:0px!important;overflow:clip!important}.MoneyField-module__5VOhPa__focusOutline{border:2px solid var(--money-field-focus-border);padding:calc(var(--spacing-sm) - 1px)}.MoneyField-module__5VOhPa__moneyField{width:100%;font-family:var(--money-field-font-family);color:var(--money-field-color);font-size:var(--font-size-sm);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);border:none;flex-direction:column;flex:1 0 0;align-self:stretch;align-items:flex-start;display:flex}.MoneyField-module__5VOhPa__moneyField::placeholder{color:var(--money-field-placeholder-color);opacity:1}.MoneyField-module__5VOhPa__moneyField:focus{outline:none}.MoneyField-module__5VOhPa__error{color:var(--money-field-error-color)}.MoneyField-module__5VOhPa__errorFocus{border:2px solid var(--money-field-error-border);padding:calc(var(--spacing-sm) - 1px)}.MoneyField-module__5VOhPa__successFocus{border:2px solid var(--money-field-success-border);padding:calc(var(--spacing-sm) - 1px)}
.Badge-module__7FhZ6G__base{white-space:nowrap;justify-content:center;align-items:center;display:flex}.Badge-module__7FhZ6G__base.Badge-module__7FhZ6G__small{width:24px!important;height:24px!important}.Badge-module__7FhZ6G__defaultSize{width:100%;min-width:5px;max-width:100%;height:auto;min-height:5px;max-height:100%;padding:4px 12px}.Badge-module__7FhZ6G__small{font-family:var(--badge-font-family);aspect-ratio:1;box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;min-width:24px;max-width:24px;min-height:24px;max-height:24px;font-size:14px;font-weight:600;line-height:24px;display:flex;border-radius:50%!important;width:24px!important;height:24px!important;padding:0!important}.Badge-module__7FhZ6G__small.Badge-module__7FhZ6G__green{color:var(--blue-gray-main)!important;background-color:#fff!important}.Badge-module__7FhZ6G__red{background-color:var(--badge-red-bg);color:var(--badge-red-text)}.Badge-module__7FhZ6G__green{color:var(--blue-gray-main)!important;background-color:#fff!important}.Badge-module__7FhZ6G__dark{background-color:var(--badge-dark-bg);color:var(--badge-dark-text)}.Badge-module__7FhZ6G__contentSize{border-radius:var(--badge-border-radius-rect);min-width:fit-content;min-height:max-content;font-size:14px;font-style:normal;font-weight:400;line-height:150%;font-family:var(--badge-font-family);padding:12px 16px;display:flex}.Badge-module__7FhZ6G__rounded{border-radius:50%!important}.Badge-module__7FhZ6G__noBorderRadius{border-radius:none}
.StatBlock-module__n2fk0G__container{justify-content:center;align-items:center;gap:var(--statblock-gap,4px);flex-direction:column;display:flex}.StatBlock-module__n2fk0G__value{font-family:var(--statblock-font-family,Poppins);font-size:var(--statblock-value-font-size,18px);font-weight:var(--statblock-value-font-weight,500);font-style:normal;line-height:var(--statblock-value-line-height,140%);color:inherit}.StatBlock-module__n2fk0G__label{font-family:var(--statblock-font-family,Poppins);font-size:var(--statblock-label-font-size,10px);font-weight:var(--statblock-label-font-weight,400);font-style:normal;line-height:var(--statblock-label-line-height,100%);color:var(--statblock-label-color,#00ffb0);text-align:center}@media (max-width:768px){.StatBlock-module__n2fk0G__label{text-align:center}}
.InfoBlock-module__Op5DtW__container{justify-content:space-between;align-items:center;gap:var(--infoblock-gap,8px);box-sizing:border-box;font-family:var(--infoblock-font-family,Poppins);display:flex}.InfoBlock-module__Op5DtW__typePreview{cursor:default;background-color:#0000}.InfoBlock-module__Op5DtW__typeLink{cursor:pointer;color:inherit;transition:var(--infoblock-link-transition,all .2s ease-in-out);border:1px solid #0000;text-decoration:none}.InfoBlock-module__Op5DtW__typeLink:hover{background-color:var(--infoblock-link-bg-hover,#0038500d);border-color:var(--infoblock-link-border-hover,#0038501a)}.InfoBlock-module__Op5DtW__sizeDefault{padding:var(--infoblock-default-padding,12px 16px);font-size:var(--infoblock-default-font-size,14px);font-weight:var(--infoblock-default-font-weight,400);line-height:var(--infoblock-default-line-height,150%);border-radius:var(--infoblock-default-border-radius,8px)}.InfoBlock-module__Op5DtW__sizeSmall{padding:var(--infoblock-small-padding,8px 12px);font-size:var(--infoblock-small-font-size,12px);font-weight:var(--infoblock-small-font-weight,400);line-height:var(--infoblock-small-line-height,140%);border-radius:var(--infoblock-small-border-radius,6px)}.InfoBlock-module__Op5DtW__body{color:var(--blue-gray-750);flex:1;align-items:center;display:flex}.InfoBlock-module__Op5DtW__icon{color:var(--blue-gray-750);flex-shrink:0;justify-content:center;align-items:center;display:flex}
.RecommendationBlock-module__RCG_Fa__container{box-sizing:border-box;font-family:var(--Font-Family,Poppins);flex-direction:column;gap:8px;display:flex}.RecommendationBlock-module__RCG_Fa__sizeDefault{gap:8px}.RecommendationBlock-module__RCG_Fa__sizeSmall{gap:6px}.RecommendationBlock-module__RCG_Fa__content{flex-direction:column;justify-content:flex-start;gap:4px;min-width:0;display:flex}.RecommendationBlock-module__RCG_Fa__title{color:var(--text-color,#003850);font-weight:600;line-height:140%}.RecommendationBlock-module__RCG_Fa__sizeDefault .RecommendationBlock-module__RCG_Fa__title{font-size:16px}.RecommendationBlock-module__RCG_Fa__sizeSmall .RecommendationBlock-module__RCG_Fa__title{font-size:14px}.RecommendationBlock-module__RCG_Fa__subtitle{color:var(--text-secondary,#7a7a7a);font-weight:400;line-height:140%}.RecommendationBlock-module__RCG_Fa__sizeDefault .RecommendationBlock-module__RCG_Fa__subtitle{font-size:14px}.RecommendationBlock-module__RCG_Fa__sizeSmall .RecommendationBlock-module__RCG_Fa__subtitle{font-size:12px}
.PropertyRank-module__oFTjqG__infoCircleButton{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.PropertyRank-module__oFTjqG__infoCircle{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 1px 4px #0000000a}.PropertyRank-module__oFTjqG__container{font-family:var(--Font-Family,Poppins);align-items:center;gap:12px;display:flex}.PropertyRank-module__oFTjqG__labelWrapper{flex-shrink:0;align-items:center;gap:6px;display:flex}.PropertyRank-module__oFTjqG__label{color:var(--blue-gray-750);white-space:nowrap;font-size:16px;font-weight:600;line-height:140%}.PropertyRank-module__oFTjqG__infoButton{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s ease-in-out;display:flex}.PropertyRank-module__oFTjqG__infoButton:hover{color:var(--blue-gray-750)}.PropertyRank-module__oFTjqG__rankBadge{background-color:var(--blue-gray-750);color:var(--white);white-space:nowrap;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:6px 12px;font-size:14px;font-weight:600;line-height:140%;display:flex}.PropertyRank-module__oFTjqG__totalText{color:var(--blue-gray-750);white-space:nowrap;font-size:14px;font-weight:600;line-height:140%}@media (max-width:768px){.PropertyRank-module__oFTjqG__container{flex-direction:row;align-items:center;gap:8px}.PropertyRank-module__oFTjqG__label{font-size:16px;font-weight:600;line-height:140%}.PropertyRank-module__oFTjqG__infoButton{display:none}.PropertyRank-module__oFTjqG__rankBadge{padding:4px 10px;font-size:16px}.PropertyRank-module__oFTjqG__totalText{font-size:16px}}
.CardImageWithOverlayLink-module__9o75vW__container{background:#f0f0f0;border-radius:12px;width:100%;height:240px;display:block;position:relative;overflow:hidden}.CardImageWithOverlayLink-module__9o75vW__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.CardImageWithOverlayLink-module__9o75vW__imagePlaceholder{color:#999;width:100%;height:100%;font-family:var(--Font-Family,Poppins);background-color:#f0f0f0;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:20px;font-size:14px;display:flex}.CardImageWithOverlayLink-module__9o75vW__placeholderSubtext{color:#bbb;margin:0;padding:0;font-size:12px}.CardImageWithOverlayLink-module__9o75vW__dotsContainer{justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.CardImageWithOverlayLink-module__9o75vW__dot{cursor:pointer;background-color:#fff9;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background-color .3s ease-in-out}.CardImageWithOverlayLink-module__9o75vW__dot:hover{background-color:#fffc}.CardImageWithOverlayLink-module__9o75vW__dotActive{background-color:#fff}.CardImageWithOverlayLink-module__9o75vW__overlayBar{z-index:4;box-sizing:border-box;background:linear-gradient(#03283426 0%,#03283499 40%,#032834f2 100%);justify-content:center;align-items:center;padding:18px 24px;display:flex;position:absolute;bottom:0;left:0;right:0}.CardImageWithOverlayLink-module__9o75vW__overlayContent{justify-content:center;align-items:center;width:100%;max-width:900px;display:flex}.CardImageWithOverlayLink-module__9o75vW__overlayLink{color:#00cfa0;align-items:center;gap:12px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.CardImageWithOverlayLink-module__9o75vW__overlayLink .CardImageWithOverlayLink-module__9o75vW__caretRight svg,.CardImageWithOverlayLink-module__9o75vW__overlayLink .CardImageWithOverlayLink-module__9o75vW__caretLeft svg{width:16px;height:16px;display:inline-block}.CardImageWithOverlayLink-module__9o75vW__navButton{color:#fff;cursor:pointer;z-index:5;background-color:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:24px;transition:background-color .3s ease-in-out;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.CardImageWithOverlayLink-module__9o75vW__navButton:hover{background-color:#0009}.CardImageWithOverlayLink-module__9o75vW__originalNavButton{cursor:pointer;z-index:2;width:var(--lightbox-nav-width);height:100%;box-shadow:none;opacity:var(--lightbox-nav-opacity);background:#0006;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:0}.CardImageWithOverlayLink-module__9o75vW__originalNavButton:hover{opacity:var(--lightbox-nav-opacity-hover);background-color:#0009}.CardImageWithOverlayLink-module__9o75vW__originalNavButton:focus{outline:none}.CardImageWithOverlayLink-module__9o75vW__originalLeftButton{left:0}.CardImageWithOverlayLink-module__9o75vW__originalRightButton{right:0}.CardImageWithOverlayLink-module__9o75vW__caretRight,.CardImageWithOverlayLink-module__9o75vW__caretLeft{width:fit-content;height:fit-content;margin:0 auto;display:flex}.CardImageWithOverlayLink-module__9o75vW__prevButton{left:12px}.CardImageWithOverlayLink-module__9o75vW__nextButton{right:12px}@media (min-width:769px){.CardImageWithOverlayLink-module__9o75vW__container{flex-direction:column;height:265px;display:flex}.CardImageWithOverlayLink-module__9o75vW__image{flex:1}}@media (max-width:768px){.CardImageWithOverlayLink-module__9o75vW__container{aspect-ratio:4/3}.CardImageWithOverlayLink-module__9o75vW__dotsContainer{gap:6px;bottom:12px}.CardImageWithOverlayLink-module__9o75vW__dot{width:6px;height:6px}.CardImageWithOverlayLink-module__9o75vW__navButton{width:32px;height:32px;font-size:18px}.CardImageWithOverlayLink-module__9o75vW__prevButton{left:8px}.CardImageWithOverlayLink-module__9o75vW__nextButton{right:8px}}
.ResetPasswordModal-module__M3R8Oa__form{row-gap:var(--spacing-md);flex-direction:column;width:100%;display:flex}.ResetPasswordModal-module__M3R8Oa__formContent{gap:var(--spacing-md);flex-direction:column;display:flex}.ResetPasswordModal-module__M3R8Oa__header{text-align:center;margin-bottom:var(--spacing-md)}.ResetPasswordModal-module__M3R8Oa__iconWrapper{margin-bottom:var(--spacing-sm);justify-content:center;display:flex}.ResetPasswordModal-module__M3R8Oa__title{font-size:var(--text-primary-l-font-size);font-weight:var(--text-primary-l-font-weight);line-height:var(--text-primary-l-line-height);color:var(--foreground);margin-bottom:var(--spacing-xs)}.ResetPasswordModal-module__M3R8Oa__description{color:var(--foreground-secondary);font-size:var(--text-secondary-m-font-size);line-height:var(--text-secondary-m-line-height)}.ResetPasswordModal-module__M3R8Oa__inputWrapper{margin-bottom:var(--spacing-xs)}.ResetPasswordModal-module__M3R8Oa__message{padding:var(--spacing-sm);border-radius:var(--spacing-xxs);font-size:var(--text-secondary-m-font-size);margin:var(--spacing-sm) 0;text-align:center;font-weight:var(--text-secondary-m-font-weight);line-height:var(--text-secondary-m-line-height);animation:.3s ease-out forwards ResetPasswordModal-module__M3R8Oa__fadeIn}.ResetPasswordModal-module__M3R8Oa__success{background-color:var(--success-light,#e6f4ea);color:var(--success,#1e8e3e);border:1px solid var(--success,#1e8e3e)}.ResetPasswordModal-module__M3R8Oa__error{background-color:var(--error-light,#fce8e6);color:var(--error,#d93025);border:1px solid var(--error,#d93025)}.ResetPasswordModal-module__M3R8Oa__actions{margin-top:var(--spacing-sm);gap:var(--spacing-sm);flex-direction:column;display:flex}.ResetPasswordModal-module__M3R8Oa__cancelLink{color:var(--foreground-secondary);font-size:var(--text-secondary-m-font-size);cursor:pointer;padding:var(--spacing-xs) 0;background:0 0;border:none;align-self:center;text-decoration:underline}.ResetPasswordModal-module__M3R8Oa__cancelLink:hover{color:var(--foreground)}@keyframes ResetPasswordModal-module__M3R8Oa__fadeIn{0%{opacity:0}to{opacity:1}}
.ResetPasswordSuccessModal-module__US9JqG__modalContent{border-radius:var(--reset-password-success-modal-border-radius);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:450px;max-width:90vw;padding:2rem;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000040}.ResetPasswordSuccessModal-module__US9JqG__successIllustration{background:#0cc74b1a;border-radius:62.5rem;align-items:center;gap:.625rem;padding:.5rem;display:flex;position:relative}.ResetPasswordSuccessModal-module__US9JqG__successIconWrapper{background:#0cc74b26;border-radius:6.25rem;justify-content:center;align-items:center;gap:.625rem;padding:.5rem;display:flex;position:relative}.ResetPasswordSuccessModal-module__US9JqG__successIconWrapper svg{color:#0cc74b;width:2.5rem;height:2.5rem;position:relative}.ResetPasswordSuccessModal-module__US9JqG__textContent{flex-direction:column;align-self:stretch;align-items:center;gap:.5rem;display:flex;position:relative}.ResetPasswordSuccessModal-module__US9JqG__heading{color:var(--reset-password-success-modal-header-color);font-family:var(--reset-password-success-modal-heading-font-family);text-align:center;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal;position:relative}.ResetPasswordSuccessModal-module__US9JqG__description{color:#667085;text-align:center;font-family:var(--reset-password-success-modal-description-font-family);align-self:stretch;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5;position:relative}.ResetPasswordSuccessModal-module__US9JqG__doneButton{background:var(--reset-password-success-modal-button-bg);cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-self:stretch;align-items:center;gap:.75rem;padding:.75rem 1.25rem;transition:all .2s;display:flex;position:relative;box-shadow:0 1px 2px #1018280d}.ResetPasswordSuccessModal-module__US9JqG__doneButton:hover{background:var(--reset-password-success-modal-button-hover-bg)}.ResetPasswordSuccessModal-module__US9JqG__buttonText{color:var(--reset-password-success-modal-button-text-color);font-family:var(--reset-password-success-modal-heading-font-family);font-size:.875rem;font-style:normal;font-weight:600;line-height:1.25rem}
