.filter__container--dropdown{display:flex;font-size:1.375rem;justify-content:space-around;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:34rem;position:relative}@media (max-width:991px){.filter__container--dropdown{display:block;margin:0 1rem;max-width:100%}}.filter--dropdown{align-items:center;display:flex;flex-direction:column}@media (max-width:991px){.filter--dropdown{align-items:start;border-bottom:1px solid rgba(25,27,33,.2);flex-direction:row;justify-content:space-between;margin:0;padding:0}.filter--dropdown.single{position:relative}.filter--dropdown.single .dropdown__title{left:1rem;margin-bottom:0;position:absolute;top:14px}.filter--dropdown.single .filter--dropdown{align-items:center;position:relative}.filter--dropdown.single .dropdown__toggle{display:flex;justify-content:flex-end}}.dropdown__title{font-weight:500;margin-bottom:.5rem}.dropdown__options{align-items:flex-start;display:flex;flex-direction:column;list-style:none;margin:0;max-height:19.2rem;overflow-y:scroll;padding:0}.dropdown__item{display:flex;flex-direction:column;position:relative;width:100%}.dropdown__item .dropdown__choice:before{border:1px solid #191b21;border-radius:3px;content:"";height:14px;left:17px;position:absolute;top:30px;width:14px}.dropdown__item[aria-selected=true] .dropdown__choice:after{background:#191b21;border-radius:2px;content:"";height:8px;left:20px;position:absolute;top:33px;width:8px}.dropdown__button{align-items:flex-start;background:transparent;border:none;display:flex;font-size:1.125rem;margin:4px;overflow-wrap:break-word;padding:1.3rem .8rem;text-align:left;transition:background .2s;word-break:break-word}@media (max-width:991px){.dropdown__button{padding:1.3rem 1rem}}.dropdown__button span{margin-left:26px}.dropdown__button:hover{background:rgba(25,27,33,.1)}@media (min-width:992px){.dropdown{position:relative}}@media (max-width:991px){.dropdown{width:100%}}.dropdown__toggle{align-items:center;background:transparent;background-color:#fff;border:none;display:flex;font-size:1.375rem;padding:1rem}@media (max-width:991px){.dropdown__toggle{align-items:center;display:grid;grid-template-columns:min-content 1fr min-content;padding:.75rem 1rem;width:100%}}@media (min-width:992px){.dropdown__toggle{border:1px solid transparent;height:67px;position:relative;z-index:3}.dropdown__toggle[aria-expanded=true]{background:#fff;border:1px solid #e3e0db;border-bottom-color:transparent}}.dropdown__toggle:hover .dropdown__label{text-decoration:underline}.dropdown__toggle:hover .dropdown__label svg path{stroke-width:3}@media (max-width:1199px){.dropdown__label{max-width:25.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:767px){.dropdown__label{max-width:14.5rem}}@media (max-width:479px){.dropdown__label{font-size:1.25rem;max-width:8.5rem}}.dropdown__badge{font-size:1rem;opacity:.8}@media (max-width:991px){.dropdown__badge{text-align:left}}.dropdown__caret{margin-left:1.1rem}@media (max-width:991px){.dropdown__caret{grid-column-start:3}}.dropdown__menu{background:#fff;min-width:16rem;position:absolute;transition:opacity .2s;z-index:2}@media (min-width:992px){.dropdown__menu{border:1px solid #e3e0db}}@media (max-width:991px){.dropdown__menu{position:inherit}}.filtered-top__background .dropdown__menu,.filtered-top__background .dropdown__toggle[aria-expanded=true]{background:#fff}.dropdown__search{font-size:1.125rem}.dropdown__search label{align-items:center;display:flex;margin:0;position:relative}.dropdown__search input{background:transparent;border:1px solid transparent;box-shadow:none;margin:4px;outline:none;padding:1.1rem 1.5rem 1.1rem 2.35rem;transition:border .2s;width:100%}@media (max-width:991px){.dropdown__search input{padding-left:2.375rem}}.dropdown__search input:active,.dropdown__search input:focus{border:1px solid #191b21}.dropdown__search svg{height:14px;left:1.1rem;position:absolute;width:14px}.dropdown__search svg path{stroke:rgba(25,27,33,.7)}.dropdown__actions{align-items:center;border-top:none;display:flex;justify-content:center;padding:1.5rem .6875rem}.dropdown__actions button{background:transparent;border:none;font-size:1rem;height:45px;margin:0 .3125rem;outline:none;width:46%}.dropdown__actions button:active,.dropdown__actions button:focus,.dropdown__actions button:hover{text-decoration:underline}.dropdown__actions .dropdown__reset{border:1.6px solid #191b21}.dropdown__actions .dropdown__save{background:#191b21;color:#fff}.dropdown__item:not(:last-child),.dropdown__search{border-bottom:1px solid #e3e0db}.list-item__information{font-size:1rem;font-weight:500;margin-top:1.25rem;width:100%}@media (max-width:767px){.list-item__information{flex-wrap:wrap}}.list-item__information-item{border-right:2px solid #191b21;display:inline;margin-right:.625rem;padding-right:.625rem}.list-item__information-item:last-child{border-right:none}.list-project__container{margin-bottom:5rem;margin-top:5rem;overflow-anchor:none}@media (max-width:991px){.list-project__container{margin-bottom:2rem;margin-top:2rem}}.list-project__container .filter__title{font-size:1.38rem;font-weight:500;margin-bottom:2.5rem;text-align:center}@media (max-width:991px){.list-project__container .filter__container--dropdown{margin-left:auto;margin-right:auto;max-width:870px;padding-left:2rem;padding-right:2rem}}@media (max-width:767px){.list-project__container .filter__container--dropdown{max-width:480px}}.list-project__container h2{font-size:2.5rem;font-weight:500;margin-bottom:3rem;overflow-wrap:break-word;padding-left:1rem;padding-right:1rem;text-align:center;word-break:break-word}@media (max-width:767px){.list-project__container h2{font-size:2rem;margin-bottom:1.5rem}}.project-item__year{font-size:1.375rem;padding-top:1.2rem;vertical-align:top;white-space:nowrap;width:1%}@media (max-width:767px){.project-item__year{display:none;font-size:.875rem}.project-item__year--mobile{display:block}}@media (min-width:768px){.project-item__year--mobile{display:none}}table.project-table{border-collapse:collapse;margin:5rem 0;overflow:hidden;padding-top:0;width:100%}@media (max-width:991px){table.project-table{padding:1rem}}@media (max-width:767px){table.project-table{display:flex;flex-direction:column;margin:2rem 0;padding:0}}.project-table .list-item__information{font-size:1.375rem;font-weight:400;margin-top:1rem}@media (max-width:767px){.project-table .list-item__information{font-size:1.125rem}}.project-table .list-item__information-item{border-right-width:1px}.project-item__content{line-height:1.3}.project-item__title{display:inline;font-size:2rem;line-height:1.2}@media (max-width:991px){.project-item__title{font-size:1.6rem}}@media (max-width:767px){.project-item__title{font-size:1.375rem}}.project-table tbody tr td{padding:2rem}@media (max-width:767px){.project-table tbody tr td{padding:2rem 1rem}.project-table tbody tr{display:flex;flex-direction:column}}.project-table tbody tr,.project-table thead{border-bottom:1px solid #b7afa5}.project-table tr{width:100%}.project-table__head{font-size:1.125rem;font-weight:400;padding:1rem 2rem}@media (max-width:767px){.project-table__head{padding-left:1rem;padding-right:1rem}.project-table__head:last-child{display:none}}