:root {
  --font-size--color--black: #211c22;
  --font-size--h1: 4rem;
  --font-size--h2: 3rem;
  --font-size--h3: 1.5rem;
  --font-size--color--gray: #ededed;
  --font-size--color--white: white;
  --font-size--h6: 1.15rem;
  --font-size--body-normal: 1rem;
  --font-size--color--primary: #e72327;
  --font-size--button: 1rem;
  --font-size--color--secondary: #02a8e2;
  --font-size--h5: 1.35rem;
  --font-size--body-small: .85rem;
  --transparent: transparent;
  --font-size--h4: 1.5rem;
  --font-size--body-xsmall: .75rem;
  --font-family--heading-body: "DM Sans", sans-serif;
}

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

@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: #333;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  color: var(--font-size--color--black);
  font-size: var(--font-size--h1);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  font-size: var(--font-size--h2);
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1;
}

h3 {
  font-size: var(--font-size--h3);
  letter-spacing: -.5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.container-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1080px;
  margin: 40px auto;
  display: flex;
}

.container-flex.v-center {
  justify-content: space-between;
  align-items: center;
}

.container-flex.v-center.rev {
  flex-flow: row-reverse;
}

.container-flex.long-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-left: 7.5%;
}

.container-flex.long-text.rev {
  flex-flow: row-reverse;
}

