nh-tool-tip{--tool-tip-arrow-size:0.75rem;--tool-tip-border-color:var(--color-neutral--50);--tool-tip-z-index:var(--z-index-overlay);--tool-tip-font-weight:var(--font-weight-regular);background-color:var(--color-neutral--50);border:1px solid var(--tool-tip-border-color);border-radius:.25rem;box-shadow:var(--box-shadow--1);color:var(--color-secondary--800);display:none;font-weight:var(--tool-tip-font-weight);gap:.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:0;max-width:19rem;min-width:3.5rem;padding:.25rem .5rem;position:absolute;top:0;white-space:normal;width:-webkit-max-content;width:max-content;z-index:var(--tool-tip-z-index)}@supports (filter:drop-shadow(0 0)){nh-tool-tip{box-shadow:unset;filter:drop-shadow(0 0 .25rem var(--color-neutral--800-40))}}nh-tool-tip[show]{display:flex}nh-tool-tip [slot=close]{display:none;height:-webkit-max-content;height:max-content;position:relative}nh-tool-tip [slot=close]:after{background:#0000;content:"";display:block;height:2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:2rem;z-index:-1}nh-tool-tip [slot=arrow]{background-color:var(--color-neutral--50);height:var(--tool-tip-arrow-size);position:absolute;transform:rotate(45deg);width:var(--tool-tip-arrow-size);z-index:-1}@media (pointer:coarse){nh-tool-tip [slot=close]{display:block}}nh-toast{--z-index-toast:var(--z-index-modal);--toast-background:var(--color-secondary--800);--toast-color:var(--color-text--2);--toast-box-shadow:none;animation-fill-mode:both;background:var(--toast-background);border-radius:.5rem;bottom:0;box-shadow:var(--toast-box-shadow);color:var(--toast-color);display:block;left:0;line-height:1.5rem;margin:auto auto .5rem;padding:.5rem;position:fixed;right:0;top:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:var(--z-index-toast)}nh-toast[show]{animation-duration:.3s;animation-name:slideInFromBottomBounce}nh-toast[hide]{animation-duration:.3s;animation-name:slideOutToBottomBounce}@media (--tablet ){nh-toast{margin-bottom:1.5rem}}:root{--calendar-day-placeholder--background-color:#0000;--calendar-days--background-color:var(--color-neutral--600);--calendar-days--border-color:var(--color-neutral--600);--calendar-day--available-background:var(--color-neutral--50);--calendar-day--selected-background:var(--color-secondary--400);--calendar-day--configured-background:var(--color-secondary--800);--calendar-day--booked-background:var(--color-secondary--400);--calendar-day--hover-background:var(--color-neutral--200);--calendar-day-background:var(--color-neutral--50);--calendar-day--blocked-background:var(--color-neutral--600);--calendar-day--synced-background:var(--color-quaternary--200);--calendar-day--blocked-line:var(--color-secondary--800);--calendar-day--synced-icon-color:var(--color-quaternary--600);--calendar-day--available-color:var(--color-secondary--800);--calendar-day--selected-color:var(--color-secondary--800);--calendar-day--disabled-background:var(--color-neutral--200);--calendar-day--disabled-color:var(--color-neutral--600)}datepicker-calendar.nh-calendar{--calendar-base--grid-gap:30px}datepicker-calendar.nh-calendar .calendar-header .nh-button{height:30px;position:relative;width:30px;z-index:var(--z-index-foreground)}datepicker-calendar.nh-calendar .nh-calendar-month{margin:0 auto}div.calendar-base{display:grid;gap:20px;gap:var(--calendar-base--grid-gap,20px);width:100%}li,ol{list-style:none;margin:0;padding:0}header.calendar-header{flex-direction:column;justify-content:space-between;justify-content:var(--calendar-header-justify-content,space-between)}header.calendar-header,header.calendar-month-header{align-items:center;background-color:var(--color-neutral--50);background-color:var(--calendar-header-background,var(--color-neutral--50));display:flex;padding-bottom:1rem}header.calendar-month-header{justify-content:space-between;justify-content:var(--calendar-month-header-justify-content,space-between)}.calendar-footer{display:flex;height:1rem;justify-content:center;margin-bottom:.5rem;margin-top:.5rem}.month{color:var(--color-text);color:var(--calendar-month--title-color,var(--color-text));font-size:1.5rem;font-size:var(--calendar-month--font-size,1.5rem);font-weight:600;text-transform:capitalize}.days,.week-days{display:grid;grid-template-columns:repeat(7,1fr)}.week-days{color:var(--color-neutral--800);font-size:1.1rem;font-size:var(--calendar-week-days--font-size,1.1rem);text-transform:capitalize}.week-days li{background:var(--color-neutral--50);background:var(--calendar-week-days--background,var(--color-neutral--50))}.days{background-color:var(--color-neutral--600);background-color:var(--calendar-days--background-color,var(--color-neutral--600));border:1px solid var(--calendar-days--border-color,var(--color-neutral--600));gap:1px;gap:var(--calendar-days--grid-gap,1px);position:relative}.days li:not(.day){background-color:initial;background-color:var(
            --calendar-day-placeholder--background-color,var(--color-neutral--600)
        )}.day{align-items:center;background-color:var(--color-neutral--50);background-color:var(--calendar-day-background,var(--color-neutral--50));box-sizing:border-box;color:var(--color-text);display:flex;font-size:max(.8rem,min(2.3vw,1rem));font-size:var(--calendar-day--font-size,max(.8rem,min(2.3vw,1rem)));height:100%;justify-content:center;position:relative}.day:before{content:"";display:block;padding-bottom:100%}.day:not(.day--disabled):hover{background-color:var(--color-neutral--200);background-color:var(--calendar-day--hover-background);color:var(--color-text);cursor:pointer}.day.day--disabled{background-color:var(--color-neutral--200);background-color:var(--calendar-day--disabled-background);color:var(--color-neutral--600);color:var(--calendar-day--disabled-color);font-weight:400;pointer-events:none}.day.day--available{background-color:var(--color-neutral--50);background-color:var(--calendar-day--available-background,var(--color-neutral--50));color:var(--color-secondary--800);color:var(--calendar-day--available-color,var(--color-secondary--800))}.day.day--blocked{background-color:var(--color-neutral--600);background-color:var(--calendar-day--blocked-background,var(--color-neutral--600))}.day.day--blocked.day--synced{background-color:var(--color-quaternary--200);background-color:var(--calendar-day--synced-background)}.day.day--blocked span:not(.nh-icon__share):before{background:var(--color-secondary--800);background:var(--calendar-day--blocked-line,var(--color-secondary--800));bottom:0;content:"";height:2px;left:calc(50% - 100);left:0;margin:auto;position:absolute;right:0;top:50%;top:0;transform:rotate(-45deg);width:75%}.day.day--blocked.day--synced .nh-icon{bottom:.25rem;color:var(--color-quaternary--600);color:var(--calendar-day--synced-icon-color);position:absolute;right:.25em}.day span{align-items:center;display:flex;height:65%;justify-content:center;width:65%}.day.day--booked{background-color:var(--color-secondary--400);background-color:var(--calendar-day--booked-background,var(--color-secondary--400))}.day.day--is-first-day--selected.day--is-last-day--selected,.day.day--selected{background-color:var(--color-secondary--400);background-color:var(--calendar-day--selected-background);color:var(--color-secondary--800);color:var(--calendar-day--selected-color,var(--color-secondary--800))}.day.day--is-first-day--selected.day--is-last-day--selected:hover,.day.day--selected:hover{--calendar-day--hover-background:var(--color-secondary--600);color:var(--color-neutral--50)}.day.day--is-first-day--selected.day--is-last-day--selected span:after,.day.day--selected span:after{--calendar-day--configured-background:var(--color-quaternary--400)}.day.day--configured .day__day-string:after{background:var(--color-secondary--800);background:var(--calendar-day--configured-background,var(--color-secondary--800));border-radius:50%;content:"";display:block;height:5px;left:4px;position:absolute;top:4px;width:5px}.day.day--is-first-day--booked{background-image:linear-gradient(to top left,var(--color-secondary--400) 50%,var(--color-neutral--50) 50%);background-image:linear-gradient(to top left,var(--calendar-day--booked-background,var(--color-secondary--400)) 50%,var(--color-neutral--50) 50%)}.day.day--is-first-day--booked.day--is-last-day--selected{background-image:linear-gradient(to top left,var(--color-secondary--400) 50%,var(--color-secondary--600) 50%);background-image:linear-gradient(to top left,var(--calendar-day--booked-background,var(--color-secondary--400)) 50%,var(--color-secondary--600) 50%)}.day.day--is-first-day--booked.day--is-last-day--blocked-migrated{background-image:linear-gradient(to top left,var(--color-secondary--400) 50%,var(--color-warning) 50%);background-image:linear-gradient(to top left,var(--calendar-day--booked-background,var(--color-secondary--400)) 50%,var(--color-warning) 50%)}.day.day--is-first-day--booked.day--is-last-day--blocked,.day.day--is-first-day--booked.day--is-last-day--blocked-synced{background-image:linear-gradient(to top left,var(--color-secondary--400) 50%,var(--color-neutral--600) 50%);background-image:linear-gradient(to top left,var(--calendar-day--booked-background,var(--color-secondary--400)) 50%,var(--color-neutral--600) 50%)}.day.day--is-last-day--booked:not(.day--selected){background-image:linear-gradient(to top left,var(--color-neutral--50) 50%,var(--color-secondary--400) 50%);background-image:linear-gradient(to top left,var(--color-neutral--50) 50%,var(--calendar-day--booked-background,var(--color-secondary--400)) 50%)}.day.day--is-last-day--booked.day--is-first-day--selected{background-image:linear-gradient(to top left,var(--color-secondary--400) 50%,var(--color-secondary--200) 50%);background-image:linear-gradient(to top left,var(--calendar-day--booked-background,var(--color-secondary--400)) 50%,var(--color-secondary--200) 50%)}.day.day--is-last-day--booked.day--is-first-day--selected span:after{background:var(--color-secondary--800);background:var(--calendar-day--blocked-line,var(--color-secondary--800));bottom:0;content:"";height:2px;left:calc(50% - 100);left:0;margin:auto;position:absolute;right:0;top:50%;top:0;transform:rotate(-45deg);width:75%}.day.day--is-last-day--booked.day--is-first-day--blocked-migrated{background-image:linear-gradient(to top left,var(--color-secondary--400) 50%,var(--color-secondary--200) 50%);background-image:linear-gradient(to top left,var(--calendar-day--booked-background,var(--color-secondary--400)) 50%,var(--color-secondary--200) 50%)}.day.day--is-last-day--booked.day--is-first-day--blocked-migrated span:after{background:var(--color-secondary--800);background:var(--calendar-day--blocked-line,var(--color-secondary--800));bottom:0;content:"";height:2px;left:calc(50% - 100);left:0;margin:auto;position:absolute;right:0;top:50%;top:0;transform:rotate(-45deg);width:75%}.day.day--is-last-day--booked.day--is-first-day--blocked,.day.day--is-last-day--booked.day--is-first-day--blocked-synced{background-image:linear-gradient(to top left,var(--color-secondary--400) 50%,var(--color-secondary--200) 50%);background-image:linear-gradient(to top left,var(--calendar-day--booked-background,var(--color-secondary--400)) 50%,var(--color-secondary--200) 50%)}.day.day--is-last-day--booked.day--is-first-day--blocked span:after,.day.day--is-last-day--booked.day--is-first-day--blocked-synced span:after{background:var(--color-secondary--800);background:var(--calendar-day--blocked-line,var(--color-secondary--800));bottom:0;content:"";height:2px;left:calc(50% - 100);left:0;margin:auto;position:absolute;right:0;top:50%;top:0;transform:rotate(-45deg);width:75%}[disabled] .calendar-base,[disabled] .calendar-legend__container{--calendar-days--border:var(--color-neutral--400);--color-text:var(--color-disabled);--calendar-day--blocked-line:var(--color-disabled);--calendar-day--blocked-background:var(--color-neutral--400);pointer-events:none}[disabled] .calendar-base .week-days,[disabled] .calendar-legend__container .week-days{color:var(--color-text)}@media (min-width:768px){datepicker-calendar.nh-calendar #show-more-months{display:none}datepicker-calendar div.calendar-base{grid-template-columns:repeat(999,calc(50% - 10px));grid-template-columns:repeat(999,calc(50% - var(--calendar-base--grid-gap, 20px)/2));transition:transform .4s ease}.calendar-footer[data-role=calendar-scroll-observer]{display:none}}@media (min-width:768px) and (max-width:1366px){div.calendar-base{grid-template-columns:repeat(2,1fr);grid-template-columns:var(--calendar-base--grid-template-columns-tablet,repeat(2,1fr))}}@media (min-width:1367px){div.calendar-base{grid-template-columns:repeat(3,1fr);grid-template-columns:var(--calendar-base--grid-template-columns-desktop,repeat(3,1fr))}}@media (max-width:767px){div.calendar-base{grid-template-columns:repeat(1,1fr);grid-template-columns:var(--calendar-base--grid-template-columns-mobile,repeat(1,1fr))}}.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 1rem .75rem}.shepherd-footer .shepherd-button:not(:last-child){margin-right:.5rem}.shepherd-cancel-icon{background:#0000;border:none;color:var(--color-neutral--800);cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover,.shepherd-title{color:var(--color-secondary--800)}.shepherd-title{display:flex;flex:1 0 auto;font-size:1rem;font-weight:700;margin:0;padding:0}.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:1rem}.shepherd-has-title .shepherd-content .shepherd-header{background:var(--color-neutral--50);padding:1em}.shepherd-text{color:var(--color-secondary--800);font-size:1rem;line-height:1.3em;padding:0 1rem 1rem}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}.shepherd-content{border-radius:5px;outline:none;padding:0}.shepherd-element{background:var(--color-neutral--50);border-radius:5px;box-shadow:0 1px 4px #0003;max-width:400px;opacity:0;outline:none;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:var(--color-neutral--50);content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:var(--color-neutral--50)}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}.chat-channel-list{display:flex;flex-direction:column;position:relative}.chat-channel-list.hide-content{min-height:150px}.chat-channel-list.hide-content>*{display:none}.chat-channel-list__title{margin:0 0 var(--gutter)}.chat-channel-list .chat-channel{margin-bottom:1.5rem}.nh-table-component{display:block;font-size:1rem;margin-top:var(--gutter);max-width:100%;overflow-x:auto;white-space:nowrap;width:100%}.nh-table-component thead th{background-color:var(--color-background--2);color:var(--color-text);padding-right:35px;position:relative}.nh-table-component thead th a{color:inherit}.nh-table-component thead th.no-wrap{white-space:nowrap;width:1%}.nh-table-component thead th[data-sort] a:after,.nh-table-component thead th[data-sort] a:before{border-left:5px solid #0000;border-right:5px solid #0000;content:"";height:0;position:absolute;right:10px;width:0}.nh-table-component thead th[data-sort] a:before{border-bottom:5px solid var(--color-neutral--600);top:15px}.nh-table-component thead th[data-sort] a:after{border-top:5px solid var(--color-neutral--600);top:25px}.nh-table-component thead th[data-sort=asc] a:before{border-bottom:5px solid var(--color-neutral--800);pointer-events:none}.nh-table-component thead th[data-sort=asc] a:after{border-top:5px solid var(--color-neutral--600)}.nh-table-component thead th[data-sort=desc] a:before{border-bottom:5px solid var(--color-neutral--600)}.nh-table-component thead th[data-sort=desc] a:after{border-top:5px solid var(--color-neutral--800);pointer-events:none}.nh-table-component tbody tr:active,.nh-table-component tbody tr:focus,.nh-table-component tbody tr:hover,tr:active .nh-table-component tbody tr,tr:focus .nh-table-component tbody tr,tr:hover .nh-table-component tbody tr{background-color:var(--color-neutral--200)}.nh-table-component tbody tr{background-color:var(--color-background--2)}.nh-table-component td,.nh-table-component th{border:1px solid var(--color-neutral--600);color:var(--color-secondary--800);line-height:1.5;padding:.5rem;text-align:left;vertical-align:top}.nh-table-component__actions{align-items:center;display:flex;flex-flow:row nowrap;gap:1rem;justify-content:center}@media (min-width:1024px){.nh-table-component{display:table;overflow-x:unset;white-space:normal}}#edit-booking-modal{min-height:500px}#edit-booking-modal .nh-modal__content{overflow-y:visible;z-index:var(--z-index-top)}#reject-booking-modal .nh-modal__content{display:flex;gap:1rem}.rental-wizard-calendar{background:var(--color-neutral--50);margin-top:1.875rem;padding:0 1.25rem 2.5rem;position:relative}.rental-wizard-calendar__button-group{display:inline-flex;flex-direction:column;gap:var(--small-gutter)}.rental-wizard-calendar__header--switch{display:flex;justify-content:center;margin-bottom:1rem}.rental-wizard-calendar__footer.calendar-footer{height:auto}@media (min-width:1024px){.rental-wizard-calendar__button-group{align-items:center;display:flex;flex-direction:row;justify-content:space-between}}:root{--font-size-body:16px;--font-size-header-button:0.8rem;--line-height-body:1.5;--line-height-jumbo:1.25;--line-height-extra-large:1.28571;--line-height-large:1.5;--line-height-medium:1.66667;--line-height-base:1.5;--line-height-small:1.71429;--font-weight-normal:400;--font-weight-semibold:500;--font-weight-bold:700;--heading-color:inherit;--color-border:var(--color-border--2);--color-text:var(--color-text--1);--color-background-highlight:var(--color-neutral--50);--color-success:var(--color-secondary--600);--color-info:var(--color-quaternary--600);--color-warning:var(--color-tertiary--600);--color-danger:var(--color-quinary--600);--color-text-input-placeholder:var(--color-neutral--800);--color-border-input-focus:var(--color-neutral--800);--color-border--subtle:var(--color-secondary--800-08);--button-large-height:54px;--button-regular-height:44px;--button-small-height:34px;--button-font-size:18px;--input-height:44px;--input-padding:9px 12px;--input-border-radius:3px;--small-gutter:1rem;--gutter:1.25rem;--width-wrapper:1280px;--width-wrapper-xs:620px;--width-wrapper-sm:750px;--width-wrapper-md:1176px;--phone:(min-width:320px);--large-phone:(min-width:480px);--tablet:(min-width:768px);--tablet-landscape:(min-width:1024px);--desktop:(min-width:1280px);--large-desktop:(min-width:1600px);--only-screen:only screen;--header-height:72px}.nh-status{border-radius:3px;padding:.5rem}.nh-status--completed{background:var(--color-secondary--200);color:var(--color-secondary--600)}.nh-status--pending{background:var(--color-tertiary--200);color:var(--color-tertiary--600)}.nh-landlord-navigation--desktop{display:none}.nh-landlord-booking-detail-buttons{display:inline-flex;flex-direction:column;gap:1rem}.booking-table__header{display:flex;flex-direction:column;justify-content:space-between}.booking-table__search_form{display:flex;justify-content:flex-end;margin-top:1rem}.booking-table__search_form__button{margin-left:1rem}.booking-table__no_results{margin-top:1rem}.quote_highlight{display:flex;flex-flow:row nowrap;justify-content:flex-end}.quote_highlight__container{align-items:center;background-color:var(--color-secondary--800);border-radius:.5rem;display:flex;flex-flow:row wrap;gap:8.33333%;justify-content:flex-start;padding-bottom:3.125rem}.quote_highlight__quote{padding:0 var(--gutter)}.statistic-highlight{text-align:center}.statistic-highlight__list{display:flex;flex-flow:row wrap;gap:var(--grid-gap);max-width:var(--container-max-width)}@supports (display:grid){.statistic-highlight__list{display:grid;grid-template-columns:repeat(var(--grid-columns),minmax(0,1fr))}}.statistic-highlight__list{list-style:none;margin:0 auto;padding:0}.statistic-highlight__item{flex:1 1 calc(var(--grid-available-space)/var(--grid-columns)*12)}@supports (display:grid){.statistic-highlight__item{grid-column-end:span 12}}.statistic-highlight__item .amount-field,.statistic-highlight__item h2{font-size:var(--font-size-mega);font-weight:var(--font-weight-normal);margin:10px auto}.line-separator{line-height:36px;position:relative;text-align:center;width:100%}.line-separator:before{border-top:1px solid var(--color-border);content:"";left:0;position:absolute;right:0;top:18px}.line-separator span{background:var(--color-neutral--50);display:inline-block;height:36px;position:relative;width:auto;z-index:var(--z-index-normal)}.allHouses{margin:5px 0;text-align:center}.register-form__footer{align-items:center;display:flex;flex-flow:column nowrap;gap:1rem;margin-top:1rem}.register-form__footer [data-role=cf-turnstile-container]{align-self:flex-start}.register-form__footer__social-buttons{width:100%}.register-form__footer p{margin:0}@media (min-width:768px){.nh-landlord-navigation--desktop{display:block}.nh-landlord-navigation--mobile{display:none}.booking-table__header,.nh-landlord-booking-detail-buttons{flex-direction:row}.booking-table__search_form{margin-top:0}.statistic-highlight__list{--grid-gap:2rem}.statistic-highlight__item{flex:1 1 calc(var(--grid-available-space)/var(--grid-columns)*6)}@supports (display:grid){.statistic-highlight__item{grid-column-end:span 6}}}@media (min-width:1024px){.nh-landlord-navigation--small-container{max-width:50%}.quote_highlight__container{flex:0 0 83.33333%;flex-direction:row;padding:0}.quote_highlight__image{flex:0 0 33.33333%}.quote_highlight__quote{flex:0 0 41.66667%;padding:0}}