@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --dark-magenta: #a80f91;
  --white: white;
  --dark-slate-grey: #085977;
  --dark-orange: #ea800c;
  --red: #ee0707;
  --dark-cyan: #0690a540;
  --dim-grey: #594652;
  --dim-grey-2: #4c5153;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  background-color: #fffefc;
  font-family: Sourcesanspro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 400;
  line-height: 64px;
}

h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 56px;
}

h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 48px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}

p {
  margin-bottom: 10px;
  line-height: 32px;
}

a {
  color: var(--dark-magenta);
  font-weight: 400;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 10px 20px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
}

.title-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/savetheparadise.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-around;
  height: 100vh;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.title-section.cp {
  background-image: linear-gradient(#00000080, #00000080), url('../images/cover.jpg');
  justify-content: space-around;
  align-items: stretch;
  padding-left: 48px;
  padding-right: 48px;
}

.navbar {
  background-color: #0000004d;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link-2 {
  color: #fff;
  cursor: pointer;
  height: 80px;
  padding-top: 28px;
  padding-bottom: 0;
  font-size: 16px;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #e90881;
  font-family: Sourcesanspro, sans-serif;
  font-weight: 400;
}

.nav-link-2.donate-nav-link {
  height: 48px;
  padding-top: 12px;
}

.nav-link-2.donate-nav-link.w--current {
  color: var(--black);
}

.image {
  margin-top: 8px;
}

.title-headline-container {
  color: var(--white);
  max-width: 800px;
}

.title-headline-conteiner {
  color: var(--white);
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.title-heading {
  color: var(--white);
  text-align: center;
  font-size: 80px;
  font-weight: 200;
}

.subline {
  text-align: center;
}

.subline.home {
  font-family: Sourceserifpro, sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 40px;
}

.caption-scroll {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.caption-scroll.black {
  color: var(--black);
}

.section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 64px;
  padding-bottom: 128px;
}

.block-downscroll {
  cursor: pointer;
  text-decoration: none;
}

.block-downscroll.w--current {
  flex: 0 auto;
}

.block-downscroll.cp {
  text-align: center;
  height: 48px;
}

.top-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 128px;
  display: flex;
}

.home-section-container {
  margin-bottom: 64px;
}

.scroll-container {
  justify-content: center;
  margin-top: 128px;
  display: flex;
}

.byline {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.read-more {
  width: 128px;
  margin-top: 8px;
}

.column-2 {
  text-align: center;
}

.image-caption {
  margin-top: 4px;
  font-size: 14px;
  line-height: 22px;
}

.footer-section {
  background-color: var(--dark-slate-grey);
  margin-top: 256px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.container-2 {
  height: 100%;
}

.footer-link {
  color: var(--white);
  margin-left: 16px;
  margin-right: 16px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.div-block-3 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  height: 64px;
  display: flex;
}

.div-block-4 {
  align-items: center;
  height: 64px;
  display: flex;
}

.text-block {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.footer-image {
  margin-left: 16px;
  margin-right: 16px;
}

.footer-image.last {
  margin-right: 0;
}

.categorie-title-section {
  z-index: 0;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/stp-mompiche-projects.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 100%;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-bottom: 32px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.categorie-title-section.projects {
  background-image: linear-gradient(#00000061, #00000061), url('../images/stp-mompiche-projects.webp');
  background-position: 0 0, 0 -20px;
}

.categorie-title-section.transparency {
  background-image: linear-gradient(#0000, #0000), url('../images/transparency.webp');
  background-position: 0 0, 50%;
}

.categorie-title-section.facts {
  background-image: linear-gradient(#0000, #0000), url('../images/lizzard2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.categorie-title-section.contact {
  background-image: linear-gradient(#022e0f66, #022e0f66), url('../images/kontakt.webp');
}

.categorie-title-section.legal {
  background-image: linear-gradient(#0000, #0000), url('../images/savetheparadise_title_2.jpg');
  height: 80px;
}

.categorie-title-section.donations {
  background-image: linear-gradient(#0000, #0000), url('../images/frog.webp');
  background-position: 0 0, 50% 76%;
  background-size: auto, cover;
}

.categorie-title-section.cursos-para-ninos-stage {
  background-image: linear-gradient(#00000059, #00000059), url('../images/cursos-para-ninos-title.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.categorie-title-heading {
  color: var(--white);
  text-align: left;
  font-size: 72px;
  font-weight: 300;
}

.content-section {
  margin-top: 64px;
  margin-bottom: 128px;
}

.content-section.cc {
  display: none;
}

.page-image {
  margin-bottom: 16px;
}

._32 {
  margin-bottom: 32px;
}

.read-more-div {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 32px;
}

.article-image {
  width: 100%;
}

.page-header {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/savetheparadise-header.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 80px;
}

.content-text {
  align-self: center;
  width: 640px;
  margin-bottom: 32px;
}

.content-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-image {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 800px;
  margin-bottom: 32px;
  display: flex;
}

.nutshell {
  width: 300px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.centered {
  text-align: center;
  justify-content: center;
  display: flex;
}

.column-heads {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 36px;
}

._64 {
  margin-bottom: 64px;
  padding: 0;
}

._128 {
  margin-bottom: 128px;
  padding-left: 0;
  padding-right: 0;
}

.document-feather {
  width: 25%;
}

.sector {
  margin-bottom: 64px;
}

.article-image-caption {
  max-width: 1200px;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
}

.footnote {
  align-self: stretch;
  font-size: 16px;
  line-height: 24px;
}

.footnote-container {
  align-self: stretch;
  margin-top: 128px;
}

.center-container {
  text-align: center;
  align-self: stretch;
}

.button {
  background-color: var(--dark-magenta);
  border-radius: 4px;
  box-shadow: 0 2px 10px 3px #0000004d;
}

.text-span {
  font-weight: 600;
}

.large-picture-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-weight: 400;
}

.end-text {
  text-align: center;
}

.text-span-10 {
  font-weight: 400;
}

._2008 {
  cursor: pointer;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-5 {
  position: relative;
}

.donate {
  z-index: 2000;
  background-color: var(--dark-slate-grey);
  border-radius: 8px;
  font-family: Sourceserifpro, sans-serif;
  font-style: italic;
  font-weight: 400;
  position: fixed;
  inset: auto 16px 24px auto;
  box-shadow: 0 4px 5px 1px #0003;
}

.donate:hover {
  background-color: var(--dark-orange);
}

.report-image {
  width: 140px;
  height: 90px;
}

.report-head {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}

.text-span-11 {
  color: #f10404;
}

.figuers-caption {
  font-size: 18px;
  line-height: 26px;
}

.text-span-12 {
  color: #f30606;
}

.text-span-13, .text-span-14, .text-span-15 {
  color: var(--red);
}

._16 {
  margin-bottom: 16px;
}

.needs-to-be-done {
  font-size: 16px;
  line-height: 24px;
}

.div-block-6 {
  width: 180px;
}

.list {
  margin-bottom: 64px;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.board-meber-headline {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.bm-subline {
  margin-top: 0;
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
}

.text-span-25 {
  font-weight: 400;
}

.nuthshell-second-head {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.text-span-26 {
  font-weight: 400;
}

.donation-container {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 64px;
  padding-left: 64px;
  padding-right: 64px;
}

.donation-bar {
  background-color: #0859772b;
  border-radius: 4px;
  height: 32px;
}

.donation-bar.onwhite {
  background-color: var(--dark-slate-grey);
}

.donation-progress {
  background-color: var(--dark-slate-grey);
  border-radius: 4px;
  width: 20%;
  height: 32px;
}

.donation-amount {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.donation-amount.white {
  color: var(--black);
}

.donation-amount-container {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.donation-goal.white {
  color: var(--black);
}

.campaign-section {
  flex-flow: column;
  justify-content: center;
  margin-bottom: 128px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.donate-campaign {
  text-align: center;
  background-image: linear-gradient(0deg, #155977, #89bccf);
  border-radius: 8px;
  width: 100%;
  padding: 16px 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.quick-stack-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 16px 0;
}

.div-block-9 {
  text-align: center;
  margin-top: 16px;
}

.cp-downscroll {
  height: 100%;
}

.cp-title {
  color: var(--white);
}

.heading-8 {
  margin-bottom: 8px;
}

.heading-8.bolder {
  font-weight: 400;
}

.quick-stack-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.in-page-nav-container {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  padding-right: 8px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-item-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.nav-item {
  border: 1px solid var(--white);
  background-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1px;
  font-weight: 400;
  line-height: 1px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.nav-item:hover {
  color: var(--white);
  border-radius: 4px;
  width: auto;
  height: 32px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  font-weight: 400;
}

.nav-item:visited {
  border-style: solid;
  border-width: 1px;
}

.nav-item.w--current {
  border-color: var(--dark-slate-grey);
  background-color: var(--white);
  color: var(--dark-slate-grey);
  border-radius: 4px;
  width: auto;
  height: 32px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.nav-item.dnt {
  background-color: var(--dark-orange);
  color: var(--white);
  border-style: none;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.div-block-11 {
  text-align: center;
  margin-top: 16px;
}

.heading-9 {
  font-weight: 300;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.text-span-27 {
  font-weight: 600;
}

.image-3, .container-4 {
  width: 100%;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.donate-nav-button {
  background-color: var(--dark-orange);
  border-radius: 8px;
  margin-top: 16px;
  font-weight: 600;
  display: inline-block;
}

.board-portrait {
  border-radius: 160px;
  max-width: 50%;
  margin-top: 8px;
  margin-bottom: 8px;
}

.text-span-28 {
  font-weight: 600;
}

.heading-10 {
  font-size: 48px;
  line-height: 56px;
}

.container-6 {
  display: none;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  .container {
    max-width: 100%;
  }

  .menu-button {
    padding: 8px;
  }

  .title-headline-container, .section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .top-container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .columns {
    width: 100%;
  }

  .categorie-title-section {
    background-image: linear-gradient(#0000, #0000), url('../images/stp-mompiche-projects.webp');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .categorie-title-section.projects {
    background-image: linear-gradient(#0000, #0000), url('../images/stp-mompiche-projects.webp');
    background-position: 0 0, 50% 73%;
    background-size: auto, auto;
  }

  .categorie-title-section.donations {
    background-image: linear-gradient(#0000, #0000), url('../images/frog.webp');
    background-position: 0 0, 50% 70%;
    background-size: auto, auto;
  }

  .content-image {
    max-width: 100%;
  }

  .heading-8 {
    font-size: 40px;
    line-height: 48px;
  }

  .in-page-nav-container {
    width: 48px;
  }

  .nav-item-box {
    justify-content: center;
    align-items: center;
  }

  .nav-item {
    margin-left: 0;
    margin-right: 0;
  }

  .container-5 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 26px;
    line-height: 34px;
  }

  h4 {
    font-size: 24px;
    line-height: 32px;
  }

  p {
    font-size: 18px;
    line-height: 26px;
  }

  .title-section.cp {
    height: auto;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-container {
    height: 80px;
  }

  .menu-button {
    color: var(--white);
    height: 64px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    font-size: 40px;
    line-height: 40px;
  }

  .title-headline-conteiner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-heading {
    font-size: 64px;
    line-height: 72px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-downscroll.cp {
    display: none;
  }

  .top-container {
    margin-bottom: 64px;
  }

  .column {
    margin-bottom: 32px;
  }

  .read-more {
    width: 128px;
  }

  .image-2 {
    max-width: 50%;
  }

  .div-block-3 {
    justify-content: center;
  }

  .div-block-4 {
    justify-content: center;
    margin-bottom: 16px;
  }

  .categorie-title-section.donations {
    background-image: linear-gradient(#0000, #0000), url('../images/frog.webp');
    background-position: 0 0, 17% 77%;
    background-size: auto, auto;
  }

  .categorie-title-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .content-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-text {
    width: auto;
    margin-left: 16px;
    padding-right: 16px;
  }

  .footnote-container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .donate {
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 300;
  }

  .donation-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .campaign-section {
    height: auto;
    padding-left: 36px;
    padding-right: 36px;
  }

  .donate-campaign {
    width: 100%;
  }

  .heading-8 {
    font-size: 32px;
    line-height: 40px;
  }

  .in-page-nav-container {
    width: 40px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .title-section.cp {
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-menu-2 {
    background-color: #000;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .icon {
    color: #fff;
  }

  .title-headline-container {
    align-self: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-heading.cp {
    font-size: 48px;
    line-height: 56px;
  }

  .subline.home {
    font-size: 24px;
    line-height: 32px;
  }

  .categorie-title-section.transparency {
    background-image: linear-gradient(#0000, #0000), url('../images/transparency.webp');
    background-position: 0 0, 70% 25%;
    background-size: auto, auto;
  }

  .categorie-title-section.facts {
    background-image: linear-gradient(#0000, #0000), url('../images/lizzard2.webp');
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

  .categorie-title-section.donations {
    background-image: linear-gradient(#0000, #0000), url('../images/frog.webp');
    background-position: 0 0, 36% 78%;
  }

  .categorie-title-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-4, .heading-7 {
    font-size: 28px;
    line-height: 36px;
  }

  .column-4 {
    display: block;
  }

  .doc-wrapper {
    text-align: center;
    margin-bottom: 32px;
  }

  .donation-container {
    padding-left: 0;
    padding-right: 0;
  }

  .campaign-section {
    justify-content: flex-start;
    align-items: center;
    min-height: 100px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .donate-campaign {
    width: 100%;
  }

  .quick-stack-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .quick-stack-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-item {
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav-item.w--current {
    background-color: var(--white);
    color: var(--dark-slate-grey);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-style: none;
  }

  .nav-item.dnt {
    width: 32px;
    height: 32px;
  }

  .div-block-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-5 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }
}

#w-node-_2736632f-638b-63cc-f909-c2a337deb9b0-3f1ac901 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_7a97c089-e34b-5752-e958-8450406665c0-25e4afa6, #w-node-ad74f4c7-944b-cc95-ce8a-637be79e697d-bad0dbd5, #w-node-b2f9d468-49e5-c0df-2fb2-2645fc72f4f7-bad0dbd5, #w-node-f0ecc36c-c8df-e4f5-00ad-bb0514e7005e-bad0dbd5, #w-node-f0ecc36c-c8df-e4f5-00ad-bb0514e70063-bad0dbd5, #w-node-_82113464-5166-fac6-617c-d778f0d14e91-bad0dbd5, #w-node-_81f4edc0-bb10-7bca-ff20-9577a8fc393a-bad0dbd5, #w-node-_473596f1-8ca2-654c-176b-463c4a7e9df1-bad0dbd5, #w-node-ad74f4c7-944b-cc95-ce8a-637be79e697d-3192748e, #w-node-b2f9d468-49e5-c0df-2fb2-2645fc72f4f7-3192748e, #w-node-_82113464-5166-fac6-617c-d778f0d14e91-3192748e, #w-node-_81f4edc0-bb10-7bca-ff20-9577a8fc393a-3192748e, #w-node-_473596f1-8ca2-654c-176b-463c4a7e9df1-3192748e, #w-node-_1fe83067-9aed-d501-d76d-b0a752e12415-3192748e, #w-node-_09629f19-3ce1-7a05-126b-0dee63020bd9-3192748e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-e88fbd52-7fb1-43d6-7837-43608a4d1328-3f1ac901, #w-node-_9b829d3a-27bf-36c5-3982-f34ed9a621a5-3f1ac901, #w-node-cb760884-4764-f315-f459-089f992c81f3-3f1ac901, #w-node-_145b9c1f-397e-cf5a-6ab0-5f8e7741696f-3f1ac901 {
    grid-column: span 2 / span 2;
  }

  #w-node-ad74f4c7-944b-cc95-ce8a-637be79e697d-bad0dbd5, #w-node-f0ecc36c-c8df-e4f5-00ad-bb0514e7005e-bad0dbd5, #w-node-_82113464-5166-fac6-617c-d778f0d14e91-bad0dbd5, #w-node-_81f4edc0-bb10-7bca-ff20-9577a8fc393a-bad0dbd5, #w-node-_473596f1-8ca2-654c-176b-463c4a7e9df1-bad0dbd5, #w-node-ad74f4c7-944b-cc95-ce8a-637be79e697d-3192748e, #w-node-_82113464-5166-fac6-617c-d778f0d14e91-3192748e, #w-node-_81f4edc0-bb10-7bca-ff20-9577a8fc393a-3192748e, #w-node-_473596f1-8ca2-654c-176b-463c4a7e9df1-3192748e, #w-node-_1fe83067-9aed-d501-d76d-b0a752e12415-3192748e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2736632f-638b-63cc-f909-c2a337deb9b0-3f1ac901 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e88fbd52-7fb1-43d6-7837-43608a4d1328-3f1ac901, #w-node-_9b829d3a-27bf-36c5-3982-f34ed9a621a5-3f1ac901, #w-node-cb760884-4764-f315-f459-089f992c81f3-3f1ac901, #w-node-_145b9c1f-397e-cf5a-6ab0-5f8e7741696f-3f1ac901 {
    grid-column: span 2 / span 2;
  }

  #w-node-ad74f4c7-944b-cc95-ce8a-637be79e697d-bad0dbd5, #w-node-f0ecc36c-c8df-e4f5-00ad-bb0514e7005e-bad0dbd5, #w-node-_82113464-5166-fac6-617c-d778f0d14e91-bad0dbd5, #w-node-_81f4edc0-bb10-7bca-ff20-9577a8fc393a-bad0dbd5, #w-node-_473596f1-8ca2-654c-176b-463c4a7e9df1-bad0dbd5, #w-node-ad74f4c7-944b-cc95-ce8a-637be79e697d-3192748e, #w-node-_82113464-5166-fac6-617c-d778f0d14e91-3192748e, #w-node-_81f4edc0-bb10-7bca-ff20-9577a8fc393a-3192748e, #w-node-_473596f1-8ca2-654c-176b-463c4a7e9df1-3192748e, #w-node-_1fe83067-9aed-d501-d76d-b0a752e12415-3192748e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}