.container-flex.who-we-are {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.section-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.section-grid._4-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-grid.hori {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.section.hero {
  background-image: linear-gradient(#20202080, #000000d6 80%), url('../images/hero-img_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 10rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.section.hero.imp {
  background-image: linear-gradient(#20202080, #000000ab), url('../images/field-irrigation-min.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.section.hero.who {
  background-image: linear-gradient(#20202080, #000000b3 70%), url('../images/WhatsApp-Image-2025-06-30-at-11.53.17-PM-1_1.avif');
}

.section.hero.what {
  background-image: linear-gradient(#20202080, #000000d6 80%), url('../images/WhatsApp-Image-2025-06-30-at-11.53.16-PM-2_1.avif');
}

.section.gray {
  background-color: var(--font-size--color--gray);
}

.section.black {
  background-color: var(--font-size--color--black);
  padding-top: 8rem;
}

.section.bg {
  background-image: linear-gradient(90deg, #000, #3330), url('../images/join-img_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hero-heading {
  color: var(--font-size--color--white);
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 20px;
}

.section-paragraph {
  color: var(--font-size--color--white);
  font-size: var(--font-size--h6);
  letter-spacing: -.25px;
  line-height: 1.65;
}

.section-paragraph.short {
  width: 75%;
}

.section-paragraph.short.black {
  color: var(--font-size--color--black);
}

.section-paragraph.small {
  color: var(--font-size--color--gray);
  font-size: var(--font-size--body-normal);
}

.section-paragraph.small.black {
  color: var(--font-size--color--black);
}

.section-paragraph.black {
  color: var(--font-size--color--black);
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-w {
  margin-top: 40px;
}

.button {
  background-color: var(--font-size--color--primary);
  font-size: var(--font-size--button);
  text-align: center;
  border-radius: 30px;
}

.button.blue {
  background-color: var(--font-size--color--secondary);
}

.button.form {
  width: 100%;
  margin-top: 40px;
}

.section-container {
  z-index: 3;
  position: relative;
}

.section-container.short {
  width: 75%;
}

.paper-tear {
  width: 100%;
  position: absolute;
  inset: auto 0% -340px;
}

.paper-tear.top, .paper-tear.cta {
  inset: -300px 0% auto;
}

.section-heading {
  color: var(--font-size--color--primary);
  margin-bottom: 20px;
}

.section-heading.blue {
  color: var(--font-size--color--secondary);
}

.section-child-flex-img-w {
  border-radius: 24px;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.section-child-flex-img-w.slider {
  border-radius: 0;
  width: 60%;
}

.flex-child-content-w {
  width: 50%;
  padding-right: 0;
}

.flex-child-content-w.profile {
  margin-top: -40px;
}

.section-subheading {
  color: var(--font-size--color--black);
}

.section-subheading.white {
  color: var(--font-size--color--white);
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-subheading.blue {
  color: var(--font-size--color--secondary);
}

.section-content-w {
  margin-bottom: 0;
}

.v-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.section-flex-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-title {
  color: var(--font-size--color--secondary);
  font-size: var(--font-size--h5);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.section-title.white {
  color: var(--font-size--color--white);
  text-align: left;
  font-weight: 400;
}

.section-title.black {
  color: var(--font-size--color--black);
  text-align: left;
}

.section-title.left {
  text-align: left;
}

.child-flex-img-w {
  border-radius: 24px;
  height: 240px;
  overflow: hidden;
}

.child-flex-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.child-flex-img.shorter {
  width: 46%;
  height: 190px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.section-flex-content-w {
  border-radius: 24px;
  width: 50%;
  margin-bottom: 0;
  overflow: hidden;
}

.section-flex-content-w.long {
  width: 100%;
}

.section-flex-content-w.img-w {
  border-radius: 24px;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.section-flex-content-w.img-w.alt {
  text-align: center;
  border-radius: 0;
  height: auto;
}

.section-small-title {
  color: var(--font-size--color--primary);
  font-size: var(--font-size--h6);
  text-align: center;
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.section-small-title.white {
  color: var(--font-size--color--white);
  text-align: left;
}

.section-small-title.black {
  color: var(--font-size--color--black);
  text-align: left;
}

.large-stats-heading {
  color: var(--font-size--color--primary);
  font-size: var(--font-size--h1);
  margin-bottom: 20px;
  font-weight: 400;
}

.section-child-grid {
  background-color: var(--font-size--color--white);
  text-align: left;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 16px;
  display: flex;
}

.section-child-grid.no-padding {
  padding: 0;
}

.section-child-grid.no-padding.trans {
  background-color: #0000;
}

.section-child-grid.no-padding.h-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  border-bottom: 1px solid #211c223d;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.section-child-grid.no-bg-color {
  background-color: #0000;
  justify-content: space-between;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#000, #fff0);
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-link {
  color: var(--font-size--color--gray);
  font-size: var(--font-size--button);
  letter-spacing: -.5px;
  padding: 10px 0;
  font-weight: 600;
}

.nav-menu-link.w--current {
  color: var(--font-size--color--secondary);
}

.brand {
  background-image: url('../images/wcndf-logo_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.brand.footer {
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

.footer-light {
  background-color: #001321;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block-two.short {
  flex: none;
  width: 180px;
}

.footer-title {
  color: var(--font-size--color--primary);
  font-size: var(--font-size--body-normal);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
}

.footer-link-two {
  color: var(--font-size--color--gray);
  font-size: var(--font-size--body-normal);
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #ff9698;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-container {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  font-size: var(--font-size--h6);
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #dbdbdb;
  font-size: var(--font-size--body-small);
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  background-color: var(--font-size--color--white);
  border-radius: 100%;
  margin-left: 12px;
}

.hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  border-top: 1px solid #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-top: 40px;
  display: grid;
}

.hero-grid._4-1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.hero-child-text {
  color: var(--font-size--color--secondary);
  font-size: var(--font-size--body-normal);
  text-transform: uppercase;
}

.hero-child-white-text {
  color: var(--font-size--color--gray);
  font-size: var(--font-size--body-normal);
  margin-top: 20px;
}

.icons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  display: grid;
}

.sdg-icons {
  border-radius: 0;
  width: 80%;
  height: 80%;
}

.sdg-icon-w {
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.sdg-icon-w._2 {
  background-color: #dda63a;
}

.sdg-icon-w._3 {
  background-color: #4c9f38;
}

.sdg-icon-w._13 {
  background-color: #3f7e44;
}

.sdg-icon-w._5 {
  background-color: #ff3a21;
}

.sdg-icon-w._1 {
  background-color: #e5243b;
}

.sdg-icon-w._12 {
  background-color: #bf8b2e;
}

.impact-content-w {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.impact-img {
  object-fit: cover;
  width: 360px;
  height: 100%;
  display: block;
}

.impact-gg-wheel-w {
  background-image: url('../images/sdg-wheel_398px.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 50% 5% auto auto;
}

.sdg-icon-w-small {
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  overflow: hidden;
}

.sdg-icon-w-small._2 {
  background-color: #dda63a;
}

.sdg-icon-w-small._3 {
  background-color: #4c9f38;
}

.sdg-icon-w-small._13 {
  background-color: #3f7e44;
}

.sdg-icon-w-small._5 {
  background-color: #ff3a21;
}

.sdg-icon-w-small._1 {
  background-color: #e5243b;
}

.sdg-icon-w-small._12 {
  background-color: #bf8b2e;
}

.impact-story-link {
  color: var(--font-size--color--primary);
  font-size: var(--font-size--h5);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.impact-story-link.white {
  color: var(--font-size--color--white);
  text-align: left;
  font-weight: 400;
}

.impact-story-link.black {
  color: var(--font-size--color--black);
  text-align: left;
}

.impact-story-link.left {
  text-align: left;
  text-underline-offset: 5px;
  margin-top: 0;
}

.impact-story-link.left:hover {
  text-decoration: none;
}

.nav-link-w {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  overflow: hidden;
}

.nav-line {
  height: 3px;
}

.support-block {
  opacity: 0;
  background-color: #171717f2;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.support-left {
  background-color: var(--font-size--color--white);
  border-radius: 24px;
  width: 450px;
  overflow: hidden;
}

.support-right {
  background-color: var(--font-size--color--white);
  border-radius: 24px;
  width: 300px;
  height: 100%;
  padding: 20px;
}

.support-img-w {
  background-image: url('../images/WhatsApp-Image-2025-06-30-at-11.53.14-PM-2_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

.support-content-w {
  padding: 20px 40px;
}

.form-field-w {
  background-color: var(--font-size--color--white);
  border: 1px solid #00000040;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 10px 10px 0;
}

.form-field-w.last {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 20px;
}

.form-field-w.first {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.form-label {
  color: #8d8d8d;
  font-size: var(--font-size--body-small);
  margin-bottom: 0;
  font-weight: 400;
}

.form-field {
  color: var(--font-size--color--black);
  font-size: var(--font-size--body-normal);
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-field.long {
  height: 120px;
}

.close-w {
  cursor: pointer;
  background-color: #fffc;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 5% 2% auto auto;
}

.close-text {
  font-size: var(--font-size--body-normal);
}

.support-child-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.form-contact-block {
  width: 70%;
  margin-top: 40px;
}

.photo-gallery-blk {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.project-gallery-lightbox {
  height: 100px;
}

.gallery-lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-hero-slider-1 {
  background-color: var(--transparent);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-slide-1 {
  background-image: linear-gradient(#fff0, #000000e0), url('../images/IMG_0481-min.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide-nav {
  font-size: .8rem;
}

.hero-slide-2 {
  background-image: linear-gradient(#fff0, #000000e3), url('../images/IMG_0457-min.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide-3 {
  background-image: linear-gradient(#fff0, #000c), url('../images/IMG_0316-min_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide-4 {
  background-image: linear-gradient(#fff0, #000c), url('../images/WhatsApp-Image-2025-06-30-at-11.53.14-PM-2_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide-5 {
  background-image: linear-gradient(#fff0, #000c), url('../images/WhatsApp-Image-2025-06-30-at-11.53.05-PM-2_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-slider {
  background-color: var(--transparent);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-arrow {
  font-size: 1.8rem;
}

.slider-arrow.hide {
  display: none;
}

.section-slide-1 {
  background-image: linear-gradient(#fff0, #000000e0), url('../images/WhatsApp-Image-2025-06-30-at-11.53.05-PM-1_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-slide-2 {
  background-image: linear-gradient(#fff0, #000000e0), url('../images/hero-img_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-slide-3 {
  background-image: linear-gradient(#fff0, #000000e0), url('../images/WhatsApp-Image-2025-06-30-at-11.53.02-PM-2_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-slide-4 {
  background-image: linear-gradient(#fff0, #000000e0), url('../images/WhatsApp-Image-2025-06-30-at-11.53.07-PM-2_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-slide-5 {
  background-image: linear-gradient(#fff0, #000000e0), url('../images/woman-carrying-maize-in-on-a-farm_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

@media screen and (min-width: 1280px) {
  body {
    --font-size--color--black: #211c22;
    --font-size--h1: 4rem;
    --font-size--h2: 3.2rem;
    --font-size--h3: 1.8rem;
    --font-size--color--gray: #ededed;
    --font-size--color--white: white;
    --font-size--h6: 1.25rem;
    --font-size--body-normal: 1.1rem;
    --font-size--color--primary: #e72327;
    --font-size--button: 1rem;
    --font-size--color--secondary: #02a8e2;
    --font-size--h5: 1.35rem;
    --font-size--body-small: 1rem;
    --font-size--h4: 1.65rem;
    --font-size--body-xsmall: .9rem;
    --font-family--heading-body: "DM Sans", sans-serif;
  }

  .container-flex {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    width: 100%;
    max-width: 1100px;
  }

  .section-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .button {
    padding: 12px 24px;
  }

  .flex-child-content-w.profile {
    margin-top: -60px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    --font-size--color--black: #211c22;
    --font-size--h1: 5rem;
    --font-size--h2: 3.4rem;
    --font-size--h3: 2.2rem;
    --font-size--color--gray: #ededed;
    --font-size--color--white: white;
    --font-size--h6: 1.25rem;
    --font-size--body-normal: 1.15rem;
    --font-size--color--primary: #e72327;
    --font-size--button: 1rem;
    --font-size--color--secondary: #02a8e2;
    --font-size--h5: 1.6rem;
    --font-size--body-small: 1rem;
    --font-size--h4: 1.8rem;
    --font-size--body-xsmall: .9rem;
    --font-family--heading-body: "DM Sans", sans-serif;
  }

  .container-flex {
    max-width: 1280px;
  }

  .paper-tear.top, .paper-tear.cta {
    top: -350px;
  }

  .large-stats-heading {
    font-size: var(--font-size--h2);
  }

  .support-block {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .support-left {
    width: 480px;
  }

  .support-right {
    width: 340px;
    height: auto;
  }

  .support-child-flex {
    align-items: flex-start;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --font-size--color--black: #211c22;
    --font-size--h1: 5.4rem;
    --font-size--h2: 4.5rem;
    --font-size--h3: 3rem;
    --font-size--color--gray: #ededed;
    --font-size--color--white: white;
    --font-size--h6: 1.75rem;
    --font-size--body-normal: 1.5rem;
    --font-size--color--primary: #e72327;
    --font-size--button: 1.5rem;
    --font-size--color--secondary: #02a8e2;
    --font-size--h5: 2rem;
    --font-size--body-small: 1.25rem;
    --font-size--h4: 2.5rem;
    --font-size--body-xsmall: 1rem;
    --font-family--heading-body: "DM Sans", sans-serif;
  }

  .container-flex {
    max-width: 1440px;
    margin-top: 60px;
  }

  .container-flex.v-center {
    max-width: 1520px;
  }

  .container-flex.v-center.rev {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .section-grid._4-1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 1680px;
  }

  .section {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }

  .section.hero {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .section.black {
    padding-top: 15rem;
    padding-bottom: 8rem;
  }

  .section.bg {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .button {
    padding: 16px 40px;
  }

  .section-container {
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
  }

  .paper-tear {
    bottom: -45%;
  }

  .paper-tear.top {
    top: -25%;
  }

  .paper-tear.cta {
    z-index: 1;
    top: -50%;
  }

  .child-flex-img-w {
    height: 360px;
  }

  .section-flex-content-w {
    border-radius: 40px;
  }

  .section-flex-content-w.img-w {
    height: 580px;
    margin-bottom: 20px;
  }

  .section-child-grid {
    padding: 40px;
  }

  .navbar-container {
    max-width: 1440px;
  }

  .footer-form-field {
    font-size: var(--font-size--body-normal);
  }

  .icons-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: inline-grid;
  }

  .sdg-icon-w {
    width: 124px;
    height: 124px;
    padding: 4px;
  }

  .impact-gg-wheel-w {
    width: 400px;
    height: 400px;
    inset: auto 5% 6% auto;
  }

  .sdg-icon-w-small {
    width: 80px;
    height: 80px;
    padding: 4px;
  }

  .support-left {
    width: 560px;
  }

  .support-right {
    width: 480px;
  }

  .support-img-w {
    height: 380px;
  }

  .form-label {
    font-size: var(--font-size--body-normal);
  }

  .form-field {
    height: 64px;
  }

  .close-w {
    width: 64px;
    height: 64px;
  }

  .close-text {
    font-size: var(--font-size--h5);
  }
}

@media screen and (max-width: 991px) {
  body {
    --font-size--color--black: #211c22;
    --font-size--h1: 3.2rem;
    --font-size--h2: 2.2rem;
    --font-size--h3: 1.6rem;
    --font-size--color--gray: #ededed;
    --font-size--color--white: white;
    --font-size--h6: 1rem;
    --font-size--body-normal: 1rem;
    --font-size--color--primary: #e72327;
    --font-size--button: 1rem;
    --font-size--color--secondary: #02a8e2;
    --font-size--h5: 1.15rem;
    --font-size--body-small: .9rem;
    --font-size--h4: 1.25rem;
    --font-size--body-xsmall: .85rem;
    --font-family--heading-body: "DM Sans", sans-serif;
  }

  .container-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-grid._4-1 {
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.black {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .hero-heading {
    letter-spacing: -2px;
  }

  .section-paragraph.short {
    width: 80%;
  }

  .section-container {
    width: 90%;
  }

  .paper-tear {
    bottom: -150px;
  }

  .paper-tear.top {
    top: -180px;
  }

  .paper-tear.cta {
    top: -150px;
  }

  .v-grid {
    margin-top: 20px;
  }

  .nav-menu-link {
    font-size: var(--font-size--h2);
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 400;
  }

  .nav-cta-w {
    margin-right: 40px;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-grid._4-1 {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-w {
    display: block;
  }

  .menu {
    color: var(--font-size--color--secondary);
    font-size: var(--font-size--h2);
    margin-left: 0;
    margin-right: 20px;
    padding: 0;
    position: absolute;
    right: 0;
  }

  .menu.w--open {
    background-color: var(--font-size--color--secondary);
    color: var(--font-size--color--white);
    margin-right: 10px;
    padding: 10px;
  }

  .nav-menu {
    background-color: var(--font-size--color--black);
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --font-size--color--black: #211c22;
    --font-size--h1: 2.8rem;
    --font-size--h2: 2.75rem;
    --font-size--h3: 1.75rem;
    --font-size--color--gray: #ededed;
    --font-size--color--white: white;
    --font-size--h6: 1.25rem;
    --font-size--body-normal: 1rem;
    --font-size--color--primary: #e72327;
    --font-size--button: 1rem;
    --font-size--color--secondary: #02a8e2;
    --font-size--h5: 1.5rem;
    --font-size--body-small: .9rem;
    --font-size--h4: 1.65rem;
    --font-size--body-xsmall: .8rem;
    --font-family--heading-body: "DM Sans", sans-serif;
  }

  .container-flex {
    flex-flow: column;
  }

  .container-flex.v-center {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-flex.v-center.rev {
    flex-flow: column;
  }

  .container-flex.long-text.imp {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section.hero {
    padding-bottom: 8rem;
  }

  .section.gray {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.black {
    padding-bottom: 2rem;
  }

  .section-paragraph.short {
    width: 100%;
  }

  .section-container.short {
    width: 90%;
  }

  .paper-tear {
    bottom: -120px;
  }

  .paper-tear.top, .paper-tear.cta {
    top: -100px;
  }

  .section-child-flex-img-w {
    width: 100%;
    height: 360px;
  }

  .flex-child-content-w {
    width: 100%;
  }

  .flex-child-content-w.profile {
    margin-top: 0;
  }

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

  .v-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .v-grid.profile {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .section-title.white {
    font-size: var(--font-size--h6);
  }

  .section-flex-content-w {
    width: 100%;
  }

  .section-child-grid.no-padding.h-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 10px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .hero-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-top: 20px;
  }

  .icons-grid {
    display: inline-grid;
  }

  .sdg-icon-w {
    width: 48px;
    height: 48px;
    padding: 2.5px;
  }

  .impact-gg-wheel-w {
    inset: auto 0% 2.5% auto;
  }

  .support-block {
    align-items: flex-start;
  }

  .support-left {
    width: 100%;
  }

  .form-field-w {
    padding-left: 20px;
    padding-right: 20px;
  }

  .support-child-flex {
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    padding: 20px;
  }

  .form-contact-block {
    width: 100%;
  }

  .menu {
    font-size: var(--font-size--h3);
  }
}

@media screen and (max-width: 479px) {
  .container-flex.long-text.imp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-grid, .section-grid._4-1 {
    grid-template-columns: 1fr;
  }

  .section.hero.imp {
    padding-bottom: 4rem;
  }

  .section.bg {
    background-position: 0 0, 70%;
    background-size: auto, cover;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .section-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paper-tear.top {
    top: -50px;
  }

  .paper-tear.cta {
    top: -30px;
  }

  .section-content-w {
    padding-left: 0;
    padding-right: 0;
  }

  .v-grid {
    grid-template-columns: 1fr;
  }

  .section-flex-content-w.img-w {
    height: 280px;
  }

  .section-child-grid.no-padding.h-flex {
    flex-flow: column;
  }

  .navbar-container {
    width: 100%;
    padding: 10px;
  }

  .nav-menu-link {
    font-size: 2.1rem;
  }

  .nav-cta-w {
    margin-right: 50px;
  }

  .brand {
    width: 80px;
    height: 80px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid._4-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .impact-content-w {
    width: 100%;
  }

  .impact-gg-wheel-w {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .nav-link-w {
    display: block;
  }

  .support-right {
    width: 100%;
  }

  .support-img-w {
    height: 180px;
  }

  .support-content-w {
    padding: 8px 16px;
  }

  .close-w {
    background-color: var(--font-size--color--primary);
    color: var(--font-size--color--white);
  }

  .menu {
    font-size: var(--font-size--h3);
    margin-right: 10px;
  }

  .menu.w--open {
    padding: 5px;
  }

  .nav-menu {
    height: 100vh;
  }
}

#w-node-c2374355-b9b9-042f-069b-bb5f1b87ea73-7b13e5f6, #w-node-c2374355-b9b9-042f-069b-bb5f1b87ea73-854c03da, #w-node-c2374355-b9b9-042f-069b-bb5f1b87ea73-d2ad88f4, #w-node-c2374355-b9b9-042f-069b-bb5f1b87ea73-7a1d9255, #w-node-c2374355-b9b9-042f-069b-bb5f1b87ea73-7379ddca, #w-node-c2374355-b9b9-042f-069b-bb5f1b87ea73-8c7d0d38 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_6a4b48fd-d92c-dcdc-727c-e8e32b67b0b2-11f2b151, #w-node-_01b96b78-d7a8-a2c1-9c7d-9cbab9832782-854c03da, #w-node-_6a4b48fd-d92c-dcdc-727c-e8e32b67b0b2-28164277 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6a4b48fd-d92c-dcdc-727c-e8e32b67b0b2-11f2b151, #w-node-_01b96b78-d7a8-a2c1-9c7d-9cbab9832782-854c03da, #w-node-_6a4b48fd-d92c-dcdc-727c-e8e32b67b0b2-28164277 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


