{"themeOptions": {"name": "blue", "customTheme": {"navbarTheme": {"textColor": "#ffffff", "textHoverColor": "#ffffff", "background": "--blue-color-90", "textHoverBackground": "rgba(0,0,0,0.15)"}}}, "TALENT_ACQUISITION": {"themeOptions": {"name": "blue", "customTheme": {"navbarTheme": {"textColor": "#ffffff", "textHoverColor": "#ffffff", "background": "--blue-color-90", "textHoverBackground": "rgba(0,0,0,0.15)"}}}}, "JIE": {"themeOptions": {"name": "blue", "customTheme": {"navbarTheme": {"textColor": "#ffffff", "textHoverColor": "#ffffff", "background": "--blue-color-90", "textHoverBackground": "rgba(0,0,0,0.15)"}}}}, "CANDIDATE_EXPERIENCE": {"themeOptions": {"name": "blue", "customTheme": {"navbarTheme": {"textColor": "#ffffff", "textHoverColor": "#ffffff", "background": "#2C8CC9", "textHoverBackground": "rgba(0,0,0,0.1)"}}}}, "domain": "zillowgroup.com", "configPath": "", "updatePath": "PCS>"}
{"domain": "zillowgroup.com", "user": "", "isWillingToRelocate": false, "isUserAuthenticated": false, "isUserETXCandidate": false, "isDomainETX": false, "isDomainVeteran": false, "signUpConfig": {}, "getHelpButton": {}, "isCareerPlannerEnabled": false, "enableRememberMeOption": false, "isMyApplicationsEnabled": false, "showVeteranEmployerSignUp": false, "enableUserPreferenceSelection": false, "isUserPreferenceApplied": false, "candidate": {"enc_id": 0, "fullname": "", "firstname": "", "lastname": "", "skills": [], "email": "", "phone": "", "location": "", "filename": null, "starred_positions": [], "resumeUrl": "", "onboardingCompleted": false, "isUserInPcsIjp": false, "linkedinUrl": ""}, "branding": {"postTalentNetworkText": "We\u2019re so happy you\u2019re here. We\u2019ll be in touch soon with our most recent updates and career opportunities. If you\u2019re interested in a career today, check out our list of our current open roles on our career page below.", "enableTalentNetwork": 1, "showJobId": 1, "hideJobCart": true, "companyName": "Zillow Group", "postApplyText": "Thank you for your interest in Zillow Group and for taking the time to apply.We\u2019ll review your application shortly to learn more about you, your experience and skills, and will be in touch if your qualifications match our needs for the role. ", "homePageHeroBanner": {"hideInMobileView": true, "image": "https://static.vscdn.net/images/careers/demo/zillowgroup/1662074177::new-zillow-banner-image.png", "title": "Join us as we reimagine real estate."}, "page_image": "https://static.vscdn.net/images/careers/demo/zillowgroup/1649860732::Zillow+Group+Social", "favicons": {"favicon": "https://static.vscdn.net/images/careers/demo/zillowgroup-sandbox/zg_favicons.png"}, "privacy": {"text": "I have read and agree to Zillow Group's Data <a href=\"https://www.zillow.com/careers/disclosure/\" target=\"_blank\">Disclosure</a>.", "button": "Agree"}, "navBar": {"bgColor": "#001751", "opacity": 1, "image": "", "link": "https://www.zillowgroup.com/"}, "custom_html": {"header": "<style>\n.navbar {display: none !important;}\n\n/* header */\n\n.headerZillow {\n background-color: #fff;\n box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);\n position: absolute;\n width: 100%;\n z-index: 999;\n\n}\n\n.headerZillow ul {\n margin: 0;\n padding: 0;\n list-style: none;\n overflow: hidden;\n background-color: #fff;\n float: right;\n text-align: right !important;\n}\n\n.headerZillow li a {\n display: block;\n padding-right: 18px;\n padding-top: 40px;\n border-right: 1px solid #ffffff;\n text-decoration: none;\n font-size: 16px !important;\n font-weight: 400;\n line-height: 32px;\n color: #333 !important;\n}\n\n.headerZillow li a:hover,\n.headerZillow .menu-btn:hover {\n background-color: #ffffff;\n color: #006AFF !important;\n}\n\n.headerZillow .logo {\n display: block;\n float: left;\n font-size: 2em;\n padding: 10px 20px;\n text-decoration: none;\n}\n\n/* menu */\n\n.headerZillow .menu {\n clear: both;\n max-height: 0;\n transition: max-height .2s ease-out;\n padding-right: 10px;\n}\n\n.logo > img {\n height: 35px;\n width: 160px;\n}\n/* menu icon */\n\n.headerZillow .menu-icon {\n cursor: pointer;\n display: inline-block;\n float: right;\n padding: 28px 20px;\n position: relative;\n user-select: none;\n}\n\n.headerZillow .menu-icon .navicon {\n background: #333;\n display: block;\n height: 2px;\n position: relative;\n transition: background .2s ease-out;\n width: 18px;\n}\n\n.headerZillow .menu-icon .navicon:before,\n.headerZillow .menu-icon .navicon:after {\n background: #333;\n content: '';\n display: block;\n height: 100%;\n position: absolute;\n transition: all .2s ease-out;\n width: 100%;\n}\n\n.headerZillow .menu-icon .navicon:before {\n top: 5px;\n}\n\n.headerZillow .menu-icon .navicon:after {\n top: -5px;\n}\n\n/* menu btn */\n\n.headerZillow .menu-btn {\n display: none;\n}\n\n.headerZillow .menu-btn:checked ~ .menu {\n max-height: 240px;\n}\n\n.headerZillow .menu-btn:checked ~ .menu-icon .navicon {\n background: transparent;\n}\n\n.headerZillow .menu-btn:checked ~ .menu-icon .navicon:before {\n transform: rotate(-45deg);\n}\n\n.headerZillow .menu-btn:checked ~ .menu-icon .navicon:after {\n transform: rotate(45deg);\n}\n\n.headerZillow .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,\n.headerZillow .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {\n top: 0;\n}\n\n/* 48em = 768px */\n\n@media (min-width: 48em) {\n .headerZillow li {\n float: right;\n }\n .headerZillow li a {\n padding-right: 5px !important;\n padding-left: 15px;\n padding-top: 40px;\n padding-bottom: 15px;\n }\n .headerZillow .menu {\n clear: none;\n float: right;\n max-height: none;\n }\n .headerZillow .menu-icon {\n display: none;\n }\n\n</style>\n<header class=\"headerZillow\">\n <a href=\"http://zillow.com/careers\" class=\"logo\" target=\"_blank\"><img src=\"https://static.vscdn.net/images/careers/demo/zillowgroup/1662073792::new-header-logo.png\" alt text=\"logo\" ></a>\n <input class=\"menu-btn\" type=\"checkbox\" id=\"menu-btn\" />\n <label class=\"menu-icon\" for=\"menu-btn\"><span class=\"navicon\"></span></label>\n <ul class=\"menu\">\n<li><a href=\"https://app.eightfold.ai/careers/join?domain=zillowgroup.com\" target=\"_blank\">Join Our Talent Network</a></li>\n </ul>\n</header>\n", "page-footer": "", "footer": "<style>html,body,img,figure {max-width: 100%} a,a:hover,a:focus,a:active {text-decoration: none; color: inherit}a {-webkit-transition: all .25s ease-in-out;transition: all .25s ease-in-out}.ct-footer-post {background: #001751 !important; padding: 20px 0; }.ct-footer-post .inner-left,.ct-footer-post .inner-right {padding: 20px 0}.ct-footer-post ul { list-style: none; padding-left: 0; margin: 0 -20px;}.ct-footer-post ul li { display: inline-block;margin: 0 20px}.ct-footer-post a {color:#fff}.ct-footer-post a:hover {color:#fff}.ct-footer-post p {color: #fff}@media (min-width:768px) {.ct-footer-post p { display: inline-block } .ct-footer-post p + p { padding-left: 50px }}@media (max-width:991px) {.ct-footer-post { text-align: center;}}#cookieConsent {background-color: rgba(20,20,20,0.8); min-height: 26px;font-size: 14px; color: #fff;line-height: 26px; padding: 8px 0 8px 30px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; text-align: center; margin-bottom: 50 ; } #closeCookieConsent { float: right; display: inline-block; cursor: pointer; height: 20px;width: 20px; margin: -15px 0 0 0; font-weight: bold;} #closeCookieConsent:hover {color: #FFF;} #cookieConsent a.cookieConsentOK {margin-left: 10px; vertical-align: middle; cursor: pointer;color: #fff; text-shadow: 0 -1px 0 rgb(0 0 0 / 25%); background-color: #006dcc; background-image: linear-gradient(to bottom,#0088cc,#0044cc); background-repeat: repeat-x; border-style: solid; border-width: 1px; border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25); box-shadow: 0 1px 0 rgb(255 255 255 / 20%) inset, 0 1px 2px rgb(0 0 0 / 5%);border-radius: 3px; padding: 2px 5px 2px 5px;}#cookieConsent a.cookieConsentOK:hover {background-color: #006dcc;}</style> \n\n<footer><div class=\"ct-footer-post\"><div class=\"container\" style=\"background-color:#001751;\"><div class=\"row\">\n<div class=\"col-md-8 col-xs-12\"><a href=\"http://zillow.com/careers\" target=\"_blank\"><img src=\"https://static.vscdn.net/images/careers/demo/zillowgroup/1662073856::new-footer-logo.png\" width=\"160px\" height=\"35px\" style=\"float:left;\"></a></div><div class=\"col-md-4 col-xs-12\"><div class=\"col-xs-1\"></div>\n<div class=\"col-xs-2\"><a href=\"https://www.linkedin.com/company/zillow\" target=\"_blank\"><i class=\"fab fa-linkedin-in fa-3x\" style=\"color:#fff !important\"></i></a></div><div class=\"col-xs-2\"><a href=\"https://www.facebook.com/Zillow\" target=\"_blank\"><i class=\"fab fa-facebook-f fa-3x\" style=\"color:#fff !important\"></i></a></div>\n<div class=\"col-xs-2\"><a href=\"https://twitter.com/zillowgroup\" target=\"_blank\"><i class=\"fab fa-twitter fa-3x\" style=\"color:#fff !important\"></i></a></div>\n<div class=\"col-xs-2\"><a href=\"https://www.instagram.com/zillowgrouplife\" target=\"_blank\"><i class=\"fab fa-instagram fa-3x\" style=\"color:#fff !important\"></i></a></div><div class=\"col-xs-3\" style=\"padding-left: 0px;\"> <a href=\"https://www.tiktok.com/@zillow\" target=\"_blank\"><img src=\"https://static.vscdn.net/images/careers/demo/zillowgroup-sandbox/tiktok2\" style=\"margin-top: -13px;\"></a></div></div></div><div class=\"row\"><div class=\"col-md-7 col-xs-12\"></div><div class=\"col-md-5 col-xs-12\"><div class=\"inner-left\"><ul style=\"font-size: 14px !important;\"><li><a href=\"https://www.zillowgroup.com/zg-privacy-policy/\" target=\"_blank\">Terms and Conditions</a></li><li><a href=\"https://www.zillowgroup.com/zg-privacy-policy\" target=\"_blank\">Privacy Policy</a></li><li> <a href=\"https://www.zillowgroup.com/facts-figures\" target=\"_blank\" >Facts & Figures</a></li></ul></div><div class=\"inner-right\"> </div></div></div></div></div><div class=\"container\"> <div id=\"cookieConsent\"><div id=\"closeCookieConsent\"> </div> We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.<a class=\"cookieConsentOK\">Ok</a></div></div></div></footer> "}, "custom_style": {"css": "@font-face {font-family: 'IvarHeadline SemiBold';src: url('https://static.vscdn.net/images/careers/demo/zillowgroup/1662075172::IvarHeadline-SemiBold.png')format('woff');font-weight: normal;font-style: normal;} @font-face {font-family: 'Proxima Nova Semibold';src: url('https://static.vscdn.net/images/careers/demo/zillowgroup/1662075196::Proxima_Nova_Semibold.png')format('woff');font-weight: normal;font-style: normal;} \n\n{ font-family: 'Noto Sans' !important; font-color: #2a2a33 !important; }html *:not(.fa):not(.far):not(.fas):not(.profile-image-container):not(.get-matched-button):not(.fal):not(.fab):not(.footable):not(.fooicon):not(.footable-sort-indicator) {font-family: 'Noto Sans' !important;}\n\n\n\nhtml #EFSmartApplyContainer .jumbotron h1 {font-family: 'IvarHeadline SemiBold' !important;font-weight: 600 !important;line-height: 72px !important;font-size: 60px !important;} td,th {padding-left:15px !important; padding-right: 25px !important;}.jumbotron h1 {font-size: 44px !important; font-weight: 800 !important; text-align: left !important; line-height: 1.1 !important; margin-top: 5% !important; margin-right: 25% !important; margin-bottom: 5% !important; margin-left: 10%!important; position: initial !important;} .hero-image {height: 450px !important; opacity:1 !important;} .reset-filters {color:#006AFF \n!important;}.back-to-all-jobs {color: #006AFF !important;}.back-to-all-jobs:hover {color: #F2A619!important;}.remove-from-job-cart-button {color: #006AFF!important;}.remove-from-job-cart-button:hover {color: #F2A619!important;}.perk-icon {width: 200px !important; color: #001751!important; font-size:60px !important;}.btn-secondary {border-color: #006AFF !important;color: #006AFF !important;}.btn-secondary:hover{border-color: #F2A619!important;color: #006AFF!important;}.fa-share {color: #006AFF !important}.fa-share:hover {color: #F2A619!important}.go-button {background: transparent; color:#006AFF !important;border-color: #006AFF !important}.advanced-options-button {color: #006AFF;}.go-button:hover {color: #F2A619!important;border-color: #006AFF!important}.advanced-options-button:hover {color: #F2A619!important}.job-cart-button {border: 1px solid #006AFF !important;background: #006AFF !important;color:#ffffff !important;}.job-cart-button:hover{border: 1px solid #F2A619!important;background: #F2A619!important;color:#ffffff !important;}.add-to-job-cart-button {background-color: #006AFF !important; border-color: #006AFF !important; color: #FFF !important;}.add-to-job-cart-button:hover {background-color: #006AFF!important; border-color: #F2A619!important; color: #FFF !important;}.position-apply-button {background-color: #006AFF !important; border-color: #006AFF!important;}.position-apply-button:hover {background-color: #F2A619!important; border-color: #006AFF!important;}.btn {border-radius: 0px; !important;} .search-results-main-container .card-selected { border-left-color: #006AFF!important;}.position-card .position-title {color:#0a0a14 !important;} .all-positions-header h1 {color:#0a0a14 !important;}.apply-form .btn-primary {border: 1px solid #006AFF !important; color:#ffffff !important; background: #006AFF !important; border-radius: 0px; !important;}.apply-form.btn-primary:hover{border: 1px solid #F2A619 !important;} .circle-number-indicator {background: #006AFF !important;}.pillContainer .pillTitle {color: #006AFF !important;}.position-facets h3 {color: #006AFF; text-align: left !important;} .card {text-align:left !important;}.personalization-bar-pre-upload {background-color: #fff; color: #006AFF !important;}.get-matched-button {background-color: #006AFF !important; border-color: #006AFF !important;}.get-matched-button:hover {background-color: #F2A619!important; border-color: #006AFF!important;} .position-full-card {color:#444 !important; font-size:14px !important;} .perk-description {font-size:15px !important; padding: 15px !important;} .perk-title {font-size: 15px !important;} .position-title {color:#0a0a14 !important;} .position-sub-title {font-size: 18px !important;font-weight: 700 !important;color: #006AFF !important;} .related-blog .blog-title {font-size: 16px !important;font-weight: 700 !important;color: #0a0a14!important;}.custom-content-title {font-size: 18px !important;font-weight: 700 !important;color: #0a0a14 !important; align-self: flex-end !important;}.join-tn-link{color: #006AFF !important;}.pillTitle.line-clamp.line-clamp-3 {color: #006AFF !important;} .position-full-card h2 {color:#0a0a14!important; font-size: 16px !important; font-weight: 700 !important;}.position-job-description a{color:#0074e4 !important; text-decoration: underline !important;} .position-job-description a:hover{color:#4aa5f2 !important;}.jumbotron h1:after{content: 'We\u2019re on a mission to give our employees, our customers and our partners the power to unlock life\u2019s next chapter';display: block; font-size: 18px; font-family: 'Proxima Nova Semibold'}", "font": "https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap"}, "customContent": {"positionSections": [{"title": "Our Values", "body": "<table border=\"0\" cellpadding=\"0\" cellspacing=\"5\" width=\"400\" id=\"templateColumns\"> <tr> <td align=\"center\" valign=\"top\" width=\"400\" class=\"templateColumnContainer\"> <table border=\"0\" cellpadding=\"10\" cellspacing=\"5\" width=\"445\"> <tr> <td class=\"leftColumnContent\"> </td> </tr> <tr> <td valign=\"top\" class=\"leftColumnContent\"> <h2>Customers Are Our North Star.</h2><p>We’re here to help our customers in their journey to discover what’s next, and we strive to deliver an integrated experience that creates trust, confidence, delight and joy (yes, joy!)</p><h2>Turn On the Lights.</h2><p>We believe that information is power, and we’ve made it our business to increase transparency in real estate and within our company. Our purpose is to unlock information and empower our people, customers and partners to make better decisions.</p><h2>Do the Right Thing.</h2><p>We believe trust is earned, and we work to gain it every day. We act with integrity at every turn, speak up even when it’s difficult and do what’s right even when no one is watching.</p><img src=\"https://static.vscdn.net/images/careers/demo/zillowgroup-sandbox/values+family+with+baby\" alt=\"\" /><h2>Own It.</h2><p>We say what we’ll do and do what we say. We hold ourselves and each other accountable, and we treat Zillow resources like our own. </p></div></h1> </td> </tr> </table> </td> <td align=\"center\" valign=\"top\" width=\"70%\" class=\"templateColumnContainer\"> <table border=\"0\" cellpadding=\"10\" cellspacing=\"5\" width=\"445\"> <tr> <td class=\"rightColumnContent\"> </td> </tr> <tr> <td valign=\"top\" class=\"rightColumnContent\"> <h1></h1> <h2>Better Together.</h2><p>We know we’re stronger when we work together as a team. We value what each and every person at Zillow brings to the table, and we strive to consistently treat each other with respect, empathy and appreciation to serve our customers, community and partners.</p>\n\n\n\n<img src=\"https://static.vscdn.net/images/careers/demo/zillowgroup-sandbox/man+with+bulldog+\"</p><h2>Include and Empower.</h2><p>We foster an environment where everyone feels included and empowered. We welcome new ways of thinking and are always looking at how we can create equitable opportunities for our people, customers and partners.</p><h2>Think Big, Move Fast.</h2><p>We’re a company of bold thinkers with the courage to try things that have never been done before. We reward and recognize pioneering spirit, even if ideas and first attempts fail.</p><h2>Deliver Quality on Time, Every Time.</h2><p>We work to deliver a seamless, convenient and consistent customer experience, from the initial search process through to closing. We balance quality, effort and speed, while learning from past mistakes, executing with discipline and high quality.</p></div><p> </p></h1> </td> </tr> </table> </td> </tr></table>"}]}, "perks": [{"title": "Health Care", "description": "Zillow Group covers 100% of employee-only paycheck premiums for certain medical plans, dental, and vision", "icon": "fa-medkit"}, {"title": "Parental Benefits", "description": "Extensive family benefits including fully paid parental leave for delivering and non-delivering parents", "icon": "fa-home"}, {"title": "Financial Well-Being", "description": "A 4% 401K employer match, 529 plan, and financial concierge offering", "icon": "fa-coins"}, {"title": "Career Growth ", "description": "Take charge of your career with in-depth programming and resources to develop your skills", "icon": "fa-tree"}, {"title": "Time Away", "description": "Take time for yourself with discretionary time off or accrued paid time off, sick days and 10 company holidays", "icon": "fa-plane"}, {"title": "Mental Health Care", "description": "Access to 8 free therapy and/or coaching sessions each year", "icon": "fa-files-medical"}, {"title": "Life & Disability", "description": "Company paid coverage to protect your financial well-being", "icon": "fas fa-hand-holding-heart"}], "recaptcha_enabled": 1, "showLoggedOutNotificationsPrivacyPolicy": false, "hideEightfoldBranding": false}, "positions": [], "debug": {}, "count": 0, "countFilterByMatchScore": null, "location_user": null, "location_used": null, "locationInsights": [], "showWizard": 1, "disableLocationSearchDropdown": false, "pcsAutocompleteLocationEnabled": 0, "recommended_star_threshold": 4.0, "mocTitle": null, "fuzzyResultsReturned": null, "query": {"query": "", "location": "", "department": [], "skill": [], "seniority": [], "pid": ""}, "userTitles": [], "isThinProfile": false, "veteranProgramDetails": [], "enableTargetedResume": 0, "jobCardConfig": null, "facetDisplaySort": null, "facets": null, "chatbot": false, "iframeImplementation": null, "pcsApplyFormV2Enabled": true, "isPcsBrandingApril2023Enabled": false, "allowedFileTypes": {}, "pcsTextConfiguration": {}, "hideDepartment": null, "pcsOctupleMigration0Enabled": true, "pcsOctupleMigration1Enabled": false, "replaceUrlOnGoBack": true, "pcsRedesignedNuxEnabled": true, "readmoreInstructionEnabled": false, "userActivityTimeout": 86400000, "userActivityTimeoutEnabled": 1, "isLoggedInPcsEnabled": false, "sortByConfig": null, "searchBoxConfig": {}, "excludePrivatePositions": true, "eeocFilterKeywords": ["veteran", "disability", "gender", "race", "citizen", "visa", "ethnicity"], "disableScrollLoadPositionSidebar": false, "locationFlexibilityFrontendEnabled": false, "workLocationOptionFrontendEnabled": true, "remoteFlexibleJobsFilterEnabled": false, "loggedOutNotificationsEnabled": true, "candidateLogin": {"postApplyReviewLink": {"enabled": true, "url": "/api/apply/v2/profile/review/initialize_user?domain=zillowgroup.com", "title": "What's next? Increase your chances of getting hired!", "message": "Knowing more about you helps us review your application faster. Enrich your profile by adding more skills, awards, and other recognition.", "buttonText": "Review my profile", "verifyEmailTitle": "Let's verify your email", "verifyEmailText": "Click the link in the email to continue reviewing your profile. If you do not immediately see the email, check your spam folder."}}, "prepopulateApplyFormEnabled": true, "prepopulateSettings": {"prepopulateCheckboxText": "Save my answers for future applications", "showPrepopulateCheckbox": false}, "candidateBuildProfile": {}, "enhancementsEnabled": false, "themeBuilderUser": null, "mandatoryFields": ["firstname", "lastname", "email", "phone"], "blindfoldWidgetPcsGate": false, "pcsApplyFormLocationGate": false, "t3sEnabled": false, "uploadApplicationAnswers": false, "candidateAuthV2Enabled": true, "preApplicationSubmitAuthEnabled": false, "applyFormV2Enabled": false, "loggedOutSavedSearchEnabled": false, "locationRadiusTypeToggleEnabled": true, "incompleteApplicationsEnabled": false, "incompleteApplicationConfig": {}, "fallbackPcsJdGate": true, "enableResumeCoach": false, "isPcsEnabled": false, "applicationInfoReviewEnabled": false, "phoneWithCountryCodeEnabled": true, "phoneWithCountryCodeJTNEnabled": false, "notificationSuggestVerificationToken": null, "cookiesAutoDisabled": false, "strictEmailValidationEnabled": true, "chatbotxConfig": {"enabled": false, "featureAccessFlags": {"resumeCoachCardFlags": {"showApplyWithResume": true, "showEditResume": true}, "positionCardFlags": {"showAddToJobCart": false}}}, "pcsOptionalResumeWithJobcartGate": false, "loggedInCandidate": {}, "hamburgerMenuEnabled": false, "sharedTalentPoolGate": false, "pcsAccessibilityHomeEnabled": false, "pcsAccessibilityApplyFormEnabled": true, "showLanguageDropdown": false, "languages": [{"value": "en", "title": "English"}, {"value": "it", "title": "Italiano"}, {"value": "es", "title": "Espa\u00f1ol"}, {"value": "fr", "title": "Fran\u00e7ais"}, {"value": "pt", "title": "Portugu\u00eas"}, {"value": "nb", "title": "Norsk"}, {"value": "de", "title": "Deutsch"}, {"value": "ja", "title": "\u65e5\u672c\u8a9e"}, {"value": "ms", "title": "Bahasa melayu"}, {"value": "zh-CN", "title": "\u4e2d\u6587 (\u7b80\u4f53)"}, {"value": "zh-TW", "title": "\u4e2d\u6587 (\u7e41\u9ad4)"}, {"value": "ko", "title": "\ud55c\uad6d\uc5b4"}, {"value": "th", "title": "\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22"}, {"value": "nl", "title": "Nederlands"}, {"value": "pl", "title": "Polski"}, {"value": "uk", "title": "Y\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430"}, {"value": "hr", "title": "Hrvatski"}, {"value": "el", "title": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac"}, {"value": "hu", "title": "Magyar"}, {"value": "cs", "title": "\u010de\u0161tina"}, {"value": "tr", "title": "T\u00fcrk\u00e7e"}, {"value": "ru", "title": "P\u0443\u0441\u0441\u043a\u0438\u0439"}, {"value": "ht", "title": "Haitian"}, {"value": "he", "title": "\u05e2\u05d1\u05e8\u05d9\u05ea"}, {"value": "pt-BR", "title": "Brazilian Portugu\u00eas"}, {"value": "da", "title": "Dansk"}, {"value": "fi", "title": "Suomi"}, {"value": "sv", "title": "Svenska"}, {"value": "fr-CA", "title": "Fran\u00e7ais (Canada)"}, {"value": "pt-PT", "title": "portugu\u00eas (Portugal)"}, {"value": "vi", "title": "Ti\u1ebfng Vi\u1ec7t"}, {"value": "ro", "title": "rom\u00e2n\u0103"}, {"value": "bg", "title": "\u0431\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438"}, {"value": "ar", "title": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629"}], "displayLanguage": "en", "talentNetworkWidget": null, "talent_form": true, "talent_network": {}, "joinTalentNetworkFormV2Config": {"questions": [{"questionId": "firstname", "label": "First Name", "required": true, "type": "text-row", "placeholder": "First Name"}, {"questionId": "lastname", "label": "Last Name", "required": true, "type": "text-row", "placeholder": "Last Name"}, {"questionId": "email", "label": "Email", "required": true, "type": "text-row", "placeholder": "Email"}, {"questionId": "phone", "label": "Phone Number", "type": "text-row", "placeholder": "Phone Number"}, {"questionId": "linkedinUrl", "label": "LinkedIn URL", "type": "text-row", "placeholder": "LinkedIn URL"}, {"questionId": "currentLocation", "label": "Current Location", "type": "text-row", "placeholder": "Current Location"}, {"questionId": "currentCompany", "label": "Current Company", "type": "text-row", "placeholder": "Current Company"}, {"questionId": "currentTitle", "label": "Current Title", "type": "text-row", "placeholder": "Current Title"}], "privacyPolicy": {"enabled": true}, "uploadResume": {"enabled": true, "required": false}}, "careerhubEnabled": false, "singlePageCareersNavbarGate": false}
{"display_banner": false, "display_text": ""}
f376af06af285977654e6903ef8fc77f
@font-face {font-family: 'IvarHeadline SemiBold';src: url('https://static.vscdn.net/images/careers/demo/zillowgroup/1662075172::IvarHeadline-SemiBold.png')format('woff');font-weight: normal;font-style: normal;} @font-face {font-family: 'Proxima Nova Semibold';src: url('https://static.vscdn.net/images/careers/demo/zillowgroup/1662075196::Proxima_Nova_Semibold.png')format('woff');font-weight: normal;font-style: normal;}
{ font-family: 'Noto Sans' !important; font-color: #2a2a33 !important; }html *:not(.fa):not(.far):not(.fas):not(.profile-image-container):not(.get-matched-button):not(.fal):not(.fab):not(.footable):not(.fooicon):not(.footable-sort-indicator) {font-family: 'Noto Sans' !important;}
html #EFSmartApplyContainer .jumbotron h1 {font-family: 'IvarHeadline SemiBold' !important;font-weight: 600 !important;line-height: 72px !important;font-size: 60px !important;} td,th {padding-left:15px !important; padding-right: 25px !important;}.jumbotron h1 {font-size: 44px !important; font-weight: 800 !important; text-align: left !important; line-height: 1.1 !important; margin-top: 5% !important; margin-right: 25% !important; margin-bottom: 5% !important; margin-left: 10%!important; position: initial !important;} .hero-image {height: 450px !important; opacity:1 !important;} .reset-filters {color:#006AFF
!important;}.back-to-all-jobs {color: #006AFF !important;}.back-to-all-jobs:hover {color: #F2A619!important;}.remove-from-job-cart-button {color: #006AFF!important;}.remove-from-job-cart-button:hover {color: #F2A619!important;}.perk-icon {width: 200px !important; color: #001751!important; font-size:60px !important;}.btn-secondary {border-color: #006AFF !important;color: #006AFF !important;}.btn-secondary:hover{border-color: #F2A619!important;color: #006AFF!important;}.fa-share {color: #006AFF !important}.fa-share:hover {color: #F2A619!important}.go-button {background: transparent; color:#006AFF !important;border-color: #006AFF !important}.advanced-options-button {color: #006AFF;}.go-button:hover {color: #F2A619!important;border-color: #006AFF!important}.advanced-options-button:hover {color: #F2A619!important}.job-cart-button {border: 1px solid #006AFF !important;background: #006AFF !important;color:#ffffff !important;}.job-cart-button:hover{border: 1px solid #F2A619!important;background: #F2A619!important;color:#ffffff !important;}.add-to-job-cart-button {background-color: #006AFF !important; border-color: #006AFF !important; color: #FFF !important;}.add-to-job-cart-button:hover {background-color: #006AFF!important; border-color: #F2A619!important; color: #FFF !important;}.position-apply-button {background-color: #006AFF !important; border-color: #006AFF!important;}.position-apply-button:hover {background-color: #F2A619!important; border-color: #006AFF!important;}.btn {border-radius: 0px; !important;} .search-results-main-container .card-selected { border-left-color: #006AFF!important;}.position-card .position-title {color:#0a0a14 !important;} .all-positions-header h1 {color:#0a0a14 !important;}.apply-form .btn-primary {border: 1px solid #006AFF !important; color:#ffffff !important; background: #006AFF !important; border-radius: 0px; !important;}.apply-form.btn-primary:hover{border: 1px solid #F2A619 !important;} .circle-number-indicator {background: #006AFF !important;}.pillContainer .pillTitle {color: #006AFF !important;}.position-facets h3 {color: #006AFF; text-align: left !important;} .card {text-align:left !important;}.personalization-bar-pre-upload {background-color: #fff; color: #006AFF !important;}.get-matched-button {background-color: #006AFF !important; border-color: #006AFF !important;}.get-matched-button:hover {background-color: #F2A619!important; border-color: #006AFF!important;} .position-full-card {color:#444 !important; font-size:14px !important;} .perk-description {font-size:15px !important; padding: 15px !important;} .perk-title {font-size: 15px !important;} .position-title {color:#0a0a14 !important;} .position-sub-title {font-size: 18px !important;font-weight: 700 !important;color: #006AFF !important;} .related-blog .blog-title {font-size: 16px !important;font-weight: 700 !important;color: #0a0a14!important;}.custom-content-title {font-size: 18px !important;font-weight: 700 !important;color: #0a0a14 !important; align-self: flex-end !important;}.join-tn-link{color: #006AFF !important;}.pillTitle.line-clamp.line-clamp-3 {color: #006AFF !important;} .position-full-card h2 {color:#0a0a14!important; font-size: 16px !important; font-weight: 700 !important;}.position-job-description a{color:#0074e4 !important; text-decoration: underline !important;} .position-job-description a:hover{color:#4aa5f2 !important;}.jumbotron h1:after{content: 'We’re on a mission to give our employees, our customers and our partners the power to unlock life’s next chapter';display: block; font-size: 18px; font-family: 'Proxima Nova Semibold'}