.body {
  overflow: visible;
  background-color: #000;
  background-image: url('../images/project-blur.png');
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: fixed;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  padding-right: 48px;
  padding-left: 48px;
  -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;
}

.container {
  position: relative;
  max-width: 1920px;
}

.link {
  font-family: 'Switzer variable', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.button {
  display: none;
  padding: 16px 32px;
  border: 1px solid #d2ff3b;
  background-color: transparent;
  color: #d2ff3b;
}

.button.navbar__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 54px;
  -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: 4px;
  background-color: rgba(210, 255, 60, 0.05);
  font-family: 'Switzer variable', sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.hero {
  padding: 64px 80px 180px;
  background-color: transparent;
}

.heading {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  color: #d2ff3b;
  font-size: 8.2rem;
  line-height: 90%;
  font-weight: 400;
  letter-spacing: -10px;
}

.text-block {
  font-family: 'Switzer variable', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 30px;
  font-weight: 400;
}

.text-block.hero__description {
  max-width: 630px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 130%;
  font-weight: 300;
}

.text-block.hero__subtitlle {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 200;
}

.header {
  background-color: transparent;
  background-image: url('../images/hero.png');
}

.header.hero__background-image {
  position: relative;
  background-image: url('../images/hero_1.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.image.hero__image-background {
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel {
  position: relative;
  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;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}

.image-2 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.banner-brands {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-top: 0px;
}

.image-3 {
  width: 2740px;
  max-width: 2740px;
}

.text-block-2 {
  width: 940px;
  font-family: 'Switzer variable', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}

.text-block-2.banner__title {
  width: auto;
  margin-top: 80px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -2px;
}

.text-block-2.banner__descrption {
  margin-bottom: 80px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 130%;
  font-weight: 300;
}

.big__title {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  font-family: Raleway, sans-serif;
  font-size: 350px;
  line-height: 350px;
}

.div-block-3 {
  position: relative;
  padding-right: 32px;
  padding-left: 32px;
}

.text-block-3 {
  margin-top: 160px;
  padding-top: 220px;
  font-family: 'Switzer variable', sans-serif;
  color: #d2ff3b;
  font-size: 80px;
  line-height: 64px;
  font-weight: 400;
}

.text-block-4 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.text-block-4.project__description {
  width: 557px;
  font-size: 25px;
  line-height: 40px;
}

.text-block-4.project__villa {
  margin-top: 90px;
  margin-bottom: 48px;
  margin-left: 32px;
  padding-bottom: 0px;
}

.image-4 {
  width: auto;
}

.project {
  position: relative;
  margin-top: 120px;
  padding-right: 80px;
  padding-left: 80px;
}

.project.misionn {
  overflow: hidden;
}

.heading-2 {
  margin-left: 0px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  font-size: 20vw;
  line-height: 20vw;
  font-weight: 400;
}

.text-block-5 {
  margin-top: -80px;
  margin-bottom: 48px;
  margin-left: 0px;
  font-family: Inter, sans-serif;
  color: #d2ff3c;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -4px;
}

.text-block-5.pulenta__mision__title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -4px;
}

.text-block-5.pulenta__vision__title {
  margin-top: 140px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  text-align: left;
  letter-spacing: -4px;
}

.text-block-6 {
  width: 560px;
  margin-top: 0px;
  padding-left: 0px;
  border: 1px none #000;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 130%;
  font-weight: 200;
}

.text-block-6.project__description__content {
  width: 100%;
  margin-top: 48px;
  padding-left: 0px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.text-block-6.pulenta__mision__description {
  width: auto;
  padding-left: 0px;
  border-left-style: none;
  border-left-color: hsla(0, 0%, 100%, 0.5);
  font-weight: 300;
}

.text-block-6.pulenta__vision__description {
  width: 795px;
  padding-left: 0px;
  border-left-style: none;
  border-left-color: hsla(0, 0%, 100%, 0.5);
}

.project__description {
  width: 560px;
  max-width: 100%;
}

.div-block-4 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.video {
  width: 600px;
  height: 450px;
}

.image-6 {
  display: none;
  margin-right: 0px;
  margin-left: auto;
}

.image-7 {
  display: block;
  overflow: visible;
  margin-top: 240px;
  margin-right: auto;
  margin-left: auto;
}

.how-we-help {
  position: relative;
  z-index: 0;
}

.text-block-7 {
  margin-top: 80px;
  margin-bottom: 44px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -2px;
}

.text-block-8 {
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 130%;
  font-weight: 300;
  text-align: center;
}

.text-block-8.alianza__tech__card__content {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-weight: 200;
}

.text-block-8.donations__card__text {
  max-width: 180px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 200;
}

.btn-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 56px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  -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: 4px;
  background-color: #d2ff3b;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

.btn-primary.hero__button {
  margin-right: 0px;
  margin-left: 0px;
}

.btn-primary.project__description__button {
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.alianza {
  position: relative;
  margin-top: 200px;
  padding-top: 0px;
}

.image-8 {
  position: absolute;
  left: auto;
  top: auto;
  z-index: -10;
  display: none;
  overflow: hidden;
  width: 150%;
  max-width: 150%;
}

.div-block-5 {
  padding: 32px;
  border: 1px solid #d2ff3c;
}

.div-block-5.alianza__tech_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 373px;
  -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;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 14px;
  background-color: rgba(210, 255, 60, 0.05);
  color: rgba(210, 255, 60, 0.05);
}

.alianza__tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -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;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.alianza__tech__card__brand {
  height: 80px;
}

.donations {
  position: relative;
  margin-top: 200px;
  padding-top: 0px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: auto;
  -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;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: transparent;
}

.div-block-6.donations__card {
  position: relative;
  max-width: 100%;
}

.div-block-7 {
  width: 100px;
  height: 100px;
  border: 2px solid #d2ff3b;
  border-radius: 500px;
  background-color: #000;
}

.div-block-7.donations__card__circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: #e8e8e8;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  -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-9 {
  position: absolute;
  top: 50px;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #d2ff3b;
}

.articles__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.articles__cards__item {
  position: relative;
  width: 360px;
  max-width: 100%;
  background-color: #161a07;
}

.articles__cards__item__content__media {
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.image-9 {
  width: 100%;
}

.articles__cards__item__content__description {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
  font-weight: 200;
}

.articles__cards__item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.footer {
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.xcapit__brand__footer {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text-block-9 {
  margin-top: 48px;
  margin-bottom: 80px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  letter-spacing: -4px;
}

.footer__download-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.html-embed {
  max-width: 100%;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 80px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.carousel__brand {
  height: 120px;
  opacity: 1;
}

.carousel__brand.carousel__brand__xcapit {
  opacity: 0.8;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.image-10 {
  position: absolute;
  left: 640px;
  top: -320px;
  right: auto;
  z-index: -10;
}

.image-11 {
  position: absolute;
  left: -160px;
  top: -160px;
  z-index: -1;
}

.image-12 {
  position: absolute;
  left: -120px;
  bottom: -120px;
}

.image-13 {
  position: static;
  left: 18%;
  top: 20%;
  width: 50%;
  height: 50%;
  text-align: left;
}

.image-14 {
  position: static;
  left: 19%;
  top: 16%;
  width: 50%;
  height: 50%;
}

.image-15 {
  position: static;
  left: 12%;
  top: 20%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 50%;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.logo2_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-size-medium {
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  font-family: Inter, sans-serif;
  color: #c9c9c9;
  line-height: 130%;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.logo2_content-left {
  max-width: 20rem;
}

.page-padding {
  padding: 0px 5%;
}

.logo2_component {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  margin-bottom: 100px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo2_logo {
  max-height: 3.5rem;
}

.logo2_logo.opacity {
  opacity: 0.5;
}

.logo2_logo-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.link-block-4 {
  border-radius: 6px;
  background-color: #000;
}

.image-16 {
  border: 0px solid #000;
  border-radius: 6px;
}

.link-block-5 {
  border-radius: 6px;
  background-color: #000;
}

@media screen and (min-width: 1440px) {
  .body {
    background-image: url('../images/footer-blur.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .container {
    overflow: auto;
    max-width: 100%;
  }

  .heading {
    margin-bottom: 30px;
  }

  .header.hero__background-image {
    overflow: hidden;
  }

  .carousel {
    overflow: hidden;
  }

  .image-2 {
    overflow: hidden;
  }

  .text-block-6 {
    padding-left: 0px;
  }

  .text-block-6.project__description__content {
    padding-left: 0px;
  }

  .image-7 {
    overflow: hidden;
  }

  .image-8 {
    overflow: hidden;
  }

  .donations {
    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-8 {
    top: 17%;
  }

  .link-block {
    text-decoration: none;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .link-block-3 {
    text-decoration: none;
  }

  .image-10 {
    overflow: hidden;
  }

  .image-15 {
    top: 15%;
  }

  .logo2_component {
    margin-top: 100px;
  }

  .logo2_logo.opacity {
    opacity: 0.4;
  }
}

@media screen and (max-width: 991px) {
  .body {
    display: block;
    overflow: visible;
  }

  .navigation {
    display: none;
  }

  .button {
    display: none;
  }

  .button.navbar__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero {
    padding-top: 80px;
    padding-right: 80px;
    padding-bottom: 220px;
  }

  .heading {
    font-size: 120px;
    line-height: 120px;
  }

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

  .text-block.hero__subtitlle {
    font-size: 48px;
    line-height: 44px;
  }

  .header.hero__background-image {
    background-image: url('../images/hero_2.png');
  }

  .carousel {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-3.carousel-images-top {
    width: 1440px;
  }

  .image-3.carousel-images-bottom {
    width: 1440px;
  }

  .text-block-2.banner__title {
    width: auto;
    font-size: 36px;
    line-height: 36px;
  }

  .text-block-2.banner__descrption {
    max-width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    font-size: 18px;
    line-height: 24px;
  }

  .big__title {
    font-size: 180px;
    line-height: 160px;
  }

  .div-block-3 {
    max-width: 100%;
  }

  .text-block-3 {
    padding-top: 160px;
    padding-left: 32px;
  }

  .text-block-4.project__description {
    padding-left: 32px;
    font-size: 18px;
    line-height: 24px;
  }

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

  .image-4 {
    position: relative;
    z-index: -1;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    max-width: 100%;
    -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;
  }

  .column {
    color: red;
  }

  .column-2 {
    margin-top: 80px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .project {
    padding-right: 48px;
    padding-left: 48px;
  }

  .heading-2 {
    margin-left: 0px;
    font-size: 140px;
    line-height: 120px;
  }

  .text-block-5 {
    margin-top: -48px;
    margin-left: 32px;
  }

  .text-block-5.pulenta__vision__title {
    margin-top: 120px;
  }

  .text-block-6 {
    max-width: 100%;
    margin-top: 0px;
  }

  .text-block-6.pulenta__mision__description {
    max-width: 100%;
  }

  .div-block-4 {
    padding-right: 48px;
    padding-left: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-7 {
    max-width: 90%;
  }

  .text-block-8 {
    overflow: visible;
    width: 900px;
    max-width: 90%;
  }

  .articles__cards {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-10 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-11 {
    max-width: 100%;
    margin-top: -48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-12 {
    max-width: 100%;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    -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-13.brands__top {
    width: auto;
  }

  .div-block-13.brands__bottom {
    width: auto;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

  .logo2_logo-list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 120px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .button {
    display: none;
  }

  .button.navbar__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 52px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 48px;
    padding-bottom: 160px;
    padding-left: 48px;
    -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;
  }

  .heading {
    font-size: 80px;
    line-height: 72px;
    text-align: center;
  }

  .text-block.hero__description {
    text-align: center;
  }

  .text-block.hero__subtitlle {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 40px;
  }

  .image-3.carousel-images-top {
    width: 2740px;
  }

  .image-3.carousel-images-bottom {
    width: 2740px;
  }

  .text-block-2.banner__title {
    width: auto;
  }

  .heading-2 {
    font-size: 80px;
    line-height: 80px;
    text-align: center;
  }

  .text-block-5 {
    margin-top: -32px;
    margin-left: 0px;
    font-size: 48px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
  }

  .text-block-5.pulenta__vision__title {
    margin-top: 80px;
    text-align: center;
  }

  .text-block-6 {
    max-width: 100%;
    margin-top: 0px;
    text-align: center;
  }

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

  .div-block-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .div-block-6.donations__card {
    min-width: 220px;
  }

  .div-block-6.donations__card.donations__card-center {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

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

  .html-embed {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -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-11 {
    margin-top: -32px;
  }

  .div-block-13.brands__top {
    margin-right: auto;
  }

  .div-block-13.brands__bottom {
    margin-left: auto;
  }

  .logo2_wrapper {
    padding: 0.75rem 1rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .logo2_logo {
    max-height: 3rem;
  }

  .logo2_logo-list {
    padding-top: 1rem;
    grid-column-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
    background-position: 50% 50%;
    background-size: cover;
  }

  .navbar {
    height: 80px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button {
    display: inline-block;
    padding: 12px 24px;
  }

  .button.navbar__button {
    display: none;
  }

  .hero {
    margin-top: 60px;
    padding: 24px 5% 80px;
  }

  .heading {
    font-size: 58px;
    line-height: 112%;
    font-weight: 600;
    letter-spacing: -2px;
  }

  .text-block.hero__description {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 130%;
  }

  .text-block.hero__subtitlle {
    font-size: 28px;
    line-height: 32px;
  }

  .header.hero__background-image {
    height: 80vh;
    background-position: 20% 50%;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .carousel {
    overflow: hidden;
    padding-right: 8%;
    padding-left: 8%;
  }

  .image-2 {
    left: 20%;
    top: 0%;
    right: 50%;
    bottom: 0%;
  }

  .image-3.carousel-images-top {
    width: 1920px;
  }

  .image-3.carousel-images-bottom {
    width: 1920px;
  }

  .text-block-2.banner__descrption {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-5 {
    max-width: 8rem;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .project {
    margin-top: 48px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .project.misionn {
    padding-right: 0%;
    padding-left: 0%;
  }

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

  .text-block-5 {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -2px;
  }

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

  .text-block-5.pulenta__vision__title {
    margin-top: 64px;
    font-size: 42px;
    line-height: 120%;
  }

  .text-block-6 {
    width: auto;
    margin-top: 32px;
    font-size: 16px;
    line-height: 120%;
  }

  .text-block-6.project__description__content {
    margin-top: 32px;
    font-size: 16px;
  }

  .text-block-6.pulenta__mision__description {
    width: auto;
    font-size: 16px;
    line-height: 120%;
  }

  .image-7 {
    margin-top: 100px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .how-we-help {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8%;
    padding-left: 8%;
    -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;
  }

  .text-block-7 {
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-8 {
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 130%;
  }

  .text-block-8.alianza__tech__card__content {
    font-size: 16px;
    line-height: 130%;
  }

  .btn-primary {
    width: 160px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }

  .btn-primary.project__description__button {
    width: 160px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }

  .alianza {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 160px;
    padding-right: 8%;
    padding-left: 8%;
    -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;
  }

  .image-8 {
    display: none;
  }

  .div-block-5.alianza__tech_card {
    width: auto;
    padding: 24px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-width: 0.5px;
    border-color: #d2ff3c;
  }

  .alianza__tech {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .alianza__tech__card__brand {
    height: 60px;
  }

  .donations {
    margin-top: 120px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .div-block-8 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .articles__cards {
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .articles__cards__item__content__description {
    font-size: 14px;
  }

  .footer {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 20px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .text-block-9 {
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -2px;
  }

  .html-embed {
    display: block;
    max-height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-10 {
    margin-top: 0px;
  }

  .div-block-11 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-12 {
    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;
  }

  .logo2_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-size-medium.text-weight-bold {
    text-align: center;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .logo2_logo-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_8b074c9d-7771-4f1d-d3f2-90d99f8cd048-f48d9091 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Switzer variable';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer variable';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer variable';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}