/*! nouislider - 14.6.4 - 3/18/2021 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{height:25px;width:25px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#fff;border:1px solid #fff;border-radius:4px}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}[disabled] .noUi-connect{background:#bbb}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub{background:#aaa}.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute}.noUi-horizontal .noUi-tooltip{transform:translate(-50%,0);left:50%;bottom:25px}.noUi-vertical .noUi-tooltip{transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{transform:translate(0,-18px);top:auto;right:28px}.custom-animate__delay-1{-webkit-animation-delay:.4s;animation-delay:.4s}.custom-animate__delay-2{-webkit-animation-delay:.5s;animation-delay:.5s}.custom-animate__delay-3{-webkit-animation-delay:.6s;animation-delay:.6s}.custom-animate__delay-4{-webkit-animation-delay:.7s;animation-delay:.7s}/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - https://opensource.org/licenses/MIT
*
* Copyright (c) 2021 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/ 2);animation-duration:calc(var(--animate-duration)/ 2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadein;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}@-webkit-keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInDown{-webkit-animation-name:fadeindown;animation-name:fadeInDown}@-webkit-keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInLeft{-webkit-animation-name:fadeinleft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInRight{-webkit-animation-name:fadeinright;animation-name:fadeInRight}@-webkit-keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInUp{-webkit-animation-name:fadeinup;animation-name:fadeInUp}@-webkit-keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.animate__slideInDown{-webkit-animation-name:slideindown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.animate__slideInLeft{-webkit-animation-name:slideinleft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.animate__slideInRight{-webkit-animation-name:slideinright;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.animate__slideInUp{-webkit-animation-name:slideinup;animation-name:slideInUp}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.pricing-page .page__heading-content .section{padding-top:15px}.pricing-page .page__heading-wave{position:relative}.pricing-page .page__heading-skyline{height:75px;background-repeat-y:no-repeat;position:absolute;background-image:url(../png/skyline.png);width:100%}.increments{padding-top:15px;font-size:12px}.sliderRange{width:75%}.sliderRange.noUi-horizontal{height:3px;margin:auto}.noUi-horizontal .noUi-handle{top:-13px;cursor:ew-resize}.noUi-handle{background-image:url(../svg/house.svg);top:-18px;background-repeat:no-repeat;background-size:100%}.content-container{overflow:hidden;position:relative}.tier-price{font-size:32px;line-height:32px;font-weight:700}.tier{max-width:150px;min-width:120px;width:85%;margin-bottom:5px;font-size:16px;cursor:default}.pricing-card{z-index:1}.pricing-card .column__content{height:100%}.pricing-card p{margin:0}.per-month-wrapper{display:block}.slide-range-wrapper{margin-top:90px;margin-bottom:25px;position:relative}.slider-value{font-weight:800;font-size:15px}.slider-value-container{background-image:url(../svg/slider-bubble.svg);background-repeat:no-repeat;height:65px;width:115px;background-size:contain;font-size:15px;padding-top:10px;line-height:16px}.pricing-card-wrapper{box-shadow:0 0 9px rgba(0,0,0,.09);border-radius:19px;align-items:center;border-radius:25px;font-size:14px;padding:10px 20px;text-align:center;width:100%;position:relative;background:rgba(253,253,253,.2)}.cta-btn-wrapper{position:absolute;left:0;right:0;bottom:10px;max-width:100px;margin:auto}.properties-per-month{font-weight:800}.properties-per-month-wrapper{font-size:16px;line-height:20px}.setup-fee .plus-icon{display:block;font-size:30px;font-weight:700;line-height:0;margin-top:15px;padding-bottom:10px}.setup-fee .price-setup{font-size:42px;font-weight:700;margin:0;display:inline-block}.setup-fee .incl-gst{display:block;font-size:18px;line-height:0}.setup-fee .disclaimer{padding-top:20px;font-size:18px}.setup-fee .dollar-sign{font-size:35px;font-weight:700}.page__heading-skyline{height:75px;background-repeat-y:no-repeat;position:absolute;background-image:url(../png/skyline.png)}.pricing-page .setup-fee{display:inline-block;margin-top:20px}.contact-us-wrapper{display:none;padding-top:45px}.bulletpoint-list .no-style{margin:auto}.bulletpoint-list .column__description li{margin-top:15px;margin-bottom:15px}.no-style{list-style:none;padding:0;margin:0}.no-style p{margin-bottom:0}.list-left-align li{text-align:left;margin-top:15px;margin-bottom:15px}.list-heading{font-weight:700}.contact-us.tier-price{line-height:30px;margin-top:15px;margin-bottom:15px}.contact-us.price-setup::before,.contact-us.tier-price::before{content:""}.price-and-tax{display:inline-block}.price-setup::before{content:"$";position:absolute;font-size:20px;transform:translate(-20px,0)}.tier-price::before{content:"$";position:absolute;font-size:20px;transform:translate(-20px,0)}.price-tax{font-size:16px}.not-applicable-text{display:none}.not-applicable .not-applicable-text{display:block;line-height:23px}.not-applicable .not-applicable-text .tier-icon{display:block;margin:auto;padding-bottom:15px}.not-applicable .price-and-tax,.not-applicable .price-tax,.not-applicable .properties-per-month-wrapper{display:none}.not-applicable .price-setup::before,.not-applicable .tier-price::before{content:""}.not-applicable#monthly-prices--essential .monthly-prices-wrapper,.not-applicable#monthly-prices--premium .monthly-prices-wrapper{display:none}.pricing-per-property .not-applicable.price-content-wrapper{padding-top:5px}.page__footer-content .column__content-wrapper{padding:25px;width:200px}.contact-us-tier .price-content-wrapper{display:none}.contact-us-tier .contact-us-wrapper{display:block}.contact-us-tier .tier-price{font-size:24px;line-height:normal}.contact-us-tier .incl-gst{display:none}.contact-us-tier .monthly-prices-wrapper,.contact-us-tier .per-month-wrapper,.contact-us-tier .per-property{display:none}.features-pricing-table{margin-top:50px;margin-bottom:50px}.features-pricing-table-wrapper{max-width:900px;margin:auto}.features-pricing-table table td:nth-child(1){border-left:1px solid #fff;text-align:left}.features-pricing-table table td:nth-child(4){border-right:1px solid #fff}.features-pricing-table th.table-heading{border:1px solid #fff;border-bottom:1px solid #e5e5e5;min-width:50px;padding:5px 0}.features-pricing-table .table-heading{font-weight:800;font-size:10px;text-align:center;color:#4c6993}.features-pricing-table .check-circle{background:#98c765;color:#fff;padding:2px;font-weight:700;border-radius:10px}.features-pricing-table table{border:1px solid #e5e5e5;border-collapse:collapse;margin:0 auto;padding:0;min-width:100%;color:#6a707a}.features-pricing-table table th{text-align:center;padding:3px;border:1px solid #e5e5e5;font-weight:700;text-align:center}.features-pricing-table table td{padding:3px;border:1px solid #e5e5e5;font-size:8px}.features-pricing-table table tr{text-align:center}.pricing-per-property .price-content{padding-top:20px}.pricing-per-property .price-setup::before{transform:translate(-15px,15px)}.pricing-per-property .tier-price::before{transform:translate(-15px,0)}.pricing-per-property .btn-copy{font-size:11px}.pricing-per-property .dollar-sign,.pricing-per-property .price-monthly{font-weight:800;font-size:18px;line-height:49px}.pricing-per-property .monthly-prices{height:170px;margin-top:25px}.pricing-per-property .monthly-prices .pricing-card .column__content{height:auto}.pricing-per-property .pricing-card-wrapper{background:#fff;color:#9ca3af;box-shadow:0 16px 32px rgba(156,163,175,.4);border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-right-radius:0;border-bottom-left-radius:0;padding:5px 5px;height:350px}.pricing-per-property .tier{color:#4c6993;font-weight:800;font-size:16px;padding-left:0;padding-right:0;max-width:none;min-width:auto}.pricing-per-property .tier-column{width:170px}.pricing-per-property .per-month-wrapper b,.pricing-per-property .price-setup a,.pricing-per-property .tier-price,.pricing-per-property .tier-price a{color:#4c6993}.pricing-per-property .tier-price{font-size:32px}.pricing-per-property .per-month-wrapper{margin-top:10px;font-size:13px;line-height:20px}.pricing-per-property .per-property{font-size:14px;font-weight:700;color:#9ca3af}.pricing-per-property .monthly-pricing{background:#94a5be;box-shadow:0 16px 32px rgba(156,163,175,.4);border-radius:0 0 17px 17px;height:120px;margin:auto;padding-top:10px;padding-bottom:10px;color:#fff}.pricing-per-property .monthly-pricing .monthly-prices-wrapper::before{content:"$";position:absolute;font-weight:700;transform:translate(-15px,12px)}.pricing-per-property .incl-gst,.pricing-per-property .price-tax{font-size:14px;display:block}.pricing-per-property .price-tax{padding-top:8px}.pricing-per-property .most-popular-banner{position:absolute;top:0;right:0}.pricing-per-property .cta{font-size:14px;padding-left:10px;padding-right:10px}.pricing-per-property .pricing-card{padding-left:3px;padding-right:3px}.pricing-per-property .price-content-wrapper{margin-top:15px}.pricing-per-property #pricing-card--essential::after{width:55px;height:52px;content:" ";background:url(../svg/most-popular-banner.svg) no-repeat center;position:absolute;top:-4px;right:-4px;background-size:cover}@media screen and (min-width:425px){.features-pricing-table table td{padding:5px;font-size:12px}.features-pricing-table th.table-heading{padding:5px;font-size:14px}.pricing-per-property .btn-copy{font-size:10px}}@media screen and (min-width:576px){.increments{font-size:16px}.cards-container{margin-top:50px}.price-content{height:155px}.pricing-card-wrapper{width:180px;height:320px;padding:20px 20px;background:rgba(253,253,253,.1)}#monthly-prices--basic,#monthly-prices--premium{width:180px}#pricing-card--essential{width:180px;height:360px}.tier{padding-top:7px;padding-bottom:7px;margin-bottom:10px;font-size:20px}.pricing-card p{font-size:12px}.contact-us-tier .tier-price.contact-us{font-size:36px}.features-pricing-table table th{padding:8px}.features-pricing-table table td{padding:8px;font-size:14px}.features-pricing-table th.table-heading{min-width:100px}.pricing-per-property .properties-per-month-wrapper{padding-top:10px}.pricing-per-property .tier{font-size:24px}.pricing-per-property .per-month-wrapper{font-size:14px}.pricing-per-property #pricing-card--essential::after{width:91px;height:89px;content:" ";background:url(../svg/most-popular-banner.svg) no-repeat center;position:absolute;top:-7px;right:-6px}.pricing-per-property .tier-price::before{transform:translate(-15px,10px)}.pricing-per-property .per-property{font-size:15px}.pricing-per-property .tier-price{line-height:normal}.pricing-per-property .btn-copy{font-size:14px}.pricing-per-property .dollar-sign,.pricing-per-property .price-monthly{font-weight:800;font-size:23px;line-height:49px}}@media screen and (min-width:768px){.features-pricing-table{margin-top:300px;margin-bottom:50px}.features-pricing-table table td{font-size:16px}.features-pricing-table th.table-heading{font-size:23px;min-width:130px}.pricing-per-property .price-setup::before{font-size:30px;transform:translate(-26px,8px)}.pricing-per-property .properties-per-month-wrapper{padding-top:0}.pricing-per-property .tier-price::before{transform:translate(-16px,-3px);font-size:24px}.pricing-per-property .pricing-card{padding-left:10px;padding-right:10px}.pricing-per-property .price-monthly{font-size:42px}.pricing-per-property #monthly-prices--essential{padding-top:20px}.pricing-per-property #monthly-prices--premium{padding-top:15px}.pricing-per-property #monthly-prices--essential,.pricing-per-property #monthly-prices--premium{font-weight:600;font-size:16px;line-height:22px}.pricing-per-property #pricing-card--essential .not-applicable.price-content-wrapper{padding-top:30px}.pricing-per-property #monthly-prices--essential.monthly-pricing{height:110px}.pricing-per-property .monthly-pricing{line-height:normal;font-size:18px;height:100px}.pricing-per-property .monthly-pricing .monthly-prices-wrapper::before{font-size:21px;transform:translate(-20px,3px)}.pricing-per-property .properties-per-month-wrapper{line-height:16px}.pricing-per-property .cta-btn-wrapper{bottom:15px;max-width:none}.pricing-per-property .cta{font-size:16px;padding-left:20px;padding-right:20px}.pricing-per-property #monthly-prices--basic,.pricing-per-property #monthly-prices--premium{width:230px}.pricing-per-property .pricing-card-wrapper{height:320px;width:230px;padding:20px 15px}.pricing-per-property #pricing-card--essential{width:260px}.pricing-per-property .price-content{padding-top:0}.pricing-per-property .price-and-tax{margin-bottom:10px}.pricing-per-property .tier{margin-bottom:5px}.pricing-per-property #pricing-card--essential{padding-top:25px}.pricing-per-property #pricing-card--essential .tier{padding-top:18px;padding-bottom:0;margin-bottom:20px;font-size:24px}.pricing-per-property #pricing-card--essential .price-content{height:160px}.pricing-per-property #pricing-card--essential .tier{font-size:30px}.pricing-per-property .page__heading-content{height:450px}.pricing-per-property .setup-fee{color:#4c6993;text-align:center;margin-bottom:30px}.pricing-per-property .tier-price{font-size:54px;line-height:45px}.pricing-per-property .price-monthly{font-size:32px;line-height:32px;font-weight:700}.pricing-per-property .price-monthly::before{font-size:32px;transform:translate(-26px,2px)}.tier-price{font-size:55px;line-height:55px}.pricing-card:nth-child(1){padding-bottom:0;padding-right:15px}.pricing-card:nth-child(2){padding-bottom:0;max-width:275px}.pricing-card:nth-child(3){padding-left:15px}.pricing-card p{font-size:14px}.pricing-card .column__content{width:100%}.page__footer-content .column__content-wrapper{padding:25px}.page__footer-content .monthly-subscription{padding-right:0}.page__footer-content .onboarding-price{padding-left:0}.page__footer-content .setup-fee{margin:0}.sliderRange{width:56%}.pricing-page .page__heading-skyline{bottom:65px}.pricing-page .page__heading-content .section{padding-top:50px}}@media screen and (min-width:992px){.pricing-per-property .page__heading-content{height:380px}.pricing-per-property .pricing-card--basic{margin-right:20px}.pricing-per-property .pricing-card--premium{margin-left:20px}}