:root {
  --blue: #1a8cff;
  --green: #22c322;
  --white: white;
  --blue-10: #deeffc;
  --green-10: #dff4e9;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.cta-button {
  background-image: linear-gradient(126deg, var(--blue), var(--green));
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 250px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.cta-button:hover {
  color: #fff;
  background-color: #32343a;
  transform: scale(1.05);
}

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

.cta-button.w--current {
  text-align: center;
}

.hero-stack {
  background-color: #f5f7fa00;
  height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.hero-stack.small {
  height: auto;
  margin-top: 100px;
  padding-bottom: 24px;
}

.container {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.description-middle {
  color: #4b5563;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.description-middle.bold {
  margin-bottom: 12px;
  font-weight: 700;
}

.description-middle.short {
  width: 75%;
  line-height: 22px;
}

.description-middle.faq {
  width: 75%;
  margin-bottom: 24px;
}

.footer-dark {
  color: #fff;
  background-color: #111827;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
  overflow: hidden;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 60%;
  padding-top: 27px;
  display: grid;
}

.footer-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #d1d5db;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
}

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

.footer-divider {
  background-color: #1f2937;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #d1d5db;
  text-align: center;
  padding-bottom: 12px;
  font-size: 13px;
  line-height: 16px;
}

.navbar-no-shadow-2 {
  padding-top: 9px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-image: linear-gradient(90deg, var(--blue-10), var(--green-10));
  border-radius: 16px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 10px #00000014;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand-2 {
  margin-right: 10px;
}

.nav-menu-wrapper-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.nav-menu-2 {
  z-index: 5;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

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

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

.nav-button-wrapper-2 {
  margin-left: 120px;
  display: none;
}

.gradient-border {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.gradient-border:hover {
  color: #fff;
  background-color: #32343a;
}

.gradient-border:active {
  background-color: #43464d;
}

.menu-button-2 {
  padding: 0;
  display: none;
}

.menu-button-2.w--open {
  background-color: #c8c8c800;
  padding: 0;
}

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.date-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: none;
}

.image {
  width: 100px;
}

.gradient-wqwqw {
  background-color: var(--blue-10);
  background-image: linear-gradient(90deg, var(--blue), var(--green)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  -webkit-text-fill-color: transparent;
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-text {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 50px;
  padding: 4px 29px;
  position: relative;
}

.link-block {
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  border-radius: 50px;
  margin-right: 60px;
  padding: 3px;
  text-decoration: none;
  display: block;
  position: relative;
}

.border-simulator {
  z-index: 0;
  background-color: var(--green-10);
  border-radius: 50px;
  width: 97.1%;
  height: 83%;
  position: absolute;
}

.icon, .closed {
  display: none;
}

.nav-left-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.body {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--blue-10), var(--green-10));
  font-family: Open Sans, sans-serif;
}

.opened {
  display: none;
  position: absolute;
}

.heading-colored {
  background-image: linear-gradient(138deg, var(--blue), #1c98ce 18%, #1d9fb3 57%, var(--green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.text-block {
  color: #0073e6;
  font-size: 15px;
  font-weight: 600;
}

.description-small {
  text-align: left;
  width: 282px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.description-small.decorated {
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  font-size: 16px;
}

.flex-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.flex-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.heartbeat-wrapper {
  z-index: -1;
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.image-2 {
  opacity: .5;
  max-width: 1000%;
  height: 66%;
  position: relative;
  left: -68%;
}

.blob {
  background-image: radial-gradient(circle, #dff2f2 52%, #fff0);
  width: 1200px;
  position: absolute;
  inset: 0%;
}

.the-block {
  background-image: linear-gradient(90deg, #0000, #dff2f3 16% 91%, #0000);
  width: 500px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 30%;
}

.image-3 {
  width: 100px;
}

.hero-icon {
  width: 60px;
  position: absolute;
  inset: 32% auto auto 7%;
}

.hero-icon.icon2 {
  inset: 16% 9% auto auto;
}

.hero-icon.icon1 {
  inset: 84% auto auto 15%;
}

.hero-icon.icon3 {
  top: 29%;
  left: 4%;
}

.div-block-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  margin-top: 10px;
  display: none;
  position: absolute;
  inset: 4px 0% 0% auto;
}

.sun {
  width: 150px;
  position: absolute;
  inset: -2% auto auto 0%;
}

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

.heading-wrapper {
  position: relative;
}

.image-4 {
  width: 14px;
  position: absolute;
  inset: 26% 3% auto auto;
}

.sub-heading {
  margin-bottom: 8px;
  padding-left: 99px;
  padding-right: 99px;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
}

.container-home {
  z-index: 0;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.flex-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.button-2 {
  color: #1d4ed8;
  background-color: #fff;
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 700;
  box-shadow: 0 2px 5px #0003;
}

.button-1 {
  color: #7e22ce;
  background-color: #fff;
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 700;
  box-shadow: 0 2px 5px #0003;
}

.button-3 {
  color: #15803d;
  background-color: #fff;
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 700;
  box-shadow: 0 2px 5px #0003;
}

.heading-3 {
  text-align: center;
}

.text-span {
  background-image: linear-gradient(137deg, var(--blue), #1da1ab 7%, var(--green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-disc-2 {
  text-align: center;
  margin-bottom: 24px;
  padding-left: 99px;
  padding-right: 99px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.flex-block-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.heading-4 {
  margin-top: 0;
  font-size: 18px;
  line-height: 20px;
}

.div-block-3 {
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  width: 80px;
  height: 3px;
}

.image-7 {
  margin-top: 20px;
}

.image-8 {
  width: 120px;
}

.flex-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.section-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.cols-wrapper-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ffffff8a;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.cols-wrapper-about.involved {
  background-color: #0000;
}

.container-3 {
  max-width: 1140px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.heading-5 {
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.block-wrapper {
  background-image: linear-gradient(90deg, var(--blue-10), var(--green-10));
  border: 1px solid #dbeafe;
  border-radius: 8px;
  width: 100%;
  padding: 16px 23px;
  position: relative;
}

.paragraph {
  color: #111827;
  font-weight: 700;
}

.paragraph-2, .paragraph-3 {
  color: #4b5563;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-4 {
  color: #4b5563;
  text-align: center;
}

.image-9 {
  position: absolute;
  inset: -10% auto auto 2%;
}

.image-9-copy {
  position: absolute;
  inset: auto 2% -13% auto;
}

.logo {
  opacity: .09;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grid {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto;
  width: 100%;
  margin-bottom: 0;
}

.text-block-2 {
  color: #0d9488;
  margin-left: 2px;
  font-size: 12px;
  font-weight: 600;
}

.text-block-2.bigger {
  font-size: 16px;
  font-weight: 700;
}

.cell-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #dbeafe;
  border: 1px solid #bfdbfe;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  display: flex;
}

.cell-wrapper.middle {
  background-color: #ccfbf1;
  border-color: #99f6e4;
  justify-content: center;
  align-items: center;
}

.cell-wrapper._1 {
  background-color: #f3e8ff;
  border-color: #e9d5ff;
}

.cell-wrapper._2 {
  background-color: #dcfce7;
  border-color: #bbf7d0;
}

.cell-wrapper._3 {
  background-color: #ffedd5;
  border-color: #fed7aa;
}

.text-2 {
  color: #7e22ce;
  font-weight: 700;
}

.text-3 {
  color: #15803d;
  font-weight: 700;
}

.text-4 {
  color: #c2410c;
  font-weight: 700;
}

.text-5 {
  color: #92400e;
  font-size: 12px;
  font-weight: 600;
}

.block-wrapper-2 {
  background-image: linear-gradient(90deg, var(--blue-10), var(--green-10));
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 21px 23px;
  display: flex;
  position: relative;
}

.paragraph-5 {
  color: #4b5563;
  text-align: left;
}

.section-3 {
  background-color: #19243d;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.heading-6 {
  color: var(--white);
  text-align: center;
}

.text-span-2 {
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-6 {
  color: #d3d3d3;
  text-align: center;
  font-size: 18px;
}

.cards-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.card-column {
  max-width: 252px;
}

.card-img {
  z-index: 1;
  position: relative;
}

.the-space {
  width: 100%;
  height: 175px;
}

.the-space.mobile {
  display: none;
}

.hidden-text-1 {
  z-index: -1;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 20px;
}

.person-img {
  width: 164px;
}

.container-4 {
  width: 100%;
}

.hidden-text-2 {
  z-index: -1;
  color: #15ca6c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.hidden-text-3 {
  z-index: -1;
  color: #a1a1a1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.hidden-txt-wrapper {
  z-index: -1;
  position: absolute;
  inset: 22% 0% auto;
}

.hidden-txt-wrapper.mobile {
  position: static;
}

.hidden-txt-wrapper-down {
  z-index: -1;
  position: absolute;
  inset: auto 0% 15%;
}

.heading-copy {
  background-image: linear-gradient(138deg, var(--blue), #1c98ce 18%, #1d9fb3 57%, var(--green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
  font-weight: 700;
  line-height: 69px;
}

.bg-wrapper {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.title-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 25px;
  display: flex;
}

.heading-8 {
  color: #40434b;
  font-size: 40px;
}

.column--involved {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  margin-bottom: 24px;
  padding: 24px 26px;
  box-shadow: 0 2px 5px #0003;
}

.column--involved.hidden {
  display: none;
}

.card-head {
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 25px;
}

.flex-block-8 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
}

.line {
  background-color: #dbeafe;
  width: 100%;
  height: 1px;
}

.info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #dbeafe;
  border: 1px solid #bfdbfe;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  display: flex;
}

.info.yellow {
  background-color: #fffbeb;
  border-width: 0 0 0 4px;
  border-color: #99f6e4 #99f6e4 #fbbf24 #fbbf24;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
}

.info.card {
  background-color: #f9fafb;
  border-color: #dbeafe;
}

.info.card.no-bg {
  background-color: #f9fafb00;
  border-width: 0;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-span-3 {
  font-weight: 800;
}

.donate-cell {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ccfbf1;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.donate-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.donate-text {
  color: #000;
  font-weight: 700;
}

.text-22 {
  color: #1d4ed8;
  font-weight: 700;
}

.text-55 {
  color: #0f766e;
  font-size: 14px;
  font-weight: 600;
}

.info-title {
  color: #475569;
  font-size: 12px;
  font-weight: 600;
}

.info-title.bold {
  color: #0f172a;
  font-weight: 700;
}

.icon-wrapper {
  aspect-ratio: 1;
  background-color: #ccfbf1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 35px;
  display: flex;
}

.small-description {
  color: #4b5563;
  margin-bottom: 0;
  font-size: 12px;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.field-combo {
  width: 100%;
}

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

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 10px;
  display: flex;
}

.ms-checkbox {
  border-width: 1.5px;
  border-color: #12133140;
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.ms-checkbox:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  border-color: #2962ff;
}

.ms-checkbox.w--redirected-checked {
  background-color: #2962ff;
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.submit-button {
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  border-radius: 8px;
  width: 100%;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.column-about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  padding-top: 24px;
}

.section-4 {
  margin-top: 100px;
}

.container-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.hero-wrapper-contact {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-title {
  margin-top: 0;
}

.column-contact-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.column--contact {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 8px;
  width: 47%;
  padding: 24px 26px;
  box-shadow: 0 2px 5px #0003;
}

.column--contact.inside {
  width: 100%;
  height: 100%;
}

.center-wrapper-contact {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.field-combo-contact {
  width: 100%;
}

.card-head-contact {
  color: #1f2937;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.icon-wrapper-contact {
  aspect-ratio: 1;
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 35px;
  display: flex;
}

.col2-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 47%;
  display: flex;
}

.block-wrapper-contact {
  background-image: linear-gradient(90deg, var(--blue), #1eab83);
  border: 1px solid #dbeafe;
  border-radius: 8px;
  width: 100%;
  padding: 30px 23px;
  position: relative;
}

.paragraph-contact {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
}

.paragraph-5-contact {
  color: var(--white);
  text-align: left;
  font-size: 12px;
}

.center-wrapper-involved {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hidden {
  display: none;
}

.accordion-wrapper {
  border-bottom: 2px solid #0000001c;
  margin-top: 50px;
  padding-bottom: 48px;
}

.faq-section {
  padding: 0 30px 100px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.text-center {
  text-align: center;
  display: none;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 1280px;
  padding-top: 0;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #f9fafb;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.image-10 {
  z-index: -5;
  opacity: .18;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-9 {
  color: #40434b;
}

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

.flex-block-9 {
  border-radius: 14px;
  overflow: hidden;
}

.videeoo-wrappre-1 {
  width: 25%;
}

.container-1280 {
  border-radius: 0;
  max-width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
}

.video-list-wrapper.ytwrappper {
  margin-top: 24px;
}

.video-list {
  margin-left: -20px;
  margin-right: -20px;
}

.video-list.ytlist {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.video-item {
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.video-item.ytitem {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  margin-bottom: 30px;
  display: flex;
}

.html-embed {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.html-embed.yt-embeded {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  font-weight: 600;
  display: flex;
}

.cross-icon {
  z-index: 1;
  cursor: pointer;
  align-items: baseline;
  transition: opacity .2s;
  display: block;
  position: fixed;
  inset: 62px 62px auto auto;
}

.cross-icon.yt-crossicon {
  background-color: #0000;
  border: 5px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  max-width: 50px;
  height: 80px;
  max-height: 50px;
  display: flex;
  position: static;
  top: 220px;
  right: 20px;
}

.popup-video-block {
  z-index: 999;
  opacity: 0;
  color: #fff;
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding-left: 50px;
  padding-right: 50px;
  transition: opacity 1s;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-video-block.youtube-popup {
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.cross-img {
  max-width: 14px;
  max-height: 14px;
  position: relative;
  inset: 0% 0% auto;
}

.video-show {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: auto;
  display: block;
  position: relative;
  inset: 16% 0% 0% 5%;
}

.video-show.yt-video-show {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  top: 0%;
  left: auto;
}

.vtext-block {
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  justify-content: center;
  align-items: center;
  height: 130px;
  padding: 20px;
  font-size: 20px;
  display: flex;
  box-shadow: 0 10px 30px #0000001f;
}

.video-title {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 18px;
}

.video-title.yt-title {
  color: #000;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.total-time {
  color: #fff;
  padding: 5px 10px;
  position: relative;
}

.total-time.yt-totaltime {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  left: auto;
}

.hover-img {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  max-width: 20px;
  height: 100%;
  max-height: 23px;
  margin-left: 5px;
  font-size: 16px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
}

.clock-img {
  object-fit: cover;
  width: 100%;
  position: relative;
}

.video-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.video-img.yt-img {
  border-radius: 0;
}

.play-btn-back {
  z-index: 1;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  cursor: pointer;
  background-color: #0000;
  border: 0 solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.play-btn-back:hover {
  filter: none;
  background-color: #666161;
  border-color: #0000;
}

.video-wrapper.yt-video-wrappper {
  border-radius: 50px 50px 0 0;
  box-shadow: 0 10px 30px #0000001f;
}

.video-timer {
  z-index: 1;
  background-color: #252122;
  position: absolute;
  inset: 24px auto auto 24px;
}

.video-timer.yt-timer {
  background-color: var(--blue);
  border-radius: 100px;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  top: 10px;
  left: auto;
  right: 20px;
}

.play-img {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  max-width: 20px;
  height: 100%;
  max-height: 23px;
  margin-left: 5px;
  font-size: 16px;
  position: relative;
}

.play-img:hover {
  border: 1px solid #0890f2;
  overflow: visible;
}

.play-buttton-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-buttton-block.yt-btn {
  z-index: 10;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  left: 0%;
}

.video-imgblock {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 294px;
  margin-bottom: 0;
  padding-top: 294px;
  display: block;
  position: relative;
}

.video-imgblock.yt-imgblock {
  cursor: pointer;
  background-color: #0000;
  border-radius: 30px 30px 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.feature-text {
  color: #374151;
  font-size: 15px;
  font-weight: 400;
}

.feature-text.white-text {
  color: #fff;
}

.feature-text.color1 {
  color: #1e3a8a;
}

.feature-text.color2 {
  color: #14532d;
}

.pricing-features {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 22px;
  margin-bottom: 32px;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  display: flex;
}

.price-card-base {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.price-card {
  background-color: #cbe8f1;
  border-radius: 19px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px 34px;
  display: flex;
}

.pricing-base {
  background-color: #fff;
  border-radius: 35px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 24%;
  min-height: 250px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-3 {
  color: #848199;
  font-size: 20px;
  font-weight: 400;
}

.pricing-card-featured {
  background-color: #5243c2;
  background-image: url('../images/Lines.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  width: 105%;
  height: 100%;
  padding: 32px 22px;
  position: relative;
  top: -35px;
  box-shadow: 2px 44px 42px #5243c24d;
}

.check-wrap {
  align-items: center;
  display: flex;
}

.section-large {
  background-image: linear-gradient(135deg, #1a8cff80, #22c32280);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-large.hidden {
  display: none;
}

.price-type {
  color: #111827;
  text-align: center;
  margin-top: 12px;
}

.price-type.white-text {
  color: #fff;
}

.length-text {
  color: #848199;
  font-size: 22px;
}

.length-text.white-text {
  color: #d4d3db;
}

.button {
  color: var(--white);
  background-color: #fef5fb;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button.button-white {
  color: #5243c2;
  background-color: #f496d1;
}

.title-wrap {
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.pricing-text {
  color: #848199;
  text-align: center;
  font-size: 15px;
}

.pricing-text.white-text, .pricing.white-text {
  color: #fff;
}

.pricing-grid {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.check {
  width: 12px;
  margin-right: 16px;
}

.content-h1 {
  z-index: 2;
  color: #231d4f;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
  position: relative;
}

.cards-wrapper-faq {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.bullets-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.bullets-wrapper.small-gap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.block-wrapper-faq {
  background-color: #cbe8f1;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 21px 23px;
  display: flex;
  position: relative;
}

.paragraph-faq {
  color: #4b5563;
  text-align: center;
  width: 70%;
}

.options-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.helping-button-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.helping-button-1.blue {
  background-color: #2563eb;
  background-image: none;
}

.help-text {
  color: var(--white);
  font-weight: 400;
}

.helping-button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.help-text-2 {
  color: #000;
  font-weight: 600;
}

.section-large-legal {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-large-legal.hidden {
  display: none;
}

.pricing-base-legal {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 48%;
  min-height: 250px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.price-card-legal {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 32px 34px;
  display: flex;
}

.price-card-legal.color1 {
  background-color: #dbeafe;
  border: 1px solid #bfdbfe;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.price-card-legal.color2 {
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
}

.wrapper-legal {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 24px;
}

.legal-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}

.pricing-text-legal {
  color: #848199;
  text-align: left;
  font-size: 15px;
}

.pricing-text-legal.white-text {
  color: #fff;
}

.pricing-text-legal.color1 {
  color: #1e3a8a;
}

.pricing-text-legal.color1.title {
  margin-top: 18px;
  margin-bottom: 0;
  font-weight: 700;
}

.pricing-text-legal.color2 {
  color: #14532d;
}

.pricing-text-legal.color2.title {
  margin-top: 18px;
  margin-bottom: 0;
  font-weight: 700;
}

.legal-title {
  margin-top: 0;
  margin-bottom: 0;
}

.legal-title.color-1 {
  color: #1e3a8a;
}

.legal-title.color2 {
  color: #14532d;
}

.bullet {
  background-color: #1e3a8a;
  border-radius: 30px;
  width: 8px;
  height: 8px;
  margin-right: 12px;
}

.bullet-2 {
  background-color: #14532d;
  border-radius: 30px;
  width: 8px;
  height: 8px;
  margin-right: 12px;
}

.donate-button-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.donate-text-copy {
  color: var(--white);
  font-weight: 700;
}

.legal-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #2563eb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.legal-button.color2 {
  background-color: var(--white);
  border: 1px solid #16a34a;
}

.legal-buttonn {
  color: var(--white);
  font-weight: 700;
}

.legal-buttonn.color2 {
  color: #16a34a;
}

.block-wrapper-legal {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 21px 23px;
  display: flex;
  position: relative;
}

.help-legal {
  color: #fff;
  font-weight: 600;
}

.grid-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  width: 100%;
  margin-bottom: 0;
}

.impact-section {
  z-index: 4;
  position: relative;
}

.image-12 {
  margin-top: 24px;
}

.flex-block-10 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.image-link {
  width: 50%;
  display: block;
}

.section-6 {
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: auto;
  display: flex;
}

.image-13 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.flip-text-button-2 {
  border: 2px solid #1d9db8;
  border-radius: 250px;
  width: 300px;
  padding: 12px 24px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.flip1 {
  color: #fff;
  font-weight: 700;
}

.text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  height: 19px;
  display: flex;
  position: relative;
}

.flip2 {
  color: #fff;
  font-weight: 400;
}

.flip-text-button-1 {
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  border-radius: 250px;
  width: 300px;
  padding: 12px 24px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.flip1-2 {
  color: #1d9db8;
  text-align: center;
  font-weight: 700;
}

.flip2--2 {
  color: #1d9db8;
  font-weight: 400;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

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

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 49%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 90px;
  height: 90px;
  margin-right: 16px;
}

.heading-10 {
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 50px;
  line-height: 50px;
}

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

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-7 {
  background-color: #dff4ea;
}

.hero-subscribe-left {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 16px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  border-radius: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.text-block-4 {
  color: #858585;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

.section-8 {
  background-color: #fff;
  margin-bottom: 50px;
}

.heading-12 {
  color: #40434b;
}

.text-span-4 {
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-link-contact {
  color: #475569;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-contact:hover {
  color: #939499;
}

.flip-text-button-share {
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  border-radius: 30px;
  width: 30%;
  margin-bottom: 10px;
  padding: 12px 24px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.description-middle-copy {
  color: #4b5563;
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.description-middle-copy.bold {
  margin-bottom: 12px;
  font-weight: 700;
}

.flip1-23 {
  color: var(--white);
  text-align: center;
  font-weight: 700;
}

.flip2--3 {
  color: var(--white);
  text-align: center;
  font-weight: 400;
}

.description-middle-small {
  color: #4b5563;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.description-middle-small.bold {
  margin-bottom: 12px;
  font-weight: 700;
}

.image-14 {
  margin-bottom: 8px;
}

.combo-wrapper-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.description-middle-faq {
  color: #4b5563;
  text-align: left;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.description-middle-faq.bold {
  margin-bottom: 12px;
  font-weight: 700;
}

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

.option-title {
  color: #4b5563;
  margin-top: 24px;
  margin-bottom: 0;
  font-weight: 700;
}

.option-title-light {
  color: #4b5563;
  margin-bottom: 0;
  font-weight: 400;
}

.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: 20px;
  padding-bottom: 20px;
}

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

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

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

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

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

.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 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.navbutton {
  background-image: linear-gradient(90deg, var(--blue), var(--green));
  border-radius: 250px;
  width: 100%;
  padding: 12px 24px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

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

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

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

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

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

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

.nav-link-accent-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-block-6 {
  font-weight: 700;
}

.tablet-only, .desktop-only.voices-of-impact {
  display: none;
}

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

.flip1-copy {
  color: #fff;
  font-weight: 700;
}

.container-1281 {
  max-width: 1140px;
}

.hero-wrapper-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  display: flex;
}

.container-1282, .container-1283 {
  max-width: 1140px;
}

.home-secs {
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.about-card {
  aspect-ratio: 1;
  background-color: #ffffff8a;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 22%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  box-shadow: 0 2px 10px #0000001a;
}

.arrow {
  width: 100px;
}

.card-text {
  color: #4b5563;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.card-text.bold {
  margin-bottom: 12px;
  font-weight: 700;
}

.column-icon {
  width: 50px;
}

.title-rate-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.image-19 {
  width: 14px;
  position: relative;
  top: -1px;
}

@media screen and (min-width: 1280px) {
  .cta-button {
    padding: 16px 48px;
    font-size: 17px;
  }

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

  .description-middle {
    font-size: 20px;
    line-height: 25px;
  }

  .description-middle.short {
    line-height: 25px;
  }

  .heading-colored {
    line-height: 50px;
  }

  .image-3 {
    width: 140px;
  }

  .image-4 {
    width: 14px;
    top: 24%;
    right: 3%;
  }

  .container-home {
    padding-top: 60px;
  }

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

  .hero-disc-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .heading-5 {
    font-size: 35px;
  }

  .paragraph {
    font-size: 20px;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-4 {
    font-size: 20px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-3, .text-4 {
    font-size: 18px;
  }

  .text-5 {
    font-size: 15px;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .card-head {
    font-size: 25px;
  }

  .text-22 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-55 {
    font-size: 18px;
    font-weight: 700;
  }

  .info-title, .info-title.bold {
    font-size: 16px;
    line-height: 25px;
  }

  .small-description {
    font-size: 18px;
    line-height: 25px;
  }

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

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

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

  .card-head-contact {
    font-size: 25px;
    line-height: 35px;
  }

  .accordion-heading {
    font-size: 25px;
  }

  .video-title.yt-title {
    font-size: 20px;
    line-height: 25px;
  }

  .donate-text-copy {
    font-size: 18px;
  }

  .flip-text-button-2 {
    padding: 16px 48px;
  }

  .flip1, .flip2 {
    font-size: 17px;
  }

  .flip-text-button-1 {
    padding: 16px 48px;
  }

  .flip1-2, .flip2--2 {
    font-size: 17px;
  }

  .features-list {
    padding-left: 0;
    padding-right: 0;
  }

  .features-paragraph, .heading-11 {
    font-size: 20px;
    line-height: 25px;
  }

  .container-8 {
    max-width: 1140px;
  }

  .hero-wrapper {
    align-items: stretch;
  }

  .hero-split {
    justify-content: center;
    align-items: flex-start;
  }

  .margin-bottom-24px {
    height: 100%;
    font-size: 20px;
    line-height: 25px;
  }

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

  .footer-link-contact {
    font-size: 16px;
  }

  .flip-text-button-share {
    padding: 16px 48px;
  }

  .flip1-23 {
    font-size: 17px;
  }

  .description-middle-small {
    font-size: 18px;
    line-height: 25px;
  }

  .description-middle-faq, .bold-text {
    font-size: 30px;
  }

  .option-title {
    font-size: 18px;
  }

  .option-title-light {
    font-size: 16px;
  }

  .flip1-copy {
    font-size: 17px;
  }

  .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .list {
    font-size: 18px;
    line-height: 25px;
  }

  .image-15, .image-16 {
    width: 50px;
  }

  .checkbox-label {
    font-size: 16px;
    line-height: 25px;
  }

  .image-17 {
    width: 25px;
  }

  .paragraph-12 {
    font-size: 18px;
    line-height: 25px;
  }

  .image-18 {
    width: 150px;
  }

  .home-secs, .card-text {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (min-width: 1440px) {
  .description-middle {
    line-height: 25px;
  }

  .heading-colored {
    font-size: 45px;
  }

  .image-3 {
    width: 120px;
  }

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

  .image-4 {
    top: 24%;
    right: 2%;
  }

  .hero-disc-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph, .paragraph-4, .paragraph-5 {
    font-size: 20px;
  }

  .heading-8 {
    font-size: 45px;
  }

  .popup-video-block {
    opacity: 0;
    display: none;
  }

  .video-show {
    left: 5%;
  }

  .features-paragraph {
    font-size: 20px;
  }

  .flip2--3 {
    font-size: 17px;
  }

  .home-secs {
    font-size: 20px;
    line-height: 25px;
  }

  .card-text {
    line-height: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .cta-button {
    width: 500px;
    padding: 24px 96px;
    font-size: 20px;
  }

  .hero-wrapper-two {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .description-middle {
    font-size: 25px;
    line-height: 30px;
  }

  .description-middle.short {
    font-size: 22px;
    line-height: 28px;
  }

  .nav-link-2, .nav-link-2.w--current {
    font-size: 17px;
  }

  .heading-colored {
    font-size: 55px;
    line-height: 60px;
  }

  .heartbeat-wrapper {
    top: 215.5px;
  }

  .image-3 {
    width: 170px;
  }

  .hero-icon.icon3 {
    top: 19%;
  }

  .sun {
    width: 300px;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .image-4 {
    width: 16px;
    top: 21%;
    right: 2%;
  }

  .hero-disc-2 {
    line-height: 30px;
  }

  .paragraph {
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-4 {
    font-size: 22px;
  }

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

  .text-5 {
    font-size: 20px;
    line-height: 35px;
  }

  .paragraph-5 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-copy {
    font-size: 50px;
  }

  .heading-8 {
    font-size: 55px;
  }

  .card-head {
    font-size: 30px;
    line-height: 40px;
  }

  .donate-cell {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .info-title.bold, .small-description {
    font-size: 20px;
    line-height: 30px;
  }

  .ms-input-label {
    font-size: 20px;
  }

  .ms-input {
    font-size: 18px;
  }

  .ms-checkbox {
    width: 24px;
    height: 24px;
  }

  .submit-button {
    font-size: 22px;
    line-height: 27px;
  }

  .contact-title {
    font-size: 45px;
  }

  .card-head-contact {
    padding-bottom: 14px;
    font-size: 30px;
    line-height: 40px;
  }

  .accordion-heading {
    font-size: 25px;
    line-height: 40px;
  }

  .header-center-box._75 {
    width: 100%;
  }

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

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

  .cross-icon.yt-crossicon {
    top: 10px;
  }

  .video-show {
    left: 5%;
  }

  .donate-text-copy {
    font-size: 22px;
    line-height: 20px;
  }

  .flip-text-button-2 {
    width: 300px;
    padding: 24px 36px;
  }

  .flip1, .flip2 {
    font-size: 20px;
  }

  .flip-text-button-1 {
    width: 300px;
    padding: 24px 36px;
  }

  .flip1-2, .flip2--2 {
    font-size: 20px;
  }

  .features-paragraph {
    font-size: 22px;
    line-height: 28px;
  }

  .features-block-two {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-11 {
    font-size: 22px;
    line-height: 35px;
  }

  .margin-bottom-24px {
    font-size: 25px;
    line-height: 30px;
  }

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

  .heading-12 {
    font-size: 42px;
    line-height: 52px;
  }

  .description-middle-small {
    font-size: 25px;
    line-height: 35px;
  }

  .description-middle-faq, .bold-text {
    font-size: 25px;
  }

  .option-title {
    font-size: 20px;
  }

  .option-title-light {
    font-size: 18px;
  }

  .hero-wrapper-about {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .list {
    font-size: 20px;
    line-height: 25px;
  }

  .image-15 {
    width: 60px;
  }

  .image-16 {
    width: 100px;
  }

  .checkbox-label {
    font-size: 20px;
    line-height: 30px;
  }

  .image-17 {
    width: 30px;
  }

  .paragraph-12 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-18 {
    width: 300px;
  }

  .checkbox-label-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-2 {
    font-size: 25px;
  }

  .home-secs {
    line-height: 30px;
  }

  .about-card {
    width: 25%;
  }

  .card-text {
    font-size: 22px;
    line-height: 30px;
  }
}

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

  .description-middle {
    width: 100%;
    line-height: 25px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .navbar-brand-2.w--current {
    padding-right: 0;
  }

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

  .nav-menu-2 {
    right: auto;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    background-color: #1a8cff33;
    border-radius: 30px;
    padding: 8px 24px;
    display: none;
    box-shadow: 0 2px 5px #0003;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #1a8cff33;
    padding: 8px 24px;
  }

  .image {
    max-height: 50%;
  }

  .link-block {
    margin-right: 0;
  }

  .icon, .closed {
    display: none;
  }

  .nav-left-wrapper {
    width: 85%;
  }

  .opened {
    display: none;
  }

  .heading-colored {
    font-size: 50px;
    line-height: 60px;
  }

  .image-3 {
    width: 120px;
  }

  .hero-icon.icon1 {
    top: 49%;
    left: 8%;
  }

  .hero-icon.icon3 {
    top: 14%;
  }

  .div-block-2 {
    inset: 0% 5px 0% auto;
  }

  .heading-2 {
    font-size: 50px;
  }

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

  .heading-3 {
    font-size: 30px;
  }

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

  .paragraph-2, .paragraph-3 {
    font-size: 16px;
    line-height: 25px;
  }

  .person-img.down {
    position: relative;
  }

  .hidden-txt-wrapper {
    inset: auto 0% 6%;
  }

  .hidden-txt-wrapper-down {
    inset: 9% 0% auto;
  }

  .heading-copy {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-8 {
    font-size: 50px;
    line-height: 44px;
  }

  .column--involved, .column-about {
    width: 100%;
  }

  .column-contact-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .column--contact {
    width: 100%;
  }

  .center-wrapper-contact {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .col2-wrapper {
    width: 47%;
  }

  .form-block {
    width: 100%;
  }

  .center-wrapper-involved {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-section {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .content-wrapper.slim {
    margin-top: 0;
  }

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

  .video-list.ytlist {
    flex-flow: wrap;
    padding-bottom: 10px;
  }

  .video-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-item.ytitem {
    flex-flow: column wrap;
    width: 50%;
    display: flex;
  }

  .html-embed {
    max-width: 650px;
  }

  .html-embed.yt-embeded {
    flex-direction: column;
    max-width: 62vw;
    height: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .cross-icon.yt-crossicon {
    max-width: 40px;
    max-height: 40px;
    top: 10px;
    right: 20px;
  }

  .popup-video-block {
    opacity: 1;
    display: none;
  }

  .popup-video-block.youtube-popup {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .video-show {
    left: auto;
  }

  .video-show.yt-video-show {
    top: 0%;
    left: auto;
  }

  .vtext-block {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .video-title {
    font-size: 16px;
    position: relative;
  }

  .video-title.yt-title {
    font-size: 16px;
  }

  .video-timer.yt-timer {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .video-imgblock.yt-imgblock {
    height: 220px;
    padding-top: 220px;
  }

  .price-card {
    position: relative;
  }

  .pricing-base {
    width: 48%;
  }

  .pricing-card-featured {
    top: 0;
  }

  .section-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pricing-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .section-large-legal {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pricing-base-legal {
    width: 48%;
  }

  .price-card-legal {
    position: relative;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-paragraph {
    font-size: 16px;
    line-height: 25px;
  }

  .features-right {
    max-width: 100%;
  }

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

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.image-center {
    justify-content: flex-start;
    align-items: center;
  }

  .margin-bottom-24px {
    font-size: 16px;
    line-height: 25px;
  }

  .shadow-two {
    width: 65%;
  }

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

  .description-middle-small {
    margin-bottom: -4px;
  }

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

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

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

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button {
    padding: 12px;
  }

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

  .text-block-5 {
    color: #1e5a80;
    font-size: 16px;
    font-weight: 700;
  }

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

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

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

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-toggle-2 {
    display: none;
  }

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

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    background-color: var(--green-10);
    box-shadow: 0 2px 5px #0003;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .tablet-only {
    display: block;
  }

  .tablet-only.voices-of-impact {
    display: none;
  }

  .desktop-only {
    display: block;
  }

  .about-card {
    width: 28%;
  }

  .arrow {
    width: 50px;
  }

  .card-text {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack {
    padding: 0 15px 60px;
  }

  .description-middle {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-dark {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .nav-menu-2 {
    background-image: linear-gradient(90deg, #deeffcf2, #dff4e9f2);
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    right: 0%;
    box-shadow: 0 2px 5px #0003;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nav-left-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .heading-colored {
    font-size: 32px;
    line-height: 35px;
  }

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

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

  .image-2 {
    height: 50%;
    left: -119%;
  }

  .blob {
    width: 350px;
  }

  .the-block {
    width: 350px;
    left: 20%;
  }

  .flex-block-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-icon.icon2 {
    opacity: .5;
    top: 23%;
  }

  .hero-icon.icon1 {
    opacity: .5;
    top: 52%;
    left: 3%;
  }

  .hero-icon.icon3 {
    opacity: .5;
    top: 11%;
    left: 17%;
  }

  .sun {
    top: -3%;
  }

  .heading-2 {
    font-size: 39px;
  }

  .image-4 {
    width: 15px;
    top: 15%;
    right: 2%;
  }

  .sub-heading {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }

  .hero-disc-2 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 25px;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-block-6 {
    width: 100%;
  }

  .flex-block-7 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    flex-flow: column;
  }

  .cols-wrapper-about {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-9 {
    inset: -12% 0% auto auto;
  }

  .image-9-copy {
    inset: auto 0% -21% auto;
  }

  .container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-copy {
    font-size: 39px;
    line-height: 45px;
  }

  .title-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-8 {
    font-size: 39px;
  }

  .column--involved {
    padding-left: 24px;
    padding-right: 24px;
  }

  .info.yellow {
    padding-right: 12px;
  }

  .field-combo {
    width: 100%;
  }

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

  .column-about {
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-contact-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .column--contact {
    padding-left: 24px;
    padding-right: 24px;
  }

  .field-combo-contact {
    width: 100%;
  }

  .accordion-wrapper {
    margin-top: 24px;
  }

  .header-center-box._75 {
    width: 100%;
  }

  .content-wrapper.slim {
    padding-top: 50px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

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

  .html-embed {
    max-width: 500px;
  }

  .html-embed.yt-embeded {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .video-show.yt-video-show {
    top: 0%;
  }

  .vtext-block {
    height: 156px;
  }

  .video-timer.yt-timer {
    padding: 5px 10px;
  }

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

  .pricing-base {
    width: 100%;
  }

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

  .helping-button-1, .helping-button-2, .pricing-base-legal {
    width: 100%;
  }

  .price-card-legal {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-12 {
    position: relative;
    left: 33px;
  }

  .flip-text-button-2, .flip-text-button-1 {
    width: 85%;
  }

  .team-slider, .features-list {
    padding: 60px 15px;
  }

  .hero-subscribe-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-link-contact:hover {
    color: #1a1b1fbf;
  }

  .flip-text-button-share {
    width: 39%;
  }

  .description-middle-copy {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }

  .flip2--3 {
    text-align: center;
  }

  .description-middle-small {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }

  .combo-wrapper-copy {
    flex-flow: column;
  }

  .description-middle-faq {
    margin-bottom: 12px;
  }

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

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

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .tablet-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }

  .container-1284 {
    padding: 30px;
  }

  .home-secs {
    font-size: 16px;
    line-height: 25px;
  }

  .about-us-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .about-card {
    aspect-ratio: auto;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .arrow {
    transform: rotate(90deg);
  }

  .card-text {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .cta-button {
    width: 100%;
  }

  .hero-stack {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container {
    max-width: none;
    margin-top: 0;
  }

  .description-middle {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .footer-link:hover, .footer-link:active {
    color: var(--white);
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .menu-button-2, .menu-button-2.w--open {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .flex-block {
    flex-flow: column;
    width: 100%;
  }

  .link-block {
    display: none;
  }

  .heading-colored {
    font-size: 22px;
    line-height: 30px;
  }

  .image-2 {
    height: 25%;
    top: 50px;
    left: -40%;
  }

  .blob {
    background-image: radial-gradient(circle, #dff2f2 46%, #fff0);
    width: 300px;
  }

  .the-block {
    width: 150px;
    left: 29%;
  }

  .image-3 {
    width: 110px;
  }

  .hero-icon.icon2 {
    top: 15%;
    right: 2%;
  }

  .hero-icon.icon1 {
    top: 38%;
    left: -4%;
  }

  .hero-icon.icon3 {
    top: 16%;
    bottom: 3%;
    left: 7%;
  }

  .sun {
    width: 100px;
    top: -1%;
    left: -4%;
  }

  .heading-2 {
    font-size: 30px;
  }

  .image-4 {
    width: 13px;
    top: 24%;
    right: 2%;
  }

  .bg._2 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .container-home {
    max-width: none;
    padding-top: 0;
  }

  .about-hero, .flex-block-5 {
    flex-flow: column;
  }

  .button-2, .button-1, .button-3 {
    width: 100%;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-8 {
    width: 80px;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-5 {
    font-size: 24px;
  }

  .block-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-2 {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .text-block-2 {
    font-size: 12px;
  }

  .cell-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 4px;
  }

  .text-2, .text-3, .text-4 {
    font-size: 12px;
  }

  .block-wrapper-2 {
    padding: 12px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .cards-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .the-space {
    display: none;
  }

  .the-space.mobile, .the-space.keep {
    display: block;
  }

  .hidden-txt-wrapper {
    inset: 6% 0% auto;
  }

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

  .title-wrapper {
    padding-bottom: 10px;
  }

  .heading-8 {
    text-align: center;
    font-size: 22px;
    line-height: 35px;
  }

  .card-head {
    font-size: 18px;
    line-height: 20px;
  }

  .info, .donate-cell, .donate-button {
    padding-left: 4px;
  }

  .donate-text, .text-22 {
    font-size: 12px;
  }

  .small-description {
    margin-bottom: 12px;
    line-height: 17px;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .column-about {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-contact {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-title {
    font-size: 22px;
    line-height: 40px;
  }

  .card-head-contact {
    font-size: 16px;
    line-height: 24px;
  }

  .block-wrapper-contact {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-contact {
    font-size: 14px;
  }

  .faq-section {
    padding: 0 15px 50px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .content-wrapper.slim {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-9 {
    font-size: 20px;
    line-height: 25px;
  }

  .container-1280 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-item.ytitem {
    width: 100%;
  }

  .html-embed {
    max-width: 283px;
  }

  .html-embed.yt-embeded {
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .cross-icon.yt-crossicon {
    border-width: 3px;
    max-width: 30px;
    max-height: 30px;
    top: 10px;
    right: 20px;
  }

  .popup-video-block {
    display: none;
  }

  .video-show.yt-video-show {
    top: 0%;
    left: 0;
    right: 0;
  }

  .vtext-block {
    height: 153px;
  }

  .video-title.yt-title {
    font-size: 16px;
  }

  .video-timer.yt-timer {
    padding: 2px 10px;
  }

  .feature-text {
    font-size: 12px;
  }

  .pricing-card-featured {
    width: 100%;
  }

  .price-type {
    font-size: 18px;
  }

  .pricing-text {
    font-size: 13px;
  }

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

  .check {
    width: 9px;
  }

  .content-h1 {
    text-align: center;
    font-size: 25px;
  }

  .bullets-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bullets-wrapper.small-gap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .block-wrapper-faq {
    padding: 12px;
  }

  .paragraph-faq {
    width: 100%;
  }

  .options-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 90%;
  }

  .helping-button-1 {
    padding-left: 4px;
  }

  .help-text {
    font-size: 12px;
  }

  .helping-button-2 {
    padding-left: 4px;
  }

  .help-text-2 {
    font-size: 12px;
  }

  .pricing-text-legal {
    font-size: 13px;
  }

  .legal-title {
    font-size: 19px;
  }

  .bullet {
    width: 4px;
    height: 4px;
  }

  .donate-button-copy {
    padding-left: 4px;
  }

  .donate-text-copy {
    font-size: 12px;
  }

  .legal-button {
    padding-left: 4px;
  }

  .legal-buttonn {
    font-size: 12px;
  }

  .block-wrapper-legal {
    padding: 12px;
  }

  .help-legal {
    font-size: 12px;
  }

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

  .flex-block-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .features-list {
    padding: 0 30px 18px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 30px;
  }

  .features-image {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .heading-10 {
    font-size: 24px;
  }

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .shadow-two {
    width: 75%;
  }

  .text-block-4 {
    line-height: 20px;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 30px;
  }

  .flip-text-button-share {
    width: 80%;
  }

  .description-middle-copy {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 17px;
  }

  .description-middle-small {
    margin-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 17px;
  }

  .description-middle-faq {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 17px;
  }

  .option-title {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .option-title-light {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 17px;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .text-block-5 {
    font-size: 14px;
  }

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

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .container-1284 {
    padding-bottom: 54px;
  }

  .card-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 18px;
  }
}

#w-node-c104e0ed-c583-1b37-ce0c-1c64573498dd-573498d0, #w-node-c104e0ed-c583-1b37-ce0c-1c64573498e8-573498d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74313680-f962-1dbf-1f80-41d7ce79f736-0b0b2cb1, #w-node-b943af2d-4bd5-c0d3-2f95-14c46e879f26-0b0b2cb1, #w-node-_6af5a100-15cc-62d3-b717-d06682b98c3e-0b0b2cb1, #w-node-_131d4f1f-cd57-d5c0-cef4-b2ef233c09ee-0b0b2cb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0151057c-47d5-a110-612c-a93ea7fb04a8-0b0b2cb1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_34a83ae9-0599-1b32-3fcd-bbb6c6a4cf3b-70f0986f, #w-node-_939f79f8-492d-cf3c-4748-63570104677b-70f0986f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49dd82ab-d068-4513-1931-67e9788db721-70f0986f, #w-node-_23b96bbd-835e-df50-1671-0e9c9ff8f5e8-70f0986f, #w-node-_2c467aec-c8c1-95b5-5b43-3b5078ec18a7-70f0986f, #w-node-_7fe73851-1799-753f-526e-0f5241312d0a-70f0986f, #w-node-_0bf48e00-eb5a-8e58-6351-9d18d6e2816d-70f0986f, #w-node-_0f868d0b-cf65-09aa-1f7f-5c6d157a4777-70f0986f, #w-node-_1e915770-c60b-3bd9-1d01-395b4969cd2f-70f0986f, #w-node-f5af4c34-fd33-360e-c4f7-7edc3e4d54a3-70f0986f, #w-node-_7850fd32-e868-74e0-b18e-028708bb27c8-70f0986f, #w-node-_30f231ac-0c6e-0095-069e-6032f817dbfd-70f0986f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9ebcf5d8-0b34-ece6-ac6b-ab524274674d-70f0986f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f8e2f603-4cae-f05e-e14d-5f39e26b3e4c-f0710488, #w-node-_557d9158-1280-fbc4-9a54-439fc881884f-f0710488, #w-node-af90b943-9f80-02d9-beb1-673cee8752b4-f0710488, #w-node-c7bfff0c-5c9d-6d65-78cd-db9bfce56061-f0710488, #w-node-b8919cc2-0ccd-6dae-2de5-9401caee3a7f-f0710488, #w-node-_6c3e9d96-8355-7fd9-6c4b-7d09b0613ae1-f0710488, #w-node-_3d785c7f-6117-9a13-998b-10c94f319664-f0710488, #w-node-_0b5acc6f-de2c-d4f5-48a9-3c03c90c62e1-f0710488, #w-node-_4a4a4c67-5e0f-1491-1422-c696f6f74c17-f0710488 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_74313680-f962-1dbf-1f80-41d7ce79f736-0b0b2cb1, #w-node-b943af2d-4bd5-c0d3-2f95-14c46e879f26-0b0b2cb1, #w-node-_6af5a100-15cc-62d3-b717-d06682b98c3e-0b0b2cb1, #w-node-_131d4f1f-cd57-d5c0-cef4-b2ef233c09ee-0b0b2cb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_74313680-f962-1dbf-1f80-41d7ce79f736-0b0b2cb1, #w-node-b943af2d-4bd5-c0d3-2f95-14c46e879f26-0b0b2cb1, #w-node-_6af5a100-15cc-62d3-b717-d06682b98c3e-0b0b2cb1, #w-node-_131d4f1f-cd57-d5c0-cef4-b2ef233c09ee-0b0b2cb1, #w-node-_49dd82ab-d068-4513-1931-67e9788db721-70f0986f, #w-node-_23b96bbd-835e-df50-1671-0e9c9ff8f5e8-70f0986f, #w-node-_2c467aec-c8c1-95b5-5b43-3b5078ec18a7-70f0986f, #w-node-_7fe73851-1799-753f-526e-0f5241312d0a-70f0986f, #w-node-_0bf48e00-eb5a-8e58-6351-9d18d6e2816d-70f0986f, #w-node-_0f868d0b-cf65-09aa-1f7f-5c6d157a4777-70f0986f, #w-node-_1e915770-c60b-3bd9-1d01-395b4969cd2f-70f0986f, #w-node-f5af4c34-fd33-360e-c4f7-7edc3e4d54a3-70f0986f, #w-node-_7850fd32-e868-74e0-b18e-028708bb27c8-70f0986f, #w-node-_30f231ac-0c6e-0095-069e-6032f817dbfd-70f0986f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}


