
/********* ******** ABOUT US » WHO WE ARE » IMPACT REPORT ******** ********/
/*  */


/******** HEADLINE BANNER ********/

div.headline-banner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  height: 496px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.headline-banner {
    background-image: url(/uploads/img/impact-report__headline-banner__geasland-praying.jpg);
    height: 616px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  div.headline-banner {
    background-image: url(/uploads/img/impact-report__headline-banner__geasland-praying.jpg);
    height: 504px;
  }
}
@media screen and (min-width: 1024px) {
  div.headline-banner {
    background-image: url(/uploads/img/impact-report__headline-banner__geasland-praying.jpg);
    height: 576px;
  }
}

div.headline-banner div.headline-banner--gradient {
  background: linear-gradient(0deg, rgba(117, 90, 90, 0.9) 0%, rgba(34,34,36,0.75) 10%, rgba(255,255,255,0) 66%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

div.headline-banner--wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  div.headline-banner {
    padding: 0 16px 16px 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1151px) {
  div.headline-banner {
    padding: 0 32px 32px 32px;
  }
}
@media screen and (min-width: 1152px) {
  div.healine-banner {
    padding-bottom: 32px;
  }
}

/* OVERLAY COPY */
.headline {
  margin-bottom: 48px;
  margin-top: auto;
}

h1.headline--text {
  color: #ffffff;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  h1.headline--text {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  h1.headline--text {
    font-size: 64px;
    line-height: 64px;
  }
}

h1.headline--text span.headline--pre-text {
  display: block;
  color: #9f8fca;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  h1.headline--text span.headline--pre-text {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  h1.headline--text span.headline--pre-text {
    font-size: 32px;
    line-height: 32px;
  }
}


/******** CEO MESSAGE ********/

div.ceo-message {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.ceo-message {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  div.ceo-message {
    gap: 64px;
    justify-content: space-between;
  }
}

/* MESSAGE IMAGE */
div.message-image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.message-image {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  div.message-image {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 336px;
    width: calc(100% / 3);
  }
}

div.message-image img {
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  div.message-image img {
    height: 136px;
    width: 136px;
  }
}
@media screen and (min-width: 768px) {
  div.message-image img {
    width: 100%;
  }
}

div.message-image p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

/* MESSAGE COPY */
div.message-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .div.message-copy {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .div.message-copy {
    max-width: 656px;
    width: calc(100% * 2 - 32px);
  }
}

div.message-copy .signature {
  border: 0;
  height: 56px;
  width: 200px;
}


/******** FAUX CAROUSEL ********/

@media screen and (min-width: 1024px) {
  div.carousel {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 64px;
    justify-content: center;
  }

  div.carousel-container {
    align-items: center;
    display: flex;
    gap: 48px;
    justify-content: center;
    transition: transform 0.3s ease;
  }
}

.quote {
  background-color: #595478;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 480px;
  max-width: 400px;
  transition: all 0.4s ease;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .quote:not(:last-of-type) {
    margin-bottom: 48px;
  }
}

.quote--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px 8px 0 0;
  height: 66.666%;
  width: 100%;
}

/* COPY BLOCK */
div.carousel div.quote--copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  padding: 24px 32px 40px 32px;
}

div.carousel div.quote--copy p.quote--headline {
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}

div.carousel div.quote--copy p.right {
  text-align: right;
}

div.carousel div.quote--copy p.right a.teal {
  color: #64ccc9;
  text-decoration: none;
}
div.carousel div.quote--copy p.right a.teal:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .quote.featured {
    transform: scale(1.1);
  }
}

/* INDICATOR DOTS */
@media screen and (min-width: 1024px) {
  div.quote-indicator-container {
    display: flex;
    gap: 16px;
  }
  .dot {
    border: 1px solid #595478;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    transition: all 0.5s ease-in-out;
    width: 24px;
  }
  .dot.active {
    background-color: #595478;
  }
}
@media screen and (max-width: 1023px) {
  div.quote-indicator-container {
    display: none;
  }
}


