@import url(https://fonts.googleapis.com/css2?family=Tiro+Gurmukhi:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap);
@charset "UTF-8";@font-face{font-family:Butler;font-style:normal;font-weight:200;src:url(/css/fonts/Butler-UltraLight.woff2) format("woff2"),url(/css/fonts/Butler-UltraLight.woff) format("woff")}@font-face{font-family:Butler;font-style:normal;font-weight:500;src:url(/css/fonts/Butler-Medium.woff2) format("woff2"),url(/css/fonts/Butler-Medium.woff) format("woff")}@font-face{font-family:Butler;font-style:normal;font-weight:300;src:url(/css/fonts/Butler-Light.woff2) format("woff2"),url(/css/fonts/Butler-Light.woff) format("woff")}@font-face{font-family:Butler;font-style:normal;font-weight:900;src:url(/css/fonts/Butler-Black.woff2) format("woff2"),url(/css/fonts/Butler-Black.woff) format("woff")}@font-face{font-family:Butler;font-style:normal;font-weight:700;src:url(/css/fonts/Butler-Bold.woff2) format("woff2"),url(/css/fonts/Butler-Bold.woff) format("woff")}@font-face{font-family:Butler;font-style:normal;font-weight:800;src:url(/css/fonts/Butler-ExtraBold.woff2) format("woff2"),url(/css/fonts/Butler-ExtraBold.woff) format("woff")}@font-face{font-family:Butler;font-style:normal;font-weight:400;src:url(/css/fonts/Butler.woff2) format("woff2"),url(/css/fonts/Butler.woff) format("woff")}:root{--fontSizeGlobal:14px;--kellenBlack:#3d4043;--kellenBlackHover:#2b2d2f;--beetleGreen:#507c80;--beetleGreenHover:#3f6468;--hawthornRose:#894c5e;--hawthornRoseHover:#6b3a4a;--orange:#f0a633;--orangeHover:#af712b;--pastelOrange:#cdad7a;--grey:#74847b;--greyOld:#7c888e;--lightGrey:#f0f5f5;--lightGreyBlue:#85a2ac;--darkGrey:#3c3d42;--darkGreyBlue:#243137;--filterGreen:#0b964f;--filterRed:#b71f2e;--filterBlue:#569eed;--filterBrown:#c49a6c;--headingFont:"Tiro Gurmukhi","Arial",sans-serif;--subheadFont:"Tiro Gurmukhi","Arial",sans-serif;--bodyFont:"Montserrat","Arial",sans-serif;--XLGutter:190px;--desktopGutter:75px;--mobileGutter:50px;--smallGutter:25px}html{font-size:var(--fontSizeGlobal);scroll-behavior:smooth}body{font-family:var(--bodyFont)}h1,h2{font-family:var(--headingFont)}h1,h2,h3{color:var(--kellenBlack);font-weight:500;margin:0 0 25px}h3{font-family:var(--subheadFont)}h3,h4{font-style:normal}h4{color:var(--orange);font-family:var(--bodyFont);font-size:1.3rem;font-weight:500;letter-spacing:.05rem;text-transform:uppercase}h4,p{margin:0 0 25px}p{color:var(--kellenBlack);font-weight:400;line-height:26px}p a{color:#000}p a:hover{border-bottom:2px solid var(--beetleGreen)}p.bold{font-weight:600}ol,ul{margin-bottom:2rem;padding:0 0 0 1.2rem}ol li,ul li{font-weight:400;margin-bottom:1rem}ol li::marker,ul li::marker{color:var(--beetleGreen)}ol{padding-left:.8rem}ol li::marker{font-weight:500}.button{background-color:var(--beetleGreen);border:1px solid var(--beetleGreen);border-radius:40px;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:.05rem;padding:1.3rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .5s ease-out}.button:hover{background-color:var(--beetleGreenHover);border:1px solid var(--beetleGreenHover)}.button.hawthorneRose{background-color:var(--hawthornRose);border:1px solid var(--hawthornRose);color:#fff}.button.hawthorneRose:hover{background-color:var(--hawthornRoseHover);border:1px solid var(--hawthornRoseHover)}.button.orange{background-color:var(--orange);border:1px solid var(--orange);color:var(--kellenBlack)}.button.orange:hover{background-color:var(--orangeHover);border:1px solid var(--orangeHover)}.button.white{background-color:#fff;color:var(--kellenBlack)}.button.white:hover{background:#fff!important;color:var(--kellenBlack)!important}.button.beetleGreen{background-color:var(--beetleGreen);border:1px solid var(--beetleGreen)}.button.beetleGreen:hover{background-color:var(--beetleGreenHover);border:1px solid var(--beetleGreenHover)}.button.outline{align-items:center;background:transparent!important;border:2px solid var(--beetleGreen);color:var(--beetleGreen)!important;display:flex!important;height:46px;padding:0;vertical-align:middle}.button.outline:hover{background:var(--beetleGreenHover)!important;border:2px solid var(--beetleGreenHover);color:#fff!important}.button.outline.white{border:2px solid #fff;color:#fff!important}.button.outline.white:hover{background:#fff!important;color:var(--kellenBlack)!important}.select-input{position:relative}.select-input label{color:#fff;display:block}.select-input select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;border-bottom:2px solid var(--grey);color:var(--grey);cursor:pointer;display:block;font-size:16px;font-weight:500;padding:5px 1px;width:100%}.select-input select:hover{border-bottom:2px solid var(--orange)}.select-input select:focus{border:0;border-bottom:2px solid var(--orange)}.select-input select:focus-visible{border:0;border-bottom:2px solid var(--orange);outline:none;outline-offset:inherit!important}.select-input select:focus-visible+.arrow{transform:rotate(-90deg)!important}.select-input .arrow{bottom:8px;height:auto;position:absolute;right:0;transform:rotate(90deg);transition:transform .4s ease-out;width:6px}.select-input .arrow svg line{fill:var(--orange)}.select-input .arrow svg path{stroke:var(--orange)}.text-input{position:relative}.text-input label{color:#fff;display:block}.text-input input{background-color:transparent;border:0;border-bottom:2px solid var(--grey);color:var(--orange);cursor:pointer;display:block;font-size:16px;font-weight:500;padding:5px 1px;width:100%}.text-input input:hover{border-bottom:2px solid var(--orange)}.text-input input:focus{border:0;border-bottom:2px solid var(--orange)}.text-input input:focus-visible{border:0;border-bottom:2px solid var(--orange);outline:none;outline-offset:inherit!important}.text-input textarea{background-color:transparent;border:0;border-bottom:2px solid var(--grey);color:var(--orange);cursor:pointer;display:block;font-size:16px;font-weight:500;height:auto;padding:5px 1px;resize:none;width:100%}.text-input textarea:hover{border-bottom:2px solid var(--orange)}.text-input textarea:focus{border:0;border-bottom:2px solid var(--orange)}.text-input textarea:focus-visible{border:0;border-bottom:2px solid var(--orange);outline:none;outline-offset:inherit!important}.checkbox-container{color:#fff;cursor:pointer;display:block;font-size:12px;padding-left:29px;padding-top:2px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-container input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkbox-container input:checked~.checkmark{background-color:var(--orange)}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-container .checkmark{background-color:#eee;border-radius:40px;height:20px;left:0;position:absolute;top:0;width:20px}.checkbox-container .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:10px;left:7px;position:absolute;top:3px;transform:rotate(45deg);width:4px}.checkbox-container:hover input~.checkmark{background-color:#ccc}.darken,.darken-heavy{position:relative}.center-title{color:var(--orange);font-weight:500;text-align:center}.page{margin:0 auto;max-width:2000px}@media only screen and (max-width:1200px){.page{max-width:100%}}.inner-page{margin:0 auto;max-width:1450px}@media only screen and (max-width:1200px){.inner-page{max-width:100%}}#error-message-holder{background:var(--filterRed);margin-bottom:1rem;padding:1rem}#error-message-holder .error-message{color:#fff;margin-bottom:.5rem}#error-message-holder .error-message:last-child{margin-bottom:0}.cookie-background{background:#000;height:100vh;left:0;opacity:50%;position:fixed;top:0;width:100vw;z-index:1000}.cookie-opt-in{background:var(--darkGrey);box-sizing:border-box;left:50%;max-width:460px;padding:50px 85px;position:fixed;top:60%;transform:translate(-50%,-50%);width:100%;z-index:2000}@media only screen and (max-width:992px){.cookie-opt-in{max-width:320px;padding:30px 20px}}.cookie-opt-in .cookie-title{color:#fff;font-size:24px;font-weight:600;margin-bottom:10px}.cookie-opt-in .description{color:#fff;font-size:16px;margin-bottom:30px}.cookie-opt-in .description a{color:var(--orange);text-decoration:underline}.cookie-opt-in .description a:hover{color:var(--orangeHover)}.cookie-opt-in .choices{display:flex;flex-direction:column;justify-content:flex-end}.cookie-opt-in .choices .button{align-items:center;background:var(--orange);color:#fff;display:flex;justify-content:center;padding:15px;text-decoration:none;transition:all .4s ease-in-out}.cookie-opt-in .choices .button.accept{font-size:20px;font-weight:500;margin:0 0 30px!important}.cookie-opt-in .choices .button.accept:hover{background-color:var(--orangeHover)}.cookie-opt-in .choices .button.restricted{background:var(--darkGrey);border:0;display:block;line-height:16px;padding:0;text-align:center;text-decoration:underline!important;text-underline-offset:2px}.cookie-opt-in .choices .button:first-child{margin-right:10px}@media only screen and (max-width:992px){.cookie-opt-in .choices .button:first-child{margin-bottom:10px;margin-right:0}}.find-your-new-home h2{color:var(--orange);font-family:var(--headingFont);font-size:2.8rem;font-weight:500;letter-spacing:.05rem;margin:0;position:relative;text-align:center;top:-1rem}@media only screen and (max-width:1200px){.find-your-new-home h2{font-size:2rem}}.find-your-new-home h2 span{color:#fff;display:block;font-family:var(--bodyFont);font-size:1.2rem;font-weight:400;letter-spacing:.15rem;line-height:1.4rem;margin:.4rem 0 0}.find-your-new-home h2 a{left:0;margin:0 auto;position:absolute;right:0}.login-bottom-title{font-family:var(--bodyFont);font-size:20px;font-weight:500;letter-spacing:0;line-height:30px;text-align:center}.error-pages h1{color:var(--orange)}.error-pages h3{font-family:var(--bodyFont)}.error-pages .margin-bottom-button{margin-bottom:15px}@media only screen and (max-width:1200px){.error-pages .centered-text-block{margin-top:0;padding-top:168px}}.orange-title{color:var(--orange);font-family:var(--bodyFont);font-size:1.6rem}.customer-services-charter{background-color:#eef1f1}.customer-services-charter__content{grid-gap:2.5rem;background:#eef1f1;display:grid;grid-template-columns:1fr 1fr;margin:0 auto;max-width:80rem;padding:6rem 0}@media only screen and (max-width:1200px){.customer-services-charter__content{grid-template-columns:1fr;max-width:40rem;padding:4rem var(--smallGutter)}}.customer-services-charter__content p{font-weight:500;padding-left:2.5rem;position:relative}.customer-services-charter__content p:before{border:.1rem solid var(--beetleGreen);border-radius:100%;color:var(--beetleGreen);content:"+";font-size:1.6rem;left:0;padding:0 .35rem 0 .4rem;position:absolute}.customer-services-charter__content p:last-child{margin-bottom:0}.location-page-copy{margin-top:40px}.location-page-copy p a{color:var(--beetleGreen);text-decoration:none}.location-page-copy p a:hover{border-bottom:2px solid var(--beetleGreen)}.featured-developments-slider-slick-slider-dots,.helping-you-move-slider-slick-slider-dots{bottom:-40px!important;display:flex;justify-content:center;position:absolute;top:unset;width:100%}.featured-developments-slider-slick-slider-dots ul,.helping-you-move-slider-slick-slider-dots ul{list-style:none;margin:0;padding:0}.featured-developments-slider-slick-slider-dots ul li,.helping-you-move-slider-slick-slider-dots ul li{display:inline-block;margin:0 4px}.featured-developments-slider-slick-slider-dots ul li button,.helping-you-move-slider-slick-slider-dots ul li button{background:#000;border:1px solid #fff;border-radius:50%;color:#000;cursor:pointer;font-size:5px;height:24px;line-height:0px;overflow:hidden;transform:scale(.6);width:24px}.featured-developments-slider-slick-slider-dots ul li button:hover,.featured-developments-slider-slick-slider-dots ul li.slick-active button,.helping-you-move-slider-slick-slider-dots ul li button:hover,.helping-you-move-slider-slick-slider-dots ul li.slick-active button{background:var(--beetleGreen);border:1px solid var(--beetleGreen);color:var(--beetleGreen)}.homepage-dots{bottom:40px!important}.header--navigation{position:relative;z-index:9999}@media only screen and (max-width:1200px){.header--navigation{padding-bottom:85px}}.header--navigation .navigation{align-items:center;background:var(--kellenBlack);display:flex;justify-content:space-between;margin:0 auto;position:relative;width:100%;z-index:3}@media only screen and (max-width:1200px){.header--navigation .navigation{height:85px;position:fixed;z-index:100}}.header--navigation .navigation .logo{max-width:220px;padding:20px 25px 15px var(--desktopGutter)}@media only screen and (max-width:1200px){.header--navigation .navigation .logo{padding:15px 0 10px var(--smallGutter)}}.header--navigation .navigation .logo img{display:block;margin:0 auto;width:220px}@media only screen and (max-width:480px){.header--navigation .navigation .logo img{width:160px}}.header--navigation .navigation .navigation-buttons{align-items:center;display:flex;justify-content:space-around;padding:20px var(--desktopGutter) 20px 0}@media only screen and (max-width:1200px){.header--navigation .navigation .navigation-buttons{padding:15px var(--smallGutter)}}.header--navigation .navigation .navigation-buttons .navigation-button{margin-right:25px}@media only screen and (max-width:992px){.header--navigation .navigation .navigation-buttons .navigation-button{display:none}}.header--navigation .navigation .navigation-buttons .navigation-envelope{margin-right:25px}.header--navigation .navigation .navigation-buttons .navigation-envelope svg{cursor:pointer;width:40px}.header--navigation .navigation .navigation-buttons .navigation-envelope svg line,.header--navigation .navigation .navigation-buttons .navigation-envelope svg path,.header--navigation .navigation .navigation-buttons .navigation-envelope svg rect{stroke:var(--orange);transition:all .3s ease-in-out}.header--navigation .navigation .navigation-buttons .navigation-envelope svg:hover line,.header--navigation .navigation .navigation-buttons .navigation-envelope svg:hover path,.header--navigation .navigation .navigation-buttons .navigation-envelope svg:hover rect{stroke:var(--orangeHover)}.header--navigation .navigation .navigation-buttons .navigation-hamburger{align-items:center;display:flex;height:45px;justify-content:center;width:30px}.header--navigation .navigation .navigation-buttons .navigation-hamburger:hover{cursor:pointer}.header--navigation .navigation .navigation-buttons .navigation-hamburger:hover .hamburger .line{background-color:var(--orangeHover)!important}.header--navigation .navigation .navigation-buttons .hamburger .line{background-color:var(--orange);border-radius:1px;display:block;height:3px;margin:7px auto;transition:all .3s ease-in-out;width:30px}@media only screen and (max-width:1200px){.header--navigation .navigation .navigation-buttons .hamburger .line{background-color:var(--orange)}.header--navigation .navigation .navigation-buttons .hamburger .line:hover{cursor:pointer}.header--navigation .navigation .navigation-buttons .hamburger .line:hover .line{background-color:var(--orangeHover)!important}}.header--navigation .navigation .navigation-buttons .hamburger:hover{cursor:pointer}.header--navigation .navigation .navigation-buttons .hamburger:hover .line{background-color:var(--orangeHover)}.header--navigation .navigation .navigation-buttons #hamburger-1.is-active .line:nth-child(2){opacity:0}.header--navigation .navigation .navigation-buttons #hamburger-1.is-active .line:first-child{background-color:var(--orange);transform:translateY(7px) rotate(45deg)}.header--navigation .navigation .navigation-buttons #hamburger-1.is-active .line:nth-child(3){background-color:var(--orange);transform:translateY(-5px) rotate(-45deg)}.header--navigation .navigation-menu{align-items:flex-start;background-color:var(--kellenBlack);display:flex;min-height:31.6rem;overflow:hidden;position:absolute;right:0;top:93px;transition:width .5s ease-out;width:0;z-index:2}@media only screen and (max-width:1200px){.header--navigation .navigation-menu{height:calc(100vh - 85px);margin-top:0;position:fixed;top:85px}}.header--navigation .navigation-menu.open{min-height:31.6rem;width:350px}@media only screen and (max-width:1200px){.header--navigation .navigation-menu.open{align-items:flex-start;display:flex;justify-content:center;width:100%}}.navigation-menu-content{margin:4rem auto 0;overflow-x:hidden;position:relative;width:350px}@media only screen and (max-width:1200px){.navigation-menu-content{margin:0;padding-top:0;position:relative;top:inherit}}@media only screen and (max-width:992px){.navigation-menu-content{top:3rem}}.navigation-menu-content ul{list-style:none;margin:0;padding:0 55px}.navigation-menu-content ul li{margin-bottom:25px;min-width:200px}.navigation-menu-content ul li a{color:#fff;font-size:.87rem;font-weight:500;letter-spacing:.07rem;position:relative;text-decoration:none;text-transform:uppercase}.navigation-menu-content ul li a:hover{border-bottom:2px solid var(--orange)}.navigation-menu-content ul li a.active{color:var(--orange)}.navigation-menu-content ul li a.active svg{transform:rotate(-180deg)}.navigation-menu-content ul li a.active:hover{color:var(--orangeHover)}.navigation-menu-content ul li a svg{height:auto;left:-29px;position:absolute;top:-3px;transition:transform .5s ease-out;width:21px}.navigation-menu-content ul li .sub-nav{display:none}.navigation-menu-content ul li .sub-nav a{border-bottom:2px solid transparent;display:inline-block;margin-left:10px;margin-top:18px}.navigation-menu-content ul li .sub-nav a:hover{border-bottom:2px solid var(--orange)}.navigation-menu-find-a-home{font-size:1rem!important}.title-with-circle{position:relative;z-index:3}.title-with-circle .circle{border:2px solid var(--orange);border-radius:50%;height:330px;left:0;margin:0 auto;position:absolute;right:0;top:-9rem;width:330px}@media only screen and (max-width:1200px){.title-with-circle .circle{height:280px;top:-110px;width:280px}}@media only screen and (max-width:480px){.title-with-circle .circle{height:220px;top:-80px;width:220px}}.title-with-circle h2{color:var(--orange);font-size:36px;font-weight:500;letter-spacing:.05rem;position:relative}@media only screen and (max-width:480px){.title-with-circle h2{font-size:38px}}.title-with-circle h2 span{color:#000;display:block;font-family:var(--subheadFont);font-size:14px;font-weight:500;letter-spacing:.15rem;margin-top:6px;text-transform:uppercase}.title-with-circle-small{left:120px;position:absolute;top:50px;z-index:10}@media only screen and (max-width:1200px){.title-with-circle-small{left:2rem;position:absolute;top:2rem;width:127px;z-index:5}}.title-with-circle-small .circle{border:2px solid var(--orange);border-radius:50%;height:290px;left:-50px;margin:0 auto;position:absolute;right:0;top:-135px;width:290px}@media only screen and (max-width:1200px){.title-with-circle-small .circle{border:2px solid var(--orange);border-radius:50%;height:250px;left:-7rem;margin:0 auto;position:absolute;right:0;top:-8rem;width:250px}}.title-with-circle-small h1,.title-with-circle-small h2{color:var(--orange);font-size:34px;font-weight:500;margin-bottom:0;position:relative}.title-with-circle-small h1 span,.title-with-circle-small h2 span{color:#fff;display:block;font-family:var(--subheadFont);font-size:12px;font-weight:500;letter-spacing:.15rem;line-height:5px;margin-top:3px;text-transform:uppercase}@media only screen and (max-width:1200px){.title-with-circle-small h1 span,.title-with-circle-small h2 span{color:#fff;display:block;font-family:var(--subheadFont);font-size:13px;font-weight:500;letter-spacing:.15rem;line-height:17px;margin-top:3px;text-transform:uppercase}}.component--featured-developments{margin-top:125px;padding-left:100px;padding-right:100px}@media only screen and (max-width:992px){.component--featured-developments{margin-top:50px;padding:0 var(--smallGutter)}}.component--featured-developments .content{grid-gap:15px;display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width:992px){.component--featured-developments .content{grid-gap:50px;grid-template-columns:1fr}}@media only screen and (min-width:992px){.component--featured-developments .content .development:nth-child(2){padding-top:110px}}.component--featured-developments .content .development .image img{display:block;width:100%}.component--featured-developments .content .development .info{background-color:var(--darkGrey);padding:50px}@media only screen and (max-width:992px){.component--featured-developments .content .development .info{padding:35px 30px}}.component--featured-developments .content .development .info .padding{position:relative}.component--featured-developments .content .development .info .padding .title{color:var(--orange);font-family:var(--headingFont);font-size:34px;line-height:38px;margin:0;max-width:calc(100% - 68px)}.component--featured-developments .content .development .info .padding .address{color:#fff;font-size:15px;font-weight:400;letter-spacing:.07rem;margin-bottom:10px;margin-top:0;max-width:calc(100% - 68px);text-transform:uppercase}.component--featured-developments .content .development .info .padding .beds{color:#fff;font-size:16px;margin:0;max-width:calc(100% - 68px)}.component--featured-developments .content .development .info .padding .price{color:#fff;font-size:16px;font-weight:600;margin:0;max-width:calc(100% - 68px)}.component--featured-developments .content .development .info .padding .arrow{position:absolute;right:0;top:0;width:50px}.component--featured-developments .content .development .info .padding .arrow svg{width:100%}@media only screen and (max-width:992px){.component--featured-developments .content .development .info .padding .arrow{width:50px}}.component--featured-developments .content .development .info .padding .arrow svg g,.component--featured-developments .content .development .info .padding .arrow svg path{transition:stroke .4s ease-out}.component--featured-developments .content .development .info .padding .arrow:hover svg g,.component--featured-developments .content .development .info .padding .arrow:hover svg path{stroke:var(--orangeHover)}.enquiry-form-large{background:var(--kellenBlack);margin-top:4rem;padding:50px var(--desktopGutter)}@media only screen and (max-width:1200px){.enquiry-form-large{padding:50px var(--smallGutter) 50px var(--smallGutter)}}.enquiry-form-large h2{color:var(--orange);font-size:2.6rem;margin-bottom:3rem}.enquiry-form-large .form-row p.title{color:#fff;font-size:14px;letter-spacing:.1rem;text-transform:uppercase}.enquiry-form-large .form-row .form-options-part-a{grid-gap:50px;display:grid;grid-template-columns:1fr 1fr 1fr 250px 250px;margin-bottom:4rem}@media only screen and (max-width:1200px){.enquiry-form-large .form-row .form-options-part-a{grid-gap:25px;grid-template-columns:1fr 1fr 1fr 1fr}.enquiry-form-large .form-row .form-options-part-a .select-input{grid-column-end:5;grid-column-start:1}.enquiry-form-large .form-row .form-options-part-a .select-input:first-child{grid-column-end:3;grid-column-start:1}.enquiry-form-large .form-row .form-options-part-a .select-input:nth-child(2){grid-column-end:5;grid-column-start:3}}.enquiry-form-large .form-row .form-options-part-b{grid-gap:15px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:4rem}@media only screen and (max-width:1200px){.enquiry-form-large .form-row .form-options-part-b{grid-template-columns:1fr;margin-bottom:1rem}}.enquiry-form-large .form-row .form-options-part-c{margin-bottom:4rem}.enquiry-form-large .form-row .form-options-part-d{grid-gap:15px;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:4rem}@media only screen and (max-width:1200px){.enquiry-form-large .form-row .form-options-part-d{grid-template-columns:1fr;margin-bottom:1rem}}.enquiry-form-large .form-row .input-row{margin-bottom:3rem}.enquiry-form-large .form-row .input-row.two{display:flex;justify-content:space-between}@media only screen and (max-width:1200px){.enquiry-form-large .form-row .input-row.two{display:block}}.enquiry-form-large .form-row .input-row.two .select-input,.enquiry-form-large .form-row .input-row.two .text-input{max-width:40%;min-width:12rem;width:100%}@media only screen and (max-width:1200px){.enquiry-form-large .form-row .input-row.two .select-input,.enquiry-form-large .form-row .input-row.two .text-input{margin-bottom:3rem;max-width:100%;width:100%}}.enquiry-form-large .form-row .input-row.three{grid-gap:5rem;display:grid;grid-template-columns:1fr 1fr 1fr}@media only screen and (max-width:1200px){.enquiry-form-large .form-row .input-row.three{display:block}.enquiry-form-large .form-row .input-row.three .select-input,.enquiry-form-large .form-row .input-row.three .text-input{margin-bottom:3rem}}.enquiry-form-large .form-submit-row{grid-gap:100px;display:grid;grid-template-columns:1fr 400px}@media only screen and (max-width:1200px){.enquiry-form-large .form-submit-row{grid-gap:4rem;grid-template-columns:1fr}}.enquiry-form-large .form-submit-row .info p{color:#fff;font-size:11px;line-height:19px;margin-bottom:1rem}.enquiry-form-large .form-submit-row .info p a{color:var(--orange);font-weight:600;text-decoration:underline}.enquiry-form-large .form-submit-row .info p a:hover{border-bottom:0;color:var(--orangeHover);text-decoration:underline}.enquiry-form-large .form-submit-row .info .accept-terms .checkbox-container{display:inline;position:relative;right:-10px;top:0}.enquiry-form-large .form-submit-row .info .privacy-inputs{align-items:center;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;max-width:400px}.enquiry-form-large .form-submit-row .robot{align-items:flex-end;display:flex}.enquiry-form-large .form-submit-row .robot .captcha{background-color:var(--darkGrey);height:100px;width:100%}.enquiry-form-large .form-submit-row .submit{align-items:flex-end;display:flex}.enquiry-form-large .form-submit-row .submit button{margin:0 0 0 auto;width:100%}@media only screen and (min-width:1200px){.enquiry-form-large .form-submit-row .submit button{max-width:200px}}.modal .modal-inner{max-width:1000px;min-height:100px;width:80vw}.modal .modal-inner .modal-content iframe{border-style:none;border:0!important;height:100%!important;width:100%!important}.static-hero{overflow:hidden;padding:0}@media only screen and (max-width:1200px){.static-hero{padding-top:6rem}}.static-hero .content{align-items:center;display:flex;justify-content:center;position:relative}.static-hero .content img{display:block;width:100%}.static-hero .content svg{left:0;margin:0 auto;max-width:23rem;position:absolute;right:0;top:34%;z-index:10}@media only screen and (max-width:1200px){.static-hero .content svg{max-width:15rem}}.static-hero .content svg .st1{fill:var(--orange)}.static-hero .content svg .st2{fill:#fff}.static-hero.with-arrow-icon h1{position:relative;top:-1rem}.static-hero.with-arrow-icon h1 a{left:0;margin:0 auto;position:absolute;right:0}.static-hero.with-arrow-icon svg{height:auto;top:1rem;transform:rotate(-90deg);width:30px}.static-hero .darken-heavy{min-width:60rem}.normal-text-block{padding:6rem var(--desktopGutter)}@media only screen and (max-width:1200px){.normal-text-block{padding:10rem var(--smallGutter) 0 var(--smallGutter)}}.normal-text-block .content h2{letter-spacing:-.05rem}.normal-text-block .content p:first-child{font-size:1.1rem;font-weight:500}.normal-text-block .content ul li{line-height:1.8rem}.normal-text-block .content a{color:var(--beetleGreen);font-weight:600;text-decoration:none}.normal-text-block .content a:hover{color:var(--beetleGreenHover)}.centered-text-block{margin:6rem auto;max-width:40rem}@media only screen and (max-width:1200px){.centered-text-block{margin:4rem auto;padding:0 var(--smallGutter)}}.centered-text-block .content h2{font-size:28px;text-align:center}.centered-text-block .content h3,.centered-text-block .content p{text-align:center}.centered-text-block .content p:first-child{font-size:1.1rem;font-weight:500}.centered-text-block .content a{color:var(--beetleGreen);text-decoration:none}.centered-text-block .content .button{color:#fff;font-weight:600;text-align:center;text-decoration:none;text-transform:uppercase}.centered-numbered-list-block{margin:6rem auto;max-width:40rem}@media only screen and (max-width:1200px){.centered-numbered-list-block{margin-top:2rem;padding:0 var(--smallGutter) 0 var(--smallGutter)}}.centered-numbered-list-block .content p,.centered-numbered-list-block .content span{text-align:center}.centered-numbered-list-block .content .number-row+.number-row{margin-top:4rem}.centered-numbered-list-block .content .number-row .number{align-items:center;border:2px solid var(--orange);border-radius:100%;display:flex;font-weight:500;height:31px;justify-content:center;margin:0 auto 1.5rem;width:31px}.centered-numbered-list-block .content .number-row .number span{color:var(--orange);line-height:0;position:relative;top:1px}.centered-numbered-list-block .content .number-row .title p{color:var(--orange);font-family:var(--headingFont);font-size:2.3rem;font-weight:500;line-height:2.7rem}.centered-numbered-list-block .content .number-row .text p{font-size:.89rem;font-weight:500;letter-spacing:.05rem;line-height:1.5rem}.circle-header-with-text{align-items:center;display:flex!important;justify-content:space-between;left:0;margin:0 auto;max-width:52rem;position:absolute;right:0;top:5rem}@media only screen and (max-width:1200px){.circle-header-with-text{max-width:42rem;top:20%}}@media only screen and (max-width:992px){.circle-header-with-text{top:15%}}.circle-header-with-text .circle-header{flex:0 0 325px;margin-right:4rem;position:relative!important}@media only screen and (max-width:1200px){.circle-header-with-text .circle-header{flex:0 0 214px}}.circle-header-with-text .extra-text{position:relative;z-index:4}.circle-header-with-text .extra-text p{color:#fff}.circle-header{--circleDims:325px;align-items:center;border:2px solid var(--orange);border-radius:100%;display:flex;height:var(--circleDims);justify-content:center;left:0;margin:0 auto;position:absolute;right:0;width:var(--circleDims);z-index:9}@media only screen and (max-width:1200px){.circle-header{--circleDims:214px}}.circle-header h1{color:var(--orange);font-size:2.8rem;letter-spacing:.05rem;margin:0;text-align:center}@media only screen and (max-width:1200px){.circle-header h1{font-size:2.2rem}}.circle-header h1 span{color:#fff;display:block;font-family:var(--bodyFont);font-size:1.2rem;font-weight:400;letter-spacing:.15rem;line-height:1.4rem;margin:.4rem 0 0}@media only screen and (max-width:1200px){.circle-header h1 span{font-size:1.1rem}}.circle-header-two{--circleDims:325px;align-items:center;border:2px solid var(--orange);border-radius:100%;display:flex;height:var(--circleDims);justify-content:center;left:0;margin:0 auto;position:absolute;right:0;width:var(--circleDims);z-index:9}@media only screen and (max-width:1200px){.circle-header-two{--circleDims:214px}}.circle-header-two h2{color:var(--orange);font-size:2.8rem;letter-spacing:.05rem;margin:0;text-align:left}@media only screen and (max-width:1200px){.circle-header-two h2{font-size:2.2rem}}.circle-header-two h2 span{color:#fff;display:block;font-family:var(--bodyFont);font-size:1.2rem;font-weight:400;letter-spacing:.15rem;line-height:1.4rem;margin:.4rem 0;text-transform:uppercase}@media only screen and (max-width:1200px){.circle-header-two h2 span{font-size:1.1rem}}.page--content-text{margin-top:6rem;padding:5rem var(--desktopGutter)}@media only screen and (max-width:1200px){.page--content-text{padding:50px var(--smallGutter) 50px var(--smallGutter)}}.page--content-text .content{display:block}.page--content-text .content .text .inner h2{font-size:2.4rem;font-weight:500;left:inherit!important;letter-spacing:.025rem}.page--content-text .content .text .inner h3{color:var(--beetleGreen);font-family:var(--headingFont);font-size:1.8rem;letter-spacing:.05rem}.page--content-text .content .text .inner p b,.page--content-text .content .text .inner p strong{font-weight:500}.page--content-text .content .text .inner ul li{line-height:1.8rem}.page--content-text.reverse .content{direction:rtl}.page--content-text.reverse .content .text{align-items:center;direction:ltr;display:flex}.page--content-text-image{margin-top:6rem;padding:5rem var(--desktopGutter)}@media only screen and (max-width:1200px){.page--content-text-image{padding:50px var(--smallGutter) 50px var(--smallGutter)}}.page--content-text-image .content{grid-gap:8rem;display:grid;grid-template-columns:1fr 30rem}@media only screen and (max-width:1200px){.page--content-text-image .content{grid-gap:3rem;grid-template-columns:1fr!important}}.page--content-text-image .content .text .inner h3{font-family:var(--headingFont);font-size:1.8rem;letter-spacing:.05rem}.page--content-text-image .content .text .inner p:first-child{font-size:1.1rem;font-weight:500}.page--content-text-image .content .text .inner p b,.page--content-text-image .content .text .inner p strong{font-weight:500}.page--content-text-image .content .text .inner ul li{line-height:1.8rem}.page--content-text-image .content .image{position:relative}.page--content-text-image .content .image .circle-header-two{left:4rem;right:inherit;top:-5rem}@media only screen and (max-width:1200px){.page--content-text-image .content .image .circle-header-two{left:-2rem;right:inherit;top:-4rem}.page--content-text-image .content .image .circle-header-two h2{left:1rem;position:relative}.page--content-text-image .content .image .circle-header-two h2 span{margin-bottom:0}}.page--content-text-image .content .image img{display:block;width:100%}.page--content-text-image.reverse .content{direction:rtl}.page--content-text-image.reverse .content .image{direction:ltr}.page--content-text-image.reverse .content .text{align-items:center;direction:ltr;display:flex}.page--content-text-image.small-image .content{grid-template-columns:270px 1fr}.page--content-text-image.small-image .content .image img{max-width:270px!important}@media only screen and (max-width:1200px){.page--content-text-image.small-image .content .image img{margin-left:auto;margin-right:auto}}.page--content-text-image.small-image .content .text h2{font-size:2.4rem;font-weight:500;left:inherit!important;letter-spacing:.025rem}.find-home-mortgage-match-cta{padding:5rem var(--desktopGutter)}@media only screen and (max-width:1200px){.find-home-mortgage-match-cta{margin-top:0;padding:0 var(--smallGutter) 50px var(--smallGutter)}}.find-home-mortgage-match-cta .content{grid-gap:1rem;display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width:1200px){.find-home-mortgage-match-cta .content{grid-template-columns:1fr}}.find-home-mortgage-match-cta .content .find-home{align-items:center;background:transparent url(/images/frontend/buying-process/find_your_new_home_signpost.webp) no-repeat scroll 50%/cover;display:flex;height:100%;justify-content:center}.no-webp .find-home-mortgage-match-cta .content .find-home{background-image:url(/images/frontend/buying-process/find_your_new_home_signpost.jpg)}@media only screen and (max-width:1200px){.find-home-mortgage-match-cta .content .find-home{height:25rem}}.find-home-mortgage-match-cta .content .find-home .inner p{color:#fff;font-size:.9rem;font-weight:500;letter-spacing:.15rem;text-align:center;text-transform:uppercase}.find-home-mortgage-match-cta .content .find-home .inner p span{color:var(--orange);display:block;font-family:var(--headingFont);font-size:2.2rem;letter-spacing:.05rem;text-transform:capitalize!important}.find-home-mortgage-match-cta .content .find-home .inner a{display:block;width:100%}.find-home-mortgage-match-cta .content .find-home .inner a svg{display:block;height:auto;margin:0 auto;width:3rem}.find-home-mortgage-match-cta .content .mortgage-match{background-color:var(--beetleGreen)}.find-home-mortgage-match-cta .content .mortgage-match .box{background:var(--beetleGreen);padding:20px}.find-home-mortgage-match-cta .content .mortgage-match .box .box-content p{color:#fff;margin:0}.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .title p:first-child{font-family:var(--bodyFont);letter-spacing:.05rem;text-align:center;text-transform:uppercase}.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .title p:nth-child(2){font-family:var(--headingFont);font-size:32px;line-height:38px;text-align:center}@media only screen and (max-width:1200px){.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .title p:nth-child(2) span{display:block}}.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .box-info{display:flex;margin-top:35px}@media only screen and (max-width:1200px){.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .box-info{margin:35px auto 0;max-width:400px}}.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .box-info .icon{flex:0 0 150px;position:relative}@media only screen and (max-width:767px){.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .box-info .icon{flex:0 0 120px;height:120px!important;width:120px!important}}.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .box-info .icon img{border-radius:100%;left:0;margin:0 auto;right:0;width:150px}@media only screen and (max-width:1200px){.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .box-info .icon img{width:120px}}.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .box-info .text{margin:0 0 0 30px}.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .box-info .text a{justify-content:center;margin-top:20px;max-width:200px;text-align:center}@media only screen and (max-width:767px){.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .box-info .text a{display:none!important}}.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .hidden-button{display:none}@media only screen and (max-width:767px){.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .hidden-button{display:block;margin:20px auto 0;max-width:400px}.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .hidden-button a{color:#fff!important;display:block;justify-content:center;text-align:center;width:auto}.find-home-mortgage-match-cta .content .mortgage-match .box .box-content .hidden-button a:hover{color:var(--orange)!important}}.page--fifty-fifty-image-text{padding:5rem var(--desktopGutter)}@media only screen and (max-width:1200px){.page--fifty-fifty-image-text{margin-top:0;padding:0 var(--smallGutter) 50px var(--smallGutter)}}.page--fifty-fifty-image-text .content{display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width:1200px){.page--fifty-fifty-image-text .content{grid-template-columns:1fr}}.page--fifty-fifty-image-text .content .text{align-items:center;background-color:var(--darkGrey);display:flex;padding:0 2rem}@media only screen and (max-width:1200px){.page--fifty-fifty-image-text .content .text{padding:6rem 2rem}}.page--fifty-fifty-image-text .content .image{overflow:hidden}.page--fifty-fifty-image-text .content .image img{display:block;overflow:hidden;width:100%}.small-disclaimer{margin-top:6rem;padding:0 var(--desktopGutter)}@media only screen and (max-width:1200px){.small-disclaimer{margin-bottom:6rem;padding:0 var(--smallGutter)}}.small-disclaimer p{font-size:.9rem;font-weight:500;line-height:1.4rem;text-align:center}.ajax-loader{color:#fff;font-size:1.6em;text-align:center;width:100%}.ajax-loader.dark{color:#000}.ajax-loader .dot:first-child{animation:dot-1 2s linear infinite;opacity:1}.ajax-loader .dot:nth-child(2){animation:dot-2 2s linear infinite;opacity:.5}.ajax-loader .dot:nth-child(3){animation:dot-3 2s linear infinite;opacity:0}@keyframes dot-1{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes dot-2{0%{opacity:.5}25%{opacity:1}75%{opacity:0}to{opacity:.5}}@keyframes dot-3{0%{opacity:0}50%{opacity:1}to{opacity:0}}.grid-container{align-items:center;display:grid!important;grid-template-columns:[full-start] repeat(12,[col-start] 1fr [col-end]) [full-end];grid-template-rows:auto}.mb-0{margin-bottom:0!important}.mb-20{margin-bottom:20px!important}.mb-40{margin-bottom:40px!important}.align-items-left{align-items:flex-start!important}.align-items-center{align-items:center!important}.text-align-left,.text-align-left a,.text-align-left p{text-align:left!important}.text-align-center,.text-align-center a,.text-align-center p{text-align:center!important}.black-text{color:#000!important}.number-in-circle{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem}.number-in-circle p{border:2px solid var(--orange);border-radius:40px;color:#fff;font-family:var(--headingFont);font-size:18px;margin:0;padding:5px;text-align:center;width:28px}.grey-pattern-section,.grey-pattern-section-reversed{background-color:var(--kellenBlack);position:relative}.grey-pattern-section .component--full-image-text .description-text p,.grey-pattern-section .component--full-image-text .small-text,.grey-pattern-section .component--full-image-text-reversed .description-text p,.grey-pattern-section .component--full-image-text-reversed .small-text,.grey-pattern-section .component--image-text .description-text p,.grey-pattern-section .component--image-text .small-text,.grey-pattern-section .component--image-text-reversed .description-text p,.grey-pattern-section .component--image-text-reversed .small-text,.grey-pattern-section-reversed .component--full-image-text .description-text p,.grey-pattern-section-reversed .component--full-image-text .small-text,.grey-pattern-section-reversed .component--full-image-text-reversed .description-text p,.grey-pattern-section-reversed .component--full-image-text-reversed .small-text,.grey-pattern-section-reversed .component--image-text .description-text p,.grey-pattern-section-reversed .component--image-text .small-text,.grey-pattern-section-reversed .component--image-text-reversed .description-text p,.grey-pattern-section-reversed .component--image-text-reversed .small-text{color:#fff}.grey-pattern-section .component--full-image-text .description-text p:last-child,.grey-pattern-section .component--full-image-text-reversed .description-text p:last-child,.grey-pattern-section .component--image-text .description-text p:last-child,.grey-pattern-section .component--image-text-reversed .description-text p:last-child,.grey-pattern-section-reversed .component--full-image-text .description-text p:last-child,.grey-pattern-section-reversed .component--full-image-text-reversed .description-text p:last-child,.grey-pattern-section-reversed .component--image-text .description-text p:last-child,.grey-pattern-section-reversed .component--image-text-reversed .description-text p:last-child{margin-bottom:0}.grey-pattern-section-reversed:before{right:0}.white-pattern-section,.white-pattern-section-dark,.white-pattern-section-dark-reversed,.white-pattern-section-reversed{background-color:#fff;position:relative}.white-pattern-section .component--full-image-text .small-text,.white-pattern-section .component--full-image-text-reversed .small-text,.white-pattern-section .component--image-text .small-text,.white-pattern-section .component--image-text-reversed .small-text,.white-pattern-section-dark .component--full-image-text .small-text,.white-pattern-section-dark .component--full-image-text-reversed .small-text,.white-pattern-section-dark .component--image-text .small-text,.white-pattern-section-dark .component--image-text-reversed .small-text,.white-pattern-section-dark-reversed .component--full-image-text .small-text,.white-pattern-section-dark-reversed .component--full-image-text-reversed .small-text,.white-pattern-section-dark-reversed .component--image-text .small-text,.white-pattern-section-dark-reversed .component--image-text-reversed .small-text,.white-pattern-section-reversed .component--full-image-text .small-text,.white-pattern-section-reversed .component--full-image-text-reversed .small-text,.white-pattern-section-reversed .component--image-text .small-text,.white-pattern-section-reversed .component--image-text-reversed .small-text{color:#000}.white-pattern-section .component--full-image-text .content .text .inner h2,.white-pattern-section .component--full-image-text-reversed .content .text .inner h2,.white-pattern-section .component--image-text .content .text .inner h2,.white-pattern-section .component--image-text-reversed .content .text .inner h2,.white-pattern-section-dark .component--full-image-text .content .text .inner h2,.white-pattern-section-dark .component--full-image-text-reversed .content .text .inner h2,.white-pattern-section-dark .component--image-text .content .text .inner h2,.white-pattern-section-dark .component--image-text-reversed .content .text .inner h2,.white-pattern-section-dark-reversed .component--full-image-text .content .text .inner h2,.white-pattern-section-dark-reversed .component--full-image-text-reversed .content .text .inner h2,.white-pattern-section-dark-reversed .component--image-text .content .text .inner h2,.white-pattern-section-dark-reversed .component--image-text-reversed .content .text .inner h2,.white-pattern-section-reversed .component--full-image-text .content .text .inner h2,.white-pattern-section-reversed .component--full-image-text-reversed .content .text .inner h2,.white-pattern-section-reversed .component--image-text .content .text .inner h2,.white-pattern-section-reversed .component--image-text-reversed .content .text .inner h2{color:var(--kellenBlack)}.white-pattern-section .component--full-image-text .description-text p,.white-pattern-section .component--full-image-text-reversed .description-text p,.white-pattern-section .component--image-text .description-text p,.white-pattern-section .component--image-text-reversed .description-text p,.white-pattern-section-dark .component--full-image-text .description-text p,.white-pattern-section-dark .component--full-image-text-reversed .description-text p,.white-pattern-section-dark .component--image-text .description-text p,.white-pattern-section-dark .component--image-text-reversed .description-text p,.white-pattern-section-dark-reversed .component--full-image-text .description-text p,.white-pattern-section-dark-reversed .component--full-image-text-reversed .description-text p,.white-pattern-section-dark-reversed .component--image-text .description-text p,.white-pattern-section-dark-reversed .component--image-text-reversed .description-text p,.white-pattern-section-reversed .component--full-image-text .description-text p,.white-pattern-section-reversed .component--full-image-text-reversed .description-text p,.white-pattern-section-reversed .component--image-text .description-text p,.white-pattern-section-reversed .component--image-text-reversed .description-text p{color:#000}.white-pattern-section-reversed .content .text .inner .description-text a{color:var(--beetleGreen)}.component--image-text .content,.component--image-text-reversed .content{padding:80px var(--desktopGutter);position:relative}@media only screen and (max-width:1200px){.component--image-text .content,.component--image-text-reversed .content{padding:40px var(--smallGutter)}}.component--image-text .content .image,.component--image-text-reversed .content .image{position:relative}@media only screen and (max-width:1200px){.component--image-text .content .image,.component--image-text-reversed .content .image{grid-column:span 12!important;grid-row-start:1!important;width:100%}.component--image-text .content .text,.component--image-text-reversed .content .text{grid-column-end:span 10!important;grid-column-start:2!important;grid-row-start:2!important;padding-top:3rem}}.component--image-text .content .text .inner,.component--image-text-reversed .content .text .inner{align-items:center;display:flex;flex-direction:column;justify-content:center}.component--image-text .content .text .inner .small-text,.component--image-text-reversed .content .text .inner .small-text{font-size:11px;font-weight:600;margin-bottom:5px;text-align:center}.component--image-text .content .text .inner h2,.component--image-text-reversed .content .text .inner h2{color:#fff;font-size:33px;font-weight:500;letter-spacing:1px;margin-bottom:40px;text-align:center}.component--image-text .content .text .inner h2 span,.component--image-text-reversed .content .text .inner h2 span{color:#fff}.component--image-text .content .text .inner h3,.component--image-text-reversed .content .text .inner h3{color:var(--beetleGreen);font-size:22px}.component--image-text .content .text .inner .description-text,.component--image-text-reversed .content .text .inner .description-text{margin-bottom:25px}.component--image-text .content .text .inner .description-text p,.component--image-text-reversed .content .text .inner .description-text p{text-align:center}.component--image-text .content .text .inner .description-text p:last-child,.component--image-text-reversed .content .text .inner .description-text p:last-child{margin-bottom:0}.component--image-text .content .text .inner .description-text a,.component--image-text-reversed .content .text .inner .description-text a{color:var(--orange);text-decoration:none!important}.component--image-text .content .text .inner .multi-block-margins p,.component--image-text-reversed .content .text .inner .multi-block-margins p{margin-bottom:60px}.component--image-text .content .text .inner .two-buttons-container,.component--image-text-reversed .content .text .inner .two-buttons-container{display:flex}@media only screen and (max-width:1200px){.component--image-text .content .text .inner .two-buttons-container,.component--image-text-reversed .content .text .inner .two-buttons-container{flex-direction:column}}.component--image-text .content .text .inner .two-buttons-container a,.component--image-text-reversed .content .text .inner .two-buttons-container a{margin-left:auto;margin-right:auto;text-align:center}@media only screen and (min-width:1200px){.component--image-text .content .text .inner .two-buttons-container a:first-child,.component--image-text-reversed .content .text .inner .two-buttons-container a:first-child{margin-right:10px}}@media only screen and (max-width:1200px){.component--image-text .content .text .inner .two-buttons-container a,.component--image-text-reversed .content .text .inner .two-buttons-container a{width:168px}.component--image-text .content .text .inner .two-buttons-container a:first-child,.component--image-text-reversed .content .text .inner .two-buttons-container a:first-child{margin-bottom:10px}}.component--image-text .content .image{grid-column-start:span 6}.component--image-text .content .text{grid-column-end:span 4;grid-column-start:8}.component--image-text-reversed .content .image{grid-column-end:span 6;grid-column-start:7}.component--image-text-reversed .content .text{grid-column-end:span 4;grid-column-start:2;grid-row-start:1}.component--image-text-reversed .content .text .inner h2{color:var(--kellenBlack)}.component--full-image-text .content,.component--full-image-text-reversed .content{padding:0;position:relative}.component--full-image-text .content .image,.component--full-image-text-reversed .content .image{position:relative}@media only screen and (max-width:1200px){.component--full-image-text .content .image,.component--full-image-text-reversed .content .image{grid-column:span 12!important;grid-row-start:1!important;width:100%}.component--full-image-text .content .text,.component--full-image-text-reversed .content .text{grid-column-end:span 9!important;grid-row-start:2!important;padding:6rem 0}}@media only screen and (max-width:992px){.component--full-image-text .content .text,.component--full-image-text-reversed .content .text{padding:4rem 0}}.component--full-image-text .content .text .inner,.component--full-image-text-reversed .content .text .inner{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.component--full-image-text .content .text .inner .small-text,.component--full-image-text-reversed .content .text .inner .small-text{font-size:11px;font-weight:600;margin-bottom:5px}.component--full-image-text .content .text .inner h1,.component--full-image-text-reversed .content .text .inner h1{color:#fff;font-size:33px;font-weight:500;letter-spacing:1px;margin-bottom:40px;text-align:left}.component--full-image-text .content .text .inner h1 span,.component--full-image-text-reversed .content .text .inner h1 span{color:var(--beetleGreen)}.component--full-image-text .content .text .inner h2,.component--full-image-text-reversed .content .text .inner h2{color:#fff;font-size:33px;font-weight:500;letter-spacing:1px;margin-bottom:40px;text-align:left}.component--full-image-text .content .text .inner h2 span,.component--full-image-text-reversed .content .text .inner h2 span{color:var(--beetleGreen)}.component--full-image-text .content .text .inner p,.component--full-image-text-reversed .content .text .inner p{color:#fff}.component--full-image-text .content .text .inner p:last-child,.component--full-image-text-reversed .content .text .inner p:last-child{margin-bottom:0}.component--full-image-text .content .text .inner .description-text,.component--full-image-text-reversed .content .text .inner .description-text{margin-bottom:25px}.component--full-image-text .content .text .inner .description-text p,.component--full-image-text-reversed .content .text .inner .description-text p{text-align:center}.component--full-image-text .content .image{grid-column-start:span 6}.component--full-image-text .content .text{grid-column-end:span 3;grid-column-start:8}@media only screen and (max-width:1200px){.component--full-image-text .content .text{grid-column-start:2!important}}.component--full-image-text-reversed .content .image{grid-column-end:span 6;grid-column-start:7}.component--full-image-text-reversed .content .text{grid-column-end:span 3;grid-column-start:3;grid-row-start:1}@media only screen and (max-width:1200px){.component--full-image-text-reversed .content .text{grid-column-start:3!important}}.homepage-links-section{background-color:var(--lightGrey)}.homepage-links-section .homepage-links .content{padding:80px var(--desktopGutter)}@media only screen and (max-width:1200px){.homepage-links-section .homepage-links .content{padding:40px var(--smallGutter)}}.homepage-links-section .homepage-links .content .homepage-links-grid{grid-gap:80px;display:grid;grid-template-columns:1fr 1fr 1fr}@media only screen and (max-width:1200px){.homepage-links-section .homepage-links .content .homepage-links-grid{grid-gap:2rem;grid-template-columns:1fr}}.homepage-links-section .homepage-links .content .homepage-links-grid .homepage-link-item{background-color:#fff;display:flex;flex-direction:column;text-decoration:none}.homepage-links-section .homepage-links .content .homepage-links-grid .homepage-link-item__image img{display:block;width:100%}.homepage-links-section .homepage-links .content .homepage-links-grid .homepage-link-item__text-container{display:flex;flex-direction:column;justify-content:space-between}.homepage-links-section .homepage-links .content .homepage-links-grid .homepage-link-item__text{height:100%;padding:25px}.homepage-links-section .homepage-links .content .homepage-links-grid .homepage-link-item__text p{text-align:center}.homepage-links-section .homepage-links .content .homepage-links-grid .homepage-link-item__text p:last-child{margin-bottom:0}.homepage-links-section .homepage-links .content .homepage-links-grid .homepage-link-item__title{color:var(--kellenBlack);font-family:var(--headingFont);font-size:2.6rem;font-weight:500;line-height:2.6rem;margin:0 0 1rem}.homepage-links-section .homepage-links .content .homepage-links-grid .homepage-link-item__button{align-items:center;display:flex;margin-bottom:40px}.homepage-links-section .homepage-links .content .homepage-links-grid .homepage-link-item__button a{display:block;margin:0 auto;text-align:center}.youtube-video-container{margin-top:4rem;overflow:hidden;padding-top:56.25%;position:relative}.youtube-video-container__inner{border:0;display:block;height:100%;left:0;position:absolute;top:0;width:100%}.modal,.youtube-video-container__inner iframe{height:100%;width:100%}.modal{background-color:rgba(0,0,0,.53);display:none;left:0;position:fixed;top:0;z-index:1000}.modal .modal-flex{align-items:center;display:flex;height:100%;justify-content:center}.modal .modal-inner{background-color:transparent;position:relative}.modal .modal-inner .closeModal{background-color:transparent;border-style:none;color:var(--orange);cursor:pointer;height:50px;position:absolute;right:-25px;top:-25px;width:50px;z-index:999}.modal .modal-inner .closeModal svg{height:auto;width:100%}.modal .modal-inner .closeModal:hover svg circle:last-child,.modal .modal-inner .closeModal:hover svg path{stroke:var(--orangeHover)}.modal .modal-inner .modal-content{height:100%;width:100%}.modal .modal-inner .modal-content img{max-height:80vh;max-width:80vw}.modal .modal-inner .modal-video{max-width:1000px;overflow:hidden;padding-top:56.25%;position:relative;width:80vw}.modal .modal-inner .modal-video iframe{border:0!important;bottom:0;height:100%!important;left:0;position:absolute;right:0;top:0;width:100%!important}.page--center-text{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:80px auto;max-width:550px}@media only screen and (max-width:1200px){.page--center-text{padding:0 35px}}.page--center-text .script{max-width:340px;width:100%}.page--center-text h1{font-family:var(--bodyFont);font-size:20px;line-height:30px}.page--center-text h1,.page--center-text p{font-weight:500;text-align:center}.page--center-text img{display:block;margin:0 auto 25px;max-width:300px}.page--center-text .button{margin:15px auto 0}.home .page--header{margin-bottom:20rem;position:relative}@media only screen and (min-width:1200px){.home .page--header{margin-bottom:9rem}}.home .page--header .hero-cta-box{bottom:-55px;position:absolute;width:100%}@media only screen and (max-width:1200px){.home .page--header .hero-cta-box{display:flex;justify-content:center;min-height:200px;top:95%}}.home .page--header .hero-cta-box__inner{align-items:center;background:var(--kellenBlack);border-radius:4px;box-sizing:border-box;display:flex;gap:30px;justify-content:center;margin:0 auto;max-width:750px;padding:30px;width:100%}@media only screen and (max-width:1200px){.home .page--header .hero-cta-box__inner{flex-direction:column;margin:0 35px}}.home .page--header .hero-cta-box__inner h2{color:var(--orange);font-size:24px;margin:0;text-align:center}.home .hero-carousel{position:relative;top:0;width:100%;z-index:0}.home .hero-carousel .slick-slide{position:relative}.home .hero-carousel img{display:block;width:100%}@media only screen and (max-width:1200px){.home .hero-carousel img{min-height:40vh;-o-object-fit:cover;object-fit:cover}.home .hero-carousel--has-mobile{display:none}}.home .hero-carousel-mobile{display:none}@media only screen and (max-width:1200px){.home .hero-carousel-mobile{display:block}}.home #featured-development .featured-developments-heading{color:#fff;font-size:33px;font-weight:500;letter-spacing:1px;margin:0 5rem;padding-top:4rem;text-align:center}.home #featured-development .grid-container{padding:40px var(--desktopGutter) 80px var(--desktopGutter)}.home #featured-development .heading-text{margin-bottom:20px}.home #featured-development .address{margin-bottom:0}.home #featured-development .address svg{position:relative;top:10px}.page--information-block{margin-top:280px}@media only screen and (max-width:1200px){.page--information-block{margin-top:140px}}.page--information-block .page--information-block-title{margin-bottom:40px;text-align:center}.page--information-block .page--information-block-content{display:flex;position:relative}@media only screen and (max-width:1200px){.page--information-block .page--information-block-content{display:block}}.page--information-block .page--information-block-content .image{flex:0 0 60%}@media only screen and (max-width:1200px){.page--information-block .page--information-block-content .image{height:48vw}}.page--information-block .page--information-block-content .image img{display:block;width:100%}.page--information-block .page--information-block-content .image.bg-image-1{background:transparent url(/images/frontend/home/buying_with_us.webp) no-repeat scroll 50%/cover}.no-webp .page--information-block .page--information-block-content .image.bg-image-1{background-image:url(/images/frontend/home/buying_with_us.jpg)}.page--information-block .page--information-block-content .image.bg-image-2{background:transparent url(/images/frontend/home/show_home.webp) no-repeat scroll 50%/cover}.no-webp .page--information-block .page--information-block-content .image.bg-image-2{background-image:url(/images/frontend/home/show_home.jpg)}.page--information-block .page--information-block-content .text{align-items:center;background-color:var(--grey);display:flex;justify-content:center}.page--information-block .page--information-block-content .text .padding{padding:6rem}@media only screen and (max-width:1600px){.page--information-block .page--information-block-content .text .padding{padding:60px}}@media only screen and (max-width:1200px){.page--information-block .page--information-block-content .text .padding{padding:50px 25px}}.page--information-block .page--information-block-content .text .padding p{color:#fff}.page--information-block .page--information-block-content .text .padding p:first-child{font-size:15px;font-weight:500}.page--information-block .page--information-block-content .overlay{background-color:#000;height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:2}.page--information-block .page--information-block-content .full-bg-with-text{align-items:center;background:transparent url(/images/frontend/about-us/values.webp) no-repeat scroll 50%/cover;display:flex;justify-content:center;min-height:40rem;padding-bottom:8rem;padding-top:8rem;width:100%}.no-webp .page--information-block .page--information-block-content .full-bg-with-text{background-image:url(/images/frontend/about-us/values.jpg)}.page--information-block .page--information-block-content .full-bg-with-text .inner-text{max-width:38rem;position:relative;z-index:10}@media only screen and (max-width:1200px){.page--information-block .page--information-block-content .full-bg-with-text .inner-text{padding-left:2rem;padding-right:2rem}}.page--information-block .page--information-block-content .full-bg-with-text .inner-text h2{color:#fff;font-size:33px;margin-bottom:50px;text-align:center}.page--information-block .page--information-block-content .full-bg-with-text .inner-text h2 span{color:var(--orange)}.page--information-block .page--information-block-content .full-bg-with-text .inner-text .inner-text-row{text-align:center}.page--information-block .page--information-block-content .full-bg-with-text .inner-text .inner-text-row+.inner-text-row{margin-top:2rem}.page--information-block .page--information-block-content .full-bg-with-text .inner-text .inner-text-row .inner-text-head{color:var(--orange);font-size:1.1rem;font-weight:400;letter-spacing:.12rem;margin-bottom:.7rem;text-transform:uppercase}.page--information-block .page--information-block-content .full-bg-with-text .inner-text .inner-text-row p{color:#fff;font-weight:300;margin:0}.page--information-block.reverse .page--information-block-content{flex-direction:row-reverse}.development-heading-section{background-color:#fff;display:flex;flex-direction:column;transition:all .3s ease}@media only screen and (max-width:1200px){.development-heading-section{flex-direction:column-reverse}}.development-heading-section.stick_dev_nav{position:sticky;top:0;z-index:999}@media (max-width:1000px){.development-heading-section.stick_dev_nav{top:85px}}.development-heading-section.is_stuck{padding:25px var(--desktopGutter)}@media only screen and (max-width:1200px){.development-heading-section.is_stuck{padding:20px var(--smallGutter) 20px var(--smallGutter)}}@media (max-width:400px){.development-heading-section.is_stuck{padding:20px 10px!important}}.development-heading-section.is_stuck .development-information{padding:0!important}@media (min-width:320px) and (max-width:900px){.development-heading-section.is_stuck .development-information{padding:0!important}}.development-heading-section.is_stuck .content{display:flex!important;justify-content:space-between}@media only screen and (max-width:1200px){.development-heading-section.is_stuck .content{display:flex!important}}.development-heading-section.is_stuck h1{margin:0!important}@media (max-width:900px){.development-heading-section.is_stuck h1{display:none}}.development-heading-section.is_stuck p{margin:0!important}.development-heading-section.is_stuck .address,.development-heading-section.is_stuck .beds{display:none}.development-heading-section.is_stuck .info .opening-times{display:block!important;margin:0!important}@media (max-width:900px){.development-heading-section.is_stuck .info .opening-times{display:none!important}}.development-heading-section.is_stuck .cta{align-self:end;margin:0!important}@media (max-width:900px){.development-heading-section.is_stuck .cta{width:100%}}.development-heading-section.is_stuck .cta .actions{align-items:center;display:flex;gap:10px;margin:0!important;max-width:100%!important}@media (max-width:900px){.development-heading-section.is_stuck .cta .actions{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center;margin-top:0!important;max-width:100%!important;width:100%}}.development-heading-section.is_stuck .cta .actions a{margin:0!important}@media (min-width:400px) and (max-width:900px){.development-heading-section.is_stuck .cta .actions a{font-size:.85rem;margin:0!important;min-width:auto!important;padding:1.3rem .5rem;transition:none;width:50%}}@media (max-width:400px){.development-heading-section.is_stuck .cta .actions a{font-size:.7rem;margin:0!important;min-width:auto!important;padding:1rem .5rem;transition:none;width:50%}}.development-heading-section.is_stuck .cta .opening-times{display:none}.development-information{padding:25px 0;position:sticky;top:0}@media only screen and (max-width:1200px){.development-information{padding:50px var(--smallGutter) 50px var(--smallGutter)}}.development-information .content{align-items:center;display:flex}@media only screen and (max-width:1200px){.development-information .content{display:block}}.development-information .content .info .name{font-size:2.5rem;margin:0 0 10px}.development-information .content .info .address{font-size:.95rem;font-weight:500;letter-spacing:.07rem;line-height:1rem;margin:-15px 0 0;position:relative;text-transform:uppercase}.development-information .content .info .address svg{position:relative;top:10px}.development-information .content .info .beds{font-size:.95rem;font-weight:500;letter-spacing:.07rem;margin:0;text-transform:uppercase}.development-information .content .info .beds a{color:var(--beetleGreen);font-size:1rem;font-weight:700;margin-left:1rem;text-decoration:none}.development-information .content .info .opening-times{display:none;position:relative;text-align:left}@media only screen and (max-width:1200px){.development-information .content .info .opening-times{margin-top:20px;text-align:left}}.development-information .content .info .opening-times p{font-size:.95rem;font-weight:500;letter-spacing:.08rem;margin:0 0 10px;text-transform:uppercase}.development-information .content .info .opening-times p span{color:var(--beetleGreen)}@media only screen and (max-width:992px){.development-information .content .info .opening-times p span{display:none}}.development-information .content .info .opening-times p svg{margin-left:4px;position:relative;top:5px;width:20px}.development-information .content .info .opening-times p svg:hover{cursor:pointer}.development-information .content .info .opening-times p svg:hover rect{fill:var(--beetleGreenHover)}.development-information .content .info .opening-times p svg.active rect{fill:var(--beetleGreenHover)!important}.development-information .content .info .opening-times .opening-times-grid{background-color:var(--darkGreyBlue);box-sizing:border-box;height:0;max-width:23rem;overflow:hidden;position:absolute;right:0;top:2.2rem;z-index:9}@media only screen and (max-width:1200px){.development-information .content .info .opening-times .opening-times-grid{position:relative;right:inherit;top:inherit}}.development-information .content .info .opening-times .opening-times-grid .opening-times-content{padding:15px 20px}.development-information .content .info .opening-times .opening-times-grid.active{height:auto}.development-information .content .info .opening-times .opening-times-grid .opening-times-row{grid-gap:1rem;color:var(--orange);display:grid;font-size:1.2rem;grid-template-columns:7rem 1fr}.development-information .content .info .opening-times .opening-times-grid .opening-times-row+.opening-times-row{margin-top:1rem}.development-information .content .info .opening-times .opening-times-grid .opening-times-row div:first-child{font-weight:500}.development-information .content .cta{display:flex;flex-direction:column;margin:0 0 0 auto}@media only screen and (max-width:1200px){.development-information .content .cta{flex-direction:column-reverse}}.development-information .content .cta .opening-times{position:relative;text-align:right}@media only screen and (max-width:1200px){.development-information .content .cta .opening-times{margin-top:20px;text-align:left}}.development-information .content .cta .opening-times p{font-size:.95rem;font-weight:500;letter-spacing:.08rem;margin:0 0 10px;text-transform:uppercase}.development-information .content .cta .opening-times p span{color:var(--beetleGreen)}@media only screen and (max-width:992px){.development-information .content .cta .opening-times p span{display:none}}.development-information .content .cta .opening-times p svg{margin-left:4px;position:relative;top:5px;width:20px}.development-information .content .cta .opening-times p svg:hover{cursor:pointer}.development-information .content .cta .opening-times p svg:hover rect{fill:var(--beetleGreen)}.development-information .content .cta .opening-times p svg.active rect{fill:var(--beetleGreen)!important}.development-information .content .cta .opening-times .opening-times-grid{background-color:var(--darkGreyBlue);box-sizing:border-box;height:0;max-width:23rem;overflow:hidden;position:absolute;right:0;text-align:left;top:2.2rem;z-index:9}@media only screen and (max-width:1200px){.development-information .content .cta .opening-times .opening-times-grid{position:relative;right:inherit;top:inherit}}.development-information .content .cta .opening-times .opening-times-grid .opening-times-content{padding:2rem}.development-information .content .cta .opening-times .opening-times-grid.active{height:auto}.development-information .content .cta .opening-times .opening-times-grid .opening-times-row{grid-gap:1rem;color:var(--orange);display:grid;font-size:1.2rem;grid-template-columns:7rem 1fr}.development-information .content .cta .opening-times .opening-times-grid .opening-times-row+.opening-times-row{margin-top:1rem}.development-information .content .cta .opening-times .opening-times-grid .opening-times-row div:first-child{font-weight:500}@media only screen and (max-width:1200px){.development-information .content .cta .actions{margin-top:20px;max-width:50%}}.development-information .content .cta .actions a.button{min-width:160px;text-align:center}@media only screen and (max-width:992px){.development-information .content .cta .actions a.button{display:block}}.development-information .content .cta .actions a.button+a{margin-left:5px}@media only screen and (max-width:992px){.development-information .content .cta .actions a.button+a{margin-left:0;margin-top:10px}}.development-hero-carousel{position:relative;top:0;width:100%;z-index:0}@media only screen and (max-width:1200px){.development-hero-carousel{margin-top:74px}}.development-hero-carousel .motif{align-items:center;border:2px solid var(--orange);border-radius:100%;display:flex;height:29rem;left:0;margin:0 auto;position:absolute;right:0;top:12%;width:29rem;z-index:10}@media only screen and (max-width:1200px){.development-hero-carousel .motif{height:70vw;max-height:300px;max-width:300px;top:12%;width:70vw}}.development-hero-carousel .motif svg{margin:2rem auto 0;width:20rem}@media only screen and (max-width:1200px){.development-hero-carousel .motif svg{margin:1rem auto 0;padding:0 2rem}}.development-hero-carousel .motif svg .st1{fill:#fff!important}.development-hero-carousel .carousel{touch-action:auto;-ms-touch-action:auto}.development-hero-carousel .carousel img{display:block;width:100%}@media only screen and (max-width:1200px){.development-hero-carousel .carousel .carousel-slide{background-position:50%;background-size:cover;height:100vw;max-height:400px}.development-hero-carousel .carousel .carousel-slide img{display:none}}.development-hero-carousel .slick-slider-dots{align-items:center;display:flex;justify-content:center;margin:0 auto;position:relative;top:-40px;width:100%;z-index:11}.development-hero-carousel .slick-slider-dots ul{list-style:none;margin:0;padding:0}.development-hero-carousel .slick-slider-dots ul li{display:inline-block;margin:0 2px}.development-hero-carousel .slick-slider-dots ul li button{background:transparent;border:4px solid #fff;border-radius:50%;color:#000;cursor:pointer;font-size:5px;height:24px;line-height:0px;overflow:hidden;transform:scale(.5);width:24px}.development-hero-carousel .slick-slider-dots ul li button:hover{background:var(--orange);border:1px solid var(--orange);color:var(--orange)}.development-hero-carousel .slick-slider-dots ul li.slick-active{position:relative}.development-hero-carousel .slick-slider-dots ul li.slick-active:after{background-color:var(--orange);border-radius:100%;content:"";height:16px;left:3px;position:absolute;top:4px;width:16px;z-index:2}.development-hero-carousel .slick-slider-dots ul li.slick-active button{background:var(--orange);border:1px solid var(--orange);color:var(--orange)}.development-body-info{padding:30px var(--desktopGutter)}@media only screen and (max-width:1200px){.development-body-info{padding:0 var(--smallGutter) 25px var(--smallGutter)}}.development-body-info .content{display:flex}@media only screen and (max-width:1200px){.development-body-info .content{display:block}}.development-body-info .content .info{flex:0 1 600px;margin-right:30px;min-width:450px}@media only screen and (max-width:1200px){.development-body-info .content .info{margin-right:0;min-width:100%}}.development-body-info .content .info h2{font-family:var(--bodyFont);font-weight:500;letter-spacing:.05rem;text-transform:uppercase}.development-body-info .content .info .button{margin-bottom:3rem}.development-body-info .content .info .hidden-description{display:none}.development-body-info .content .info .sub{font-size:15px;font-weight:500;margin-bottom:10px}.development-body-info .content .info .key-features .icon-features-dev{-moz-column-gap:3rem;column-gap:3rem;display:grid;grid-template-columns:repeat(4,1fr);row-gap:1rem}@media only screen and (max-width:1200px){.development-body-info .content .info .key-features .icon-features-dev{grid-template-columns:repeat(2,1fr)}}.development-body-info .content .info .key-features .icon-features-dev .icon-features-dev-item{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:left}.development-body-info .content .info .key-features .icon-features-dev .icon-features-dev-item__icon{max-width:75px;min-width:75px}@media only screen and (max-width:1400px){.development-body-info .content .info .key-features .icon-features-dev .icon-features-dev-item__icon{max-width:50px;min-width:50px;width:100%}}@media only screen and (max-width:1200px){.development-body-info .content .info .key-features .icon-features-dev .icon-features-dev-item__icon{max-width:75px;min-width:75px}}@media only screen and (max-width:767px){.development-body-info .content .info .key-features .icon-features-dev .icon-features-dev-item__icon{max-width:50px;min-width:50px}}.development-body-info .content .info .key-features .icon-features-dev .icon-features-dev-item__icon img{max-width:75px}@media only screen and (max-width:767px){.development-body-info .content .info .key-features .icon-features-dev .icon-features-dev-item__icon img{max-width:50px}}.development-body-info .content .info .key-features ul{list-style-type:none;margin:0 0 3rem;padding:0 0 0 30px}.development-body-info .content .info .key-features ul li{color:var(--kellenBlack);font-family:var(--bodyFont);font-weight:500;position:relative}.development-body-info .content .info .key-features ul li:before{border:2px solid var(--kellenBlack);border-radius:100%;content:"";height:10px;left:-30px;position:absolute;top:0;width:10px}.development-body-info .content .info .key-features ul li+li{margin-top:20px}.development-body-info .content .info .key-features ul li a{color:#000;text-decoration-color:var(--beetleGreen);text-decoration-thickness:.15rem}.development-body-info .content .info .key-features ul li a:hover{text-decoration-color:var(--beetleGreenHover)}@media only screen and (max-width:1200px){.development-body-info .content .info .cta a{display:block;text-align:center}}.development-body-info .content .info .cta a+a{margin-left:10px}@media only screen and (max-width:1200px){.development-body-info .content .info .cta a+a{margin-left:0;margin-top:10px}}.development-body-info .content .mortgage-match{margin:0 0 0 auto;max-width:450px}@media only screen and (max-width:1200px){.development-body-info .content .mortgage-match{margin:40px 0 0;max-width:100%}}.development-body-info .content .mortgage-match .flash-box{background:var(--beetleGreen);margin-bottom:20px;padding:20px 20px 50px}.development-body-info .content .mortgage-match .flash-box .box-content{display:flex;flex-direction:column;gap:35px;justify-content:space-between}.development-body-info .content .mortgage-match .flash-box .box-content p{color:#fff;margin:0}.development-body-info .content .mortgage-match .flash-box .box-content .title p{font-family:var(--headingFont);font-size:32px;line-height:38px;text-align:center;text-transform:none}@media only screen and (max-width:1200px){.development-body-info .content .mortgage-match .flash-box .box-content .title p span{display:block}}.development-body-info .content .mortgage-match .flash-box .box-content .box-info{display:flex;font-size:22px;line-height:26px}@media only screen and (max-width:1200px){.development-body-info .content .mortgage-match .flash-box .box-content .box-info{margin:35px auto 0;max-width:400px}}.development-body-info .content .mortgage-match .flash-box .box-content .box-info .text{color:#fff;font-family:var(--headingFont);margin-bottom:0;text-align:center}.development-body-info .content .mortgage-match .flash-box .box-content .button.outline.white{color:#fff!important;justify-content:center;text-align:center}.development-body-info .content .mortgage-match .flash-box .box-content .button.outline.white:hover{color:var(--orange)!important}.development-body-info .content .mortgage-match .flash-box.exclusive-offers-box{background:var(--darkGrey)!important}.development-body-info .content .mortgage-match .flash-box.exclusive-offers-box .text,.development-body-info .content .mortgage-match .flash-box.exclusive-offers-box .title p{color:var(--orange)!important}.development-body-info .content .mortgage-match .flash-box.exclusive-offers-box .button.outline.white{border-color:var(--orange)!important;color:var(--orange)!important}.development-body-info .content .mortgage-match .flash-box.exclusive-offers-box .button.outline.white:hover{background:var(--orange)!important;border-color:var(--orange)!important;color:var(--darkGrey)!important}.development-body-info .content .mortgage-match .box{background:var(--beetleGreen);padding:20px 20px 50px}.development-body-info .content .mortgage-match .box .box-content p{color:#fff;margin:0}.development-body-info .content .mortgage-match .box .box-content .title p:first-child{font-family:var(--bodyFont);letter-spacing:.05rem;text-align:center;text-transform:uppercase}.development-body-info .content .mortgage-match .box .box-content .title p:nth-child(2){font-family:var(--headingFont);font-size:32px;line-height:38px;text-align:center}@media only screen and (max-width:1200px){.development-body-info .content .mortgage-match .box .box-content .title p:nth-child(2) span{display:block}}.development-body-info .content .mortgage-match .box .box-content .box-info{display:flex;margin-top:35px}@media only screen and (max-width:1200px){.development-body-info .content .mortgage-match .box .box-content .box-info{margin:35px auto 0;max-width:400px}}.development-body-info .content .mortgage-match .box .box-content .box-info .icon{flex:0 0 150px;position:relative}@media only screen and (max-width:767px){.development-body-info .content .mortgage-match .box .box-content .box-info .icon{flex:0 0 120px;height:120px!important;width:120px!important}}.development-body-info .content .mortgage-match .box .box-content .box-info .icon img{border-radius:100%;left:0;margin:0 auto;right:0;width:150px}@media only screen and (max-width:1200px){.development-body-info .content .mortgage-match .box .box-content .box-info .icon img{width:120px}}.development-body-info .content .mortgage-match .box .box-content .box-info .text{margin:0 0 0 30px}.development-body-info .content .mortgage-match .box .box-content .box-info .text a{color:#fff!important;justify-content:center;margin-top:20px;text-align:center}.development-body-info .content .mortgage-match .box .box-content .box-info .text a:hover{color:var(--orange)!important}@media only screen and (max-width:767px){.development-body-info .content .mortgage-match .box .box-content .box-info .text a{display:none!important}}.development-body-info .content .mortgage-match .box .box-content .hidden-button{display:none}@media only screen and (max-width:767px){.development-body-info .content .mortgage-match .box .box-content .hidden-button{display:block;margin:20px auto 0;max-width:400px}.development-body-info .content .mortgage-match .box .box-content .hidden-button a{color:#fff!important;display:block;justify-content:center;text-align:center;width:auto}.development-body-info .content .mortgage-match .box .box-content .hidden-button a:hover{color:var(--orange)!important}}.available-homes-block{padding:30px 0}.available-homes-block .content{padding:50px var(--desktopGutter)}@media only screen and (max-width:1200px){.available-homes-block .content{padding:50px var(--smallGutter) 25px var(--smallGutter)}}.available-homes-block .content .block-heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:50px}@media only screen and (max-width:1200px){.available-homes-block .content .block-heading{display:block}}.available-homes-block .content .block-heading h2{font-size:2.6rem;margin-bottom:0;margin-right:50px}@media only screen and (max-width:1200px){.available-homes-block .content .block-heading .filter{margin-top:2rem}}.available-homes-block .content .block-heading .filter form{align-items:center;display:flex;justify-content:flex-end}@media only screen and (max-width:1200px){.available-homes-block .content .block-heading .filter form{justify-content:space-between}}.available-homes-block .content .block-heading .filter .form-control{color:var(--kellenBlack);cursor:pointer;display:grid;font-size:.85rem;gap:.7em;grid-template-columns:1em auto;line-height:.95}.available-homes-block .content .block-heading .filter .form-control+.form-control{margin-left:50px}@media only screen and (max-width:1200px){.available-homes-block .content .block-heading .filter .form-control+.form-control{margin-left:5vw}}.available-homes-block .content .block-heading .filter .form-control:hover,.available-homes-block .content .block-heading .filter .form-control:hover input[type=radio],.available-homes-block .content .block-heading .filter .form-control:hover label{color:var(--orangeHover)}.available-homes-block .content .block-heading .filter .form-control .desktop{display:none}@media only screen and (min-width:1200px){.available-homes-block .content .block-heading .filter .form-control .desktop{display:block}}.available-homes-block .content .block-heading .filter .form-control .mobile{display:none}@media only screen and (max-width:1200px){.available-homes-block .content .block-heading .filter .form-control .mobile{display:block}.available-homes-block .content .block-heading .filter .form-control{display:block;text-align:center}}.available-homes-block .content .block-heading .filter .form-control:focus-within{color:var(--beetleGreen)}.available-homes-block .content .block-heading .filter input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:.05em solid var(--beetleGreen);border-radius:50%;color:currentColor;cursor:pointer;display:grid;font:inherit;height:1.15em;margin:0;place-content:center;transform:translateY(-.075em);width:1.15em}@media only screen and (max-width:1200px){.available-homes-block .content .block-heading .filter input[type=radio]{margin:0 auto 1rem}}.available-homes-block .content .block-heading .filter input[type=radio]:checked{background:var(--beetleGreen);border-color:var(--beetleGreen)}.available-homes-block .content .block-heading .filter input[type=radio]:checked:before{transform:scale(1)}.available-homes-block .content .homes-grid{grid-gap:40px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:40px}@media only screen and (max-width:1400px){.available-homes-block .content .homes-grid{grid-template-columns:1fr 1fr 1fr}}@media only screen and (max-width:1200px){.available-homes-block .content .homes-grid{grid-template-columns:1fr 1fr}}@media only screen and (max-width:767px){.available-homes-block .content .homes-grid{grid-template-columns:1fr}}.available-homes-block.show-home-block .uc{text-transform:uppercase}.available-homes-block.show-home-block .content .block-heading{justify-content:center}.available-homes-block.show-home-block .miles svg{height:22px;margin-right:4px;position:relative;top:6px;width:13px}.show-homes-block{background-color:var(--kellenBlack)}.show-homes-block .block-heading{align-items:flex-start!important;flex-direction:column}.show-homes-block .block-heading h2{color:var(--orange)}.show-homes-block .block-heading p{color:#fff}.show-homes-block .homes-grid .home.housetype--card{box-shadow:none}.show-homes-block .homes-grid .home.housetype--card .info .text p{color:#fff}.show-homes-block .homes-grid .home.housetype--card .info .text a,.show-homes-block .homes-grid .home.housetype--card .info .text p.title{color:var(--orange)}.show-homes-block .homes-grid .home.housetype--card .info .actions a svg:hover g,.show-homes-block .homes-grid .home.housetype--card .info .actions a svg:hover path{stroke:var(--orangeHover)}.show-home-alert{background:var(--darkGrey);text-align:center}.interactive-site-plan{overflow:hidden;padding:120px var(--desktopGutter)}@media only screen and (max-width:1200px){.interactive-site-plan{padding:0 var(--smallGutter) 25px var(--smallGutter)}.interactive-site-plan.desktop{margin-top:3rem}.interactive-site-plan.desktop .site-plan-key{display:none!important}}.interactive-site-plan.mobile{display:none!important}@media only screen and (min-width:1200px){.interactive-site-plan.mobile{height:0;padding:0;visibility:hidden}}@media only screen and (max-width:1200px){.interactive-site-plan.mobile{margin-top:3rem}}.interactive-site-plan.mobile h2{font-size:2.6rem;margin-bottom:3rem}.interactive-site-plan.mobile .content{display:block}.interactive-site-plan.mobile .site-plan-key{display:none!important}.interactive-site-plan.simple-site-plan{margin-top:3rem}.interactive-site-plan.simple-site-plan h2{font-size:2.6rem;margin-bottom:3rem}.interactive-site-plan.simple-site-plan .content{display:block}.interactive-site-plan.simple-site-plan .site-plan-key{display:none!important}.interactive-site-plan .content{display:flex;justify-content:space-between;overflow:hidden}.interactive-site-plan .content .site-plan-image{flex:1 1 auto;position:relative}.interactive-site-plan .content .site-plan-image.dynamic{width:57%}.interactive-site-plan .content .site-plan-image .map-container .site-plan img{width:100%}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-container{position:relative}.interactive-site-plan .content .site-plan-image .map-container .plot-icon{border-radius:50%;box-sizing:border-box;display:block;position:absolute;transform:translate(-50%,-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}.interactive-site-plan .content .site-plan-image .map-container .plot-icon:hover{cursor:pointer}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup{background:var(--darkGrey);cursor:auto;display:none;padding:1.5rem;position:absolute;transform:translateY(-110%);width:350px;z-index:999}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup__bottom-row,.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup__top-row{display:flex;justify-content:space-between;margin-top:1rem}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup__top-row{margin-top:0}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup__bottom-row{gap:1rem}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup__bottom-row .plot-icon-popup-link{text-align:right}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup__image{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin-top:1rem}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup__image--left{flex:0 0 40%}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup__image--right{text-align:right}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup__image--right .plot-icon-popup-price{margin-top:1rem}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup .close-plot-icon-popup{cursor:pointer;position:absolute;right:1.6rem;top:1rem}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup p{color:var(--orange);font-size:1.6rem;margin:0}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup p a{color:var(--orange);display:block;font-weight:400!important;text-decoration:none}.interactive-site-plan .content .site-plan-image .map-container .plot-icon-popup p a:hover{border-bottom:none!important;color:var(--orangeHover)}.interactive-site-plan .content .site-plan-image .map-container .sold-plot-icon:hover{cursor:move!important}.interactive-site-plan .content .site-plan-image .custom-modules{align-items:center;display:flex;flex-direction:row-reverse;justify-content:flex-end;left:0;position:absolute;top:0;z-index:50}.interactive-site-plan .content .site-plan-image .custom-in-zoomer{margin-right:5px}.interactive-site-plan .content .site-plan-image .custom-in-zoomer,.interactive-site-plan .content .site-plan-image .custom-out-zoomer{align-items:center;background:var(--beetleGreen);color:#fff;cursor:pointer;display:flex;font-size:2rem;font-weight:600;height:50px;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:50px}.interactive-site-plan .content .site-plan-image .custom-in-zoomer.zoomist-zoomer-disable,.interactive-site-plan .content .site-plan-image .custom-out-zoomer.zoomist-zoomer-disable{background:var(--beetleGreen)!important;opacity:1!important}.interactive-site-plan .content .site-plan-image .custom-in-zoomer:hover,.interactive-site-plan .content .site-plan-image .custom-out-zoomer:hover{background-color:var(--beetleGreenHover)}.interactive-site-plan .content .site-plan-key{align-items:center;display:flex;flex:0 0 450px;margin-left:100px;position:relative;transition:all .3s ease-out}@media only screen and (max-width:1200px){.interactive-site-plan .content .site-plan-key{display:none}}.interactive-site-plan .content .site-plan-key.closed{flex:0 0 0px}.interactive-site-plan .content .site-plan-key .toggleKey{align-items:center;background-color:var(--beetleGreen);display:flex;height:35px;justify-content:center;left:-35px;position:absolute;top:94px;transition:transform .5s ease-out;width:35px}.interactive-site-plan .content .site-plan-key .toggleKey:hover{background-color:var(--beetleGreenHover)}.interactive-site-plan .content .site-plan-key .toggleKey.active svg{transform:rotate(-180deg)}.interactive-site-plan .content .site-plan-key .toggleKey svg{height:auto;width:6px}.interactive-site-plan .content .site-plan-key .toggleKey svg path{stroke:#fff}.interactive-site-plan .content .site-plan-key .site-plan-key-content{position:absolute;right:0;top:30px;width:100%}.interactive-site-plan .content .site-plan-key .site-plan-key-content h2{font-size:2.4rem}.interactive-site-plan .content .site-plan-key .site-plan-key-content h2 span{color:var(--kellenBlack)}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner{background-color:var(--darkGreyBlue);padding:30px;position:relative}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status{margin-bottom:40px}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status p{color:var(--orange);font-size:.96rem;font-weight:500;letter-spacing:.05rem;margin-bottom:10px;text-transform:uppercase}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status form{align-items:center;display:flex;justify-content:flex-start}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control{color:#fff;cursor:pointer;display:grid;font-size:.85rem;gap:.7em;grid-template-columns:1em auto;line-height:.95}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control+.form-control{margin-left:25px}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control:hover,.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control:hover input[type=checkbox],.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control:hover label{color:var(--orangeHover)}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.red{color:#fff!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.red:hover{color:var(--grey)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.red:hover input[type=checkbox],.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.red:hover label{color:var(--filterRed)}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.red:focus-within{color:var(--grey)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.red input[type=checkbox]{border-color:var(--filterRed)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.red input[type=checkbox]:before{background-color:var(--filterRed)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.red input[type=checkbox]:checked{border-color:var(--filterRed)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.green{color:#fff!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.green:hover{color:var(--grey)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.green:hover input[type=checkbox],.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.green:hover label{color:var(--filterGreen)}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.green:focus-within{color:#fff!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.green input[type=checkbox]{border-color:var(--filterGreen)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.green input[type=checkbox]:before{background-color:var(--filterGreen)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.green input[type=checkbox]:checked{border-color:var(--filterGreen)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.blue{color:#fff!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.blue:hover{color:var(--grey)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.blue:hover input[type=checkbox],.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.blue:hover label{color:var(--filterBlue)}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.blue:focus-within{color:#fff!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.blue input[type=checkbox]{border-color:var(--filterBlue)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.blue input[type=checkbox]:before{background-color:var(--filterBlue)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.blue input[type=checkbox]:checked{border-color:var(--filterBlue)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.brown{color:#fff!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.brown:hover{color:var(--grey)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.brown:hover input[type=checkbox],.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.brown:hover label{color:var(--filterBrown)}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.brown:focus-within{color:#fff!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.brown input[type=checkbox]{border-color:var(--filterBrown)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.brown input[type=checkbox]:before{background-color:var(--filterBrown)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control.brown input[type=checkbox]:checked{border-color:var(--filterBrown)!important}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status .form-control:focus-within{color:var(--orange)}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--darkGreyBlue);border:.2em solid;border-radius:50%;color:currentColor;cursor:pointer;display:grid;font:inherit;height:16px;margin:0;place-content:center;transform:translateY(-.075em);width:16px}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status input[type=checkbox]:before{background-color:var(--orange);border-radius:50%;box-shadow:inset 1em 1em var(--form-control-color);content:"";height:10px;position:relative;top:0;transform:scale(0);transition:transform .12s ease-in-out;width:10px}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status input[type=checkbox]:checked{border-color:var(--orange)}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .plot-status input[type=checkbox]:checked:before{transform:scale(1)}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type p{color:var(--orange);font-size:.96rem;font-weight:500;letter-spacing:.05rem;margin-bottom:10px;text-transform:uppercase}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type form{align-items:center;display:grid;grid-template-columns:1fr 1fr;justify-content:flex-start}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type .form-control{color:#fff;cursor:pointer;display:grid;font-size:1rem;gap:.7em;grid-template-columns:1em 1fr;line-height:.95;margin-bottom:2rem}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type .form-control span{display:block}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type .form-control span:first-child{font-size:.95rem;font-weight:500;line-height:1rem}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type .form-control span:nth-child(2){font-size:.8rem;font-weight:400;line-height:1.3rem}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type .form-control:hover,.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type .form-control:hover input[type=radio],.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type .form-control:hover label{color:var(--inputColor)}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type .form-control:focus-within{color:var(--inputColor)}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type input[type=checkbox],.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--darkGreyBlue);border:.2em solid var(--inputColor);border-radius:50%;color:currentColor;cursor:pointer;display:grid;font:inherit;height:16px;margin:4px 0 0;place-content:center;transform:translateY(-.075em);width:16px}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type input[type=checkbox]:before,.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type input[type=radio]:before{background-color:var(--inputColor);border-radius:50%;box-shadow:inset 1em 1em var(--form-control-color);content:"";height:10px;position:relative;top:0;transform:scale(0);transition:transform .12s ease-in-out;width:10px}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type input[type=checkbox]:checked,.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type input[type=radio]:checked{border-color:var(--inputColor)}.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type input[type=checkbox]:checked:before,.interactive-site-plan .content .site-plan-key .site-plan-key-content .site-plan-key-content-inner .house-type input[type=radio]:checked:before{transform:scale(1)}.development-virtual-tour{padding:30px var(--desktopGutter)}@media only screen and (max-width:1200px){.development-virtual-tour{margin-top:2rem;padding:0 var(--smallGutter) 25px var(--smallGutter)}}.development-virtual-tour .content{position:relative}.development-virtual-tour .content .title-with-circle h2{padding-left:140px;position:relative;top:130px}.development-virtual-tour .content .title-with-circle h2 span{color:#fff}.development-virtual-tour .content .title-with-circle .circle{margin:140px 0 0 70px}.development-virtual-tour .content .iframe-container{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.development-virtual-tour .content .iframe-container.show{line-height:0;opacity:1;overflow:hidden;padding-top:56.25%;position:relative}.development-virtual-tour .content .iframe-container iframe{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.development-virtual-tour .content .darken{overflow:hidden}@media only screen and (max-width:1200px){.development-virtual-tour .content .darken img{left:0;min-width:35rem;position:relative}}@media only screen and (max-width:480px){.development-virtual-tour .content .darken img{left:-10%}}.development-virtual-tour .content .play-button{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:5px;width:100%;z-index:50}@media only screen and (max-width:1200px){.development-virtual-tour .content .play-button{bottom:1rem;display:block;height:inherit;left:inherit;right:1rem;top:inherit;width:inherit}}.development-virtual-tour .content .play-button svg{display:block}.development-virtual-tour .content .play-button svg:hover path{fill:var(--kellenBlack)}.development-location{margin-top:2rem;padding:30px var(--desktopGutter)}@media only screen and (max-width:1200px){.development-location{padding:0 var(--smallGutter) 25px var(--smallGutter)}}.development-location .content{align-items:flex-start;display:flex;position:relative}@media only screen and (max-width:1200px){.development-location .content{display:block}}.development-location .content .image{flex:1 1 auto;margin-right:80px;position:relative}@media only screen and (max-width:1200px){.development-location .content .image{margin-right:0;width:100%}}.development-location .content .image .title-with-circle h2{line-height:27px;padding-left:140px;position:relative;top:130px}.development-location .content .image .title-with-circle h2 span{color:#fff}.development-location .content .image .title-with-circle .circle{margin:140px 0 0 70px}.development-location .content .text{flex:0 0 400px}@media only screen and (max-width:1200px){.development-location .content .text{padding-top:3rem}}.development-location .content .text h2,.development-location .content .text h4{color:var(--kellenBlack);font-family:var(--bodyFont);text-transform:uppercase}.get-directions-box{padding:0 var(--desktopGutter) 60px var(--desktopGutter)}@media only screen and (max-width:1200px){.get-directions-box{padding:0 var(--smallGutter) 25px var(--smallGutter)}}.get-directions-box .content{align-items:center;background-color:var(--kellenBlack);display:flex}@media only screen and (max-width:1200px){.get-directions-box .content{display:block}}.get-directions-box .content .text{flex:1 1 auto;padding:2.5rem}.get-directions-box .content .text p{color:#fff;font-size:1.1rem;margin:0}.get-directions-box .content .text p:first-child{color:var(--orange);font-family:var(--headingFont);font-size:2.4rem;margin-bottom:.2rem}.get-directions-box .content .form{flex:0 1 500px;padding:2.5rem}@media only screen and (max-width:1200px){.get-directions-box .content .form{padding-top:0}}.get-directions-box .content .form form{align-items:center;display:flex;justify-content:flex-end}@media only screen and (max-width:1200px){.get-directions-box .content .form form{display:block}}.get-directions-box .content .form form input{border:none;height:50px;margin-right:15px;padding:0 10px;width:100%}.get-directions-box .content .form form input::-moz-placeholder{font-size:.9rem;font-weight:500;text-align:center}.get-directions-box .content .form form input::placeholder{font-size:.9rem;font-weight:500;text-align:center}@media only screen and (max-width:1200px){.get-directions-box .content .form form input{display:block;margin:0 0 1rem;padding:0;width:100%}}.get-directions-box .content .form form button{min-width:240px}@media only screen and (max-width:1200px){.get-directions-box .content .form form button{min-width:100%}}.development-whats-nearby{padding:30px var(--desktopGutter) 30px var(--desktopGutter)}@media only screen and (max-width:1200px){.development-whats-nearby{display:none}}.development-whats-nearby .content{position:relative}.development-whats-nearby .content .google-map-wrap{background-color:var(--darkGrey);height:700px;width:100%}.development-whats-nearby .content .google-map-key{background-color:var(--kellenBlack);left:60px;position:absolute;top:20%;width:320px}.development-whats-nearby .content .google-map-key .google-map-key-content .title-info{padding:2.5rem}.development-whats-nearby .content .google-map-key .google-map-key-content .title-info>p{color:var(--orange);font-family:var(--headingFont);font-size:2.7rem;margin:0 0 10px}.development-whats-nearby .content .google-map-key .google-map-key-content .title-info .info{align-items:center;display:flex;justify-content:space-between}.development-whats-nearby .content .google-map-key .google-map-key-content .title-info .info p{color:#fff;font-size:.9rem;margin:0}.development-whats-nearby .content .google-map-key .google-map-key-content .title-info .info a{color:#fff;font-size:.9rem;margin-left:10px;text-decoration:none}.development-whats-nearby .content .google-map-key .google-map-key-content .title-info .info a:hover{color:var(--orange)}.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid{padding-bottom:2.5rem}.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row{padding-left:2.5rem;padding-right:2.5rem}.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col svg{height:50px;width:35px}.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col .form-control{align-items:center;color:#fff;cursor:pointer;display:grid;font-size:1rem;gap:.7em;grid-template-columns:1fr 34px;line-height:.95;margin-bottom:0}.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col .form-control span{grid-gap:10px;align-items:center;display:grid;grid-template-columns:35px 1fr}.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col .form-control span:nth-child(2){font-size:.9rem;font-weight:400;letter-spacing:.08rem;line-height:1.3rem;text-transform:uppercase}.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col .form-control:hover,.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col .form-control:hover input[type=radio],.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col .form-control:hover label{color:var(--orange)}.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col .form-control:focus-within{color:var(--orange)}.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col input[type=checkbox],.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--darkGreyBlue);border:.05em solid;border-radius:50%;color:currentColor;cursor:pointer;display:grid;font:inherit;height:16px;margin:4px 0 0;place-content:center;transform:translateY(-.075em);width:16px}.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col input[type=checkbox]:before,.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col input[type=radio]:before{background-color:var(--orange);border-radius:50%;box-shadow:inset 1em 1em var(--form-control-color);content:"";height:10px;position:relative;top:0;transform:scale(0);transition:transform .12s ease-in-out;width:10px}.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col input[type=checkbox]:checked,.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col input[type=radio]:checked{border-color:var(--orange)}.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col input[type=checkbox]:checked:before,.development-whats-nearby .content .google-map-key .google-map-key-content .key-selections .key-grid .key-row .key-col input[type=radio]:checked:before{transform:scale(1)}.helping-you-move-block{margin-top:2rem;padding:30px var(--desktopGutter) 30px var(--desktopGutter)}@media only screen and (max-width:1200px){.helping-you-move-block{padding:0 var(--smallGutter) 25px var(--smallGutter)}}.helping-you-move-block .content{position:relative}.helping-you-move-block .content .title-with-circle{z-index:1}.helping-you-move-block .content .title-with-circle h2{line-height:23px;padding-left:140px;position:relative;top:130px}.helping-you-move-block .content .title-with-circle h2 span{color:#fff}.helping-you-move-block .content .title-with-circle .circle{margin:140px 0 0 70px}.helping-you-move-block .content .carousel{position:relative;top:0;width:100%;z-index:0}.helping-you-move-block .content .carousel .helping-you-move-slide{align-items:center;display:flex}@media only screen and (max-width:1200px){.helping-you-move-block .content .carousel .helping-you-move-slide{display:block}}.helping-you-move-block .content .carousel .helping-you-move-slide .image{flex:0 0 720px;margin-right:80px;max-width:719px;position:relative}@media only screen and (max-width:1200px){.helping-you-move-block .content .carousel .helping-you-move-slide .image{flex:1 1 auto;margin-bottom:2rem;margin-right:0;max-width:100%;width:100%}}.helping-you-move-block .content .carousel .helping-you-move-slide .text{flex:1 1 auto}@media only screen and (max-width:1200px){.helping-you-move-block .content .carousel .helping-you-move-slide .text{text-align:center}}.helping-you-move-block .content .carousel .helping-you-move-slide .text .htb{display:block;margin-bottom:2rem;max-width:110px;width:100%}@media only screen and (max-width:1200px){.helping-you-move-block .content .carousel .helping-you-move-slide .text .htb{margin:0 auto 2rem}}.helping-you-move-block .content .carousel .helping-you-move-slide .text h2{color:var(--orange);font-family:var(--bodyFont);text-transform:uppercase}.helping-you-move-block .helping-you-move-slick-slider-dots{align-items:center;display:flex;justify-content:center;margin:0 auto;position:relative;top:-40px;width:100%}@media only screen and (max-width:1200px){.helping-you-move-block .helping-you-move-slick-slider-dots{display:none}}.helping-you-move-block .helping-you-move-slick-slider-dots.mobile-dots{display:none}@media only screen and (max-width:1200px){.helping-you-move-block .helping-you-move-slick-slider-dots.mobile-dots{align-items:flex-end!important;bottom:37%;display:flex!important;justify-content:flex-end!important;position:absolute!important;right:30px!important;z-index:5!important}}@media only screen and (max-width:992px){.helping-you-move-block .helping-you-move-slick-slider-dots.mobile-dots{align-items:flex-end!important;bottom:45%;bottom:50%;display:flex!important;justify-content:flex-end!important;position:absolute!important;right:30px!important;z-index:5!important}}.helping-you-move-block .helping-you-move-slick-slider-dots ul{list-style:none;margin:0;padding:0}.helping-you-move-block .helping-you-move-slick-slider-dots ul li{display:inline-block;margin:0 2px}.helping-you-move-block .helping-you-move-slick-slider-dots ul li button{background:transparent;border:4px solid #fff;border-radius:50%;color:#000;cursor:pointer;font-size:5px;height:24px;line-height:0px;overflow:hidden;transform:scale(.5);width:24px}.helping-you-move-block .helping-you-move-slick-slider-dots ul li button:hover{background:var(--orange);border:1px solid var(--orange);color:var(--orange)}.helping-you-move-block .helping-you-move-slick-slider-dots ul li.slick-active{position:relative}.helping-you-move-block .helping-you-move-slick-slider-dots ul li.slick-active:after{background-color:var(--orange);border-radius:100%;content:"";height:16px;left:3px;position:absolute;top:4px;width:16px;z-index:2}.helping-you-move-block .helping-you-move-slick-slider-dots ul li.slick-active button{background:var(--orange);border:1px solid var(--orange);color:var(--orange)}.full-width-image-slider{overflow:hidden;padding:8rem 0 30px;position:relative}.full-width-image-slider .content{background:var(--kellenBlack);min-height:500px;overflow-y:visible;padding:50px 0;position:relative}@media only screen and (max-width:1200px){.full-width-image-slider .content{min-height:inherit;padding:50px 0}}.full-width-image-slider .content .orange-title{left:100px;position:absolute}@media only screen and (max-width:1200px){.full-width-image-slider .content .orange-title{left:25px}}.full-width-image-slider .content .orange-title h2{color:var(--orange)}.full-width-image-slider .content .carousel{height:500px;margin-top:60px;overflow:hidden;position:absolute;right:50px;top:50px;width:1200px;z-index:100}@media only screen and (max-width:1200px){.full-width-image-slider .content .carousel{height:auto;width:100%}}.full-width-image-slider .content .carousel .slide-image{width:500px}.full-width-image-slider .content .carousel .slide-image .bg{background-position:50%;background-size:cover;height:100%;width:100%}.full-width-image-slider .content .carousel .slide-image.slick-current.slick-active{height:1000px;margin:0 25px;width:1000px}.full-width-image-slider .content .swiper{height:500px;margin:2rem 0 2rem auto;position:relative;width:calc(100% - 100px);z-index:0}@media only screen and (max-width:1200px){.full-width-image-slider .content .swiper{height:auto;width:calc(100% - 30px)}}@media only screen and (max-width:992px){.full-width-image-slider .content .swiper{height:auto}}.full-width-image-slider .content .swiper .swiper-wrapper{align-items:center}.full-width-image-slider .content .swiper .swiper-slide{background-position:50%;background-size:cover;height:250px;margin-top:100px;opacity:.5;position:relative}@media only screen and (max-width:1200px){.full-width-image-slider .content .swiper .swiper-slide{margin-top:0}}@media only screen and (max-width:992px){.full-width-image-slider .content .swiper .swiper-slide{height:200px;margin-top:0}}@media only screen and (max-width:767px){.full-width-image-slider .content .swiper .swiper-slide{height:155px;margin-top:0}}.full-width-image-slider .content .swiper .swiper-slide .zoom-image{background-color:var(--beetleGreen);bottom:70px;display:none;height:40px;position:absolute;right:20px;width:40px;z-index:1}@media only screen and (max-width:1200px){.full-width-image-slider .content .swiper .swiper-slide .zoom-image{bottom:20px}}.full-width-image-slider .content .swiper .swiper-slide .zoom-image:hover{background-color:var(--beetleGreenHover);cursor:pointer}.full-width-image-slider .content .swiper .swiper-slide.swiper-slide-active{height:500px!important;opacity:1;width:650px!important}@media only screen and (max-width:992px){.full-width-image-slider .content .swiper .swiper-slide.swiper-slide-active{height:300px!important;width:450px!important}}@media only screen and (max-width:767px){.full-width-image-slider .content .swiper .swiper-slide.swiper-slide-active{height:290px!important;width:380px!important}}@media only screen and (max-width:480px){.full-width-image-slider .content .swiper .swiper-slide.swiper-slide-active{height:253px!important;width:321px!important}}.full-width-image-slider .content .swiper .swiper-slide.swiper-slide-active .zoom-image{align-items:center;display:flex;justify-content:center}.full-width-image-slider .content .title-with-circle{margin-left:90px;z-index:1}.full-width-image-slider .content .title-with-circle h2{line-height:23px;padding-left:140px;position:relative;top:0}.full-width-image-slider .content .title-with-circle h2 span{color:#fff}.full-width-image-slider .content .title-with-circle .circle{margin:0 0 0 70px}.social-feed{margin-top:4rem;padding:30px var(--desktopGutter) 30px var(--desktopGutter)}@media only screen and (max-width:1200px){.social-feed{padding:0 var(--smallGutter) 25px var(--smallGutter)}}.social-feed .content h2{color:var(--darkGrey);font-size:2.6rem}.social-feed .content h2 span{color:var(--orange)}.social-feed .content .feed-grid{grid-gap:2rem;display:grid;grid-template-columns:1fr 1fr 1fr}@media only screen and (max-width:1200px){.social-feed .content .feed-grid{grid-template-columns:1fr}}.social-feed .content .feed-grid .feed-grid-image img{display:block;width:100%}.social-feed .content .load-more{color:#000;display:block;font-size:12px;font-weight:600;letter-spacing:.025rem;margin:1rem auto 0;text-align:center;text-decoration:none;text-transform:uppercase;width:100px}@media only screen and (max-width:1200px){.social-feed .content .load-more{margin-top:2rem}}.social-feed .content .load-more:hover{color:var(--orangeHover)}.social-feed .content .load-more svg{display:block;height:auto;margin:5px auto 0;max-width:40px;transform:rotate(90deg)}.internal-links{margin-bottom:4rem;margin-top:4rem;padding:30px var(--desktopGutter)}@media only screen and (max-width:1200px){.internal-links{padding:0 var(--smallGutter) 25px var(--smallGutter)}}.internal-links .content .internal-links-grid{grid-gap:80px;display:grid;grid-template-columns:1fr 1fr 1fr}@media only screen and (max-width:1200px){.internal-links .content .internal-links-grid{grid-gap:2rem;grid-template-columns:1fr}}.internal-links .content .internal-links-grid .link-item{background-color:var(--lightGrey);display:block;text-decoration:none}.internal-links .content .internal-links-grid .link-item .image img{display:block;width:100%}.internal-links .content .internal-links-grid .link-item .text{padding:25px}.internal-links .content .internal-links-grid .link-item .text .title{color:var(--kellenBlack);font-family:var(--headingFont);font-size:2.6rem;font-weight:500;line-height:2.6rem;margin:0 0 1rem;transition:color .3s ease-out}.internal-links .content .internal-links-grid .link-item .text p{text-align:center}.internal-links .content .internal-links-grid .link-item .text a{display:block;margin:0 auto;max-width:170px;text-align:center}.internal-links .content .internal-links-grid .link-item:hover .text .title{color:var(--kellenBlackHover)}.developments-download-brochure-heading-section{padding:25px var(--desktopGutter)}@media only screen and (max-width:1200px){.developments-download-brochure-heading-section{padding:50px var(--smallGutter) 50px var(--smallGutter)}.developments-download-brochure-heading-section .developments-download-brochure-heading-section-breadcrumbs{margin-top:74px}}.developments-download-brochure-heading-section .developments-download-brochure-heading-section-breadcrumbs__text--link{text-decoration:none}.developments-download-brochure-heading-section .developments-download-brochure-heading-section-breadcrumbs__text--arrow svg{height:10px;margin:0 3px}.developments-download-brochure-heading-section .developments-download-brochure-heading-section-breadcrumbs__text--arrow svg path{stroke:var(--orange)}.developments-download-brochure-heading-section-information__text{margin-bottom:0}@media only screen and (min-width:1200px){.enquiry-form-download-brochure .form-submit-row{grid-template-columns:1fr 400px}}@media only screen and (max-width:1200px){.enquiry-form-download-brochure .submit{flex-direction:column}}.enquiry-form-download-brochure .submit .button{box-sizing:border-box;text-align:center;width:190px!important}@media only screen and (max-width:1200px){.enquiry-form-download-brochure .submit .button{width:100%!important}}.enquiry-form-download-brochure .submit .button:first-child{margin-right:auto}@media only screen and (max-width:1200px){.enquiry-form-download-brochure .submit .button:first-child{margin-bottom:20px;margin-right:0}}.enquiry-form-download-brochure .submit .skip-button{background-color:var(--darkGreyBlue);border-radius:40px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:.05rem;padding:1.3rem 2rem;text-align:center;text-transform:uppercase;text-underline-offset:3px;transition:all .5s ease-out;width:190px!important}.enquiry-form-download-brochure .submit .skip-button:hover{color:var(--grey)}@media only screen and (max-width:1200px){.enquiry-form-download-brochure .submit .skip-button{width:100%!important}}.page--ancillary-header{padding:25px var(--desktopGutter)}@media only screen and (max-width:1200px){.page--ancillary-header{padding:50px var(--smallGutter) 50px var(--smallGutter)}}.page--ancillary-header .page--ancillary-header-breadcrumbs__text--link{text-decoration:none}.page--ancillary-header .page--ancillary-header-breadcrumbs__text--arrow svg{height:10px;margin:0 3px}.page--ancillary-header .page--ancillary-header-breadcrumbs__text--arrow svg path{stroke:var(--beetleGreen)}.page--ancillary-header .page--ancillary-header-information__heading{color:var(--beetleGreen)}.page--ancillary-header .page--ancillary-header-information__text{font-weight:500;margin-bottom:0}.module__appointment{margin-bottom:20px}@media only screen and (max-width:1200px){.module__appointment{padding:0 20px}}.module__appointment *{box-sizing:border-box}.module__appointment h2{margin-bottom:20px}.module__appointment h3{margin-bottom:20px;margin-top:0}.module__appointment .loading-panel{display:flex;display:none;height:90%}.module__appointment .appointment-section-wrap{min-height:284px;position:relative}.module__appointment .appointment-section-wrap.error{border:2px solid #f00013}.module__appointment .appointment-block,.module__appointment .appointment-block-replicant{margin:auto;max-width:600px;width:80%}@media only screen and (max-width:1200px){.module__appointment .appointment-block,.module__appointment .appointment-block-replicant{max-width:100%;width:100%}}.module__appointment .appointment-block .title,.module__appointment .appointment-block-replicant .title{color:#000;font-size:1.2rem;font-weight:600;text-align:center}.module__appointment .appointment-block .content,.module__appointment .appointment-block-replicant .content{padding:20px;width:100%}@media only screen and (max-width:1200px){.module__appointment .appointment-block .content,.module__appointment .appointment-block-replicant .content{padding:20px 0}}.module__appointment .appointment-block .buttons,.module__appointment .appointment-block-replicant .buttons{padding-top:20px;text-align:center}.module__appointment .appointment-block .buttons a,.module__appointment .appointment-block-replicant .buttons a{margin:auto;max-width:120px}.module__appointment .appointment-block-replicant.time-panel,.module__appointment .appointment-block.time-panel{display:none}.module__appointment .appointment-block-replicant.time-panel .times,.module__appointment .appointment-block.time-panel .times{display:flex;flex-wrap:wrap;justify-content:flex-start;padding:20px}@media only screen and (max-width:1200px){.module__appointment .appointment-block-replicant.time-panel .times,.module__appointment .appointment-block.time-panel .times{padding:0}}.module__appointment .appointment-block-replicant.time-panel .times .error,.module__appointment .appointment-block.time-panel .times .error{text-align:center;width:100%}.module__appointment .appointment-block-replicant.time-panel .times .time,.module__appointment .appointment-block.time-panel .times .time{background:var(--darkGreyBlue);color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;margin:9px;padding:15px;text-align:center;width:29.8%}@media only screen and (max-width:992px){.module__appointment .appointment-block-replicant.time-panel .times .time,.module__appointment .appointment-block.time-panel .times .time{width:100%}}.module__appointment .appointment-block-replicant.time-panel .times .time:hover,.module__appointment .appointment-block.time-panel .times .time:hover{background:#1a1a1a}.module__appointment .appointment-block-replicant.summary-panel,.module__appointment .appointment-block-replicant.summary-panel-replicant,.module__appointment .appointment-block.summary-panel,.module__appointment .appointment-block.summary-panel-replicant{display:none}.module__appointment .appointment-block-replicant.summary-panel .info,.module__appointment .appointment-block-replicant.summary-panel-replicant .info,.module__appointment .appointment-block.summary-panel .info,.module__appointment .appointment-block.summary-panel-replicant .info{background:var(--darkGreyBlue);padding:30px}.module__appointment .appointment-block-replicant.summary-panel .info .date,.module__appointment .appointment-block-replicant.summary-panel-replicant .info .date,.module__appointment .appointment-block.summary-panel .info .date,.module__appointment .appointment-block.summary-panel-replicant .info .date{color:#fff;font-size:1.8rem;font-weight:600;margin-bottom:10px;text-align:center}.module__appointment .appointment-block-replicant.summary-panel .info .time,.module__appointment .appointment-block-replicant.summary-panel-replicant .info .time,.module__appointment .appointment-block.summary-panel .info .time,.module__appointment .appointment-block.summary-panel-replicant .info .time{color:#fff;font-size:1.4rem;font-weight:600;text-align:center}.module__appointment .appointment-block-replicant.show,.module__appointment .appointment-block.show{display:block}.module__appointment .calendar{width:100%}.module__appointment .calendar .ui-widget{font-size:1.1em}.module__appointment .calendar .ui-datepicker{display:none;padding:0!important;width:100%}@media only screen and (max-width:1200px){.module__appointment .calendar .ui-datepicker{width:100%}.module__appointment .calendar .ui-datepicker table{overflow:hidden;width:100%}}.module__appointment .calendar .ui-datepicker table{border-collapse:collapse;font-size:.9em;margin:0;width:100%}.module__appointment .calendar .ui-datepicker td{border:0;border-right:1px solid #e8e8e8;padding:0}.module__appointment .calendar .ui-datepicker td:hover{background-color:#000}.module__appointment .calendar .ui-datepicker td:last-child{border-right:0}.module__appointment .calendar .ui-datepicker .ui-datepicker-title{font-size:1.6rem;font-weight:400;line-height:1.8em;margin:0 2.3em;text-align:center}.module__appointment .calendar .ui-datepicker td a,.module__appointment .calendar .ui-datepicker td span{padding:1.5em!important}@media only screen and (max-width:1200px){.module__appointment .calendar .ui-datepicker td a,.module__appointment .calendar .ui-datepicker td span{padding:2em .25em!important}}.module__appointment .calendar .ui-datepicker-header{padding:15px 0}.module__appointment .calendar .ui-state-default,.module__appointment .calendar .ui-widget-content .ui-state-default,.module__appointment .calendar .ui-widget-header .ui-state-default{background:#fff;border:0;color:#555;font-weight:400}.module__appointment .calendar .ui-datepicker-today .ui-state-highlight{background:var(--orange)}.module__appointment .calendar .ui-state-default.ui-state-hover{background:var(--orangeHover);color:#fff}.module__appointment .calendar .ui-state-active,.module__appointment .calendar .ui-widget-content .ui-state-active,.module__appointment .calendar .ui-widget-header .ui-state-active{background:#fff;border:0;color:#fff;font-weight:400}.module__appointment .calendar .ui-datepicker td a,.module__appointment .calendar .ui-datepicker td span{display:block;padding:.2em;text-align:center;text-decoration:none}.module__appointment .calendar .ui-widget-header{background:var(--darkGreyBlue);border:0;color:#222;color:#fff;font-weight:700}.module__appointment .calendar .ui-corner-all,.module__appointment .calendar .ui-corner-left,.module__appointment .calendar .ui-corner-tl,.module__appointment .calendar .ui-corner-top{border-top-left-radius:0}.module__appointment .calendar .ui-corner-all,.module__appointment .calendar .ui-corner-right,.module__appointment .calendar .ui-corner-top,.module__appointment .calendar .ui-corner-tr{border-top-right-radius:0}.module__appointment .calendar .ui-corner-all,.module__appointment .calendar .ui-corner-bl,.module__appointment .calendar .ui-corner-bottom,.module__appointment .calendar .ui-corner-left{border-bottom-left-radius:0}.module__appointment .calendar .ui-corner-all,.module__appointment .calendar .ui-corner-bottom,.module__appointment .calendar .ui-corner-br,.module__appointment .calendar .ui-corner-right{border-bottom-right-radius:0}.module__appointment .calendar .ui-datepicker-calendar thead{background:var(--grey);color:#fff;font-size:.85em;font-weight:400}.module__appointment .calendar .ui-datepicker-calendar thead span{font-weight:500}.module__appointment .calendar .ui-icon.ui-icon-circle-triangle-w{background:url(/images/icons/white-arrow.png);background-position:50%;background-repeat:no-repeat;background-size:contain;transform:rotateY(180deg)}.module__appointment .calendar .ui-datepicker-next.ui-corner-all,.module__appointment .calendar .ui-datepicker-prev.ui-corner-all{top:21px}.module__appointment .calendar .ui-datepicker-next.ui-state-hover,.module__appointment .calendar .ui-datepicker-prev.ui-state-hover{background:hsla(0,0%,100%,.32);border:1px solid #000!important;cursor:pointer}.module__appointment .calendar .ui-icon.ui-icon-circle-triangle-e{background:url(/images/icons/white-arrow.png);background-position:50%;background-repeat:no-repeat;background-size:contain}.module__appointment .calendar .ui-state-disabled{opacity:1}.module__appointment .calendar .ui-state-disabled span{color:#cacaca!important}@media only screen and (max-width:1200px){.enquiry-form-large #appointment-enquiry-form .submit{display:block}}.enquiry-form-large #appointment-enquiry-form .final-change-button{box-sizing:border-box;margin-left:auto;text-align:center}@media only screen and (max-width:1200px){.enquiry-form-large #appointment-enquiry-form .final-change-button{margin-bottom:15px;width:100%}}.showhome--header .inner{align-items:center;display:grid;grid-template-columns:1fr 1fr;margin:0 auto;padding:50px var(--desktopGutter) 30px var(--desktopGutter)}@media only screen and (max-width:1200px){.showhome--header .inner{padding:120px var(--smallGutter) 25px var(--smallGutter)}}@media only screen and (max-width:992px){.showhome--header .inner{display:block}}.showhome--header .inner .header-title{align-items:center;display:flex}@media only screen and (max-width:992px){.showhome--header .inner .header-title{margin-bottom:2rem}}.showhome--header .inner .header-title h1{align-items:center;margin:0}.showhome--header .inner .header-title h1 span{color:var(--orange)}.showhome--header .inner .postcode-search{display:flex;justify-content:flex-end}@media only screen and (max-width:992px){.showhome--header .inner .postcode-search{display:block}}.showhome--header .inner .postcode-search form input{background-color:transparent;border:1px solid var(--orange);box-shadow:none;box-sizing:border-box;color:#000;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;height:51px;margin-right:1rem;min-width:15rem;padding-left:1rem;padding-right:1rem;text-decoration:none}@media only screen and (max-width:992px){.showhome--header .inner .postcode-search form input{margin-bottom:1rem;margin-right:0;width:100%}}.showhome--header .inner .postcode-search form input:focus{border-radius:0!important}.showhome--header .inner .postcode-search form input::-moz-placeholder{color:#000}.showhome--header .inner .postcode-search form input::placeholder{color:#000}@media only screen and (max-width:992px){.showhome--header .inner .postcode-search form button{max-width:100%;width:100%}}.devdisclaimer{margin:0 auto;max-width:600px}@media only screen and (max-width:1200px){.devdisclaimer{padding:0 var(--smallGutter)}}.devdisclaimer p{font-size:.8rem;line-height:1.4;text-align:center}.devdisclaimer p:last-child{margin-bottom:0}@media only screen and (max-width:1200px){.development-countdown-container{margin-top:4rem;padding:0 var(--smallGutter) 25px var(--smallGutter)}}.development-countdown-container .development-countdown{align-items:center;background-color:var(--beetleGreen);box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:30px;padding:30px 50px}@media only screen and (max-width:1200px){.development-countdown-container .development-countdown{align-items:flex-start;flex-direction:column;margin-bottom:60px}.development-countdown-container .development-countdown a{margin:20px auto 0 0!important;max-width:200px!important}.development-countdown-container .development-countdown .development-countdown-text{margin-bottom:30px}.development-countdown-container .development-countdown .development-countdown-flex{display:flex;max-width:57%}}@media only screen and (max-width:1200px) and (max-width:1200px){.development-countdown-container .development-countdown .development-countdown-flex{align-items:center;display:flex;justify-content:space-between;margin:0 auto 30px;max-width:100%;vertical-align:middle}}@media only screen and (max-width:992px){.development-countdown-container .development-countdown a{max-width:100%!important}}.development-countdown-container .development-countdown .development-countdown-text{margin-right:5rem}@media only screen and (max-width:1200px){.development-countdown-container .development-countdown .development-countdown-text{margin-right:2rem}}@media only screen and (max-width:992px){.development-countdown-container .development-countdown .development-countdown-text{margin-right:0}}.development-countdown-container .development-countdown .development-countdown-text p{color:#fff;font-size:20px;letter-spacing:.02rem;line-height:1.5;margin:0}.development-countdown-container .development-countdown .development-countdown-text .mb-0{margin-bottom:0}.development-countdown-container .development-countdown .development-countdown-text a{margin-bottom:0;max-width:200px}.development-countdown-container .development-countdown .development-countdown-timers{display:flex;justify-content:center}@media only screen and (max-width:992px){.development-countdown-container .development-countdown .development-countdown-timers{margin:0 auto}.development-countdown-container .development-countdown .development-countdown-timers .clock-1{margin-right:2rem}}.development-countdown-container .development-countdown .development-countdown-timers .clock-item{margin-right:4rem}@media only screen and (max-width:992px){.development-countdown-container .development-countdown .development-countdown-timers .clock-item{margin-right:0}}.development-countdown-container .development-countdown .development-countdown-timers .clock-item .inner{height:0;padding-bottom:170px;position:relative}@media only screen and (max-width:992px){.development-countdown-container .development-countdown .development-countdown-timers .clock-item .inner{height:8rem;padding-bottom:0}}.development-countdown-container .development-countdown .development-countdown-timers .clock-item .inner .white-circle-1{background:var(--grey);border-radius:85px;height:166px;left:2px;position:absolute;top:2px;width:166px;z-index:99}@media only screen and (max-width:992px){.development-countdown-container .development-countdown .development-countdown-timers .clock-item .inner .white-circle-1{height:102px;width:102px}}.development-countdown-container .development-countdown .development-countdown-timers .clock-item .inner .text{color:#fff;font-size:20px;font-weight:700;margin-top:-50px;position:absolute;text-align:center;top:50%;width:100%}.development-countdown-container .development-countdown .development-countdown-timers .clock-item .inner .text .val{color:#fff;font-size:45px;font-weight:300;line-height:24px;margin-bottom:0;margin-top:26px}@media only screen and (max-width:1200px){.development-countdown-container .development-countdown .development-countdown-timers .clock-item .inner .text .val{font-size:35px;margin-top:30px}}.development-countdown-container .development-countdown .development-countdown-timers .clock-item .inner .text .type-time{color:#fff;font-size:1.2rem}@media only screen and (max-width:1200px){.development-countdown-container .development-countdown .development-countdown-timers .clock-item .inner .text .type-time{font-size:1rem;margin-top:0}}.development-countdown-container .development-countdown .development-countdown-timers .clock-item .inner .text .type-hours{color:#fff}.development-countdown-container .development-countdown .development-countdown-timers .clock-canvas{background-color:var(--lightGreyBlue);border-radius:50%;height:170px;overflow:hidden;transform:rotateY(180deg);width:170px}.development-countdown-container .development-countdown .development-countdown-timers .clock-canvas:first-child{margin-right:10px}@media only screen and (max-width:992px){.development-countdown-container .development-countdown .development-countdown-timers .clock-canvas{height:106px;width:106px}}.development-incentive-banner{margin:20px 0!important}@media only screen and (max-width:1200px){.development-incentive-banner__desktop{display:none}}.development-incentive-banner__mobile{display:none}@media only screen and (max-width:1200px){.development-incentive-banner__mobile{display:block}}.development-incentive-banner img{width:100%}.plot--header{background-color:#fff;padding:30px var(--desktopGutter);z-index:999}@media only screen and (max-width:1200px){.plot--header{padding:20px var(--mobileGutter) 20px var(--mobileGutter)}}.plot--header.is_stuck{position:sticky;top:0;z-index:999}@media (max-width:1200px){.plot--header.is_stuck{top:85px}}@media (max-width:768px){.plot--header.is_stuck{padding:20px 15px}}@media (max-width:1050px){.plot--header.is_stuck .info{display:none}}@media (max-width:1200px){.plot--header.is_stuck .content{align-items:center;display:flex}}@media (max-width:768px){.plot--header.is_stuck .content .actions{align-items:center;display:flex;gap:10px;margin-top:0;min-width:100%}}@media (min-width:768px) and (max-width:1050px){.plot--header.is_stuck .content .actions{align-items:center;display:flex;gap:10px;margin-top:0}}@media (min-width:1050px) and (max-width:1200px){.plot--header.is_stuck .content .actions{display:flex;flex-direction:column;gap:10px;margin-top:0;min-width:auto;width:-moz-fit-content;width:fit-content}}.plot--header.is_stuck .content .actions a{transition:none}@media (max-width:1050px){.plot--header.is_stuck .content .actions a{margin-top:0!important;width:50%}}@media (min-width:1050px) and (max-width:1200px){.plot--header.is_stuck .content .actions a{display:flex;flex-direction:column;gap:10px;margin-top:0;min-width:auto;width:100%}}@media (max-width:500px){.plot--header.is_stuck .content .actions a{font-size:.8rem;padding:1.2rem .5rem}}@media (max-width:420px){.plot--header.is_stuck .content .actions a{font-size:.7rem;padding:1.2rem .5rem}}@media (max-width:1050px){.plot--header.is_stuck .content .actions .my-kellen-save{display:none!important}}.plot--header .content{align-items:center;display:flex;justify-content:space-between}@media only screen and (max-width:1200px){.plot--header .content{display:block}}.plot--header .content .info h1{color:var(--beetleGreen);font-size:34px;margin:0;vertical-align:middle}.plot--header .content .info h1 .breadcrumbs{color:var(--grey);font-size:.85rem;margin-left:1rem;text-transform:uppercase}.plot--header .content .info h1 .breadcrumbs a{color:var(--grey);font-family:var(--bodyFont);letter-spacing:.05rem;text-decoration:none}.plot--header .content .info h1 .breadcrumbs svg{height:auto;margin-right:.2rem;transform:rotate(-180deg);width:6px}.plot--header .content .info h1 .breadcrumbs svg path{stroke:var(--beetleGreen)}.plot--header .content .info p{font-size:.9rem;font-weight:500;letter-spacing:.05rem;margin:-.3rem 0 0;text-transform:uppercase}.plot--header .content .actions{align-items:center;display:flex;justify-content:flex-end;min-width:700px}@media only screen and (max-width:1200px){.plot--header .content .actions{display:block;justify-content:flex-start;margin-top:2rem;min-width:100%}}.plot--header .content .actions a{box-sizing:border-box;display:block;max-width:auto;text-align:center}@media only screen and (max-width:1200px){.plot--header .content .actions a{max-width:100%}}.plot--header .content .actions a+a{margin-left:10px}@media only screen and (max-width:1200px){.plot--header .content .actions a+a{margin-left:0;margin-top:10px}}.plot--header .content .actions .outline{align-items:center;box-sizing:border-box;height:51px;justify-content:center;max-width:auto;padding-left:20px;padding-right:20px;text-align:center}@media only screen and (max-width:1200px){.plot--header .content .actions .outline{max-width:100%}}.plot--header .content .actions .outline.saved{background:var(--beetleGreenHover)!important;border-color:var(--beetleGreenHover)!important;color:#fff!important}.plot-availability{align-items:center;display:flex;padding:0 var(--desktopGutter) 50px var(--desktopGutter)}@media only screen and (max-width:1200px){.plot-availability{flex-direction:column;padding:25px var(--smallGutter) 50px var(--smallGutter)}}.plot-availability .plot-carousels{background:var(--darkGreyBlue);flex:0 0 700px;height:auto;max-width:700px!important;position:relative}@media only screen and (max-width:1200px){.plot-availability .plot-carousels{display:block;flex:inherit;width:100%}}.plot-availability .plot-carousels .message{background-color:var(--beetleGreen);color:#fff;font-size:.9rem;font-weight:500;left:0;letter-spacing:.05rem;line-height:15px;padding:.6rem;position:absolute;text-align:center;text-transform:uppercase;top:0;z-index:1}.plot-availability .plot-carousels .plot-carousel{display:none;position:relative;width:100%}.plot-availability .plot-carousels .plot-carousel.active{display:block}.plot-availability .plot-carousels .plot-carousel .plot-slide{position:relative}.plot-availability .plot-carousels .plot-carousel .plot-slide .message{background-color:var(--pastelOrange);color:#fff;font-size:.9rem;font-weight:500;left:0;letter-spacing:.05rem;line-height:15px;padding:.6rem;position:absolute;text-align:center;text-transform:uppercase;top:0;z-index:1}.plot-availability .plot-carousels .plot-carousel .plot-slide img{height:576px;-o-object-fit:cover;object-fit:cover;transform:translateZ(0)}@media only screen and (max-width:1200px){.plot-availability .plot-carousels .plot-carousel .plot-slide img{height:78vw;max-height:576px}}.plot-availability .plot-carousels .slick-slider-dots{bottom:20px;display:flex;left:20px;position:absolute}@media only screen and (max-width:1200px){.plot-availability .plot-carousels .slick-slider-dots{display:none}}.plot-availability .plot-carousels .slick-slider-dots ul{list-style:none;margin:0;padding:0}.plot-availability .plot-carousels .slick-slider-dots ul li{display:inline-block;margin:0 4px}.plot-availability .plot-carousels .slick-slider-dots ul li button{background:#000;border:1px solid #fff;border-radius:50%;color:#000;cursor:pointer;font-size:5px;height:14px;line-height:0px;overflow:hidden;transform:scale(.6);width:4px}.plot-availability .plot-carousels .slick-slider-dots ul li button:hover,.plot-availability .plot-carousels .slick-slider-dots ul li.slick-active button{background:var(--orange);border:1px solid var(--orange);color:var(--orange)}.plot-availability .plot-carousels .heart{bottom:20px;position:absolute;right:20px;z-index:10}.plot-availability .plot-carousels .heart.saved svg .heart-shape{stroke:var(--beetleGreenHover);fill:var(--beetleGreenHover)}.plot-availability .plot-carousels .heart svg{display:block;height:auto;width:55px}.plot-availability .plot-carousels .heart svg g,.plot-availability .plot-carousels .heart svg path{stroke-width:1}.plot-availability .plot-carousels .heart:hover svg g,.plot-availability .plot-carousels .heart:hover svg path{stroke:var(--orangeHover)}.plot-availability .plot-availability-list{flex:1 1 auto;margin-left:10rem}@media only screen and (max-width:1200px){.plot-availability .plot-availability-list{box-sizing:border-box;margin:2rem 0 0;padding-left:15px;padding-right:15px;width:100%}}.plot-availability .plot-availability-list h2{color:var(--beetleGreen);font-size:2.3rem;margin:0}.plot-availability .plot-availability-list>p{font-size:1rem;margin:0}.plot-availability .plot-availability-list .plot-table{margin-top:3rem;max-width:30rem}@media only screen and (max-width:1200px){.plot-availability .plot-availability-list .plot-table{margin-top:2rem;max-width:100%}}.plot-availability .plot-availability-list .plot-table .plot-table-row{background-color:var(--lightGrey);display:grid;grid-template-columns:.5fr 1fr 1fr;margin-bottom:.5rem;padding:.8rem 0}.plot-availability .plot-availability-list .plot-table .plot-table-row p{align-items:center;color:var(--darkGrey);display:flex;font-weight:500;justify-content:center;margin:0}.plot-availability .plot-availability-list .plot-table .plot-table-row.heading{background-color:transparent;pointer-events:none}.plot-availability .plot-availability-list .plot-table .plot-table-row.heading p{color:#000;font-size:.9rem;font-weight:600;line-height:1rem;text-transform:uppercase}.plot-availability .plot-availability-list .plot-table .plot-table-row.active,.plot-availability .plot-availability-list .plot-table .plot-table-row:hover{background-color:var(--darkGreyBlue);cursor:pointer}.plot-availability .plot-availability-list .plot-table .plot-table-row.active p,.plot-availability .plot-availability-list .plot-table .plot-table-row:hover p{color:var(--orange)}.floorplans{margin-bottom:5rem;margin-top:6rem}.floorplans .content .plot-features{display:none;margin-bottom:6rem}.floorplans .content .plot-features.active{display:block}.floorplans .content .plot-features .plot-features-heading h2{color:var(--beetleGreen);font-size:2.4rem;margin-bottom:3rem;text-align:center}@media only screen and (max-width:1200px){.floorplans .content .plot-features .plot-features-heading h2{margin-left:2rem;margin-right:2rem;text-align:left}}.floorplans .content .plot-features .plot-features-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:50%;row-gap:3rem}@media only screen and (max-width:1200px){.floorplans .content .plot-features .plot-features-grid{grid-template-columns:repeat(2,1fr);max-width:100%}}.floorplans .content .plot-features .plot-features-grid .plot-features-grid-item{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.floorplans .content .plot-features .plot-features-grid .plot-features-grid-item__icon{background-color:#fff;border-radius:5rem;max-width:75px;min-width:75px}@media only screen and (max-width:767px){.floorplans .content .plot-features .plot-features-grid .plot-features-grid-item__icon{max-width:50px;min-width:50px}}.floorplans .content .plot-features .plot-features-grid .plot-features-grid-item__icon img{max-width:75px}@media only screen and (max-width:767px){.floorplans .content .plot-features .plot-features-grid .plot-features-grid-item__icon img{max-width:50px}}.floorplans .content .plot-features .plot-features-grid .plot-features-grid-item__text p{margin:0}.floorplans .content .plot-floorplans{display:none}.floorplans .content .plot-floorplans.active{display:block}.floorplans .content .plot-floorplans .plot-floorplans-floor{display:flex}@media only screen and (max-width:1200px){.floorplans .content .plot-floorplans .plot-floorplans-floor{flex-direction:column-reverse}}.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container{background-color:red;background-color:var(--lightGrey);box-sizing:border-box;flex:0 0 700px;height:auto;overflow:hidden;padding:3rem;position:relative}@media only screen and (max-width:1400px){.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container{flex:0 0 550px}}@media only screen and (max-width:1200px){.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container{flex:none;height:auto!important}}.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container .custom-modules{align-items:center;display:flex;flex-direction:row-reverse;justify-content:flex-end;left:2rem;position:absolute;top:2rem;width:100%;z-index:50}@media only screen and (max-width:1200px){.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container .custom-modules{display:none}}.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container .custom-modules .custom-in-zoomer{margin-right:5px}.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container .custom-modules .custom-in-zoomer,.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container .custom-modules .custom-out-zoomer{align-items:center;background:var(--beetleGreen);color:#fff;cursor:pointer;display:flex;font-size:2rem;font-weight:600;height:40px;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:40px}.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container .custom-modules .custom-in-zoomer.zoomist-zoomer-disable,.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container .custom-modules .custom-out-zoomer.zoomist-zoomer-disable{background:var(--beetleGreen)!important;opacity:1!important}.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container .custom-modules .custom-in-zoomer:hover,.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container .custom-modules .custom-out-zoomer:hover{background-color:var(--beetleGreenHover)}.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container .panzoom-container-floorplan{position:relative}.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container .panzoom-container-floorplan .panzoom-mobile-cover{align-items:center;background:hsla(0,0%,50%,0);display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;top:0;width:100%;z-index:99}@media only screen and (min-width:992px){.floorplans .content .plot-floorplans .plot-floorplans-floor .panzoom-container .panzoom-container-floorplan .panzoom-mobile-cover{display:none}}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info{background-color:var(--darkGreyBlue);flex:1 1 auto;position:relative}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .title-with-circle-small h2 span{line-height:13px;margin-top:0}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs{margin:0 7rem;padding-bottom:4rem;padding-top:20rem;position:relative}@media only screen and (max-width:1200px){.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs{margin:0 2rem;padding-bottom:2rem;padding-top:8rem}}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-nav{margin-bottom:2.2rem}@media only screen and (max-width:1200px){.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-nav{margin:0 auto 2.2rem;max-width:30rem}}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-nav a{border-bottom:2px solid transparent;color:#fff;font-size:12px;font-weight:500;letter-spacing:.05rem;text-decoration:none;text-transform:uppercase}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-nav a+a{margin-left:15px}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-nav a.active,.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-nav a:hover{border-bottom:2px solid var(--orange);color:var(--orange)}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab{display:none}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab.active{display:block}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row table tr{grid-gap:1rem;display:grid;grid-template-columns:2fr 1fr 1fr;max-width:30rem}@media only screen and (max-width:1200px){.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row table tr{grid-gap:.5rem;margin:0 auto}}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row table tr+tr{margin-top:1.3rem}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row table tr td{color:#fff}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row table tr td:first-child{font-family:var(--headingFont);font-size:1.3rem}@media only screen and (max-width:1200px){.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row table tr td:first-child{grid-column:1/-1}}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row .floor-tab-grid-item:first-child span{font-family:var(--headingFont);font-size:1.3rem}@media only screen and (max-width:1200px){.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row .floor-tab-grid-item:first-child{grid-column:1/-1}}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row .floor-tab-grid-item span{color:#fff}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .floor-tabs-area{color:#fff;margin-top:25px}.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .button{box-sizing:border-box;margin-top:5rem}@media only screen and (max-width:1200px){.floorplans .content .plot-floorplans .plot-floorplans-floor .plot-floorplans-floor-info .floor-tabs .button{margin-top:3rem;text-align:center;width:100%}}.floorplans .content .plot-floorplans .plot-floorplans-floor .disclaimers p{font-size:.7rem;line-height:1rem;margin:10px 0 0}.floorplans .content .plot-floorplans .plot-floorplans-floor .disclaimers p+p{margin-top:10px}.floorplans .actions *+*{margin-left:10px}@media only screen and (max-width:1200px){.floorplans .actions *+*{margin-left:0;margin-top:10px!important}}.plot-information .text-left-image-right .plot-floorplans-floor{display:flex}@media only screen and (max-width:1200px){.plot-information .text-left-image-right .plot-floorplans-floor{flex-direction:column-reverse}}.plot-information .text-left-image-right .plot-floorplans-floor .text{box-sizing:border-box;padding-left:15px;padding-right:15px}@media only screen and (max-width:1200px){.plot-information .text-left-image-right .plot-floorplans-floor .text{margin-top:2rem}}.plot-information .text-left-image-right .plot-floorplans-floor .text h2{color:var(--beetleGreen);font-size:2.4rem;font-weight:400;letter-spacing:.05rem}.plot-information .text-left-image-right .plot-floorplans-floor .text h2 span{color:#000;display:block;font-family:var(--bodyFont);font-size:1.1rem;font-weight:500;letter-spacing:.05rem;margin-bottom:3px;text-transform:uppercase}.plot-information .text-left-image-right .plot-floorplans-floor .text p{font-size:.9rem;letter-spacing:.015rem;line-height:1.5rem}.plot-information .text-left-image-right .plot-floorplans-floor .iframe-container{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.plot-information .text-left-image-right .plot-floorplans-floor .iframe-container.show{line-height:0;opacity:1;overflow:hidden;padding-top:56.25%;position:relative}.plot-information .text-left-image-right .plot-floorplans-floor .iframe-container iframe{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.plot-information .text-left-image-right .plot-floorplans-floor .image{margin-top:3rem}@media only screen and (max-width:1200px){.plot-information .text-left-image-right .plot-floorplans-floor .image{margin-bottom:3rem;margin-top:0}}.plot-information .text-left-image-right .plot-floorplans-floor .image .image-wrap{position:relative}.plot-information .text-left-image-right .plot-floorplans-floor .image .image-wrap a{left:0;margin:0 auto;position:absolute;right:0;top:40%;width:5rem;z-index:10}.plot-information .text-left-image-right .plot-floorplans-floor .image .image-wrap svg{height:auto;width:100%}.plot-information .video-cover{background-color:#fff;opacity:25%}.plot-specs .text-right-image-left .image{background-color:var(--lightGrey);box-sizing:border-box;padding:3rem}@media only screen and (max-width:1400px){.plot-specs .text-right-image-left .image{flex:0 0 550px}}@media only screen and (max-width:1200px){.plot-specs .text-right-image-left .image{flex:none;height:auto!important}}.plot-specs .text-right-image-left .image .custom-modules{align-items:center;display:flex;flex-direction:row-reverse;justify-content:flex-end;left:2rem;position:absolute;top:2rem;width:100%;z-index:50}.plot-specs .text-right-image-left .image .custom-modules .custom-in-zoomer{margin-right:5px}.plot-specs .text-right-image-left .image .custom-modules .custom-in-zoomer,.plot-specs .text-right-image-left .image .custom-modules .custom-out-zoomer{align-items:center;background:var(--orange);color:#fff;cursor:pointer;display:flex;font-size:2rem;font-weight:600;height:40px;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:40px}.plot-specs .text-right-image-left .image .custom-modules .custom-in-zoomer.zoomist-zoomer-disable,.plot-specs .text-right-image-left .image .custom-modules .custom-out-zoomer.zoomist-zoomer-disable{background:var(--orange)!important;opacity:1!important}.plot-specs .text-right-image-left .image .custom-modules .custom-in-zoomer:hover,.plot-specs .text-right-image-left .image .custom-modules .custom-out-zoomer:hover{background-color:var(--orangeHover)}.plot-specs .text-right-image-left .plot-floorplans-floor-info{background-color:var(--darkGreyBlue);flex:1 1 auto;position:relative}.plot-specs .text-right-image-left .plot-floorplans-floor-info .title-with-circle-small h2 span{line-height:13px;margin-top:0}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs{margin:0 7rem;padding-bottom:4rem;padding-top:20rem;position:relative}@media only screen and (max-width:1200px){.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs{margin:0 2rem;padding-bottom:2rem;padding-top:16rem}}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-nav{margin-bottom:2.2rem}@media only screen and (max-width:1200px){.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-nav{margin:0 auto 2.2rem;max-width:30rem}}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-nav a{border-bottom:2px solid transparent;color:#fff;font-size:12px;font-weight:500;letter-spacing:.05rem;text-decoration:none;text-transform:uppercase}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-nav a+a{margin-left:15px}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-nav a.active,.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-nav a:hover{border-bottom:2px solid var(--orange);color:var(--orange)}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab{display:none}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab.active{display:block}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row table tr{grid-gap:1rem;display:grid;grid-template-columns:2fr 1fr 1fr;max-width:30rem}@media only screen and (max-width:1200px){.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row table tr{grid-gap:.5rem;margin:0 auto}}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row table tr+tr{margin-top:1.3rem}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row table tr td{color:#fff}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row table tr td:first-child{font-family:var(--headingFont);font-size:1.3rem}@media only screen and (max-width:1200px){.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row table tr td:first-child{grid-column:1/-1}}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row .floor-tab-grid-item:first-child span{font-family:var(--headingFont);font-size:1.3rem}@media only screen and (max-width:1200px){.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row .floor-tab-grid-item:first-child{grid-column:1/-1}}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-info .floor-tab .floor-tab-grid-row .floor-tab-grid-item span{color:#fff}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .floor-tabs-area{color:#fff;margin-top:25px}.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .button{box-sizing:border-box;margin-top:5rem}@media only screen and (max-width:1200px){.plot-specs .text-right-image-left .plot-floorplans-floor-info .floor-tabs .button{margin-top:3rem;text-align:center;width:100%}}.plot-specs .text-right-image-left .disclaimers p{font-size:.7rem;line-height:1rem;margin:10px 0 0}.plot-specs .text-right-image-left .disclaimers p+p{margin-top:10px}.plot-information{padding:0 var(--desktopGutter)}@media only screen and (max-width:1200px){.plot-information{padding:0 var(--smallGutter) 25px var(--smallGutter)}}.plot-information .homes-for-everyone{margin:0 auto 2rem;max-width:22rem}.plot-information .text-left-image-right.has-video{grid-gap:8rem;display:grid;grid-template-columns:30rem 1fr}@media only screen and (max-width:1200px){.plot-information .text-left-image-right{grid-gap:inherit;display:flex;flex-direction:column}}.plot-information .text-left-image-right .text{box-sizing:border-box;margin-top:2rem;padding-left:15px;padding-right:15px}.plot-information .text-left-image-right .text h2{color:var(--beetleGreen);font-size:2.4rem;font-weight:400;letter-spacing:.05rem}.plot-information .text-left-image-right .text h2 span{color:#000;display:block;font-family:var(--bodyFont);font-size:1.1rem;font-weight:500;letter-spacing:.05rem;margin-bottom:3px;text-transform:uppercase}.plot-information .text-left-image-right .text p{font-size:.9rem;letter-spacing:.015rem;line-height:1.5rem}.plot-information .text-left-image-right .useful-information{background-color:var(--darkGreyBlue);margin-top:60px}.plot-information .text-left-image-right .useful-information .active{display:grid!important}.plot-information .text-left-image-right .useful-information .useful-information-grid{display:none;gap:20px;grid-template-columns:1fr 1fr;padding:40px}@media only screen and (max-width:1200px){.plot-information .text-left-image-right .useful-information .useful-information-grid{grid-template-columns:1fr;padding:20px}}.plot-information .text-left-image-right .useful-information .useful-information-grid__item p{color:#fff;margin:0}.plot-information .text-left-image-right .useful-information .useful-information-grid__item p span{color:var(--orange);font-weight:500}.plot-information .text-left-image-right .iframe-container{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.plot-information .text-left-image-right .iframe-container.show{line-height:0;opacity:1;overflow:hidden;padding-top:56.25%;position:relative}.plot-information .text-left-image-right .iframe-container iframe{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.plot-information .text-left-image-right .image{margin-top:3rem}@media only screen and (max-width:1200px){.plot-information .text-left-image-right .image{margin-bottom:3rem;margin-top:0}}.plot-information .text-left-image-right .image .image-wrap{position:relative}.plot-information .text-left-image-right .image .image-wrap a{left:0;margin:0 auto;position:absolute;right:0;top:40%;width:5rem;z-index:10}.plot-information .text-left-image-right .image .image-wrap a:hover svg g{stroke:var(--beetleGreenHover);fill:var(--beetleGreenHover)}.plot-information .text-left-image-right .image .image-wrap a svg{height:auto;transform:scale(1.5);width:100%}@media only screen and (max-width:1200px){.plot-information .text-left-image-right .image .image-wrap a svg{transform:unset}}.plot-information .text-left-image-right .image .image-wrap a svg path{stroke:#fff;fill:#fff}.plot-information .text-left-image-right .image .image-wrap a svg g{stroke:var(--beetleGreen);fill:var(--beetleGreen)}.plot-specs{margin-bottom:10rem;padding:0 var(--desktopGutter)}@media only screen and (max-width:1200px){.plot-specs{margin-bottom:4rem;padding:0 var(--smallGutter) 25px var(--smallGutter)}}.plot-specs .text-right-image-left{grid-gap:8rem;display:grid;grid-template-columns:1fr 30rem}@media only screen and (max-width:1200px){.plot-specs .text-right-image-left{grid-gap:4rem;grid-template-columns:1fr}}.plot-specs .text-right-image-left .accordian svg{height:auto;left:-20px;position:absolute;top:10px;transform:rotate(-90deg);width:5px}.plot-specs .text-right-image-left .accordian svg path{stroke:var(--beetleGreen)}.plot-specs .text-right-image-left .accordian a{color:var(--darkGrey);display:block;font-family:var(--headingFont);font-size:1.5rem;font-weight:500;margin-bottom:2rem;position:relative;text-decoration:none}.plot-specs .text-right-image-left .accordian a.active,.plot-specs .text-right-image-left .accordian a:hover{color:var(--beetleGreen)}.plot-specs .text-right-image-left .accordian a.active svg{transform:rotate(90deg)}.plot-specs .text-right-image-left .accordian p{font-size:.9rem;letter-spacing:.015rem;line-height:1.5rem;margin-bottom:1rem}.plot-specs .text-right-image-left .accordian p:last-child{margin-bottom:2rem}.plot-specs .text-right-image-left .accordian .accordian-content{display:none}.plot-specs .text-right-image-left .accordian .accordian-content.active{display:block}.plot-specs .text-right-image-left .accordian .accordian-content ul{margin-bottom:0!important;margin-top:0!important}.plot-specs .text-right-image-left .image{position:relative}.plot-specs .text-right-image-left .image .title-with-circle-small h2{font-size:3rem;letter-spacing:.015rem;top:-10px}@media only screen and (max-width:1200px){.plot-specs .text-right-image-left .image .title-with-circle-small h2{font-size:2.4rem}}.plot-specs .text-right-image-left .image .title-with-circle-small h2 span{font-size:1.2rem;margin-top:15px}@media only screen and (max-width:1200px){.plot-specs .text-right-image-left .image .title-with-circle-small h2 span{font-size:.9rem;margin-top:5px}}.plot-specs .text-right-image-left .image .image-wrap{position:relative}.plot-specs .text-right-image-left .image .image-wrap a{left:0;margin:0 auto;position:absolute;right:0;top:40%;width:5rem;z-index:10}.plot-specs .text-right-image-left .image .image-wrap a svg{height:auto;width:100%}.plot-disclaimers{display:none}.plot-disclaimers.active{display:block}.plot-incentives-carousel{display:none}.plot-incentives-carousel.active{display:block}@media only screen and (max-width:1200px){.search .search-top-image{display:none}}.search .page--center-text{margin:40px auto 0}.search-filter{display:flex;justify-content:space-between;padding:70px var(--XLGutter) 0 var(--XLGutter)}@media only screen and (max-width:1200px){.search-filter{display:block;padding:120px var(--smallGutter) 50px var(--smallGutter)}}.search-filter .search-filter-title{flex:0 0 250px;position:relative}@media only screen and (max-width:1200px){.search-filter .search-filter-title{display:none}}.search-filter .search-filter-input{align-items:center;display:flex;flex:0 1 700px;justify-content:space-between}@media only screen and (max-width:1200px){.search-filter .search-filter-input{display:block}}.search-filter .search-filter-input h1,.search-filter .search-filter-input p{color:var(--darkGrey);font-family:var(--bodyFont);font-size:13px;font-weight:600;margin-bottom:0;margin-right:1.4rem;text-transform:uppercase}@media only screen and (max-width:1200px){.search-filter .search-filter-input h1,.search-filter .search-filter-input p{font-family:var(--headingFont);font-size:1.6rem;margin-bottom:1rem;text-align:center;text-transform:inherit}}.search-filter .search-filter-input form{display:flex;flex:1 1 auto}@media only screen and (max-width:1200px){.search-filter .search-filter-input form{display:block}}.search-filter .search-filter-input form .select-input{flex:1 1 auto;position:relative}.search-filter .search-filter-input form .select-input select{background-color:transparent;border:1px solid var(--grey);font-size:13px;height:50px;padding:0 10px;position:relative;z-index:5}.search-filter .search-filter-input form .select-input svg{position:absolute;right:15px;top:20px;transform:rotate(90deg);width:7px;z-index:4}.search-filter .search-filter-input form .select-input svg path{stroke:var(--beetleGreen)}.search-filter .search-filter-input form button{margin-left:1.4rem}@media only screen and (max-width:1200px){.search-filter .search-filter-input form button{display:block;margin:1rem 0 0;max-width:100%;width:100%}}.search-filter-tab-nav{display:flex;justify-content:space-between;min-height:40px;padding:2rem var(--XLGutter) 2rem var(--XLGutter)}@media only screen and (max-width:1200px){.search-filter-tab-nav{align-items:flex-end;display:flex;flex-direction:column-reverse;justify-content:space-between;padding:2rem var(--smallGutter) 2rem var(--smallGutter)}}.search-filter-tab-nav.no-keys{justify-content:flex-end}.search-filter-tab-nav .search-filter-tab-nav-flex{align-items:center;display:flex}.search-filter-tab-nav .search-filter-tab-keys{display:none}.search-filter-tab-nav .search-filter-tab-keys.active{display:flex}@media only screen and (max-width:1200px){.search-filter-tab-nav .search-filter-tab-keys.active{margin-top:2rem}}.search-filter-tab-nav .search-filter-tab-keys span{align-items:center;color:#000;display:flex;font-size:.9rem;font-weight:600;letter-spacing:.05rem;text-transform:uppercase}.search-filter-tab-nav .search-filter-tab-keys span svg{margin-right:.5rem}.search-filter-tab-nav .search-filter-tab-keys span+span{margin-left:2rem}.search-filter-tab-nav p{font-size:.9rem;font-weight:600;letter-spacing:.05rem;margin-bottom:0;margin-right:2rem;text-transform:uppercase}.search-filter-tab-nav a{color:var(--grey);font-size:.9rem;font-weight:500;letter-spacing:.05rem;line-height:26px;padding-right:27px;position:relative;text-decoration:none!important;vertical-align:top}.search-filter-tab-nav a+a{margin-left:1rem}.search-filter-tab-nav a svg{height:20px;position:absolute;right:0;top:3px;width:20px}.search-filter-tab-nav a svg rect{fill:var(--grey)!important;opacity:.6!important}.search-filter-tab-nav a svg *{transition:all .3s ease-in-out}.search-filter-tab-nav a.active{color:var(--beetleGreenHover)}.search-filter-tab-nav a.active svg rect{fill:var(--beetleGreenHover)!important;opacity:1!important}.search-filter-tab-nav a:hover{color:var(--beetleGreenHover)}.search-filter-tab-nav a:hover svg path{fill:var(--beetleGreenHover);opacity:1}.search-filter-tab-nav a:hover svg rect{fill:var(--beetleGreenHover)!important;opacity:1!important}.search-filter-tab-nav a:first-child.active{color:var(--beetleGreenHover)}.search-filter-tab-nav a:last-child{padding-right:18px}.search-filter-tab-nav a:last-child svg{height:23px;transition:all .3s ease-in-out;width:14px}.search-filter-tab-nav a:last-child.active{color:var(--beetleGreenHover)}.search-filter-tab-nav a:last-child.active svg path{fill:var(--beetleGreenHover);opacity:1}.search-result-map{display:none;padding:0 var(--XLGutter) 2rem var(--XLGutter)}@media only screen and (max-width:1200px){.search-result-map{padding:2rem var(--smallGutter) 4rem var(--smallGutter)}}.search-result-map.active{display:block}.search-result-map .map-wrap{position:relative}.search-result-map .map-wrap .map{background-color:#ccc;height:700px;width:100%}.search-result-map .map-wrap .selected-marker{bottom:1rem;display:none;position:absolute;right:1rem;width:23rem}.search-result-map .map-wrap .selected-marker .close-marker{align-items:center;background-color:var(--darkGreyBlue);display:flex;justify-content:flex-end;padding:1rem}.search-result-map .map-wrap .selected-marker .close-marker a{color:#fff;letter-spacing:.05rem;text-decoration:none;text-transform:uppercase}.search-result-map .map-wrap .selected-marker .close-marker a span{color:var(--beetleGreen);font-size:1.2rem;margin-left:5px}.search-result-map .map-wrap .selected-marker .close-marker a:hover,.search-result-map .map-wrap .selected-marker .close-marker a:hover span{color:var(--beetleGreenHover)}.search-result-map .map-wrap .selected-marker .development-marker{background-color:#ccc;display:block}.search-result-map .map-wrap .selected-marker .development-marker .image{flex:1 1 auto;position:relative}.search-result-map .map-wrap .selected-marker .development-marker .image .message{background-color:var(--beetleGreen);left:0;position:absolute;top:0;width:100%}.search-result-map .map-wrap .selected-marker .development-marker .image .message p{color:#fff;display:block;letter-spacing:.05rem;margin:0;padding:5px 0;text-align:center;text-transform:uppercase}.search-result-map .map-wrap .selected-marker .development-marker .info{background-color:var(--darkGreyBlue);flex:0 0 400px;position:relative}.search-result-map .map-wrap .selected-marker .development-marker .info .info-inner{align-items:center;display:flex;height:auto;padding:2rem}.search-result-map .map-wrap .selected-marker .development-marker .info .info-inner>div{width:100%}.search-result-map .map-wrap .selected-marker .development-marker .info .info-inner h3{color:var(--beetleGreen);font-family:var(--headingFont);font-size:2.1rem;margin:0;text-align:center}.search-result-map .map-wrap .selected-marker .development-marker .info .info-inner p{color:#fff;text-align:center}.search-result-map .map-wrap .selected-marker .development-marker .info .info-inner p.location{font-weight:500;text-transform:uppercase}.search-result-map .map-wrap .selected-marker .development-marker .info .info-inner p.beds{margin:0}.search-result-map .map-wrap .selected-marker .development-marker .info .info-inner p.price{font-weight:500}.search-result-map .map-wrap .selected-marker .development-marker .info .info-inner a{color:#fff!important;justify-content:center;margin-left:auto;margin-right:auto;max-width:14rem;text-align:center}.search-result-map .map-wrap .selected-marker .development-marker .info .info-inner a:hover{color:#fff!important}.search-results-partnerships{background:var(--lightGrey)}.search-results,.search-results-partnerships{display:none;padding:0 var(--XLGutter)}.search-results-partnerships.active,.search-results.active{display:block}@media only screen and (max-width:1200px){.search-results,.search-results-partnerships{padding:0 var(--smallGutter) 50px var(--smallGutter)}}.search-results .search-result-content,.search-results-partnerships .search-result-content{position:relative}.search-results .search-result-content+.search-result-content,.search-results-partnerships .search-result-content+.search-result-content{margin-top:4rem}.search-results .search-result-content .title-with-circle-small,.search-results-partnerships .search-result-content .title-with-circle-small{left:0;top:0}.search-results .search-result-content .title-with-circle-small .circle,.search-results-partnerships .search-result-content .title-with-circle-small .circle{height:180px;left:-90px;top:-162px;width:180px}@media only screen and (max-width:1200px){.search-results .search-result-content .title-with-circle-small .circle,.search-results-partnerships .search-result-content .title-with-circle-small .circle{left:-51px}}.search-results .search-result-content .title-with-circle-small h2,.search-results-partnerships .search-result-content .title-with-circle-small h2{font-size:3rem;left:-45px;line-height:39px;top:-96px}@media only screen and (max-width:1200px){.search-results .search-result-content .title-with-circle-small h2,.search-results-partnerships .search-result-content .title-with-circle-small h2{left:inherit;line-height:1.6rem;top:-90px}}.search-results .search-result-content .title-with-circle-small h2 span,.search-results-partnerships .search-result-content .title-with-circle-small h2 span{color:#000;font-size:1.2rem;font-weight:500}.search-results .search-result-partnerships,.search-results-partnerships .search-result-partnerships{margin-bottom:40px;position:relative}@media only screen and (min-width:1200px){.search-results .search-result-partnerships,.search-results-partnerships .search-result-partnerships{min-height:600px}}.search-results .search-result-partnerships .image,.search-results-partnerships .search-result-partnerships .image{position:relative}@media only screen and (min-width:1200px){.search-results .search-result-partnerships .image,.search-results-partnerships .search-result-partnerships .image{height:100%;max-width:1050px;position:absolute;width:100%}.search-results .search-result-partnerships .image .slick-list,.search-results .search-result-partnerships .image .slick-slider,.search-results .search-result-partnerships .image .slick-track,.search-results-partnerships .search-result-partnerships .image .slick-list,.search-results-partnerships .search-result-partnerships .image .slick-slider,.search-results-partnerships .search-result-partnerships .image .slick-track{height:100%}}.search-results .search-result-partnerships .image .search-result-partnerships-carousel-container,.search-results-partnerships .search-result-partnerships .image .search-result-partnerships-carousel-container{height:100%}.search-results .search-result-partnerships .image img,.search-results-partnerships .search-result-partnerships .image img{height:100%;max-width:1050px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;width:100%}@media only screen and (max-width:1200px){.search-results .search-result-partnerships .image img,.search-results-partnerships .search-result-partnerships .image img{position:static}}.search-results .search-result-partnerships .info,.search-results-partnerships .search-result-partnerships .info{display:grid;grid-template-rows:110px 1fr;margin-left:auto}.search-results .search-result-partnerships .info .info-inner,.search-results-partnerships .search-result-partnerships .info .info-inner{box-sizing:border-box;height:100%!important;padding:25px!important}.search-results .search-result-partnerships .info .info-inner:last-child,.search-results-partnerships .search-result-partnerships .info .info-inner:last-child{background:#fff}.search-results .search-result-partnerships .info .info-inner__top .location,.search-results-partnerships .search-result-partnerships .info .info-inner__top .location{margin-bottom:0}.search-results .search-result-partnerships .info .info-inner__bottom p,.search-results-partnerships .search-result-partnerships .info .info-inner__bottom p{color:#000!important;margin-bottom:10px}.search-results .search-result-partnerships .info .info-inner__bottom p:last-child,.search-results-partnerships .search-result-partnerships .info .info-inner__bottom p:last-child{margin-bottom:0}.search-results .search-result-partnerships .info .info-inner__bottom .button,.search-results-partnerships .search-result-partnerships .info .info-inner__bottom .button{background-color:var(--beetleGreen)!important;margin:25px auto 0}.search-results .search-result-partnerships .info .info-inner__bottom .button:hover,.search-results-partnerships .search-result-partnerships .info .info-inner__bottom .button:hover{background-color:var(--beetleGreenHover)!important}.search-results .search-result,.search-results .search-result-partnerships,.search-results-partnerships .search-result,.search-results-partnerships .search-result-partnerships{background-color:#ccc;display:flex}@media only screen and (max-width:1200px){.search-results .search-result,.search-results .search-result-partnerships,.search-results-partnerships .search-result,.search-results-partnerships .search-result-partnerships{display:block}}.search-results .search-result+.search-result,.search-results .search-result-partnerships+.search-result,.search-results-partnerships .search-result+.search-result,.search-results-partnerships .search-result-partnerships+.search-result{margin-top:2rem}.search-results .search-result .image,.search-results .search-result-partnerships .image,.search-results-partnerships .search-result .image,.search-results-partnerships .search-result-partnerships .image{flex:1 1 auto}.search-results .search-result .info,.search-results .search-result-partnerships .info,.search-results-partnerships .search-result .info,.search-results-partnerships .search-result-partnerships .info{background-color:var(--darkGreyBlue);flex:0 0 400px;position:relative}.search-results .search-result .info .message,.search-results .search-result-partnerships .info .message,.search-results-partnerships .search-result .info .message,.search-results-partnerships .search-result-partnerships .info .message{background-color:var(--beetleGreen);left:0;position:absolute;top:0;width:100%}@media only screen and (max-width:1200px){.search-results .search-result .info .message,.search-results .search-result-partnerships .info .message,.search-results-partnerships .search-result .info .message,.search-results-partnerships .search-result-partnerships .info .message{left:inherit;position:relative;top:inherit}}.search-results .search-result .info .message p,.search-results .search-result-partnerships .info .message p,.search-results-partnerships .search-result .info .message p,.search-results-partnerships .search-result-partnerships .info .message p{color:#fff;display:block;letter-spacing:.05rem;margin:0;padding:5px 0;text-align:center;text-transform:uppercase}.search-results .search-result .info .info-inner,.search-results .search-result-partnerships .info .info-inner,.search-results-partnerships .search-result .info .info-inner,.search-results-partnerships .search-result-partnerships .info .info-inner{align-items:center;display:flex;height:calc(100% - 40px);padding:40px 25px 0}@media only screen and (max-width:1200px){.search-results .search-result .info .info-inner,.search-results .search-result-partnerships .info .info-inner,.search-results-partnerships .search-result .info .info-inner,.search-results-partnerships .search-result-partnerships .info .info-inner{height:auto;padding:2rem}}.search-results .search-result .info .info-inner>div,.search-results .search-result-partnerships .info .info-inner>div,.search-results-partnerships .search-result .info .info-inner>div,.search-results-partnerships .search-result-partnerships .info .info-inner>div{width:100%}.search-results .search-result .info .info-inner h3,.search-results .search-result-partnerships .info .info-inner h3,.search-results-partnerships .search-result .info .info-inner h3,.search-results-partnerships .search-result-partnerships .info .info-inner h3{color:var(--orange);font-family:var(--headingFont);font-size:2.1rem;margin:0;text-align:center}.search-results .search-result .info .info-inner p,.search-results .search-result-partnerships .info .info-inner p,.search-results-partnerships .search-result .info .info-inner p,.search-results-partnerships .search-result-partnerships .info .info-inner p{color:#fff;text-align:center}.search-results .search-result .info .info-inner p.location,.search-results .search-result-partnerships .info .info-inner p.location,.search-results-partnerships .search-result .info .info-inner p.location,.search-results-partnerships .search-result-partnerships .info .info-inner p.location{font-weight:500;text-transform:uppercase}.search-results .search-result .info .info-inner p.beds,.search-results .search-result-partnerships .info .info-inner p.beds,.search-results-partnerships .search-result .info .info-inner p.beds,.search-results-partnerships .search-result-partnerships .info .info-inner p.beds{margin:0}.search-results .search-result .info .info-inner p.price,.search-results .search-result-partnerships .info .info-inner p.price,.search-results-partnerships .search-result .info .info-inner p.price,.search-results-partnerships .search-result-partnerships .info .info-inner p.price{font-weight:500}.search-results .search-result .info .info-inner a,.search-results .search-result-partnerships .info .info-inner a,.search-results-partnerships .search-result .info .info-inner a,.search-results-partnerships .search-result-partnerships .info .info-inner a{color:#fff!important;justify-content:center;margin-left:auto;margin-right:auto;max-width:14rem;text-align:center}.search-results .search-result .info .info-inner a:hover,.search-results .search-result-partnerships .info .info-inner a:hover,.search-results-partnerships .search-result .info .info-inner a:hover,.search-results-partnerships .search-result-partnerships .info .info-inner a:hover{color:#fff!important}.about-us .centered-text-block .content{align-items:center;display:flex;flex-direction:column;justify-content:center}.about-us .page--information-block{margin-top:0}.about-us .page--information-block .title-with-circle .circle{border:2px solid var(--orange);border-radius:50%;height:280px;left:0;margin:0 auto;position:absolute;right:0;top:-119px;width:280px}.about-us .page--information-block .image{flex:0 0 50%}.about-us .page--information-block .image.bg-image-1{background:transparent url(/images/frontend/about-us/uncomp.webp) no-repeat scroll 50%/cover}.no-webp .about-us .page--information-block .image.bg-image-1{background-image:url(/images/frontend/about-us/uncomp.jpg)}.about-us .page--information-block .image.bg-image-2{background:transparent url(/images/frontend/about-us/sustainability.webp) no-repeat scroll 50%/cover}.no-webp .about-us .page--information-block .image.bg-image-2{background-image:url(/images/frontend/about-us/sustainability.jpg)}.about-us .page--information-block .text .padding{padding:8rem}@media only screen and (max-width:1200px){.about-us .page--information-block .text .padding{padding:2rem}}.about-us .page--information-block .text .padding p:first-child{font-size:inherit!important;font-weight:inherit!important}.about-us .page--information-block .text .padding p:last-child{margin-bottom:0}.about-us .page--information-block .text .padding ul li{color:#fff;font-weight:600}.management-team{padding:0 var(--desktopGutter)}@media only screen and (max-width:1200px){.management-team{padding:0 var(--mobileGutter)}}.management-team .management-team-grid{grid-gap:3rem;display:grid;grid-template-columns:1fr 1fr 1fr}@media only screen and (max-width:1200px){.management-team .management-team-grid{grid-template-columns:1fr 1fr}}@media only screen and (max-width:767px){.management-team .management-team-grid{grid-template-columns:1fr}}.management-team .management-team-grid .grid-item .image img{display:block;width:100%}.management-team .management-team-grid .grid-item .text{margin-top:2rem}.management-team .management-team-grid .grid-item .text p{font-size:1.2rem;font-weight:500}.management-team .management-team-grid .grid-item .text p:first-child{color:var(--orange);font-family:var(--headingFont);font-size:2.4rem;font-weight:500;margin:0 0 .5rem}.management-team .management-team-grid .grid-item .text a{border-bottom:2px solid transparent;color:var(--orange);display:inline-block;font-size:1.4rem;margin-bottom:2rem;text-decoration:none}.management-team .management-team-grid .grid-item .text a.active,.management-team .management-team-grid .grid-item .text a:hover{color:var(--orangeHover)}.management-team .management-team-grid .grid-item .text a.active svg g,.management-team .management-team-grid .grid-item .text a.active svg line,.management-team .management-team-grid .grid-item .text a:hover svg g,.management-team .management-team-grid .grid-item .text a:hover svg line{stroke:var(--orangeHover)}.management-team .management-team-grid .grid-item .text a span svg{height:auto;position:relative;top:2px;width:16px}.management-team .management-team-grid .grid-item .about{display:none}.sustainability .page--content-text-image{margin-top:0!important}.sustainability .sustainability-anchors__content{padding:80px var(--desktopGutter);position:relative}@media only screen and (max-width:1200px){.sustainability .sustainability-anchors__content{padding:40px var(--smallGutter)}}.sustainability .sustainability-anchors__grid{grid-gap:2rem;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto}@media only screen and (max-width:1200px){.sustainability .sustainability-anchors__grid{grid-template-columns:1fr}}.sustainability .sustainability-anchors__grid .sustainability-anchors-block,.sustainability .sustainability-anchors__grid .sustainability-anchors-block__image{position:relative}.sustainability .sustainability-anchors__grid .sustainability-anchors-block__image:after{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)) 50%;background-size:cover;content:"";height:100%;position:absolute;top:0;width:100%}.sustainability .sustainability-anchors__grid .sustainability-anchors-block__content{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.sustainability .sustainability-anchors__grid .sustainability-anchors-block__text h2{color:#fff;line-height:2rem;text-align:center}.sustainability .sustainability-anchors__grid .sustainability-anchors-block__text span{color:var(--orange)}.sustainability .our-homes-feature{background-color:var(--kellenBlack);position:relative}.sustainability .our-homes-feature__content{padding:80px var(--desktopGutter);position:relative}@media only screen and (max-width:1200px){.sustainability .our-homes-feature__content{padding:40px var(--smallGutter)}}.sustainability .our-homes-feature__top{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:40rem;text-align:center}.sustainability .our-homes-feature__top h2{color:var(--orange);font-size:28px;margin-bottom:15px}.sustainability .our-homes-feature__top p{color:#fff;margin-bottom:0}.sustainability .our-homes-feature__top a{color:var(--orange);text-decoration:none}.sustainability .our-homes-feature__flex{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin:3rem auto 2rem}.sustainability .our-homes-feature__flex .our-homes-feature-flex-item{align-items:center;box-sizing:border-box;display:flex;flex:0 1 19rem;flex-direction:column;justify-content:center;padding:0 1rem;text-align:center}.sustainability .our-homes-feature__flex .our-homes-feature-flex-item__icon{align-items:center;background-color:#fff;border-radius:50%;display:flex;justify-content:center;margin-bottom:1rem;min-height:70px;min-width:70px;padding:.8rem}.sustainability .our-homes-feature__flex .our-homes-feature-flex-item__icon svg{max-height:50px;max-width:60px}.sustainability .our-homes-feature__flex .our-homes-feature-flex-item__text{text-align:center}.sustainability .our-homes-feature__flex .our-homes-feature-flex-item__text h3{color:#fff;font-size:18px;margin-bottom:10px;margin-top:10px}.sustainability .our-homes-feature__flex .our-homes-feature-flex-item__text p{color:#fff;margin:0 auto 1rem;text-align:center}.sustainability .our-homes-feature__bottom p{color:#fff;margin:0 auto;max-width:60rem;text-align:center}@media only screen and (max-width:1200px){.sustainability .our-homes-feature__bottom p{max-width:40rem}}.warranties .page--content-text-image{padding-bottom:2rem!important;padding-top:2rem!important}@media only screen and (max-width:1200px){.warranties .page--content-text-image{margin-top:3rem!important}}.warranties .page--content-text-image:first-child{margin-top:6rem!important}@media only screen and (max-width:480px){.warranties .warranty-checklist-table{display:none}}.warranties .warranty-checklist-table__grid{display:grid;gap:.1rem;grid-template-columns:33% 8rem 1fr}.warranties .warranty-checklist-table__heading{background-color:#738489}.warranties .warranty-checklist-table__heading p{color:#fff;margin:0;padding:1rem}.warranties .warranty-checklist-table__comments,.warranties .warranty-checklist-table__coverage,.warranties .warranty-checklist-table__items{align-items:center;background-color:#d1d2d4;display:flex}.warranties .warranty-checklist-table__comments p,.warranties .warranty-checklist-table__coverage p,.warranties .warranty-checklist-table__items p{font-weight:400!important;margin:0;padding:1rem}.warranties .warranty-checklist-table__coverage img{display:block;margin:0 auto;max-width:2rem;width:100%}.warranties .warranties-disclaimers{margin-top:2rem}@media only screen and (max-width:480px){.warranties .warranties-disclaimers{display:none}}.warranties .warranties-disclaimers p{font-size:.9rem!important;font-weight:400!important;margin-bottom:.5rem}.customer-charter .centered-text-block{margin:6rem auto}@media only screen and (max-width:1200px){.customer-charter .centered-text-block{margin:4rem auto;padding:0 var(--smallGutter)}}.customer-charter .centered-text-block .two-buttons-container{align-items:center;display:flex;justify-content:center}@media only screen and (max-width:1200px){.customer-charter .centered-text-block .two-buttons-container{flex-direction:column}}.customer-charter .centered-text-block .two-buttons-container a{color:#fff!important;margin-left:auto;margin-right:auto;width:190px}@media only screen and (max-width:1200px){.customer-charter .centered-text-block .two-buttons-container a:first-child{margin-bottom:10px}}.customer-charter .centered-text-block .two-buttons-container a:hover{color:#fff!important}.customer-charter .page--content-text{margin-top:0;padding:0}.customer-charter .page--content-text .content{padding:80px var(--desktopGutter);padding-bottom:0}@media only screen and (max-width:1200px){.customer-charter .page--content-text .content{padding:40px var(--smallGutter)}}.customer-charter .page--content-text .content .block{margin-bottom:3rem}.customer-charter .page--content-text .content .block:last-child{margin-bottom:0}.customer-charter .page--content-text .content .block li a:hover{border-bottom:2px solid var(--kellenBlackHover)}.customer-charter .page--content-text a{color:var(--beetleGreen);font-weight:500;text-decoration:none}.customer-charter .accordian-section .content{padding:80px var(--desktopGutter);padding-bottom:0}@media only screen and (max-width:1200px){.customer-charter .accordian-section .content{padding:40px var(--smallGutter)}}.customer-charter .accordian-section .content h2{font-size:2.4rem;font-weight:500;letter-spacing:.025rem}.customer-charter .accordian-section .accordian-block{margin-bottom:1rem;position:relative}.customer-charter .accordian-section .accordian-block:last-child{margin-bottom:8rem}.customer-charter .accordian-section .accordian-heading{background-color:var(--kellenBlack);cursor:pointer}.customer-charter .accordian-section .accordian-heading p{color:var(--orange);font-size:1.6rem;margin:0;padding:1rem 20% 1rem 1rem}.customer-charter .accordian-section .accordian-heading:after{color:#fff;content:">";font:22px Consolas,monospace;pointer-events:none;position:absolute;right:1.5rem;top:1rem;transform:rotate(90deg);transition:transform .5s ease-out}.customer-charter .accordian-section .accordian-heading.open:after{transform:rotate(-90deg)}.customer-charter .accordian-section .accordian-content{display:none;padding:2rem}.customer-charter .accordian-section .accordian-content-inner{display:flex}@media only screen and (max-width:1200px){.customer-charter .accordian-section .accordian-content-inner{flex-direction:column!important}}.customer-charter .accordian-section .accordian-reverse{flex-direction:row-reverse}@media only screen and (min-width:1200px){.customer-charter .accordian-section .accordian-reverse .accordian-image{margin-left:0;margin-right:5%}}.customer-charter .accordian-section .accordian-text{flex:0 0 50%}@media only screen and (min-width:1200px){.customer-charter .accordian-section .accordian-image{margin-left:5%}}.customer-charter .emergency-defects{background:transparent url(/images/frontend/customer-care/customer-charter/emergency_defects.webp) no-repeat scroll 50%/cover;position:relative}.no-webp .customer-charter .emergency-defects{background-image:url(/images/frontend/customer-care/customer-charter/emergency_defects.jpg)}.customer-charter .emergency-defects__content{padding:80px var(--desktopGutter);position:relative}@media only screen and (max-width:1200px){.customer-charter .emergency-defects__content{padding:40px var(--smallGutter)}}.customer-charter .emergency-defects__top{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:40rem;text-align:center}.customer-charter .emergency-defects__top h2{color:var(--orange);font-size:28px;margin-bottom:15px}.customer-charter .emergency-defects__top p{color:#fff;margin-bottom:0}.customer-charter .emergency-defects__top a{color:var(--orange);text-decoration:none}.customer-charter .emergency-defects__flex{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin:3rem auto 2rem}.customer-charter .emergency-defects__flex .emergency-defects-flex-item{align-items:center;box-sizing:border-box;display:flex;flex:0 1 30rem;flex-direction:column;justify-content:center;padding:0 3rem;text-align:center}@media only screen and (max-width:1400px){.customer-charter .emergency-defects__flex .emergency-defects-flex-item{flex:0 1 28rem}}.customer-charter .emergency-defects__flex .emergency-defects-flex-item__text{text-align:center}.customer-charter .emergency-defects__flex .emergency-defects-flex-item__text h3{color:#fff;font-size:18px;margin-bottom:10px;margin-top:10px}.customer-charter .emergency-defects__flex .emergency-defects-flex-item__text p{color:#fff;margin:0 auto 1rem;text-align:center}.customer-charter .emergency-defects__bottom p{color:#fff;margin:0 auto;max-width:60rem;text-align:center}@media only screen and (max-width:1200px){.customer-charter .emergency-defects__bottom p{max-width:40rem}}.stamp-duty h3{color:var(--beetleGreen);font-family:var(--headingFont);font-size:2.4rem;font-weight:500;left:inherit!important;letter-spacing:.025rem}.stamp-duty .centered-text-block{margin:6rem auto}@media only screen and (max-width:1200px){.stamp-duty .centered-text-block{margin:4rem auto;padding:0 var(--smallGutter)}}.stamp-duty .centered-text-block h3{text-align:center}.stamp-duty .stamp-duty-table-section{background-color:var(--darkGrey)}.stamp-duty .stamp-duty-table-info{grid-column-gap:7rem;display:grid;grid-template-columns:repeat(3,1fr);padding:5rem var(--desktopGutter)}@media only screen and (max-width:1200px){.stamp-duty .stamp-duty-table-info{grid-template-columns:1fr;padding:50px var(--smallGutter) 50px var(--smallGutter)}}.stamp-duty .stamp-duty-table-info .content{display:flex;flex:0 0 28%;flex-direction:column}@media only screen and (max-width:1400px){.stamp-duty .stamp-duty-table-info .content{flex:0 0 30%}}@media only screen and (max-width:1200px){.stamp-duty .stamp-duty-table-info .content{margin-bottom:5rem}.stamp-duty .stamp-duty-table-info .content:last-child{margin-bottom:0}}@media only screen and (max-width:992px){.stamp-duty .stamp-duty-table-info .content{display:block}}.stamp-duty .stamp-duty-table-info .content .text-info{flex:1 1 180px}@media only screen and (max-width:1200px){.stamp-duty .stamp-duty-table-info .content .text-info{flex:1 1 auto}}@media only screen and (max-width:992px){.stamp-duty .stamp-duty-table-info .content .text-info{margin-right:0}}.stamp-duty .stamp-duty-table-info .content .text-info h3{color:var(--orange);display:table-cell;font-size:1.8rem;height:60px;vertical-align:top}@media only screen and (max-width:1400px){.stamp-duty .stamp-duty-table-info .content .text-info h3{height:90px}}@media only screen and (max-width:1200px){.stamp-duty .stamp-duty-table-info .content .text-info h3{height:inherit}}.stamp-duty .stamp-duty-table-info .content .text-info p{color:#fff;margin-top:25px}.stamp-duty .stamp-duty-table-info .content .table-info{flex:0 0 270px}@media only screen and (max-width:1200px){.stamp-duty .stamp-duty-table-info .content .table-info{flex:0 0 auto}}.stamp-duty .stamp-duty-table-info .content .table-info .sd-table{width:100%}.stamp-duty .stamp-duty-table-info .content .table-info .sd-table__heading{background:var(--orange);border:1px solid #fff;border-bottom:0;display:flex}.stamp-duty .stamp-duty-table-info .content .table-info .sd-table__heading p{color:#fff;flex:0 0 40%;font-size:1rem;font-weight:500;letter-spacing:.05rem;margin:5px 0;text-transform:uppercase}.stamp-duty .stamp-duty-table-info .content .table-info .sd-table__heading p:first-child{flex:0 0 60%;padding-left:15px}.stamp-duty .stamp-duty-table-info .content .table-info .sd-table__text{border:1px solid #fff;border-bottom:0;display:flex}.stamp-duty .stamp-duty-table-info .content .table-info .sd-table__text:last-child{border-bottom:1px solid #fff}.stamp-duty .stamp-duty-table-info .content .table-info .sd-table__text p{color:#fff;flex:0 0 40%;font-size:1rem;letter-spacing:.05rem;margin:5px 0;padding-bottom:5px;padding-top:5px;text-align:left}.stamp-duty .stamp-duty-table-info .content .table-info .sd-table__text p:first-child{flex:0 0 60%;padding-left:15px}.stamp-duty .stamp-duty-calc-section{background-color:var(--beetleGreen)}.stamp-duty .stamp-duty-calc{grid-column-gap:1rem;grid-row-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr);padding:5rem var(--desktopGutter)}@media only screen and (max-width:1200px){.stamp-duty .stamp-duty-calc{grid-template-columns:1fr;padding:50px var(--smallGutter) 50px var(--smallGutter)}}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left{display:flex;flex-direction:column;justify-content:center;padding:3rem}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__error{background-color:var(--filterRed);display:none;margin-bottom:1rem}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__error p{color:#fff;font-weight:500;margin:0;padding:.5rem;text-align:center}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__inputs{margin-bottom:3rem}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__inputs h2{color:#fff;font-size:26px;letter-spacing:1px;margin-bottom:3rem}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__inputs .calculator-input input{background:none;border:1px solid #fff;border-radius:40px;color:#fff;height:2.5rem;margin-bottom:3rem;outline:none;padding:.5rem 0 .5rem 2rem;width:60%}@media only screen and (max-width:767px){.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__inputs .calculator-input input{width:90%}}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__inputs .calculator-input input:focus{border:1px solid var(--orange)}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__inputs .calculator-input input::-moz-placeholder{color:#fff;opacity:1}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__inputs .calculator-input input::placeholder{color:#fff;opacity:1}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__inputs .calculator-input input:-ms-input-placeholder{color:#fff}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__inputs .calculator-input input::-ms-input-placeholder{color:#fff}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__inputs .calculator-radio{margin-bottom:3rem}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__inputs .calculator-radio .checkbox-container{color:#fff;font-family:var(--bodyFont);font-size:var(--fontSizeGlobal);margin-bottom:1rem}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__inputs .calculator-button button{min-width:10rem}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__result .results-text{color:#fff;display:inline-block;margin-bottom:0;margin-right:10px}.stamp-duty .stamp-duty-calc .stamp-duty-calc-left__result .results-amount{color:#fff;display:inline-block;font-size:2rem;font-weight:500;margin-bottom:0}.stamp-duty .stamp-duty-calc .stamp-duty-calc-right{background:transparent url(/images/frontend/stamp-duty/calculator_img.webp) no-repeat scroll 50%/cover}.no-webp .stamp-duty .stamp-duty-calc .stamp-duty-calc-right{background-image:url(/images/frontend/stamp-duty/calculator_img.jpg)}@media only screen and (min-width:1200px){.stamp-duty .stamp-duty-calc .stamp-duty-calc-right{min-height:525px}}@media only screen and (max-width:1200px){.stamp-duty .stamp-duty-calc .stamp-duty-calc-right{background:none;grid-row-start:1}}.stamp-duty .stamp-duty-calc .stamp-duty-calc-right img{display:none;width:100%}@media only screen and (max-width:1200px){.stamp-duty .stamp-duty-calc .stamp-duty-calc-right img{display:block}}.stamp-duty .stamp-duty-find-your-home{padding:5rem var(--desktopGutter)}@media only screen and (max-width:1200px){.stamp-duty .stamp-duty-find-your-home{padding:50px var(--smallGutter) 50px var(--smallGutter)}}.stamp-duty .stamp-duty-find-your-home .circle-header{border:none!important}.why-buy-new .centered-slider-block{background-color:var(--kellenBlack)}.why-buy-new .centered-slider-block__content{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0 var(--desktopGutter);position:relative}@media only screen and (max-width:1200px){.why-buy-new .centered-slider-block__content{margin:0 var(--smallGutter)}}.why-buy-new .centered-slider-block__content h2{color:#fff;font-size:26px;margin-bottom:3rem;text-align:center}.why-buy-new .centered-slider-block__content .slick-next,.why-buy-new .centered-slider-block__content .slick-prev{align-items:center;background-color:var(--orange);border-radius:50%;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;width:30px;z-index:999}.why-buy-new .centered-slider-block__content .slick-next p,.why-buy-new .centered-slider-block__content .slick-prev p{color:#fff;font-weight:500;margin:0;transform:scaleY(2)}.why-buy-new .centered-slider-block__content .slick-prev{left:0}.why-buy-new .centered-slider-block__content .slick-next{right:0}.why-buy-new .centered-slider-block__content .slick-next p{margin-left:3px}.why-buy-new .centered-slider-block__inner{padding:4rem 0}.why-buy-new .centered-slider-block__slider{padding:0 2rem;width:100%}.why-buy-new .centered-slider-block__slider .centered-slider-block-slider-item{margin-top:25px;min-height:315px;opacity:60%;transition:all .5s ease-in}@media only screen and (min-width:1400px){.why-buy-new .centered-slider-block__slider .centered-slider-block-slider-item{min-height:315px}}.why-buy-new .centered-slider-block__slider .centered-slider-block-slider-item__icon-inner{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:70px;justify-content:center;margin-bottom:1rem;margin-left:auto;margin-right:auto;padding:.8rem;transition:all .5s ease-in;width:70px}.why-buy-new .centered-slider-block__slider .centered-slider-block-slider-item__icon-inner svg{max-height:50px;max-width:60px;transition:all .5s ease-in}.why-buy-new .centered-slider-block__slider .centered-slider-block-slider-item__text h3{color:#fff;font-size:1.4rem;text-align:center}.why-buy-new .centered-slider-block__slider .centered-slider-block-slider-item__text p{color:#fff;margin:0;opacity:0;text-align:center;transition:all .5s ease-in}.why-buy-new .centered-slider-block__slider .slick-current{margin-top:0;opacity:100%}.why-buy-new .centered-slider-block__slider .slick-current .centered-slider-block-slider-item__icon-inner{height:125px;width:125px}.why-buy-new .centered-slider-block__slider .slick-current .centered-slider-block-slider-item__icon-inner svg{max-height:90px;max-width:90px}.why-buy-new .centered-slider-block__slider .slick-current .centered-slider-block-slider-item__text p{opacity:100%}.partnerships-logo-image-container{grid-gap:5rem;display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width:1200px){.partnerships-logo-image-container{grid-template-columns:1fr}}.partnerships-logo-image-container img{max-width:245px}.partnerships .page--header{position:relative}.partnerships .page--header .hero-carousel{position:relative;top:0;width:100%;z-index:0}.partnerships .page--header .hero-carousel .slick-slide{position:relative}.partnerships .page--header .hero-carousel img{display:block;width:100%}@media only screen and (max-width:1200px){.partnerships .page--header .hero-carousel img{min-height:40vh;-o-object-fit:cover;object-fit:cover}}.partnerships .page--header .hero-carousel:after{background:linear-gradient(180deg,#000,transparent);content:"";height:30%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:1}.partnerships .page--header .slick-slider-dots{align-items:center;display:flex;justify-content:center;margin:0 auto;position:relative;top:-40px;width:100%;z-index:11}@media only screen and (max-width:1200px){.partnerships .page--header .slick-slider-dots{display:none}}.partnerships .page--header .slick-slider-dots ul{list-style:none;margin:0;padding:0}.partnerships .page--header .slick-slider-dots ul li{display:inline-block;margin:0 2px}.partnerships .page--header .slick-slider-dots ul li button{background:transparent;border:4px solid #fff;border-radius:50%;color:#000;cursor:pointer;font-size:5px;height:24px;line-height:0px;overflow:hidden;transform:scale(.5);width:24px}.partnerships .page--header .slick-slider-dots ul li button:hover{background:var(--orange);border:1px solid var(--orange);color:var(--orange)}.partnerships .page--header .slick-slider-dots ul li.slick-active{position:relative}.partnerships .page--header .slick-slider-dots ul li.slick-active:after{background-color:var(--orange);border-radius:100%;content:"";height:16px;left:3px;position:absolute;top:4px;width:16px;z-index:2}.partnerships .page--header .slick-slider-dots ul li.slick-active button{background:var(--orange);border:1px solid var(--orange);color:var(--orange)}@media only screen and (min-width:1200px){.partnerships .centered-text-block{max-width:60rem}.partnerships .centered-text-block.small-margins-top{margin:2rem auto 4rem!important}}.partnerships .centered-text-block.small-margins{margin:4rem auto!important}.partnerships .centered-text-block.dark{background-color:var(--darkGrey)}.partnerships .centered-text-block .content h1{text-align:center}.partnerships .centered-text-block .content p:first-child{font-size:inherit!important;font-weight:400!important}.partnerships .centered-text-block .content p:last-child{margin-bottom:0}.partnerships .centered-text-block .content .key-features p{color:var(--kellenBlack);margin-bottom:10px}.partnerships .centered-text-block .content .key-features p:last-child{margin-bottom:0}.partnerships .our-partnership-schemes__container{background-color:var(--lightGrey)}.partnerships .our-partnership-schemes__inner{padding:4rem var(--desktopGutter);position:relative}.partnerships .our-partnership-schemes__inner h2{font-size:28px;text-align:center}.partnerships .our-partnership-schemes__grid{grid-gap:5rem;display:grid;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:1200px){.partnerships .our-partnership-schemes__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:992px){.partnerships .our-partnership-schemes__grid{grid-template-columns:1fr}}.partnerships .our-partnership-schemes__grid .our-partnership-schemes-card__image{display:block;line-height:0}.partnerships .our-partnership-schemes__grid .our-partnership-schemes-card__image img{height:auto;min-height:250px;-o-object-fit:cover;object-fit:cover;width:100%}.partnerships .our-partnership-schemes__grid .our-partnership-schemes-card__text{align-items:center;background-color:var(--darkGrey);display:flex;flex-direction:column;justify-content:center;padding:1rem 0}.partnerships .our-partnership-schemes__grid .our-partnership-schemes-card__text .title{color:var(--orange);font-size:22px;margin:0}.partnerships .our-partnership-schemes__grid .our-partnership-schemes-card__text .location{color:#fff;margin:0 0 10px}.partnerships .our-partnership-schemes__grid .our-partnership-schemes-card__text .button{color:#fff!important;padding:0 2rem}.partnerships .centered-slider-block{background-color:var(--darkGrey)}.partnerships .centered-slider-block__inner{padding:4rem 0}.partnerships .centered-slider-block__content{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0 var(--desktopGutter);position:relative}@media only screen and (max-width:1200px){.partnerships .centered-slider-block__content{margin:0 var(--smallGutter)}}.partnerships .centered-slider-block__content h2{color:var(--orange);font-size:28px;margin-bottom:3rem;text-align:center}.partnerships .centered-slider-block__content .slick-next,.partnerships .centered-slider-block__content .slick-prev{align-items:center;background-color:var(--darkGrey);border:1px solid var(--orange);border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;width:30px;z-index:999}@media only screen and (max-width:1200px){.partnerships .centered-slider-block__content .slick-next,.partnerships .centered-slider-block__content .slick-prev{display:none!important}}.partnerships .centered-slider-block__content .slick-next:hover,.partnerships .centered-slider-block__content .slick-prev:hover{background-color:var(--orangeHover)}.partnerships .centered-slider-block__content .slick-next:hover p,.partnerships .centered-slider-block__content .slick-prev:hover p{color:#fff}.partnerships .centered-slider-block__content .slick-next p,.partnerships .centered-slider-block__content .slick-prev p{color:var(--orange);font-weight:500;margin:0;transform:scaleY(2)}.partnerships .centered-slider-block__content .slick-prev{left:0}.partnerships .centered-slider-block__content .slick-next{right:0}.partnerships .centered-slider-block__content .slick-next p{margin-left:3px}.partnerships .centered-slider-block__content .slick-slide{padding:0 20rem;text-align:center}@media only screen and (max-width:1200px){.partnerships .centered-slider-block__content .slick-slide{padding:0 var(--desktop)}}.partnerships .centered-slider-block__content .slick-slide p{color:#fff}.partnerships .centered-slider-block__slider{padding:0 2rem;width:100%}.partnerships .page--content-text-image{margin-top:0;padding:4rem var(--desktopGutter)}@media only screen and (max-width:1200px){.partnerships .page--content-text-image{padding:50px var(--smallGutter) 50px var(--smallGutter)}}.partnerships .page--content-text-image .youtube-video-container{margin:0}.partnerships .sustainability-anchors__content{padding:0 var(--desktopGutter) 4rem var(--desktopGutter);position:relative}.partnerships .sustainability-anchors__grid{grid-gap:2rem;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto}@media only screen and (max-width:1200px){.partnerships .sustainability-anchors__grid{grid-template-columns:1fr}}.partnerships .sustainability-anchors__grid .sustainability-anchors-block,.partnerships .sustainability-anchors__grid .sustainability-anchors-block__image{position:relative}.partnerships .sustainability-anchors__grid .sustainability-anchors-block__image:after{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)) 50%;background-size:cover;content:"";height:100%;position:absolute;top:0;width:100%}.partnerships .sustainability-anchors__grid .sustainability-anchors-block__content{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.partnerships .sustainability-anchors__grid .sustainability-anchors-block__text h2{color:#fff;line-height:2rem;text-align:center}.partnerships .sustainability-anchors__grid .sustainability-anchors-block__text span{color:var(--orange)}@media only screen and (max-width:1200px){.partnerships.developments .development-hero-carousel{margin-top:0}}.partnerships.developments .centered-slider-block__slider{display:flex;justify-content:center}.partnerships.developments .centered-slider-block__slider .centered-slider-block-slider-item{max-width:60rem;text-align:center}.partnerships.developments .centered-slider-block__slider .centered-slider-block-slider-item p{color:#fff}.partnerships.developments .internal-links .image img{height:300px;-o-object-fit:cover;object-fit:cover}.land-requirements{background-color:var(--darkGreyBlue)}.land-requirements .content>.inner{display:flex;margin:0 auto;max-width:800px;overflow:hidden}@media only screen and (max-width:1200px){.land-requirements .content>.inner{display:block}}.land-requirements .content>.inner .image{margin-right:2rem;min-height:500px;position:relative;width:400px}@media only screen and (max-width:1200px){.land-requirements .content>.inner .image{margin:0 auto 5rem}}@media only screen and (max-width:767px){.land-requirements .content>.inner .image{margin-bottom:2rem;min-height:inherit;width:100%}}.land-requirements .content>.inner .image img{margin:2rem 0;width:400px}@media only screen and (max-width:767px){.land-requirements .content>.inner .image img{display:block;max-width:400px;position:inherit;top:inherit;width:100%}}.land-requirements .content>.inner .text{align-items:center;display:flex}@media only screen and (max-width:1200px){.land-requirements .content>.inner .text{display:block;margin:0 auto 4rem;max-width:25rem}}@media only screen and (max-width:992px){.land-requirements .content>.inner .text{display:block;margin-bottom:4rem;max-width:calc(100% - 6rem)}}.land-requirements .content>.inner .text>.inner h2{color:var(--orange);font-size:2.2rem;letter-spacing:.05rem;line-height:2.4rem;margin:0 0 2rem;text-align:left}.land-requirements .content>.inner .text>.inner p{color:#fff;font-size:1.1rem;font-weight:500;margin-bottom:1rem}.land-requirements .content>.inner .text>.inner ul{list-style:none}.land-requirements .content>.inner .text>.inner ul li{color:#fff;position:relative}.land-requirements .content>.inner .text>.inner ul li:before{border:1px solid var(--orange);border-radius:100%;content:"";height:8px;left:-1.2rem;position:absolute;top:.23rem;width:8px}.land .page--content-text-image.reverse h2{left:-3rem;position:relative}@media only screen and (max-width:1200px){.land .page--content-text-image.reverse h2{left:-1rem!important}.land .static-hero .darken-heavy{width:100%}.land .static-hero .bg-image{background:transparent url(/images/frontend/land/hero-image.webp) no-repeat scroll 50%/cover;display:block;height:40vw;min-height:20rem;width:100%}.no-webp .land .static-hero .bg-image{background-image:url(/images/frontend/land/hero-image.jpg)}.land .static-hero img{display:none}}.land .land-team{margin-top:17rem;position:relative}@media only screen and (max-width:1200px){.land .land-team{margin-top:15rem}}.land .land-team .circle-header{margin:0 0 0 5rem;top:-17rem}@media only screen and (max-width:1200px){.land .land-team .circle-header{margin:0 auto;top:-12.5rem}}.land .land-team .circle-header h2{color:var(--orange);font-size:2.8rem;letter-spacing:.05rem;margin:0;text-align:left}@media only screen and (max-width:1200px){.land .land-team .circle-header h2{font-size:2.2rem;text-align:center}}.land .land-team .circle-header h2 span{color:#000;display:block;font-family:var(--bodyFont);font-size:1.2rem;font-weight:500;letter-spacing:.15rem;line-height:1.4rem;margin:.4rem 0 0;text-align:left;text-transform:uppercase}@media only screen and (max-width:1200px){.land .land-team .circle-header h2 span{text-align:center}}.land .team-slider{height:48rem;overflow:hidden}.land .team-slider .content{height:100%;position:relative;width:100%}.land .team-slider .content .swiper-nav{left:50px;position:absolute;top:40%}.land .team-slider .content .swiper-nav .prev{align-items:center;background-color:var(--orange);display:flex;height:45px;justify-content:center;position:relative;width:45px;z-index:10}.land .team-slider .content .swiper-nav .prev:hover{background-color:var(--orangeHover)}.land .team-slider .content .swiper-nav .prev svg{height:auto;width:15px}.land .team-slider .content .swiper-nav .next{align-items:center;background-color:#fff;display:block;display:flex;height:45px;justify-content:center;position:relative;width:45px;z-index:10}.land .team-slider .content .swiper-nav .next:hover{background:var(--orange)}.land .team-slider .content .swiper-nav .next:hover svg line,.land .team-slider .content .swiper-nav .next:hover svg path{stroke:#fff}.land .team-slider .content .swiper-nav .next svg{height:auto;width:15px}.land .team-slider .content .team-slider-swiper{background-color:#474950;position:absolute;top:0;width:calc(100% + 900px)}@media only screen and (max-width:1200px){.land .team-slider .content .team-slider-swiper{position:relative;top:inherit;width:100%}}.land .team-slider .content .team-slider-swiper .swiper-slide{background-color:var(--darkGrey);height:100%;padding-top:10rem;width:80%}.land .team-slider .content .team-slider-swiper .swiper-slide .team-image{border:10px solid #474950;border-radius:100%;margin:1rem auto 2rem;overflow:hidden;width:15rem}.land .team-slider .content .team-slider-swiper .swiper-slide .team-image img{display:block;height:15rem;-o-object-fit:cover;object-fit:cover;width:100%}.land .team-slider .content .team-slider-swiper .swiper-slide .team-info{margin:0 auto;min-height:30rem;text-align:center;width:80%}.land .team-slider .content .team-slider-swiper .swiper-slide .team-info>p:first-child{color:var(--orange);font-family:var(--headingFont);font-size:1.8rem;margin:0}.land .team-slider .content .team-slider-swiper .swiper-slide .team-info>p:nth-child(2){color:#fff;font-size:1.1rem;letter-spacing:.1rem;margin-top:.4rem;text-transform:uppercase}.land .team-slider .content .team-slider-swiper .swiper-slide .team-info>p a{display:inline-block;text-decoration:none!important}.land .team-slider .content .team-slider-swiper .swiper-slide .team-info>p a:hover{border-bottom:none!important;text-decoration:none!important}.land .team-slider .content .team-slider-swiper .swiper-slide .team-info>p a:hover svg{text-decoration:none!important}.land .team-slider .content .team-slider-swiper .swiper-slide .team-info>p a:hover svg g,.land .team-slider .content .team-slider-swiper .swiper-slide .team-info>p a:hover svg line{stroke:var(--orangeHover)}.land .team-slider .content .team-slider-swiper .swiper-slide .team-info a{color:#fff;display:block;font-weight:500}.land .team-slider .content .team-slider-swiper .swiper-slide .team-info a.phone{font-size:1.2rem;letter-spacing:.1rem;margin-bottom:2rem;text-decoration:none}.land .team-slider .content .team-slider-swiper .swiper-slide .team-info a.email{color:var(--orange);margin-bottom:2rem}.land .team-slider .content .team-slider-swiper .swiper-slide .team-info a.email:hover{color:var(--orangeHover)}.land .team-slider .content .team-slider-swiper .swiper-slide .team-info .description{MAX-HEIGHT:12REM;OVERFLOW:HIDDEN;display:none;overflow-y:AUTO}.land .team-slider .content .team-slider-swiper .swiper-slide .team-info .description p{color:#fff;font-family:inherit;font-size:inherit;line-height:inherit}@media only screen and (max-width:1200px){.page-header-50-50{padding-top:5rem}}.page-header-50-50 .content{display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width:1200px){.page-header-50-50 .content{display:block}}.page-header-50-50 .content .image{background:transparent url(/images/frontend/contact/hero.webp) no-repeat scroll 50%/cover;min-height:25rem;position:relative}.no-webp .page-header-50-50 .content .image{background-image:url(/images/frontend/contact/hero.jpg)}@media only screen and (max-width:1200px){.page-header-50-50 .content .image{min-height:15rem}}.page-header-50-50 .content .image .title-with-circle-small{left:inherit;text-align:center;top:5rem;width:100%}.page-header-50-50 .content .image .title-with-circle-small .circle{height:200px;left:0;margin:0 auto;right:0;top:0;width:200px}@media only screen and (max-width:1200px){.page-header-50-50 .content .image .title-with-circle-small .circle{height:150px;top:-2.4rem;width:150px}}.page-header-50-50 .content .image .title-with-circle-small h1,.page-header-50-50 .content .image .title-with-circle-small h2{letter-spacing:-.05rem;padding-top:5.4rem}@media only screen and (max-width:1200px){.page-header-50-50 .content .image .title-with-circle-small h1,.page-header-50-50 .content .image .title-with-circle-small h2{padding-top:.9rem}}.page-header-50-50 .content .image .title-with-circle-small h1 span,.page-header-50-50 .content .image .title-with-circle-small h2 span{font-size:1.4rem;margin-top:.7rem}.page-header-50-50 .content .text{align-items:center;display:flex;justify-content:center;padding:0 8rem}@media only screen and (max-width:1200px){.page-header-50-50 .content .text{padding:2rem var(--smallGutter) 2rem var(--smallGutter)}}.page-header-50-50 .content .text .text-content{text-align:center}.page-header-50-50 .content .text .text-content p:last-child{margin-bottom:0}.contact-us-form{background-color:var(--darkGreyBlue);margin-top:0}.contact-us-form .form-and-map{grid-gap:5rem;display:grid;grid-template-columns:1fr 400px}@media only screen and (max-width:1200px){.contact-us-form .form-and-map{display:block}}.contact-us-form .form-and-map form{max-width:48rem}@media only screen and (max-width:1200px){.contact-us-form .form-and-map form{margin-bottom:3rem;max-width:100%}}.contact-us-form .form-and-map .form-submit-row{display:block}.contact-us-form .form-and-map .captcha-submit{display:flex;justify-content:space-between;margin-top:3rem}@media only screen and (max-width:1200px){.contact-us-form .form-and-map .captcha-submit{display:block}}.contact-us-form .form-and-map .captcha-submit .robot{width:20rem}@media only screen and (max-width:1200px){.contact-us-form .form-and-map .captcha-submit .robot{margin-top:2rem;width:100%}}.contact-us-form .form-and-map .captcha-submit .submit{width:15rem}@media only screen and (max-width:1200px){.contact-us-form .form-and-map .captcha-submit .submit{margin-top:3rem;width:100%}}.contact-us-form .form-and-map .contact-us-map{box-sizing:border-box}.contact-us-form .form-and-map .contact-us-map .content{background-color:#fff}.contact-us-form .form-and-map .contact-us-map .content .text{padding:3rem}.contact-us-form .form-and-map .contact-us-map .content .text p:first-child{font-weight:600;letter-spacing:.1rem;text-transform:uppercase}.contact-us-form .form-and-map .contact-us-map .content .text p:last-child{margin-bottom:0}.contact-us-form .form-and-map .contact-us-map .content .text p a{color:var(--beetleGreen);font-weight:600;text-decoration:none}.contact-us-form .form-and-map .contact-us-map .content .text p a:hover{color:var(--beetleGreenHover)}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{-webkit-touch-callout:none;font-family:Arial,sans-serif;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.irs,.irs-line{display:block;position:relative}.irs-line{outline:none!important;overflow:hidden}.irs-bar{display:block}.irs-bar,.irs-shadow{left:0;position:absolute;width:0}.irs-shadow{display:none}.irs-handle{box-sizing:border-box;cursor:default;display:block;position:absolute;z-index:1}.irs-handle.type_last{z-index:2}.irs-max,.irs-min{cursor:default;display:block;position:absolute}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-single,.irs-to{cursor:default;display:block;left:0;position:absolute;top:0;white-space:nowrap}.irs-grid{bottom:0;display:none;height:20px;left:0;position:absolute;width:100%}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{background:#000;height:8px;left:0;position:absolute;top:0;width:1px}.irs-grid-pol.small{height:4px}.irs-grid-text{bottom:0;color:#000;font-size:9px;left:0;line-height:9px;padding:0 3px;position:absolute;text-align:center;white-space:nowrap}.irs-disable-mask{background:transparent;cursor:default;display:block;height:100%;left:-1%;position:absolute;top:0;width:102%;z-index:2}.lt-ie9 .irs-disable-mask{background:#000;cursor:not-allowed;filter:alpha(opacity=0)}.irs-disabled{opacity:.4}.irs-hidden-input{background:none!important;border-color:transparent!important;border-style:solid!important;display:block!important;font-size:0!important;height:0!important;left:0!important;line-height:0!important;margin:0!important;outline:none!important;overflow:hidden;padding:0!important;position:absolute!important;top:0!important;width:0!important;z-index:-9999!important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{background-color:#e1e4e9;border-radius:4px;height:12px;top:25px}.irs--flat .irs-bar{background-color:#ed5565;height:12px;top:25px}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{background-color:#e1e4e9;bottom:16px;height:1px}.irs--flat .irs-handle{background-color:transparent;height:18px;top:22px;width:16px}.irs--flat .irs-handle>i:first-child{background-color:#da4453;display:block;height:100%;left:50%;margin-left:-1px;position:absolute;top:0;width:2px}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-max,.irs--flat .irs-min{background-color:#e1e4e9;border-radius:4px;color:#999;font-size:10px;line-height:1.333;padding:1px 3px;text-shadow:none;top:0}.irs--flat .irs-from,.irs--flat .irs-single,.irs--flat .irs-to{background-color:#ed5565;border-radius:4px;color:#fff;font-size:10px;line-height:1.333;padding:1px 5px;text-shadow:none}.irs--flat .irs-from:before,.irs--flat .irs-single:before,.irs--flat .irs-to:before{border:3px solid transparent;border-top-color:#ed5565;bottom:-6px;content:"";display:block;height:0;left:50%;margin-left:-3px;overflow:hidden;position:absolute;width:0}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{background-color:#fff;background:linear-gradient(180deg,#ddd -50%,#fff 150%);border:1px solid #ccc;border-radius:12px;height:12px;top:33px}.irs--big .irs-bar{background-color:#92bce0;background:linear-gradient(180deg,#fff 0,#428bca 30%,#b9d4ec);border:1px solid #428bca;box-shadow:inset 0 0 1px 1px hsla(0,0%,100%,.5);height:12px;top:33px}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{background-color:rgba(66,139,202,.5);bottom:16px;height:1px}.irs--big .irs-handle{background-color:#cbcfd5;background:linear-gradient(180deg,#fff 0,#b4b9be 30%,#fff);border:1px solid rgba(0,0,0,.3);border-radius:30px;box-shadow:1px 1px 2px rgba(0,0,0,.2),inset 0 0 3px 1px #fff;height:30px;top:25px;width:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{background-color:#939ba7;background:linear-gradient(180deg,#fff 0,#919ba5 30%,#fff);border-color:rgba(0,0,0,.45)}.irs--big .irs-max,.irs--big .irs-min{background-color:#9f9f9f;border-radius:3px;color:#fff;padding:1px 5px;text-shadow:none;top:0}.irs--big .irs-from,.irs--big .irs-single,.irs--big .irs-to{background-color:#428bca;background:linear-gradient(180deg,#428bca 0,#3071a9);border-radius:3px;color:#fff;padding:1px 5px;text-shadow:none}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern,.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{background-color:#d1d6e0;background:linear-gradient(180deg,#e0e4ea 0,#d1d6e0);border:solid #a3adc1;border-radius:5px;border-width:1px 1px 0;height:5px;top:25px}.irs--modern .irs-bar{background:#20b426;background:linear-gradient(180deg,#20b426 0,#18891d);height:5px;top:25px}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{background-color:rgba(209,214,224,.5);bottom:21px;height:1px}.irs--modern .irs-handle{border:1px solid #a3adc1;border-radius:0 0 3px 3px;border-top:0 solid #a3adc1;box-shadow:1px 1px 1px rgba(0,0,0,.1);height:13px;top:37px;width:12px}.irs--modern .irs-handle>i:first-child{background:#fff;border:1px solid #a3adc1;display:block;height:6px;left:1px;position:absolute;top:-4px;transform:rotate(45deg);width:6px}.irs--modern .irs-handle>i:nth-child(2){background:#e9e6e6;background:linear-gradient(180deg,#fff 0,#e9e6e6);border-radius:0 0 3px 3px;box-sizing:border-box;display:block;height:12px;left:0;position:absolute;top:0;width:10px}.irs--modern .irs-handle>i:nth-child(3){border-left:1px solid #a3adc1;border-right:1px solid #a3adc1;box-sizing:border-box;display:block;height:5px;left:3px;position:absolute;top:3px;width:4px}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{background:#c3c7cd;background:linear-gradient(180deg,#fff 0,#919ba5 30%,#fff);border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:first-child,.irs--modern .irs-handle:hover>i:first-child{border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-max,.irs--modern .irs-min{background-color:#d1d6e0;border-radius:5px;color:#fff;font-size:10px;line-height:1.333;padding:1px 5px;text-shadow:none;top:0}.irs--modern .irs-from,.irs--modern .irs-single,.irs--modern .irs-to{background-color:#20b426;border-radius:5px;color:#fff;font-size:10px;line-height:1.333;padding:1px 5px;text-shadow:none}.irs--modern .irs-from:before,.irs--modern .irs-single:before,.irs--modern .irs-to:before{border:3px solid transparent;border-top-color:#20b426;bottom:-6px;content:"";display:block;height:0;left:50%;margin-left:-3px;overflow:hidden;position:absolute;width:0}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{font-size:12px;height:50px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{background-color:#000;border-radius:2px;height:2px;top:30px}.irs--sharp .irs-bar{background-color:#ee22fa;height:2px;top:30px}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{background-color:rgba(0,0,0,.5);bottom:21px;height:1px}.irs--sharp .irs-handle{background-color:#a804b2;height:10px;top:25px;width:10px}.irs--sharp .irs-handle>i:first-child{border:5px solid transparent;border-top-color:#a804b2;display:block;height:0;left:0;position:absolute;top:100%;width:0}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:#000}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:#000}.irs--sharp .irs-max,.irs--sharp .irs-min{background-color:#a804b2;border-radius:2px;color:#fff;font-size:14px;line-height:1;opacity:.4;padding:3px 4px;top:0}.irs--sharp .irs-from,.irs--sharp .irs-single,.irs--sharp .irs-to{background-color:#a804b2;border-radius:2px;color:#fff;font-size:14px;line-height:1;padding:3px 4px;text-shadow:none}.irs--sharp .irs-from:before,.irs--sharp .irs-single:before,.irs--sharp .irs-to:before{border:3px solid transparent;border-top-color:#a804b2;bottom:-6px;content:"";display:block;height:0;left:50%;margin-left:-3px;overflow:hidden;position:absolute;width:0}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{background-color:#dee4ec;border-radius:4px;height:4px;top:36px}.irs--round .irs-bar{background-color:#006cfa;height:4px;top:36px}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{background-color:rgba(222,228,236,.5);bottom:21px;height:4px}.irs--round .irs-handle{background-color:#fff;border:4px solid #006cfa;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,.3);height:24px;top:26px;width:24px}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-max,.irs--round .irs-min{background-color:rgba(0,0,0,.1);border-radius:4px;color:#333;font-size:14px;line-height:1;padding:3px 5px;top:0}.irs--round .irs-from,.irs--round .irs-single,.irs--round .irs-to{background-color:#006cfa;border-radius:4px;color:#fff;font-size:14px;line-height:1;padding:3px 5px;text-shadow:none}.irs--round .irs-from:before,.irs--round .irs-single:before,.irs--round .irs-to:before{border:3px solid transparent;border-top-color:#006cfa;bottom:-6px;content:"";display:block;height:0;left:50%;margin-left:-3px;overflow:hidden;position:absolute;width:0}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{background-color:#dedede;height:4px;top:31px}.irs--square .irs-bar{background-color:#000;height:4px;top:31px}.irs--square .irs-shadow{background-color:#dedede;bottom:21px;height:2px}.irs--square .irs-handle{background-color:#fff;border:3px solid #000;height:16px;top:25px;transform:rotate(45deg);width:16px}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-max,.irs--square .irs-min{background-color:rgba(0,0,0,.1);color:#333;font-size:14px;line-height:1;padding:3px 5px;top:0}.irs--square .irs-from,.irs--square .irs-single,.irs--square .irs-to{background-color:#000;color:#fff;font-size:14px;line-height:1;padding:3px 5px;text-shadow:none}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.mortgage-calculator-wrap{padding:8rem var(--desktopGutter)}@media only screen and (max-width:1200px){.mortgage-calculator-wrap{padding:4rem var(--mobileGutter)}}.mortgage-calculator-wrap .content{grid-gap:6rem;display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width:1200px){.mortgage-calculator-wrap .content{display:block}}.mortgage-calculator-wrap .slider-row{grid-gap:4rem;background-color:var(--darkGrey);color:#fff;display:grid;font-family:var(--bodyFont);font-size:1.8rem;grid-template-columns:150px 1fr;line-height:2rem;padding-bottom:1rem;padding-left:2rem;padding-right:2rem}@media only screen and (max-width:992px){.mortgage-calculator-wrap .slider-row{display:block}}@media only screen and (max-width:1400px){.mortgage-calculator-wrap .slider-row.has-slider{display:block;padding-bottom:2rem}}.mortgage-calculator-wrap .slider-row:first-child{padding-top:2rem}.mortgage-calculator-wrap .slider-row p{color:#fff;font-size:1.2rem;line-height:2rem}.mortgage-calculator-wrap .slider-row:last-child{margin-bottom:4rem;padding-bottom:1rem}.mortgage-calculator-wrap .slider-row .slider-input{grid-gap:49px;display:grid;grid-template-columns:1fr 92px;text-align:right;width:100%}@media only screen and (max-width:767px){.mortgage-calculator-wrap .slider-row .slider-input{grid-template-columns:1fr}}.mortgage-calculator-wrap .slider-row .slider-input .irs--flat{margin-top:-20px}.mortgage-calculator-wrap .slider-row .slider-input .irs--flat .irs-bar{background-color:var(--orange)}.mortgage-calculator-wrap .slider-row .slider-input .irs--flat .irs-handle{background-color:var(--orange);border-radius:100%;cursor:pointer;height:25px;top:19px;width:25px}.mortgage-calculator-wrap .slider-row .slider-input .irs--flat .irs-handle i{background-color:var(--orange)}.mortgage-calculator-wrap .slider-row .slider-input .irs--flat .irs-handle:hover,.mortgage-calculator-wrap .slider-row .slider-input .irs--flat .irs-handle:hover i{background-color:var(--orangeHover)}.mortgage-calculator-wrap .slider-row .slider-value{color:#fff;font-family:var(--bodyFont);font-size:1.8rem;font-weight:500;line-height:2rem}.mortgage-calculator-wrap .slider-row .slider-value .mortgage-value{-webkit-user-modify:read-write;-moz-user-modify:read-write;align-items:center;background-color:#fff;color:var(--orange);display:flex;font-size:15px;justify-content:center;margin-top:-10px;overflow:hidden;padding:8px 10px 6px;text-align:center}.mortgage-calculator-wrap .slider-row .slider-value .monthly-repayment{font-size:1.8rem;line-height:2rem;margin-top:-1px}.mortgage-calculator-wrap .slider-row .slider-value .monthly-repayment p{font-size:2.2rem;margin:.5rem 0 0}@media only screen and (max-width:992px){.mortgage-calculator-wrap .slider-row .slider-value .monthly-repayment{margin:0 0 2rem;text-align:left}}.mortgage-calculator-wrap .large-heading-text,.mortgage-calculator-wrap .slider-title{color:var(--orange);font-family:var(--headingFont);font-size:1.8rem;font-weight:500;letter-spacing:-.05rem;margin-bottom:1rem}.mortgage-calculator-wrap h3{color:var(--orange);font-family:var(--headingFont);font-size:1.8rem;font-weight:500;letter-spacing:-.05rem;margin-bottom:2rem;margin-top:4rem}.mortgage-calculator-wrap .text-left-image-right__bold{font-weight:500}.mortgage-calculator-wrap .mortgage-calculator-col{padding:0 6rem 0 0!important}.mortgage-calculator-wrap .mortgage-calculator-col p{font-family:var(--headingFont)}.mortgage-calculator-wrap .mortgage-calculator-col .slider-row{background-color:red}.mortgage-calculator-wrap .results{background-color:var(--darkGrey);padding:2rem}.mortgage-calculator-wrap .results .result-row{color:#fff;font-family:var(--bodyFont);padding-bottom:2rem}.mortgage-calculator-wrap .results .result-row .result-grid{grid-gap:50px;align-items:center;display:grid;grid-template-columns:250px 1fr}@media only screen and (max-width:1200px){.mortgage-calculator-wrap .results .result-row .result-grid{display:block}}.mortgage-calculator-wrap .results .result-row:last-child{padding-bottom:0}.mortgage-calculator-wrap .results .result-row label,.mortgage-calculator-wrap .results .result-row p{color:#fff;font-family:var(--bodyFont)}.mortgage-calculator-wrap .results .result-row p{font-size:1.4rem;line-height:1.4rem;margin:0}.mortgage-calculator-wrap .results .result-row p:first-child{font-size:1.4rem;font-weight:600;line-height:1.6rem;margin-bottom:0}@media only screen and (max-width:1200px){.mortgage-calculator-wrap .results .result-row p:first-child{margin-bottom:2rem}}.mortgage-calculator-wrap .results .result-row p:last-child{font-size:1.8rem;line-height:2rem;text-align:right}@media only screen and (max-width:1200px){.mortgage-calculator-wrap .results .result-row p:last-child{text-align:left}.mortgage-calculator-wrap .text-wrap{margin-top:4rem}}.page--content-text-image.mc{margin-bottom:3rem;padding-top:0}@media only screen and (max-width:767px){.buying-process .circle-header-with-text .circle-header{margin:0 auto!important}.buying-process .circle-header-with-text .extra-text{display:none}}.buying-process .centered-text-block{display:none;margin-bottom:0}@media only screen and (max-width:767px){.buying-process .centered-text-block{display:block}}.buying-process .page--content-text-image .content{grid-gap:8rem;align-items:flex-start;grid-template-columns:40rem 1fr}@media only screen and (max-width:1200px){.buying-process .page--content-text-image .content{grid-gap:4rem}}.buying-process .page--content-text-image:first-child{margin-top:0;padding-bottom:0}.buying-process .page--content-text-image:first-child .image{top:4rem}@media only screen and (max-width:1200px){.buying-process .page--content-text-image:first-child .image{top:inherit}}.buying-process .page--content-text-image:last-child{margin-top:0;padding-top:0}.buying-process .page--content-text-image:last-child .image{top:4rem}@media only screen and (max-width:1200px){.buying-process .page--content-text-image:last-child .image{top:inherit}}.buying-process .bj-row{margin-bottom:4rem}.buying-process .bj-row h3{font-size:2.4rem!important;margin-bottom:1rem}.our-specification *{box-sizing:border-box}.our-specification .spec-hero{display:grid;grid-template-areas:"image" "text";grid-template-columns:1fr}@media (min-width:1200px){.our-specification .spec-hero{grid-template-areas:"text image";grid-template-columns:repeat(2,1fr)}}.our-specification .spec-hero__media{grid-area:image}.our-specification .spec-hero__content{align-items:center;align-self:center;background-color:var(--kellenBlack);display:flex;flex-direction:column;grid-area:text;height:100%;justify-content:center;padding:2.8571428571rem 3.9285714286rem;text-align:center}.our-specification .spec-hero__content h1,.our-specification .spec-hero__content h2,.our-specification .spec-hero__content h3,.our-specification .spec-hero__content h4,.our-specification .spec-hero__content h5,.our-specification .spec-hero__content h6,.our-specification .spec-hero__content p{color:#fff;margin:1rem 0}.our-specification .spec-hero__content p{margin:0}.our-specification .spec-hero img{display:block;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.our-specification .spec-intro{padding:3.0714285714rem var(--mobileGutter) 3.4285714286rem}@media (min-width:1400px){.our-specification .spec-intro{padding:3.0714285714rem var(--desktopGutter) 3.4285714286rem}}.our-specification .spec-intro .inner-page{margin:0 auto;max-width:60rem;text-align:center}.our-specification .spec-intro p{color:var(--kellenBlack);font-size:1.125rem;line-height:1.8}.our-specification .spec-anchor-nav{background:#f5f7f7;position:sticky;top:85px;z-index:10}@media only screen and (min-width:1201px){.our-specification .spec-anchor-nav{top:0}}.our-specification .spec-anchor-nav__list{display:grid;gap:1rem;grid-template-columns:repeat(5,1fr);list-style:none;margin:0;overflow-x:scroll;padding:1.4285714286rem .7142857143rem}.our-specification .spec-anchor-nav__list li{align-items:center;display:flex;justify-content:center;margin-bottom:0}.our-specification .spec-anchor-nav__link{align-items:center;color:rgba(0,0,0,.5);display:flex;font-family:var(--headingFont);font-size:1.1428571429rem;font-weight:400;justify-content:center;text-decoration:none;transition:all .3s ease-in-out}@media only screen and (min-width:1200px){.our-specification .spec-anchor-nav__link{font-size:1.7142857143rem}}.our-specification .spec-anchor-nav__link.is-active span{color:#000;text-decoration:underline;text-decoration-color:var(--orange);text-decoration-thickness:.2142857143rem;text-underline-offset:.8571428571rem}@media only screen and (min-width:1200px){.our-specification .spec-anchor-nav__link.is-active span{font-size:2.2857142857rem}}.our-specification .spec-room__hero{aspect-ratio:16/9;background:#000;margin-bottom:3rem;overflow:hidden;position:relative}.our-specification .spec-room__hero img,.our-specification .spec-room__hero picture{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.our-specification .spec-room__content{padding:0 var(--mobileGutter)}@media (min-width:1400px){.our-specification .spec-room__content{padding:0 var(--desktopGutter)}}.our-specification .spec-room__list-label{color:var(--grey);font-size:.85rem;letter-spacing:.15rem;margin-bottom:1.25rem;text-transform:uppercase}.our-specification .spec-room__list ul{display:grid;gap:1.25rem 2.5rem;grid-template-columns:1fr;list-style:none;margin:0;padding:0}@media (min-width:600px){.our-specification .spec-room__list ul{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.our-specification .spec-room__list ul{grid-template-columns:repeat(3,1fr)}}.our-specification .spec-room__list ul li{align-items:flex-start;display:flex;font-weight:500;gap:1rem}.our-specification .spec-room__list ul li .spec-room__bullet-icon{display:block;flex-shrink:0;height:1.4rem;margin-top:.15rem;overflow:visible;width:1.4rem}.our-specification .spec-room__list ul li .spec-room__bullet-icon circle{box-shadow:0 .2857142857rem .4285714286rem rgba(0,0,0,.1)}.our-specification .spec-room__list ul li span{display:block}.our-specification .spec-room__placeholder{color:var(--grey);font-style:italic}.our-specification .spec-room__carousel{margin-bottom:5.3571428571rem;padding:0 3.2142857143rem}.our-specification .spec-room__carousel-slide img{max-width:100%}.our-specification .spec-room__carousel .swiper-button-prev{left:1.4285714286rem}.our-specification .spec-room__carousel .swiper-button-next{right:1.4285714286rem}.our-specification .spec-room__carousel .swiper-button-next,.our-specification .spec-room__carousel .swiper-button-prev{background:none;border:none;width:unset}.our-specification .spec-room__carousel .swiper-button-next:after,.our-specification .spec-room__carousel .swiper-button-prev:after{display:none}.our-specification .spec-room__carousel-arrow{height:3rem;width:3rem}.our-specification .spec-video{background:#f0f5f5;padding:0 var(--mobileGutter) 2.1428571429rem}@media (min-width:1400px){.our-specification .spec-video{padding:0 var(--desktopGutter) 2.1428571429rem}}.our-specification .spec-video__heading{color:var(--kellenBlack);font-size:1.7142857143rem;margin:0;padding:2.1428571429rem 0 1.4285714286rem}@media only screen and (min-width:1200px){.our-specification .spec-video__heading{font-size:2.2857142857rem}}.our-specification .spec-video__ratio{aspect-ratio:16/9;background:#000;overflow:hidden;position:relative}.our-specification .spec-video__ratio iframe{height:100%;inset:0;position:absolute;width:100%}.our-specification .spec-video__play-button{align-items:center;display:flex;inset:0;justify-content:center;position:absolute}.our-specification .spec-disclaimer{margin:3.8571428571rem 0;padding:0 var(--mobileGutter)}@media (min-width:1400px){.our-specification .spec-disclaimer{padding:0 var(--desktopGutter)}}.our-specification .spec-disclaimer p{font-size:.7142857143rem;line-height:1.2;margin-bottom:.7142857143rem;text-align:center}.our-specification .spec-developments{background-color:var(--darkGreyBlue);padding:2.1428571429rem var(--mobileGutter)}@media (min-width:1400px){.our-specification .spec-developments{padding:2.1428571429rem var(--desktopGutter)}}.our-specification .spec-developments__heading{color:#fff;font-size:2.2857142857rem;line-height:1.2;margin:0;text-align:center}@media (min-width:1200px){.our-specification .spec-developments__heading{text-align:left}}.our-specification .spec-developments__grid{display:grid;gap:3.5714285714rem;grid-template-columns:1fr;margin-top:2.1428571429rem}@media (min-width:1200px){.our-specification .spec-developments__grid{grid-template-columns:repeat(2,1fr)}}.our-specification .spec-development-card{align-items:center;display:grid;gap:1.4285714286rem;grid-template-columns:1fr;justify-content:center}@media (min-width:1200px){.our-specification .spec-development-card{grid-template-columns:repeat(2,1fr)}}.our-specification .spec-development-card__image img{max-width:100%}.our-specification .spec-development-card__body{display:flex;flex-direction:column}.our-specification .spec-development-card__name{color:var(--orange);font-size:1.7142857143rem;line-height:1.2;margin:0 0 .3571428571rem;text-align:center}.our-specification .spec-development-card__location{color:#fff;font-size:1rem;font-weight:700;text-align:center;text-transform:uppercase}.our-specification .spec-development-card__buttons{display:flex;flex-direction:column;gap:1.4285714286rem;margin:0 auto}@media (min-width:1200px){.our-specification .spec-development-card__buttons{width:100%}}.our-specification .spec-development-card__buttons .button{text-wrap:nowrap;align-items:center;color:#fff!important;display:flex!important;font-size:1rem;height:unset;justify-content:center;padding:1.4285714286rem 1.7857142857rem;width:unset}@media (min-width:1200px){.our-specification .spec-development-card__buttons .button{width:100%}}@media only screen and (max-width:1200px){.careers .static-hero .darken-heavy{width:100%}.careers .static-hero .bg-image{background:transparent url(/images/frontend/careers/careers_hero.webp) no-repeat scroll 50%/cover;display:block;height:40vw;min-height:20rem;width:100%}.no-webp .careers .static-hero .bg-image{background-image:url(/images/frontend/careers/careers_hero.jpg)}.careers .static-hero img{display:none}}.careers .careers-grid{grid-gap:4rem;display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:6rem}@media only screen and (max-width:1200px){.careers .careers-grid{grid-template-columns:1fr 1fr;margin-top:3rem}}@media only screen and (max-width:767px){.careers .careers-grid{grid-gap:2rem;grid-template-columns:1fr;margin-top:3rem}}.careers .careers-grid .careers-item{margin-bottom:2rem;text-align:center}.careers .careers-grid .careers-item .job-title{color:var(--beetleGreen);font-family:var(--headingFont);font-size:1.8rem;font-weight:500;letter-spacing:.05rem;margin:0}.careers .careers-grid .careers-item .job-title a{border:none!important;text-decoration:none}.careers .careers-grid .careers-item .job-title a svg{height:16px;position:relative;top:2px;width:16px}.careers .careers-grid .careers-item .job-title a:hover{border:none!important;text-decoration:none!important}.careers .careers-grid .careers-item .job-title a:hover svg g,.careers .careers-grid .careers-item .job-title a:hover svg line{stroke:var(--beetleGreenHover)}.careers .careers-grid .careers-item .job-category{font-weight:500;letter-spacing:.05rem;text-transform:uppercase}.careers .careers-grid .careers-item .job-desc{display:none}@media only screen and (max-width:1200px){.careers .careers-grid .careers-item .job-desc{padding:0 var(--smallGutter)}}.careers .careers-grid .careers-item .job-desc ul{list-style:none;padding:0!important}.careers .careers-grid .careers-item .button{display:block;margin:0 auto;max-width:150px;width:100%}.careers .page--fifty-fifty-image-text .text{position:relative}.careers .page--fifty-fifty-image-text .text svg{display:block;height:auto;left:0;position:absolute;top:-2rem;width:2rem}.careers .page--fifty-fifty-image-text .text svg:last-child{bottom:-2rem;left:-1rem;top:inherit;transform:rotate(180deg)}.careers .page--fifty-fifty-image-text .text p{margin:1rem;position:relative}.careers .page--fifty-fifty-image-text .text p.main{color:#fff;font-size:1.2rem;font-weight:300;letter-spacing:.025rem;line-height:2.2rem}.careers .page--fifty-fifty-image-text .text .name{color:var(--beetleGreen);font-family:var(--headingFont);font-size:1.8rem;font-weight:500;letter-spacing:.05rem;margin-bottom:0;padding-top:6rem}.careers .page--fifty-fifty-image-text .text .category{color:#fff;font-weight:400;letter-spacing:.05rem;margin-top:0;text-transform:uppercase}.careers .page--information-block{margin-top:6rem}@media only screen and (max-width:1200px){.careers .page--information-block{margin-top:4rem}}.careers .centered-text-block{margin-bottom:4rem}.careers .center-heading{letter-spacing:.1rem;text-transform:uppercase}.careers .center-heading span{font-size:2.3rem;margin-top:.2rem;text-transform:capitalize}.careers .center-heading span,.careers .mini-heading{color:var(--kellenBlack);display:block;font-family:var(--headingFont)}.careers .mini-heading{font-size:1.8rem;margin-bottom:0;margin-top:3rem;text-align:center}.blog-grid{padding:6rem var(--desktopGutter)}@media only screen and (max-width:1200px){.blog-grid{padding:6rem var(--smallGutter)}}.blog-grid .content{grid-gap:4rem;display:grid;grid-template-columns:1fr 1fr 1fr;width:100%}@media only screen and (max-width:992px){.blog-grid .content{grid-template-columns:1fr 1fr}}@media only screen and (max-width:767px){.blog-grid .content{grid-template-columns:1fr}}.blog-grid .content .single-article{margin-bottom:2rem}.blog-grid .content .single-article a{text-decoration:none!important}.blog-grid .content .single-article a:hover h3{color:var(--beetleGreenHover)!important}.blog-grid .content .single-article img{display:block;width:100%}.blog-grid .content .single-article .date{font-weight:500;letter-spacing:.05rem;margin-top:2rem}.blog-grid .content .single-article h3{color:var(--beetleGreen);font-family:var(--headingFont);font-size:2rem;letter-spacing:0}.blog-grid .content .single-article a.read-more{border-bottom:2px solid transparent;color:var(--beetleGreen);font-weight:500;letter-spacing:.05rem;text-decoration:none;text-transform:uppercase}.blog-grid .content .single-article a.read-more:hover{border-bottom:2px solid var(--beetleGreenHover);color:var(--beetleGreenHover)}.blog-article{padding:6rem var(--XLGutter)}@media only screen and (max-width:1200px){.blog-article{padding:12rem var(--smallGutter)}}.blog-article .content h1{font-size:2.5rem;text-align:center}.blog-article .content .image-text .image img{display:block;margin:4rem auto;width:50%}@media only screen and (max-width:1200px){.blog-article .content .image-text .image img{margin:4rem 0;width:100%}}.blog-pagination .pagination{display:flex;justify-content:center;list-style:none;margin-top:40px;padding:0}@media only screen and (max-width:992px){.blog-pagination .pagination{display:flex;flex-direction:column}}.blog-pagination .pagination .active span{color:var(--beetleGreen)}.blog-pagination .pagination li{height:30px;position:relative;width:30px}@media only screen and (max-width:992px){.blog-pagination .pagination li{margin:5px auto}}.blog-pagination .pagination a,.blog-pagination .pagination span{color:#000;font-size:18px;font-weight:600;left:50%;margin-right:10px;position:absolute;text-decoration:none;top:50%;transform:translate(-50%,-50%)}.blog-pagination .pagination a:hover{border-bottom:2px solid var(--beetleGreenHover);color:var(--beetleGreenHover)}.blog-pagination .disabled{display:none}.exclusive-offers .exclusive-homes-block{background:var(--beetleGreen);padding-bottom:30px;padding-top:0}.exclusive-offers .exclusive-homes-block .content{padding:50px var(--desktopGutter)}@media only screen and (max-width:1200px){.exclusive-offers .exclusive-homes-block .content{padding:50px var(--smallGutter) 25px var(--smallGutter)}}.exclusive-offers .exclusive-homes-block .content .homes-grid{grid-gap:50px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:40px}@media only screen and (max-width:1200px){.exclusive-offers .exclusive-homes-block .content .homes-grid{grid-template-columns:1fr 1fr}}@media only screen and (max-width:767px){.exclusive-offers .exclusive-homes-block .content .homes-grid{grid-template-columns:1fr}}.scheme-header{background-color:var(--darkGreyBlue);padding:40px var(--desktopGutter)}@media only screen and (max-width:1200px){.scheme-header{padding:120px var(--smallGutter) 50px var(--smallGutter)}}.scheme-header .content{align-items:center;display:flex;margin:0 auto;max-width:50rem}@media only screen and (max-width:1200px){.scheme-header .content{display:block}}.scheme-header .content .logo span{align-items:center;border:2px solid var(--orange);border-radius:50%;color:#fff;display:block;display:flex;font-size:5rem;height:150px;justify-content:center;text-align:center;width:150px}@media only screen and (max-width:1200px){.scheme-header .content .logo img{display:block;margin:0 auto}}@media only screen and (max-width:480px){.scheme-header .content .logo img{display:block;margin:0 auto;max-width:8rem}}.scheme-header .content .text{margin-left:3rem}@media only screen and (max-width:1200px){.scheme-header .content .text{margin-left:0;margin-top:1rem}}.scheme-header .content .text h1{color:#fff;font-size:1.8rem;margin-bottom:.75rem}@media only screen and (max-width:1200px){.scheme-header .content .text h1{margin-bottom:2rem;text-align:center}}.scheme-header .content .text h1 span{color:var(--orange)}.scheme-header .content .text p{color:#fff;margin-bottom:.75rem}@media only screen and (max-width:1200px){.scheme-header .content .text p{text-align:center}}.scheme-header .content .text p.bold{font-size:1.2rem;font-weight:500;letter-spacing:.05rem}.assisted-move .content .title-with-circle-small h2{font-size:3.5rem;letter-spacing:.05rem;line-height:3rem;max-width:200px;top:-30px}@media only screen and (max-width:1200px){.assisted-move .content .title-with-circle-small h2{font-size:2.5rem;line-height:2.4rem;position:relative}}.assisted-move .content .title-with-circle-small h2 span{margin-bottom:.5rem;margin-top:2rem}@media only screen and (max-width:1200px){.assisted-move .content .title-with-circle-small h2 span{margin-bottom:0}}.how-does-it-work,.how-does-it-work-alt,.how-does-it-work-four{padding:40px var(--desktopGutter)}@media only screen and (max-width:1200px){.how-does-it-work,.how-does-it-work-alt,.how-does-it-work-four{padding:50px var(--smallGutter) 50px var(--smallGutter)}}.how-does-it-work .content h2,.how-does-it-work-alt .content h2,.how-does-it-work-four .content h2{font-size:2.8rem;letter-spacing:.05rem;margin:0;text-align:center}.how-does-it-work .content .graphic .grid,.how-does-it-work-alt .content .graphic .grid,.how-does-it-work-four .content .graphic .grid{grid-gap:1rem;display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:7rem}@media only screen and (max-width:1200px){.how-does-it-work .content .graphic .grid,.how-does-it-work-alt .content .graphic .grid,.how-does-it-work-four .content .graphic .grid{grid-template-columns:1fr}.how-does-it-work .content .graphic .grid .block:first-child,.how-does-it-work-alt .content .graphic .grid .block:first-child,.how-does-it-work-four .content .graphic .grid .block:first-child{margin-top:3rem}}.how-does-it-work .content .graphic .grid .block:nth-child(2),.how-does-it-work-alt .content .graphic .grid .block:nth-child(2),.how-does-it-work-four .content .graphic .grid .block:nth-child(2){margin-top:50px}@media only screen and (max-width:1200px){.how-does-it-work .content .graphic .grid .block:nth-child(2),.how-does-it-work-alt .content .graphic .grid .block:nth-child(2),.how-does-it-work-four .content .graphic .grid .block:nth-child(2){margin-top:10rem}}.how-does-it-work .content .graphic .grid .block:nth-child(3),.how-does-it-work-alt .content .graphic .grid .block:nth-child(3),.how-does-it-work-four .content .graphic .grid .block:nth-child(3){margin-top:100px}@media only screen and (max-width:1200px){.how-does-it-work .content .graphic .grid .block:nth-child(3),.how-does-it-work-alt .content .graphic .grid .block:nth-child(3),.how-does-it-work-four .content .graphic .grid .block:nth-child(3){margin-top:10rem}}.how-does-it-work .content .graphic .grid .block .block-content,.how-does-it-work-alt .content .graphic .grid .block .block-content,.how-does-it-work-four .content .graphic .grid .block .block-content{background-color:var(--darkGrey);box-sizing:border-box;min-height:365px;padding:6rem 3rem 4rem;position:relative}@media only screen and (max-width:1200px){.how-does-it-work .content .graphic .grid .block .block-content,.how-does-it-work-alt .content .graphic .grid .block .block-content,.how-does-it-work-four .content .graphic .grid .block .block-content{min-height:auto}}.how-does-it-work .content .graphic .grid .block .block-content .number,.how-does-it-work-alt .content .graphic .grid .block .block-content .number,.how-does-it-work-four .content .graphic .grid .block .block-content .number{background-color:#fff;border:2px solid var(--orange);border-radius:50%;box-sizing:border-box;left:0;margin:0 auto;padding:1.3rem 2rem;position:absolute;right:0;top:-8rem;width:73px;z-index:5}.how-does-it-work .content .graphic .grid .block .block-content .number .line,.how-does-it-work-alt .content .graphic .grid .block .block-content .number .line,.how-does-it-work-four .content .graphic .grid .block .block-content .number .line{background-color:var(--orange);height:6.5rem;left:0;margin:0 auto;position:absolute;right:0;top:69px;width:2px}.how-does-it-work .content .graphic .grid .block .block-content .number .line .line-bottom,.how-does-it-work-alt .content .graphic .grid .block .block-content .number .line .line-bottom,.how-does-it-work-four .content .graphic .grid .block .block-content .number .line .line-bottom{background-color:var(--orange);bottom:0;height:2px;left:-7px;position:absolute;right:0;width:16px}.how-does-it-work .content .graphic .grid .block .block-content .number span,.how-does-it-work-alt .content .graphic .grid .block .block-content .number span,.how-does-it-work-four .content .graphic .grid .block .block-content .number span{color:var(--orange);font-family:var(--headingFont);font-size:2rem;font-weight:500;text-align:center}.how-does-it-work .content .graphic .grid .block .block-content p,.how-does-it-work-alt .content .graphic .grid .block .block-content p,.how-does-it-work-four .content .graphic .grid .block .block-content p{color:#fff;margin-bottom:0;text-align:center}.how-does-it-work .content .graphic .grid .block .block-content p.title,.how-does-it-work-alt .content .graphic .grid .block .block-content p.title,.how-does-it-work-four .content .graphic .grid .block .block-content p.title{color:var(--orange);font-family:var(--headingFont);font-size:2.2rem;line-height:2.8rem;margin-bottom:1rem}.how-does-it-work-four .grid{grid-template-columns:1fr 1fr 1fr 1fr!important}@media only screen and (max-width:1200px){.how-does-it-work-four .grid{grid-template-columns:1fr!important}}.how-does-it-work-four .grid .block:nth-child(4){margin-top:150px}@media only screen and (max-width:1200px){.how-does-it-work-four .grid .block:nth-child(4){margin-top:10rem}}.how-does-it-work-four .grid .block .block-content{display:flex}.how-does-it-work-four .grid .block .block-content .title{margin:auto 0!important}.how-does-it-work-alt .block-content{display:flex}.how-does-it-work-alt .block-content .title{margin:auto!important}.component--mortgage-match{margin-top:2rem;padding:30px var(--desktopGutter)}@media only screen and (max-width:1200px){.component--mortgage-match{padding:0 var(--smallGutter) 25px var(--smallGutter)}}.component--mortgage-match .title h2{font-size:3rem;letter-spacing:.05rem;margin-bottom:4rem;text-align:center}@media only screen and (max-width:1200px){.component--mortgage-match .title h2{font-size:2.2rem;letter-spacing:-.05rem;line-height:2.8rem;margin-bottom:2rem;text-align:center}}.component--mortgage-match .content{align-items:center;display:flex;position:relative}@media only screen and (max-width:1200px){.component--mortgage-match .content{display:block}}.component--mortgage-match .content .title-with-circle-small h2{font-size:3.5rem;letter-spacing:.05rem;line-height:5.7rem;max-width:200px;top:-30px}@media only screen and (max-width:1200px){.component--mortgage-match .content .title-with-circle-small h2{font-size:2.5rem;letter-spacing:.025rem;line-height:3.5rem;top:-10px}}.component--mortgage-match .content .title-with-circle-small h2 span{font-size:1.2rem}@media only screen and (max-width:1200px){.component--mortgage-match .content .title-with-circle-small h2 span{font-size:.8rem}}.component--mortgage-match .content .image{flex:1 1 auto;padding-right:10rem;position:relative}@media only screen and (max-width:1200px){.component--mortgage-match .content .image{padding-right:0}}.component--mortgage-match .content .image .sixty-logo{border-radius:100%;left:2rem;max-width:150px;position:absolute;top:2rem}@media only screen and (max-width:1200px){.component--mortgage-match .content .image .sixty-logo{max-width:100px}.component--mortgage-match .content .image{margin-right:0;width:100%}}.component--mortgage-match .content .image img{display:block;width:100%}.component--mortgage-match .content .text{flex:0 0 400px}@media only screen and (max-width:1200px){.component--mortgage-match .content .text{padding-top:3rem}}.component--mortgage-match .content .text h2{color:var(--orange);font-family:var(--bodyFont);text-transform:uppercase}.component--mortgage-match .content .text p:first-child{font-weight:500;letter-spacing:.1rem;text-transform:uppercase}.component--mortgage-match .content .text p:first-child span{color:var(--beetleGreen);display:block;font-size:1.5rem;font-weight:500;line-height:2.5rem}@media only screen and (max-width:1200px){.component--mortgage-match .content .text p:first-child span{line-height:2.1rem;margin-bottom:.25rem}}.component--mortgage-match .content .text p.tagline{font-weight:500;letter-spacing:.1rem;text-transform:uppercase}.component--mortgage-match .content .text p.tagline span{color:var(--orange);display:block;font-size:1.5rem;font-weight:500;line-height:2.5rem}@media only screen and (max-width:1200px){.component--mortgage-match .content .text p.tagline span{line-height:2.1rem;margin-bottom:.25rem}}.component--mortgage-match .content .text p.bold{color:var(--darkGrey)}@media only screen and (max-width:1200px){.component--mortgage-match .content .text a{box-sizing:border-box;display:block;text-align:center;width:100%}}.component--scheme-banner{padding:40px var(--desktopGutter)}@media only screen and (max-width:1200px){.component--scheme-banner{padding:50px var(--smallGutter) 50px var(--smallGutter)}}.component--scheme-banner .content{align-items:center;background-color:var(--kellenBlack);box-sizing:border-box;display:flex;justify-content:space-between;padding:3rem}@media only screen and (max-width:1200px){.component--scheme-banner .content{display:block}}.component--scheme-banner .content .text{box-sizing:border-box;margin-right:2rem;max-width:600px}@media only screen and (max-width:1200px){.component--scheme-banner .content .text{margin-bottom:2rem}}.component--scheme-banner .content .text h2{color:var(--orange);font-size:2rem;font-weight:400;letter-spacing:.05rem;margin:0 0 1rem}@media only screen and (max-width:1200px){.component--scheme-banner .content .text h2{text-align:center}}.component--scheme-banner .content .text p{color:#fff;font-weight:300;margin:0}@media only screen and (max-width:1200px){.component--scheme-banner .content .text p{text-align:center}}.component--scheme-banner .content .text ul li{color:#fff}.component--scheme-banner .content .button-wrap{box-sizing:border-box;flex:0 0 250px}.component--scheme-banner .content .button-wrap a{align-items:center;box-sizing:border-box;color:#fff!important;display:block;justify-content:center;text-align:center;width:100%}.component--scheme-banner .content .button-wrap a:hover{color:#fff!important}.htb .content .title-with-circle-small h2{font-size:3rem;letter-spacing:.05rem;line-height:2.9rem;max-width:200px;top:-36px}@media only screen and (max-width:1200px){.htb .content .title-with-circle-small h2{font-size:2.5rem;line-height:2.4rem;position:relative}}.htb .content .title-with-circle-small h2 span{margin-bottom:.5rem;margin-top:2rem}@media only screen and (max-width:1200px){.htb .content .title-with-circle-small h2 span{margin-bottom:0}}.htb-circles{margin-top:3rem}.htb-circles .grid{grid-gap:8rem;display:grid;grid-template-columns:1fr 1fr 1fr 1fr}@media only screen and (max-width:1200px){.htb-circles .grid{grid-gap:4rem;grid-template-columns:1fr}}.htb-circles .grid .circle{position:relative}.htb-circles .grid .circle p.figure{color:#000;font-size:3.9rem;margin:0;position:absolute;text-align:center;top:80px;width:100%}.htb-circles .grid .circle p.figure span{font-size:2.8rem;font-weight:500;position:relative}.htb-circles .grid .circle p:nth-child(3){font-size:1.1rem;font-weight:500;margin-top:1.5rem;text-align:center}.htb-circles .grid .circle img{display:block;height:auto;margin:0 auto;max-width:190px}.component--htb-calculator{background-color:var(--darkGrey);box-sizing:border-box;min-height:100px;width:100%}.component--htb-calculator h2{color:#fff;font-size:2.8rem;letter-spacing:.05rem;margin-bottom:1rem}@media only screen and (max-width:1200px){.component--htb-calculator h2{font-size:2rem}}.component--htb-calculator h2 span{color:var(--orange)}.component--htb-calculator .heading{align-items:center;display:flex;justify-content:space-between;padding:4rem var(--desktopGutter) 4rem var(--desktopGutter)}@media only screen and (max-width:1200px){.component--htb-calculator .heading{display:block;padding:50px var(--smallGutter) 50px var(--smallGutter)}}.component--htb-calculator .heading .title{flex:0 1 40rem;margin-right:6rem}@media only screen and (max-width:1200px){.component--htb-calculator .heading .title{margin-bottom:2rem;margin-right:0}}.component--htb-calculator .heading .title p{color:#fff;font-weight:500;margin:0}.component--htb-calculator .heading .postcode-input{flex:1 1 auto}.component--htb-calculator .heading .postcode-input form{align-items:center;display:flex;justify-content:flex-end}@media only screen and (max-width:1200px){.component--htb-calculator .heading .postcode-input form{display:block}}.component--htb-calculator .heading .postcode-input input{background-color:transparent;border:2px solid var(--orange);box-sizing:border-box;color:#fff;max-height:50px;max-width:50%;padding:1.3rem 1.5rem;width:100%}@media only screen and (max-width:1200px){.component--htb-calculator .heading .postcode-input input{display:block;margin-bottom:1rem;max-width:100%;width:100%}}.component--htb-calculator .heading .postcode-input input::-moz-placeholder{color:#fff;font-size:.95rem;font-weight:500;letter-spacing:.05rem}.component--htb-calculator .heading .postcode-input input::placeholder{color:#fff;font-size:.95rem;font-weight:500;letter-spacing:.05rem}.component--htb-calculator .heading .postcode-input input:focus{border-radius:0!important;outline:none}.component--htb-calculator .heading .postcode-input button{margin-left:.8rem;max-width:40%;width:100%}@media only screen and (max-width:1200px){.component--htb-calculator .heading .postcode-input button{display:block;margin-left:0;max-width:100%;width:100%}}.component--htb-calculator .calculationsSlideWrap{display:none}.component--htb-calculator .calculations{display:grid;grid-template-columns:1fr 300px;padding:0 var(--XLGutter) 4rem var(--XLGutter);position:relative}@media only screen and (max-width:1400px){.component--htb-calculator .calculations{grid-template-columns:1fr;padding:0 var(--smallGutter) 4rem var(--smallGutter)}}.component--htb-calculator .calculations .circle-grid{grid-gap:2rem;display:grid;grid-template-columns:1fr 1fr 1fr;max-width:50rem;position:relative;top:4rem}@media only screen and (max-width:1400px){.component--htb-calculator .calculations .circle-grid{grid-template-columns:1fr;max-width:100%}}.component--htb-calculator .calculations .circle-grid:after{background-color:#595a5e;content:"";height:5px;left:0;position:absolute;top:100px;width:100%;z-index:2}@media only screen and (max-width:1400px){.component--htb-calculator .calculations .circle-grid:after{background-color:#595a5e;height:100%;left:0;margin:0 auto;right:0;top:103px;width:5px;z-index:2}}.component--htb-calculator .calculations .circle-grid .circle-item{background-color:var(--darkGrey);position:relative;z-index:3}@media only screen and (max-width:1400px){.component--htb-calculator .calculations .circle-grid .circle-item{margin:0 auto;max-width:300px}}.component--htb-calculator .calculations .circle-grid .circle-item svg{height:auto;width:100%}@media only screen and (max-width:1200px){.component--htb-calculator .calculations .circle-grid .circle-item svg{height:196px}}.component--htb-calculator .calculations .circle-grid .circle-item svg ellipse{stroke:#595a5e;stroke-width:4}.component--htb-calculator .calculations .circle-grid .circle-item svg path{stroke:var(--orange);stroke-width:4}.component--htb-calculator .calculations .circle-grid .circle-item:last-child{z-index:3}.component--htb-calculator .calculations .circle-grid .circle-item:last-child:after{background-color:var(--orange);content:"";height:5px;position:absolute;right:-295px;top:103px;width:300px;z-index:3}@media only screen and (max-width:1400px){.component--htb-calculator .calculations .circle-grid .circle-item:last-child:after{height:100%;left:0;margin:0 auto;right:0;top:193px;width:5px}}.component--htb-calculator .calculations .large-circle{background-color:var(--darkGrey);position:relative;width:300px;z-index:4}@media only screen and (max-width:1400px){.component--htb-calculator .calculations .large-circle{margin:10rem auto 1rem}}.component--htb-calculator .calculations .large-circle .circleFigure{align-items:center;box-sizing:border-box;color:#fff;height:100%;left:0;padding:0 2rem;position:absolute;text-align:center;top:35%;width:100%}.component--htb-calculator .calculations .large-circle .circleFigure span{color:var(--orange);display:block;font-size:3rem;font-weight:300;margin-top:.8rem}.component--htb-calculator .calculations .large-circle svg{height:auto;left:-3px;position:relative;width:100%;z-index:4}.component--htb-calculator .calculations .large-circle svg ellipse{stroke:var(--orange);stroke-width:3}.component--htb-calculator .calculations .circleFigure{align-items:center;box-sizing:border-box;color:#fff;height:100%;left:0;line-height:1.6rem;padding:0 2rem;position:absolute;text-align:center;top:25%;width:100%}.component--htb-calculator .calculations .circleFigure span{color:var(--orange);display:block;font-size:2.4rem;font-weight:300;margin-top:.5rem}.component--htb-calculator .htb-house-search{padding:0 var(--desktopGutter) 4rem var(--desktopGutter)}.component--htb-calculator .htb-house-search .homes-grid{grid-gap:50px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:40px;margin-top:4rem}@media only screen and (max-width:1400px){.component--htb-calculator .htb-house-search .homes-grid{grid-template-columns:1fr 1fr 1fr}}@media only screen and (max-width:1200px){.component--htb-calculator .htb-house-search .homes-grid{grid-template-columns:1fr 1fr}}@media only screen and (max-width:767px){.component--htb-calculator .htb-house-search .homes-grid{grid-template-columns:1fr}}.htb-disclaimer{box-sizing:border-box;margin:3rem auto 8rem;max-width:70rem;padding:0 4rem;text-align:center}@media only screen and (max-width:1200px){.htb-disclaimer{padding:0 var(--smallGutter)}}.htb-disclaimer p{font-size:.8rem;font-weight:500;line-height:1.2rem}@media only screen and (max-width:1200px){.htb-disclaimer p{font-size:.9rem;line-height:1.3rem}.htb-faq{padding:0 var(--smallGutter)}}.htb-faq h2{color:#fff;font-size:2.8rem;letter-spacing:.05rem;margin-bottom:3rem;text-align:center}@media only screen and (max-width:1200px){.htb-faq h2{text-align:left}}.htb-faq h2 span{color:var(--orange)}.htb-faq .htb-faq-wrap{margin:2rem auto;max-width:40rem}@media only screen and (max-width:1200px){.htb-faq .htb-faq-wrap{max-width:100%;width:100%}}.htb-faq .htb-faq-wrap .faq-row{border-bottom:1px solid var(--grey);border-top:1px solid var(--grey);margin:0 auto;max-width:80%}@media only screen and (max-width:1200px){.htb-faq .htb-faq-wrap .faq-row{max-width:100%}}.htb-faq .htb-faq-wrap .faq-row+.faq-row{border-top:0}.htb-faq .htb-faq-wrap .faq-row .faq-title{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding-bottom:1rem;padding-top:1rem}.htb-faq .htb-faq-wrap .faq-row .faq-title svg{transition:transform .3s ease-out}.htb-faq .htb-faq-wrap .faq-row .faq-title:hover svg g,.htb-faq .htb-faq-wrap .faq-row .faq-title:hover svg path{stroke:var(--orangeHover)}.htb-faq .htb-faq-wrap .faq-row .faq-title p,.htb-faq .htb-faq-wrap .faq-row .faq-title span{font-weight:500;margin:0}.htb-faq .htb-faq-wrap .faq-row .faq-title svg{height:auto;margin-left:1rem;width:2.5rem}.htb-faq .htb-faq-wrap .faq-row .faq-content{display:none}.htb-faq .htb-faq-wrap .faq-row.active svg{transform:rotate(-180deg)}.home.housetype--card{box-shadow:0 0 10px rgba(0,0,0,.1)}.home.housetype--card .image{margin-bottom:10px;position:relative;width:100%}.home.housetype--card .image .message{background-color:var(--beetleGreen);bottom:0;box-sizing:border-box;color:#fff;font-size:11px;font-weight:500;left:0;letter-spacing:.05rem;line-height:1.2;margin:0;padding:.6rem;position:absolute;text-align:center;text-transform:uppercase;width:100%;z-index:1}.home.housetype--card .image a{display:block}.home.housetype--card .image a img{display:block;filter:blur(.1px);height:auto;-o-object-fit:cover;object-fit:cover;transform:translateZ(1px);width:100%}.home.housetype--card .image .housetype-button-next,.home.housetype--card .image .housetype-button-prev{align-items:center;background-color:transparent;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.home.housetype--card .image .housetype-button-next svg,.home.housetype--card .image .housetype-button-prev svg{height:36px;width:36px}.home.housetype--card .image .housetype-button-next svg g,.home.housetype--card .image .housetype-button-next svg path,.home.housetype--card .image .housetype-button-prev svg g,.home.housetype--card .image .housetype-button-prev svg path{transition:stroke .4s ease-out}.home.housetype--card .image .housetype-button-next svg:hover g,.home.housetype--card .image .housetype-button-next svg:hover path,.home.housetype--card .image .housetype-button-prev svg:hover g,.home.housetype--card .image .housetype-button-prev svg:hover path{stroke:var(--beetleGreenHover)}.home.housetype--card .image .housetype-button-prev{left:10px}.home.housetype--card .image .housetype-button-next{right:10px}.home.housetype--card .info{align-items:flex-start;display:flex;justify-content:space-between;padding:10px 10px 20px}.home.housetype--card .info .text p{color:var(--kellenBlack);margin-bottom:0}.home.housetype--card .info .text p.title{color:var(--beetleGreen);font-family:var(--headingFont);font-size:1.8rem;margin-bottom:.5rem}.home.housetype--card .info .text p.bold{font-weight:500}.home.housetype--card .info .text a{color:var(--beetleGreen);display:block;font-weight:500;letter-spacing:.05rem;margin-top:1rem;text-decoration:none;text-transform:uppercase}.home.housetype--card .info .text a:hover{color:var(--beetleGreenHover)}.home.housetype--card .info .actions{display:flex}.home.housetype--card .info .actions a+a{margin-left:6px}.home.housetype--card .info .actions .arrow{width:36px}.home.housetype--card .info .actions .arrow svg{width:100%}.home.housetype--card .info .actions .arrow svg g,.home.housetype--card .info .actions .arrow svg path{transition:stroke .4s ease-out}.home.housetype--card .info .actions .arrow.saved svg .heart-shape{stroke:var(--orangeHover);fill:var(--orangeHover)}.home.housetype--card .info .actions .arrow:hover svg g,.home.housetype--card .info .actions .arrow:hover svg path{stroke:var(--beetleGreenHover)}.home.housetype--card-simple .image{margin-bottom:20px;position:relative;width:100%}.home.housetype--card-simple .image .message{background-color:var(--beetleGreen);color:#fff;font-size:11px;font-weight:500;left:0;letter-spacing:.05rem;line-height:15px;max-width:92px;padding:.6rem;position:absolute;text-align:center;text-transform:uppercase;top:0}.home.housetype--card-simple .image a{display:block}.home.housetype--card-simple .image a img{display:block;width:100%}.home.housetype--card-simple .info{align-items:flex-start;display:flex;justify-content:space-between}.home.housetype--card-simple .info .text p{color:#fff;margin-bottom:0}.home.housetype--card-simple .info .text p.title{color:var(--orange);font-family:var(--headingFont);font-size:1.8rem;margin-bottom:.5rem}.home.housetype--card-simple .info .text p.location{font-size:.89rem;letter-spacing:.05rem;margin-bottom:.6rem;text-transform:uppercase}.home.housetype--card-simple .info .text p.location svg{height:auto;margin-right:3px;position:relative;top:4px;width:13px}.home.housetype--card-simple .info .text p.bold{font-weight:500}.home.housetype--card-simple .info .text a{color:var(--orange);display:block;font-weight:500;letter-spacing:.05rem;margin-top:1rem;text-decoration:none;text-transform:uppercase}.home.housetype--card-simple .info .text a:hover{color:var(--orangeHover)}.home.housetype--card-simple .info .actions{display:flex;margin-left:9px;margin-top:-5px}.home.housetype--card-simple .info .actions a+a{margin-left:6px}.home.housetype--card-simple .info .actions .arrow{width:36px}.home.housetype--card-simple .info .actions .arrow svg{width:100%}.home.housetype--card-simple .info .actions .arrow svg g,.home.housetype--card-simple .info .actions .arrow svg path{transition:stroke .4s ease-out}.home.housetype--card-simple .info .actions .arrow:hover svg g,.home.housetype--card-simple .info .actions .arrow:hover svg path{stroke:var(--orangeHover)}.home.exclusive-offer--card{-moz-column-gap:15px;column-gap:15px;display:grid;grid-template-areas:"offer offer" "image info";grid-template-columns:2fr 1fr;grid-template-rows:auto 1fr}@media only screen and (max-width:1200px){.home.exclusive-offer--card{grid-template-areas:"offer" "image" "info";grid-template-columns:1fr;grid-template-rows:auto auto 1fr}}.home.exclusive-offer--card .bespoke-offer{background-color:var(--kellenBlack);color:#fff;font-size:11px;font-weight:500;grid-area:offer;letter-spacing:.05rem;line-height:15px;padding:.6rem;text-align:center;text-transform:uppercase}.home.exclusive-offer--card .bespoke-offer p{color:#fff;font-size:11px;line-height:15px;margin-bottom:0}.home.exclusive-offer--card .image{grid-area:image;overflow:hidden;position:relative}.home.exclusive-offer--card .image .plot-carousel-wrapper{position:relative}.home.exclusive-offer--card .image .plot-carousel{max-width:100%}.home.exclusive-offer--card .image img{display:block;max-width:100%;-o-object-fit:cover;object-fit:cover}.home.exclusive-offer--card .image a{display:block}.home.exclusive-offer--card .image .actions{display:flex}@media only screen and (max-width:1200px){.home.exclusive-offer--card .image .actions{display:none}}.home.exclusive-offer--card .slick-slider-dots{display:flex;inset:0;justify-content:center;margin-bottom:5px;position:absolute;top:unset}@media only screen and (max-width:1200px){.home.exclusive-offer--card .slick-slider-dots{display:none}}.home.exclusive-offer--card .slick-slider-dots ul{list-style:none;margin:0;padding:0}.home.exclusive-offer--card .slick-slider-dots ul li{display:inline-block;margin:0 4px}.home.exclusive-offer--card .slick-slider-dots ul li::marker{display:none}.home.exclusive-offer--card .slick-slider-dots ul li button{background:unset;border:1px solid #fff;border-radius:50%;color:transparent;cursor:pointer;font-size:5px;height:14px;line-height:0px;overflow:hidden;transform:scale(.6);width:4px}.home.exclusive-offer--card .slick-slider-dots ul li button:hover{background:var(--beetleGreen);border:1px solid var(--beetleGreen)}.home.exclusive-offer--card .slick-slider-dots ul li.slick-active button{background:var(--beetleGreen);border:1px solid var(--beetleGreen);color:var(--beetleGreen)}.home.exclusive-offer--card .info{align-items:flex-start;display:flex;grid-area:info;justify-content:space-between;margin-top:15px}.home.exclusive-offer--card .info .text{width:100%}.home.exclusive-offer--card .info .text p{color:#fff;margin-bottom:0}.home.exclusive-offer--card .info .text p.development{margin-bottom:.25rem;text-transform:uppercase}.home.exclusive-offer--card .info .text p.title{color:var(--orange);font-family:var(--headingFont);font-size:1.8rem;margin-bottom:.25rem}.home.exclusive-offer--card .info .text p.plot{color:var(--orange);font-family:var(--headingFont);font-size:1.2rem;margin-bottom:.5rem}.home.exclusive-offer--card .info .text p.bold{font-weight:500}.home.exclusive-offer--card .info .text ul li{color:#fff;margin-bottom:.5rem}.home.exclusive-offer--card .info .text ul li::marker{color:#fff;font-size:8px}.home.exclusive-offer--card .info .text a{background-color:var(--orange);border-radius:9999px;color:#fff;display:block;font-weight:500;letter-spacing:.05rem;margin-top:1rem;padding:.5rem 1rem;text-align:center;text-decoration:none;text-transform:uppercase}.home.exclusive-offer--card .info .text a:hover{color:var(--orangeHover)}.home.exclusive-offer--card .info .actions{display:none}@media only screen and (max-width:1200px){.home.exclusive-offer--card .info .actions{display:flex}}.home.exclusive-offer--card .actions{display:flex;margin-top:15px}.home.exclusive-offer--card .actions a+a{margin-left:6px}.home.exclusive-offer--card .actions .arrow{width:36px}.home.exclusive-offer--card .actions .arrow svg{width:100%}.home.exclusive-offer--card .actions .arrow svg g,.home.exclusive-offer--card .actions .arrow svg path{transition:stroke .4s ease-out}.home.exclusive-offer--card .actions .arrow.saved svg .heart-shape{stroke:var(--orangeHover);fill:var(--orangeHover)}.home.exclusive-offer--card .actions .arrow:hover svg g,.home.exclusive-offer--card .actions .arrow:hover svg path{stroke:var(--orangeHover)}.cookie-table td{padding:1rem}.privacy-table{border-collapse:collapse;margin-bottom:2rem}.privacy-table td{padding:1rem}.my-kellen .opt-ins .info{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;max-width:700px;width:100%}@media only screen and (max-width:1200px){.my-kellen .opt-ins .info{grid-template-columns:1fr 1fr}}.my-kellen .opt-ins .info .checkbox-container{padding-top:0}.my-kellen .opt-ins .info .checkbox-container .text{color:#000;font-size:1.2rem}.my-kellen .opt-ins .submit{margin-top:40px}.my-kellen .available-homes-block .no-saves{color:#fff;font-size:1.6rem}.my-kellen .available-homes-block .no-saves svg{margin:0 12px;vertical-align:middle}.my-kellen .enquiry-form-my-kellen.password-reset .form-submit-row{grid-gap:0}.my-kellen .enquiry-form-my-kellen .forgotten-password{color:#fff}.my-kellen .form-row .double{grid-gap:20px;display:grid;grid-template-columns:1fr 1fr}.forgot-password-button{max-width:225px}@media only screen and (max-width:1200px){.forgot-password-button{margin:40px auto 0!important}}.footer{margin:100px auto 0;max-width:2000px}@media only screen and (max-width:767px){.footer{margin-top:50px}}.footer .logos{margin:0 auto 100px;max-width:1200px}@media only screen and (max-width:1200px){.footer .logos{max-width:960px}}@media only screen and (max-width:992px){.footer .logos{margin:0 auto 50px;max-width:450px}}.footer .logos .content{align-items:center;display:flex}@media only screen and (max-width:992px){.footer .logos .content{grid-gap:35px;display:grid;grid-template-columns:1fr 1fr 1fr;padding:0 35px}}@media (max-width:450px){.footer .logos .content{grid-gap:35px;display:grid;grid-template-columns:1fr 1fr;padding:0 35px}}@media only screen and (min-width:992px){.footer .logos .content a+a{margin-left:70px}}.footer .logos .content a img{display:block;width:100%}.footer .main-content{background:var(--kellenBlack);padding:40px var(--desktopGutter)}@media only screen and (max-width:1400px){.footer .main-content{padding:40px var(--mobileGutter)}}@media only screen and (max-width:1200px){.footer .main-content{padding:40px var(--smallGutter)}}.footer .main-content .content{display:grid;grid-template-columns:200px 1fr 225px;justify-content:space-between;position:relative}@media only screen and (max-width:1400px){.footer .main-content .content{grid-template-columns:150px 1fr 225px}}@media only screen and (max-width:992px){.footer .main-content .content{grid-template-columns:1fr}}.footer .main-content .content .links{grid-gap:30px;display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:25px;max-width:750px}@media only screen and (max-width:992px){.footer .main-content .content .links{grid-gap:35px;max-width:100%;padding-top:110px;text-align:center}}@media only screen and (max-width:767px){.footer .main-content .content .links{grid-template-columns:1fr}}.footer .main-content .content .links .title{color:var(--orange);font-family:var(--headingFont);font-size:26px;margin:0 0 20px}.footer .main-content .content .links ul{list-style-type:none;margin:0;padding:0}.footer .main-content .content .links ul li{margin-bottom:15px}.footer .main-content .content .links ul li a{color:#fff;font-weight:400;text-decoration:none}.footer .main-content .content .links ul li a:hover{border-bottom:2px solid var(--orange);font-weight:500}.footer .main-content .content .logo{margin:0;max-width:70px}@media only screen and (max-width:992px){.footer .main-content .content .logo{left:0;margin:0 auto;position:absolute;right:0;top:0}}.footer .main-content .content .logo a img{display:block;width:70px}.footer .main-content .content .socials{flex:0 0 225px;margin:0 0 0 auto}@media only screen and (max-width:992px){.footer .main-content .content .socials{margin:80px auto 0;max-width:350px}.footer .main-content .content .socials .social-links{grid-gap:15px;align-items:center;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin:0 auto;max-width:500px;text-align:center}}.footer .main-content .content .socials .social-links a{text-decoration:none}@media only screen and (max-width:992px){.footer .main-content .content .socials .social-links a{display:block;margin:0 auto;width:55px}.footer .main-content .content .socials .social-links a svg{height:100%;width:100%}}@media only screen and (max-width:480px){.footer .main-content .content .socials .social-links a{width:55px}}.footer .main-content .content .socials .social-links a svg path{transition:fill .4s ease-out}.footer .main-content .content .socials .social-links a:hover svg path{fill:var(--orangeHover)}@media only screen and (min-width:992px){.footer .main-content .content .socials .social-links a+a{margin-left:15px}}.footer .main-content .extra-content{display:grid;grid-template-columns:1fr 105px;margin-top:100px}@media only screen and (max-width:992px){.footer .main-content .extra-content{display:block}}.footer .main-content .extra-content p{color:#fff;font-size:12px;font-weight:500;line-height:20px;margin:0}.footer .main-content .extra-content p a{border-bottom:2px solid var(--orange);color:#fff;text-decoration:none}@media only screen and (max-width:992px){.footer .main-content .extra-content .links{margin-bottom:20px}}.footer .main-content .extra-content .links a{margin-right:5px}.footer .main-content .extra-content .links a+a{margin-left:5px}.footer .main-content .extra-content .by{align-items:flex-end;display:flex}
