/**handles:block-project-list-styles**/
.block-project-list__header{margin-bottom:6rem}.block-project-list__header p{font-size:var(--fs-18);font-weight:400;line-height:1.25;margin-bottom:1rem;color:#585858}.block-project-list__header h1,.block-project-list__header h2,.block-project-list__header h3,.block-project-list__header h4,.block-project-list__header h5,.block-project-list__header h6{font-size:var(--fs-50);font-weight:900;line-height:1;margin-bottom:1rem;color:#007e32}.block-project-list__header h1,.block-project-list__header h2,.block-project-list__header h3,.block-project-list__header h4,.block-project-list__header h5,.block-project-list__header h6,.block-project-list__header p{width:58%}@media (max-width:1799.98px){.block-project-list__header h1,.block-project-list__header h2,.block-project-list__header h3,.block-project-list__header h4,.block-project-list__header h5,.block-project-list__header h6,.block-project-list__header p{width:66%}}@media (max-width:1549.98px){.block-project-list__header h1,.block-project-list__header h2,.block-project-list__header h3,.block-project-list__header h4,.block-project-list__header h5,.block-project-list__header h6,.block-project-list__header p{width:75%}}@media (max-width:1349.98px){.block-project-list__header h1,.block-project-list__header h2,.block-project-list__header h3,.block-project-list__header h4,.block-project-list__header h5,.block-project-list__header h6,.block-project-list__header p{width:83%}}@media (max-width:991.98px){.block-project-list__header h1,.block-project-list__header h2,.block-project-list__header h3,.block-project-list__header h4,.block-project-list__header h5,.block-project-list__header h6,.block-project-list__header p{width:100%}.block-project-list__header h1 br,.block-project-list__header h2 br,.block-project-list__header h3 br,.block-project-list__header h4 br,.block-project-list__header h5 br,.block-project-list__header h6 br,.block-project-list__header p br{display:none}}.block-project-list__header :last-child{margin-bottom:0!important}.block-project-list__filters{display:flex;position:relative;z-index:2;align-items:flex-end;flex-wrap:wrap;margin-bottom:2rem;padding:1.4rem 1.6rem;background:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.1);border-radius:20px}.block-project-list__filters label{display:block;width:28rem;margin:0 1.5rem 0 0}.block-project-list__filters label .label{display:block;font-size:var(--fs-10);font-weight:400;line-height:1.2;margin-bottom:.3rem;color:#007e32;border-color:#979797}.block-project-list__filters label select{width:100%;font-size:var(--fs-15);padding:.65rem 1.5rem;color:#dedede;border-color:#979797}.block-project-list__filters label.init{color:#585858}.block-project-list__filters .btn-item{margin:0 0 0 auto}.block-project-list__filters .btn-item .btn-filter-clear{margin-right:2rem}@media (max-width:991.98px){.block-project-list__filters .btn-item .btn-filter-clear{display:table;margin:2rem auto}}.block-project-list__filters .btn-item .btn-filter-clear:before{left:0}.block-project-list__filters .btn-item .btn-filter-clear:hover:before{width:100%}@media (max-width:991.98px){.block-project-list__filters{height:auto}.block-project-list__filters label{width:100%;margin:0 0 1rem}.block-project-list__filters .btn-filter,.block-project-list__filters .btn-item{width:100%}}.block-project-list__list{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(2,1fr);grid-auto-rows:32rem}@media (max-width:767.98px){.block-project-list__list{grid-template-columns:repeat(1,1fr)}}.block-project-list__item{display:flex;position:relative;overflow:hidden;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-end;padding:3rem;text-decoration:none;border-radius:20px}@media (min-width:992px){.block-project-list__item:nth-child(10n+7){grid-column:auto/span 1;grid-row:auto/span 2}.block-project-list__item:nth-child(10n+1){grid-column:auto/span 1;grid-row:auto/span 2}}.block-project-list__item:before{width:100%;height:15rem;position:absolute;z-index:1;bottom:0;left:0;content:'';background:#000;background:linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%)}.block-project-list__item .category{font-size:var(--fs-12);font-weight:400;line-height:1.2;position:relative;z-index:1;margin-bottom:.3rem;color:#fff}.block-project-list__item .title{font-size:var(--fs-20);font-weight:900;line-height:1.2;position:relative;z-index:1;color:#fff}.block-project-list__item .background{width:100%;height:100%;position:absolute;z-index:0;top:50%;left:50%;transition:.35s transform;transform:translateX(-50%) translateY(-50%) scale(1);-o-object-fit:cover;object-fit:cover}.block-project-list__item:hover .background{transform:translateX(-50%) translateY(-50%) scale(1.05)}.block-project-list__nav{display:flex;justify-content:center;margin-top:5rem}