/******** MEMBER QUOTES ********/

div.menber-quotes {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

div.member-quotes--quote-mark {
  background-image: url(/uploads/img/impact-report__quote-mark.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 56px;
  margin-bottom: 48px;
}

p.member-quotes--quote {
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  p.member-quotes--quote {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  p.member-quotes--quote {
    font-size: 32px;
    line-height: 40px;
  }
}

p.member-quotes--quote-author {
  color: #9f8fca;
  font-weight: 200;
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  p.member-quotes--quote-author {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  p.member-quotes--quote-author {
    font-size: 32px;
    line-height: 40px;
  }
}

/* INDICATOR DOTS */
.member-quotes--marker {
  margin-top: 48px;
}

.swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #9f8fca !important;
  height: 24px !important;
  opacity: 1;
  width: 24px !important;
}

.swiper-pagination-bullet-active {
  background-color: #595478 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}


/******** SHARING THE BURDEN ********/

section.sharing-burden {
  background-image: url(/uploads/img/impact-report__sharing-the-burden-bg__2025.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:767px) {
  section.sharing-burden {
    background-position: center center;
    padding-bottom: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 895px) {
  section.sharing-burden {
    padding-bottom: 200px;
    padding-bottom: 550px;
  }
}
@media screen and (min-width: 896px) and (max-width: 1023px) {
  section.sharing-burden {
    padding-bottom: 280px;
    padding-bottom: 632px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1151px) {
  section.sharing-burden {
    padding-bottom: 356px;
    padding-bottom: 708px;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1279px) {
  section.sharing-burden {
    padding-bottom: 424px;
    padding-bottom: 776px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1407px) {
  section.sharing-burden {
    padding-bottom: 496px;
    padding-bottom: 848px;
  }
}
@media screen and (min-width: 1408px) and (max-width: 1535px) {
  section.sharing-burden {
    padding-bottom: 568px;
    padding-bottom: 920px;
  }
}
@media screen and (min-width: 1536px) and (max-width: 1663px) {
  section.sharing-burden {
    padding-bottom: 648px;
    padding-bottom: 1000px;
  }
}
@media screen and (min-width: 1664px) and (max-width: 1791px) {
  section.sharing-burden {
    padding-bottom: 728px;
    padding-bottom: 1080px;
  }
}
@media screen and (min-width: 1792px) and (max-width: 1919px) {
  section.sharing-burden {
    padding-bottom: 808px;
    padding-bottom: 1160px;
  }
}
@media screen and (min-width: 1920px) and (max-width: 2047px) {
  section.sharing-burden {
    padding-bottom: 888px;
  }
}
@media screen and (min-width: 2048px) and (max-width: 2175px) {
  section.sharing-burden {
    padding-bottom: 968px;
    padding-bottom: 1320px;
  }
}
@media screen and (min-width: 2176px) and (max-width: 2303px) {
  section.sharing-burden {
    padding-bottom: 1048px;
    padding-bottom: 1400px;
  }
}
@media screen and (min-width: 2304px) and (max-width: 2431px) {
  section.sharing-burden {
    padding-bottom: 1128px;
    padding-bottom: 1480px;
  }
}
@media screen and (min-width: 2432px) and (max-width: 2559px) {
  section.sharing-burden {
    padding-bottom: 1208px;
    padding-bottom: 1560px;
  }
}
@media screen and (min-width: 2560px) and (max-width: 2687px) {
  section.sharing-burden {
    padding-bottom: 1288px;
    padding-bottom: 1640px;
  }
}
@media screen and (min-width: 2688px) {
  section.sharing-burden {
    padding-bottom: 1368px;
    padding-bottom: 1720px;
  }
}

div.burden__header-container {
  font-weight: 900;
  margin: 48px auto;
  max-width: 1024px;
  text-align: center;
  width: 100%;
}
@media screen and (min-wdith: 768px) {
  div.burden__header-container {
    padding: 48px 0;
  }
}

div.burden__header-container h2 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  line-height: 40px;
}

div.burden__sharing-stats-container {
  border-bottom: 2px solid #595478;
  border-top: 2px solid #595478;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: space-between;
  margin: 48px auto;
  padding: 24px 0;
  max-width: 1024px;
  width: 100%;
}

div.burden__sharing-stats-container dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

div.burden__sharing-stats-container dl dt {
  color: #ffffff;
  font-family: 'Mokoko', serif;
}
@media screen and (max-width: 1023px) {
  div.burden__sharing-stats-container dl dt {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  div.burden__sharing-stats-container dl dt {
    font-size: 56px;
    line-height: 56px;
  }
}

div.burden__sharing-stats-container dl dd {
  color: #595478;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}


/******** FINANCIAL EXPENSES ********/

.section-header {
  text-align: center;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 40px;
}

.section-header__sub-heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
}

.financial-expenses__heading {
  border-bottom: 1px solid #282828;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 48px 0 16px 0;
  padding-bottom: 8px;
}

.financial-expenses__stats {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.financial-expenses__stats--percentage {
  color: #585478;
  font-family: 'Mokoko', serif;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .financial-expenses__stats--percentage {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .financial-expenses__stats--percentage {
    font-size: 34px;
    line-height: 40px;}
}

.financial-expenses__stats--dollars {
  font-family: 'Mokoko', serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .financial-expenses__stats--dollars {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .financial-expenses__stats--dollars {
    font-size: 34px;
    line-height: 40px;}
}

/* .financial-expenses__stats--details-container {} */
@media screen and (max-width: 767px) {
  .financial-expenses__stats--details-container {
    margin: 24px 0;
  }
}
@media screen and (min-width: 768px) {
  .financial-expenses__stats--details-container {
    display: none;
    margin: 48px 0;
  }
}

.financial-expenses__stats--details-wrap {
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 8px 24px;
}
.financial-expenses__stats--details-wrap:nth-of-type(odd) {
  background-color: #eeeef4;
}

.financial-expenses__stats--details-heading {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .financial-expenses__stats--details-heading {
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    max-width: 576px;
    width: calc(100% / 4 * 3);
  }
}

.financial-expenses__stats--details-number {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .financial-expenses__stats--details-number {
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    max-width: 192px;
    width: calc(100% / 4);
  }
}

.financial-expenses__stats--total {
  align-items: center;
  background-color: #eeeef4;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  padding: 48px 32px;
}
@media screen and (min-width: 768px) {
  .financial-expenses__stats--total {
    justify-content: center;
  }
}

.financial-expenses__stats--total-heading {
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .financial-expenses__stats--total-heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .financial-expenses__stats--total-heading {
    font-size: 32px;
    padding: 0 48px;
  }
}

.financial-expenses__stats--total-number {
  color: #595478;
  font-family: 'Mokoko', serif;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .financial-expenses__stats--total-number {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .financial-expenses__stats--total-number {
    font-size: 34px;
    padding: 0 48px;
  }
}

/* DETAILS BUTTON */
@media screen and (max-width: 767px) {
  .details-button {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .details-button {
    align-items: center;
    display: flex;
    flex-grow: 2;
    justify-content: flex-end;
    padding: 0 40px;
  }
}

.details-button__button {
  background-color: #595478;
  border-radius: 16px;
  color: #ffffff;
  padding: 4px 40px 4px 8px;
  text-decoration: none;
}

.details-button__button.add-chevron::before {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  height: 8px;
  position: absolute;
  right: 16px;
  top: 4px;
  transition: all 0.25s ease-in-out;
  width: 8px;
}
.details-button__button.add-chevron.chevron--up::before {
  top: 10px;
}