body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 2px;
}

h1 {
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: 'Paytone One', sans-serif;
  color: #320198;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: capitalize;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Paytone One', sans-serif;
  color: #320198;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 3px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.nav-wrapper {
  width: 100%;
  max-height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  text-transform: capitalize;
}

.nav-link.large-green-btn {
  width: 170px;
  border-radius: 35px;
  background-color: #afde15;
  color: #f3f7ff;
  font-weight: 600;
  text-align: center;
}

.h-light {
  color: #926efc;
}

.h-light.h-spaced {
  letter-spacing: 6px;
}

.h-light.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 600;
}

.h-light.link:hover {
  color: #afde15;
}

.h-light.h-tree {
  margin-top: 10px;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.header {
  width: 100vw;
  height: 85vh;
  max-height: 625px;
  margin-bottom: 20vh;
}

.header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-repeat: repeat;
}

.p-centered {
  margin-top: 20px;
  text-align: center;
}

.section {
  padding-top: 20vh;
  padding-bottom: 20vh;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

.section.section-purple.tree-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-image-wrapper {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: -28%;
  width: 40%;
  height: 35%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-image {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.rel-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rel-image-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.container {
  margin-top: 20vh;
  text-align: center;
}

.container.c-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.c-center.q-container {
  position: relative;
}

.container.no-space {
  margin-top: 0vh;
}

.lines-p {
  margin-top: 10vh;
  text-align: left;
}

.h-centered {
  text-align: center;
}

.lines-h {
  margin-bottom: 10vh;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: left;
}

.section-line {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.line-purple {
  position: absolute;
  left: auto;
  top: auto;
  right: 50%;
  bottom: 0%;
  width: 20vh;
  height: 5px;
  background-color: #926efc;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.section-purple {
  background-color: #f3f7ff;
}

.story-wrapper {
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.story-p {
  margin-top: 5vh;
}

.story-p.story-b {
  margin-top: 3vh;
  margin-bottom: 3vh;
  font-weight: 700;
  white-space: normal;
}

.story-p.story-small {
  font-size: 16px;
}

.story-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.story-aligner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7vh;
  margin-bottom: 7vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.green-button {
  min-width: 160px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding: 11px 20px;
  border-radius: 25px;
  background-color: #afde15;
  box-shadow: 0 6px 19px 0 rgba(0, 0, 0, 0.25);
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.green-button.tree-d {
  margin-bottom: 4vh;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.green-button.tree-d:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.green-button.rabbi-button {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.heading {
  letter-spacing: 4.5px;
}

.about-image-wrapper {
  width: 50%;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
}

.about-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-image {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -o-object-fit: contain;
  object-fit: contain;
}

.about-section {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.cross-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cardh-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15vh;
  margin-bottom: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tree-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 1vw;
  height: 200vh;
  margin-top: 10rem;
  margin-bottom: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.tree-number {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5vh;
  height: 12.5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #320198;
  font-family: 'Passion One', sans-serif;
  color: #f3f7ff;
  font-size: 70px;
}

.tree-leaf {
  position: absolute;
  top: 25%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.tree-leaf.leaf-left {
  left: auto;
  right: 150%;
  bottom: auto;
  width: 25vw;
}

.tree-leaf.leaf-right {
  left: 150%;
  right: auto;
  bottom: auto;
}

.tree-p {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.leaf-circle {
  width: 4vw;
  height: 4vw;
  padding: 6px;
  border-radius: 50%;
}

.cardh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27.5%;
  height: 215px;
  margin: 30px 2%;
  padding: 30px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(67, 86, 183, 0.18);
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #320198;
  text-align: center;
}

.cardh:hover {
  background-color: rgba(175, 222, 21, 0.2);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.cardh-image-wrapper {
  width: 100%;
  height: 30%;
}

.imageh {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.imageh.house {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rabbi-circle {
  overflow: hidden;
  width: 7vw;
  height: 7vw;
  margin-right: 2rem;
  border-radius: 50%;
  background-color: #c4c4c4;
}

.rabbi-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 45%; */
  padding-top: 10vh;
  margin-bottom: 7rem;
  padding-bottom: 7vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #320198;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rabbi-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-b-p {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 50%;
  background-color: #f3f7ff;
}

.section-2 {
  position: relative;
}

.paragraph {
  padding-top: 7vh;
  padding-bottom: 7vh;
  text-align: center;
}

.contact-form-block {
  padding: 10vh 10vh 7vh;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(146, 110, 252, 0.15);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(67, 86, 183, 0.19);
}

.input-label {
  margin-bottom: 9px;
  color: #320198;
}

.input {
  margin-bottom: 4vh;
  padding-left: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #320198;
  border-radius: 20px;
  background-color: #f3f7ff;
  font-size: 16px;
  line-height: 38px;
}

.input::-webkit-input-placeholder {
  font-size: 16px;
}

.input:-ms-input-placeholder {
  font-size: 16px;
}

.input::-ms-input-placeholder {
  font-size: 16px;
}

.input::placeholder {
  font-size: 16px;
}

.input.text {
  height: 45px;
  border-radius: 15px;
}

.input.amount-number {
  min-width: 200px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #320198;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-image-wrapper {
  width: 45%;
  height: 65%;
}

.footer-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #afde15;
}

.footer-link-wrapper {
  width: 50%;
}

.footer-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-link-box.link-bottom {
  border-top: 3px solid #926efc;
}

.contact-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.half-side {
  width: 53%;
}

.half-side.student {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrapper {
  position: static;
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.sad-image {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -o-object-fit: contain;
  object-fit: contain;
}

.leaf-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.rabbi-video {
  width: 100%;
}

.brand {
  height: 80px;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.rabbi-name {
  font-weight: 700;
}
.rabbi-link {
  /* margin-top: 1rem; */
  margin-bottom: 1rem;
}

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

.hero-background-wrapper {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.hero-backround-image {
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.html-embed {
  width: 570px;
  height: 317px;
}

.ppl-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ppl-card {
  position: relative;
  width: 25%;
  margin: 3% 2%;
  padding-right: 2%;
  padding-left: 4%;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(67, 86, 183, 0.18);
  border-radius: 20px;
}

.ppl-icon-wrapper {
  position: absolute;
  left: -25%;
  top: 50%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.ppl-heading {
  margin-bottom: 5px;
  color: #926efc;
  font-size: 18px;
  line-height: 25px;
}

.ppl-text {
  font-size: 14px;
  line-height: 28px;
}

.ppl-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.d-header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  min-height: 400px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.d-header-background {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100%;
  padding-bottom: 6%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-orange {
  margin-top: 0px;
  color: #926efc;
  text-align: left;
}

.d-header-image-wrapper {
  position: relative;
  width: 50vw;
  height: 100%;
}

.d-header-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  width: 100%;
}

.qd-secttion {
  padding-top: 10%;
  padding-bottom: 10%;
}

.qqd-heading {
  font-weight: 700;
  letter-spacing: 4px;
}

.quote-text {
  margin-bottom: 10%;
  border-left-color: #afde15;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
}

.quote-text.donation-q {
  margin-bottom: 6%;
}

.amount-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.amount-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1100px;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.other-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1100px;
}

.card-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.amount-card {
  width: 30%;
  min-height: 220px;
  margin: 15px 1.5%;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: #e8eaff;
  border-radius: 20px;
  background-color: #e8efff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.amount-card:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.doantion-heading {
  margin-bottom: 75px;
  font-size: 32px;
}

.card-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
}

.card-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  margin-bottom: 23px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.amount-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10rem 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-9 {
  display: inline-block;
  text-align: right;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cvv {
  width: 30%;
  padding-left: 5%;
}

.success-message-2 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.exp {
  width: 70%;
}

.dinfo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-2 {
  width: 100vw;
  max-width: 900px;
  border-radius: 35px;
  background-color: #e8efff;
}

.card-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block {
  display: none;
}

.heading-11 {
  margin-bottom: 5%;
}

.donation-form {
  display: block;
  width: 100%;
  height: 100%;
  padding: 58px 10%;
}

.orange-button {
  margin-top: 20px;
  padding: 12px 40px;
  border-radius: 20px;
  background-color: #ff6948;
  background-image: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.orange-button:hover {
  border-color: #4356b7;
  background-color: #4356b7;
  background-image: none;
}

.donation-label {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #4356b7;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.donation-label.dn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: inline-block;
}

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

.donation-input {
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #4356b7;
  border-radius: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #ff6948;
  font-size: 24px;
  font-weight: 300;
}

.donation-input:focus {
  border-color: #ff6948;
}

.tree-fill {
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #926efc;
}

.line {
  width: 100%;
  text-align: left;
}

.q-wrapper {
  position: absolute;
  left: 8%;
  top: -2%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 5rem;
  height: 5rem;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header-image-wrapper {
    width: 65%;
  }

  .tree-wrapper {
    min-height: 1450px;
  }

  .rabbi-wrapper {
    width: 45%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link-wrapper {
    width: 75%;
  }

  .half-wrapper {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menue {
    left: 0%;
    top: 0%;
    right: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3f7ff;
  }

  .menu-button.w--open {
    border-radius: 50%;
    background-color: #926efc;
    color: #f3f7ff;
  }

  .hero-backround-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .d-header-wrapper {
    min-height: 373px;
  }

  .div-block-23 {
    padding-bottom: 13%;
    padding-left: 5%;
  }

  .qqd-heading.green-heading {
    margin-bottom: 7%;
  }

  .quote-text.donation-q {
    margin-bottom: 7%;
  }

  .amount-card {
    width: 45%;
    padding-top: 10px;
  }

  .card-top {
    margin-bottom: 18px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-block-2 {
    width: 95vw;
  }

  .heading-11 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .q-wrapper {
    left: -2%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 27px;
  }

  .header {
    height: 75vh;
  }

  .section.section-purple {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .header-image-wrapper {
    width: 70%;
  }

  /* .line-purple {
    bottom: -6%;
  } */

  .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cardh-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tree-leaf.leaf-left {
    font-size: 16px;
  }

  .tree-leaf.leaf-right {
    font-size: 16px;
    line-height: 24px;
  }

  .cardh {
    width: 54%;
  }

  .rabbi-circle {
    width: 10vw;
    height: 10vw;
  }

  .rabbi-wrapper {
    width: 48%;
  }

  .contact-form-block {
    padding: 19px 10px;
  }

  .footer-link-wrapper {
    width: 100%;
  }

  .half-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .half-side {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-wrapper {
    width: 100%;
    padding: 30px;
  }

  .brand {
    height: 100%;
  }

  .image {
    width: 100%;
    height: 100%;
  }

  .hero-backround-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .html-embed {
    width: 90%;
    height: 300px;
  }

  .ppl-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ppl-card {
    width: 41%;
  }

  .ppl-icon-wrapper {
    left: auto;
    right: 109%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }

  .ppl-heading {
    font-size: 23px;
  }

  .d-header-wrapper {
    height: 100vh;
    max-height: 475px;
    min-height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-23 {
    width: 100vw;
    height: 50%;
  }

  .d-header-image-wrapper {
    width: 100vw;
    height: 50%;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .d-header-image {
    position: static;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .qd-secttion {
    padding-right: 15px;
    padding-left: 15px;
  }

  .quote-text {
    font-size: 17px;
  }

  .amount-card {
    width: 45%;
  }

  .heading-11 {
    margin-bottom: 3%;
  }

  .orange-button {
    margin-top: 0px;
  }

  .q-wrapper {
    left: 4%;
  }
}

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

  .nav-wrapper {
    position: static;
  }

  .header {
    max-height: 600px;
  }

  .section.section-purple.tree-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-image-wrapper {
    width: 95%;
  }

  .tree-leaf {
    width: 70vw;
  }

  .tree-leaf.leaf-left {
    top: 100%;
    right: auto;
    width: 70vw;
  }

  .tree-leaf.leaf-right {
    left: auto;
    top: 100%;
    right: auto;
  }

  .leaf-circle {
    display: none;
  }

  .rabbi-circle {
    width: 20vw;
    height: 20vw;
  }

  .rabbi-wrapper {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-form-block {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-link-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body {
    line-height: 24px;
  }

  .nav-menue {
    background-color: #f3f7ff;
  }

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

  .html-embed {
    height: 170px;
  }

  .ppl-card {
    width: 67%;
  }

  .ppl-icon-wrapper {
    display: none;
  }

  .d-header-wrapper {
    height: 425px;
    max-height: none;
    min-height: auto;
  }

  .div-block-23 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .d-header-image-wrapper {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .amount-card {
    width: 100%;
    margin-right: 7.5%;
    margin-left: 7.5%;
  }

  .cvv {
    width: 100%;
    padding-left: 0%;
  }

  .exp {
    width: 100%;
  }

  .div-block-25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block-2 {
    height: auto;
  }

  .card-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-11 {
    margin-bottom: 4%;
    text-align: center;
  }

  .donation-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .donation-label {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .donation-label.dn {
    position: static;
  }

  .donation-input {
    height: 35px;
    font-size: 20px;
  }

  .tree-fill {
    background-color: rgba(146, 110, 252, 0.15);
  }
}

