:root{--hpt-header-1-color:(--primary-base);--hpt-header-1-font-size:calc(var(--header-base-font-size) * 1.9);--hpt-header-1-font-family:var(--fonts-header);--hpt-header-1-font-weight:var(--body-base-font-weight);--cta-bg-color:var(--secondary-base);--hpt-bg:var(--background-1-base);--hpt-bg-alt:var(--background-1-base-alt);--lease-up-section-bg:var(--background-2-base)}.section-group-container{width:100vw;background:var(--hpt-bg);display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:1024px){.section-group-container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (min-width:1025px){.section-group-container .section-groups{width:80%}}.section-group-container .section-groups .hpt-section{margin:60px auto;width:80%;max-width:900px}.section-group-container .section-groups .hpt-section h1,.section-group-container .section-groups .hpt-section h2{color:var(--hpt-header-1-color);font-size:var(--hpt-header-1-font-size);font-family:var(--hpt-header-1-font-family);font-weight:var(--hpt-header-1-font-weight)}.section-group-container .section-groups .hpt-section p{padding:30px 0 20px;color:var(--hpt-bg-alt)}.section-group-container .section-nav{width:25%;min-width:280px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:1024px){.section-group-container .section-nav{display:-ms-grid;display:grid;grid-row:auto auto;grid-column-gap:8px;grid-row-gap:8px;width:100%;-ms-grid-columns:25% 8px 25% 8px 25% 8px 25%;grid-template-columns:25% 25% 25% 25%;margin:8px auto;width:92%;margin-top:15px}}@media only screen and (max-width:767px){.section-group-container .section-nav{-ms-grid-columns:50% 50%;grid-template-columns:50% 50%}}.section-group-container .section-nav .section-selection-button{text-align:left;padding:30px 34px;color:var(--secondary-base-alt);margin:8px 0px;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:var(--cta-bg-color);-webkit-box-shadow:0 3px 11px -5px #000;box-shadow:0 3px 11px -5px #000;border-top-left-radius:10px;border-bottom-left-radius:10px;overflow:hidden}@media only screen and (max-width:1024px){.section-group-container .section-nav .section-selection-button{margin:0;padding:0;padding:20px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:20px}}.section-group-container .section-nav .section-selection-button:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.section-group-container .section-nav .section-selection-button:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:var(--secondary-hover);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;transition:transform cubic-bezier(0.58,0.02,0.22,0.92) 0.6s,-webkit-transform cubic-bezier(0.58,0.02,0.22,0.92) 0.6s;opacity:0.4}.section-group-container .section-nav .section-selection-button svg{z-index:1;display:inline-block}.section-group-container .section-nav .section-selection-button span{z-index:1}@media only screen and (max-width:1024px){.section-group-container .section-nav .section-selection-button span{margin-top:10px}}@media only screen and (min-width:1025px){.section-group-container .section-nav .section-selection-button span{margin-left:10px}}#lease_up_section{background:var(--lease-up-section-bg);padding:5%}