:root{--font-family-default: "DM Sans", sans-serif;--font-family-title: "Gloock", serif;--font-family-subtitle: "Ephesis", cursive;--font-size-default: 15px;--font-size-title: 51px;--font-size-subtitle: 60px;--font-color-default: #434343;--font-color-title: #21014f;--font-color-subtitle: #b4b4b4;--primary: #21014f;--secondary: #b4b4b4;--success: #28a745;--info: #393939;--warning: #ffc107;--danger: #dc3545;--light: #ffffff;--dark: #000000;--default-transition: .3s cubic-bezier(.4, 0, .2, 1)}body{font-family:var(--font-family-default);font-size:var(--font-size-default);background:#fff;color:var(--font-color-default);margin:0}body.overflow-y{overflow-y:auto}body #aios-btt-btn{border-radius:50px;background:var(--light);color:var(--primary)}body #aios-btt-btn:hover{background:var(--primary);color:var(--light)}#main-wrapper{overflow:hidden}.max-container{max-width:1920px;margin:0 auto;padding:0 15px;width:100%}.full-container{width:100%;margin:0 auto;position:relative;z-index:10}.outer-container{max-width:1430px;width:100%;padding:0 15px;margin:0 auto;position:relative;z-index:10}.inner-container{max-width:1170px;width:100%;padding:0 15px;margin:0 auto;position:relative;z-index:10}.hp-btn{font-size:14px;text-transform:uppercase;text-align:center;display:flex;align-items:center;justify-content:center;position:relative;color:var(--info);font-weight:700;background:var(--light);border:1px solid var(--primary);padding:12.5px 15px;transition:var(--default-transition)}.hp-btn:after{content:"";position:absolute;left:-3px;bottom:-3px;width:100%;height:100%;border:1px solid var(--primary);background:var(--primary);z-index:-1;transition:var(--default-transition)}.hp-btn .hp-btn-inner{position:relative;z-index:10}.hp-btn:hover{background:var(--primary);color:var(--light)}.hp-btn:hover:after{border:1px solid var(--primary);background:transparent}.hp-btn.light{background:transparent;color:var(--light);border:1px solid var(--light);font-size:14px;padding:12.5px 15px}.hp-btn.light:after{background:transparent;border:none;border-left:2px solid var(--light);border-bottom:2px solid var(--light)}.hp-btn.light:hover{background:var(--light);color:var(--primary)}.hp-btn.light:hover:after{border-color:var(--primary)}.hp-btn.outlined:after{background:transparent}.section-title{text-align:center;position:relative}.section-title h2{font-size:40px;color:var(--primary);text-transform:uppercase}.section-title h2 span{display:block;text-transform:capitalize;font-family:var(--font-family-subtitle);color:var(--font-color-subtitle);font-size:55px;margin-bottom:-5px}.mobile-logo{display:block;padding:20px;text-align:center;display:flex;align-items:center;justify-content:center;margin-top:52px}.mobile-logo img{max-height:130px;width:auto}#nav,.main-nav{display:flex;align-items:center;width:43.03571428%;transition:var(--default-transition)}#nav:first-of-type,.main-nav:first-of-type{justify-content:flex-start}#nav:last-of-type,.main-nav:last-of-type{justify-content:flex-end}#nav>li,.main-nav>li{position:relative;display:inline-block;margin-left:min(3.86666667vw,58px);transition:var(--default-transition)}#nav>li:first-child,.main-nav>li:first-child{margin-left:0}#nav>li:hover>.sub-menu,.main-nav>li:hover>.sub-menu{opacity:1;visibility:visible;margin-top:0}#nav>li>a,.main-nav>li>a{line-height:1;color:var(--light);padding:2px min(.4vw,6px);position:relative;white-space:nowrap;transition:var(--default-transition);text-transform:uppercase;letter-spacing:.01em;font-size:min(1vw,15px)}#nav>li>a:hover,.main-nav>li>a:hover{color:var(--light)}#nav>li>a:after,.main-nav>li>a:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:0;width:0%;height:1px;background:var(--light);transition:var(--default-transition)}#nav>li:hover>a:after,.main-nav>li:hover>a:after{width:100%}#nav .sub-menu,.main-nav .sub-menu{background:transparent;display:block;opacity:0;visibility:hidden;margin-top:-10px;width:-moz-max-content;width:max-content;left:50%;transform:translate(-50%);padding-top:20px;min-width:min(11vw,165px);position:absolute;list-style:none;transition:var(--default-transition)}#nav .sub-menu a,.main-nav .sub-menu a{color:var(--font-color-default);display:block;padding:min(.5vw,7.5px) min(1vw,15px);text-align:left;font-size:min(1vw,15px);text-transform:uppercase;letter-spacing:.01em;transition:var(--default-transition);text-align:center}#nav .sub-menu a:hover,.main-nav .sub-menu a:hover{background:var(--primary);color:var(--light);text-decoration:none}#nav .sub-menu .sub-menu,.main-nav .sub-menu .sub-menu{margin-left:100%;top:0;left:0;transform:none;min-width:180px}#nav .sub-menu li,.main-nav .sub-menu li{padding:0;width:100%;text-align:center;background:#21014fc9}#nav .sub-menu li:first-child,.main-nav .sub-menu li:first-child{border-top:0}#nav .sub-menu li>a,.main-nav .sub-menu li>a{color:var(--light);transition:var(--default-transition)}#nav .sub-menu li:hover>.sub-menu,.main-nav .sub-menu li:hover>.sub-menu{opacity:1;visibility:visible;margin-top:0}#main-header{position:fixed;z-index:1000;width:100%;padding:min(3.66666667vw,55px) 0 0;transition:var(--default-transition);max-height:165px;display:none}#main-header.header--fixed{background:#e3e3e3;padding:min(.53333333vw,8px) 0;max-height:65px}#main-header.header--fixed .main-logo{max-width:86px;width:6.14285714%}#main-header.header--fixed .main-logo img.fixed-logo{opacity:1}#main-header.header--fixed .main-logo img{opacity:0}#main-header.header--fixed .main-nav{width:46.92857143%}#main-header.header--fixed .main-nav>li>a{color:#747474;font-size:min(.93333333vw,14px)}#main-header.header--fixed .main-nav>li>a:after{background:#747474}#main-header.header--fixed .main-nav .sub-menu{padding-top:25px}#main-header.header--fixed .burger-icon span{background:var(--primary)}#main-header.header--fixed .burger-icon:hover span{background:#747474}#main-header .header-flex{display:flex;align-items:center;justify-content:center}#main-header #main-navigation{width:100%}#main-header #main-navigation>div{display:flex;align-items:center;justify-content:space-between}#main-header .main-logo{position:relative;max-width:195px;width:13.92857143%;transition:var(--default-transition)}#main-header .main-logo img{width:100%;transition:var(--default-transition);opacity:1}#main-header .main-logo img.fixed-logo{position:absolute;left:0;top:0;width:100%;opacity:0}#main-header .burger-menu{max-width:40px;width:6.08828006%;margin-left:9.13242009%}#main-header .burger-icon{position:relative;width:100%;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:min(.53333333vw,8px);cursor:pointer}#main-header .burger-icon span{width:100%;height:3px;background:var(--light);transition:var(--default-transition)}#main-header .burger-icon span:last-child{width:85%}#main-header .burger-icon:hover span{background:var(--primary)}.expanded-menu{position:fixed;z-index:1200;right:-100%;height:100%;width:100%;transition:var(--default-transition);display:none}.expanded-menu.active{right:0}.expanded-menu .expanded-menu-whitespace{width:0%}.expanded-menu .expanded-menu-inner{max-width:100%;min-width:100%;padding:min(3.8vw,57px) 0;height:100%;background:var(--primary);position:relative;overflow:hidden;width:100%;justify-content:center;color:#fff;overflow-y:auto}.expanded-menu .expanded-menu-inner .inner-container{max-width:1080px}.expanded-menu .close-btn{cursor:pointer;font-size:16px;color:#fff;position:absolute;right:min(3.53333333vw,53px);top:min(3.53333333vw,53px);z-index:15;display:flex;align-items:center;justify-content:center;transition:var(--default-transition)}.expanded-menu .close-btn:hover{opacity:.7}.expanded-menu .expanded-bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0}.expanded-menu .expanded-bg canvas{width:100%;background-size:cover;background-position:center center;display:block;height:100%;position:relative;z-index:1;-o-object-fit:cover;object-fit:cover;opacity:.07}.expanded-menu .expanded-logo{max-width:253px;width:25.3%;margin:0 auto min(4.33333333vw,65px)}.expanded-menu #expanded-nav{position:relative;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:min(5.66666667vw,85px) 0}.expanded-menu #expanded-nav>li{width:33.3333333333%}.expanded-menu #expanded-nav>li:first-child,.expanded-menu #expanded-nav>li:nth-child(4){width:36.5%}.expanded-menu #expanded-nav>li:nth-child(2),.expanded-menu #expanded-nav>li:nth-child(5){width:43.5%}.expanded-menu #expanded-nav>li:nth-child(3),.expanded-menu #expanded-nav>li:last-child{width:20%}.expanded-menu #expanded-nav>li>a{color:var(--light);font-family:var(--font-family-title);text-transform:uppercase;font-size:min(1.66666667vw,25px);letter-spacing:.01em;transition:var(--default-transition)}.expanded-menu #expanded-nav>li>a:hover{opacity:.7}.expanded-menu #expanded-nav .sub-menu{width:100%;margin-top:min(1.33333333vw,20px)}.expanded-menu #expanded-nav .sub-menu li{margin-top:min(1vw,15px)}.expanded-menu #expanded-nav .sub-menu li a{font-size:min(1vw,15px);text-transform:uppercase;color:#b6b6b6;transition:var(--default-transition)}.expanded-menu #expanded-nav .sub-menu li a:hover{color:var(--light)}#main-footer{position:relative;width:100%;text-align:center;color:var(--light)}#main-footer .footer-bg{position:absolute;left:0;top:0;width:100%;height:100%}#main-footer .footer-bg canvas{width:100%;background-size:cover;background-position:center center;display:block;height:100%;position:relative;z-index:1;-o-object-fit:cover;object-fit:cover}#main-footer .footer-bg:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;background:var(--primary);opacity:.92}#main-footer .footer-top{padding:100px 0 75px;border-bottom:1px solid rgba(255,255,255,.13);position:relative;z-index:10}#main-footer .footer-logo{max-width:341px;width:100%;margin:0 auto 35px}#main-footer .footer-contact{width:100%;margin:0 auto 40px}#main-footer .fc-flex{display:flex;align-items:center;justify-content:center;gap:30px;flex-direction:column}#main-footer .fc-contact{display:flex;align-items:flex-start;justify-content:center;gap:13px;font-size:15px;line-height:1.3}#main-footer .fc-contact .ai-phone{font-size:11px;margin-top:3px}#main-footer .fc-contact .ai-envelope-f{font-size:9px;margin-top:5px}#main-footer .fc-contact .ai-font-location-c{font-size:16px;margin-top:2px}#main-footer .fc-contact a{transition:var(--default-transition)}#main-footer .fc-contact a:hover{color:var(--secondary)}#main-footer .footer-smi{display:flex;align-items:center;justify-content:center;gap:25px}#main-footer .footer-smi a{transition:var(--default-transition);font-size:23px}#main-footer .footer-smi a:hover{color:var(--secondary)}#main-footer .footer-bottom{position:relative;z-index:10;padding:35px 0 25px}#main-footer .footer-navigation{margin-bottom:15px}#main-footer .footernav{display:flex;align-items:center;justify-content:center;gap:15px;flex-direction:column}#main-footer .footernav a{font-size:15px;text-transform:uppercase;letter-spacing:.01em;transition:var(--default-transition)}#main-footer .footernav a:hover{color:var(--secondary)}#main-footer .footer-disclaimer{margin-bottom:20px;font-size:13px;line-height:2;letter-spacing:.001em}#main-footer .footer-disclaimer a{transition:var(--default-transition)}#main-footer .footer-disclaimer a:hover{color:var(--secondary)}#main-footer .footer-copyright{margin-bottom:15px;font-size:13px;line-height:1.5}#main-footer .footer-copyright a{transition:var(--default-transition)}#main-footer .footer-copyright a:hover{color:var(--secondary)}#main-footer .footer-mls{display:flex;align-items:center;justify-content:center;font-size:21px;gap:7px}body #pojo-a11y-toolbar{bottom:0!important;top:auto!important}body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{top:auto!important;bottom:0!important;height:50px!important}button:focus-visible,a:focus-visible{outline-style:solid!important;outline-width:5px!important;outline-color:red!important;transition:none!important}#pojo-a11y-toolbar .pojo-a11y-btn-grayscale,#pojo-a11y-toolbar .pojo-a11y-btn-light-background,#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast{display:none!important}.site-container{max-width:1440px;margin-left:auto;margin-right:auto}.latestnews__intro .heading-1{font-size:40px!important;font-weight:400;font-family:var(--font-color-title)}#ap-ascend-blog-template .template__archive .latestnews__intro h1{display:none!important}#ap-ascend-blog-template .template__archive .latestnews__item h1 a,#ap-ascend-blog-template .template__archive .latestnews__item h2 a,#ap-ascend-blog-template .template__archive .latestnews__item h3 a,#ap-ascend-blog-template .template__archive .latestnews__item h4 a,#ap-ascend-blog-template .template__archive .latestnews__item h5 a,#ap-ascend-blog-template .template__archive .latestnews__item h6 a,#ap-ascend-blog-template .template__archive .latestnews__item .heading-1 a,#ap-ascend-blog-template .template__archive .latestnews__item .heading-2 a,#ap-ascend-blog-template .template__archive .latestnews__item .heading-3 a,#ap-ascend-blog-template .template__archive .latestnews__item .heading-4 a,#ap-ascend-blog-template .template__archive .latestnews__item .heading-5 a,#ap-ascend-blog-template .template__archive .latestnews__item .heading-6 a{font-size:18px!important;font-weight:400!important;font-family:var(--font-family-default)!important}#ip-equinox-contact .ip-equinox-contact__image img{-o-object-fit:contain;object-fit:contain}#main-fa{position:relative;width:100%;padding:50px 0}#main-fa .fa-left{position:relative;width:59.75%;display:none}#main-fa .map-container{width:956px}#main-fa #map-transparent{width:956px;height:1000px;position:absolute;top:0;left:0;z-index:4}#main-fa #trueMap{display:block;width:100%;max-width:100%}#main-fa .map-hovers{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}#main-fa .map-hovers>div{position:absolute;left:0;top:0;transition:var(--default-transition)}#main-fa .map-hovers>div.active{z-index:5}#main-fa .map-hovers>div.active .map-pin{opacity:1}#main-fa .map-hovers>div.active .map-pin h3{-webkit-text-stroke:3px #0b001b;paint-order:stroke fill;text-shadow:-3px -3px 0 #0b001b,3px -3px 0 #0b001b,-3px 3px 0 #0b001b,3px 3px 0 #0b001b}#main-fa .map-hovers>div.active .map-img{opacity:1}#main-fa .map-hovers>div .map-img{opacity:0;transition:all .3s ease-in-out}#main-fa .map-hovers>div .map-img img{width:100%}#main-fa .map-hovers>div .map-pin{position:absolute;top:0;left:0;width:auto;height:auto;transition:var(--default-transition);z-index:5;display:block;text-align:center}#main-fa .map-hovers>div .map-pin h3{font-size:20px;color:var(--light);text-shadow:-3px -3px 0 #272727,3px -3px 0 #272727,-3px 3px 0 #272727,3px 3px 0 #272727;text-transform:uppercase;letter-spacing:4px;line-height:1.1;font-family:var(--font-family-default);font-weight:600}#main-fa .map-hovers>div.seminole-county .map-pin{left:485px;top:378px}#main-fa .map-hovers>div.seminole-county.active .map-pin{top:358px}#main-fa .map-hovers>div.orange-county .map-pin{left:490px;top:500px}#main-fa .map-hovers>div.orange-county.active .map-pin{top:480px}#main-fa .map-hovers>div.volusia-county .map-pin{left:368px;top:150px}#main-fa .map-hovers>div.volusia-county.active .map-pin{top:130px}#main-fa .map-hovers>div.brevard-county .map-pin{left:650px;top:515px}#main-fa .map-hovers>div.brevard-county.active .map-pin{top:495px}#main-fa .map-hovers>div.lake-county .map-pin{left:295px;top:265px}#main-fa .map-hovers>div.lake-county.active .map-pin{top:245px}#main-fa .map-hovers>div.osceola-county .map-pin{left:475px;top:765px}#main-fa .map-hovers>div.osceola-county.active .map-pin{top:745px}#main-fa .map-text>div{position:absolute;z-index:1;top:0;left:0}#main-fa .map-text>div.active{z-index:5}#main-fa .map-text>div>div{position:absolute;width:-moz-max-content;width:max-content;transition:var(--default-transition)}#main-fa .map-text div>a{display:flex;align-items:center;justify-content:center;color:var(--light);text-transform:uppercase;font-weight:700;line-height:1.3;letter-spacing:2px;gap:3px;flex-direction:column;font-size:8px;text-align:center;transition:var(--default-transition);-webkit-text-stroke:3px #272727;paint-order:stroke fill}#main-fa .map-text div>a:hover{opacity:.7}#main-fa .map-text div>a:before{content:"";width:8px;height:8px;background:var(--light);display:block;border:2px solid #272727;border-radius:50px}#main-fa .map-text .active div>a{-webkit-text-stroke:3px #0b001b}#main-fa .map-text .active div>a:before{border-color:#0b001b}#main-fa .map-text .mt-sanford{left:452px;top:360px}#main-fa .map-text .mt-sanford a{flex-direction:row!important;gap:5px!important}#main-fa .map-text .active .mt-sanford{top:340px}#main-fa .map-text .mt-lake-mary{left:383px;top:365px}#main-fa .map-text .mt-lake-mary a{flex-direction:row-reverse!important}#main-fa .map-text .active .mt-lake-mary{top:345px}#main-fa .map-text .mt-oviedo{left:498px;top:438px}#main-fa .map-text .mt-oviedo a{flex-direction:row!important}#main-fa .map-text .active .mt-oviedo{top:418px}#main-fa .map-text .mt-winter-springs{left:431px;top:396px}#main-fa .map-text .mt-winter-springs a{flex-direction:column-reverse!important}#main-fa .map-text .active .mt-winter-springs{top:376px}#main-fa .map-text .mt-altamonte-springs{left:357px;top:404px}#main-fa .map-text .mt-altamonte-springs a{flex-direction:column-reverse!important}#main-fa .map-text .active .mt-altamonte-springs{top:384px}#main-fa .map-text .mt-casselberry{left:396px;top:430px}#main-fa .map-text .active .mt-casselberry{top:410px}#main-fa .map-text .mt-orlando{left:417px;top:548px}#main-fa .map-text .active .mt-orlando{top:528px}#main-fa .map-text .mt-apopka{left:305px;top:425px}#main-fa .map-text .active .mt-apopka{top:405px}#main-fa .map-text .mt-winter-garden{left:310px;top:475px}#main-fa .map-text .mt-winter-garden a{flex-direction:row!important}#main-fa .map-text .active .mt-winter-garden{top:455px}#main-fa .map-text .mt-winter-park{left:423px;top:465px}#main-fa .map-text .mt-winter-park a{flex-direction:row!important}#main-fa .map-text .active .mt-winter-park{top:445px}#main-fa .map-text .mt-windermere{left:295px;top:515px}#main-fa .map-text .active .mt-windermere{top:495px}#main-fa .map-text .mt-doctor-phillips{left:307px;top:558px}#main-fa .map-text .active .mt-doctor-phillips{top:538px}#main-fa .map-text .mt-daytona-beach{left:492px;top:142px}#main-fa .map-text .active .mt-daytona-beach{top:122px}#main-fa .map-text .mt-deland{left:422px;top:235px}#main-fa .map-text .active .mt-deland{top:215px}#main-fa .map-text .mt-deltona{left:496px;top:295px}#main-fa .map-text .active .mt-deltona{top:275px}#main-fa .map-text .mt-ormond-beach{left:490px;top:87px}#main-fa .map-text .active .mt-ormond-beach{top:67px}#main-fa .map-text .mt-new-smyrna-beach{left:545px;top:232px}#main-fa .map-text .active .mt-new-smyrna-beach{top:212px}#main-fa .map-text .mt-melbourne{left:703px;top:720px}#main-fa .map-text .active .mt-melbourne{top:700px}#main-fa .map-text .mt-palm-bay{left:707px;top:790px}#main-fa .map-text .active .mt-palm-bay{top:770px}#main-fa .map-text .mt-titusville{left:663px;top:470px}#main-fa .map-text .mt-titusville a{flex-direction:row!important}#main-fa .map-text .active .mt-titusville{top:450px}#main-fa .map-text .mt-merritt-island{left:665px;top:572px}#main-fa .map-text .mt-merritt-island a{flex-direction:row-reverse!important}#main-fa .map-text .active .mt-merritt-island{top:552px}#main-fa .map-text .mt-cocoa-beach{left:715px;top:605px}#main-fa .map-text .active .mt-cocoa-beach{top:585px}#main-fa .map-text .mt-cape-canaveral{left:758px;top:565px}#main-fa .map-text .mt-cape-canaveral a{flex-direction:row!important;text-align:left!important}#main-fa .map-text .active .mt-cape-canaveral{top:545px}#main-fa .map-text .mt-leesburg{left:137px;top:396px}#main-fa .map-text .active .mt-leesburg{top:376px}#main-fa .map-text .mt-mount-dora{left:297px;top:346px}#main-fa .map-text .mt-mount-dora a{flex-direction:row!important}#main-fa .map-text .active .mt-mount-dora{top:326px}#main-fa .map-text .mt-eustis{left:257px;top:320px}#main-fa .map-text .mt-eustis a{flex-direction:column-reverse!important}#main-fa .map-text .active .mt-eustis{top:300px}#main-fa .map-text .mt-groveland{left:130px;top:450px}#main-fa .map-text .mt-groveland a{flex-direction:row-reverse!important}#main-fa .map-text .active .mt-groveland{top:430px}#main-fa .map-text .mt-minneola{left:218px;top:455px}#main-fa .map-text .active .mt-minneola{top:435px}#main-fa .map-text .mt-clermont{left:188px;top:505px}#main-fa .map-text .mt-clermont a{flex-direction:row-reverse!important}#main-fa .map-text .active .mt-clermont{top:485px}#main-fa .map-text .mt-kissimmee{left:346px;top:632px}#main-fa .map-text .mt-kissimmee a{gap:5px!important}#main-fa .map-text .active .mt-kissimmee{top:612px}#main-fa .map-text .mt-st-cloud{left:448px;top:651px}#main-fa .map-text .mt-st-cloud a{flex-direction:row!important}#main-fa .map-text .active .mt-st-cloud{top:631px}#main-fa .map-text .mt-celebration{left:246px;top:610px}#main-fa .map-text .mt-celebration a{flex-direction:row-reverse!important}#main-fa .map-text .active .mt-celebration{top:590px}#main-fa .fa-right{position:relative;max-width:536px;margin:0 auto}#main-fa .fa-right .fa-box{background:var(--light);box-shadow:0 3px 28.5px #00000017;padding:70px 15px 90px}#main-fa .fa-right .fab-inner{max-width:330px;margin:0 auto;width:100%}#main-fa .fa-right .fa-title{text-align:left;margin-bottom:60px}#main-fa .fa-right .map-properties{display:flex;flex-direction:column;gap:20px}#main-fa .fa-right .map-properties li a{display:flex;align-items:center;padding:7px 0;gap:19px;font-size:22px;text-transform:uppercase;font-weight:600;color:#858585;width:-moz-max-content;width:max-content;border-bottom:1px solid transparent;transition:var(--default-transition)}#main-fa .fa-right .map-properties li a i{width:15px;height:20px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAUCAMAAABlGZcgAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAMNQTFRFAAAAIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPIQFPH2NQCwAAAEF0Uk5TAC2WyPXaq2ACfv3/thWe2QxEjLjgkb32CfvEdUocUQPydAj+Z/xm5CkLqT+X0e8FQZzSLEfwF2W8r+oUEedDPYT1GFTEAAAA0ElEQVR4nE2PUUsCURSEv8HAFCkXTVbWJTEIVpQifBGE/noEQQUV9GJREIWKIIhoYQmWZ3d1cx7uzHe43DNXmBTrJ4ywa5F4PAt5b8laO5oIZ0Gi9FgUvi1kpC+znORqCvu/Q7yJDRz5Y7PCBxxqBCXVNITyK+QPBuCJ4hwqegr0bherovFm7ma7abMja3L68r/v+MH6nD1v8C+4M251N5yahn3jRqa6biP2F58RN26i/9kz/fBsXrNm2o9woquEO7p3vUsS5rznX7DFOPN4yQpN4C3qoWRTiQAAAABJRU5ErkJggg==) no-repeat center center/contain}#main-fa .fa-right .map-properties li a:hover,#main-fa .fa-right .map-properties li.active a{color:var(--primary);border-bottom:1px solid var(--primary)}.post-page-map-search #inner-page-wrapper .inner-page-container.max-container{max-width:100%;padding:0}.not-mobile-only{display:none}.mobile-only{display:block}.post-page-tool-home-valuation .innerhero{display:none}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-steps-wrap{align-items:flex-start;min-height:auto}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-steps-container{padding-right:20px;padding-left:20px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-title h2{max-width:375px;margin:0 auto;font-size:36px;line-height:40px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-title p{max-width:490px;margin:0 auto;font-weight:300;font-size:14px;line-height:24px;text-align:center;letter-spacing:inherit;padding:16px 0 0;text-transform:capitalize}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-process-warp{padding-top:32px;padding-bottom:32px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-step-1{padding-right:0;padding-left:0}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-step-3{padding:20px;margin:0 auto}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-step-3-wrap .aios-home-valuation-agent-photo{width:45%}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-property-search{display:flex;flex-direction:column;position:relative!important;padding:0;max-width:729px;height:auto;margin:0 auto;overflow:hidden;border-radius:16px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-property-search i{display:inline-block!important;font-size:23px;top:26px;left:20px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-property-search input[type=text]{margin-left:0;padding:16px 24px 16px 52px;height:56px;font-size:14px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-property-search input[type=text].aios-home-valuation-city-state{padding:16px 24px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-search-wrap{display:inline-flex;flex-direction:column;padding:0}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-next{max-width:initial;font-family:var(--font-family-default);font-weight:500;font-size:16px;line-height:25px;letter-spacing:.17em;border-radius:0;height:56px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer{flex-direction:row;justify-content:center;align-items:flex-start;gap:0}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps{max-width:90px;width:auto}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps .aios-home-valuation-icon{background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='17' height='25' viewBox='0 0 17 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.50065 0.833008C3.98565 0.833008 0.333984 4.48467 0.333984 8.99967C0.333984 15.1247 8.50065 24.1663 8.50065 24.1663C8.50065 24.1663 16.6673 15.1247 16.6673 8.99967C16.6673 4.48467 13.0157 0.833008 8.50065 0.833008ZM8.50065 11.9163C6.89065 11.9163 5.58398 10.6097 5.58398 8.99967C5.58398 7.38967 6.89065 6.08301 8.50065 6.08301C10.1107 6.08301 11.4173 7.38967 11.4173 8.99967C11.4173 10.6097 10.1107 11.9163 8.50065 11.9163Z' fill='white'/%3E%3C/svg%3E%0A");border-width:1px;width:62px;height:62px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps .aios-home-valuation-icon i{display:none}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps-2 .aios-home-valuation-icon{background-image:url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.43813 11.4375L18.0319 0.84375C18.2819 0.59375 18.5735 0.46875 18.9069 0.46875C19.2402 0.46875 19.5319 0.59375 19.7819 0.84375C20.0319 1.09375 20.1569 1.39063 20.1569 1.73438C20.1569 2.07813 20.0319 2.375 19.7819 2.625L8.31313 14.125C8.06313 14.375 7.77146 14.5 7.43813 14.5C7.10479 14.5 6.81313 14.375 6.56313 14.125L1.18813 8.75C0.938125 8.5 0.818333 8.20312 0.82875 7.85938C0.839167 7.51562 0.969375 7.21875 1.21938 6.96875C1.46938 6.71875 1.76625 6.59375 2.11 6.59375C2.45375 6.59375 2.75062 6.71875 3.00062 6.96875L7.43813 11.4375Z' fill='white'/%3E%3C/svg%3E%0A")}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps-3 .aios-home-valuation-icon{background-image:url("data:image/svg+xml,%3Csvg width='13' height='23' viewBox='0 0 13 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.53139 22.749C6.17723 22.749 5.88035 22.6292 5.64077 22.3896C5.40119 22.1501 5.28139 21.8532 5.28139 21.499V20.0615C4.34389 19.8532 3.52098 19.4886 2.81264 18.9678C2.10431 18.4469 1.53139 17.7178 1.09389 16.7803C0.948061 16.4886 0.942853 16.1813 1.07827 15.8584C1.21369 15.5355 1.45848 15.3011 1.81264 15.1553C2.10431 15.0303 2.40639 15.0355 2.71889 15.1709C3.03139 15.3063 3.27098 15.5303 3.43764 15.8428C3.79181 16.4678 4.23973 16.9417 4.78139 17.2646C5.32306 17.5876 5.98973 17.749 6.78139 17.749C7.63556 17.749 8.35952 17.5563 8.95327 17.1709C9.54702 16.7855 9.84389 16.1865 9.84389 15.374C9.84389 14.6449 9.61473 14.0667 9.15639 13.6396C8.69806 13.2126 7.63556 12.7282 5.96889 12.1865C4.17723 11.624 2.94806 10.9521 2.28139 10.1709C1.61473 9.38965 1.28139 8.43652 1.28139 7.31152C1.28139 5.95736 1.71889 4.90527 2.59389 4.15527C3.46889 3.40527 4.36473 2.97819 5.28139 2.87402V1.49902C5.28139 1.14486 5.40119 0.847982 5.64077 0.608398C5.88035 0.368815 6.17723 0.249023 6.53139 0.249023C6.88556 0.249023 7.18244 0.368815 7.42202 0.608398C7.6616 0.847982 7.78139 1.14486 7.78139 1.49902V2.87402C8.57306 2.99902 9.26056 3.25423 9.84389 3.63965C10.4272 4.02506 10.9064 4.49902 11.2814 5.06152C11.4689 5.33236 11.5054 5.63444 11.3908 5.96777C11.2762 6.30111 11.0418 6.54069 10.6876 6.68652C10.396 6.81152 10.0939 6.81673 9.78139 6.70215C9.46889 6.58756 9.17723 6.38444 8.90639 6.09277C8.63556 5.80111 8.31785 5.57715 7.95327 5.4209C7.58869 5.26465 7.13556 5.18652 6.59389 5.18652C5.67723 5.18652 4.97931 5.38965 4.50014 5.7959C4.02098 6.20215 3.78139 6.70736 3.78139 7.31152C3.78139 7.99902 4.09389 8.54069 4.71889 8.93652C5.34389 9.33236 6.42723 9.74902 7.96889 10.1865C9.40639 10.6032 10.4949 11.2646 11.2345 12.1709C11.9741 13.0771 12.3439 14.124 12.3439 15.3115C12.3439 16.7907 11.9064 17.9157 11.0314 18.6865C10.1564 19.4574 9.07306 19.9365 7.78139 20.124V21.499C7.78139 21.8532 7.6616 22.1501 7.42202 22.3896C7.18244 22.6292 6.88556 22.749 6.53139 22.749Z' fill='white'/%3E%3C/svg%3E%0A")}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps h6,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps p{font-family:var(--font-family-default);font-weight:400;font-size:12px;line-height:25px;text-align:center;text-transform:uppercase;text-shadow:0px 4px 44px rgba(0,0,0,.29)}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps p{font-size:16px;text-transform:none;font-weight:300;text-transform:uppercase}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps.active .aios-home-valuation-icon{color:var(--secondary-text-color, #fff);border-color:var(--secondary-text-color, #fff)}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps.active h6,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps.active p{color:var(--secondary-text-color, #fff)}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps.aios-valuation-arrow{background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.675 9.5H0.5V7.5H12.675L7.075 1.9L8.5 0.5L16.5 8.5L8.5 16.5L7.075 15.1L12.675 9.5Z' fill='white'/%3E%3C/svg%3E%0A");width:42px;height:62px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps.aios-valuation-arrow:before,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-footer-steps.aios-valuation-arrow .ai-font-arrow-b-n{display:none}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-zillow-copyright{font-family:var(--font-family-default);font-weight:400;font-size:14px;line-height:25px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info h3,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-map h3{font-weight:400;font-size:24px;line-height:30px;color:var(--secondary-text-color, #fff);text-shadow:none!important}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info h3{color:var(--primary-text-color, #000);padding:0!important}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info p{padding:0!important;margin:0 0 30px!important}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info .aios-home-valuation-api-result{overflow:scroll;padding-bottom:30px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info .aios-home-valuation-api-result br{display:none}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info .aios-home-valuation-button{display:flex;align-items:center;justify-content:center;gap:7px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info .aios-home-valuation-button a,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info .aios-home-valuation-info{font-family:var(--font-family-default);font-weight:500;font-size:16px;line-height:25px;letter-spacing:.17em;border-radius:16px;width:100%;text-align:center;margin:0}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info .aios-home-valuation-button a:hover,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info .aios-home-valuation-button a:focus,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info .aios-home-valuation-info:hover,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info .aios-home-valuation-info:focus{background-color:var(--primary-color, #000);color:var(--secondary-text-color, #fff)}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-map-cont{margin-bottom:30px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form{padding:0!important;margin:0 0 30px!important}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-text p{font-family:var(--font-family-default);font-weight:400;font-size:14px;line-height:25px;color:var(--secondary-text-color, #fff)}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-row input,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-row textarea,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-row select{font-family:var(--font-family-title);font-weight:500;font-size:16px;line-height:25px;letter-spacing:.17em;border-radius:0}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-row input[type=submit]{max-width:100%;width:100%;margin:0!important;font-family:var(--font-family-default)}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-row input[type=submit]:hover,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-row input[type=submit]:focus{background-color:var(--primary-color, #000);color:var(--secondary-text-color, #fff)}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-row.aios-home-valuation-button-input{position:relative;padding:10px 0}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-row.aios-home-valuation-button-input .wpcf7-spinner{position:absolute;top:25px;right:15px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-col{margin:0;padding:10px 0}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation .wpcf7-response-output{margin:20px 0 0!important;font-size:14px}.aiosp-wrap .aiosTestimonialsEquinox__content--text,#aios-testimonials-equinox .aiosTestimonialsEquinox__content--text{font-weight:var(--font-weight-default);font-size:14px;line-height:24px}.aiosp-wrap .aiosTestimonialsEquinox__content h3,#aios-testimonials-equinox .aiosTestimonialsEquinox__content h3{font-family:var(--font-family-default);font-weight:400;font-size:14px;line-height:16px;letter-spacing:.12em}#inner-page-wrapper .community-content h2{font-size:40px;line-height:1!important}#inner-page-wrapper .community-content h2,#inner-page-wrapper .community-content h3,#inner-page-wrapper .community-content h4,#inner-page-wrapper .community-content h5,#inner-page-wrapper .community-content h6{margin-bottom:16px!important;line-height:1.2}#inner-page-wrapper .aiosAgentsEquinox__agent--position{font-weight:300}#ip-equinox-about .ip-equinox-about__content .about__title h2 strong{font-size:36px!important}.post-page-our-team .globForm h2{display:block;text-align:center}.post-page-our-team .globForm h2 strong{font-size:36px}.post-page-our-team .globForm__field--button{max-width:initial;display:flex;justify-content:center}.post-page-our-team .globForm__image{display:none}.error404 .error-page-content-wrapper .error-page-cf-wrap .wpcf7 form.use-floating-validation-tip .wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;width:auto}.error404 .error-page-content-wrapper .error-page-cf-wrap .wpcf7 form .wpcf7-response-output{text-align:center;margin:10px auto 0}.error404 .error-page-content-wrapper .error-page-cf-wrap .wpcf7 form .wpcf7-spinner{position:absolute;bottom:-30px;left:0;right:0;margin:0 auto}.error404 .error-page-content-wrapper .error-page-cf-wrap .error-forms textarea{height:104px}.post-page-our-socials h2,.post-page-our-socials .h2 .heading-2{font-size:34px!important}.post-page-our-socials #inner-page-wrapper .inner-page-container{padding:40px 16px}.post-page-our-socials .max-container{max-width:1440px;margin-left:auto;margin-right:auto}@media screen and (min-width:568px){.section-title h2{font-size:51px}.section-title h2 span{font-size:65px}}@media screen and (min-width:744px){.post-page-our-socials h2,.post-page-our-socials .h2 .heading-2{font-size:38px!important}.post-page-our-socials #inner-page-wrapper .inner-page-container{padding:60px 40px}.not-mobile-only{display:block}.mobile-only{display:none}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-steps-wrap{align-items:center;min-height:768px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-title h2{font-size:40px;line-height:46px;max-width:100%}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-title p{max-width:100%;padding:5px 0 0}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-property-search{flex-direction:row;border-radius:19px;overflow:visible}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-property-search input[type=text].aios-home-valuation-address-search{border-top-left-radius:16px;border-bottom-left-radius:16px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-property-search input[type=text].aios-home-valuation-city-state{border-left:solid 1px #AAAAAA!important}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-search-wrap{flex-direction:row}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-next{max-width:112px;border-top-right-radius:16px;border-bottom-right-radius:16px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info h3,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-map h3{line-height:28px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-row.aios-home-valuation-button-input,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-col{padding:10px}#ip-equinox-about .ip-equinox-about__content .about__title h2 strong{font-size:40px!important}.post-page-our-team .globForm h2 strong{font-size:40px}.post-page-our-team .globForm__field--button input{max-width:300px}}@media screen and (min-width:768px){.hp-btn.light{font-size:19px;padding:19.5px 15px}#main-fa .fa-right .fa-box{padding:70px 50px 90px}}@media screen and (min-width:992px){body.overflow-y{overflow-y:hidden}.outer-container{max-width:1480px;padding:0 40px}.inner-container{max-width:1220px;padding:0 40px}.hp-btn{font-size:min(.93333333vw,14px);padding:min(.83333333vw,12.5px) min(1vw,15px)}.hp-btn.light{font-size:min(1.26666667vw,19px);padding:min(1.3vw,19.5px) min(1vw,15px)}.section-title h2{font-size:min(3.4vw,var(--font-size-title))}.section-title h2 span{font-size:min(4vw,var(--font-size-subtitle));margin-bottom:min(-.33333333vw,-5px)}.mobile-logo{display:none}#main-header{display:flex;align-items:center;justify-content:center}.expanded-menu{display:flex;align-items:stretch}#main-footer .footer-top{padding:min(6.66666667vw,100px) 0 min(5vw,75px)}#main-footer .footer-logo{width:29.9122807%;margin:0 auto min(2.33333333vw,35px)}#main-footer .footer-contact{margin:0 auto min(2.66666667vw,40px)}#main-footer .fc-flex{gap:min(2vw,30px);flex-direction:row}#main-footer .fc-contact{gap:min(.86666667vw,13px);font-size:min(1vw,15px);align-items:center}#main-footer .fc-contact i{margin-top:0!important}#main-footer .fc-contact .ai-phone{font-size:min(.73333333vw,11px)}#main-footer .fc-contact .ai-envelope-f{font-size:min(.6vw,9px)}#main-footer .fc-contact .ai-font-location-c{font-size:min(1.06666667vw,16px)}#main-footer .footer-smi{gap:min(1.66666667vw,25px)}#main-footer .footer-smi a{font-size:min(1.53333333vw,23px)}#main-footer .footer-bottom{padding:min(2.33333333vw,35px) 0 min(1.66666667vw,25px)}#main-footer .footer-navigation{margin-bottom:min(1vw,15px)}#main-footer .footernav{gap:min(4.33333333vw,65px);flex-direction:row}#main-footer .footernav a{font-size:min(1vw,15px)}#main-footer .footer-disclaimer{margin-bottom:min(1.33333333vw,20px);font-size:min(.86666667vw,13px)}#main-footer .footer-copyright{margin-bottom:min(1vw,15px);font-size:min(.86666667vw,13px)}#main-footer .footer-mls{font-size:min(1.4vw,21px);gap:min(.46666667vw,7px)}#main-fa{padding:0}#main-fa .fa-left{display:block}#main-fa .fa-right{position:absolute;top:14.3%;left:57.75%;width:33.5%;z-index:10;margin:0}#main-fa .fa-right .fa-box{padding:min(4.66666667vw,70px) min(6.66666667vw,100px) min(6vw,90px)}#main-fa .fa-right .fa-title{margin-bottom:min(4vw,60px)}#main-fa .fa-right .map-properties{gap:min(1.33333333vw,20px)}#main-fa .fa-right .map-properties li a{padding:min(.46666667vw,7px) 0;gap:min(1.26666667vw,19px);font-size:min(1.46666667vw,22px)}#main-fa .fa-right .map-properties li a i{width:min(1vw,15px);height:min(1.33333333vw,20px)}}@media screen and (min-width:1024px){.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-form-steps-wrap{min-height:100vh}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-title h2{max-width:100%}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-property-search{max-width:860px}.post-page-our-team .globForm__form{max-width:432px;margin:0 auto}}@media screen and (min-width:1280px){.post-page-our-socials h2,.post-page-our-socials .h2 .heading-2{font-size:42px!important}.post-page-our-socials #inner-page-wrapper .inner-page-container{padding:60px 90px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-title h2{font-size:48px;line-height:48px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-title p{max-width:799px}.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-info h3,.post-page-tool-home-valuation #aios-home-valuation-wrap .aios-home-valuation-map h3{font-size:28px;line-height:34px}#inner-page-wrapper .community-content h2{font-size:48px;margin-bottom:24px!important}#inner-page-wrapper .community-content h2,#inner-page-wrapper .community-content h3,#inner-page-wrapper .community-content h4,#inner-page-wrapper .community-content h5,#inner-page-wrapper .community-content h6{margin-bottom:24px!important}#ip-equinox-about .ip-equinox-about__content .about__title h2 strong{font-size:48px!important}.post-page-our-team .globForm h2 strong{font-size:48px}.post-page-our-team .globForm__form{max-width:478px;padding-right:0;padding-left:0}}
