:root {
  --primary-color: #f8b86d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--white: white;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.paddinghero {
  max-width: 100%;
}

.div-block-2 {
  background-image: url('../images/mainherobg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.image {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 1% 0% auto;
}

.text-block {
  color: #fff;
  text-align: center;
  text-shadow: 4px 3px 6px #000;
  border-radius: 10rem;
  margin: 0 auto;
  padding: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 6rem;
}

.div-block-3 {
  background-color: #2e2e2ed1;
  border-radius: 4rem;
  width: 900px;
  margin: 80px auto 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button {
  width: 200px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.button.facebook {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(122deg, #ff4146, #02dced);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30px;
  grid-auto-columns: 1fr;
  width: 300px;
  padding: 15px 25px;
  transition: all .5s;
  display: grid;
  box-shadow: inset 0 0 8px #000;
}

.button.facebook:hover {
  filter: hue-rotate(180deg);
  box-shadow: inset 0 0 8px 3px #000;
}

.button.facebook.footer {
  display: block;
}

.button.contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(122deg, #e99e08, #1df820);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30px;
  grid-auto-columns: 1fr;
  width: 300px;
  padding: 15px 25px;
  transition: all .5s;
  display: grid;
  box-shadow: inset 0 0 8px #000;
}

.button.contact:hover {
  filter: hue-rotate(180deg);
  box-shadow: inset 0 0 8px 3px #000;
}

.button.contact.footer {
  display: block;
}

.div-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #00dced;
  background-image: linear-gradient(143deg, #ff161c, #00dced);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 350px;
  height: 80px;
  padding: 15px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: grid;
  box-shadow: inset 0 0 5px 3px #ffffff4a;
}

.div-block-4:hover {
  box-shadow: inset 0 0 10px 8px #000000cf;
}

.image-2 {
  align-self: center;
  width: 50px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  align-self: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #00dced;
  background-image: linear-gradient(143deg, #f69800, #42e81c);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 350px;
  height: 80px;
  padding: 15px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: grid;
  box-shadow: inset 0 0 5px 3px #ffffff4a;
}

.div-block-5:hover {
  box-shadow: inset 0 0 10px 8px #000000cf;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.body {
  color: #404040;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.image-3 {
  width: 100vw;
  max-width: none;
}

.section-2 {
  background-color: #ff0006;
  background-image: linear-gradient(#d1d1d1, #fff 4%);
}

.mainherosubhead {
  color: #fff;
  text-align: center;
  text-shadow: 4px 3px 6px #000;
  border-radius: 10rem;
  margin: 0 auto;
  padding: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}

.paddingglobal {
  width: 992px;
  max-width: 992px;
}

.div-fundraise {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 700px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #d8d8d899;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
}

.heading {
  color: #ff1e23;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3rem;
}

.button-2 {
  color: #fff;
  background-color: #f09c08;
  border-radius: 3rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}

.button-3 {
  color: #f09c08;
  background-color: #0000;
  border-radius: 3rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  box-shadow: inset 0 0 0 2px #f09c08;
}

.div-block-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-4 {
  color: #ff1e23;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  display: flex;
}

.paragraph {
  color: #5e5d60;
  max-width: 360px;
  font-size: 15px;
}

.logo {
  width: 200px;
  margin-bottom: 32px;
}

.footer-column {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.text-rights {
  color: #5e5d60;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.div-block-28 {
  background-color: #fafafa;
  border-top: 3px solid #ff1e23;
  padding: 30px;
}

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

.image-numbericon {
  width: 50px;
}

.text-subhead {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.div-howitworks {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-31 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: clip;
}

.image-5 {
  border-radius: 20px;
  max-width: none;
  max-height: 500px;
}

.div-block-32 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.menuhighlightscard {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #d8d8d899;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 48%;
  padding: 15px;
  display: flex;
}

.div-menuhighlights {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.image-snowcone {
  border-radius: 20px;
  width: 24%;
}

.div-block-33 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.emphtext {
  background-color: #d3d3d3;
  border-radius: 20px;
  padding: 5px 10px;
}

.div-fundraisecta {
  background-image: linear-gradient(90deg, #02dced, #37ed1d);
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 20px;
  padding: 30px 20px;
  display: flex;
}

.button-call-ctabanner {
  color: #3a3834;
  background-color: #fff;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.div-contactblockright {
  flex: 1;
  align-self: center;
}

.form-submit {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ff1e23;
  border-radius: 20px;
  width: 285px;
  padding: 10px 5px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.form-textfield {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #49392a;
  border-radius: 20px;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
}

.contactform {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 0;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.section-3 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-contactblock {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-self: stretch;
}

.image-6 {
  width: 200px;
}

.text-block-18 {
  color: #f15a24;
  text-align: center;
  background-color: #e0e0e0;
  border-radius: 10px;
  padding: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .2s;
}

.text-block-18:hover {
  background-color: #bbb;
}

.div-block-36 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-37 {
  font-style: italic;
}

.hero-section {
  background-image: url('../images/mainlogo.png'), url('../images/Banner.svg'), url('../images/mainherobg.png');
  background-position: 50% 10px, 50% 0, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 180px, contain, cover;
  padding-top: 200px;
  padding-bottom: 60px;
}

.hero-heading-div {
  background-color: #404040cc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 734px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.hero-heading-1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 64px;
}

.hero-heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 50px;
}

.hero-button-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.button-text {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.button-icon {
  width: 30px;
}

.section-wrapper {
  padding: 25px 10px;
}

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

.section-wrapper.process {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.section-wrapper.menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.section-wrapper.cta {
  padding: 25px 10px;
}

.section-wrapper.contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.section-wrapper.footer {
  justify-content: space-between;
  display: flex;
}

.left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 510px;
  display: flex;
  position: relative;
}

.right {
  background-image: url('../images/openart-image_0IwYfc6z_1755796778358_raw.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 404px;
  height: 319px;
  padding: 10px;
  display: flex;
}

.impact-heading {
  filter: drop-shadow(0 2px 4px #00000040);
  color: #fff;
  text-shadow: 0 0 4px #00000017;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #56ca4f 12%, #3539ff 80%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 60px;
  line-height: 50px;
}

.div-block-39 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-19 {
  color: #ff4146;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}

.div-block-40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  border-radius: 20px;
  flex-flow: column;
  align-items: stretch;
  padding: 15px;
  display: flex;
}

.text-block-20 {
  width: 461px;
  margin-top: -10px;
}

.div-block-41 {
  background-color: #ff4146;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-width: 250px;
  height: 45px;
  padding: 10px 5px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  box-shadow: inset 0 0 8px #fff;
}

.div-block-41:hover {
  filter: hue-rotate(48deg);
  box-shadow: inset 0 0 8px #000;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.process-heading {
  filter: drop-shadow(0 2px 4px #00000040);
  color: #fff;
  text-align: center;
  text-shadow: 0 0 4px #00000017;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #29cacf 27%, #a743ff 71%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
}

.card-collection {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/trailer-final.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  padding: 15px 30px;
  display: flex;
}

.card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #eee;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 283px;
  padding: 20px 40px;
  display: flex;
}

.circle {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
  box-shadow: inset 0 0 15.2px #888;
}

.circle.green {
  background-color: #1df820;
}

.circle.blue {
  background-color: #02dced;
}

.circle.red {
  background-color: #ff4146;
}

.circle-number {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
}

.card-heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 34px;
}

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

.content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.snowcone-image {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.impact-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee;
  border-radius: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  padding: 15px;
  display: flex;
}

.menu-heading {
  filter: drop-shadow(0 2px 4px #00000040);
  color: #fff;
  text-shadow: 0 0 4px #00000017;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f28100, #ff9e2e 0%, #ff21d6 59%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: -10px;
  padding-bottom: 10px;
  font-size: 60px;
  line-height: 50px;
}

.cta-banner {
  background-image: linear-gradient(90deg, #02dced, #1df820);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.cta-heading {
  color: #fff;
  text-shadow: 0 2px 4px #00000040;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
}

.cta-text-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.contact-heading {
  color: #00c9d0;
  -webkit-text-stroke-color: #00f6ff;
  text-shadow: 0 2px 4px #00000040;
  margin-top: 0;
  margin-bottom: -10px;
  padding-bottom: 10px;
  font-size: 60px;
  line-height: 50px;
}

.text-field {
  border: 2px solid #404040;
  border-radius: 20px;
}

.submit-button {
  background-color: #ff9506;
  border-radius: 20px;
  width: 250px;
  padding: 10px 5px;
  font-size: 20px;
  font-weight: 700;
  transition: all .25s;
  box-shadow: inset 0 0 8px #fff;
}

.submit-button:hover {
  background-color: #b26803;
  box-shadow: inset 0 0 8px 3px #000;
}

.footer-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 144px;
}

.text-block-22 {
  width: 238px;
}

.footer-ud-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 30px;
}

.link {
  color: #fff;
  background-color: #f15a24;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 5px 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
}

.link:hover {
  color: #f15a24;
  background-color: #3b3b3b;
}

.div-block-42 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.section-4 {
  border-top: 3px solid #ff0006;
}

.bold-text {
  text-decoration: underline;
}

.image-9 {
  position: absolute;
  inset: 20% 14% auto auto;
}

@media screen and (min-width: 1280px) {
  .button.facebook {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 30px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button.contact {
    grid-auto-columns: 1fr;
  }

  .div-howitworks, .div-menuhighlights {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-fundraisecta {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .button-call-ctabanner {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-3 {
    padding-bottom: 60px;
  }

  .div-contactblock {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-6 {
    width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .paddinghero {
    width: 100%;
    max-width: none;
  }

  .text-block {
    width: 80vw;
    font-size: 3rem;
    line-height: 3rem;
  }

  .div-block-3 {
    width: auto;
    margin-top: 150px;
    margin-bottom: 50px;
  }

  .div-block-4, .div-block-5 {
    width: 300px;
  }

  .mainherosubhead {
    width: 80vw;
    font-size: 3rem;
    line-height: 3rem;
  }

  .paddingglobal {
    width: 90vw;
    max-width: none;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

  .image-numbericon {
    width: 30px;
  }

  .text-subhead {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .image-5 {
    max-height: 430px;
  }

  .div-block-34 {
    flex-flow: wrap;
  }

  .button-call-ctabanner {
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1rem;
  }

  .form-submit {
    width: 200px;
  }

  .form-textfield {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .div-contactblock {
    padding-left: 0;
  }

  .hero-heading-div {
    width: auto;
  }

  .hero-heading-1 {
    font-size: 54px;
    line-height: 54px;
  }

  .hero-heading-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-wrapper.impact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .right {
    background-position: 50% 40%;
    width: 600px;
  }

  .div-block-39 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 3rem;
    line-height: 3rem;
  }

  .div-block-3 {
    margin-top: 200px;
  }

  .button.facebook.footer, .button.contact.footer {
    width: auto;
    display: block;
  }

  .div-block-4 {
    width: 250px;
    height: 60px;
  }

  .image-2 {
    width: 30px;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .div-block-5 {
    width: 250px;
    height: 60px;
  }

  .div-block-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .body {
    font-size: 12px;
    line-height: 17px;
  }

  .mainherosubhead {
    font-size: 3rem;
    line-height: 3rem;
  }

  .div-fundraise {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading {
    font-size: 2rem;
    line-height: 2rem;
  }

  .div-block-10 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-grid-02 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-wrapper {
    justify-content: center;
    align-items: center;
  }

  .form-submit {
    width: 100%;
  }

  .contactform {
    margin-top: 20px;
  }

  .div-contactblock {
    display: block;
  }

  .hero-section {
    background-size: 150px, contain, cover;
    padding-top: 150px;
    padding-bottom: 20px;
  }

  .hero-heading-1 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-heading-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-button-div {
    flex-flow: column;
  }

  .section-wrapper.footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .left, .right {
    width: 100%;
  }

  .impact-heading {
    font-size: 40px;
    line-height: 33px;
  }

  .div-block-39 {
    flex-flow: wrap;
  }

  .text-block-19 {
    font-size: 18px;
  }

  .text-block-20 {
    width: auto;
  }

  .text-block-21 {
    font-size: 18px;
    line-height: 18px;
  }

  .process-heading {
    font-size: 40px;
    line-height: 33px;
  }

  .card-collection {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .card {
    height: 300px;
  }

  .card-heading {
    font-size: 36px;
    line-height: 30px;
  }

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

  .menu-heading {
    font-size: 40px;
    line-height: 33px;
  }

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

  .cta-heading, .contact-heading {
    font-size: 40px;
    line-height: 33px;
  }

  .submit-button {
    font-size: 18px;
  }

  .footer-right {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .image-9 {
    top: 20px;
    left: 300px;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    height: 40rem;
  }

  .image {
    width: 150px;
    top: 0%;
  }

  .text-block {
    width: 80vw;
    padding: 5px;
    font-size: 10vw;
    line-height: 10vw;
  }

  .div-block-3 {
    border-radius: 1rem;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-4 {
    grid-template-columns: 1fr auto;
    place-items: stretch stretch;
    width: 80vw;
  }

  .image-2 {
    width: 30px;
  }

  .text-block-2 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .div-block-5 {
    width: 80vw;
  }

  .div-block-6 {
    flex-flow: column;
    align-items: center;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .mainherosubhead {
    width: 80vw;
    padding: 5px;
    font-size: 7vw;
    line-height: 7vw;
  }

  .paddingglobal {
    width: 90vw;
  }

  .div-fundraise {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 15px;
  }

  .div-block-9 {
    width: 100%;
  }

  .heading {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .div-block-10 {
    display: none;
  }

  .text-block-4 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

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

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

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .div-howitworks {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-31 {
    flex-flow: column;
  }

  .div-menuhighlights {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-fundraisecta {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .button-call-ctabanner {
    text-align: center;
    width: 225px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-38 {
    padding-bottom: 0;
  }

  .hero-heading-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .card {
    height: auto;
  }

  .content-right {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    height: 150px;
  }

  .footer-left {
    justify-content: space-between;
    align-items: center;
  }

  .footer-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .image-9 {
    display: inline-flex;
    left: 287px;
  }
}

#w-node-_239c140f-f886-8af9-a980-960b3740079f-cedb8362, #w-node-_239c140f-f886-8af9-a980-960b374007a3-cedb8362, #w-node-_239c140f-f886-8af9-a980-960b37400833-cedb8362, #w-node-_239c140f-f886-8af9-a980-960b37400836-cedb8362 {
  align-self: center;
}


