@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");html{scroll-behavior:smooth}body{direction:rtl;background-color:var(--white-color);overflow-x:hidden}body[lang=en],body[lang=en] *{direction:ltr}@media only screen and (min-width:1440px){body{width:1440px!important;max-width:1440px!important;margin:auto}}*{margin:0;padding:0;box-sizing:border-box;font-family:Alexandria!important;direction:rtl;color:var(--primary-color);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-text-decoration:none!important;text-decoration:none!important}b,i,span,sub,sup{color:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background-color:var(--white-color)}::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:var(--round-radius)}nextjs-portal{direction:ltr!important;-webkit-user-select:text;-moz-user-select:text;user-select:text}.contact-us-form{max-width:900px;padding:40px;gap:56px;margin:auto;background-color:var(--white-color);box-shadow:0 8px 36px 0 rgba(17,17,17,.05882);border-radius:var(--mid-radius)}.contact-us-form,.contact-us-form .inputs{width:100%;height:-moz-fit-content;height:fit-content;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}.contact-us-form .inputs{gap:24px}.contact-us-form .inputs label{width:100%;display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start;gap:8px}.contact-us-form .inputs label span{font-size:14px;font-weight:500;line-height:24px;color:var(--primary-color)}.contact-us-form .inputs label input,.contact-us-form .inputs label textarea{width:100%;height:50px;padding:16px;border-radius:var(--round-radius);border:1px solid var(--stroke-color);font-size:14px;resize:none}.contact-us-form .inputs label input:focus,.contact-us-form .inputs label textarea:focus{border:1px solid var(--brand-color);outline:0}.contact-us-form .inputs label textarea{height:160px;border-radius:var(--mid-radius)}.contact-us-form .inputs button{width:100%;height:56px;border-radius:var(--round-radius);background-color:var(--brand-color);cursor:pointer;border:0;color:var(--white-color);font-size:14px;font-weight:500;position:relative;overflow:hidden}.contact-us-form .inputs button span{position:relative;z-index:2;transition:all .4s}.contact-us-form .inputs button:before{content:"";width:0;height:0;position:absolute;z-index:1;top:0;right:0;transform:translate(50%,-50%);border-radius:50%;background-color:var(--background-color);transition:all .45s}.contact-us-form .inputs button:hover:before{width:2000px;height:2000px}.contact-us-form .inputs button:hover span{color:var(--primary-color)}.contact-us-form .contacts{flex-flow:column nowrap}.contact-us-form .contacts,.contact-us-form .contacts .row{width:100%;display:flex;justify-content:center;align-items:center;gap:24px}.contact-us-form .contacts .row{flex-flow:row nowrap}.contact-us-form .contacts .row .contact{flex:1;height:100px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;gap:8px;border:1px solid var(--stroke-color);border-radius:var(--small-radius);padding:16px;position:relative;overflow:hidden}.contact-us-form .contacts .row .contact .details{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:6px;position:relative;z-index:2}.contact-us-form .contacts .row .contact .details .title{font-size:16px;font-weight:700;line-height:32px;color:var(--primary-color);transition:all .45s}.contact-us-form .contacts .row .contact .details p{font-size:14px;font-weight:400;line-height:24px;color:var(--primary-color);transition:all .45s}.contact-us-form .contacts .row .contact:before{content:"";width:0;height:0;position:absolute;z-index:1;top:0;right:0;transform:translate(50%,-50%);border-radius:50%;background-color:var(--brand-color);transition:all .45s}.contact-us-form .contacts .row .contact:hover:before{width:850px;height:850px}.contact-us-form .contacts .row .contact:hover .details .title,.contact-us-form .contacts .row .contact:hover .details p{color:var(--white-color)}@media only screen and (max-width:1100px){.contact-us-form{max-width:100%;padding:0 30px;gap:36px;box-shadow:0 0 0 0}.contact-us-form .contacts .row{flex-flow:column nowrap}.contact-us-form .contacts .row .contact{width:100%}}body[lang=en] .MuiDrawer-paper.filters-drawer{border-radius:0 var(--big-radius) var(--big-radius) 0}.MuiDrawer-paper.filters-drawer{width:100%;max-width:500px;height:100vh;border-radius:var(--big-radius) 0 0 var(--big-radius)}.MuiDrawer-paper.filters-drawer .projects-filters{width:100%;height:100%;position:relative}.MuiDrawer-paper.filters-drawer .projects-filters .header{width:100%;height:80px;border-bottom:1px solid var(--background-color);position:absolute;top:0;right:0;background-color:var(--white-color);display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:16px;padding:24px}.MuiDrawer-paper.filters-drawer .projects-filters .header h3{font-size:20px;font-weight:700;line-height:32px;color:var(--primary-color)}.MuiDrawer-paper.filters-drawer .projects-filters .header button{width:40px;height:40px;border:1px solid var(--stroke-color);border-radius:var(--round-radius);background-color:var(--background-color);display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;cursor:pointer;transition:all .3s}.MuiDrawer-paper.filters-drawer .projects-filters .header button:hover{background-color:var(--shaded-color)}.MuiDrawer-paper.filters-drawer .projects-filters .form{width:100%;height:calc(100% - 80px - 80px);padding:24px;position:absolute;top:80px;right:0;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:32px;overflow-x:hidden;overflow-y:auto}.MuiDrawer-paper.filters-drawer .projects-filters .form .select-input.toggle{width:100%;min-width:100%;height:72px;min-height:72px;display:flex;flex-flow:column nowrap;justify-content:flex-end;align-items:flex-start;gap:8px}.MuiDrawer-paper.filters-drawer .projects-filters .form .select-input.toggle.en .MuiSelect-icon{right:14px;left:auto;top:50%;translate:0 -50%}.MuiDrawer-paper.filters-drawer .projects-filters .form .select-input.toggle.ar .MuiSelect-icon{left:14px;right:auto;top:50%;translate:0 -50%}.MuiDrawer-paper.filters-drawer .projects-filters .form .select-input.toggle h4{font-size:14px;font-weight:500;line-height:24px}.MuiDrawer-paper.filters-drawer .projects-filters .form .select-input.toggle input{width:100%!important}.MuiDrawer-paper.filters-drawer .projects-filters .form .select-input.toggle .MuiSelect-root{height:40px;background-color:var(--background-color);border-radius:var(--round-radius)}.MuiDrawer-paper.filters-drawer .projects-filters .form .select-input.toggle .MuiSelect-root .MuiOutlinedInput-notchedOutline{top:-6px}.MuiDrawer-paper.filters-drawer .projects-filters .form .select-input.toggle .placeholder{color:var(--secondary-color);font-size:14px;font-weight:400;line-height:24px}.MuiDrawer-paper.filters-drawer .projects-filters .cta{width:100%;height:80px;border-top:1px solid var(--background-color);position:absolute;bottom:0;right:0;background-color:var(--white-color);display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:16px;padding:24px}.MuiDrawer-paper.filters-drawer .projects-filters .cta button{flex:1;height:48px;background-color:var(--white-color);border:1px solid var(--stroke-color);border-radius:var(--round-radius);cursor:pointer;font-size:14px;font-weight:500;transition:all .25s;position:relative;overflow:hidden}.MuiDrawer-paper.filters-drawer .projects-filters .cta button.apply-filters{background-color:var(--brand-color);color:var(--white-color)}.MuiDrawer-paper.filters-drawer .projects-filters .cta button.apply-filters:before{background-color:var(--background-color);top:0;right:auto;left:0;transform:translate(-50%,-50%)}.MuiDrawer-paper.filters-drawer .projects-filters .cta button:before{content:"";width:0;height:0;position:absolute;z-index:1;top:0;right:0;transform:translate(50%,-50%);border-radius:50%;background-color:var(--brand-color);transition:all .45s}.MuiDrawer-paper.filters-drawer .projects-filters .cta button span{position:relative;z-index:2;transition:all .4s}.MuiDrawer-paper.filters-drawer .projects-filters .cta button:hover:before{width:600px;height:600px}.MuiDrawer-paper.filters-drawer .projects-filters .cta button:hover span{color:var(--white-color)}.MuiDrawer-paper.filters-drawer .projects-filters .cta button.apply-filters:hover span{color:var(--primary-color)}@media only screen and (max-width:650px){.MuiDrawer-paper.filters-drawer{border-radius:0!important}}.MuiDialog-paper{border-radius:var(--mid-radius)!important}.MuiDialog-paper .projects-sort{width:100%;min-width:380px;height:100%;min-height:200px;position:relative;padding:20px}.MuiDialog-paper .projects-sort h3{text-align:center;font-size:20px;font-weight:700;line-height:32px;color:var(--primary-color)}.MuiDialog-paper .projects-sort .form{padding:32px 0;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:24px}.MuiDialog-paper .projects-sort .form .select-input.toggle{width:100%;min-width:100%;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:8px}.MuiDialog-paper .projects-sort .form .select-input.toggle.en .MuiSelect-icon{right:14px;left:auto;top:50%;translate:0 -50%}.MuiDialog-paper .projects-sort .form .select-input.toggle.ar .MuiSelect-icon{left:14px;right:auto;top:50%;translate:0 -50%}.MuiDialog-paper .projects-sort .form .select-input.toggle h4{font-size:14px;font-weight:500;line-height:24px;white-space:nowrap}.MuiDialog-paper .projects-sort .form .select-input.toggle input{width:100%!important}.MuiDialog-paper .projects-sort .form .select-input.toggle .MuiSelect-root{height:40px;background-color:var(--background-color);border-radius:var(--round-radius)}.MuiDialog-paper .projects-sort .form .select-input.toggle .MuiSelect-root .MuiOutlinedInput-notchedOutline{top:-6px}.MuiDialog-paper .projects-sort .form .select-input.toggle .placeholder{color:var(--secondary-color);font-size:14px;font-weight:400;line-height:24px}.MuiDialog-paper .projects-sort .cta{width:100%;background-color:var(--white-color);display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:16px}.MuiDialog-paper .projects-sort .cta button{flex:1;height:48px;background-color:var(--white-color);border:1px solid var(--stroke-color);border-radius:var(--round-radius);cursor:pointer;font-size:14px;font-weight:500;transition:all .25s;position:relative;overflow:hidden}.MuiDialog-paper .projects-sort .cta button.apply-sort{background-color:var(--brand-color);color:var(--white-color)}.MuiDialog-paper .projects-sort .cta button.apply-sort:before{background-color:var(--background-color);top:0;right:auto;left:0;transform:translate(-50%,-50%)}.MuiDialog-paper .projects-sort .cta button:before{content:"";width:0;height:0;position:absolute;z-index:1;top:0;right:0;transform:translate(50%,-50%);border-radius:50%;background-color:var(--brand-color);transition:all .45s}.MuiDialog-paper .projects-sort .cta button span{position:relative;z-index:2;transition:all .4s}.MuiDialog-paper .projects-sort .cta button:hover:before{width:450px;height:450px}.MuiDialog-paper .projects-sort .cta button:hover span{color:var(--white-color)}.MuiDialog-paper .projects-sort .cta button.apply-sort:hover span{color:var(--primary-color)}@media only screen and (max-width:650px){.MuiDialog-paper .projects-sort{min-width:320px}.MuiDialog-paper .projects-sort h3{font-size:18px;line-height:28px}.MuiDialog-paper .projects-sort .form{padding:16px 0;gap:12px}.MuiDialog-paper .projects-sort .form .select-input.toggle{gap:6px}.MuiDialog-paper .projects-sort .form .select-input.toggle h4{font-size:12px;font-weight:400}.MuiDialog-paper .projects-sort .form .select-input.toggle .placeholder{font-size:12px}.MuiDialog-paper .projects-sort .cta{gap:8px}.MuiDialog-paper .projects-sort .cta button{height:40px;font-size:13px;font-weight:400}}.send-interest-form{width:100%;max-width:900px;height:-moz-fit-content;height:fit-content;max-height:100%;overflow-x:hidden;overflow-y:auto;padding:40px;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:16px}.send-interest-form h4{width:100%;text-align:center;font-size:18px;font-weight:700;line-height:32px}.send-interest-form .inputs{align-items:center;gap:24px}.send-interest-form .inputs,.send-interest-form .inputs label{width:100%;display:flex;flex-flow:column nowrap;justify-content:center}.send-interest-form .inputs label{align-items:flex-start;gap:8px}.send-interest-form .inputs label span{font-size:14px;font-weight:500;line-height:24px;color:var(--primary-color)}.send-interest-form .inputs label input,.send-interest-form .inputs label textarea{width:100%;height:50px;padding:16px;border-radius:var(--round-radius);border:1px solid var(--stroke-color);font-size:14px;resize:none}.send-interest-form .inputs label input:focus,.send-interest-form .inputs label textarea:focus{border:1px solid var(--brand-color);outline:0}.send-interest-form .inputs label textarea{height:160px;border-radius:var(--mid-radius)}.send-interest-form .cta{width:100%;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:16px}.send-interest-form .cta button{width:100%;height:56px;border-radius:var(--round-radius);padding:16px 32px;font-size:16px;font-weight:500;background-color:var(--background-color);border:1px solid var(--stroke-color);cursor:pointer;color:var(--primary-color);transition:all .25s;position:relative;overflow:hidden}.send-interest-form .cta button.primary{background-color:var(--brand-color);color:var(--white-color)}.send-interest-form .cta button.primary:before{background-color:var(--background-color);top:0;right:auto;left:0;transform:translate(-50%,-50%)}.send-interest-form .cta button:before{content:"";width:0;height:0;position:absolute;z-index:1;top:0;right:0;transform:translate(50%,-50%);border-radius:50%;background-color:var(--brand-color);transition:all .45s}.send-interest-form .cta button span{position:relative;z-index:2;transition:all .4s}.send-interest-form .cta button:hover:before{width:600px;height:600px}.send-interest-form .cta button:hover span{color:var(--white-color)}.send-interest-form .cta button.primary:hover span{color:var(--primary-color)}@media only screen and (max-width:650px){.send-interest-form{max-width:100%;gap:12px}.send-interest-form .inputs{gap:12px}.send-interest-form .inputs .phone-input input{flex-grow:10}.send-interest-form .inputs .phone-input .select-input.toggle{width:90px;min-width:90px;height:46px}.send-interest-form .inputs .phone-input .select-input.toggle .MuiFormControl-root{width:-moz-fit-content!important;width:fit-content!important;min-width:90px}.send-interest-form .inputs .phone-input .select-input.toggle .MuiSelect-root{height:46px}.send-interest-form .inputs label{gap:8px}.send-interest-form .inputs label span{font-size:13px;font-weight:400}.send-interest-form .inputs label input,.send-interest-form .inputs label textarea{height:46px;padding:8px;font-size:13px}.send-interest-form .inputs label textarea{height:120px}.send-interest-form .cta{gap:8px}.send-interest-form .cta button{height:46px;padding:8px 16px;font-size:13px;font-weight:400}}.phone-input{width:100%;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:5px}.phone-input input{width:auto!important;flex-grow:20;direction:ltr}.phone-input .select-input.toggle{width:120px;min-width:120px;height:50px;display:flex;flex-flow:column nowrap;justify-content:flex-end;align-items:flex-start;gap:8px}.phone-input .select-input.toggle.en .MuiSelect-icon{right:14px;left:auto;top:50%;translate:0 -50%}.phone-input .select-input.toggle.ar .MuiSelect-icon{left:14px;right:auto;top:50%;translate:0 -50%}.phone-input .select-input.toggle h4{font-size:14px;font-weight:500;line-height:24px}.phone-input .select-input.toggle input{width:100%!important}.phone-input .select-input.toggle .MuiSelect-root{height:50px;background-color:var(--background-color);border-radius:var(--round-radius)}.phone-input .select-input.toggle .MuiSelect-root .MuiOutlinedInput-notchedOutline{top:-12px}.phone-input .select-input.toggle .placeholder{color:var(--secondary-color);font-size:14px;font-weight:400;line-height:24px}.slider-input{width:100%;height:88px;min-height:88px;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:16px}.slider-input .slider-header{width:100%}.slider-input .slider-header h4{font-size:14px;line-height:24px;font-weight:500;color:var(--primary-color)}.slider-input .input{width:100%;height:48px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;direction:ltr!important;background-color:var(--background-color);border:1px solid var(--stroke-color);border-radius:var(--round-radius)}.slider-input .input span.borders{width:28%;text-align:center;font-size:14px}.slider-input .input .MuiSlider-rail{height:8px;background-color:var(--stroke-color)}.slider-input .input .MuiSlider-track{height:8px;background-color:var(--brand-color);border:0}.slider-input .input .MuiSlider-thumb{background-color:var(--white-color);border:1px solid var(--brand-color);box-shadow:0 1px 2px 0 rgba(18,18,23,.05882),0 1px 3px 0 rgba(18,18,23,.10196)}.slider-input .input .MuiSlider-valueLabel{background-color:var(--brand-color);border-radius:var(--tiny-radius);height:26px;font-size:12px;font-weight:400;line-height:400;color:var(--white-color)}.developers-page{flex-flow:column nowrap;justify-content:flex-start;gap:40px;padding:20px 64px}.developers-page,.developers-page .header{width:100%;display:flex;align-items:center}.developers-page .header{flex-flow:row nowrap;justify-content:space-between}.developers-page .header .info{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:16px}.developers-page .header h2{font-size:36px;font-weight:700;line-height:40px;color:var(--primary-color)}.developers-page .header p{font-size:16px;color:var(--secondary-color);max-width:800px;line-height:28px;font-weight:400}.developers-page .wrapper{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;gap:32px}@media only screen and (max-width:1100px){.developers-page{padding:16px 34px;gap:30px}.developers-page .header .info{gap:10px}.developers-page .header h2{font-size:28px;line-height:32px}.developers-page .header p{font-size:14px;line-height:20px;font-weight:300}}@media only screen and (max-width:650px){.developers-page{padding:12px 24px;gap:20px}.developers-page .header h2{font-size:20px;line-height:28px}.developers-page .header p{display:none}.developers-page .wrapper{gap:12px;justify-content:center}}.map-page{width:100vw;height:100vh;position:fixed;right:0;top:0;z-index:100}.one-developer-page{width:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;gap:40px;padding:0 64px}.one-developer-page .MuiStack-root{width:calc(100% + 50px)!important;height:30px!important;display:flex;flex-flow:row nowrap;justify-content:center;align-items:flex-start;position:sticky;top:90px;background-color:var(--opacity-white-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:5px 25px;z-index:2}.one-developer-page .MuiStack-root ol{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:2px}.one-developer-page .MuiStack-root ol li a,.one-developer-page .MuiStack-root ol li p{display:flex;min-height:24px;font-size:16px;font-weight:400;line-height:24px;color:var(--primary-color)}.one-developer-page .MuiStack-root ol li a,.one-developer-page .MuiStack-root ol path,.one-developer-page .MuiStack-root ol svg{color:var(--secondary-color)}.one-developer-page .page-details{width:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:24px}.one-developer-page .page-details .banner{width:100%!important;margin:0!important}.one-developer-page .page-details .tabs{width:100%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:16px}.one-developer-page .page-details .tabs .tab{width:100%;height:56px;background-color:var(--background-color);border-radius:var(--small-radius);display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;font-size:16px;font-weight:400;color:var(--secondary-color);border:0;cursor:pointer}.one-developer-page .page-details .tabs .tab:focus,.one-developer-page .page-details .tabs .tab:visited{color:var(--brand-color);border:1px solid var(--brand-color);background-color:var(--shaded-color)}.one-developer-page .page-details .wrapper{width:100%;background-color:var(--white-color);border-radius:var(--small-radius);border:1px solid var(--stroke-color);overflow:hidden;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:20px;padding:20px}.one-developer-page .page-details .wrapper .wrapper-header{width:100%;font-size:20px;font-weight:700;line-height:32px;color:var(--primary-color)}.one-developer-page .page-details .wrapper .separator{width:100%;height:1px;min-height:1px;background-color:var(--stroke-color)}.one-developer-page .page-details .main-info ul{width:100%;list-style-type:none;display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;grid-gap:24px;gap:24px}.one-developer-page .page-details .main-info ul li{width:100%;height:64px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;gap:8px}.one-developer-page .page-details .main-info ul li .data{width:100%;display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start}.one-developer-page .page-details .main-info ul li .data h3{font-size:16px;font-weight:400;line-height:28px;color:var(--secondary-color)}.one-developer-page .page-details .main-info ul li .data p{font-size:20px;font-weight:500;line-height:28px;color:var(--primary-color)}.one-developer-page .page-details .map{width:100%;height:550px;position:relative}.one-developer-page .page-details .map .main-map{border-radius:var(--mid-radius);box-shadow:none;border:1px solid var(--shaded-color)}.one-developer-page .page-details .developer-projects{height:-moz-fit-content;height:fit-content;max-height:800px;position:relative}.one-developer-page .page-details .developer-projects .projects-viewer{width:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;gap:32px}.one-developer-page .page-details .developer-projects .projects-viewer .cover{width:100%;height:300px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:absolute;bottom:-80px;left:0;background-image:linear-gradient(var(--transparent-color),var(--primary-color));display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;z-index:1}.one-developer-page .page-details .developer-projects .projects-viewer .cover a{width:300px;height:52px;border-radius:var(--round-radius);background-color:var(--background-color);display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;position:relative;overflow:hidden}.one-developer-page .page-details .developer-projects .projects-viewer .cover a:before{content:"";width:0;height:0;position:absolute;z-index:1;top:0;right:0;transform:translate(50%,-50%);border-radius:50%;background-color:var(--brand-color);transition:all .45s}.one-developer-page .page-details .developer-projects .projects-viewer .cover a span{color:var(--primary-color);font-size:16px;font-weight:400;position:relative;z-index:2;transition:all .4s}.one-developer-page .page-details .developer-projects .projects-viewer .cover a:hover:before{width:700px;height:700px}.one-developer-page .page-details .developer-projects .projects-viewer .cover a:hover span{color:var(--white-color)}@media only screen and (max-width:1100px){.one-developer-page{padding:0 34px;gap:30px}.one-developer-page .MuiStack-root ol li a,.one-developer-page .MuiStack-root ol li p{font-size:14px}.one-developer-page .page-details{gap:16px}.one-developer-page .page-details .tabs{gap:8px}.one-developer-page .page-details .tabs .tab{height:48px;font-size:13px}.one-developer-page .page-details .wrapper{gap:12px;padding:16px}.one-developer-page .page-details .wrapper .wrapper-header{font-size:16px;line-height:28px}.one-developer-page .page-details .main-info ul{gap:12px}.one-developer-page .page-details .main-info ul li{height:56px;gap:4px}.one-developer-page .page-details .main-info ul li>img{width:21px;height:21px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.one-developer-page .page-details .main-info ul li .data h3{width:100%;font-size:12px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.one-developer-page .page-details .main-info ul li .data p{font-size:15px;line-height:24px}.one-developer-page .page-details .map{height:460px}.one-developer-page .page-details .developer-projects .projects-viewer{gap:16px}.one-developer-page .page-details .developer-projects .projects-viewer .cover{height:320px}.one-developer-page .page-details .developer-projects .projects-viewer .cover a{width:270px;height:46px}.one-developer-page .page-details .developer-projects .projects-viewer .cover a span{font-size:15px}.one-developer-page .page-details .developer-projects .projects-viewer .cover a:hover:before{width:660px;height:660px}}@media only screen and (max-width:650px){.one-developer-page{padding:0 24px;gap:20px}.one-developer-page .page-details .main-info ul{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start}}@media (max-width:768px){.one-project-page{padding:0 8px;gap:8px}.project-info{max-width:none;padding:20px;font-size:.95rem}.developer{gap:16px;font-size:1rem}.project-meta{gap:8px;font-size:.95rem;flex-direction:column!important;align-items:flex-start!important}.project-units{width:100%;gap:12px}}@media (max-width:480px){.one-project-page{padding:0 4px;gap:4px}.project-info{max-width:none;padding:16px;font-size:.85rem}.developer{gap:8px;font-size:.9rem}.project-meta{gap:4px;font-size:.85rem;flex-direction:column!important;align-items:flex-start!important}}.one-project-page{width:100vw;min-height:100vh;color:#fff;justify-content:flex-start;align-items:start;padding:0}.one-project-page,.one-project-page .project-page-content{position:relative;display:flex;flex-direction:column;gap:16px}.one-project-page .project-page-content{width:100%;height:100%;justify-content:center;align-items:center}.one-project-page .project-info .project-meta{display:flex;flex-direction:row-reverse;gap:16px;font-size:1rem;font-weight:400;margin-bottom:8px;justify-content:start}.one-project-page .project-info .project-date,.one-project-page .project-info .project-location{color:#fff;opacity:1}.one-project-page .project-info .developer{display:flex;align-items:center;justify-content:start;gap:40px;font-size:1.25rem;font-weight:600;margin-bottom:8px;color:#fff}.one-project-page .project-info{position:relative;z-index:2;color:#fff;text-align:left;width:100%;margin:0;align-self:flex-start;padding-top:30px;gap:16px;display:flex;flex-direction:column;justify-content:flex-start}.one-project-page .project-name{color:#fff;font-size:3rem;font-weight:700;margin-bottom:24px;text-shadow:0 2px 16px rgba(0,0,0,.5)}.one-project-page .project-description{color:#fff;font-size:1.25rem;font-weight:400;text-shadow:0 2px 8px rgba(0,0,0,.4)}.one-project-page .MuiStack-root{height:30px!important;display:flex;flex-flow:row nowrap;justify-content:center;align-items:flex-start;position:sticky;top:90px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff!important;padding:5px 25px;z-index:10}.one-project-page .MuiStack-root ol{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:2px;color:#fff!important}.one-project-page .MuiStack-root ol li a,.one-project-page .MuiStack-root ol li p{display:flex;min-height:24px;font-size:16px;font-weight:400;line-height:24px;color:#fff!important}.one-project-page .MuiStack-root ol li a,.one-project-page .MuiStack-root ol path,.one-project-page .MuiStack-root ol svg{color:var(--secondary-color)}.one-project-page .project-units{color:#fff;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;margin-bottom:2rem}@media only screen and (max-width:1200px){.one-project-page{padding:0 34px;gap:30px}.one-project-page .MuiStack-root ol li a,.one-project-page .MuiStack-root ol li p{font-size:14px}.one-project-page .project-units{gap:16px;justify-content:center;align-items:center}.one-project-page .project-units h2{font-size:18px;line-height:28px}.one-project-page .project-units .wrapper{gap:16px;justify-content:center}}@media only screen and (max-width:650px){.one-project-page{padding:0 24px;gap:20px}}@media (min-width:768px){.project-info{max-width:400px}}.one-unit-page{width:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;gap:40px;padding:0}.one-unit-page .MuiStack-root{width:calc(100%)!important;height:30px!important;display:flex;flex-flow:row nowrap;justify-content:center;align-items:flex-start;position:sticky;top:90px;background-color:var(--opacity-white-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:5px 0;z-index:2}.one-unit-page .MuiStack-root ol{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:2px;padding:0 64px}.one-unit-page .MuiStack-root ol li a,.one-unit-page .MuiStack-root ol li p{display:flex;min-height:24px;font-size:16px;font-weight:400;line-height:24px;color:var(--primary-color)}.one-unit-page .MuiStack-root ol li a,.one-unit-page .MuiStack-root ol path,.one-unit-page .MuiStack-root ol svg{color:var(--secondary-color)}.one-unit-page .vr-preview{width:100%;height:600px;border-radius:var(--big-radius);position:relative;overflow:hidden;width:calc(100% - 128px);margin:0 64px}.one-unit-page .vr-preview>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.one-unit-page .vr-preview .cover{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;background-color:var(--opacity-black-color)}.one-unit-page .vr-preview .vr{width:380px;height:52px;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:8px;position:absolute;left:50%;bottom:50%;transform:translate(-50%,50%);z-index:2;background-color:var(--opacity-white-color);border-radius:var(--round-radius);padding:5px 12px;cursor:pointer}.one-unit-page .vr-preview .vr span{font-size:18px;font-weight:400;line-height:35px;color:var(--white-color)}.one-unit-page .vr-preview .vr img{width:38px;height:38px;filter:grayscale(100%) brightness(0) invert(1)}.one-unit-page .page-details{padding:0 64px;gap:24px}.one-unit-page .page-details,.one-unit-page .page-details .text{width:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start}.one-unit-page .page-details .text{gap:16px}.one-unit-page .page-details .text h1{font-size:32px;font-weight:700;line-height:32px;color:var(--primary-color)}.one-unit-page .page-details .text p{font-size:18px;font-weight:400;line-height:32px;color:var(--secondary-color)}.one-unit-page .page-details .wrapper{width:100%;background-color:var(--white-color);border-radius:var(--small-radius);border:1px solid var(--stroke-color);overflow:hidden;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:20px;padding:20px}.one-unit-page .page-details .wrapper .wrapper-header{width:100%;font-size:20px;font-weight:700;line-height:32px;color:var(--primary-color)}.one-unit-page .page-details .wrapper .separator{width:100%;height:1px;min-height:1px;background-color:var(--stroke-color)}.one-unit-page .page-details .info{width:100%;display:grid;grid-template-columns:2fr 1fr;grid-auto-rows:auto;grid-gap:24px;gap:24px}.one-unit-page .page-details .info>div{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:24px}.one-unit-page .page-details .info .tabs{width:100%;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;gap:16px}.one-unit-page .page-details .info .tabs .tab{width:100%;height:56px;background-color:var(--background-color);border-radius:var(--small-radius);display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;font-size:16px;font-weight:400;color:var(--secondary-color);border:0;cursor:pointer}.one-unit-page .page-details .info .tabs .tab:focus,.one-unit-page .page-details .info .tabs .tab:visited{color:var(--brand-color);border:1px solid var(--brand-color);background-color:var(--shaded-color)}.one-unit-page .page-details .info .main .developer{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;gap:32px}.one-unit-page .page-details .info .main .developer .logo{width:55px;min-width:55px;height:55px;border-radius:var(--round-radius);display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;border:1px solid var(--stroke-color)}.one-unit-page .page-details .info .main .developer .logo img{width:30px;height:33px;-o-object-fit:contain;object-fit:contain}.one-unit-page .page-details .info .main .developer .developer-info{width:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:8px}.one-unit-page .page-details .info .main .developer .developer-info h2{font-size:24px;font-weight:700;line-height:24px;color:var(--primary-color)}.one-unit-page .page-details .info .main .developer .developer-info p{font-size:16px;font-weight:400;line-height:32px;color:var(--secondary-color)}.one-unit-page .page-details .info .main .main-info ul{width:100%;list-style-type:none;display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;grid-gap:24px;gap:24px}.one-unit-page .page-details .info .main .main-info ul li{width:100%;height:64px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;gap:8px}.one-unit-page .page-details .info .main .main-info ul li .data{width:100%;display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start}.one-unit-page .page-details .info .main .main-info ul li .data h3{font-size:16px;font-weight:400;line-height:28px;color:var(--secondary-color)}.one-unit-page .page-details .info .main .main-info ul li .data p{font-size:20px;font-weight:500;line-height:28px;color:var(--primary-color)}.one-unit-page .page-details .info .main .main-info ul li.price .data p{color:var(--brand-color)}.one-unit-page .page-details .info .main .building-info ul{width:100%;list-style-type:none;display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;grid-gap:24px;gap:24px}.one-unit-page .page-details .info .main .building-info ul li{width:100%;height:64px;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;gap:8px}.one-unit-page .page-details .info .main .building-info ul li .data{width:100%;display:flex;flex-flow:column nowrap;justify-content:center;align-items:flex-start}.one-unit-page .page-details .info .main .building-info ul li .data h3{font-size:16px;font-weight:400;line-height:28px;color:var(--secondary-color)}.one-unit-page .page-details .info .main .building-info ul li .data p{font-size:20px;font-weight:500;line-height:28px;color:var(--primary-color)}.one-unit-page .page-details .info .main .map{width:100%;height:550px;position:relative}.one-unit-page .page-details .info .main .map .main-map{border-radius:var(--mid-radius);box-shadow:none;border:1px solid var(--shaded-color)}.one-unit-page .page-details .info .main .video-progress ul{list-style-type:none;width:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:8px}.one-unit-page .page-details .info .main .video-progress ul li{width:100%;height:150px}.one-unit-page .page-details .info .main .video-progress ul li a{width:100%;height:100%;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:flex-start;gap:32px;padding:24px;background-color:var(--background-color);border-radius:var(--small-radius)}.one-unit-page .page-details .info .main .video-progress ul li a .video-thumb{width:125px;height:100px;border-radius:var(--small-radius);overflow:hidden;border:1px solid var(--stroke-color)}.one-unit-page .page-details .info .main .video-progress ul li a .video-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.one-unit-page .page-details .info .main .video-progress ul li a .video-info{width:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:8px}.one-unit-page .page-details .info .main .video-progress ul li a .video-info h3{font-size:18px;font-weight:400;line-height:32px;color:var(--primary-color)}.one-unit-page .page-details .info .main .video-progress ul li a .video-info p{font-size:14px;font-weight:400;line-height:24px;color:var(--secondary-color)}.one-unit-page .page-details .info .main .video-progress ul li a .video-info .separator{width:100%;height:1px;background-color:var(--shaded-color)}.one-unit-page .page-details .info .main .video-progress ul li a .video-info .date{display:flex;width:100%;font-size:14px;font-weight:400;line-height:24px;color:var(--secondary-color)}.one-unit-page .page-details .info .side .payment-plan{border-color:var(--shaded-color);background-color:var(--shaded-color)}.one-unit-page .page-details .info .side .payment-plan ul{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:16px}.one-unit-page .page-details .info .side .payment-plan ul li{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px}.one-unit-page .page-details .info .side .payment-plan ul li span{font-size:18px;font-weight:500;line-height:28px;color:var(--primary-color)}.one-unit-page .page-details .info .side .payment-plan .cta{width:100%;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:16px}.one-unit-page .page-details .info .side .payment-plan .cta button{width:100%;height:56px;background-color:var(--white-color);border-radius:var(--round-radius);border:0;cursor:pointer;position:relative;overflow:hidden}.one-unit-page .page-details .info .side .payment-plan .cta button.main{background-color:var(--brand-color);color:var(--white-color)}.one-unit-page .page-details .info .side .payment-plan .cta button.main:before{background-color:var(--white-color)}.one-unit-page .page-details .info .side .payment-plan .cta button.main span{color:var(--white-color)}.one-unit-page .page-details .info .side .payment-plan .cta button:before{content:"";width:0;height:0;position:absolute;z-index:1;top:0;right:0;transform:translate(50%,-50%);border-radius:50%;background-color:var(--brand-color);transition:all .45s}.one-unit-page .page-details .info .side .payment-plan .cta button span{font-size:16px;font-weight:500;color:var(--primary-color);position:relative;z-index:2;transition:all .4s}.one-unit-page .page-details .info .side .payment-plan .cta button:hover:before{width:500px;height:500px}.one-unit-page .page-details .info .side .payment-plan .cta button:hover span{color:var(--white-color)}.one-unit-page .page-details .info .side .payment-plan .cta button.main:hover span{color:var(--brand-color)}.one-unit-page .page-details .info .side .developer-info .head{width:100%;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:12px}.one-unit-page .page-details .info .side .developer-info .head .logo{width:48px;min-width:48px;height:48px;border-radius:var(--round-radius);display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;border:1px solid var(--stroke-color)}.one-unit-page .page-details .info .side .developer-info .head .logo img{width:30px;height:33px;-o-object-fit:contain;object-fit:contain}.one-unit-page .page-details .info .side .developer-info .head h3{font-size:16px;font-weight:500;line-height:24px;color:var(--primary-color)}.one-unit-page .page-details .info .side .developer-info p{font-size:18px;font-weight:400;line-height:32px;color:var(--secondary-color)}.one-unit-page .page-details .info .side .developer-info .cta{width:100%}.one-unit-page .page-details .info .side .developer-info .cta a{width:100%;height:56px;background-color:var(--background-color);border-radius:var(--round-radius);display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;cursor:pointer;position:relative;overflow:hidden}.one-unit-page .page-details .info .side .developer-info .cta a:before{content:"";width:0;height:0;position:absolute;z-index:1;top:0;right:0;transform:translate(50%,-50%);border-radius:50%;background-color:var(--brand-color);transition:all .45s}.one-unit-page .page-details .info .side .developer-info .cta a span{font-size:16px;font-weight:500;color:var(--primary-color);position:relative;z-index:2;transition:all .4s}.one-unit-page .page-details .info .side .developer-info .cta a:hover:before{width:800px;height:800px}.one-unit-page .page-details .info .side .developer-info .cta a:hover span{color:var(--white-color)}.one-unit-page .other-units{width:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:30px;padding-top:32px}.one-unit-page .other-units h2{font-size:36px;font-weight:700;line-height:40px;color:var(--primary-color)}.one-unit-page .other-units .units-viewer{width:100%;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:32px;overflow-y:hidden;overflow-x:auto}.one-unit-page .other-units .units-viewer::-webkit-scrollbar{width:0;height:0}@media only screen and (max-width:1100px){.one-unit-page{gap:30px;padding:0}.one-unit-page .MuiStack-root ol{padding:0 34px}.one-unit-page .MuiStack-root ol li a,.one-unit-page .MuiStack-root ol li p{font-size:14px}.one-unit-page .vr-preview{height:550px;width:calc(100% - 68px);margin:0 34px}.one-unit-page .vr-preview .vr{width:240px;height:42px;gap:5px;padding:5px 12px}.one-unit-page .vr-preview .vr span{font-size:14px;line-height:38px}.one-unit-page .vr-preview .vr img{width:22px;height:22px}.one-unit-page .page-details{padding:0 34px;gap:18px}.one-unit-page .page-details .text{gap:12px}.one-unit-page .page-details .text h1{font-size:18px;line-height:26px}.one-unit-page .page-details .text p{font-size:13px;line-height:20px}.one-unit-page .page-details .wrapper{gap:12px;padding:16px}.one-unit-page .page-details .wrapper .wrapper-header{font-size:16px;line-height:28px}.one-unit-page .page-details .info{grid-template-columns:1fr;gap:12px}.one-unit-page .page-details .info>div{gap:12px}.one-unit-page .page-details .info .tabs{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:4px;gap:4px}.one-unit-page .page-details .info .tabs .tab{height:46px;font-size:13px}.one-unit-page .page-details .info .main .developer{gap:16px}.one-unit-page .page-details .info .main .developer .logo{width:35px;min-width:35px;height:35px}.one-unit-page .page-details .info .main .developer .logo img{width:24px}.one-unit-page .page-details .info .main .developer .developer-info{gap:5px}.one-unit-page .page-details .info .main .developer .developer-info h2{font-size:18px;line-height:24px}.one-unit-page .page-details .info .main .developer .developer-info p{font-size:12px;line-height:18px}.one-unit-page .page-details .info .main .main-info ul{gap:12px}.one-unit-page .page-details .info .main .main-info ul li{height:56px;gap:4px}.one-unit-page .page-details .info .main .main-info ul li>img{width:21px;height:21px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.one-unit-page .page-details .info .main .main-info ul li .data h3{width:100%;font-size:12px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.one-unit-page .page-details .info .main .main-info ul li .data p{font-size:15px;line-height:24px}.one-unit-page .page-details .info .main .building-info ul{gap:12px}.one-unit-page .page-details .info .main .building-info ul li{height:56px;gap:4px}.one-unit-page .page-details .info .main .building-info ul li>img{width:21px;height:21px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.one-unit-page .page-details .info .main .building-info ul li .data h3{width:100%;font-size:12px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.one-unit-page .page-details .info .main .building-info ul li .data p{font-size:15px;line-height:24px;white-space:nowrap}.one-unit-page .page-details .info .main .map{height:460px}.one-unit-page .page-details .info .main .video-progress ul li{width:100%;height:110px}.one-unit-page .page-details .info .main .video-progress ul li a{gap:16px;padding:10px}.one-unit-page .page-details .info .main .video-progress ul li a .video-thumb{width:80px;height:90px;border-radius:var(--tiny-radius)}.one-unit-page .page-details .info .main .video-progress ul li a .video-info{gap:8px}.one-unit-page .page-details .info .main .video-progress ul li a .video-info h3{font-size:14px;line-height:24px}.one-unit-page .page-details .info .main .video-progress ul li a .video-info .date,.one-unit-page .page-details .info .main .video-progress ul li a .video-info p{font-size:11px;font-weight:300;line-height:18px}.one-unit-page .page-details .info .side .payment-plan ul{gap:10px}.one-unit-page .page-details .info .side .payment-plan ul li{gap:6px}.one-unit-page .page-details .info .side .payment-plan ul li span{font-size:15px;font-weight:400;line-height:22px}.one-unit-page .page-details .info .side .payment-plan .cta{gap:8px}.one-unit-page .page-details .info .side .payment-plan .cta button{width:100%;height:46px}.one-unit-page .page-details .info .side .payment-plan .cta button span{font-size:14px;font-weight:400}.one-unit-page .page-details .info .side .payment-plan .cta button:hover:before{width:950px;height:950px}.one-unit-page .page-details .info .side .developer-info .head{gap:8px}.one-unit-page .page-details .info .side .developer-info .head .logo{width:35px;min-width:35px;height:35px}.one-unit-page .page-details .info .side .developer-info .head .logo img{width:22px}.one-unit-page .page-details .info .side .developer-info p{font-size:14px;line-height:26px}.one-unit-page .page-details .info .side .developer-info .cta a{height:46px}.one-unit-page .page-details .info .side .developer-info .cta a span{font-size:14px;font-weight:400}.one-unit-page .page-details .info .side .developer-info .cta a:hover:before{width:2000px;height:2000px}.one-unit-page .other-units{gap:16px;padding-top:22px}.one-unit-page .other-units h2{font-size:18px;line-height:28px;padding:0 34px}.one-unit-page .other-units .units-viewer{padding:0 34px;gap:16px}}@media only screen and (max-width:650px){.one-unit-page{gap:20px;padding:0}.one-unit-page .MuiStack-root ol{padding:0 24px}.one-unit-page .vr-preview{width:calc(100% - 48px);margin:0 24px}.one-unit-page .page-details .info .main .building-info ul,.one-unit-page .page-details .info .main .main-info ul{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start}.one-unit-page .other-units{gap:12px}.one-unit-page .other-units h2{padding:0 24px}.one-unit-page .other-units .units-viewer{padding:0 24px;gap:12px}}.projects-page{flex-flow:column nowrap;justify-content:flex-start;gap:40px;padding:20px 64px}.projects-page,.projects-page .header{width:100%;display:flex;align-items:center}.projects-page .header{flex-flow:row nowrap;justify-content:space-between}.projects-page .header .info{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:16px}.projects-page .header h2{font-size:36px;font-weight:700;line-height:40px;color:var(--primary-color)}.projects-page .header p{font-size:16px;color:var(--secondary-color);max-width:800px;line-height:28px;font-weight:400}.projects-page .wrapper{width:100%;display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center;gap:24px}@media only screen and (max-width:1100px){.projects-page{padding:16px 34px;gap:30px}.projects-page .header .info{gap:10px}.projects-page .header h2{font-size:28px;line-height:32px}.projects-page .header p{font-size:14px;line-height:20px;font-weight:300}}@media only screen and (max-width:650px){.projects-page{padding:12px 24px;gap:20px}.projects-page .header h2{font-size:20px;line-height:28px}.projects-page .header p{display:none}.projects-page .wrapper{gap:12px}}.regions-page{flex-flow:column nowrap;justify-content:flex-start;gap:40px;padding:20px 64px}.regions-page,.regions-page .header{width:100%;display:flex;align-items:center}.regions-page .header{flex-flow:row nowrap;justify-content:space-between}.regions-page .header .info{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:16px}.regions-page .header h2{font-size:36px;font-weight:700;line-height:40px;color:var(--primary-color)}.regions-page .header p{font-size:16px;color:var(--secondary-color);max-width:800px;line-height:28px;font-weight:400}.regions-page .wrapper{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;gap:32px}@media only screen and (max-width:1100px){.regions-page{padding:16px 34px;gap:30px}.regions-page .header .info{gap:10px}.regions-page .header h2{font-size:28px;line-height:32px}.regions-page .header p{font-size:14px;line-height:20px;font-weight:300}}@media only screen and (max-width:650px){.regions-page{padding:12px 24px;gap:20px}.regions-page .header h2{font-size:20px;line-height:28px}.regions-page .header p{display:none}.regions-page .wrapper{gap:12px;justify-content:center}}.units-page{flex-flow:column nowrap;justify-content:flex-start;gap:40px;padding:20px 64px}.units-page,.units-page .header{width:100%;display:flex;align-items:center}.units-page .header{flex-flow:row nowrap;justify-content:space-between}.units-page .header .info{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;gap:16px}.units-page .header h2{font-size:36px;font-weight:700;line-height:40px;color:var(--primary-color)}.units-page .header p{font-size:16px;color:var(--secondary-color);max-width:800px;line-height:28px;font-weight:400}.units-page .wrapper{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:flex-start;gap:32px}@media only screen and (max-width:1100px){.units-page{padding:16px 34px;gap:30px}.units-page .header .info{gap:10px}.units-page .header h2{font-size:28px;line-height:32px}.units-page .header p{font-size:14px;line-height:20px;font-weight:300}}@media only screen and (max-width:650px){.units-page{padding:12px 24px;gap:20px}.units-page .header h2{font-size:20px;line-height:28px}.units-page .header p{display:none}.units-page .wrapper{gap:12px;justify-content:center}}.send-interest-popup{width:90%!important;max-width:900px!important;height:-moz-fit-content!important;height:fit-content!important;min-height:400px!important;max-height:500px!important;border-radius:var(--mid-radius)!important}@media only screen and (max-width:650px){.send-interest-popup{max-width:96%!important;max-height:98%!important;margin:16px!important}}.description-popup{width:90%!important;max-width:600px!important;height:-moz-fit-content!important;height:fit-content!important;min-height:200px!important;max-height:80vh!important;border-radius:var(--mid-radius)!important;padding:20px}.description-popup .popup-content{display:flex;flex-direction:column;gap:16px}.description-popup h3{margin:0;font-size:20px;font-weight:600;color:var(--primary-color)}.description-popup p{margin:0;font-size:16px;line-height:1.5;color:var(--secondary-color)}.description-popup .close-btn{align-self:flex-end;padding:8px 16px;background-color:var(--brand-color);color:var(--white-color);border:none;border-radius:var(--small-radius);cursor:pointer;font-size:14px}@media only screen and (max-width:650px){.description-popup{max-width:96%!important;max-height:98%!important;margin:16px!important}}