@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.vcard {
  z-index: 5;
  position: relative;
  background: #FFFFFF;
  padding: 30px 1em;
  margin: 0 auto;
}
.vcard .hide-mobile {
  display: none;
}
.vcard .hide-desktop {
  display: block;
}
.vcard__breadcrumb {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: inline-block;
  height: 2.07692308em;
  padding: 0 0.76923077em;
  line-height: 2.35em;
  color: #FFFFFF;
  background-color: rgba(42, 42, 42, 0.8);
  float: left;
}
.vcard__breadcrumb a {
  color: #FFFFFF;
  line-height: 1;
  vertical-align: middle;
}
.vcard__subtitle {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 50px;
}
.vcard__image img {
  margin: 0 auto;
}
.vcard__image--teaser {
  margin: 0 -15px 30px;
}
.vcard--lp.vcard {
  padding-top: 2.54em;
  padding-bottom: 2.54em;
}
.vcard__sdg-wrap {
  position: relative;
}
.vcard__sdg {
  position: absolute;
  right: 0;
  top: -28px;
  cursor: pointer;
}
@media (min-width: 640px) {
  .vcard {
    margin-top: 0;
  }
  .vcard__subtitle {
    margin-bottom: 30px;
  }
  .vcard__image--teaser {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 940px) {
  .vcard {
    padding: 30px;
  }
  .vcard .hide-mobile {
    display: block;
  }
  .vcard .hide-desktop {
    display: none;
  }
}
.pinboard-entry .filter-content,
.pinboard-entry .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  padding-bottom: 0.5rem;
  border: 2px solid #304b50;
  border-radius: 6px;
  will-change: transform, opacity;
}
.pinboard-entry .filter-content.in,
.pinboard-entry .dropdown-menu.in {
  display: block;
}
.pinboard-entry .filter-content .value,
.pinboard-entry .dropdown-menu .value {
  display: block;
  padding: 0.5rem 30px;
  color: #304b50;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pinboard-entry .filter-content .value .caption,
.pinboard-entry .dropdown-menu .value .caption {
  line-height: 1;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
.pinboard-entry .filter-content .value:hover,
.pinboard-entry .dropdown-menu .value:hover,
.pinboard-entry .filter-content .value:active,
.pinboard-entry .dropdown-menu .value:active,
.pinboard-entry .filter-content .value:focus,
.pinboard-entry .dropdown-menu .value:focus {
  background: #F5F5F5;
  color: #304b50;
  text-decoration: none;
}
.pinboard-entry .filter-content .value.current,
.pinboard-entry .dropdown-menu .value.current {
  color: #238C87;
}
.pinboard-entry .filter-content.filter-content-loop,
.pinboard-entry .dropdown-menu.filter-content-loop {
  width: 600px;
}
.pinboard-entry .filter-content.filter-content-loop .col,
.pinboard-entry .dropdown-menu.filter-content-loop .col {
  float: left;
  width: 33.333333%;
  padding-right: 7.5px;
}
.pinboard-entry .filter-content.filter-content-loop .col:first-child,
.pinboard-entry .dropdown-menu.filter-content-loop .col:first-child {
  padding-left: 7.5px;
}
.pinboard-entry .filter-content.filter-content-loop .col .value,
.pinboard-entry .dropdown-menu.filter-content-loop .col .value {
  padding-left: 22.5px;
  padding-right: 7.5px;
}
.pinboard-entry .filter-content .headline,
.pinboard-entry .dropdown-menu .headline {
  display: block;
  padding: 0.5rem 30px;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
  color: #304b50;
}
.pinboard-entry .filter-content .headline[data-toggle=collapse],
.pinboard-entry .dropdown-menu .headline[data-toggle=collapse] {
  cursor: pointer;
}
.pinboard-entry .filter-content .results-filter .search__input,
.pinboard-entry .dropdown-menu .results-filter .search__input {
  padding: 0.5rem 22.5px 7.5px;
  height: 2.5rem;
  margin-top: -1px;
}
.expander-btn {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: normal;
  padding: 0.66666667em 0;
}
.expander-btn,
.expander-btn:focus,
.expander-btn:hover {
  color: #5dd382;
  text-decoration: none;
}
.expander-btn.is-active .expander-btn__icon {
  transform: scale(1, -1);
}
.expander-btn.is-active .expander-btn__caption--active {
  display: none;
}
.expander-btn.is-active .expander-btn__caption--inactive {
  display: inline;
}
.expander-btn__caption--inactive {
  display: none;
}
.expander-btn__icon {
  transition: transform 0.3s ease-in-out;
  position: relative;
  top: 0;
  margin-left: 2px;
}
.campaign-circle {
  display: inline-block;
  border-radius: 50%;
  background-color: #5dd382;
  overflow: hidden;
  position: relative;
}
.campaign-circle:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
}
.campaign-circle--s {
  width: 40px;
  height: 40px;
}
.campaign-circle--xl {
  width: 165px;
  height: 165px;
}
.sharer {
  display: flex;
  flex-direction: column;
}
.sharer__item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sharer__item + .sharer__item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #c1c1c1;
}
.sharer__item:hover {
  text-decoration: none;
}
.sharer__title {
  margin-left: 10px;
  font-size: 18px;
  line-height: normal;
}
.sharer__icon {
  margin-left: auto;
}
.icon-btn {
  display: inline-flex;
  padding: 10px;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  transition: background 0.2s linear;
}
.icon-btn + .icon-btn {
  margin-left: 10px;
}
.icon-btn:hover,
.icon-btn:focus,
.icon-btn:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.icon-btn--borderless {
  border: 1px solid transparent;
}
.icon-btn--vspaced.icon-btn--vspaced {
  margin: 0 5px 10px;
}
.icon-btn__icon {
  display: block;
  top: 0;
}
.btns-block .btn {
  width: 100%;
}
.btns-block > *:not(:last-child) {
  margin-bottom: 10px;
}
.btns-block__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.btns-block__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.btns-block__btn {
  width: 100%;
  display: block;
}
@media (min-width: 940px) {
  .btns-block--desktop-inline {
    display: flex;
  }
  .btns-block--desktop-inline .btns-block__big1 {
    width: 50%;
  }
  .btns-block--desktop-inline .btns-block__row {
    margin: 0;
  }
  .btns-block--desktop-inline .btns-block__col {
    width: auto;
    flex: auto;
    max-width: none;
  }
}
.stats {
  display: flex;
  flex-wrap: nowrap;
  margin: -15px;
}
.stats--centered {
  justify-content: center;
}
.stats__item {
  display: flex;
  padding: 15px;
}
.stats--thirds-left .stats__item:not(:only-child) {
  flex-basis: auto;
  max-width: 50%;
}
.stats__item--right {
  flex-grow: 1;
  justify-content: flex-end;
  text-align: right;
}
.stats__icon {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  fill: #e4e4e4;
  color: #e4e4e4;
}
.stats__value,
.stats__caption {
  display: block;
}
.stats__value {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
.stats__caption {
  margin-top: 0.2em;
  margin-bottom: -0.2em;
  line-height: 1.1;
}
@media (min-width: 940px) {
  .stats--centered .stats__item {
    margin-left: 30px;
    margin-right: 30px;
  }
  .stats--thirds-left .stats__item:first-child {
    flex-basis: 37.5%;
  }
}
@media (max-width: 767px) {
  .stats {
    margin-left: -3px;
    margin-right: -3px;
  }
  .stats__item {
    padding-left: 3px;
    padding-right: 3px;
    flex-basis: 33.3333%;
  }
  .stats:not(.stats--thirds-left) .stats__item {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .stats__item > div {
    max-width: 100%;
  }
  .stats__item--supporter {
    padding-left: 20px;
  }
  .stats__icon {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .stats__value {
    font-size: 22px;
  }
  .stats__caption {
    font-size: 13px;
  }
}
.starter-quote {
  text-align: center;
  margin: 80px auto;
  max-width: 450px;
}
.starter-quote__logo {
  height: 100px;
}
.starter-quote__quote {
  margin: 0 0 120px;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.starter-quote__quote:before {
  content: "\201e";
}
.starter-quote__quote:after {
  content: "\201c";
}
.starter-quote__avatar {
  display: inline-block;
  margin-bottom: 15px;
}
.starter-quote__small {
  display: block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .starter-quote {
    margin-bottom: 10px;
    padding-bottom: 40px;
  }
}
.text-link {
  color: #5dd382;
  overflow-wrap: break-word;
  transition: color 0.2s ease-out;
  font-weight: 600;
  letter-spacing: normal;
}
.text-link:focus,
.text-link:hover {
  color: #2b9f4f;
  text-decoration: none;
}
.text-link.text-link {
  font-weight: 600;
}
.text-link__icon {
  top: -1px;
  transition: all 0.3s ease-in-out;
}
.text-link:hover .text-link__icon,
.text-link:focus .text-link__icon {
  fill: #2b9f4f;
}
.text-link__icon--spaced {
  margin-left: 3px;
}
.text-link--large {
  font-size: 18px;
}
.text-link--white,
.text-link--white:hover {
  color: #FFFFFF;
}
.text-link--white:hover {
  text-decoration: underline;
}
.text-link--white:hover .text-link__icon,
.text-link--white:focus .text-link__icon {
  fill: #FFFFFF;
}
.slider-btn {
  border-radius: 0;
  border: 1px solid #e4e4e4;
  padding: 8px 12px;
  background: transparent;
  height: 44px;
}
.slider-btn:hover,
.slider-btn:focus {
  outline: none;
}
.partner {
  background-color: #FFFFFF;
  position: relative;
}
.partner:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
}
.partner:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
}
.partner__logo {
  padding: 35px;
  height: 250px;
}
.partner__logo > a {
  height: 100%;
}
.partner__logo.partner__logo img {
  width: auto;
}
.partner__text {
  padding: 25px;
}
.partner__title {
  margin: 0;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #304b50;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 1.33333333;
  margin-top: 0;
}
.partner__title small,
.partner__title .small {
  font-weight: normal;
  line-height: 1;
  color: #a1a1a1;
}
strong.partner__title {
  display: block;
}
.partner__title small,
.partner__title .small {
  font-size: 75%;
}
.partner--flat:after {
  content: none;
}
@media (min-width: 940px) {
  .partner {
    display: flex;
    flex: none;
    margin-bottom: 30px;
    margin-right: 10px;
  }
  .partner__logo {
    flex: none;
    width: 340px;
    height: 340px;
    max-height: none;
  }
  .partner__text {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .partner__title {
    margin: 0;
    font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.25;
    color: #304b50;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.22222222;
    letter-spacing: normal;
  }
  .partner__title small,
  .partner__title .small {
    font-weight: normal;
    line-height: 1;
    color: #a1a1a1;
  }
  strong.partner__title {
    display: block;
  }
  .partner__title small,
  .partner__title .small {
    font-size: 65%;
  }
}
.mobile-scroller--mini {
  margin-left: -7.5px;
}
.mobile-scroller--mini .mobile-scroller__item {
  padding-left: 7.5px;
  padding-right: 7.5px;
  box-sizing: content-box;
}
.mobile-scroller.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  z-index: 4;
  background-color: #FFFFFF;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
.mobile-scroller.is-sticky.is-visible {
  transform: translateY(0);
}
.mobile-scroller.is-sticky + * {
  padding-top: 49px;
}
@media (min-width: 640px) and (max-width: 939px) {
  .mobile-scroller--first-double[data-items="3"] .mobile-scroller__item {
    width: 295px;
  }
}
@media (min-width: 940px) {
  [data-items="3"]:not(.swiper-container-initialized) .mobile-scroller__item {
    width: calc(33% - 17px);
  }
  .mobile-scroller--first-double[data-items="3"] .mobile-scroller__item:first-child {
    width: calc(67% - 13px) !important;
  }
  .mobile-scroller__dots {
    margin-top: 0;
  }
}
@media (max-width: 939px) {
  .mobile-scroller {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mobile-scroller::-webkit-scrollbar {
    display: none;
  }
  .mobile-scroller.mobile-scroller {
    width: auto;
  }
  .mobile-scroller .swiper-wrapper {
    width: auto;
  }
  .mobile-scroller__item {
    max-width: 42.5vw;
    width: 320px;
    height: auto;
    flex: none;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: content-box;
  }
  .mobile-scroller--mini {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .mobile-scroller--mini .mobile-scroller__item {
    width: 160px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    max-width: calc(50vw -  30px);
  }
  .mobile-scroller--mini .mobile-scroller__item:first-child:nth-last-child(2),
  .mobile-scroller--mini .mobile-scroller__item:first-child:nth-last-child(2) ~ .mobile-scroller__item {
    max-width: calc(50% - (30px / 2));
  }
  .mobile-scroller--sdg {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-scroller--sdg .mobile-scroller__item {
    margin-right: 5px;
  }
  .mobile-scroller--sdg .mobile-scroller__item.mobile-scroller__item {
    padding: 0;
  }
  .mobile-scroller--sdg .mobile-scroller__item:first-child {
    margin-left: 10px;
  }
  .mobile-scroller--sdg .mobile-scroller__item:last-child {
    margin-right: 10px;
  }
}
@media (max-width: 639px) {
  .mobile-scroller__item {
    max-width: 85vw;
  }
  .mobile-scroller__item:not(:last-child) {
    padding-right: 5px;
  }
  .mobile-scroller__item:only-child {
    max-width: calc(100% -  30px);
  }
  .mobile-scroller--fullwidth {
    padding: 0 15px;
  }
}
.square-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.square-logo:before {
  content: ' ';
  float: left;
  padding-top: 100%;
}
.square-logo__img {
  max-width: 100%;
  max-height: 100%;
}
.more-circle {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.author {
  font-size: 15px;
  display: flex;
  align-items: center;
}
.author a {
  color: inherit !important;
}
.author a:hover {
  text-decoration: none;
}
.author__info,
.author__image {
  display: inline-block;
  vertical-align: middle;
}
.author__info {
  text-align: left;
  color: #6d8083;
}
.author__info__name {
  color: #304b50;
  font-weight: 600;
  display: block;
}
.author__image {
  font-size: 15px;
  margin-right: 0.66666667em;
  background: #F5F5F5;
  width: 50px;
  height: 50px;
}
@media (min-width: 640px) {
  .author__image {
    width: 60px;
    height: 60px;
  }
}
.author__image[src=""] {
  content: "";
}
.author__image--sm {
  width: 40px;
  height: 40px;
}
.author__image--xs {
  width: 30px;
  height: 30px;
}
@media (max-width: 639px) {
  .author__image--xs {
    margin-right: 0.33333333em;
  }
}
.campaign-box {
  background-color: #FFFFFF;
  padding: 30px 20px;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 3px;
  overflow: hidden;
}
.campaign-box__title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 13px;
  height: 78px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign-box__title > a {
  max-width: 270px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.campaign-box__claim {
  line-height: 1.3;
}
.campaign-box__stat {
  justify-content: center;
  flex-direction: column;
  height: 50px;
}
.campaign-box__stat.campaign-box__stat {
  margin: 24px 0;
}
.campaign-box__link {
  display: block;
  color: #5dd382;
  overflow-wrap: break-word;
  transition: color 0.2s ease-out;
  font-weight: 600;
  letter-spacing: normal;
}
.campaign-box__link:focus,
.campaign-box__link:hover {
  color: #2b9f4f;
  text-decoration: none;
}
.campaign-box__link:focus,
.campaign-box__link:hover {
  color: #2b9f4f;
  text-decoration: none;
}
.campaign-box__link.campaign-box__link {
  font-weight: 600;
}
.campaign-box__link:hover,
.campaign-box__link:focus {
  filter: brightness(0.8);
}
.campaign-box--listed,
.campaign-box--withprojects {
  margin-top: 0;
  margin-bottom: 30px;
}
.campaign-box--withprojects .campaign-box__circle {
  height: 154px;
  width: 154px;
}
@media (min-width: 940px) {
  .campaign-box--withprojects {
    height: 472px;
  }
}
.campaign-box--horizontal {
  margin-bottom: 10px;
}
.campaign-box--bordered {
  position: relative;
}
.campaign-box--bordered:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  mix-blend-mode: darken;
}
@media (min-width: 768px) {
  .campaign-box--horizontal {
    display: flex;
    align-items: center;
    padding: 50px 25px;
    position: relative;
    height: auto;
  }
  .campaign-box--horizontal .campaign-box__col {
    width: 33.33333333%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .campaign-box--horizontal .campaign-box__status {
    position: absolute;
    left: 30px;
    top: 30px;
  }
  .campaign-box--horizontal .campaign-box__title {
    height: auto;
    font-size: 28px;
  }
  .campaign-box--horizontal .campaign-box__claim {
    font-size: 18px;
  }
  .campaign-box--horizontal .campaign-box__circle {
    width: 240px;
    height: 240px;
    display: block;
    margin-bottom: 0;
  }
}
.js-campaign-slider .campaign-box {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .js-campaign-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .js-campaign-slider .swiper-pagination-bullets {
    background-color: #FFFFFF;
    margin-top: -1px;
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .campaign-box--withprojects {
    height: 510px;
  }
}
.fade-latest {
  height: 110px;
  position: relative;
}
.fade-latest__item {
  transition: all 0.6s ease-in-out;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translateY(275%);
}
.fade-latest__item:nth-child(2) {
  transform: translateY(412.5%);
}
.fade-latest__item--gone.fade-latest__item--gone.fade-latest__item--gone {
  transform: translateY(-137.5%);
}
.fade-latest__item--active {
  opacity: 1;
  pointer-events: all;
}
.fade-latest__item--active.fade-latest__item--active {
  transform: translateY(0);
}
.fade-latest__item--active + .fade-latest__item--active {
  transform: translateY(137.5%);
}
@media (min-width: 768px) {
  .fade-latest {
    height: 55px;
  }
  .fade-latest__item.fade-latest__item {
    transform: translateY(137.5%);
  }
  .fade-latest__item:nth-child(even) {
    left: 50%;
  }
  .fade-latest__item--active.fade-latest__item--active {
    transform: translateY(0);
  }
}
.team {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
.team__img {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  width: 40px;
  overflow: hidden;
  vertical-align: top;
}
.team__name {
  display: block;
  width: 100%;
  margin-top: 10px;
  line-height: normal;
}
.reward-box {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.5;
}
.reward-box:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  mix-blend-mode: darken;
}
.reward-box__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.reward-box__layer--img {
  background: linear-gradient(0deg, #304b50, #FFFFFF);
  opacity: 0.5;
  z-index: 1;
  height: 50%;
}
.reward-box__img-wrap {
  aspect-ratio: 1;
  position: relative;
}
.reward-box__img-wrap:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
}
.reward-box__img-wrap:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
}
.reward-box__img-wrap:after {
  border-left: none;
  border-top: none;
  border-right: none;
}
.reward-box__img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.reward-box__img--fallback {
  opacity: 0.25;
}
.reward-box__content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  padding: 15px;
  border-top: none;
  font-size: 15px;
  aspect-ratio: 1;
}
.reward-box__content > :last-child {
  width: 100%;
  text-align: right;
  bottom: 15px;
  line-height: 1;
  align-self: end;
  z-index: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
.reward-box__content-hr {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  height: 24px;
}
.reward-box__price {
  position: relative;
  top: 2px;
  line-height: 1;
}
.reward-box__status {
  top: 0;
  margin-left: auto;
}
.reward-box__status--soldout {
  top: calc(50% - 39px);
  left: calc(100% - 15px);
  transform: translate(-100%);
  background-color: #FFFFFF;
}
.reward-box__titles {
  height: 80px;
}
.reward-box__reward-title {
  margin-top: 0;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.reward-box__project-title {
  font-weight: 600;
  color: #5dd382;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.reward-box__project-title a {
  color: #5dd382;
}
.reward-box__text--bold {
  font-weight: 600;
}
.skeleton-loader {
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.skeleton-loader.shine:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.05), transparent);
  animation: shine 1.5s infinite;
}
@keyframes shine {
  to {
    transform: translateX(100%);
  }
}
.skeleton-loader--dark {
  background: #303040;
}
.skeleton-loader--dark.shine:before {
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.skeleton-loader--blurred {
  background: #FFFFFF;
  filter: grayscale(1);
  pointer-events: none;
}
.skeleton-loader--blurred > * {
  filter: blur(8px);
}
.footer-tabs {
  font-size: 15px;
}
.footer-tabs__email {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.footer-tabs__btns {
  display: flex;
  margin-bottom: 30px;
}
.footer-tabs__btn--right.footer-tabs__btn--right.footer-tabs__btn--right {
  margin-left: auto;
}
.footer-tabs__btn {
  position: relative;
}
.footer-tabs__btn:hover {
  text-decoration: none;
}
.footer-tabs__btn + .footer-tabs__btn {
  margin-left: 10px;
}
.footer-tabs__btn:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1.5px;
  background-color: #304b50;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
.footer-tabs__btn.is-active:after {
  transform: scaleX(1);
}
@media (min-width: 768px) {
  .footer-tabs__btn + .footer-tabs__btn {
    margin-left: 15px;
  }
}
.donation-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 10px 15px 15px;
  overflow: hidden;
  height: calc(100% - 30px);
  position: relative;
}
.donation-box:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
}
.donation-box:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
}
.donation-box,
.donation-box:before,
.donation-box:after {
  border-radius: 4px;
}
.donation-box__title {
  margin-top: 15px;
}
.donation-box__bottom {
  margin-top: auto;
}
.donation-box__average {
  font-weight: 600;
  margin-bottom: 5px;
}
.donation-box__input {
  margin-bottom: 8px;
}
.donation-box__count {
  line-height: 1.2;
  padding-top: 5px;
  max-width: 12em;
  height: 41px;
}
@media (min-width: 380px) and (max-width: 639px) {
  .donation-box {
    height: calc(100% - 15px);
  }
}
.money-input {
  border: 1px solid #c1c1c1;
  display: flex;
  align-content: stretch;
}
.money-input__input {
  border: none;
  height: 40px;
  flex: 1 0 auto;
  min-width: 0;
  width: 1%;
  padding: 10px;
  color: #304b50;
  font-weight: 600;
}
.money-input__currency {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.section-bg {
  padding: 45px 0 50px;
  background-color: #f7f7f7;
}
.section-bg--white {
  background-color: #FFFFFF;
}
.section-bg--pullup {
  margin-bottom: -2.66666667em;
}
.well {
  padding: 30px;
  background-color: #f1f1f1;
  font-size: 15px;
}
.well .richtext ul {
  margin-left: -1.75em;
}
.well__icon {
  top: -1px;
  margin-right: 0.25em;
}
@media (max-width: 767px) {
  .well {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
/* General */
.page-sections .container {
  margin: 0 auto;
  position: relative;
}
.borvo ~ .pageContentWrap.pageContentWrap {
  background: #FFFFFF;
}
.pageContentWrap {
  padding-bottom: 2.66666667em;
}
.border-darken,
.project-header .vcard {
  position: relative;
}
.border-darken:after,
.project-header .vcard:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
}
.project-header .vcard:after {
  border-top: none;
}
.project-header .vcard:first-child:not(:last-child):after {
  border-bottom: none;
}
/* New color Buttons */
.borvo__buttons a {
  display: inline-block;
  width: auto;
  margin: 0;
}
.btn--success {
  background-color: #238C87;
  border-color: #238C87;
}
.btn--success:hover,
.btn--success:focus,
.btn--success:active {
  background-color: #1c6f6b;
  border-color: #1c6f6b;
}
.btn--gray {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn--gray:hover,
.btn--gray:focus,
.btn--gray:active {
  background-color: #afafaf;
  border-color: #afafaf;
}
@media (max-width: 379px) {
  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 380px) and (max-width: 639px) {
  .col-xxs-12.col-6:nth-child(odd) {
    padding-right: 7.5px;
  }
  .col-xxs-12.col-6:nth-child(even) {
    padding-left: 7.5px;
  }
  .col-xxs-12.col-6 .col-item {
    margin-bottom: 15px;
  }
}
/* Visibility Helper */
@media (max-width: 480px) {
  .hide-xs {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .hide-desktop {
    display: block;
  }
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .hide-desktop {
    display: none;
  }
  .hide-mobile {
    display: block;
  }
  .main-section .image-gallery {
    display: block;
  }
}
.btn-small {
  padding: 5px 10px;
  font-size: 0.8125rem;
  line-height: 1.2;
  border-radius: 0;
  border-radius: 4px;
}
.main-section .h2 {
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-section .h2 {
    font-size: 22px;
  }
}
.main-section .container {
  margin: 0 auto;
  position: relative;
}
.main-section .image-gallery {
  margin-bottom: 15px;
}
.main-section .image-gallery .image {
  width: 25%;
  padding: 0 15px;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 940px) {
  .main-section .image-gallery .image {
    width: 16.66666667%;
  }
  .main-section .image-gallery .image .js-expand-gallery {
    display: none;
  }
}
.main-section .image-gallery .image > a {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 80px;
}
.main-section .image-gallery .image > a.video-thumbnail {
  background-size: 120%;
}
.main-section .image-gallery .image > a.video-thumbnail .icon {
  opacity: 0.75;
}
.main-section .image-gallery .image > a.is-active {
  pointer-events: none;
}
.main-section .image-gallery .overlay.js-expand-gallery {
  display: none;
}
@media (min-width: 640px) and (max-width: 939px) {
  .main-section .image-gallery:not(.expanded) .image:nth-child(n+5) {
    display: none;
  }
  .main-section .image-gallery:not(.expanded) .over-4 .js-expand-gallery {
    display: block;
  }
}
@media (min-width: 940px) {
  .main-section .image-gallery .image {
    width: 16.66666667%;
  }
  .main-section .image-gallery:not(.expanded) .image:nth-child(n+7) {
    display: none;
  }
  .main-section .image-gallery:not(.expanded) .over-6 .js-expand-gallery {
    display: block;
  }
}
.video-section .has-video .overlay,
.image-gallery .image .overlay {
  display: block;
  padding: 0 0 0 100%;
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  cursor: pointer;
  transition: background ease-in-out 0.5s;
}
.video-section .has-video .overlay:hover,
.image-gallery .image .overlay:hover {
  background: rgba(0, 0, 0, 0.15);
}
.video-section {
  margin: 0 -30px 30px;
}
.video-section .description {
  padding-top: 1em;
}
.video-section .overlay {
  display: none;
}
.video-section .has-video.video-active .overlay {
  opacity: 0;
}
.video-section .has-video.video-active .overlay:hover {
  opacity: 0;
  cursor: default;
}
.video-section.img-loading .has-video .overlay {
  opacity: 0.5;
}
.video-section.img-loading .has-video .overlay .icon {
  display: none;
  opacity: 0;
}
.video-section.img-loading .has-video .overlay .loading-spinner {
  display: block;
}
.video-thumbnail .icon,
.image-gallery .image .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 32px;
  line-height: 1;
}
.video-thumbnail .icon {
  width: 32px;
  height: 32px;
}
.main-section-bg {
  padding: 0 30px 30px;
}
.main-section-bg--fullwidth {
  padding-left: 0;
  padding-right: 0;
}
.facts-section .caption,
.facts-section .time {
  display: block;
  color: #6d8083;
}
.facts-section .value,
.facts-section .description {
  color: #304b50;
  margin: 0;
  font-size: 18px;
  line-height: 1.22222222;
}
.facts-section .description {
  display: block;
  margin-top: 1em;
}
.facts-section .fact.fact.fact {
  margin-bottom: 22.5px;
}
.facts-section .fact.fact.fact.fact-description {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.facts-section .fact.fact.fact.fact-fullwidth {
  width: 100%;
}
.facts-section .fact .social-icons a {
  margin-top: 3px;
  font-size: 18px;
  display: inline-block;
  padding: 0 4px;
}
.facts-section .fact .social-icons a:hover {
  text-decoration: none;
  color: #000000;
}
.facts-section .fact .social-icons a .caption {
  display: inline-block;
  color: inherit;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.facts-section .fact .social-icons a svg {
  top: -2px;
}
.facts-section .article-funding-period .value::after {
  display: block;
  clear: both;
  content: "";
}
.facts-section .article-funding-period .value .date {
  display: block;
  float: left;
}
.facts-section .article-funding-period .value .date .time {
  font-size: 13px;
  line-height: 1.1;
}
.facts-section .article-funding-period .value .upto {
  display: block;
  float: left;
  padding: 0 0.33333333em;
}
.facts-section .article-categories {
  clear: left;
}
.facts-section.facts-section--sidebar {
  border-left: 1px solid #f1f1f1;
  margin-left: -15px;
  padding-left: 15px;
}
@media (max-width: 939px) {
  .facts-section.facts-section--sidebar {
    border-left: none;
  }
  .facts-section.facts-section--sidebar .fact > .caption {
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
  }
}
@media screen and (min-width: 940px) {
  .facts-section.facts-section--sidebar .fact {
    width: 100%;
  }
}
.sub-section + .sub-section {
  margin-top: 2.66666667em;
}
.sub-section.audio {
  margin-bottom: 2.66666667em;
}
* + .sub-section.audio {
  margin-top: -15px;
}
.main-section caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a1a1a1;
  text-align: left;
}
.main-section th {
  text-align: left;
}
.main-section table {
  width: 100%;
  background-color: transparent;
  max-width: 100%;
  margin-bottom: 22px;
}
.main-section table > thead > tr > th,
.main-section table > tbody > tr > th,
.main-section table > tfoot > tr > th,
.main-section table > thead > tr > td,
.main-section table > tbody > tr > td,
.main-section table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.45;
  vertical-align: top !important;
  border-top: 1px solid #ddd;
}
.main-section table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.main-section table > caption + thead > tr:first-child > th,
.main-section table > colgroup + thead > tr:first-child > th,
.main-section table > thead:first-child > tr:first-child > th,
.main-section table > caption + thead > tr:first-child > td,
.main-section table > colgroup + thead > tr:first-child > td,
.main-section table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.main-section table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.main-section table table {
  background-color: #f7f7f7;
}
.main-section .table-condensed > thead > tr > th,
.main-section .table-condensed > tbody > tr > th,
.main-section .table-condensed > tfoot > tr > th,
.main-section .table-condensed > thead > tr > td,
.main-section .table-condensed > tbody > tr > td,
.main-section .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.main-section .table-bordered {
  border: 1px solid #ddd;
}
.main-section .table-bordered > thead > tr > th,
.main-section .table-bordered > tbody > tr > th,
.main-section .table-bordered > tfoot > tr > th,
.main-section .table-bordered > thead > tr > td,
.main-section .table-bordered > tbody > tr > td,
.main-section .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.main-section .table-bordered > thead > tr > th,
.main-section .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.investment-section aside .richtext .index {
  margin-left: 2em;
}
@media (max-width: 639px) {
  .hide-mobile + .sub-section {
    margin-top: 0;
  }
}
@media (min-width: 640px) and (max-width: 939px) {
  .video-section {
    margin-right: -2em;
  }
  .main-section .image-gallery.sub-section {
    display: block;
  }
}
.pin-board-section .sub-section .richtext {
  padding-top: 0.33333333em;
  padding-left: 4em;
}
.lp-countdown {
  border-radius: 5px;
  border: 3px solid white;
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: center;
  max-width: 385px;
  margin: 0 auto;
  line-height: 1;
}
.lp-countdown__icon {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 95px;
  height: 100%;
  flex-direction: column;
  line-height: 1;
}
.lp-countdown__icon .icon {
  width: 28px;
  height: 28px;
  fill: #6d8083;
}
.lp-countdown__icon-text {
  padding-top: 7px;
  color: #6d8083;
  font-size: 12px;
  font-weight: 600;
}
.lp-countdown__content {
  width: 100%;
}
.lp-countdown__time {
  font-size: 36px;
  line-height: 1;
}
.lp-countdown__time-divider {
  font-size: 12px;
  margin: 0 5px;
}
.lp-countdown__text {
  font-size: 12px;
}
.lp-location {
  text-align: center;
  margin-top: 30px;
}
.lp-team {
  text-align: center;
}
.lp-team a.image {
  display: inline-block;
  margin-right: 6px;
}
.appExtWidgetWrapper {
  width: 100%;
  position: relative;
  margin-bottom: -20px;
}
.appExtWidgetWrapper .appExtWidget {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 300px;
}
.appExtWidgetWrapper .appExtForm {
  position: relative;
  padding-left: 330px;
  z-index: 1;
}
.appExtWidgetWrapper .appExtForm .text {
  display: block;
  margin-bottom: 15px;
}
.appExtWidgetWrapper .appExtForm .text a {
  color: #5dd382;
}
.appExtWidgetWrapper .appExtForm textarea {
  width: 100%;
  min-height: 205px;
  padding: 5px 12px;
  margin-bottom: 15px;
  font-size: 13px;
}
@media (max-width: 639px) {
  .appExtWidgetWrapper .appExtForm {
    padding-left: 0;
    padding-top: 595px;
  }
  .vcard--lp.vcard {
    margin-top: 0;
  }
  .vcard--lp.vcard .mytyFormInputGroup {
    width: 100%;
  }
  .vcard--lp.vcard .mytyFormInputGroup-btn {
    width: 100%;
    display: block;
  }
  .vcard--lp.vcard .mytyFormInputGroup-btn .btn {
    border-radius: 0 0 3px 3px;
    margin: 0;
  }
  .lp-headline {
    padding: 0 15px;
  }
}
@media screen and (max-width: 939px) {
  .main-section .hide-mobile {
    display: none;
  }
}
@media (max-width: 639px) {
  .lp-countdown {
    flex-direction: column;
    height: 150px;
    justify-content: flex-start;
    margin-top: 25px;
  }
  .lp-countdown__icon {
    height: 60px;
    width: 100%;
  }
  .lp-countdown__icon .icon {
    display: none;
  }
  .lp-countdown__icon-text {
    padding-top: 0;
    font-size: 15px;
  }
  .lp-countdown__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 640px) {
  .video-section {
    overflow: hidden;
  }
  .video-section.hide-mobile {
    display: flex;
  }
  .facts-section {
    min-height: 1px;
    margin: 0;
  }
  .facts-section::after {
    display: block;
    clear: both;
    content: "";
  }
  .facts-section .fact {
    margin-bottom: 30px;
    float: left;
    width: 50%;
  }
  .facts-section .fact .value {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
  }
  .facts-section .article-keywords {
    width: 100%;
    float: none;
    height: auto;
    clear: left;
  }
  .facts-section .article-keywords .value {
    width: 100%;
    overflow: visible;
    white-space: normal;
    text-overflow: inherit;
  }
  .facts-section .contains {
    display: inline-block;
    margin-top: 1em;
    padding: 0 15px;
  }
}
@media (min-width: 940px) {
  .container-md {
    width: 960px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .curated-banner .container {
    padding-left: 0;
    padding-right: 0;
  }
  .project-teaser .headline + .image {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .main-section-w-bg .container,
  .main-section-w-bg .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .main-section .container.main-section-bg {
    padding: 0 15px 15px;
  }
  .video-section.hide-mobile,
  .main-section .image-gallery.sub-section {
    display: none;
  }
  .vcard__image--teaser.hide-desktop {
    display: block;
  }
}
.container .lazy-loading {
  display: none;
}
.container .lazy-loading .container {
  width: 100%;
}
.section-blogposts {
  position: relative;
}
.section-blogposts .headline,
.section-blogposts .richtext {
  margin: 2em 0;
}
.section-blogposts .embed-external,
.section-blogposts .img-sequence,
.section-blogposts .js-img-expander {
  margin: 4em 0;
}
.section-blogposts .headline {
  position: relative;
  overflow: hidden;
  margin-bottom: 4em;
}
@media (min-width: 940px) {
  .section-blogposts .headline {
    max-width: 75%;
  }
}
.section-blogposts .header--image {
  width: 100%;
}
.section-blogposts .image {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  display: block;
}
.section-blogposts .img-sequence .image {
  margin: 0.33333333em auto;
  display: block;
  max-width: 100%;
}
.section-blogposts .img-sequence .image:not(:first-child) {
  margin-top: 0.33333333em;
}
.section-blogposts .content {
  position: relative;
  padding: 0 1em 0.66666667em;
  margin: 0 auto 2em;
}
.section-blogposts .blog-entry--list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 15px;
  height: 100%;
}
.section-blogposts .blog-entry--list-item .h2--narrow {
  line-height: 1.1;
  margin-top: 0.18571429rem;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.section-blogposts .blog-entry--list-item .richtext {
  margin-bottom: 0;
}
.section-blogposts .blog-entry__headline__date {
  font-weight: 700;
  font-size: 14px;
}
.section-blogposts .swiper-wrapper {
  height: auto;
}
.section-blogposts .swiper-container {
  width: 100%;
}
.section-blogposts .mobile-scroller .mobile-scroller__item {
  height: auto;
}
@media (max-width: 767px) {
  .section-blogposts .mobile-scroller .mobile-scroller__item:not(:first-child) {
    margin-left: 10px;
  }
  .section-blogposts .row > .mobile-scroller {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-blogposts .js-img-expander {
  overflow: hidden;
}
@media (max-width: 939px) {
  .section-blogposts .js-img-expander {
    max-height: none !important;
  }
}
.section-blogposts .js-img-expander .icon {
  opacity: 0;
  position: absolute;
}
@media (min-width: 940px) {
  .section-blogposts .js-img-expander.expandable {
    cursor: pointer;
    transition: max-height 1s linear;
    will-change: max-height;
    position: relative;
  }
  .section-blogposts .js-img-expander.expandable.open {
    max-height: 1800px !important;
  }
  .section-blogposts .js-img-expander.expandable img {
    transition: transform 0.7s ease;
  }
  .section-blogposts .js-img-expander.expandable .icon {
    right: 2em;
    bottom: 2em;
    transition: opacity 0.3s ease-in-out;
    margin-bottom: -0.3em;
  }
  .section-blogposts .js-img-expander.expandable .icon + .icon {
    transform: scale(1.05);
  }
  .section-blogposts .js-img-expander.expandable:hover:not(.open) img {
    transform: scale(1.05);
  }
  .section-blogposts .js-img-expander.expandable:hover .icon {
    opacity: 1;
  }
  .section-blogposts .blog-entry--list-item {
    padding: 30px;
  }
  .section-blogposts .blog-entry .container {
    position: relative;
  }
  .section-blogposts .blog-entry .container:after {
    content: " ";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    mix-blend-mode: darken;
  }
  .section-blogposts .blog-entry .container:after {
    content: " ";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    mix-blend-mode: darken;
  }
  .section-blogposts .content {
    margin-top: 3em;
    margin-bottom: 4em;
    width: 40rem;
  }
}

/*# sourceMappingURL=projects.css.map */
