.project-brief {
  margin-top: 0;
  position: relative;
  width: 100%
}
.project-brief__wrapper {
  position: relative
}
.project-brief__wrapper::before {
  content: none
}
@media (min-width:992px) {
  .project-brief__wrapper::before {
    /* background-color: #5a7851; */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%
  }
}
@media (min-width:1441px) {
  .project-brief__wrapper::before {
    width: 100%
  }
}
@media (min-width:991px) {
  .project-brief {
    margin-top: 80px
  }
}
@media (min-width:576px) {
  .project-brief__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
  }
}
@media (min-width:576px) and (min-width:1212px) {
  .project-brief__container {
    max-width: 1220px
  }
}
@media (min-width:576px) and (min-width:1441px) {
  .project-brief__container {
    max-width: 1440px
  }
}
@media screen and (min-width:1367px) and (max-width:1440px) {
  .project-brief__container {
    margin-right: 0;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 0;
    max-width: -webkit-calc(100vw - 7.6%);
    max-width: -moz-calc(100vw - 7.6%);
    max-width: calc(100vw - 7.6%)
  }
}
@media screen and (min-width:1025px) and (max-width:1366px) {
  .project-brief__container {
    margin-right: 0;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 0;
    max-width: -webkit-calc(100vw - 3.05%);
    max-width: -moz-calc(100vw - 3.05%);
    max-width: calc(100vw - 3.05%)
  }
}
@media (min-width:1441px) {
  .project-brief__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
  }
}
@media (min-width:1441px) and (min-width:1212px) {
  .project-brief__container {
    max-width: 1220px
  }
}
@media (min-width:1441px) and (min-width:1441px) {
  .project-brief__container {
    max-width: 1440px
  }
}
.project-brief__header {
  padding: 0;
  margin: 0;
  display: block
}
@media (min-width:576px) {
  .project-brief__header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
  }
}
@media (min-width:576px) and (min-width:1212px) {
  .project-brief__header {
    max-width: 1220px
  }
}
@media (min-width:576px) and (min-width:1441px) {
  .project-brief__header {
    max-width: 1440px
  }
}
.project-brief__headline {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: left
}
@media (min-width:576px) {
  .project-brief__headline {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 69px;
    display: block;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 2px;
  }
}
.project-brief__button {
  width: 80%;
  font-family: Lato;
  font-size: 16px;
  padding: 9px 24px;
  display: none;
  margin: 8px 0;
  white-space: nowrap
}
@media (min-width:576px) {
  .project-brief__button {
    width: inherit;
    font-size: 18px;
    margin: 0
  }
}
.project-brief__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%
}
@media (min-width:992px) {
  .project-brief__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.project-brief__visual-outer {
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
@media (min-width:992px) {
  .project-brief__visual-outer {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 60%
  }
}
.project-brief__visual-slider {
  background-color: #fdfeff;
  position: relative;
  width: 100%
}
@media (min-width:992px) {
  .project-brief__visual-slider {
    top: -40px
  }
}
.project-brief__visual-slider--progress {
  display: none
}
@media (min-width:768px) {
  .project-brief__visual-slider--progress {
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 25%;
    width: 35%
  }
}
@media (min-width:1441px) {
  .project-brief__visual-slider--progress {
    width: 50%
  }
}
.project-brief__visual-slider--fill {
  display: none
}
@media (min-width:992px) {
  .project-brief__visual-slider--fill {
    background-color: #f9994c;
    display: block;
    height: 2px;
    max-width: 100%;
    width: 0
  }
}
.project-brief__visual-slider__count {
  color: #fdfeff;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  bottom: -16%;
  right: 5%;
  z-index: 2
}
@media (min-width:576px) {
  .project-brief__visual-slider__count {
    bottom: -9%
  }
}
@media (min-width:768px) {
  .project-brief__visual-slider__count {
    bottom: -8%
  }
}
@media (min-width:992px) {
  .project-brief__visual-slider__count {
    right: 21%
  }
}
@media (min-width:1441px) {
  .project-brief__visual-slider__count {
    right: 8%
  }
}
.project-brief__visual-slider__count span {
  font-family: BioRhyme;
  font-size: 72px;
  line-height: 90px
}
.project-brief__slider-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -35px;
  left: 24px
}
.project-brief__slider-nav {
  background-color: #fdfeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #26282b;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px!important;
  width: 64px;
  z-index: 2
}
.project-brief__slider-nav.disabled {
  border-color: #9ea4aa;
  color: #9ea4aa;
  cursor: not-allowed
}
.project-brief__slider-nav [class^=icon] {
  margin-top: 0
}
.project-brief__slider-nav [class^=icon]::before {
  font-size: 24px
}
.project-brief__slider-nav.prev {
  margin-right: 12px
}
.project-brief__content-outer {
  background-color: #5a7851;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
@media (min-width:992px) {
  .project-brief__content-outer {
    background-color: inherit;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 2%;
    padding-top: 84px;
    padding-bottom: 120px;
    width: 38%
  }
}
@media (min-width:1441px) {
  .project-brief__content-outer {
    padding-bottom: 170px
  }
}
.project-brief__content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px
}
@media (min-width:992px) {
  .project-brief__content-inner {
    padding-left: 0;
    padding-right: 0
  }
}
.project-brief__title {
  color: #fdfeff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 16px
}
.project-brief__subtitle {
  color: #fdfeff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px
}
.project-brief__brief {
  color: #fdfeff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px
}
.project-brief__users {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px
}
.project-brief__users .user:not(:last-child) {
  margin-right: 24px
}
.project-brief__users .user__designation,
.project-brief__users .user__name {
  color: #fdfeff
}
.project-brief__cta a {
  border-color: transparent!important;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:576px) {
  .project-brief__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
@media (min-width:576px) {
  .page-search .project-brief__headline {
    font-size: 48px;
    line-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.page-search .project-brief__header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.page-search .project-brief__button {
  display: inline-block;
  margin-top: 15px
}
.page-search .project-brief__users .user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.page-search .project-brief__users .user .user__pic {
  margin-right: 15px
}
/*# sourceMappingURL=maps/project-briefs.css.map */

.project-brief__visual-inner{
height: 570px;
}
.project-brief__visual-inner img{
  height: 100%;
  object-fit: cover;
  }
  @media (max-width:991px) {
    .project-brief__visual-inner{
      height: 430px;
      } 
      .project-brief__visual-inner img{
        height: 100%;
        object-fit: cover;
        }
  }
  