@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);.btn{padding:2rem 2.5rem;color:#fff;background:#f59e0b;border-radius:100px;outline:none;border:none;margin:1rem 0;text-transform:uppercase;font-family:inherit;box-shadow:0 10px 6px -6px hsla(0,0%,46.7%,.5);cursor:pointer;transition:all .15s ease-in}.btn:hover{transform:translateY(-5px);box-shadow:0 5px 3px -3px #777;background:#fcd34d}.btn_dashboard{padding:1rem 1.5rem;color:#fff;background:#f59e0b;outline:none;border:none;margin:1rem 0;text-transform:uppercase;font-family:inherit;box-shadow:0 10px 6px -6px #777;cursor:pointer;transition:all .15s ease-in}.btn_dashboard:hover{box-shadow:0 5px 3px -3px #777;background:#fcd34d}.btnSmall{padding:.5rem 1rem;color:#fff;outline:none;border:none;box-shadow:0 10px 6px -6px #777;cursor:pointer;background:#475569;transition:all .15s ease-in}.btnSmall:hover{box-shadow:0 5px 3px -3px #777}.btn-green{background:#529152}.btn-blue{background:#57d5eb}.btn-red{background:#e66259}.btn-group{position:absolute;top:0;right:0;padding:2rem 2.5rem;color:#fff;background:#f59e0b;border-radius:0 100px 100px 0;outline:none;border:none;margin:1rem 0;text-transform:uppercase;font-family:inherit;cursor:pointer;transition:all .15s ease-in}.btn-group:hover{background:#fcd34d}.btn-group__input{font-size:1.8rem;padding:1.7rem 2.5rem;color:#475569;border-radius:100px;outline:none;border:none;margin:1rem 0;font-family:inherit;box-shadow:0 10px 6px -6px rgba(0,0,0,.3);width:38rem}.on{box-shadow:0 5px 3px -3px #777;background:#fcd34d}.modalBg{opacity:0;pointer-events:none;transition:all .15s ease-in;transition:opacity .4s ease-in;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(71,85,105,.9);display:flex;z-index:100}.modalBg__content{width:50rem;height:30rem;max-width:calc(100% - 10rem);margin:auto;display:flex;justify-content:center;align-items:center;flex-direction:row;color:#fff;text-align:center;padding:3rem;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15)}.modalBg__content-text h4{color:#1d4ed8;text-transform:uppercase}.modalBg__content-text .desc{font-weight:400;font-size:medium;color:#475569;margin:1rem 0}.modalBg__content-text .navs{margin:1rem 0;display:flex;flex-wrap:wrap;justify-content:space-between}.modalOpen-true{opacity:1;pointer-events:visible}.footer{padding:5rem 0}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));justify-items:center;align-items:start;grid-gap:6rem;gap:6rem;color:#fff}.footer__content a:link{transition:all .3s ease-in}.footer__content a:hover{color:#f59e0b}.footer__content-title{font-size:2rem;border-bottom:1px solid #f59e0b;color:#f59e0b;text-align:center}.footer__content-contact{line-height:1.5;margin-top:1rem;font-weight:300;font-size:1.8rem}.footer__content-links{font-size:1.8rem}.footer__content-links,.footer__content-socials{line-height:1.5;margin-top:1rem;display:flex;flex-direction:column;text-align:center;font-weight:300}.footer__content-socials{font-size:2rem}.footer__secondary{font-size:1.8rem;padding:3rem;text-align:center;font-weight:300}.footer__secondary,.header{background:#1e3a8a;color:#fff}.header{padding:7rem 0}.header h1{text-align:center;color:#fff;font-size:4rem;font-weight:300;margin:2.5rem 0}.hero{position:relative;height:100vh;width:100%}.hero__hexagon{position:absolute;right:-25%;top:-35%;z-index:1}.hero__content{margin-top:8rem;display:flex;justify-content:space-between;align-items:center;width:100%;height:80%}.hero__text{width:50%}.hero__title{font-size:6rem;color:#1e3a8a;font-weight:300;margin-bottom:.5rem}.hero__subtitle{display:block;font-size:2.5rem;margin-bottom:2rem;color:#475569}.hero__img{z-index:2;width:40%}@media(max-width:1366px){.hero__hexagon{right:-40%;top:-60%}.hero__title{font-size:6.5rem}.hero__subtitle{font-size:2rem;margin-top:.5rem}}@media(max-width:1080px){.hero{padding:0 2rem}.hero__hexagon{right:-60%;top:-60%}.hero__title{font-size:4.5rem}.hero__subtitle{font-size:1.5rem;margin-top:.3rem}.btn{font-size:1rem}}@media(max-width:900px){.hero__hexagon{right:-90%;top:-60%}.hero__text{width:60%}}@media(max-width:768px){.hero__hexagon{display:none}}@media(max-width:640px){.hero{display:flex;margin-top:5rem;height:500px;text-align:center}}@media(max-width:550px){.hero__content{margin-top:3rem;flex-direction:column;text-align:center;justify-content:center;align-items:center}}.offer-list{z-index:2;margin:1rem auto 10rem}.offer-list__content{display:flex;justify-content:space-around;flex-wrap:wrap}.offer-card{-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);text-align:center;width:25rem;padding-top:2.5rem;background-color:#1e3a8a;height:32rem;margin-top:1rem}.offer-card__icon{background:#fff;border-radius:50%;width:7rem;padding:1rem;margin:0 auto}.offer-card__title{font-size:1.9rem;margin:.8rem 0;color:#fff;display:block;font-weight:300;text-transform:uppercase}.offer-card__content{font-size:1.6rem;font-weight:300;line-height:1.4;padding:.25rem;color:#fff}.offer-card__img{width:4.5rem}.offer-card__wrap{-webkit-filter:drop-shadow(-1px 6px 3px rgba(0,46,83,.5));filter:drop-shadow(-1px 6px 3px rgba(0,46,83,.5))}@media(max-width:1100px){.offer-list__content{justify-content:space-evenly}}.listing{background:#f1f5f9;padding:1rem}.listing__title{color:#1e3a8a;font-size:4rem;font-weight:300;text-align:center;margin:2.5rem 0}.listing__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:6rem;gap:6rem;align-items:center}@media(max-width:700px){.listing__content{display:flex;flex-direction:column;margin:0 auto;justify-content:center;align-items:center}}.listing .btn{display:block;margin:5rem auto}.listing-card{background:#fff;border-radius:1rem;box-shadow:0 10px 6px -6px #777;overflow:hidden;cursor:pointer;width:30rem;height:36rem}.listing-card__img{width:100%;-o-object-fit:cover;object-fit:cover;height:15rem;margin-bottom:2rem}.listing-card__content{text-align:center}.listing-card__title{font-size:2rem;font-weight:400;color:#1e3a8a;margin-bottom:1rem}.listing-card__subtitle{font-size:1.5rem;font-weight:400;color:#475569}.listing-card__stat{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;align-items:center;max-height:100%;color:#475569}.listing-card__amount{font-weight:700;color:#1e3a8a;margin:1.5rem auto}.investment-A{background:#1e3a8a;color:#fff;padding:2rem 0;text-align:center}.investment-A h1{font-weight:300;font-size:4rem}.investment-A p{font-size:large;font-weight:400;line-height:1.5;text-align:justify;margin:1rem 0 2rem}.investment-B{display:flex;justify-content:space-between;align-items:center;margin-top:8rem}@media(max-width:700px){.investment-B{text-align:center}}.investment-B__img{width:50%}.investment-B__content h1{font-weight:300;font-size:4rem;color:#1e3a8a;margin-bottom:3rem}.investment-B__content p{font-size:large;font-weight:400;margin-bottom:3rem;line-height:1.7}@media(max-width:768px){.investment-B{flex-direction:column}}.newsletter{background:#1e3a8a;color:#fff;padding:2rem 0}.newsletter__content{margin:4rem auto}.newsletter__subscribe{display:flex;justify-content:center;align-items:center}.newsletter__title{font-weight:300;font-size:4rem;text-align:center}.newsletter__form{margin:3rem auto;display:inline-flex;position:relative}.about__content{padding:8rem 0;color:#475569}.about__content-1{background:#dbeafe}.about__content-2{background:#fff}.about__content-3{background:#f1f5f9}.about__services{display:flex;justify-content:space-between;align-items:center;position:relative}@media(max-width:550px){.about__services{flex-direction:column}}.about__text{width:50%;font-size:1.8rem;line-height:1.8;font-weight:400}@media(max-width:550px){.about__text{width:100%;margin-top:30rem}}.about__text.no-Gap{margin-top:0}.about__text h4{font-weight:400;font-size:2.5rem;margin-top:5rem}.about__img-group{display:block}.about__img{width:40%;border-radius:25px;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15)}@media(max-width:550px){.about__img{width:100%}}.about__img-1{width:35%;border-radius:25px;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15);position:absolute;top:0;left:0}@media(max-width:550px){.about__img-1{width:70%}}.about__img-2{width:35%;border-radius:25px;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15);position:absolute;top:8rem;left:7rem}@media(max-width:550px){.about__img-2{width:70%}}.about__team-cardList{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap}.about__team h4{color:#1e3a8a;text-align:center;font-weight:400;font-size:2.5rem;margin:5rem 0}.about__team-card{box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15);background:#fff;padding:2rem;width:25rem;height:32rem;border-radius:5px;margin-bottom:5rem}.about__team-card-avatar{width:100%;height:20rem;-o-object-fit:cover;object-fit:cover;-o-object-position:right;object-position:right;border-radius:5px}.about__team-card h6{font-size:1.8rem;color:#1e3a8a;margin:1rem 0;font-weight:400;text-align:center}.about__team-card p{font-size:1.4rem;color:#475569;margin:.5rem 0;font-weight:400;text-align:center}.about__team-card-social{display:flex;justify-content:space-evenly;align-items:center;padding:1rem}.about__team-card-social a{color:#1e3a8a}.invest__form{width:75%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15);background:#fff;margin:0 auto;padding:1rem 7rem}.invest__form h1{color:#1e3a8a;text-align:center;font-weight:400;font-size:2.5rem;margin:3rem 0}.invest__form-group{margin:3rem 0}.invest__form label{color:#1e3a8a}.invest__form-input,.invest__form-textarea{display:block;width:100%;border-radius:5px;border:1px solid #1e3a8a;padding:1rem;margin:.5rem 0;outline:none}.invest__form-textarea{height:10rem}.invest__content h4{font-weight:400;font-size:2.5rem;margin-top:10rem;color:#1e3a8a;text-align:center}.invest__content p{line-height:1.8;text-align:center;font-size:1.8rem;margin-bottom:5rem}.invest__content img{width:100%}.invest__content-how{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.invest__content-how h5{color:#1e3a8a;font-size:1.9rem}.invest__content-how p{font-weight:400}.invest__content-how img{width:25%}.invest__content-how .btn{display:grid;place-items:center}.invest__content-how>div{text-align:center;width:50%;margin-top:3rem}.invest__cards-list{display:flex;justify-content:center;align-items:center;background-color:#f1f5f9;padding:5rem}.invest__card-container{width:30rem;height:50rem;perspective:150rem;cursor:pointer;margin-bottom:5rem}.invest__card-active{width:35rem;height:55rem;margin-left:.3rem;margin-right:.3rem}.invest__card-active .invest__card-front{border:2px solid #1e3a8a}.invest__card{width:100%;height:100%;position:relative;transition:transform .4s ease-in;transform-style:preserve-3d;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15)}.invest__card-back,.invest__card-front{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#475569}.invest__card-front{background-color:#fff}.invest__card-front img{width:100%}.invest__card-front p{margin:0 2rem;text-align:center;line-height:2rem}.invest__card-back{color:#fff;background:linear-gradient(-135deg,#001924,#20a3dd 35%,#00d4ff);transform:rotateY(180deg);padding:0 1.5rem}.invest__card-back li{width:100%;display:flex;justify-content:flex-start;align-items:center}.invest__card-back li i{margin-right:1.5rem;padding:1.3rem}.invest__card-back li span h5{font-size:1.5rem;margin-top:-1rem}.invest__card-container:hover .invest__card{transform:rotateY(180deg)}.invest__card-title{font-size:3rem;color:#1e3a8a;font-weight:700;margin:5rem 0 1rem}.invest__card-amount,.invest__card-title{display:grid;place-items:center;text-transform:uppercase}.invest__card-amount{font-size:6rem;margin:2rem 0;text-align:center;font-weight:300}.invest__card-services{display:grid;place-items:center;margin:2rem 0;font-weight:400}.invest__card-services i{border:2px solid #fff;border-radius:50%;padding:1rem;background:#1e3a8a;color:#fff}.invest__card-services li{margin:2rem 0}.invest__card-recommend{width:100%;opacity:.9;position:absolute;background:#1e3a8a;color:#fff;padding:1rem 2rem;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15);text-transform:uppercase;display:block;margin:1rem 0;text-align:center}.empty{display:block}.properties__container{display:flex;justify-content:space-between;align-items:stretch;min-height:100vh}.properties h3{text-align:center;color:#fff;font-weight:400;margin-bottom:1rem;font-size:2rem;border-bottom:1px solid rgba(30,58,138,.2)}.properties__sidebar{width:30%;padding:5rem;display:flex;justify-content:space-evenly;flex-direction:column}.properties__sidebar h4{color:#1e3a8a;margin-bottom:1rem;font-size:1.7rem;border-bottom:1px solid rgba(30,58,138,.2)}.properties__sidebar-building>div,.properties__sidebar-filter>div,.properties__sidebar-type>div{margin-top:1.5rem}.properties__sidebar label{margin:0 1rem;cursor:pointer}.properties__sidebar input[type=checkbox],.properties__sidebar select{cursor:pointer}.properties__sidebar input[type=number],.properties__sidebar input[type=text],.properties__sidebar select{border-radius:.5rem;padding:.4rem;width:12rem;outline:none;border:.2px solid #ccc}.properties__sidebar input[type=range]{display:inline-block}.properties__sidebar-filter label,.properties__sidebar-sort label{margin-left:0}.properties__main{width:70%;border-left:1px solid #ccc;background:#f1f5f9;padding:8rem 5rem}.properties__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(25rem,1fr));grid-gap:2.5rem}.properties__detail-carousel{width:100%;height:60rem;-o-object-fit:cover;object-fit:cover;margin-top:10rem}.properties__detail-group{display:flex;justify-content:space-around;align-items:center;margin:1.5rem 0 3rem}.properties__detail-wrapper{transform:scale(1);transition:transform .3s ease-in}.properties__detail-animate{border:2px solid #1e3a8a;transform:scale(1.2)}.properties__detail-thumbnail{cursor:pointer;width:150px;height:100px;-o-object-fit:cover;object-fit:cover}.properties__feature{overflow:hidden;width:100%;margin:2rem 0 8rem}.properties__feature-stat{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;align-items:center;max-height:100%;color:#333}.properties__feature h5{color:#1e3a8a;border-bottom:1px solid #1e3a8a;font-size:2rem;font-weight:400;margin:5rem 0 1rem}.properties__feature-list{margin:1rem 0 8rem}.properties__feature-list ul{display:flex;justify-content:space-between;flex-wrap:wrap}.properties__feature-list li:before{content:"✓";display:inline;color:#fff;background:#1e3a8a;border-radius:100px;padding:.5rem 1rem;margin-right:.3rem}.properties__feature-list .newLine li:before{display:block}input[type=range]{-webkit-appearance:none;margin:18px 20px 0 0;width:50%;position:relative}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8.4px;cursor:pointer;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;background:#1e3a8a;border-radius:1.3px;border:.2px solid #010101}input[type=range]::-webkit-slider-thumb{box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;border:1px solid #000;height:36px;width:16px;border-radius:3px;background:#fff;cursor:pointer;-webkit-appearance:none;margin-top:-14px}input[type=range]:focus::-webkit-slider-runnable-track{background:#367ebd}input[type=range]::-moz-range-track{width:100%;height:8.4px;cursor:pointer;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;background:#1e3a8a;border-radius:1.3px;border:.2px solid #010101}input[type=range]::-moz-range-thumb{box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;border:1px solid #000;height:36px;width:16px;border-radius:3px;background:#fff;cursor:pointer}input[type=range]::-ms-track{width:100%;height:8.4px;cursor:pointer;background:transparent;border-color:transparent;border-width:16px 0;color:transparent}input[type=range]::-ms-fill-lower{background:#2a6495}input[type=range]::-ms-fill-lower,input[type=range]::-ms-fill-upper{border:.2px solid #010101;border-radius:2.6px;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d}input[type=range]::-ms-fill-upper{background:#1e3a8a}input[type=range]::-ms-thumb{box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;border:1px solid #000;height:36px;width:16px;border-radius:3px;background:#fff;cursor:pointer}input[type=range]:focus::-ms-fill-lower{background:#1e3a8a}input[type=range]:focus::-ms-fill-upper{background:#367ebd}input[type=range]+span{font-size:2rem}.design h2{margin-top:10rem}.design h2,.design h3{color:#1e3a8a;text-align:center}.design p{line-height:2}.design__feature{overflow:hidden;width:100%;margin:2rem 0 8rem}.design__feature-stat{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;align-items:center;max-height:100%;color:#333}.design__feature h5{color:#1e3a8a;border-bottom:1px solid #1e3a8a;font-size:2rem;font-weight:400;margin:5rem 0 1rem}.design__feature-list{margin:1rem 0 10rem}.design__feature-list ul{display:flex;justify-content:space-between;flex-direction:column;flex-wrap:wrap}.design__feature-list li{margin:1rem 0;display:inline}.design__feature-list li p{display:inline}.design__feature-list li:before{content:"✓";display:inline;color:#fff;background:#1e3a8a;border-radius:100px;padding:.5rem 1rem;margin-right:.3rem}.contact{background:#f1f5f9;min-height:100vh;padding-bottom:5rem}.contact__content{display:flex;justify-content:space-evenly;align-items:center;width:100%;padding-top:5rem;flex-wrap:wrap}.contact__text{width:40%}.contact__text h1{color:#1e3a8a;font-weight:400;font-size:2.5rem;margin:3rem 0}.contact__text p{font-size:1.7rem;color:#475569;font-weight:500;margin:2rem 0}.contact__text a{color:#1e3a8a;margin-right:3rem;font-size:2.5rem}.contact__text-social{display:flex;justify-content:flex-start;align-items:center;padding:1rem 0}@media(max-width:768px){.contact__text-social{justify-content:center}}@media(max-width:768px){.contact__text{text-align:center;width:100%}}.contact__form{width:60%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15);background:#fff;margin:10rem auto;padding:1rem 7rem}.contact__form h1{color:#1e3a8a;text-align:center;font-weight:400;font-size:2.5rem;margin:3rem 0}.contact__form-group{margin:3rem 0}.contact__form label{color:#1e3a8a}.contact__form-input,.contact__form-textarea{display:block;width:100%;border-radius:5px;border:1px solid #1e3a8a;padding:1rem;margin:.5rem 0;outline:none}.contact__form-textarea{height:10rem}.contact__form .btn{width:25%;margin:.5rem auto 4rem;display:flex;justify-content:center}@media(max-width:768px){.contact__form{width:100%;padding:1rem 2rem}}.dashboard{display:flex;justify-content:space-between;width:100%;min-height:90vh;position:relative}.dashboard i{margin:0 .5rem}.dashboard__sidebar{background:#1d4ed8;width:20%;color:#fff;text-align:center;z-index:2;box-shadow:6px 2px 8px -3px rgba(0,0,0,.5)}.dashboard__sidebar-header{background:#1e3a8a;height:10vh;width:100%;padding:0 4rem}.dashboard__sidebar-header h2{padding:2rem 0;font-weight:400}.dashboard__sidebar-content{margin-top:5rem}.dashboard__sidebar-content ul{border-top:1px solid #ccc;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.dashboard__sidebar-content li{border-bottom:1px solid #ccc;font-size:1.7rem;width:100%;padding:3rem;cursor:pointer;transition:all .3s ease-in}.dashboard__sidebar-content li.dashLink,.dashboard__sidebar-content li:hover{background:#1e3a8a}.dashboard-navs{margin:0 0 4rem;display:flex;flex-wrap:wrap;justify-content:flex-start}.dashboard-navs a{margin-right:2rem}.dashboard__main{display:flex;flex-direction:column;width:80%}.dashboard__main-header{height:10vh;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15);background:#e2e8f0;padding:0 4rem;z-index:2;box-shadow:1px 6px 9px -3px rgba(0,0,0,.5);display:flex;justify-content:space-between;align-items:center;font-size:1.8rem;color:#1d4ed8}.dashboard__main-header h5{margin-right:auto}.dashboard__main-header span{margin-left:4rem}.dashboard__main-content{flex:1 1;background:#f1f5f9;padding:5rem}.dashboard__main-chart{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:5rem;width:100%}.dashboard__main-chart div{width:48%}.dashboard__main-chart div,.dashboard__main-table{padding:2rem;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15);background:#fff}.dashboard__main-table{width:100%}.dashboard__main-table button{padding:.5rem 1rem;color:#fff;margin-left:.5rem;outline:none;border:none}.dashboard__main-table td,.dashboard__main-table th{padding:2rem;border-right:1px solid #eee;border-bottom:1px solid #eee}.dashboard__main-table td button,.dashboard__main-table th button{padding:.5rem 1rem;color:#fff;margin-left:.5rem;outline:none;border:none;cursor:pointer;box-shadow:1px 6px 9px -3px rgba(0,0,0,.5)}.dashboard__main-table td .btn-green,.dashboard__main-table th .btn-green{background:#529152}.dashboard__main-table td .btn-blue,.dashboard__main-table th .btn-blue{background:#57d5eb}.dashboard__main-table td .btn-red,.dashboard__main-table th .btn-red{background:#e66259}.dashboard__main-table table{max-width:100%}.dashboard__main-listing{background:#fff;padding:2rem;width:100%;margin:1rem 0;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15)}.dashboard__main-listing .navs{margin:1rem 0;display:flex;flex-wrap:wrap;justify-content:flex-start}.dashboard__main-listing .navs a{margin-right:2rem}.dashboard__main-listing h4{color:#1d4ed8;text-transform:uppercase}.dashboard__main-listing .desc{font-weight:400;font-size:medium;color:#475569;margin:1rem 0}.dashboard__overlay{display:none}.dashboard__menu-toggle{display:none;background:transparent;border:1px solid #bfd0e4;color:#1d4ed8;border-radius:.8rem;width:3.6rem;height:3.6rem;align-items:center;justify-content:center;cursor:pointer}@media screen and (max-width:1100px){.dashboard{display:block}.dashboard__sidebar{position:fixed;top:0;left:0;bottom:0;width:min(32rem,86vw);transform:translateX(-105%);transition:transform .25s ease;overflow-y:auto;box-shadow:0 10px 30px rgba(0,0,0,.35);z-index:30}.dashboard__sidebar-header{height:auto;padding:1.4rem 2rem}.dashboard__sidebar-header h2{padding:0;font-size:2rem}.dashboard__sidebar-content{margin-top:0}.dashboard__sidebar-content ul{border-top:1px solid #ccc;flex-direction:column;align-items:center;overflow-x:hidden}.dashboard__sidebar-content li{width:100%;min-width:0;padding:1.5rem;border-bottom:1px solid #ccc;border-right:none;font-size:1.5rem}.dashboard__overlay{display:none;position:fixed;inset:0;background:rgba(2,6,23,.5);z-index:20}.dashboard__menu-toggle{display:inline-flex;margin-right:1rem;flex-shrink:0}.dashboard.dashboard--menu-open .dashboard__sidebar{transform:translateX(0)}.dashboard.dashboard--menu-open .dashboard__overlay{display:block}.dashboard__main{width:100%}.dashboard__main-header{height:auto;padding:1.4rem 2rem}.dashboard__main-content{padding:2.4rem}}@media screen and (max-width:700px){.dashboard__sidebar-header{padding:1.2rem 1.4rem}.dashboard__sidebar-header h2{font-size:1.7rem}.dashboard__sidebar-content li{min-width:14rem;padding:1.2rem;font-size:1.35rem}.dashboard__main-header{flex-wrap:wrap;grid-gap:.8rem;gap:.8rem;font-size:1.5rem;padding:1.2rem 1.4rem}.dashboard__main-header h5{width:100%;margin-right:0;margin-bottom:.4rem}.dashboard__main-header span{margin-left:0}.dashboard__main-content{padding:1.4rem}.dashboard__main-chart div{width:100%;margin-bottom:1rem}.dashboard__main-table{overflow-x:auto}.dashboard__main-table table{min-width:64rem}}.dashboard__investments,.dashboard_investor-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;align-items:center}.dashboard_investor-item{background:#fff;padding:2rem;width:25rem;margin:1rem 0;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15)}.dashboard_investor-item h4{color:#1d4ed8;text-transform:uppercase}.dashboard_investor-item .desc{font-weight:400;font-size:medium;color:#475569;margin:1rem 0}.dashboard_investor-item .navs{margin:1rem 0;display:flex;flex-wrap:wrap;justify-content:space-between}.dashboard__investItem{background:#fff;padding:4rem 2rem;width:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15)}.dashboard__investItem-meta,.dashboard__investItem h2{text-align:center;color:#1e3a8a}.dashboard__investItem h4{margin:3rem 0 1rem}.dashboard__investItem-docs{margin:1rem 0 5rem;display:flex;flex-wrap:wrap}.dashboard__investItem-docs a{margin-right:.5rem}.dashboard__project{background:#fff;padding:4rem 2rem;width:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 2px 2px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.15),0 8px 8px rgba(0,0,0,.15)}.dashboard__project-meta,.dashboard__project h2{text-align:center;color:#1e3a8a}.dashboard__project h4{margin:3rem 0 1rem}.dashboard__project .dashboard__project-status{color:#1e3a8a}*,:after,:before{padding:0;margin:0;box-sizing:inherit}a{color:#fff;text-decoration:none}ul{list-style:none}html{font-size:62.5%}@media(max-width:425px){html{font-size:45.5%}}@media(max-width:768px){html{font-size:50%}}@media(max-width:1100px){html{font-size:56.5%}}@media(max-width:1366px){html{font-size:62.5%}}body{font-size:1.6rem;box-sizing:border-box;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{overflow-x:hidden}.container{width:100%;margin:0 auto;max-width:80%}@media(max-width:1366px){.container{width:90%}}@media(max-width:600px){.container{width:95%;margin:0 auto}}.container .row{display:flex;height:100%;padding:0 32px}@media(max-width:425px){.container .row{padding:0 16px}}.container .v-center{align-items:center}.container .space-between{justify-content:space-between}.container-fluid{width:100%;height:100%}.container-fluid .row{display:flex;height:100%}.center{text-align:center;margin:0 auto}