@font-face {
  font-family: "Museo 700";
  src: url('../fonts/Museo-700.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo 700";
  src: url('../fonts/Museo-700.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo 700";
  src: url('../fonts/Museo-700.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-grey: #58585a;
  --white: #fff;
  --primary-green: #0a8866;
  --light-green: #45b891;
  --heading: #054433;
  --light-grey: #818286;
  --text-white: whitesmoke;
}

.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;
  }
}

h1 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.home-banner {
  background-image: linear-gradient(#0009, #0009), linear-gradient(#0a886680, #0a886680), url('../images/home_bg_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: -96px;
  padding-top: 27vh;
  padding-bottom: 35vh;
  display: flex;
}

.container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.home-banner-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--primary-green);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--white);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.nav-dropdown-toggle:hover {
  color: var(--primary-green);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  margin-left: 20px;
}

.small-button {
  background-color: var(--light-green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 50px;
  padding: 16px 25px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  transition: all .3s;
}

.small-button:hover {
  background-color: var(--primary-green);
  transform: scale(.9);
}

.small-button:active {
  background-color: #43464d;
}

.hide {
  display: none;
}

.primary-logo {
  max-height: 64px;
}

.banner-heading {
  font-family: Merriweather, serif;
  font-weight: 900;
  line-height: 1.2;
}

.banner-heading.home {
  color: var(--white);
  max-width: 51rem;
  margin-left: auto;
  margin-right: auto;
}

.subtext {
  color: var(--white);
  text-align: center;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.subtext.dark {
  color: var(--dark-grey);
  font-weight: 600;
}

.subtext.width---650px {
  max-width: 650px;
}

._1-rem {
  height: 1rem;
}

._1-rem.hide {
  display: block;
}

._2-rem {
  width: 2rem;
  height: 2rem;
}

.cta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.big-button {
  background-color: var(--light-green);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 50px;
  margin-left: 0;
  padding: 20px 36px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  transition: all .3s;
}

.big-button:hover {
  background-color: var(--primary-green);
  color: #fff;
  transform: scale(.9);
}

.big-button:active {
  background-color: #43464d;
}

.big-button.secondary {
  border: 1px solid var(--white);
  background-color: #0a886600;
}

.big-button.secondary:hover {
  background-color: var(--primary-green);
}

.achievements {
  position: relative;
}

.achievements-wrapper {
  background-color: var(--white);
  margin-top: -10vh;
  margin-right: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: sticky;
  inset: 0%;
  box-shadow: 2px 0 50px #0000000d;
}

.about-home {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.body {
  background-color: #f5f5f5;
}

.about-home-wrapper {
  flex-flow: column;
  display: flex;
}

.section-tag {
  color: var(--light-green);
  text-align: center;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.section-tag.left {
  text-align: left;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.section-heading {
  color: var(--heading);
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
  font-weight: 900;
  line-height: 1.2;
}

.section-heading.home {
  color: var(--white);
  line-height: 1.1;
}

.section-heading.left {
  text-align: left;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.section-heading.left.white {
  color: var(--white);
}

.heading {
  color: var(--dark-grey);
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  line-height: 1.1;
}

.section-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-image {
  object-fit: cover;
  border-radius: 20px;
  max-height: 36rem;
}

.home-image.why-us {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
}

.body-text {
  color: var(--light-grey);
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.body-text.dark {
  color: var(--dark-grey);
}

.body-text.small {
  color: var(--heading);
  font-weight: 600;
}

.body-text.centre {
  text-align: center;
}

.body-text.white {
  color: var(--text-white);
  text-decoration: none;
}

.why-us {
  background-color: #ebf3ec;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.bullet-point-wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .5rem;
  display: flex;
}

.bullet-point {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  display: flex;
}

.what-we-do {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.what-we-do-wrapper {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.donation-card {
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 5px #0000000d;
}

.donation-options {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why-us-wrapper {
  flex-flow: row;
  display: flex;
}

.why-us-inner-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.bullet-icon {
  color: var(--light-green);
}

.bold-text {
  color: var(--heading);
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.bold-text.dark {
  color: var(--dark-grey);
}

.chip-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% -3vw;
}

.why-us-image-wrapper {
  width: 40%;
  margin-left: 10%;
  position: relative;
}

.chip-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 330px;
  padding: 20px 24px;
  display: flex;
  box-shadow: 0 0 20px #0000000d;
}

.green-circle {
  background-color: #45b8914d;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.code-embed {
  color: var(--light-green);
  margin-bottom: -8px;
}

.h4 {
  color: var(--heading);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.h4.home {
  color: var(--white);
  line-height: 1.1;
}

.h4.left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-family: Merriweather, serif;
  font-weight: 900;
}

.what-we-do-inner-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.donation-option-image {
  object-fit: contain;
  border-radius: 100px;
  width: 120px;
  height: 120px;
}

.join-us {
  background-color: var(--heading);
  background-image: linear-gradient(0deg, #000000b3, #00000036 49%, #000000b3), linear-gradient(135deg, #000c 34%, #0003 55%, #000c 76%), url('../images/dl.beatsnoop.com-3000-tsZxwOYyCb.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.join-us-wrapper {
  display: flex;
}

.join-us-left {
  width: 50%;
  max-width: 52rem;
}

.join-us-right {
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: 10%;
  display: flex;
}

.follow-us {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-header---2-column {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.instagram-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.instagram-card {
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px #0000000d;
}

.instagram-card.bottom-nav {
  border-radius: 10px;
  width: 120px;
  height: 120px;
  padding: 4px;
}

.footer-light {
  background-color: var(--heading);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.footer-brand {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  text-decoration: none;
  display: flex;
}

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

.footer-title {
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-link-two {
  color: var(--text-white);
  margin-top: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--light-green);
}

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

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

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  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: var(--white);
  opacity: .1;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  opacity: .9;
  color: var(--text-white);
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-style: normal;
  line-height: 1.2;
  text-decoration: none;
}

.footer-copyright.link {
  color: var(--white);
  font-style: normal;
  text-decoration: underline;
  transition: all .3s;
}

.footer-copyright.link:hover {
  color: var(--primary-green);
  background-color: #fff;
  border-radius: 1px;
  padding: 0;
}

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

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

.social-media-icons {
  background-color: var(--light-green);
  border: 0 solid #000;
  border-radius: 50px;
}

.bottom-nav---instagram {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  place-items: start;
}

.footer-first-column {
  width: 40vw;
  max-width: 600px;
}

.achievements-inner-wrapper {
  flex-flow: row;
  display: flex;
}

.achievement-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.achievements-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 45%;
  margin-left: 5%;
  display: grid;
  position: relative;
}

.achievements-right.show-on-phone {
  display: none;
}

.achievements-chip {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.why-us---image-overlay {
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.small-text {
  color: var(--light-grey);
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.small-text.dark {
  color: var(--dark-grey);
}

.small-text.small {
  color: var(--heading);
  font-weight: 600;
}

.small-text.centre {
  text-align: center;
}

.small-text.white {
  color: var(--text-white);
  text-decoration: none;
}

.highlighted-text {
  color: var(--dark-grey);
  font-style: italic;
}

.instagram-overlay {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-image {
  z-index: 1;
  background-image: linear-gradient(#0000001a, #0000001a);
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px;
  position: absolute;
  inset: 0%;
}

.instagram-image._1 {
  background-image: linear-gradient(#0000, #0000), url('../images/helping-hands-donate-5.avif');
  background-size: auto, cover;
}

.instagram-image._2 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/helping-hands-donate-6.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.instagram-image._3 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/HELPING-HANDS-donate-4.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.instagram-image._4 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/HELPING-HANDS-donate-3.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.intsa-circle {
  background-color: var(--light-green);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.insta-redirect {
  color: var(--heading);
}

.logo-in-text {
  color: var(--text-white);
  font-family: "Museo 700", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.logo-in-text.bottom-nav {
  align-self: flex-end;
  width: 150px;
  line-height: 1.1;
}

.logo-tree {
  height: 40px;
}

.logo-tree.bottom-nav {
  height: 70px;
}

.donate-card-content {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.contact-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.contsct-title {
  color: var(--white);
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-link {
  color: var(--text-white);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
}

.contact-link:hover {
  color: var(--light-green);
}

.social-media-image {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .achievements-wrapper {
    margin-right: 10vw;
    padding-left: 10vw;
  }

  .donation-options {
    grid-template-columns: 1fr 1fr;
  }

  .footer-first-column {
    width: 30vw;
  }
}

@media screen and (min-width: 1920px) {
  .home-banner-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cta-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .achievements-wrapper {
    margin-right: 20vw;
    padding-left: 20vw;
  }

  .about-home, .why-us, .what-we-do {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .footer-first-column {
    width: 25vw;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: var(--dark-grey);
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .mobile-margin-top-10, .small-button.primary {
    margin-left: auto;
  }

  .menu-button {
    background-color: #f5f5f533;
    border-radius: 5px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--light-green);
  }

  .banner-heading {
    font-size: 40px;
  }

  .cta-wrapper {
    flex-flow: column;
  }

  .section-heading {
    font-size: 32px;
  }

  .body-text {
    font-size: 16px;
  }

  .donation-card {
    padding: 24px;
  }

  .bold-text {
    font-size: 16px;
  }

  .chip-card {
    padding: 16px;
  }

  .h4 {
    font-size: 18px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

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

  .footer-form-container {
    max-width: 350px;
  }

  .achievements-right {
    margin-top: 5%;
  }

  .achievements-chip {
    padding: 12px;
  }

  .icon {
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 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;
  }
}

@media screen and (max-width: 479px) {
  .home-banner {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/home_bg.avif');
    background-position: 0 0, 0 0, 60%;
    margin-top: -106px;
    padding-top: 22vh;
  }

  .container.nav-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .nav-menu-wrapper {
    flex: 1;
  }

  .nav-menu-two {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    padding-top: 30px;
  }

  .nav-link {
    border-radius: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .mobile-margin-top-10, .small-button.primary {
    margin-left: 0;
  }

  .small-button.primary.nav-bar {
    width: 100%;
  }

  .banner-heading.home {
    font-size: 37px;
  }

  .subtext {
    font-size: 16px;
  }

  ._1-rem.hide {
    display: none;
  }

  .cta-wrapper {
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }

  .big-button {
    padding: 20px 24px;
    font-size: 16px;
    line-height: 1.2;
  }

  .big-button.primary {
    width: 220px;
  }

  .big-button.primary.card {
    width: auto;
  }

  .big-button.secondary {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-home {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-heading.left {
    text-align: center;
  }

  .home-image, .home-image.why-us {
    height: 50vh;
  }

  .body-text.white.hide-on-phone {
    display: none;
  }

  .why-us, .what-we-do {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .donation-card {
    border-radius: 30px;
    flex-flow: row;
  }

  .donation-options {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .why-us-wrapper {
    flex-flow: column;
  }

  .why-us-inner-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .bullet-icon {
    margin-top: 3px;
  }

  .why-us-image-wrapper {
    width: 100%;
    margin-top: 3rem;
    margin-left: 0%;
  }

  .h4._0-padding {
    margin-bottom: 0;
  }

  .join-us {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .join-us-wrapper {
    flex-flow: column;
  }

  .join-us-left {
    width: 100%;
  }

  .join-us-right {
    width: 100%;
    margin-top: 2rem;
    margin-left: 0%;
  }

  .follow-us {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-header---2-column {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  ._2-column-inner-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .instagram-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }

  .instagram-card {
    border-radius: 30px;
    height: 30vh;
  }

  .footer-light {
    padding-top: 40px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    grid-template-columns: 3fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-link-two {
    margin-top: 14px;
  }

  .footer-divider-two {
    margin-top: 60px;
  }

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

  .footer-copyright {
    font-size: 16px;
    line-height: 1.2;
  }

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

  .footer-first-column {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .achievements-inner-wrapper {
    flex-flow: column;
  }

  .achievement-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .achievements-right {
    width: 100%;
    margin-top: 3rem;
    margin-left: 0%;
  }

  .achievements-right.hide-on-phone {
    display: none;
  }

  .achievements-right.show-on-phone {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: grid;
  }

  .instagram-overlay, .instagram-image, .instagram-image._1 {
    border-radius: 30px;
  }

  .intsa-circle {
    width: 64px;
    height: 64px;
  }

  .logo-in-text {
    width: 100px;
    padding-top: 1px;
    font-size: 22px;
    line-height: 1.1;
  }

  .logo-tree {
    height: 50px;
  }

  .donate-card-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 1rem;
    display: flex;
  }

  #w-node-_8fd19711-f4e0-fad3-2272-e4b39992f7d5-3270b70f {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Museo 700';
  src: url('../fonts/Museo-700.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo 700';
  src: url('../fonts/Museo-700.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo 700';
  src: url('../fonts/Museo-700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}